/* Quote Css */
._notification_quote {
    position: fixed;
    top: 50px;
    width: 100%;
    max-width: 1024px;
}
._quote_message_ > a {
    float: right;
}
.woocommerce.quote {
    min-height: 250px;
}
.woocommerce.quote tbody .product-image img {
    width: 50px;
}
.woocommerce.quote tbody td.product-remove span {
    cursor: pointer;
    color: red;
    font-weight: bold;
    font-size:15px;
}
.woocommerce.quote .return_shop_quote {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 700; 
}
._submit {
    float: right;
}
p.new_registration {
    margin-top:0;
}
._hide {
    display:none !important;
}
#clear_quotes ._submit {
    margin-right:10px;
}
._submit_wrapper {
    width:100%;
}
._submit_wrapper ._empty_saved_quotes {
    float:right;
}
#clear_saved_quotes {
    margin-bottom:20px;
    float: left;
    display: block;
    width: 100%;
}
.woocommerce.quote table.shop_table th.product-remove,
.woocommerce.quote table.shop_table th.product-price,
.woocommerce.quote table.shop_table th.product-quantity,
.woocommerce.quote table.shop_table th.product-image {
    width:10%;
}
.woocommerce.quote table.shop_table th.product-name {
    text-align: left;
    width:40%;
}
dl._quote_variations {
    width:100%;
    margin: 0;
    padding: 0;
}
dl._quote_variations dt {
    float:left;
    text-align: left;
    font-weight: bold;
    width:auto;
    margin:0;
    padding:0;
}
dl._quote_variations dt:after {
    content:':';
}
dl._quote_variations dd {
    float:left;
    text-align: left;
    width:auto;
    margin: 0;
    padding: 0;
}
dl._quote_variations dd p {
    margin: 0;
    padding: 0;
    margin-left:2px;
}
._sub_total_wrapper {
    width:50%;
    float:right;
    clear: both;
}
._quoteall_buttons_wrapper {
    clear: both;
    width: 98%;

}
._quoteall_buttons_wrapper.small_width {
    width: 100%;
}
._quoteall_buttons_wrapper button#_email_quote_trigger {
    float: right;
    margin-right: 10px;
}
.woocommerce-account #waqt_user_quote_detail .product_image {
    text-align: center;
}
.woocommerce-account #waqt_user_quote_detail .product_image img {
    max-width:100px;
}
.quote_data_wrapper ._submit {
    display: none;
}
#waqt_user_quote_detail ._table_div_wrapper {
    width: 100%;
}
#waqt_user_quote_detail ._table_div_wrapper ._table_heading_wrapper {
    border:1px solid #ededed;
}
#waqt_user_quote_detail ._tab_col_heading {
    display: inline-block;
    width: 19%;
    text-align:center;
    border-right:1px solid #ededed;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
}
#waqt_user_quote_detail ._tab_col_heading.image {
    width: 20%;
}
#waqt_user_quote_detail ._tab_col_heading.title {
    width: 30%;
}
#waqt_user_quote_detail ._tab_col_heading.price {
    width: 15%;
}
#waqt_user_quote_detail ._tab_col_heading.quantity {
    width: 15%;
}
#waqt_user_quote_detail ._tab_col_heading.total_price {
    width: 15%;
    border-right:1px solid transparent;
}
#waqt_user_quote_detail ._tab_accordian_panel {
    display:none;
}

