/************Response***********************/
@media (max-width: 1223px) {
  .header_area .main_menu .main_box {
    max-width: 1072px;
    padding: 0px 30px;
  }
}

@media (max-width: 1199px) {
  .banner-area .banner-content h1 {
    font-size: 52px;
  }

  .header_area .main_menu .main_box {
    max-width: 95%;
  }
}

@media (max-width: 1110px) {

  /* profile */
  .side-menu ul {
    margin-left: 0px;
  }

  .profile-wrap {
    margin: 30px 15px;
  }
}

@media (max-width: 991px) {
  h1.success-massage {
    font-size: 25px;
  }

  .heading h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .navbar .container {
    max-width: 95%;
    flex-wrap: nowrap;
  }

  .logo_h img {
    margin: 10px 0;
  }

  .side-bar-btn {
    display: block;
  }

  /* ========Navigation bar======== */
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border: none;
  }

  .header_area .main_menu .main_box {
    padding: 0px;
  }

  /* ==========floating btn======== */
  .floating-btn-section {
    display: block;
  }

  /*============ home page ===========*/
  .banner-carousel.owl-carousel .owl-item {
    height: 600px;
  }

  .banner-area-container .item h1 {
    font-size: 60px;
  }

  .banner-area-container .item p {
    font-size: 18px;
  }

  .latest-products-section {
    padding: 40px 0px;
  }

  .sales-section {
    padding: 20px 0px;
  }

  .bg-img {
    height: 530px;
  }

  .benefits-section .each-beneft .icon-container {
    width: 50px;
  }

  .benefits-section .each-beneft .text-container h3 {
    font-size: 20px;
    font-weight: 600;
  }

  /*============ End home page ===========*/
  /*============ BreadCrumb section ===========*/
  .breadcrumb-banner .col-first {
    width: 48%;
  }

  .organic-breadcrumb {
    padding-top: 80px;
  }

  /*============ End BreadCrumb section ===========*/
  .cart-profile-c {
    display: block ruby;
    float: right;
    margin-left: auto;
  }

  .catagory-content h2 {
    font-size: 50px;
  }

  .karl-btn {
    min-width: 128px;
    padding: 0 20px;
    font-size: 13px;
  }

  .product-filter-section .row {
    justify-content: center;
  }

  .md-screen {
    display: block;
  }

  .products-show-container .md-screen {
    display: flex;
  }

  .no-md-screen {
    display: none;
  }

  /* Shop */
  .selected-category {
    display: block;
  }

  .each_card_container {
    padding: 0px 5px;
  }

  .shop__sidebar {
    padding-right: 0px;
    margin-bottom: 53px;
  }

  #collapseOne,
  #collapseTwo {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 3;
    background-color: #f7f7f8;
    padding: 0px 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    margin-top: 10px;
  }

  .filter-container {
    position: unset;
    margin: 0px;
  }

  .accordion {
    margin-bottom: 10px;
    position: relative;
  }

  .shop__sidebar__categories .nice-scroll li {
    border-bottom: 1px solid #e1e1e1;
  }

  /* navigation */
  .header_area .main_menu .main_box {
    max-width: 100%;
    border-radius: 0px;
  }

  .sec-option {
    display: block;
  }

  .navbar-brand.logo_h {
    width: 150px;
    padding: 15px 0px;
    margin-right: auto;
    margin-left: 10px;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-grow: unset;
    flex-basis: unset;
  }

  .navbar-expand-lg .navbar-collapse .navbar-right {
    display: flex;
  }

  .md-menu-container .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .md-menu-container .navbar-nav .nav-item.active .nav-link {
    border-left: 4px solid #ff6e01;
    color: #ff6e01;
  }

  .md-menu-container .navbar-nav .submenu.active .nav-link.dropdown-toggle {
    border-left: 4px solid #ff6e01;
    color: #ff6e01;
  }

  .md-menu-container .navbar-nav .submenu.active .dropdown-menu .nav-item .nav-link {
    border: none;
    color: #222;
  }

  .md-menu-container .navbar-nav .submenu.active .dropdown-menu .nav-item.active .nav-link {
    border-left: 4px solid #ff6e01;
    color: #ff6e01;
  }

  .md-menu-container .navbar-nav .nav-link:hover {
    background-color: #c6c6c6;
  }

  .md-menu-container .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: none;
    padding-left: 20px;
  }

  .md-menu-container .navbar-nav .dropdown-menu .li-btn {
    height: unset;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 15px;
  }

  .invoice_card {
    margin-top: 27px;
  }

  .sticky-wrapper {
    top: 0px;
  }

  .footer_wthree_gridf_list li a {
    margin: 0.8em 0;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .cart-wrapper {
    margin-top: 20px;
  }

  .product_number {
    display: none !important;
  }

  .cart_bar_list li:first-child {
    width: 40%;
  }

  .item_list> :first-child {
    width: 40%;
  }

  .product_name_container {
    padding-left: 10px;
  }

  .product-details .p-title {
    font-size: 30px;
    margin-top: 15px;
  }

  .vl {
    display: none;
  }

  .view-address-container {
    display: inline-block;
    width: 100%;
  }

  .view-address-container .left-side,
  .view-address-container .right-side {
    padding: 1rem;
    width: 100%;
  }

  .left-side h4,
  .left-side h5 {
    margin-bottom: 0px;
  }

  .view-address-container .icon-div i {
    font-size: 25px;
  }

  .view-address-container .icon-div {
    height: 40px;
    width: 40px;
  }

  .cart_container {
    margin-top: 30px;
  }

  .order_list .cart_bar_list li {
    width: 25%;
  }

  .order_list .cart_item>div:not(:first-child) {
    width: 25%;
  }

  /* checkout */
  .checkout-section {
    padding: 0px 0px;
  }

  .order-summary-container {
    display: none;
  }

  .md-order-summary-container {
    display: block;
  }

  .left-side {
    margin-bottom: 20px;
  }

  .preview-container .verical_line {
    display: none;
  }

  .purchase_sec {
    height: unset;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
  }

  .purchase_sec {
    margin: 10px 0px;
  }

  .delivery_info .info_value {
    width: 100%;
  }

  .delivery_info .info_value span span {
    float: right;
    text-align: end;
    width: 60%;
  }

  .delivery_info .info_value span#recepnames span {
    display: flex;
    justify-content: end;
  }

  .delivery_info .info_value span#recepnames span #rFname {
    padding-right: 5px;
  }

  .preview-container {
    margin-bottom: 10px;
  }

  .customer-checkout .addresses_list-container {
    border-bottom: 2px solid #e5e3e3;
    padding-bottom: 20px;
  }

  /* Profile */
  .side-menu ul {
    margin-left: 15px;
  }

  .profile-wrap {
    margin: 30px 50px;
  }

  .profile-sections {
    display: flex;
  }

  .profile-sections .list {
    width: 50%;
  }

  .profile-container .side-menu {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .profile-section .button.save-btn-c {
    text-align: center;
    margin-top: 25px;
  }

  .order_item.item_list> :first-child {
    width: 100%;
  }

  /* Order Preview */
  .order-view-section {
    margin: 0px 15px;
  }

  /* Products */
  .filter-md-wrap {
    display: flex;
    margin: 0px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
  }

  .filter-wrap {
    display: none;
  }

  .filter-md-wrap .search-container {
    width: 100%;
  }

  .filter-md-wrap .filter-btn {
    margin-left: 10px;
  }

  .filter-md-wrap .filter-btn button {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    padding: 12px;
  }
}

