/* ==============================================================================
Theme Name: Syneffex Child
Theme URI: https://syneffex.com
Author: RENZ
Author URI: https://renz.dev
Description: Child for Syneffex Custom Theme.
Template: syneffex
Version: 1.0
Requires PHP: 5.4
Tags: theme-options, blog, e-commerce, portfolio, custom-logo
Text Domain: syneffex-child
================================================================================= */

.ct-form-name {
    display: flex;
    justify-content: space-between;
}

.ct-form-name p {
    width: 49%;
}
.column{
	float:left;
	width:50%;
}

#launcher{
	display:none !important;
}
.launcher{
	display:none !important;
}


.woocommerce form .form-row-wide{ 	width:50%; 	float:left; } 
.woocommerce form .form-row-first{ 	width:25%; 	float:left; } 
.woocommerce form .form-row-last{ 	width:25%; 	float:left; }