/* Enter Your Custom CSS Here */
@media screen and (max-width: 600px)
    {
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth
  {
  clear:none !important;
  }
  .one_half.last_column
  {
        width: 100% !important; 
  }
}

entry-meta {
    display: none;
}

.single-product .product .single_add_to_cart_button.button{
	background-color: #ffc71a;
	color: #000000;
}
.woocommerce .product .add_to_cart_button.button{
	background-color: #ffc71a;
	color: #000000;
}

.woocommerce a.button.alt {
         	background-color: #ffc71a;
	color: #000000;
}

button#place_order {
color: #000000 !important;
background-color: #ffc71a;
}

.woocommerce-breadcrumb {
margin-bottom: -20px;
display: none;
}

.woocommerce-breadcrumb {
margin-bottom: -60px;
display: none;
}

.page-title-inner {
margin-top: 0px;
display: none;
}