@media (max-width: 800px) {
  .login-section form {
    padding: 0 30px !important;
  }

  .login-wrap {
    margin-bottom: 30px;
    width: 90%;
    margin: 30px auto;
  }

  h1.success-massage {
    margin: 0px 10px;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: unset;
  }

  .navbar-brand.logo_h {
    width: 115px;
  }

  /*============ home page style ===========*/
  .banner-carousel.owl-carousel .owl-item {
    height: unset;
  }

  .benefits-wrap .col-lg-4.col-md-4 {
    padding: 0px;
  }

  .benefits-section .each-beneft .icon-container {
    width: 60px;
  }

  .benefits-section .each-beneft .text-container h3 {
    font-size: 1.75rem;
    font-weight: 500;
  }

  .benefits-section .each-beneft .text-container h3 br {
    display: none;
  }

  /*============End home page style ===========*/
  /*============ BreadCrumb section ===========*/
  .organic-breadcrumb {
    background: none;
    background: -webkit-linear-gradient(90deg, #ff6c00 0%, #ff6c00 100%);
    background: -moz-linear-gradient(90deg, #ff6c00 0%, #ff6c00 100%);
    background: -o-linear-gradient(90deg, #ff6c00 0%, #ff6c00 100%);
    background: linear-gradient(90deg, #ff6c00 0%, #ff6c00 100%);
  }

  .breadcrumb-banner .col-first {
    width: 100%;
  }

  .breadcrumb-banner h1 {
    font-size: 30px;
  }

  .breadcrumb-banner {
    padding: 20px 0 20px 0;
  }

  /*============ End BreadCrumb section ===========*/
  .single_catagory {
    width: 100%;
  }

  .product-item .pi-text p {
    font-size: 14px;
  }

  .login-section form {
    padding: 0 20px !important;
  }

  .overlay-panel {
    padding: 0 20px;
  }

  /* Login */
  .overlay-container {
    width: 51%;
  }

  .login-register .content-sidebar-wrap {
    height: unset;
  }

  .login-section .form-container {
    height: unset;
  }

  .login-section .container {
    background-color: transparent;
    box-shadow: unset;
  }

  /* Profile */

  .woocommerce-MyAccount-content {
    padding: 15px;
    width: 100%;
  }

  .woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: transparent;
    color: inherit;
    padding: 3px 0px 3px 15px;
    margin: 0px !important;
    text-align: end;
    text-decoration: underline;
    font-weight: 400;
  }

  /* filter */
  .result-filter-container .result-container {
    width: 100%;
    padding: 0px;
  }

  .filter-md-wrap .filter-btn {
    margin-left: 5px;
  }

  .result-filter-container .filter-container {
    width: 100%;
  }

  .result-filter-container p {
    width: 100%;
    display: flex;
  }

  .result-filter-container p .result-min,
  .result-filter-container p .result-max,
  .result-filter-container p .result-total {
    margin-left: 5px;
    margin-right: 5px;
  }

  .result-filter-container .filter-container p {
    width: 100%;
    margin-bottom: 10px;
  }

  .result-filter-container .filter-container select {
    display: flex;
    margin-left: auto;
  }

  .result-filter-container p .showing {
    margin-bottom: 10px;
    margin-right: auto;
  }

  .active-filter-wrap {
    padding: 0px;
  }

  /* Cart */
  .cart_items_list .product_price,
  .cart_items_list .product_quantity_container,
  .cart_items_list .product_total {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .cart_items_list .mobile-view .product_price,
  .cart_items_list .mobile-view .product_quantity_container,
  .cart_items_list .mobile-view .product_total {
    display: block;
  }

  /* woo commerce */
  .sidebar-content .content {
    width: 100%;
    padding: 15px;
  }

  .woocommerce ul.products li.product .price {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 17px;
  }


  /* Navigation */
  .site-header {
    width: 100%;
    z-index: 999;
    padding: 0 10px;
    top: 0px !important;
    border-radius: 0;
  }

  .wp-custom-logo .title-area {
    width: 30%;
  }

  .woof_autohide_wrapper {
    display: block;
  }

  #genesis-sidebar-primary {
    display: none;
  }

  .menu-toggle {
    margin-right: 0;
    margin-left: 10px;
    /* text-indent: -9999px; */
  }

  nav.genesis-responsive-menu {
    position: absolute;
    right: 0px;
    top: 70px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
  }

  .genesis-nav-menu {
    width: 100%;
  }

  .genesis-nav-menu .menu-item a {
    padding: 25px 15px;
  }

  .js .nav-primary {
    position: absolute;
  }

  .sub-menu-toggle {
    width: 100%;
    text-align: end;
  }

  ul.woof_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .entry.product.type-product {
    padding: 0px 15px;
  }

  .woocommerce ul.products li.product,
  .woocommerce .related.products ul.products li.product {
    width: calc(100%/2);
  }

}

@media (max-width: 600px) {

  /* logini */
  .login-section .form-container {
    width: 100%;
  }

  .login-section {
    /* height: 100vh; */
    display: flex;
    /* align-items: center; */
  }

  .login-outer-wrap {
    position: relative;
    width: 100%;
  }

  .login-wrap {
    width: unset;
    margin: 30px;
  }

  .login-section form {
    padding: 40px 50px !important;
    height: unset;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
  }

  .login-section h1 {
    margin-bottom: 50px;
  }

  .mobile_signup {
    display: block;
    color: #000;
  }

  .mobile_signup a {
    color: #ff6e01;
    cursor: pointer;
  }

  .overlay-container {
    display: none;
  }

  .small_mobile {
    display: block;
  }

  .verge-btn-c {
    margin: 20px auto;
  }

  #sign_up_mobil_btn {
    cursor: pointer;
    color: #ff6e01;
    ;
  }

  .login-section a {
    margin: 0px 0;
    margin-left: auto;
  }

  .signin {
    padding: 15px 0px;
  }

  .personal-details-wrapper {
    margin: 30px 20px;
  }

  /* profile */
  #estreet_address2 {
    margin-top: 50px;
  }

  .view-address-container {
    margin-bottom: unset;
    margin-top: 20px;
  }

  .personal-info .back-btn {
    display: block;

  }

  .login-section h1 {
    margin-bottom: 20px;
  }

  .heading h1 {
    letter-spacing: 5px;
  }

  .my-account-page .woocommerce {
    flex-wrap: wrap;
  }

  /* Cart */
  .cart_item>div:not(:first-child):not(:last-child) {
    margin-right: 15px;
    width: 65px;
  }

  .cart_bar_list li:not(:first-child):not(:last-child) {
    margin-right: 15px;
    width: 65px;
  }

  .product_quantity_container .quantity {
    margin-top: 0px;
    margin-left: 0px;
  }

  /* Checkout */
  .each-way-container .inner-content {
    display: block;
    margin: 0;
  }

  .each-way-container {
    padding: 35px 20px 20px;
  }

  .col-md-6.col-sm-6.mb-3.mt-4 {
    margin-top: -1.6rem !important;
  }
}

@media (max-width: 575px) {
  .product-filter-section .col-lg-3.col-sm-5 {
    width: 40%;
  }

  .product-filter-section .product-item .pi-text p {
    font-size: 13px;
  }

  .product-filter-section .product-item .pi-text h6 {
    font-size: 12px;
    line-height: 22px !important;
  }

  /* .product-filter-section .product-item .pi-links a.add-card span {
        font-size: 10px;
    } */
  .product-filter-section .product-item .pi-links a {
    line-height: 13px;
    width: 30px;
    height: 30px;
  }

  /* .product-filter-section .product-item .pi-links a.add-card:hover {
        width: 109px;
        padding: 8px 4px 0;
    } */
  .each_card_container {
    width: 50%;
    padding: 0px 5px;
  }

  .all_card_container {
    justify-content: center;
  }

  .shop__product__option__right {
    text-align: left;
    display: flex;
    justify-content: left;
  }

  /* .product-item .pi-links a.add-card:hover{
      width: 100px;
      padding: 5px 5px 0;
    }
    .product-item .pi-links a.add-card span{
      font-size: 9px;
      right: 8px;
    } */
  /* .product-item .pi-links a{
      width: 30px;
      height: 30px;
      padding-top: 6px;
    } */
  /* .product-item .pi-links a.add-card {
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .product-item .pi-links a.add-card:hover span{
      top: 7px;
    } */

  /* =======Cart======== */
  .cart_bar_list li:last-child {
    width: 40px;
  }

  .cart_item>div:last-child {
    width: 40px;
  }

  .item_list> :first-child {
    width: 45%;
  }

  .product_image {
    width: 70px;
  }

  .remove-from-cart .btn {
    padding: 0rem 0rem;
  }

  .cart_item>div:not(:first-child):not(:last-child) {
    margin-right: 5px;
  }

  .cart_bar_list li:not(:first-child):not(:last-child) {
    margin-right: 5px;
  }

  .order_list .cart_bar_list li:last-child {
    width: 25%;
  }

  .product_quantity_container .quantity {
    margin-top: 0px;
    margin-left: 0px;
  }

  /* profile */
  .profile-wrap {
    margin: 30px 15px;
  }

  .profile-section .button.save-btn-c {
    text-align: unset;
  }

  #estreet_address2 {
    margin-top: 0px;
  }

  .order_bar_list #item_no_h {
    display: none;
  }

  .order_item #item_no {
    display: none;
  }

  .order_list .order_bar_list li:nth-child(5),
  .order_list .each-order-container .order_item div:nth-child(5) {
    display: none;
  }

  .order_list .order_bar_list li:nth-child(3),
  .order_list .each-order-container .order_item div:nth-child(3) {
    margin: 0px 5px;
  }

  .profile-section .profile-each-section .header-container {
    display: block;
  }

  .profile-section .profile-each-section .header-container button {
    margin-left: 0px;
  }

  .profile-section .profile-each-section .header-container button {
    padding: 5px 10px;
  }

  .profile-section .col-lg-4,
  .profile-section .col-lg-8 {
    padding: 0;
  }
}