#waqt_user_quote_detail ._table_content_wrapper {
    border: 1px solid #ededed;
    padding:20px 0;
}
#waqt_user_quote_detail ._table_accordian_tab {
    padding: 0 20px;
    position: relative;
}
#waqt_user_quote_detail .items_sub_total,
#waqt_user_quote_detail ._tab_panel_items {
    border-top:1px solid #ededed;
}
#waqt_user_quote_detail .items_sub_total ._tab_col,
#waqt_user_quote_detail ._tab_panel_items ._tab_col {
    display: inline-block;
    width: 19%;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    vertical-align: middle;
}
#waqt_user_quote_detail .items_sub_total ._tab_col.image,
#waqt_user_quote_detail ._tab_panel_items ._tab_col.image {
    width:20%;
}
#waqt_user_quote_detail .items_sub_total ._tab_col.title,
#waqt_user_quote_detail ._tab_panel_items ._tab_col.title {
    width:30%;
    text-align: left;
}
#waqt_user_quote_detail .items_sub_total ._tab_col.price,
#waqt_user_quote_detail ._tab_panel_items ._tab_col.price {
    width:15%;
}
#waqt_user_quote_detail .items_sub_total ._tab_col.quantity,
#waqt_user_quote_detail ._tab_panel_items ._tab_col.quantity {
    width:15%;
}
#waqt_user_quote_detail .items_sub_total ._tab_col.total_price,
#waqt_user_quote_detail ._tab_panel_items ._tab_col.total_price {
    width:15%;
}
#waqt_user_quote_detail ._tab_panel_items ._tab_col img {
    max-width: 100px;
}
#waqt_user_quote_detail ._tab_menu_option {
    width:30px;
    position:absolute;
    right:3%;
    top:20%;
    cursor: pointer;
}
#waqt_user_quote_detail ._tab_menu_option > div {
    margin-bottom: 5px;
    width:100%;
    height:3px;
    background-color:#888888;
    display:block;
}
#waqt_user_quote_detail ._tab_menu_option ._first_line {

}
#waqt_user_quote_detail ._tab_menu_option ._second_line {

}
#waqt_user_quote_detail ._tab_menu_option ._third_line {

}

#waqt_user_quote_detail ._quote_info {
    display: block;
    font-weight: bolder;
}
#waqt_user_quote_detail td.product_title,
#waqt_user_quote_detail td.quote_info_wrapper {
    text-align: left;
}
._send_quote_form_wrapper {
    width: 100%;
    padding: 15px;
    margin-top:9%;
}
._send_quote_form_wrapper label,
._send_quote_form_wrapper button,
._send_quote_form_wrapper input {
    width: 100%;
}
._send_quote_form_wrapper input {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
}
#TB_window {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#TB_title {
    background: transparent;
}
#_send_quote_email_ {
    display:none;
}
#waqt_user_quote_detail .delete_saved_quotes {
    float: right;
    letter-spacing: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
}

#_add_quote_to_cart .button,
#clear_quotes .button,
#_email_quote_trigger {
    margin-bottom: 15px;
}
.woocommerce .quote table.shop_table {
    table-layout: auto;
}
.woocommerce .quote table.shop_table th {
    border-width:inherit;
}

@media (max-width:768px) {
    #_add_quote_to_cart .button,
    #clear_quotes .button,
    #_email_quote_trigger {
      width: 100% !important;
    }
    ._quoteall_buttons_wrapper button#_email_quote_trigger {
        padding: 9px 28px;
        margin-right: 0px;
    }
    #clear_quotes ._submit {
         margin-right: 0px;
    }
	.quote table tfoot td:first-child,
	.quote table thead th.product-price,
	.quote table tbody td.product-price {
		display:none;
	}
	.woocommerce #content .quote table.cart .product-thumbnail, .woocommerce .quote table.cart .product-thumbnail {
		display:block;
	}
	.woocommerce table.shop_table td.product-image {
		padding:0;
	}
}
@media (max-width:650px) {
	.quote > form input[type="submit"] {
		display:block;
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:550px) {
    ._quoteall_buttons_wrapper.small_width #_add_quote_to_cart .button,
    ._quoteall_buttons_wrapper.small_width #clear_quotes .button,
    ._quoteall_buttons_wrapper.small_width #_email_quote_trigger {
        display:block;
        width:100%;
        margin:0 0 15px 0;
    }
    #TB_window {
        max-width:280px;
        margin-left:0 !important;
        left:12%;
    }
    #_to_send_email {
        max-width:100%;
    }
    #TB_ajaxContent {
        max-width:280px;
        padding:0;
    }
}