/*
Theme Name: Divi Child Theme
Theme URI: http://vetexplus.com.my
Description: Child Theme For Divi
Author: Md Matiur Rahman
Author URI: http://vetexplus.com.my
Version: 1.0.0
Template: Divi
*/

@media only screen and (max-width:980px){
.three-columns-matiur .et_pb_column{
width:33% !important;
}
}

@media only screen and (max-width:980px){
.two-columns-matiur 
.et_pb_column{
width:50% !important;
}
}

@media only screen and (max-width:980px){
.four-columns-matiur .et_pb_column{
width:22% !important;
}
}
.et_header_style_centered #logo {
 max-height: 95%;
}
.woocommerce ul.products li.product .button {
    padding: 5px 5px;
    font-size: 15px;
}

/********* Mobile Menu Collapse ********/
  
/**** This hides the sub menu items on mobile ****/
  
#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
  
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
  
#mobile_menu .menu-item-has-children {
position: relative;
}
#mobile_menu .menu-item-has-children > a {
background: transparent;
}
  
/**** This styles the icon and moves it to the right ****/
  
#mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
  
/**** Here you can swap out the actual icons ****/
  
span.menu-closed:before {
content: "4c";
display: block;
color: #fff;
font-size: 16px;
font-family: ETmodules;
}
  
span.menu-closed.menu-open:before {
content: "4d";
}
/********* Mobile Menu Collapse code complete********/ 