.attr-tooltip-text.price-note.show {
    display: block;
    position: absolute;
    top: 90%;
    left: 0%;
    transform: translateY(-35%);
    width: auto;
    max-width: 400px;
}

.attr-tooltip-text.price-note:after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #45525a;
    border-top: 10px solid rgba(0, 0, 0, 0);
    top: -10px;
    left: 50px;
    transform: translateY(-50%);
}

.note-title {
    border-bottom: 1px solid hsla(0, 0%, 63%, .25);
    display: inline-block;
    padding: 10px 0 5px 0;
    margin: 10px 0;
}

.setPriceTitle {
    color: #000;
}

.attr-tooltip-text.price-note.show {
    display: block;
}

.set-price {
    display: inline-block;
}

.set-price {
    /* border-bottom: 1px dashed#008bc7;
    cursor: pointer; */
}

.product-discount .regular-price {
    font-size: 1.5rem;
}

.product-prices .badge {
    vertical-align: baseline;
    font-size: 1.5rem;
}

.productAsCombination-link {
    color: #007bff;
}

.productAsCombination-link:hover {
    text-decoration: underline;
}

.options_element_wrapper select.productAsCombinationPopup {
    width: 99%;
    border: 1px solid #008bc7;
}

.quickview-info .product-actions {
    display: none;
}

.productAsCombination-preview.product-miniature-grid,
.productAsCombination-preview.product-miniature-grid:hover {
    background: none;
    border: 0;
    outline: none;
    transition: none;
    color: #007bff;
    text-align: center;
    padding: 0;
}

.productAsCombination-preview.product-miniature-grid:hover {
    text-decoration: underline;
}

.productAsCombination-preview.product-miniature-grid .js-quick-view-iqit {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin-top: 10px;
}

.quickview .quickview-info {
    overflow-x: hidden;
}

.quickview .images-container .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.product-as-combination.combination-modal select {
    width: 100%;
}

.product-as-combination.combination-modal .modal-dialog {
    max-width: 800px;
}

.product-as-combination p {
    text-align: left;
}

.addon-modal-btn {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0;
}

.restore-default-options:hover {
    text-decoration: underline;
    background: rgba(0, 0, 0, 0.05);
}

.restore-default-options {
    color: #007bff;
    cursor: pointer;
    padding: 2px;
    border-radius: 5px;
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.restore-default-options i {
    margin-right: 5px;
}

.calculations-modal .modal-dialog {
    max-width: 1140px;
}

@media only screen and (max-width: 767px) {

    .attr-tooltip-text.price-note.show {
        top: 83.5%;
    }
}