/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wcdp-pro-preview-btn-div .wcdp-pro-preview-btn {
    color: #fff;
    box-shadow: none !important;
}

.summary.entry-summary .wcdp-pro-preview-btn-div {
    padding: 10px;
    vertical-align: middle;
    background-color: #a46497;
    cursor: pointer;
    text-align: center;
    border: 2px solid #fff;
}

.entry-summary .wcdp-pro-preview-btn-div a.wcdp-pro-preview-btn {
    text-decoration: unset !important;
}

.wcdp-pro-document-preview a.wcdp-pro-preview-btn.thickbox,
.wcdp-pro-document-preview a.wcdp-pro-preview-btn.pdfbox {
    margin: 10px 10px 10px 0px !important;
    transition: all 0.3s;
    display: inline-block;
    position: relative;
}

.wcdp-pro-document-preview {
    margin: 8px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.wcdp-pro-document-preview a.wcdp-pro-preview-btn.thickbox .product_meta.wcdp-pro-preview-btn-div {
    transition: all 0.5s;
    border: none;
    padding: 10px 15px;
}

.wcdp-pro-document-preview i.fa.fa-download {
    font-weight: normal;
    font-size: 15px;
    margin-right: 5px;
}

.woocommerce .product_meta.wcdp-pro-preview-btn-div span {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
    font-size: 15px !important;
    font-weight: normal;
}

.woocommerce .product_meta.wcdp-pro-preview-btn-div smal.dashicons.dashicons-download {
    margin-right: 5px;
}


/*Buddyboss Theme*/
body.buddyboss-theme #TB_title {
    border-bottom: none !important;
    height: 21px !important;
    padding: 0 !important;
}

/*Mobile View*/
@media only screen and (max-width: 759px) {

    #TB_window {
        width: calc(100% - 50px) !important;
        max-width: calc(100% - 50px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0;
        right: 0;
    }

    /*Buddyboss Theme*/
    body.buddyboss-theme #TB_window {
        width: calc(100% - 50px) !important;
        max-width: calc(100% - 50px) !important;
        margin: auto !important;
        margin-right: auto !important;
        left: 0;
        top: 66px !important;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body.buddyboss-theme #TB_iframeContent {
        width: 100% !important;
    }
}

@media only screen and (max-width: 730px) {
    .single-product #TB_window iframe#TB_iframeContent {
        width: 100% !important;
    }
}