/* Mobile & Table */
@media (max-width: 1023px) {}

/* Table */
@media (min-width: 1100px) and (max-width: 1400px) {
	 .nav li ul>li a{
		line-height:16px;
	}
}

/* Table Lanscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* Mobile */
@media screen and (max-width : 1360px) {
	
    .nav li ul>li a{
		line-height:16px;
	}
  }
@media (max-width: 739px) {
  
.product-item{
	padding:5px;
}
.price
{
	font-size:13px;
}
.pricekm
{
	font-size:15px
}
.product-name {
    font-size: 14px;
}
.topfooter
{
	    flex-wrap: wrap;
    justify-content: flex-start;
}
.sendmail__frm input {
    margin: 0px;
    width: calc(100% - 120px);
}
.sendmail__btn {
    width: 120px;
    padding: 10px;
}
form.sendmail__frm {
    display: flex;
	width:100%;
}
.grid-news {
    display: block;
}
.logo img, .logo-mobile img{
	padding:0px;
} 
.product-name-detail {
font-size: 20px;
}
.mobile-bar.hide-on-pc {
    border-bottom: 1px solid #d7d7d7;
}
   
}

/* Ipad pro */


@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}


/* PC LARGE */

@media (min-width: 1919px) {
    .grid {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .galleries {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
    }
  }
  @media (max-width: 1350px) {
    .nav li ul>li a{
		line-height:16px;
	}
  }
  @media (max-width: 1000px) {
    .galleries {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
    }
  }
  @media (max-width: 800px) {
    .galleries {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
    }
  }
  @media (max-width: 400px) {
    .galleries {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
    }
  }
  