/* Fix invisible checkboxes */
#marketplace-filters input[type="checkbox"],
.marketplace-checkbox input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    -webkit-appearance: checkbox !important;
}

.marketplace-number .gfield_label {
    display: inline-block;
    width: 30%;
}

.marketplace-number .ginput_container {
    display: inline-block;
    width: 70%;
}

.marketplace-number input[type="text"] {
    width: 25% !important;
}

.marketplace-heading .gfield_label {
    font-size: 1.25rem !important;
    font-weight: bold !important;
}

.marketplace-heading .ginput_container {
    display: none !important;
}

img.gform_delete {
    border: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    width: auto !important;
}

#marketplace-filters,
#ad-other-details {
    margin-bottom: 20px;
}

#marketplace-filters label {
    margin-right: 10px;
}

#marketplace-filters select {
    font: inherit;
    background: #f1ede7;
    border: none;
    padding: 5px;
}

#marketplace-filters button {
    display: none;
}

#marketplace-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
}

#marketplace-gallery .gallery-item {
    width: 32% !important;
    margin: 0 1%;
}

#marketplace-gallery .gallery-item:nth-child(3n+1) {
    margin-left: 0;
}

#marketplace-gallery .gallery-item:nth-child(3n) {
    margin-right: 0;
}

#marketplace-gallery .gallery > br {
    display: none;
}

#ad-other-details th {
    text-align: left;
    font-weight: bold;
    padding-right: 10px;
}


.profile_block .thub-box{


    width: 100%;
    max-width: 100%;
    height: auto !important;
    border: solid 0px #fff;
    



    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}



#content .profile_block .thub-box img {
    width: auto;
    max-width: 100%;
    height: auto !important;
    border: solid 5px #fff;
  -webkit-box-shadow: 0px 0px 10px 0px #777;
    -moz-box-shadow: 0px 0px 10px 0px #777;
    box-shadow: 0px 0px 10px 0px #777;

    
}
