/*
Theme Name: Etchy
Theme URI: https://etchy.qodeinteractive.com
Description: Print Shop WordPress Theme
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: etchy
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.qodef-button.qodef-html--link{
	border-radius: 5px !important;
}

.qodef-button.qodef-layout--filled.qodef-html--link.qodef-btn-wave-hover .qodef-btn-masked {
	border-radius: 5px !important;
}

.qodef-button.qodef-layout--outlined.qodef-btn-wave-hover .qodef-btn-masked {
	border-radius: 5px !important;
}
#qodef-back-to-top.qodef--on {
	visibility: hidden;
}

/* Single product: on mobile portrait show title/price block before gallery */
@media only screen and (max-width: 768px) and (orientation: portrait) {
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		display: flex;
		flex-direction: column;
	}

	#qodef-woo-page.qodef--single .entry-summary {
		order: 1;
		margin-top: 0;
	}

	#qodef-woo-page.qodef--single .qodef-woo-single-image {
		order: 2;
		margin-top: 32px;
	}
}

.qodef-wave-btn-holder {
	padding: 0 !important;
}
