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

/*************** ADD CUSTOM CSS HERE.   ***************/
.message-container.container.medium-text-center {
    border-top: 1px solid #ececec;
    padding: 10px;
}
.shipping__list_item ~ .shipping__list_item {
    border-top: 1px solid #d9d9d9;
}
table.shipping__table.shipping__table--multiple td {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 5px;
    color: #545454;
    border-color: #d9d9d9;
    padding: 0;
}
li.shipping__list_item {
    padding: 0.5em;
}
th[colspan="2"] {
    display: none;
}

tr.shipping span.amount{
    display: table-cell;
    text-align: right;
}
li.shipping__list_item label {
    display: table;
}
.is-well{
	padding:10px;
}
.single_add_to_cart_button.button.alt {
    width: 100%;
        background-color: #fff;
    border: 1px solid rgba(106,106,106,0.2);
    color: #1c1d1d;
    padding-top: 3px;
    padding-bottom: 3px;
}
.quick_buy_button{width: 100%;
    background-color: #d26e4b;
    color: #fff;
padding-top: 3px;
    padding-bottom: 3px;
}
.page-title.shop-page-title.product-page-title {
    display: none;
}
.product-info {
    padding: 10px 15px 10px;
}
.product-main {
    padding: 15px 0px 15px 0px;
}
.cloun_time {
    display: block;
    /* border-top: 1px dotted #ddd; */
    padding: 10px 0px 0px 0px;
}

button#place_order {
    width: 100%;
}

@media (min-width: 850px){
.cart-summary-wrapper {
    display: none;
}

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#billing_first_name_field {
    width: 48%;
    float: left;
    margin-right: 4%;
}
p#billing_last_name_field {
    width: 48%;
    float: left;
}p#billing_address_1_field {
    clear: both;
}
.off-canvas .off-canvas-cart {
    width: 90%;
}

}



@media screen and (max-width: 849px){
.col-inner.is-well {
    display: none;
}
i.icon-shopping-basket.class-icon {
    /* font-size: 24px; */
    margin-right: 10px;
}
.cart-summary-wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cart-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card {
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
    background: white;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    border-radius: 0;
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}
i.icon-angle-down {
    font-size: 14px;
    margin-left: 10px;
}
.active>.icon-angle-down {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.line-row.first, .line-row:first-child {
    border-top: 0;
    padding-top: 0;
}
.cart-summary-wrapper .cart-summary {
    font-size: 14px;
    font-weight: 500;
}
.line-row {
    border-top: 1px solid #CCCCCC;
    margin: 0 -15px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cart-details {
    border-top: 1px solid #CCCCCC;
    margin: 0 -15px;
    padding: 15px;
    padding-bottom: 0;
    max-height: 440px;
    overflow-y: scroll;
}
div#main {
    margin-top: 54px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}
nav.breadcrumbs.flex-row.flex-row-start.checkout-breadcrumbs.text-left.medium-text-center.is-large.uppercase {
    display: none;
}

}