/* 
Theme Name:      Th7 child
Theme URI:       http://the7.io/
Description:     Th7 child is a child theme of The7.
Author:          Dream-Theme
Author URI:      http://the7.io/
Template:        dt-the7
Version:         1.1.1
Text Domain:     dt-th7-child
*/

/*
    Custom css for single product bundle page
*/

.hide {
    display: none;
}
.wdm-submit-bundle.disabled.button {
    pointer-events: none;
}
.mini-widgets .variation-Includes {
    display: none;
}
.wdm-pba-addon-name {
    /*color: var(--the7-h5-color);*/
    font: var(--the7-h5-font);
    margin: 0;
    display: inline-block;
    text-transform: var(--the7-h5-text-transform);
}
.wdm-bundle-selected-item {
    display: inline;
    font-size: 15px;
    line-height: 27px;
}
.wdm-bundle-selected-item strong {
    font: var(--the7-h5-font);
    text-transform: var(--the7-h5-text-transform);
    font-weight: 700;
    /*color: var(--the7-h5-color);*/
    /*font-size: 15px;*/
    /*line-height: 27px;
    color: #85868c;*/
}
.wdm-pba-addon {
    margin: 0 0 1em;
    padding: 0 2px;
}
.wdm-pba-addon .wdm-pba-addon-wrap {
    margin: 0.5em 0 0 0;
}
.wdm-pba-addon-image-swatch img{
    display: inline-block;
    outline: 2px solid #ddd;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.wdm-pba-addon-image-swatch img {
    width: 50px;
    height: 50px;
}
.wdm-pba-addon.wdm_big .wdm-pba-addon-image-swatch img {
    width: 80px;
    height: 80px;
}
.wdm-pba-addon-image-swatch:active img, .wdm-pba-addon-image-swatch:focus img, .wdm-pba-addon-image-swatch:hover img{
    outline: 2px solid #666;
}
.wdm-pba-addon-image-swatch.selected img {
    outline-color: #9e7847;
    outline-width: 2px;
    margin-bottom: 3px;
}
a.wdm-pba-addon-image-swatch {
    text-decoration: none;
}
.wdm-bundle-selected-item strong:after {
    content: ", ";
}
.wdm-bundle-selected-item strong:last-child:after {
    content: "";
}
.wdm-pba-addon-wrap [aria-label][role~="tooltip"]::after {
    background-color: #414042 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    border: none !important;
}
.wdm-bundle-item-quantities label {
    /*color: var(--the7-h6-color);*/
    font: var(--the7-h6-font);
    text-transform: var(--the7-h6-text-transform);
}
.wdm-bundle-quantity {
    padding: 5px 5px 5px 15px !important;
    text-align: center;
    min-height: 30px;
    max-height: 30px;
    margin-bottom: 0 !important;
}
.wdm-bundle-selected-item-details {
    margin-top: 40px;
}
.wdm-bundle-parent-name h5 {
    position: relative;
}
.wdm-bundle-parent-name h5:before {
    position: absolute;
    width: 127px;
    height: 3px;
    content: "";
    background-color: var(--the7-accent-color);
    top: -10px;
}
.product-type-bundle {
    padding-top: 50px;
}
/*.product-type-bundle .product_title {
    color: var(--the7-accent-color);
    font-weight: 700;
}*/
/*.wdm-bundle-item-name {
    list-style-type: none;
    list-style: none !important;
}
.wdm-bundle-item-name > li {
    text-indent: -17px;
}
.wdm-bundle-item-name li:before {
    content: "-";
    padding-right: 5px;
}
.wdm-bundle-item-name > li {
    text-indent: -17px;
    font: var(--the7-h5-font);
    color: var(--the7-h5-color);
    text-transform: uppercase;
}*/
.wdm-bundle-item-subtotal li {
    justify-content: flex-end !important;
    border-top: 1px solid #eeeeee;
    font: var(--the7-h4-font);
    text-transform: var(--the7-h4-text-transform);
}
.wdm-bundle-item-subtotal .wc-pao-col1 {
    padding-right: 10px;
}
.wdm-bundle-parent-name strong {
    color: var(--the7-h5-color);
    font: var(--the7-h5-font);
    font-weight: 500;
}
.wdm-submit-bundle {
    border: none !important;
}
.shopping-cart-inner .variation dt, .bundle_table_item .variation dt {
    display: none;
}
.woocommerce-checkout-review-order-table dd.variation- {
    clear: both;
}
.sidebar-none .wdm-pba-addon-container {
    width: 45%;
}
.wdm-bundle-cat-error,
.wdm-bundle-product-error {
    color: red;
}
.wdm-bundle-cat-error {
    display: inline;
}
/*Tooltip css*/
.wdm_tooptip_wrp {
    position: relative;
    display: inline-block;
}

