.navigation .navigation__left {
        display: none;
    }

    .navigation {
        background-color: #3c82b7;
    }

    .header__center {
        border-radius: 50px;
        overflow: hidden;
    }

    .footer-logo {
        width: 150px;
    }

    .ps-product__progress-bar.ps-progress,
    .ps-product__countdown figure:last-child {
        display: none !important;
    }

    .rating_wrap {
        padding: 5px 0;
    }

    .pdf-openner-btn {
        color: #000;
        background: #fff;
    }

    .pdf-openner-btn:hover {
        color: #fff;
        background: #000;
    }


    .lab-tested {
        width: 100%;
        max-width: 110px;
    }

    .lab-test-report-batch {
        width: 80px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 5px;
        padding: 5px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .lab-test-report-batch .lab-tested {
        width: 20px;
    }

	#homepage-1 .ps-deal-of-day {
      	margin-bottom: 0 !important;
      	padding-bottom: 0 !important;
	}

	.ps-product-list.mb-60 {
 	 	margin-bottom: 0;
	}

	#homepage-1 .ps-site-features {
    	padding-bottom: 0 !important;
	}

    @media (max-width: 992px) {
        .ps-section__links {
            display: none !important;
        }
      .ps-product-list .ps-section__header {
        background: var(--color-1st);
      }
      
      .ps-product-list .ps-section__header h3 {
        padding-bottom: 0;
        color: #fff;
      }
      
      .ps-block--countdown-deal .ps-block__left h3 {
        margin-right: 10px;
      }
      
      .header--mobile .ps-search--mobile {
        display: block;
        max-width: 100%;
        background-color: #3c82b7;
      }
      
      .header--mobile .ps-search--mobile .form-group--nest {
        border-radius: 50px;
        overflow: hidden;
      }
      
      .header--mobile .ps-search--mobile .ps-form--search-mobile button {
        padding-top: 5px;
      }
      
      .navigation--list .navigation__content {
        max-width: 100%;
      }
      
      input.form-control.input-search-product {
    	height: 35px;
	  }
      
      .ps-form--search-mobile button {
    	height: 35px;
	   }
    }

	.navigation__content {
      max-width: 100%;
	}








    .ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next,
    .ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev {
        background-color: transparent;
    }

    .header.header--product.header--sticky .navigation {
        background: #FFFFFF !important;
    }

    .navigation .navigation__left {
        display: none;
    }

    .menu--mobile .mega-menu {
        padding-left: 0;
    }

    #back2top {
        background-color: #ffffff59;
    }

    #back2top i {
        color: #000046;
    }

    .navigation__extra .ps-dropdown .ps-dropdown-menu a span {
        color: #000;
    }

    .ps-product--header-sticky .ps-product__title,
    .header-sticky .ps-tab-list li.active a {
        color: #fff;
    }


    .header .header__top {
        padding: 12px 0;
    }

    .ps-form--quick-search .form-group--icon {
        display: none;
    }

    .ps-form--quick-search .form-control {
        height: 35px;
    }

    .sub-menu>li>a img {
        width: 30px;
        height: auto;
        padding-right: 10px;
    }

    .widget:last-child {
        width: 120px;
    }

	.customer-order-detail .entered.loading {
        width: 100px;
        height: 100px;
    }

    @media (max-width: 480px) {
        .mega-menu .mega-menu-wrapper {
            padding: 0 0 0 40px;
        }

        .widget_content {
            max-width: 150px;
            word-wrap: break-word;
        }

        .ps-block--site-features .ps-block__item {
            max-width: 50%;
        }

        .ps-block--site-features .ps-block__left i {
            font-size: 20px;
        }

        .ps-block--site-features .ps-block__right h4 {
            font-size: 13px;
        }

        .ps-site-features {
            display: none;
        }
		
      .ps-block--countdown-deal .ps-block__left {
        margin-bottom: 15px;
    }
      .ps-container .col-lg-4:first-child {
		display: none;
	  }
      .ps-container .col-lg-4:last-child {
		display: none;
	  }
      
      .ps-container .col-lg-4 .ps-collection {
        margin-bottom: 0;
      }
    }

@media screen and (min-width: 1440px) {
  #homepage-1 .ps-home-banner .ps-banner {
  min-height: 560px;
  }
}

@media screen and (max-width: 768px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 220px;
    }
  
  footer.ps-footer {
    display: none;
  }
  
  .ps-newsletter {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 135px;
    }
}

@media screen and (max-width: 420px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 120px;
    }
}


@media screen and (max-width: 300px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 90px;
    }
}