.woocommerce-Input {
    width:100%;
}

.shelter-page-access-input-wrapper,
.shelter-page-header-type-input-wrapper {
    display:inline-block;
}

.shelter-page-access-input-wrapper label,
.shelter-page-header-type-input-wrapper label {
    float: right;
    margin-left: 10px;
}

.shelter-page-header-type {
    display: none;
}

span.cp-shelter-not-checked,
span.cp-shelter-checked {
    width: 20px;
    height: 20px;
    /*border: 1px solid #b4b9be;*/
    display: inline-block;
    text-align: center;
    color: #b4b9be;
    vertical-align: middle;
    line-height: 18px;
    margin-right: 1px;
}

span.cp-shelter-value {
    font-weight: bold;
    /*font-size: 12px;*/
    display: inline-block;
    vertical-align: middle;
}

ul.cp-shelter-page-information-list {
    margin-left:0;
}

ul.cp-shelter-page-information-list li {
    margin-bottom: 8px;
}

.cp-shelter-page-attachment-list {
    margin-left: 0;
}
.cp-shelter-page-attachment-list li {
    list-style: none;
}
.x-btn.remove-attachment {
    padding: 15px 10px;
    height: 11px;
    line-height: 0;
    width: 100%;
    margin-top: 5px;
    max-widtH; 200px
}
.flex-control-nav a {
    background-color: #00a0d5;
}
.flex-control-nav:not(.flex-control-thumbs) {
    background: transparent;
}
.share-item ul {
    border-radius: 27px;
    background-color: #f0f0f0;
    padding-top: 61px;
    z-index: 0;
    position: relative;
    top: -30px;
    margin: -26px 18px 0;
    display: none;
}
.share-item ul li {
    display: inline;
    margin-left: 0;
    font-size: 3em;
}
.share-item ul li i {
    color: #009fd4;
}