.frequently-bought-section {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f6f6f6;
    margin-top: 40px;
}
.frequently-bought-section .products-grid {
    display: flex;
    flex-wrap: wrap;
}
.frequently-bought-section .plus-icon {
    color: #bcbcbc;
    font-size: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.frequently-bought-section .content-heading h3.title:before,
.frequently-bought-section .content-heading h3.title:after {
    height: 0;
}
.frequently-bought-section .products-grid .product-item-info .product-top {
    border: none;
}
.frequently-bought-section .products-grid .product-item {
    border: 1px solid #828282;
    margin-bottom: 30px;
}
.frequently-bought-section .products-grid .product-item-info .product-item-details {
    background-color: #fff;
    padding: 15px 25px;
    min-height: 190px;
}
.frequently-bought-section .products-grid .product-item-info {
    margin-bottom: 0;
}
.frequently-bought-section .products-grid .product-item-info .product-top:hover a.photo:after,
.frequently-bought-section .products-grid .product-item-info .product-top:hover .tocart.btn-cart {
    opacity: 0;
}
.frequently-bought-section .product-item-info .product-item-details .product-item-name {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.frequently-bought-section .product-item-info .product-item-photo {
    background-color: #fff;
}
.frequently-bought-section .bought-together-message {
    display: none;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    margin-top: 10px;
    padding: 15px;
}
.frequently-bought-section .products-grid .product-item-info .product-item-details .product-item-name {
    height: auto;
}
.frequently-bought-section .products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute {
    padding: 3px 0 5px;
}
.frequently-bought-section .actions-primary {
    text-align: center;
    padding: 8px 0;
}
.frequently-bought-section .actions-primary input.product-select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #aaaaaf;
}
.frequently-bought-section .actions-primary input.product-select:hover {
    filter: brightness(90%);
}
.frequently-bought-section .actions-primary input.product-select:checked:after {
    content: '';
    position: relative;
    left: 30%;
    top: 12%;
    width: 39%;
    height: 60%;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: block;
}
.frequently-bought-section .actions-primary input.product-select:checked {
    background: #01bf5f;
    border: 1px solid #01bf5f;
}
.frequently-bought-section .actions-primary label.label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left: 5px;
    vertical-align: super;
    text-transform: uppercase;
    cursor: pointer;
}
.frequently-bought-section .bottom-section {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #fff;
}
.frequently-bought-section .bottom-section .total-price-section {
    display: inline-block;
    width: 62%;
    font-size: 20px;
    font-weight: 600;
    float: left;
    padding-top: 8px;
}
.frequently-bought-section .button-bs-ad {
    display: inline-block;
    width: 38%;
}
.frequently-bought-section .bottom-section .total-price-section > span.bundle-title {
    width: 45%;
    float: left;
}
.frequently-bought-section .bottom-section .total-price-section > span.bundle-price {
    width: 55%;
    text-align: center;
    display: inline-block;
}
.frequently-bought-section .bottom-section .total-price-section > span.bundle-price {
    font-size: 0;
}
.frequently-bought-section .bottom-section .total-price-section > span.bundle-price > span {
    font-size: 20px;
}
.frequently-bought-section .bottom-section .total-price-section > span.bundle-price > span.price {
    padding-right: 2px;
}
.frequently-bought-section .bottom-section .total-price-section > span.bundle-price span.tax-text {
    font-size: 12px !important;
    font-weight: 500;
}
.frequently-bought-section .bottom-section button.addmanytocart {
    font-size: 15px;
    width: 100%;
    background-color: #01bf5d;
    border: 1px solid #01bf5d;
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 45px;
}
.frequently-bought-section .bottom-section button.addmanytocart span:before {
    background-image: url(../../images/basket-icon-white.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    width: 23px;
    height: 20px;
    content: "";
    position: relative;
    top: 2px;
    right: 10px;
}

@media all and (min-width: 1200px) {  
    .frequently-bought-section {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        position: relative;
    }
    .frequently-bought-section > * {
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .frequently-bought-section {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        position: relative;
    }
    .frequently-bought-section > * {
        margin-left: auto;
        margin-right: auto;
        width: 970px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .frequently-bought-section .products-grid .product-item-info .product-item-details .price-box .price-label {
        font-size: 13px;
    }
    .frequently-bought-section .price-box .price {
        font-size: 20px;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        width: 58%;
    }
    .frequently-bought-section .button-bs-ad {
        width: 42%;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price,
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-title {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .frequently-bought-section {
        background: none;
    }
    .frequently-bought-section .bottom-section .total-price-section,
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price > span {
        font-size: 16px;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        width: 55%;
    }
    .frequently-bought-section .button-bs-ad {
        width: 45%;
    }
    .frequently-bought-section .product-item-info .product-item-details .product-item-name {
        font-size: 13px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .frequently-bought-section {
        background: none;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        width: 100%;
    }
    .frequently-bought-section .button-bs-ad {
        width: 100%;
    }
    .frequently-bought-section .bottom-section {
        padding: 0;
        margin-top: 0;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        font-size: 15px;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-title {
        width: 70%;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price {
        width: 30%;
        text-align: right;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price > span {
        font-size: 15px;
    }
    .frequently-bought-section .products-grid .product-item-info .product-item-details {
        padding: 8px;
        min-height: 165px;
    }
    .frequently-bought-section .product-item-info .product-item-details .product-item-name {
        font-size: 13px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .frequently-bought-section {
        background: none;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        width: 100%;
    }
    .frequently-bought-section .button-bs-ad {
        width: 100%;
    }
    .frequently-bought-section .bottom-section {
        padding: 0;
        margin-top: 0;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        font-size: 15px;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-title {
        width: 70%;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price {
        width: 30%;
        text-align: right;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price > span {
        font-size: 15px;
    }
    .frequently-bought-section .products-grid .product-item-info .product-item-details {
        padding: 8px;
        min-height: 160px;
    }
    .frequently-bought-section .product-item-info .product-item-details .product-item-name {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .frequently-bought-section {
        background: none;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        width: 100%;
    }
    .frequently-bought-section .button-bs-ad {
        width: 100%;
    }
    .frequently-bought-section .bottom-section {
        padding: 0;
        margin-top: 0;
    }
    .frequently-bought-section .bottom-section .total-price-section {
        font-size: 15px;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-title {
        width: 70%;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price {
        width: 30%;
        text-align: right;
    }
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price > span {
        font-size: 15px;
    }
    .frequently-bought-section .bottom-section button.addmanytocart,
    .frequently-bought-section .bottom-section .total-price-section,
    .frequently-bought-section .bottom-section .total-price-section > span.bundle-price > span {
        font-size: 14px;
    }
    .frequently-bought-section .products-grid .product-item-info .product-item-details {
        padding: 8px;
        min-height: 150px;
    }
    .frequently-bought-section .product-item-info .product-item-details .product-item-name {
        font-size: 11px;
    }
}