/*
 Theme Name:   Ssrobubin Theme
 Author:       Choi
 Version:      1.0.0
*/

/* 여기 아래로 자식 테마의 스타일을 추가하세요 */

/* Class hide-for-looged-out */
body:not(.logged-in) .hide-for-logged-out {
	display: none !important;
}

/* Class hide-for-looged-in */
body.logged-in .hide-for-logged-in {
	display: none !important;
}

#customer_login {
	display: none;
}

.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
	display: none;
}

.ssroform-myaccount-btn {
	margin: 0 2px 0 2px;
	border-radius: 10px !important;
	padding: 7px 15px !important;
	font-size: 1rem;
}



button {
	padding: 0.45em 0.8em 0.45em 0.8em;
	border-radius: 10px !important;
	margin: 0.5em;
	background-color: #0a58ca;
} 

#automator_button_form_1565 {
	margin:0px;
	padding:0px;
	display: inline-block;
}

div.cosmosfarm-social-login-title {
	display: none;
}

a.woocommerce-button {
	margin: 0.1em;
}

.content-area {
	margin-top: 1rem;
}

th.acf-th  {
	font-size: 14px;
}

.fea-modal-content {
	width: 1000px !important;
}

.site-branding .site-title {
	font-weight: bold;
	font-family: '코트라체';
}

.acf-notice p {
	font-size: 20px;
	text-align: center;
}


/* my-account avartar name */
.kadence-customer-image {
	left: 0px !important;
}

.kadence-customer-name {
	padding-left: 50px !important;
	font-size: 20px;
}

.kadence-account-avatar {
	margin-bottom: 2em !important;
	margin-top: 0.5em !important;
	padding-bottom: 0.1em;
	padding-top: 0.5em;
}

.woocommerce-account .account-navigation-wrap .kadence-customer-image img {
	max-width: 50px;	
}

form.woocommerce-EditAccountForm.edit-account {
	max-width: 600px;
}

