/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.woocommerce-Price-amount {font-weight:bold;}

.homepageBadge {min-height:450px;}
#homepageBadgeImg {position: absolute !important;
    right: -45px;
    top: 30px;}

.detailsDiv img {
    height: 22px;
}
.detailsDiv {
    font-family: var(--body_typography-font-family);
    font-size: 13px;
    color: grey;
	margin-top: 15px;
}
.detailsDiv .toiletSpan {
    margin-right: 5px;
    padding-right: 20px;
}
.detailsDiv .toiletSpan img {
    margin-left: 6px;
}
.detailsDiv .sinkSpan {float: right;}
.detailsDiv .sinkSpan img {
    margin-right: 6px;
}
.detailsDiv .sep:after {
    content: '';
    width: 0;
    height: 34px;
    position: absolute;
    border-right: 1px solid #bababa;
    top: -5px;
    left: 50%;
}
.detailsDiv {
    position: relative;
}
.bundle_form {padding: 20px;
    background-color: white;
	border-radius:20px;}
.item_title {font-size:18px;}
.bundled_product_excerpt , .bundled_product_optional_checkbox{font-size: 14px;    line-height: 150%;}
.div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {padding-bottom: .75rem  !important; margin-bottom: .75rem !important;}
.bundle_price .woocommerce-Price-amount {font-size:24px;}
.product-type-bundle .fusion-woo-price-tb {display:none !important;}
.bundled_product_excerpt p {margin-bottom: 8px !important;}
/*.customThumbnails{
    list-style:none;
}
.galleryWrapper{
    display:flex;
}*/
.woocommerce-shipping-fields__field-wrapper #other-states_field {
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
}
@media screen and (min-width: 641px) {
	li.justmobile {display:none;}}
@media screen and (max-width: 640px) {
	li.justdesktop {display:none;}}

@media screen and (min-width: 855px)  and (max-width:1580px ){
    .sep{display:none;}
    .detailsDiv .sinkSpan {
        float: none;
        display: block;
    }
    .detailsDiv .toiletSpan {
        display: flex;
        flex-direction: row;
    }
    .toiletSpan .toiletNumber {
        order: 1;
    }
    .detailsDiv .toiletSpan img{margin-left:0px;}
}

.checkout .shop_table tfoot th {
    width: 50% !important;
}

    #shipping_address_1_field, #shipping_address_2_field {
        /*  float: left;
    width: 48%;*/
    }



    /*Sunday Popup start*/
    .modalNew {
        display: none;
        position: fixed;
        z-index: 150;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
    }

    .modalNew-content {
        background-color: #4a284d;
        margin: 15% auto;
        padding: 40px;
        border: 4px solid #dabc09;
        width: 40%;
        font-size: 24px;
        color: white;
        font-weight: bold;
        position: relative;
        text-align: center;
        letter-spacing: 2px;
    }

        .modalNew-content p {
            margin-bottom: 0px;
        }


    .close {
        color: #fff !important;
        font-size: 30px !important;
        position: absolute;
        right: 5px;
        top: 2px;
        opacity: .7 !important;
    }

        .close:hover,
        .close:focus {
            text-decoration: none;
            cursor: pointer;
        }
    /*Sunday Popup end*/
.ltpSpan {
	display:none;
    font-size: 10px;
    width: 120px;
    margin-left: auto;
    border-radius: 60px;
    padding: 10px;
    background: #f9d508;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    z-index: 55;
     top: 22px;
  right: 10px
}