/**
 * Global style
 * */

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

select.option1 {
    width: auto;
}

select.option2 {
    width: auto;
}

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

/*div.message-with {
    width: 100% !important;
}*/

/**
 * 1. Royal Design (design 1) css starts here
 * */

.custom-bundle {
    border: 2px solid #c6c6c6;
    padding: 5px 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;
}

.custom-bundle input {
    border: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    margin: 0;
    width: 100%;
}

.custom-bundle.active {
    /*background: #faf5f7 !important;*/
    background: #fafbff;
    border: 2px solid #c31b66 !important;
}

.custom-bundle.active input {
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    width: 100%;
}

.custom-bundle p,
.custom-bundle h1,
.custom-bundle h2,
.custom-bundle h3,
.custom-bundle h4,
.custom-bundle h5 {
    text-align: left !important;
}


/**
 * 1.1. Bundle prices style
 * */

span.bundle-price {
    text-align: right !important;
    font-size: 18px !important;
    background: transparent;
}

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

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

.bundle-price {
    display: flex;
    font-weight: 500;
    /* width: 100% !important; */
    justify-content: end;
    text-align: right;
    align-items: center;
    margin: 0px !important;
    background: transparent;
    font-size: 18px !important;
}

.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;
    color: #afafaf !important;
    text-decoration: line-through;
}

.custom-bundle.active .bundle-cprice {
    font-weight: bold;
}

.custom-bundle.active .bundle-price {
    font-weight: bold;
}


/**
 * 1.2. Bundle components style
 * */

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

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

p.bundle-message {
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
}

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%;
}

.custom-vari {
    display: block;
    /* justify-content: start; */
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
}

span.bundle-variation {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

p.bundle-variation-values {
    margin: 0;
    width: 100% !important;
    display: flex;
}

p.bundle-variation-values select {
    height: 25px;
    padding: 0px 25px 0px 10px;
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 10px;
}

span.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 #c31b66;
    font-size: 16px;
    float: left;
    height: 25px;
    cursor: pointer;
    min-width: 100px;
    max-width: 100%;
    min-height: 25px;

    /*padding: 0;
    padding-left: 3px;
    padding-right: 25px;
    width: 30% !important;*/

}

.message-with input {
    background: transparent;
}

.custom-bundle.active .bundle-message-blink {
    color: #c31b66 !important;
    font-weight: bold !important;
    margin-bottom: 3px;
}

.radio-button input[type=radio]:checked:before {
    background: #c31b66;
}

.radio-button input[type=radio] {
    text-align: center;
    margin: 0;
}

.radio-button input[type=radio]:before {
    text-align: center;
    height: 17px;
    width: 17px;
    content: " ";
    display: inline-block;
    border-radius: 50%;
    visibility: visible;
    background: #f4f4f4;
    border: 3px solid #f4f4f4;
}

.radio-button input[type=radio] {
    visibility: hidden;
}

input {
    cursor: pointer !important;
}


/**
 * 1.3. Discount rule text style
 * */

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

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

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

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

/**
 * 1.4. Bundle message text style
 * */

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

.custom-bundle input {
    width: 100% !important;
}

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

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

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

/**
 * First design css ends here
 * */


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

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

}

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

.custom-bundle-two.active {
    /*background: #faf5f7 !important;*/
    background: #fafbff !important;
    border: 2px solid #c31b66 !important;
}

.custom-bundle-two span.radio-button {
    display: block;
    text-align: center;
    display: none;
}

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


/**
 * 2.1. Bundle prices style
 * */

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

}

