@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #965005;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 16px;
    border-bottom: 1px solid #000;
  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 16px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

.small nav .sidebar ul.sub-menu-sm li {
	padding: 13px 16px;
}

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-size: 15px;
  }

  .small {
    display: block;
  }

  p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
	.woocommerce-ordering .orderby {
	width: 100% !important;
	
}
	
  .small img {
    width: 135px;
  }

  h1 {
    font-size: 42px;
  }

  .banner_sec p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 9px;
    flex-wrap: wrap;
  }

  .banner_sec {
    padding: 270px 0 70px;
    background: url(../image/banner-mb.jpg) no-repeat top/ cover !important;
  }

  #home_sec2 {
    padding: 60px 0 250px;
    background: url(../image/home_sec2_mb.jpg) no-repeat bottom/ cover !important;
  }

  .home_sec2 {
    padding: 60px 0 250px;
    background: url(../image/home_sec_2_mb.jpg) no-repeat bottom/ cover !important;
  }

  .home_sec1 {
    padding: 60px 0 170px;
    background: url(../image/home_sec1_mv.jpg) no-repeat bottom/ cover !important;
  }

  h2 {
    font-size: 32px;
    font-weight: 600;
  }

  h3 {
    font-size: 28px;
  }

  section {
    padding: 60px 0px;
  }

  .home_sec2 {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 230px;
  }

  .home_sec2 .hd_info {
    justify-content: center;

  }

  h2 br {
    display: none;
  }

  .home_sec4 {
    padding-bottom: 220px;
    background: url(../image/home_sec4_mb.jpg) no-repeat bottom / cover !important;
  }

  .brazil-sugar-section {
    color: #ffffff;
    padding-bottom: 225px;
    text-align: center;
    background: url(../image/brazil-sugar-section-bg.jpg) no-repeat bottom / cover !important;
  }

  #brazil-sugar-section {
    background: url(../image/_brazil-sugar-section2.jpg) no-repeat bottom / cover !important;
  }


  .sugar-specs-section {
    padding-bottom: 330px;
    text-align: center;
    background: url(../image/sugar-specs-section-mb.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: 100% 0% !important;
  }

  .sugar-specs-section .hd_info {
    justify-content: center;
  }

  .contact_section .form_contact {
    text-align: center;
    background: linear-gradient(45deg, #965005 33%, #4f2900 100%);
    padding: 65px 20px;
    color: #fff;
    padding-left: 20px;
  }

  .footer .social li a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 600px;
    background-color: #fff;
    color: #965005;
    font-size: 21px;
    align-items: center;
    justify-content: center;
  }

  .contact_section .heading {
    margin-right: 0;
    width: 90% !important;
    margin: auto;
    margin-top: 50px;
  }

  .contact_section #accordionExample {
    padding: 20px;
  }

  #bg-blue {
    text-align: center;
  }

  #bg-blue .comon-btn {
    margin: 0 auto;
    display: block !important;
  }

  .footer img {
    width: 180px;
  }

  .footer .ft-leading-left {
    border-right: 2px solid #965005;
    height: 100%;
  }

  .read-btn {
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    justify-content: center;
  }

  .footer .ft-list li {
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 15px;
  }

  .footer .ft-list {
    margin-bottom: 0 !important;
  }

  .footer .ft-leading-left {
    border-right: none;
    height: 100%;
  }

  .footer {
    background-position: bottom !important;
    padding: 65px 0;
    color: #fff;
  }

  #contact .con-form .form-info {
    box-shadow: 1px 2px 35px 7px rgba(0, 0, 0, 0.11);
    padding: 30px 20px;
    border-radius: 6px;
  }

  #inner-banner h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 8px;
  }

  #inner-banner {
    background: #cc6c05;
    padding: 140px 0 40px;
    color: #fff;
  }

  .privacy-policy-section h2 {
    font-size: 28px;
  }

  .privacy-policy-section h3 {
    font-size: 22px;
  }

  .privacy-policy-section h4,
  .privacy-policy-section h5 {
    font-size: 18px;
  }

  .privacy-policy-section p,
  .privacy-policy-section ul li {
    font-size: 15px;
  }

  .deals_page select {
    display: flex;
    align-items: center;
    border: 1px solid #bbb;
    border-radius: 0px;
    overflow: hidden;
    padding: 11px 16px;
    background: transparent;
    color: #5e5e5e;
    border-radius: 5px;
    width: 60%;
  }

  .deals_page .feature {
    display: flex;
    align-items: start;
    gap: 16px;
    justify-content: start;
    flex-wrap: wrap-reverse;
  }

  .inner-blog-left-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 12px 9px 25px;
    border-radius: 8px;
  }

  .inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 15px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

@media screen and (max-width: 567px) {
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none !important;
    text-align: center !important;
}
	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none !important;
}
}

@media screen and (max-width: 320px) {}