.mp-clear {
    clear: both;
}

.mageplaza-frequently-bought-together-block {
    clear: both;
}

.mageplaza-frequently-bought-together-block hr {
    width: 100%;
}

.product-item-plus {
    display: inline-block;
    line-height: 125px;
    font-size: 22px;
    color: #757575;
}

.mageplaza-fbt-image-box li.product-item {
    width: 100px !important;
}

.mageplaza-fbt-image-box li.product-item .product-image-wrapper{
    padding-top: 20px;
}

.mageplaza-fbt-rows {
    clear: left;
}

.mageplaza-fbt-rows ul li {
    list-style: none;
}

.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label {
    display: inline-block;
}

.mageplaza-fbt-image-box {
    width: auto;
    float: left;
}
.mageplaza-fbt-image-box .product-item {
    float: none;
    display: inline-block;
}

.mageplaza-fbt-price-box {
    width: 100%;
}

.mageplaza-fbt-hidden {
    display: none !important;
}

.products-grid .mageplaza-fbt-image-box .product-item {
    width: 38%;
}

.mageplaza-fbt-rows .fieldset {
    margin-left: 20px;
    margin-bottom: 5px;
}

.column.main .mageplaza-fbt-image-box .product-item {
    margin-left: 0;
    padding-left: 0;
}

.mageplaza-fbt-grouped .row-tier-price .prices-tier {
    margin-left: 10px;
}

.mageplaza-fbt-detail .detailed-node {
    font-size: 11px;
    margin-left: 5px;
}

.mageplaze-fbt-custom-required {
    visibility: hidden;
    position: absolute;
    left: -1000px;
}

.mageplaza-fbt-option-product .field.downloads .field.choice {
    border-bottom: 0;
}

.mpfbt-popup-product-detail .mageplaza-fbt-option-product .swatch-opt{
    margin-top: 0;
}

.mpfbt-popup-product-detail .bundle-options-container .bundle-options-wrapper,
.mpfbt-popup-product-detail .bundle-options-container .product-options-wrapper {
    float: left;
    width: 100%;
}
#mpfbt-popup .mpfbt-popup-product-detail .product-image-container {
    width: 75px !important;
}

#mpfbt-popup-content .product-image-photo {
    max-width: 75px;
    background-color: #fff;
}

.mageplaza-fbt-rows .product-image-photo {
    background-color: #fff;
}

.mageplaza-fbt-rows .product-info .related-checkbox:not(:checked)~.label-for-check .unselected {
    display: block;
}

.mageplaza-fbt-rows .product-info .related-checkbox:not(:checked)~.label-for-check .selected {
    display: none;
}

@media (max-width: 767px) {
    #mpfbt-popup-content tbody tr td[data-th="Options"] div {
        width: min-content;
    }
    #mpfbt-popup-content tbody tr td[data-th="Options"] input[type="text"], #mpfbt-popup-content tbody tr td[data-th="Options"] select {
        max-width: 125px;
    }
}
