/*
Theme Name:     PSS child
Description:    PSS child
Author:         positivesportssolutionsco
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.d-inline {
    display: inline!important;
  }
  

.ps-add-company-details {
    width: 20px
}

.company-head {
    font-size: 22px;
    margin: 0px 10px;
    color: black;
}

#company-details-input {
    display: none;
}
div#wpdesk_company_field {
    margin-top: 30px;
}
p#shipping_company_field {
    display: none;
}
p#billing_company_field {
    display: none;
}


.storelocatorbtn{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: unset;
    height: auto;
    padding: 10px 50px;
    background: #ed1d26;
    border: 1px solid rgba(112, 112, 112, 0);
    display: inline-block;
    margin-bottom: 20px;
	cursor:pointer;
	 transition: 0.4s;
	border-radius:3px;
}

.storelocatorbtn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    color:#fff;
    text-decoration:none;
	cursor:pointer;
	background: #222;
	
}