/*
 Theme Name:   OceanWP Child
 Theme URI:    https://fotolabservice.it/
 Description: OceanWP Child Theme
 Author:       Your Name
 Author URI:   https://fotolabservice.it/
 Template:     oceanwp
 Version:      1.0.0
 Text Domain:  oceanwp-child
*/

/* Add your custom CSS below */

/* Billing form - decrease spacing */
.woocommerce-EditAccountForm .form-row,
.edit-account .form-row {
	margin-bottom: 0.5em;
}
.woocommerce-EditAccountForm .form-row-wide,
.edit-account .form-row-wide {
	margin-bottom: 0.5em;
}
.woocommerce-EditAccountForm h2,
.edit-account h2 {
	margin-bottom: 0.75em;
}
form.pms-form  li.pms-field-billing-state select,
form.pms-form  li.pms-field-billing-country select {
  
    padding: 30px 12px !important;
}
/* PMS registration billing fields - decrease spacing */
.pms-field-billing-section,
.pms-field-billing-company,
.pms-field-billing-address,
.pms-field-billing-house-number,
.pms-field-billing-postcode,
.pms-field-billing-city,
.pms-field-billing-state,
.pms-field-billing-country,
.pms-field-billing-unique-code,
.pms-field-billing-vat,
.pms-field-billing-pec {
	margin-bottom: 0.4em !important;
}
.pms-field-billing-section {
	margin-top: 0.5em !important;
}
.um input[type=submit].um-button,.um .um-button.um-alt{
	background-color: rgb(56, 209, 188) !important;
	color:#FFF !important;
}
.elementor-shortcode .pms-form-fields-wrapper .pms-account-section-wrapper h3.pms-account-details-title{
	display:none;
}
.site-main .content-area{
	width:100%
}

.dokan-dashboard .content-area .dokan-dash-sidebar ul.dokan-dashboard-menu{
	    background: #38d1bc;
}

.dokan-dashboard .content-area .dokan-dash-sidebar {
    background-color: #38d1bc;
}

.dokan-dashboard .content-area .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    position: relative;
    background: #56b3a6;
}

.dokan-dashboard .content-area .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: #56b3a6;
    color: #fff;
}
.dokan-dashboard button[type=submit]{
	background: #38d1bc;
}
.dokan-dashboard .content-area .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu{
	background: #38d1bc;
}
.dokan-dashboard .content-area .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li{
	background: #56b3a6;
}
.dokan-dashboard .content-area .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu{
	    background: #56b3a6;
}

.pms-form-design-wrapper input[type="submit"]{
	background-color: rgb(56, 209, 188) !important;
	color:#FFF !important;
}
.pms-form-design-wrapper#pms_login p.login-extra a {
	color:#38d1bc;
}