.wdm_tooptip_wrp .wdm_tooltiptext {
    visibility: hidden;
    min-width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    /*border-radius: 6px;*/
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 97%;
    /*left: 10%;*/
    margin-left: -60px;
    text-transform: uppercase;
    font-size: 12px;
}

.wdm_tooptip_wrp .wdm_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.wdm_tooptip_wrp:hover .wdm_tooltiptext {
    visibility: visible;
}
.wdm-bundle-product-error {
    margin-top: 10px;
}
.product-type-bundle .wc-pao-addons-container {
    /*background-color: var(--the7-divider-color);*/
    width: 45%;
}
.product-type-bundle .wdm-parent-cat-wrapper .wc-pao-addon-container {
    background-color: transparent !important;
}
.product-type-bundle .wc-pao-addons-container .wc-pao-addon-container {
    /*padding: 0;*/
    /*border: 2px solid var(--the7-accent-color);*/
    margin-bottom: 29px;
    background-color: var(--the7-divider-color);
}
/*.wc-pao-addon-container .wc-pao-addon-name {
    background-color: var(--the7-accent-color);
    color: #fff;
    padding: 10px;
    display: block !important;
}*/
.product-type-bundle .wc-pao-addon .wc-pao-addon-wrap select {
    width: 100% !important;
}
.product-type-bundle .wc-pao-addon .wc-pao-addon-wrap {
    padding: 10px 20px 20px 20px;
    margin: 0;
}
.product-type-bundle .wc-pao-addon .wc-pao-addon-name{
    padding: 20px 20px 0;
}
.product-type-bundle .wc-pao-addon .wc-pao-addon-description {
    /*font-style: normal !important;*/
    padding: 0 20px 0 20px;
}
span.woocommerce-Price-amount.amount, .price .from {
    color: var(--the7-base-color) !important;
}
/*div.product div.summary .price:after {
    background-color: var(--the7-base-color) !important;
}*/
.product-type-bundle .wdm-parent-cat-wrapper {
    background-color: var(--the7-divider-color);
}
.wdm-bundle-product-error .wdm-error-text {
    display: block;
    clear: both;
}
.product-type-bundle .product_title {
    color: var(--the7-accent-color);
}
.product-type-bundle .wdm-parent-cat-wrapper .wdm-addon-cat-wrap:nth-child(2) .wc-pao-addon-container,
.product-type-bundle .wdm-parent-cat-wrapper .wdm-addon-cat-wrap:nth-child(3) .wc-pao-addon-container {
    padding-top: 0;
    margin-top: -36px;
}
.product-type-bundle .form-row.wc-pao-addon-wrap input, .product-type-bundle .form-row.wc-pao-addon-wrap select {
    margin-bottom: 0 !important;
}
.wdm-bundle-item-subtotal li div {
    font: var(--the7-h4-font);
    text-transform: var(--the7-h4-text-transform);
    color: var(--the7-h1-color);
}
.wdm-bundle-item-name-li-addon .wc-pao-col2 strong {
    font-weight: normal;
}
/* Responsive css */
@media only screen and (max-width: 767px) {
    .sidebar-none .wdm-pba-addon-container {
        width: 100%;
    }
    .product-type-bundle .wc-pao-addons-container {
        width: 100%;
    }
    .wdm-pba-addon-image-swatch img {
        width: 40px;
        height: 40px;
    }
    .wdm-pba-addon.wdm_big .wdm-pba-addon-image-swatch img {
        width: 70px;
        height: 70px;
    }
    .product-type-bundle .wc-pao-addon .wc-pao-addon-wrap {
        padding: 5px;
    }
}
.bundle_price {
    display: none !important;
}