/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce-checkout .stuck {display:none;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.tooltip1 {
    position: relative;
    display: inline;
    cursor: pointer;
}

.tooltip1 .tooltiptext {
visibility: hidden;
width: 300px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 10px 5px;
position: absolute;
z-index: 1;
top: -15px;
left: 180%;
opacity: 0;
transition: opacity 1s;
}

.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


#initial_fields {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 100000000;
    border: thin solid grey;
    padding: 25PX;
    box-shadow: 3px 3px 5px grey;
}



/*warm weather 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: white;
    margin: 12% auto;
    padding-top: 40px;
    border: 4px solid #ef5606;
    width: 50%;
    font-size: 20px;
    color: #ef5606;
    font-weight: bold;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
}

.modalNew-content p {
    margin-bottom: 0px;
}
.modalNew-content p a {
    color: #ef5606;
    text-decoration: underline;
}

.close {
    /*color: #fff;
    float: right;*/
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 2px;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}
.modalNew-content .modalp {
    width: 90%;
    margin: auto;
}
@media only screen and (max-width: 1200px) {
    .modalNew-content {
        width: 95%;
        font-size: .9em;
    }
    .normal-day-heading {
        font-size: .6em;
    }

    .modalNew-content .modalp {
        width: 90%;
    }
}
/*warm weather Popup end*/

.disclaimerDiv{
    font-size:14px;
}
.disclaimerDiv .confirmValidation{
    display:none;
    color:red;
}

.woocommerce-SavedPaymentMethods-saveNew{
	display:none !important;
}


.original-computed-price {
    display: block;
}

.wholesale_price_container {
    font-weight: bold;
    color: black;
    display: inline-block !important
}

.wholesale_price_minimum_order_quantity, .wholesale_price_order_quantity_step {
    display: none !important;
}

.price_desc {
    text-transform: lowercase;
    font-weight: bold;
    color: black;
    color: #111;
    font-weight: bold;
}

.original-computed-price .woocommerce-Price-currencySymbol::before {
    content: "Retail Price: ";
}

.product.type-product.col span.starting_at .original-computed-price, .product.type-product.col .original-computed-price {
    display: none;
}

.product.type-product.col span.starting_at.isWholesale {
    font-size: 0;
}

.product.type-product.col span.starting_at.isWholesale .wholesale_price_container {
        font-size: initial;
}
.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th, th {
   border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}
div.calendarLink{
	cursor:pointer;
}
.textOrange {margin-left:15px;}
div.product-category .box-badge {
    border-radius: 20px;
}
.products.row {
    justify-content: center;
}
.before_checkout_div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.woocommerce-form-coupon-toggle {
    flex-basis: 100%;
    order: 5;
}
.woocommerce-form-login-toggle {
    order: 3;
    flex-basis: 100%;
}
.before_checkout_div center {
    order:2;
}
.woocommerce-form woocommerce-form-login {
    order: 4;
}
.woocommerce-form-coupon{
    order:6;
}
.eh_payapal_express_checkout_button{
    padding:0px;
}
.eh_paypal_express_image {
    padding: 0;
}
.before_checkout_div .woocommerce-info.message-wrapper{
    padding-bottom:0px;
}
/*.amazonpay-button-view1{
    height:35px !important;
}
.amazonpay-button-container{
    position:initial;
    height:initial;
}*/