.container {
    max-width: 1230px;
}
@media(min-width: 1681px) {  }
@media (max-width: 1680px) and (min-width: 1441px) {  }
@media (max-width: 1440px) and (min-width: 1370px) {  }
@media (max-width: 1369px) and (min-width: 1281px) {  }
@media (max-width: 1280px) and (min-width: 1101px) {  }
@media (max-width: 1100px) and (min-width: 992px) { }
@media(max-width: 991px) and (min-width: 700px) {
h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}
h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
}
.sub-home {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.pt_100 {
  padding-top: 70px;
}
.pb_100 {
  padding-bottom: 70px;
}
.pt_70 {
    padding-top: 50px;
}
.pb_70, .pb-50  {
    padding-bottom: 50px;
}
.pb_0_t {
    padding-bottom: 0;
}
.t_left {
    text-align: left !important;
}
.d_none {
    display: none;
}
.navbar-nav li a {
    padding-left:  11px;  
}
.navbar-nav li {
    margin-top: 10px;
}
.navbar-nav li:last-child {
    margin-bottom: 10px;
}
.wp_scan img {
    width: 190px;
}
.w-100-t img {
    width: 100%;
}
.pl-0 {
    padding-left: 0;
}
.mt-15-t {
    margin-top: 15px;
}
.work_list span {
    font-size: 15px;
  }

/* nav  */
.main_menu #menu-main-menu {
    position: absolute;
    color: var(--black) !important;
    background-color: var(--blue);
    top: 90px;
    right: 0;
    left: 0;
    gap: 0;
	z-index: 999;
}
.tab_item {
    width: 55% !important;
}
.main_menu .nav-link {
    color: var(--black) !important;
    text-align: left;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a {
    color: var(--black) !important; ;          
}
.main_menu .dropdown-menu .nav-link {
    color: var(--black) !important;
}
.f_logo {
    width: 130px;
}
/* hero_section*/
.hero_section,.hero_section .slick-slide, .hero_section img {
    height: auto; 
}
/* grid  */
.product-grid {
    grid-template-columns: repeat(2, 1fr);
}
.counter,.unit {
            font-size: 40px;
            line-height: 46px;
        }
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 35%;
}
.woocommerce-account .woocommerce-MyAccount-content {
   margin-top: 20px;
}
.search-popup-box {
  max-width: 600px;
}
.woocommerce-additional-fields {
  margin-top: 20px !important;
}
}
/* Mobile */
@media (max-width: 699px) {
h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
}
h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 42px !important;
}
h3 {
    font-size: 32px !important;
    font-weight: 700 !important; 
    line-height: 38px !important;
}
h4 {
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 31px !important;
}
h5, .sub-home{
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
}
.d_none, .d_none_m {
    display: none;
}
/* nav */
.main_menu #menu-main-menu {
    position: absolute;
    color: var(--black) !important;
    background-color: var(--blue);
    top: 90px;
    right: 0;
    left: 0;
    gap: 0;
}
.tab_item {
    width: 70% !important;
}
.main_menu .nav-link {
    color: var(--black) !important;
    text-align: left;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a {
    color: var(--black) !important; ;          
}
.main_menu .dropdown-menu {
    padding: 0;
}
.main_menu .dropdown-menu .nav-link {
    color: var(--black) !important;
}
.free_ship {
    font-size: 12px;
}

/*  */
.navbar-nav li a {
    padding-left:  11px;  
}
.navbar-nav li {
    margin-top: 10px;
}
.navbar-nav li:last-child {
    margin-bottom: 10px;
}
.my-logo img {
    width: 240px;
}
.wp_scan img {
        width: 200px;
        margin-bottom: 20px;
        display: flex;
        justify-content: left;
}
.w-100-m img {
    width: 100%;
}
.pl-0 {
    padding-left: 0;
}
.mt-15-m {
    margin-top: 15px;
}
.mt-50-m  {
 margin-top: 50px;
}
.mt-60-m {
    margin-top: 60px;
}
.work_list span {
    font-size: 15px;
}
.pt_100 {
  padding-top: 50px;
}
.pb_100 {
  padding-bottom: 50px;
}
.pt_70 {
    padding-top: 30px;
}
.pb_70,.pb-m-50 {
    padding-bottom: 30px;
}
.pb_0_m {
    padding-bottom: 0;
}

._404 {
    font-size: 100px !important;
    line-height: 120px !important;
}
.t_left {
    text-align: left !important;
}
/* hero_section*/
.hero_section,.hero_section .slick-slide, .hero_section img {
    height: auto; 
}
/* grid  */
.product-grid {
    grid-template-columns: repeat(1, 1fr);
}
/* order submit */
.woocommerce ul.order_details li {
    margin-top: 15px;
}
.counter-section {
    display: block;
    align-items: center;
    text-align: center;
    grid-template-columns: 1fr 1fr;
        }
.counter,.unit {
    font-size: 20px;
    line-height: 36px;
}
.counter-box  {
  max-width:100%;
  margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}
.search-popup-box {
  max-width: 300px;
}
.search-popup-box input {
    width: 60%;
}
	.woocommerce-additional-fields {
  margin-top: 20px !important;
}
}