.bundle-price-two {
    background: transparent;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    color: #c31b66;
    font-size: 15px;
    /*text-align: right;*/
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

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

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

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

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

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

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

.custom-bundle-two .bundle-cprice-two {
    text-align: right !important;
    font-weight: bold !important;
}


/**
 * 2.2. Bundle components design
 * */

.custom-bundle-two img {
    /* text-align: center; */
    display: block !important;
    width: 100px !important;
    margin: 0 auto;
    padding: 0px !important;
}

.custom-bundle-two.active img {
    /* text-align: center; */
    display: block !important;
    width: 100px !important;
    margin: 0 auto;
    padding: 0px !important;
}

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

.custom-bundle-two.active span.bundle-variation select {
    float: none;
}

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

.custom-bundle-two.active .custom-vari select {
    margin: 0px auto 10px auto;
}

.custom-bundle-two.active p.variant-title {
    /*float: none !important;*/
    margin-bottom: 5px !important;
    line-height: 15px !important;
}

/**
 * 2.3. Bundle message style
 * */

.active .bundle-message-blink-two {
    color: #c31b66 !important;
    font-weight: bold !important;
    margin-bottom: 3px;
    animation: blinker 2s linear infinite;
}

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

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

.custom-bundle-two.active .bundle-message-not-blink-two {
    color: #c31b66 !important;
    font-weight: bold !important;
    margin-bottom: 3px;
}

.custom-bundle-two.active .bundle-message-blink-two {
    color: #c31b66 !important;
    font-weight: bold !important;
    margin-bottom: 3px;
}

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

select:focus {
    outline: unset !important;
}

/**
 * 2.4. Discount rule style
 * */

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

/**
 * Second design css ends here
 * */


/**
 * 3. Classic design (design 3) starts here
 * */

.custom-design-three {
    width: 100%;
}

.custom-bundle-three {
    max-width: 100%;
    width: 100%;
    display: flex;
    border: 2px solid #c6c6c6;
    padding: 3px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    font-weight: normal;
    justify-content: start;
    align-items: center;
}

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

.overlay-conatiner {
    position: relative;
}

.custom-bundle-three.active {
    background: #fafbff;
    border: 2px solid #c31b66 !important;
}

.custom-bundle-three p,
.custom-bundle-three h1,
.custom-bundle-three h2,
.custom-bundle-three h3,
.custom-bundle-three h4,
.custom-bundle-three h5 {
    text-align: left !important;
}

/**
 * 3.1. Bundle prices style
 * */


.custom-bundle-three {
    padding: 5px 10px 10px 0px;
}

.bundle-price-three {
    border: none;
    background: transparent;
    width: 80px !important;
    font-style: normal;
    font-weight: 400;
    color: #c31b66;
    font-size: 18px;
    margin: 0;
}

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

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

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

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


/**
 * 3.2. Bundle components style
 * */

div.message-with-three {
    padding-left: 5px;
}

div.message-with-three h5 {
    margin-bottom: 5px;
}

.custom-bundle-three.active img {
    display: block !important;
    width: 25% !important;
}

.custom-bundle-three .bundle-variation {
    margin-top: 10px;
}


/**
 * 3.3. Bundle message style
 * */

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

.custom-bundle-three .bundle-message-not-blink-three {
    margin-bottom: 3px;
}

.custom-bundle-three .bundle-message-blink-three {
    margin-bottom: 3px;
}

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

.custom-bundle-three.active .bundle-message-blink-three {
    color: #c31b66 !important;
    font-weight: bold !important;
    margin-bottom: 1px;
}

/**
 * 3.4. Discount rule style
 * */

span.discount-rule-three {
    font-size: 13.5px;
    font-weight: 600;
}

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

/**
 * 4. Compatibility with third party themes
 * */

.commercekit_sticky-atc .wbdl_widget .radio_select{
    display: none;
}

/**
 * 5. Mobile style
 * */

@media(max-width: 768px) {
    .custom-design-two {
        display: flex !important;
        justify-content: space-between !important;
        column-gap: unset;
    }

    .custom-bundle-two {
        width: 32%;

    }
}

@media(max-width: 480px) {

    /**
     * Design one
     * */
    .custom-vari {
        display: grid !important;
        gap: 4px;
        margin-bottom: 5px;
    }

    .custom-vari select {
        width: fit-content !important;
    }

    span.bundle-price {
        font-size: 16px !important;
    }

    span.bundle-cprice {
        font-size: 14px !important;
    }

    p.variant-title {
        margin: 0 !important;
    }

    .custom-bundle .bundle-variation {
        margin-bottom: 20px;
    }

    /**
     * Design two
     * */

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

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


}

@media(max-width: 375px) {
    div.message-with-three {
        /*width: 188px !important;*/
    }
}

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