/*
Theme Name: Applay child
Template: applay
Version: 1.0.0
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.woocommerce ul.products li.product a.button {
	display: flex;
}


@media only screen and (max-width: 480px) {
    body.home .ia-woo.ia-product-listing .columns-2 ul.products li.product {
		width: 48%;
	}
}	

.h1 {
	font-weight: normal;
}

@media only screen and (max-width: 600px) {
  	body.home .ia-woo.ia-product-listing .columns-6 {
		display: none;
	}

	.h1 {
		font-size: 40px;
	}
}


@media only screen and (min-width: 600px) {
    body.home .ia-woo.ia-product-listing .columns-2 {
		display: none;
	}
}

.woocommerce ul.products li.product span.price {
	display: none;
}

body.home .widget_product_categories ul.product-categories {
	padding-left: 0px;
}

body.home .widget_media_gallery .gallery {
	padding-left: 0px;
}

body.home ul.product-categories {
	padding-left: 15px;
}

.breadcrumbs {
	display: none;
}

.col-md-8 h1, .col-sm-8 h1 {
    color: black;
	font-weight: normal;
}

#gallery-1 .gallery-item {
    margin-top: 0px !important;
}

.gallery-item .gallery-icon img {
    border: 0 !important;
}

.footer-inner .widget {
    padding-bottom: 20px;
}


#main-nav .navbar-nav>li>a {
    font-size: 18px;
}

.woocommerce div.product div.images {
    display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
	width: 100%;
}

.col-md-10 h1 {
	font-weight: normal;
}

.product_meta {
    display: none;
}

.item-meta {
    font-size: 14px;
}

.comment-form-cookies-consent {
	display: none;
}

.form-submit.form_heig, #commentform .form-submit, .comment-form-rating {
	padding-top: 20px;
    padding-left: 0px;
}

.blog-thumbnail .item-thumbnail a {
	display: none;
}

@media (min-width: 992px) {
    .col-md-6 {
		width: 100%;
    }
}

.item-meta .fa {
	display: none;
}

.logo_container {
    display: flex;
    align-items: center;
}

.logo_container img {
    height: 50px;
    width: auto;
    margin-right: 10px; 
}

.logo_container div {
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    color: #FF5757;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 5px;
	font-weight: bold;
}

.logo-text {
	margin-left: 10px; 
	bottom: 10px;
    left: 10px;
    font-size: 20px;
    color: #FF5757;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 5px;
	font-weight: bold;
}

@media (max-width: 1200px) {
    .mobile-menu-wrap {
      display: block !important; /* 显示菜单 */
    }
  }