/*
Theme Name: Glowing Child Theme
Theme URI: https://glowing.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Glowing Theme
Version: 1.0.0
Template: glowing
Text Domain: glowing-child
*/


li.menu-item.menu-item-customize.menu-item-after-menu {
    margin-left: 10px !important;
}

p.price {
    font-weight: 400 !important;
    margin: 10px 0 20px 0 !important;
}

.wc-block-components-product-metadata {
	display: none !important;
}

.woocommerce .g5shop__product-item .g5shop__product-info .price, .woocommerce ul.products li.product .price {
	font-weight: 400 !important;
}

.woocommerce div.product form.cart .button, a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #f4e8f2;
	border: 0px;
	color: #000;
	text-transform: none;
	font-weight: 400;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	padding: 0 15px !important;
}

label.g5shop__quantity-label {
	display: none !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 17px;
    margin-top: 30px;
}

.g5core-breadcrumbs li:nth-child(1):before {
	display: none;
}

#mm-copy {
	max-width: fit-content;
	margin-right: 20px;
}

.woocommerce div.product div.summary .product_meta {
	display: none;
}

.related.products {
    float: none;
    clear: both;
}

.summary.entry-summary, .woocommerce-product-gallery {
	margin-bottom: 100px !important;
}

.single-product .product_title.entry-title {
	display: none;
}

.single-product .title {
	font-size: 24px;
	color: black;
}

.single-product .container {
	max-width: 1440px;
}

.woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb div.images {
	width: calc(50% - 20px) !important;
}

.woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb div.summary {
	width: calc(50% - 20px) !important;
	padding-left: 40px !important;
}

.accordion_item_title {
	font-size: 20px;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	position: relative;
}

.accordion .accordion_item_title:after {
	content: "+";
	position: absolute;
	right: 0px;
	top: 5;
	transition: .5s;
	font-size: 20px;
}

.accordion .active .accordion_item_title:after {
	content: "-";
}

.accordion_item_content {
	padding: 15px 0;
	display: none;
}

.accordion .active .accordion_item_content {
	display: block;
}

.accordion .accordion_item_title:hover {
	cursor: pointer;
}

#primary-content {
	padding-bottom: 0px !important;
}

.wpml-ls-statics-footer {
	position: absolute;
	top: -3px;
	right: 50px;
	z-index: 99999999999;
}

li.wpml-ls-current-language {
	display: none !important;
}

.wpml-ls-link span {
	display: none;
}

.wpml-ls-statics-footer a, .wpml-ls-statics-footer .wpml-ls-sub-menu a, .wpml-ls-statics-footer .wpml-ls-sub-menu a:link, .wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {
	background: none;
}

img.wpml-ls-flag {
    width: 21px;
}



@media screen and (max-width: 992px) {
	
	.wpml-ls-statics-footer {
		position: fixed;
		top: 300px;
		right: 0;
	}
	
	li.wpml-ls-item {
		display: block !important;
		background: #ffffff;
	}
	
	li.wpml-ls-item.wpml-ls-current-language {
		display: none !important;
	}
	
}

@media screen and (max-width: 768px) {
	
	.woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb div.images,
	.woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb div.summary {
		width: 100% !important;
		padding: 0 20px !important;
	}
	
}
