#additional_organization_code_field label
{
	font-size: 28px;
}

p#additional_organization_code_field {
	background-color: #b8be13;
	border-radius: 3px;
	padding: 10px;
}

#additional_organization_code_field label {
	font-weight: 500;
	font-size: 20px;
	margin-top: -6px;
}

p#additional_organization_name_field {
	background-color: #b8be13;
	border-radius: 3px;
	padding: 10px;
	padding-bottom: 15px
}

#additional_organization_name_field label {
	font-size: 25px;
	font-weight: 500;
	margin-top: -8px;
}

#select2-additional_organization_name-container {
}

#additional_organization_name_field .select2-selection.select2-selection--single{
}

#additional_organization_name_field .select2-selection__arrow {
}

#additional_organization_name_field ul {
	width: 95%;
}

#select2-additional_organization_name-results {
	color: #404041;
	font-weight: 30;
}

.select2-results__option {
	color: #000;
}


#select2-additional_organization_name-container {
	color: #404041;
	font-weight: 30;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #fff;
}

input#additional_organization_code.input-text {
	font-weight: 30px;
	font-size: 40px;
}

/*** Single Product Page ***/

.woocommerce-product-gallery__image a {
 pointer-events: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
/*** Single Country Page ***/
.single-countries .buythebook {
  background: #b8be13;
	float: none;
	margin: 0 auto;
	font-family: open sans;
	font-weight: 700;
	font-size: 130%;
	text-shadow: none;
	border-radius: 3px;
	letter-spacing: .05em;
}

.single-countries .servebtn.makedontation {
	background-color: #f78c2a;
	border-radius: 3px;
	text-shadow: none;
	font-family: open sans;
	font-weight: 700;
	font-size: 130%;
	letter-spacing: .05em;
}

.single-countries .coffeetable {
	background-color: #005f71;
	border-radius: 3px;
	text-shadow: none;
	font-family: open sans;
	font-weight: 700;
	font-size: 130%;
	letter-spacing: .05em;
}

.single-countries .orderprints {
	background-color: #b8be13;
	border-radius: 3px;
	text-shadow: none;
	font-family: open sans;
	font-weight: 700;
	font-size: 130%;
	letter-spacing: .05em;
}

/**
.single-countries .country-post, .single-countries .country-wiki {
	float: left;
	width: 50%;
	display: block;
}
**/


/** Cart page **/

.woocommerce-cart table.cart img {
	width: 200px;
	max-width: 200px;
}

.woocommerce .quantity .qty {
	height: 40px;
}

/** checkout page **/

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
   background: transparent;
   border-radius: 5px;
}