/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_FrequentlyBought
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.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: auto;
    float: left;
    padding-left: 40px;
    margin-bottom: 20px;
}

.mageplaza-fbt-price-box .mageplaza-fbt-price,
.mpfbt-total-items .mpfbt-total-items-value {
    font-size: 18px;
    font-weight: 700;
}

.mageplaza-fbt-out-of-stock, .mageplaza-fbt-rows .item-price,
.mageplaza-fbt-price-box .mageplaza-fbt-price,
.mpfbt-total-items .mpfbt-total-items-value {
    color: #575757;
}

.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-add-to-cart, .mageplaza-fbt-add-to-wishlist {
    margin: 10px 0 0 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;
}

.bundle-options-container{
    margin-bottom: 10px !important;
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .mageplaza-fbt-image-box {
        max-width: calc(100% - 300px);
    }
}

@media (min-width: 640px) {
    .products-grid .mageplaza-fbt-image-box .product-item {
        width: 30%;
    }
}

#mpfbt-popup.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width:auto;
    max-width: 600px;
    margin: 20px auto;
}

.mpfbt-actions button.action.primary.mpfbt-btn-continue {
    font-size: 14px;
    padding: 15px;
    background: #eb5202;
    border: none;
    width: 40%;
    height: 100%;
}

.mpfbt-actions #mpfbt-btn-addtocart {
    background: #eb5202;
    border: none;
    width: 40%;
    font-size: 14px;
    padding: 15px;
    margin-left: 5%;
    height: 100%;
    float: right;
}
#mpfbt-popup .mpfbt-total-items,
#mpfbt-popup .mageplaza-fbt-price-box {
    float: none;
    padding-left: 20px;
    margin-bottom : 20px;
}

.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;
}
@media (max-width: 370px) {
    #mpfbt-popup.white-popup {
        padding: 20px 0;
    }
    #mpfbt-popup-content table > thead > tr > th {
        padding: 11px 7px;
    }
    #mpfbt-popup-content table > tbody > tr > td {
        padding: 11px 7px;
    }
}

.action.primary.mpfbt-tocart > span {
    margin-left: 8px;
}