/** MOBILE */

@media (max-width: 600px)  { 


   
    .logo {
        position: static;
        display: inline-block;
        float: none;
        padding: 5px 0px 5px 0px;
        margin: 5px 10px 0px 10px;
        

    }
    .logo img {
        width:50px;
        border:0px;
        box-shadow:none;
        border-radius: 10px;
        margin:0px;
    }
    .shop-msg-promotion {
        height: 70px;
        text-align: center;
        padding:10px;
        display: none !important;
    
    }
    .toolbar {
        padding:0px;
        border:0px;
        bottom:0px;
        top:auto;
        position:fixed;
        z-index:1000;
    }
    .toolbar .contact-button-set {
        display: flex ;
    }
  
    .toolbar  .contact-info {

        text-align: center;
        
        float: none;
        color: #FFF;
        border: 1px solid #FFF;
        margin: 0px;
        padding:10px 5px;
        font-size: 13px;
        width: 31%;
        letter-spacing: 0px;
        position:relative;

        flex:1;  
        
        
    }
    .toolbar  .contact-info i {
        position: absolute;
        left:8px;
    }
    .toolbar .contact {
        margin:0px;
    }
    .toolbar .txt-contact-info {
        display:none;
    }
    
    .toolbar .contact-info.ct-btn-facebook {
    
            border: 0;					   
            background: #1250ca;
            
    }
    .toolbar .contact-info.ct-btn-line {
    
            
            
            border: 0;					   
            background: #00c503;
            

    }
    
    .toolbar .contact-info.ct-btn-phone {
                            
        border: 0;
        background: #ff6a00;
        border-radius: 0px;

                     

    }
    .toolbar .contact-info.ct-btn-phone a {
        margin-left:17px;
        letter-spacing: -1px;
    }

    .toolbar .contact-info.ct-btn-phone i {
        color: #ff6a00;
        border-radius: 3px;
        font-size: 13px;
    }
    .btn-fb-contact  , .btn-line-contact  {
        max-width:280px;
        margin:0 auto;
    }

     
    header #menu a.active {
        background:#018f97;
        color:#FFF;
    }

    header #menu a {
        padding: 3px 2px;
        font-size: 13px;
        color: #FFF;
        background: #00d0dc;
        text-decoration: none;
        display: inline-block;
        margin: 0px;
        margin-bottom: 0px;
    }

    
    .home5-tab-area {
        padding-top:25px;
    }

    .tab-menu ul li a , .tab-menu ul li.active a{
        color:#000;
        font-size:16px;
        
    }
    
    .home-banner .container.home-banner-inner{
        margin:0px;
        padding:0px;
    }
    .home-banner  .hm-promotion {
        padding:0px;
        margin:10px 0;
        
    }

    header .mb-flex {
        display:flex;
    }

    header .bx-mobile-top-search {

        height: 32px;
        margin-top: 18px;
        border: 1px solid #00d0dc;
        border-radius: 60px;
        flex: 1;
        
        display: block;
        font-size:0px;
    
    }

    header .bx-mobile-top-search #frmtopSearch input {
        border: 0px;
        padding: 2px 4px;
        margin: 0px;
        max-width: 140px;
       
        height: 30px;
        font-size: 13px;
        margin-bottom: 2px;
    }

    header .bx-mobile-top-search i {
        padding: 0;
        text-align: center;
        width: 30px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        float: left;
        color: #AAA;
    }
    header .bx-mobile-top-search button {
        padding: 3px 10px;
        border-radius: 20px;
        height: 26px;
        background: #ff6a00;
        color: #FFF;
        border: 0px;
        font-size: 13px;
        margin-top: 2px;
        margin-right:2px;
        float: right;
    }

    header #menu a.menu-toggle-side {
        float: right;
        width: 50px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        font-size: 18px;
        margin-top: 15px;
        margin-right: 5px;    
        background: none;
        color: #0098a1;
        display:block;
    }

    header #menu a.menu-toggle-side.fixed {
        z-index: 10000005;
        position: absolute;
        right: 0px;
         
    }
    nav {
      
        display: block;
        position: fixed;
        
        height: 100vh;
        background: #FFF;
        top: 0px;
        left: 500px;
        right: 0px;
        overflow: auto;
        z-index: 10000000;
        padding:20px 0px;
        transition: 0.5s;
        width:100%;
        
    }
    nav.show{
        transition: 0.5s;
        right: 0px;
        left:0px;
    }
    nav.show #logo-temp {
        position: relative;
        height:30px;
    }
    nav.show #logo-temp::before{
        content : 'หมวดหมู่กระปุกครีม' ;
        font-size:14px;
        text-align:center;
        position:absolute;
        z-index:1;
        left:15px;
        
    }
    #side-menu  li {
        list-style: none;
        font-size: 13px;
        padding: 5px 15px;
        text-align: left;
    
        
    }
    #side-menu  li.menu-sub {
                
        display: block;;
        font-size:13px;
        padding-left: 35px;

    }
    #side-menu  li  a {
        
        color: #1c235b;
        font-family: tahoma !important;
        
        background-image: linear-gradient(#1c235b 0 0);
        background-position: right -100% bottom 0;
        background-size: 200% 1px;
        background-repeat: no-repeat;

    }
    #side-menu  li  a:hover{
        background-position: left -100% bottom 0;
        transition: background-position 0.5s;
    }
    #side-menu  li  a.active {
        background-position: 100% 100%; /*OR bottom right*/
         background-size: 100% 1px;
    }

    #side-menu  li.menu-sub a {
        list-style: square ;
    }
    #product-all {
        padding:20px 0 0 0 ;
    }
    .product-title {
        font-size:13px;
    }

    #banner-innert {
        text-align: center;
        position: relative;
        padding: 10px 0px;
        margin: 10px;
        border-radius: 5px;
        height: 90px;
    }
    #banner-innert h1 {
        font-size:16px;
        margin-top:5px;
    }

    
    .tab-menu {
        margin: 10px 0px 10px 0px;
    }
    .btn-line {
        display:none;
    }
    #scrollUp {
        display:none !important;
    }

    .single-product .product-img {
        
        background:#FFF;
    }
    
    .owl-carousel .single-product img.img-responsive {
        
        background:#FFF;
         
    }
    
}