@media (max-width: 519px) {

  /* .each_card_container {
      width: 45%;
    } */
  .product-item .pi-text p {
    font-size: 16px;
  }

  .login-section form {
    padding: 50px 20px !important;
  }

  .login-wrap {
    margin: 15px;
  }

  /* Products */
  .fab_container i,
  .fab_container2 i {
    font-size: 15px;
  }

  .icon span {
    padding: 0px 5px;
    right: 8px;
    top: 6px;
    font-size: 10px;
  }

  .fab_container .icon,
  .fab_container2 .icon {
    height: 40px;
    width: 40px;
  }

  .fab_container,
  .fab_container2 {
    right: 5px;
  }

  /* cart */
  .cart-section {
    padding: 11px 0px;
  }

  .cart_item {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    margin-bottom: 10px;
  }

  .cart_bar {
    display: none !important;
  }

  .mobile-cart-info {
    display: block;
    margin-left: 25px;
  }

  .product .product_image {
    min-width: 120px;
    width: 120px;
    height: unset;
    margin-bottom: 10px;
  }

  /* .cart_items_list .product_name_container, .cart_items_list .product_price, .cart_items_list .product_quantity_container, .cart_items_list .product_total{
      display: none;
    } */
  .cart_items_list .mobile-cart-info .product_total {
    display: flex;
  }

  .cart_items_list .mobile-cart-info .product_quantity_container {
    display: block;
  }

  .product_quantity_container .quantity .pro-qty {
    margin: 0px;
  }

  .item_list> :first-child {
    width: 100%;
  }

  .product_name a {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.2;
  }

  .product_text {
    margin-bottom: 0px;
  }

  .product_quantity_container .quantity {
    padding: 5px 0px;
  }

  .product_text>span {
    display: block;
    margin-right: 5px;
  }

  .cart_item>div:last-child {
    margin-left: 10px;
  }
}

