/**
 * Common style for all layouts
 * */

.wbdl_widget .custom-design-one .custom-bundle,
.wbdl_widget .custom-design-three .custom-bundle {
    border: 2px solid #c6c6c6;
    padding: 10px 10px 10px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    font-weight: normal;
    width: 100%;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.wbdl_widget .custom-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wbdl_widget .radio-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 40px;
}

.wbdl_widget .radio-button input[type=radio]:checked {
    background: #565add;
}

.wbdl_widget .radio-button input[type=radio] {
    text-align: center;
    margin: 0;
    line-height: normal;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 0 transparent;
    -webkit-appearance: none;
    /* border: 1px solid #f4f4f4; */
    background: #f4f4f4;
    border-radius: 50%;
    content: " ";
    /* visibility: hidden; */
}

/* .wbdl_widget .custom-bundle p,
.wbdl_widget .custom-bundle h1,
.wbdl_widget .custom-bundle h2,
.wbdl_widget .custom-bundle h3,
.wbdl_widget .custom-bundle h4,
.wbdl_widget .custom-bundle h5 {
    text-align: left;
} */

.wbdl_widget span.bundle-variation {
    display: flex;
    flex-wrap: wrap;
}

.wbdl_widget .bundle-variation .custom-vari {
    display: block;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
}

.wbdl_widget .bundle-variation .custom-vari p.variant-title {
    color: #1d1b1b;
    font-size: 12px;
    margin: 0 !important;
    margin-bottom: 5px !important;
    float: left;
    font-weight: 700;
    display: inline;
    font-family: sans-serif;
    width: 100%;
    text-transform: capitalize;
}

.wbdl_widget .bundle-variation select.option1,
.wbdl_widget .bundle-variation select.option2 {
    width: auto;
}

.wbdl_widget .bundle-variation select {
    color: #000;
    background-color: #fff;
    font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
    font-style: normal;
    padding: 0px 10px 0px 3px;
    font-weight: 500;
    border-radius: 3px;
    text-transform: capitalize;
    margin: 0;
    margin-right: 3px;
    line-height: 23px;
    position: static;
    opacity: 1;
    display: block;
    background-position: right 10px center !important;
    border-radius: 3px;
    border: 1px solid;
    font-size: 16px;
    float: left;
    height: auto !important;
    cursor: pointer;
    min-width: 100px;
    max-width: 100%;
    min-height: 25px;
}

.wbdl_widget .img_thumbnail {
    width: 20% !important;
    padding-right: 12px !important;
    display: block !important;
}

.wbdl_widget .custom-design-one div.message-with {
    width: 63%;
}

/**
 * 1. Booster design css starts here
 * */

.wbdl_widget .custom-design-one .custom-bundle.active {
    background: #fafbff;
    border: 2px solid #565add;
}

.wbdl_widget .custom-design-one .custom-bundle.active input {
    font-weight: bold;
}

.wbdl_widget .custom-design-one .custom-bundle .wbdl-price {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-left: auto;
}

.wbdl_widget .custom-design-one .wbdl-price .bundle-price {
    text-align: right !important;
    font-size: 17px !important;
    background: transparent;
    font-weight: 500;
    display: flex;
    justify-content: end;
    text-align: right;
    align-items: center;
    margin: 0px !important;
}

.wbdl_widget .custom-design-one .wbdl-price .bundle-cprice {
    font-style: normal;
    font-weight: 400;
    color: #afafaf !important;
    display: flex;
    justify-content: end;
    text-align: right;
    align-items: center;
    margin: 0px !important;
    background: transparent;
    font-size: 16px !important;
    text-decoration: line-through;
}

.wbdl_widget .custom-design-one .custom-bundle.active .bundle-price,
.wbdl_widget .custom-design-one .custom-bundle.active .bundle-cprice {
    font-weight: bold;
}

.wbdl_widget .custom-design-one .custom-bundle input:focus-visible {
    outline: none;
}

.wbdl_widget .custom-design-one .custom-bundle h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wbdl_widget .custom-design-one span.bundle-variation {
    padding-top: 5px;
}

.wbdl_widget .custom-design-one .custom-bundle span.discount-rule {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #565add;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    bottom: -29px;
    color: white;
    font-size: 13.5px;
}

