td#wobs_free_item_no, td#wobs_bundle_item_no {
    width: 10%;
    font-weight: bold;
    padding-left: 15px;
    color: black;
}

.wobs_free_prods_header_bg, .wobs_bundle_prods_header_bg {
    background: whitesmoke;
    padding: 5px 10px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.wobs_free_prod_img, .wobs_bundle_prod_img {
    width: 75px;
    position: relative;
    left: 12px;
    border-radius: 5px;
}

td.wobs_free_prod_img_cont, td.wobs_bundle_prod_img_cont {
    width: 30%;
}

td.wobs_free_prod_label, td.wobs_bundle_prod_label {
    padding-left: 18px;
    width: 8%;
}

td.wobs_free_prod_dropdown select, td.wobs_bundle_prod_dropdown select {
    width: 35%;
}

div#wobs_bundle_select_lightbox {
    position: absolute;
    z-index: 10000;
    background: white;
    width: 46vw;
    top: 10vh;
    right: 20%;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #0000005c;
}
div#wobs_bundle_select_lightbox_overlay {
    position: fixed;
    background: #000000bf;
    height: 100vh;
    z-index: 9999;
    top: 0;
    width: 100vw;
    left: 0;
}
span#wobs_bundle_select_lightbox_close {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 29px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding-bottom: 27px;
    padding-left: 1px;
    background: #e4e4e4;
    cursor: pointer;
}

a#wobs_show_bundle_lightbox {
    background: #0587f9;
    color: white;
    padding: 5px 10px !important;
    border-radius: 3px;
    box-shadow: 0px 1px 3px #00000021;
}

div#wobs_bundle_select_inner_cont {
    position: relative;
    text-align: center;
    /* left: 10px; */
}

.wobs_select_bundle_btn {
    font-size: 14px;
    font-weight: 500;
    border: 2px dashed #ccc;
    border-radius: 5px;
    margin: 0 5px 10px 0;
    transition: 0.2s;
    text-transform: capitalize;
}

.wobs_select_bundle_btn:hover {
    transition: 0.2s;
    background: whitesmoke;
}

.bundle-selected {
    color: white;
    background: #0587f9;
    font-weight: 500;
    border-radius: 4px;
    border: none !important;
}

.bundle-selected:hover {
    background: #0587f9;
}

div#wobs_bundle_contact_div {
    background: #f2f9ff;
    padding: 30px;
    /* width: 98%; */
    border: 2px dashed #0587f9;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 7px;
}

table#wobs_bundle_prods_variation_data_table > tbody > tr > td,
table#wobs_free_prods_variation_data_table > tbody > tr > td{
    border-bottom: 1px dashed #ddd;
}

#wobs_bundle_contact_text > a {
    color: #0587f9;
    font-weight: 600;
}

/* upsell styles */
td.wobs_upsell_image {
    width: 11%;
}

td.wobs_upsell_checkbox {
    width: 5%;
    text-align: center;
}

td.wobs_upsell_checkbox > input {
    height: 17px;
    width: 17px;
}

td.wobs_upsell_image  > img {
    border-radius: 5px;
}

td.wobs_upsell_selectors select {
    width: 75px;
    float: left;
    margin-right: 15px;
}

td.wobs_upsell_selectors label {
    float: left;
    padding-right: 15px;
    padding-top: 10px;
}

td.wobs_upsell_selectors {
    width: 67%;
}

td.wobs_upsell_info > a {
    display: block;
    background: #e4e4e4;
    padding: 4px 11px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 10px;
}

a#wobs_add_to_cart {
    display: block;
    text-align: center;
    color: white;
    background: #0587f9;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #00000024;
}

.i_wobs_special_offer {
    font-size: 13px;
    padding: 10px 15px;
    border: 1px solid #7db1ff;
    border-radius: 10px;
    background-color: #f2f9ff;
}

span.i_wobs_special_offer_txt {
    font-weight: 600;
    display: block;
    margin-bottom: -14px;
}

div.i_wobs_fancy_btn_div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.i_wobs_fancy_btn_div ul li {
    margin-left: 0;
    margin-bottom: 3px;
}