@media (max-width: 500px) {
  .products_table {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .button.save-btn-c {
    width: 60%;
  }

  .address_content {
    display: block;
  }

  .address_content .left-side {
    width: unset;
    margin-bottom: 0px;
  }

  .address_content .left-side p {
    margin: 10px 0px;
    line-height: 20px;
  }

  .address_content .right-side {
    width: unset;
    display: flex;
  }

  .address_content .right-side .oparation_action {
    margin-top: unset;
    margin-left: auto;
  }
}

@media (max-width: 493px) {
  .section-title h2 {
    font-size: 28px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .product-filter-section .col-lg-3.col-sm-5 {
    width: 44%;
  }

  .details_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 490px) {

  /* .fab_container i, .fab_container2 i{
      font-size: 22px;
    } */
  /* .fab_container .icon, .fab_container2 .icon{
      height: 50px;
      width: 50px;
    } */
  .floating-bottom .float-btn-container.show {
    height: 125px;
  }

  .icon span {
    right: 4px;
    top: 4px;
  }

  .checkout-section {
    padding: 10px;
  }

  .action-buttons .btn {
    padding: unset;
    margin: 0 10px;
  }

  .add-btn {
    height: 80px;
    width: 80px;
    margin: 10px auto;
  }

  .order_list .cart_item>div:not(:first-child):not(:last-child) {
    margin-right: 10px;
  }

  .order_list .cart_bar_list li:not(:first-child):not(:last-child) {
    margin-right: 10px;
  }

  .list {
    padding: 10px 15px;
  }

  /* Cart */
  .float-btn-container {
    width: 40px;
    height: 40px;
  }

  .float-btn-container .each-btn {
    width: 40px;
    height: 40px;
  }

  /* checkout */
  .step-bar .line {
    width: 105px;
  }

  .customer-checkout .step-bar .line {
    width: 120px;
  }

  .delivery_info .info_value span span {
    width: 60%;
  }

  /* .product-item .pi-links a.add-card{
      display: none;
    } */
  /* .add-to-cart2{
      display: block;
    } */
  /* Profile */
  .profile-sections {
    display: block;
  }

  .profile-sections .list {
    width: unset;
  }
}

@media (max-width: 420px) {
  .header_area .navbar .navbar-toggler .icon-bar {
    height: 2px;
    width: 14px;
    margin: 4px;
  }

  .navbar-toggler {
    padding: .25rem .5rem;
  }

  /* .sideb-bar-menu-container.show{
      width: 340px;
    } */
  .product-item .pi-links {
    padding-right: 5px;
  }

  .details_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-item .pi-text p {
    font-size: 14px;
    line-height: 15px;
  }

  .product-item .pi-text h6 {
    font-size: 14px;
  }

  .order_list .cart_items_list {
    border: 1px solid #ff6c00;
    padding: 10px 20px;
  }

  .order_list .cart_item>div:not(:first-child) {
    width: 80%;
  }

  /* cart */
  .cart_item {
    padding: 10px;
  }

  .mobile-cart-info {
    margin-left: 15px;
  }

  .cart_item>div:last-child {
    width: 30px;
  }

  .remove_cart i {
    font-size: 13px;
    padding: 8px;
  }

  .cart-top-container .row .col-lg-8 {
    padding: 0px;
  }

  /* checkout */
  .step-bar .line {
    width: 80px;
  }

  .order-summary .order-col>div:last-child {
    width: 80px;
  }

  .md-order-summary-container {
    padding: 20px 15px;
  }

  .checkout-section {
    padding: 0px;
  }
}

@media (max-width: 400px) {
  .floating-container {
    right: 15px;
    bottom: 20px;
  }

  .product-filter-section .col-lg-3.col-sm-5 {
    width: 50%;
  }

  .navbar-brand {
    margin-right: 0rem;
  }

  .logo_h img {
    margin: 10px 0;
    max-width: 89%;
  }

  .nav-link {
    padding: .5rem .5rem;
  }

  .cupon_text .primary-btn {
    padding: 0 15px;
  }

  .s400px {
    display: block;
  }

  .breadcrumb-banner .d-flex {
    display: unset !important;
  }

  .products_table tr td:nth-child(1),
  .products_table tr th:nth-child(1) {
    width: 23%;
    min-width: 101px;
  }

  .products_table tr td:not(:nth-child(1)),
  .products_table tr th:not(:nth-child(1)) {
    width: 15%;
    min-width: 47px;
  }

  .breadcrumb-banner .d-flex {
    display: unset !important;
  }

  /* Checkout */
  .step-bar {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .step-bar .line {
    right: 50px;
  }

  .customer-checkout .step-bar .line {
    width: 115px;
    right: 65px;
  }
}

@media (max-width: 373px) {
  .add-cart.button {
    width: unset;
    padding: 0px;
  }

  /* cart */
  .product_text {
    line-height: 18px;
    margin-bottom: 5px;
  }

  .product_quantity_container .quantity {
    margin-bottom: 2px;
  }
}

@media (max-width: 360px) {
  .product-filter-section .col-lg-3.col-sm-5 {
    width: 100%;
  }

  .details_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cupon_text input {
    width: 60%;
  }

  /* login */
  .login-section form {
    padding: 30px 15px !important;
  }

  /* cart */
  .product_quantity_container .quantity .pro-qty {
    height: 25px;
  }

  .product_quantity_container .quantity .pro-qty .qtybtn,
  .product_quantity_container .quantity .pro-qty input {
    height: 20px;
    line-height: 20px;
  }

  /* checkout */
  .customer-checkout .step-bar .line {
    width: 90px;
    right: 65px;
  }

  .md-order-summary-container {
    padding: 15px 10px;
  }
}