.wbdl_widget .custom-design-one .custom-bundle span.discount-rule bdi {
    color: white;
}

.wbdl_widget .custom-design-one .custom-bundle.active span.discount-rule {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #565add;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    bottom: -29px;
    color: white;
    font-weight: 700;
    font-size: 13.5px;
}

.wbdl_widget .custom-design-one .custom-bundle.active span.discount-rule bdi {
    color: white;
    font-weight: 700;
    font-size: 13.5px;
}

.wbdl_widget .custom-design-one .custom-bundle.active .bundle-message-blink {
    color: #565add;
    font-weight: bold !important;
    margin-bottom: 3px;
}

.wbdl_widget .custom-design-one .custom-bundle.active p.bundle-message-blink,
.wbdl_widget .custom-design-one .custom-bundle p.bundle-message-blink {
    animation: blinker 2s linear infinite;
}

.wbdl_widget .custom-design-one .custom-bundle.active .bundle-message-not-blink,
.wbdl_widget .custom-design-one .custom-bundle.active .bundle-message-blink {
    font-weight: bold;
}

.wbdl_widget .custom-design-one .custom-bundle .bundle-message-not-blink,
.wbdl_widget .custom-design-one .custom-bundle .bundle-message-blink {
    padding: 0px !important;
    margin: 0px !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/**
 * 2. Vertical design css starts here
 * */

.wbdl_widget .custom-design-two {
    display: grid;
    column-gap: 15px;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, 33%);
}

.wbdl_widget .custom-design-two .custom-bundle {
    border: 1.5px solid #c6c6c6;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    font-weight: normal;
    cursor: pointer;
}

.wbdl_widget .custom-design-two .custom-bundle.active {
    border: 2px solid #565add;
}

.wbdl_widget .custom-design-two .custom-bundle span.radio-button {
    display: none;
}

.wbdl_widget .custom-design-two span.message-with {
    text-align: center;
}

.wbdl_widget .custom-design-two .custom-bundle .img_thumbnail {
    width: 80% !important;
    display: block !important;
    margin: 0 auto;
    padding: 0px !important;
}

.wbdl_widget .custom-design-two .custom-bundle .b_title {
    font-size: 16px !important;
}

.wbdl_widget .custom-design-two .custom-bundle .bundle-price {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background: transparent;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    color: #565add;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    font-size: 17px !important;
}

.wbdl_widget .custom-design-two .custom-bundle .bundle-cprice {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background: transparent;
    border: none;
    font-weight: 400;
    color: #afafaf !important;
    font-size: 16px !important;
    text-decoration: line-through;
    display: inline-block;
    width: 100%;
    text-decoration: line-through;
}

.wbdl_widget .custom-design-two .custom-bundle div.wbdl-price[columns="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.wbdl_widget .custom-design-two .custom-bundle div.wbdl-price[columns="2"] .bundle-price {
    text-align: left !important;
    padding-left: 2px;
}

.wbdl_widget .custom-design-two .custom-bundle div.wbdl-price[columns="2"] .bundle-cprice {
    text-align: right !important;
    padding-right: 2px;
}

.wbdl_widget .custom-design-two .custom-bundle div.wbdl-price[columns="1"] .bundle-price {
    text-align: center !important;
}

.wbdl_widget .custom-design-two .custom-bundle.active .bundle-price {
    font-weight: bold !important;
    font-style: normal;
}

.wbdl_widget .custom-design-two .custom-bundle.active .bundle-cprice {
    font-weight: bold !important;
}

.wbdl_widget .custom-design-two .custom-bundle span.bundle-variation {
    display: block !important;
}

.wbdl_widget .custom-design-two .custom-bundle span.bundle-variation select {
    float: none;
    margin: 0px auto 10px auto;
}

.wbdl_widget .custom-design-two .custom-bundle .custom-vari {
    display: block !important;
    margin-bottom: 15px;
}

.wbdl_widget .custom-design-two .custom-bundle p.variant-title {
    margin-bottom: 5px !important;
    line-height: 15px !important;
}