a.wobs_show_bundle_lightbox_link {
    color: #0587f9;
    font-weight: 600;
}

a.wobs_show_bundle_lightbox_link:hover {
    color: #0587f9;
    text-decoration: underline;
}


.i_wobs_fancy_btn_div {
    margin: 10px auto 5px;
}

div.i_wobs_fancy_btn_div:nth-child(4) {
    display: none !important;
}

@media (max-width: 1440px){
    div#wobs_bundle_select_lightbox {
        width: 62vw;
        top: 0;
    }
}

@media (max-width: 1366px){
    div#wobs_bundle_select_lightbox {
        width: 66vw;
        top: 0;
    }
}

@media (max-width: 1280px){
    div#wobs_bundle_select_lightbox {
        width: 70vw;
        top: 0;
    }
}

@media (max-width: 1024px){
    div#wobs_bundle_select_lightbox {
        width: 83vw;
        top: 0;
    }
}

@media (max-width: 800px){
    div#wobs_bundle_select_lightbox {
        width: 88vw;
        top: 0;
        right: 12%;
    }
}

@media (max-width: 768px){
    div#wobs_bundle_select_lightbox {
        width: 95vw;
        top: 0;
        right: 5%;
    }
}

@media (max-width: 480px) {
    div#wobs_bundle_select_lightbox {
        width: 95%;
		margin-left: 2.5%;
        top: 57vh;
        left: 0;
        padding: 35px 10px;
    }
    .wobs_select_bundle_btn {
        width: 90%
    }
    td.wobs_free_prod_dropdown select, td.wobs_bundle_prod_dropdown select {
        width: 100%;
    }
    .wobs_free_prod_img, .wobs_bundle_prod_img {
        width: 55px;
    }

    td.wobs_upsell_image {
        width: 12%;
        padding: 0;
    }
    .wobs_bundle_prods_header_bg {
        margin-bottom: 15px;
    }

    /* div#wobs_bundle_select_inner_cont {
        width: 462px;
    } */

    td.wobs_upsell_selectors h5 {
        font-size: 12px;
        font-weight: normal;
    }

    td.wobs_upsell_price del span {
        font-size: 12px;
    }

    td.wobs_upsell_price ins span {
        font-size: 12px;
    }

    td.wobs_upsell_info {
        font-size: 12px;
        padding-bottom: 30px;
    }

    td.wobs_upsell_info > a {padding: 2px 8px;}

    td.wobs_upsell_selectors label {
        font-size: 11px;
    }

    td.wobs_upsell_selectors select {
        font-size: 11px;
        width: 64px;
        position: relative;
        top: 5px;
		margin-right: 5px;
    }

    .wobs_upsell_qty_select {
        width: 40px !important;
    }

    td.wobs_upsell_checkbox > input {
        height: 12px;
        width: 12px;
        margin-right: 0;
    }

    td.wobs_upsell_price {
        padding-bottom: 30px;
        padding: 0;
    }
}

@media (max-width:414px){
    td.wobs_upsell_selectors label{
        padding-right: 3px;
    }

    td.wobs_upsell_selectors select{
        top: 3px;
    }

    td.wobs_upsell_price del span {
        font-size: 11px;
    }

    td.wobs_upsell_price ins span {
        font-size: 11px;
    }

    .wobs_select_bundle_btn {
        width: 77%;
    }

    select#i_product_attribute_select {
        min-width: 70px;
        width: 70px;
    }

    select#sepu_qty {
        margin-top: 5px;
    }

    .i_product_title_in {
        width: 100%;
    }
    select#sepu_qty {
        margin-top: 5px;
    }

    span.i_product_price {
        font-size: 11px;
    }

    div#product_price_container {
        position: relative;
        bottom: 19px;
    }

    .wobs_bundle_select_lightbox #info_badge_container {
        position: relative;
        bottom: 15px;
    }

}

@media (max-width:375px){
    .wobs_select_bundle_btn {
        width: 69%;
    }

    #i_item_img {
    width: 40px;
    height: 40px;
    margin-top: 11px;
}


    select#i_product_attribute_select {
        min-width: 50px;
        width: 50px;
    }
}