/*
Theme Name: ShovalStudio Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#accordion-shipping_info-label button.toggle {
    display: none;
}

#accordion-shipping_info-label {
    pointer-events: none;

}

#accordion-shipping_info-content {
    display: block !important;
}

.badge_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em
}

.badge_wrapper img {
    margin-right: 0.2em;
    margin-top: 0.1em;
}

.qa_section {
    background: #F8F8F8;
    padding-top: 2em;
    padding-bottom: 3em;
}

.qa_questions {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 2em;
    padding-right: 2em;
}

.accordion-title {
    border-top: initial;
    border-bottom: 1px solid #ddd;
    padding: 0.6em 1em;
}

.accordion .toggle {
    border-radius: 999px;
    height: 1.5em;
    margin-left: 1em;
    position: absolute;
    left: 0;
    top: 0.3em;
    transform-origin: 50% 47%;
    width: 2.3em;
    right: initial;
}

.product_eng_title a {
    margin-bottom: 0.3em !important;
}

.product-title {
    margin-bottom: 0.2em;
}

h2.product_eng_title {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
}

.title-wrapper p.product-title,
.title-wrapper div.product_eng_title,
.title-wrapper p.product-title,
.title-wrapper div.product_eng_title a {
    line-height: 1;
}

.title-wrapper div.product_eng_title a {
    font-size: 0.9em;
}

.title-wrapper p.product-title {
    font-weight: 600;
}

.banner_image{
	margin-bottom: 15px
}

.banner_text {
	width: 100%;
	text-align: right
}


.mobile_banner {
	display: none
}

.cat-item.cat-item-79{
	display: none
}

@media only screen and (max-width: 48em) {
	.desktop_banner{
		display: none;
	}
	.mobile_banner {
		display: block
	}

}

@media only screen and (max-width: 765px){
	.badge_wrapper img {
		margin-right: 0.2em;
		margin-top: 0.1em;
		width: 30px !important;
	}
	
	.product-short-description span{
		display: flex;
		flex-wrap: wrap
	}

	.is-large {
		font-size: 16px;!important
	}
}