
/* 
 Theme Name:     IDF-ChildTheme   
 Author:         IDF
 Author URI:     http://www..net 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*<link href='https://fonts.googleapis.com/css?family=Kanit:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,thai' rel='stylesheet' type='text/css'>*/


/* Font */

@font-face {
    font-family: 'Anakotmai';
    src: url('fonts/anakotmai-light.woff2') format('woff2'),
         url('fonts/anakotmai-light.woff') format('woff'),
         url('fonts/anakotmai-bold.woff') format('woff'),
         url('fonts/anakotmai-bold.woff2') format('woff2');
         
}

/* General */

#main-content {background-color:#000000!important;}

.hr01 {display: flex; flex-direction: row;} /* HR Title หน้า Home เส้นแนวนอนหลัง Title*/
.hr01:after {
    content: "";
    flex: 1 1; 
    border-bottom: 1px solid rgb(82, 82, 82); 
    margin: 10px auto auto 15px; 
}

/* Divi module */

.et_pb_row {padding: 0px 0!important;}
.et_pb_section {padding: 0px 0!important;}
.et_pb_title_meta_container {margin-bottom: 20px;}
.et_pb_text_inner {color:#A5A5A3!important;}
.et_pb_text_1.et_pb_text {color:#A5A5A3!important;}

/* Hamburger Menu */

span.mobile_menu_bar:before{
  color:#F5EE31;
}

/* Shopping cart */
.et-cart-info { display:none !important; }

/* ABOUT */

body.page-id-26 .et_pb_row_0  {margin-top: 150px!important; margin-bottom: 50px;}

/* CONTACT */

body.page-id-159 .et_pb_row_0  {margin-top: 150px!important; margin-bottom: 50px;}

/* WOOCOMMERCE */

mark {background: transparent; text-decoration: none; color: #ffffff;}

/* product detail page - Single Product*/

body.single-product .et_pb_section_0_tb_body.et_pb_section {margin-top:100px; margin-bottom: 100px;}