@media (max-width: 480px)  { 

    body {
        background:#EEE !important ;
    }
  
    header .bx-mobile-top-search {
        border-radius: 10px;
    }
    #tab-area-03 {
        background:rgb(255 255 255 / 0%) !important; 
    }
    .tab-area {
        
        margin: 10px !important;
        padding: 10px !important;
        background: #FFF !important;
       
        box-shadow: 0px 0px 3px #99999975;
    }
    
    .tab-area .container {
        padding: 0px;
        margin: 0px;
    }

    .tab-area .tab-content  {
    
        background: #FFF;
        padding: 10px;
        border-radius: 8px;
    
    }
    .tab-menu ul {
        line-height: 0px;
    }
    
    .content-product-slide {
        min-height: 200px;
    }

    .product-name span, .product-name strong a {
        color:#000;
    }

   

    .single-product {
        
        margin: 0px 0px 10px 0px !important;
        padding: 0px;
        border-radius: 8px;
    }

    #product-lists {
        padding: 0px 10px !important; 
    }

    .single-product .product-img {
        box-shadow:none;
    }
    .product-item-details {
        margin-top: 0px  !important;
        height: 45px !important;
        overflow: hidden !important;
        padding: 5px 10px !important;
    }


    /**
    * Product detail
    */
    #product-area .symple-product   br {
        display:none;
    }
    #product-area .symple-product  .product-image {
        min-height: auto;
    }

    #product-image-gallery {
        margin:10px 0px;
    }

    .box-des-meta-01  {
        display:none;
    }

    #page-product-detail .product-type-slide .single-product {

        margin: 0 0px 10px 0px !important;
        padding: 10px;
        border: 1px solid #DDD;
        border-radius: 0px;

    }

    .product-description iframe {
        max-width: 100%;
    }


    .item-search , .item-search .src-des {
        font-size:13px !important;
    }
    .item-search .src-des h3 {
        font-size: 13px !important;
        line-break: anywhere;
    }
    .item-search .src-des h3 span {
        font-size:11px;
    }

    .item-search {
        width: 50%;
        display: inline-block;
        padding: 5px;
        margin-bottom: 5px !important;
    }

    .item-search .src-des {
        padding: 5px  !important;
        font-size: 13px !important;;
        border-radius: 0px !important;;
        
         
        margin: 0px 0 0 0 !important;
    }
    .item-search .item-title {
        display:none;
    }

    .item-search .img-thumb a {
        border-radius: 0px;
    }

    #section-search .container{
        margin:0px;
        padding:10px;
    }


    .goto-view-all {
        font-size: 13px;
        float: right;
        margin-top: -10px;
        background: #ffffff00;
        box-shadow: none; 
        padding: 5px 15px;
        color: #000000;
        /* border: 1px solid #CCC;*/
    }
} 

