body.admin-bar .pro-header {
	padding-bottom: 0px;
}
body.admin-bar .pro-shop-panel-item-content {
    top: 87px;
}
body.admin-bar .pro-menu-list {
    top: 126px;
}
img {
    height: auto;
}
.pro-cart-count .quantity {
    margin-bottom: 0;
}
.pro-cart-checkout-link:disabled {
    opacity: .4;
}
.pro-cart-checkout-link:disabled:hover {
    color: #fff;
    border: solid 1px #52a4b5;
    background-color: #52a4b5;
}
.no-touch .pro-product-item:hover .pro-product-image.solo-image .front-image {
    display: block !important;
}
@media only screen and (max-width:1200px) {
    body.admin-bar .pro-main-menu {
        top: 87px;
        height: calc(100vh - 87px);
    }
}
.woocommerce-notices-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.pro-profile-person {
    height: auto;
}

.pro-profile-photo-change {
    text-align: center;
}
.pro-profile-photo-change .updated,
.pro-profile-photo-change #wpua-images-existing > *,
.pro-profile-photo-change h3,
.pro-profile-photo-change #wpua-images-existing #wpua-preview-existing,
.pro-profile-photo-change .description,
.pro-profile-photo-change #wpua-upload-messages-existing {
    display: none !important;
}

.pro-profile-photo-change #wpua-images-existing #wpua-preview-existing {
    width: 125px;
    height: 125px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #52a4b5;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
.pro-profile-photo-change #wpua-images-existing #wpua-preview-existing img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
}
.pro-profile-photo-change .wpua-edit .wpua-edit-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex !important;
    flex-direction: column-reverse;
}

.pro-profile-photo-change .wpua-edit {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.pro-profile-photo-change .wpua-edit button,
.pro-profile-photo-change .wpua-edit .submit,
.pro-profile-person .pro-profile-name,
.pro-profile-person #wpua-upload-messages-existing,
.pro-profile-person #wpua-file-existing {
    margin-bottom: 10px;
}

.pro-profile-photo-change .wpua-edit button,
.pro-profile-photo-change .wpua-edit [type="submit"] {
    display: inline-block;
    width: auto;
    height: 20px;
    border: solid 1px #d1d1d1;
    color: #404040;
    text-align: center;
    line-height: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    text-decoration: none;
}

.pro-profile-photo-change .wpua-edit button:hover,
.pro-profile-photo-change .wpua-edit [type="submit"]:hover {
    color: #fff;
    border-color: #52a4b5;
    background-color: #52a4b5;
}

.pro-input-change input[type="submit"] {
    opacity: 1;
}