.wbdl_widget .custom-design-two .custom-bundle .bundle-message-blink {
    margin-bottom: 3px;
    font-size: 14px !important;
    animation: blinker 2s linear infinite;
}

.wbdl_widget .custom-design-two .custom-bundle.active .bundle-message-blink {
    color: #565add;
    font-weight: bold !important;
}

.wbdl_widget .custom-design-two .custom-bundle .bundle-message-not-blink {
    margin-bottom: 3px;
    font-size: 14px !important;
}

.wbdl_widget .custom-design-two .custom-bundle.active .bundle-message-not-blink {
    color: #565add;
    font-weight: bold !important;
}

.wbdl_widget .custom-design-two .custom-bundle.active .bundle-message-blink {
    color: #565add;
    font-weight: bold !important;
}

.wbdl_widget .custom-design-two .custom-bundle.active span.discount-rule {
    font-weight: 700 !important;
    /* margin-bottom: 20px; */
}

.wbdl_widget .custom-design-two .custom-bundle span.discount-rule {
    font-weight: 600;
    font-size: 13.5px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

/**
 * Vertical design css ends here
 * */


/**
 * Classic design starts here
 * */

.wbdl_widget .custom-design-three .custom-bundle.active {
    background: #fafbff;
    border: 2px solid;
}

.wbdl_widget .custom-design-three .img_thumbnail {
    width: 22% !important;
    padding-right: 15px !important;
}

.wbdl_widget .custom-design-three .custom-bundle .bundle-price {
    border: none;
    background: transparent;
    /* width: 80px !important; */
    font-style: normal;
    font-weight: 400;
    color: #565add;
    font-size: 18px;
    margin: 0;
}

.wbdl_widget .custom-design-three .custom-bundle .bundle-cprice {
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #afafaf !important;
    text-decoration: line-through !important;
    margin: 0;
    padding-right: 6px;
}

.wbdl_widget .custom-design-three .custom-bundle .wbdl-price {
    display: flex;
    justify-content: start;
    align-items: center;
}

.wbdl_widget .custom-design-three .custom-bundle.active .bundle-price,
.wbdl_widget .custom-design-three .custom-bundle.active .bundle-cprice {
    font-weight: 700 !important;
}

.wbdl_widget .custom-design-three .custom-bundle div.message-with h5 {
    margin-bottom: 0px;
    margin-top: 5px;
}

.wbdl_widget .custom-design-three .custom-bundle .bundle-message-blink,
.wbdl_widget .custom-design-three .custom-bundle.active .bundle-message-blink {
    animation: blinker 2s linear infinite;
    margin-bottom: 0px !important;
}

.wbdl_widget .custom-design-three .custom-bundle .bundle-message-not-blink,
.wbdl_widget .custom-design-three .custom-bundle .bundle-message-blink {
    margin-bottom: 3px !important;
}

.wbdl_widget .custom-design-three .custom-bundle.active .bundle-message-not-blink,
.wbdl_widget .custom-design-three .custom-bundle.active .bundle-message-blink {
    color: #565add;
    font-weight: bold !important;
    margin-bottom: 0px !important;
}

.wbdl_widget .custom-design-three .custom-bundle span.discount-rule {
    font-size: 14px;
    font-weight: 600;
}

.wbdl_widget .custom-design-three .custom-bundle.active span.discount-rule {
    display: block;
    margin-bottom: 5px;
}

.wbdl_widget .custom-design-three .custom-design-three .custom-bundle.active span.discount-rule {
    font-weight: 700 !important;
}


/**
 * Mobile style
 * */
@media(max-width: 768px) {

    .wbdl_widget .custom-design-three .custom-bundle div.message-with h5 {
        margin-bottom: 0px;
    }

    .wbdl_widget .custom-design-two .custom-bundle {
        /* width: 32% !important; */
    }

    .wbdl_widget .custom-design-two .custom-bundle .img_thumbnail {
        width: 50% !important;
    }
}

@media(max-width: 480px) {

    /**
     * Design two
     * */
    .custom-design-two {
        display: block !important;
    }

    .wbdl_widget .custom-design-two .custom-bundle {
        width: 100%;
    }
}

/* @media(max-width: 375px) {
    div.message-with {}
} */

/* @media(max-width: 325px) {} */