/*
Theme Name: GeneratePress Samurai Shop
Theme URI: https://generatepress.com
Template: generatepress
Author: Web Samurai Designs
Author URI: https://generatepress.com/about
Description: E-commerce shop designed by Web Samurai Designs based on Generate Press
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options,e-commerce
Version: 3.6.0.1752782237
Updated: 2025-07-17 19:57:17

*/

body > div.gb-element-52755603 > h1 {
    margin: 0;
}

/* Contact forms styling */
#toggle-button{
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	border: 2px solid #34495e;
	color: #ecf0f1;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(44, 62, 80, 0.4);
	position: relative;
	overflow: hidden;
}

#toggle-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(44, 62, 80, 0.6);
	background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
	color: #ffffff;
}

#toggle-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s ease;
}

#toggle-button:hover::before {
	left: 100%;
}

.form-title {
	font-size: 24px;
	font-weight: 700;
	color: #2c3e50;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.form-description {
	color: #7f8c8d;
	text-align: center;
	margin-bottom: 25px;
	font-size: 16px;
}

button[type="submit"]
{
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
	color: #ecf0f1 !important;
	padding: 12px 30px !important;
	border: 2px solid #34495e !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 15px rgba(44, 62, 80, 0.4) !important;
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	z-index: 10 !important;
	text-decoration: none !important;
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	user-select: none !important;
	outline: none !important;
}

.wpforms-submit {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	display: block !important;
	text-align: center !important;
	clear: both !important;
}	

.wpforms-submit-container {
	text-align: center !important;
	display: block !important;
	visibility: visible !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
}

.button-container{
	display: flex;
	justify-content: end;
}