

.cover_boxes ul li .box h3 {
font-size: 13px;
line-height: 20px;
font-weight: 500;
letter-spacing: 6px;
}
@media only screen and (min-width: 1000px){
.header_menu_bottom_inner{
 display:inline-block;
 width:100%;
 vertical-align:middle;
 border-top: 1px solid #d6d6d6;
}
nav.main_menu > ul > li {
  margin: 0 3px;
}
nav.main_menu > ul > li:first-child {
  margin-left: 32px;
}
.side_menu_button a:last-child {
  padding-right: 24px;
}
}

@media only screen and (max-width: 1000px){
.header_fixed_right_area{
 display:none !important;
}
header.menu_bottom.has_header_fixed_right .mobile_menu_button,
header.menu_bottom.has_header_fixed_right .side_menu_button{
	height:100px !important
}
}
.woocommerce .product .images {
  width: 40.63636363636364%;
  margin-right: 2.545454545454545%;
}
.woocommerce .summary {
width: 56.81824545454545%;
}

.two_columns_75_25>.column2 {
    padding-top: 12px;
}

.ppt {
    display: none !important;
}

.shopping_cart_dropdown {
  background-color: #3f3f3f !important;
}

.mc4wp-form-basic input[type=submit] {    
    background-color: #c63d32;
    border: 0px;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 11px;
}

.mc4wp-form-basic input[type=email] {
    min-height: 41px !important;
    width: 100%;
    max-width: 480px;
    padding-left: 10px;
}

.comment_holder {
    display: none;
}

.woof_sid_auto_shortcode.woof {
    display: none;
}

.icon_search {
    font-size: 28px !important;
}

.widget #searchform input[type=text] {
    border: 1px !important;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #c63d32;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
.admin-bar p.demo_store {
    top: 32px;
}