.quote-product a{
	display: inline-block;
	background-color: #7d3f71;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
}
.sidebar__wrapper {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    padding: 0px 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
		overflow: scroll;
}
.sidebar__wrapper--open {
    z-index: 999;
	background: rgba(0,0,0,.7);
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
}
.outer-wrapper{
	min-height: 400px;
    margin: 25px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    overflow: hidden;
    max-width: 600px;
    top: 100px;
    position: relative;
    background: #fff;
    border-radius: 2px;
}
.outer-wrapper .quote-header{
	background-color: #f2f2f2;
	padding: 10px;
}
.outer-wrapper .quote-header p{
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.customer-sent-quote p{
    color: #777;
}
.customer-sent-quote{
    display: inline-block;
    width: 100%;
    text-align: center !important;
}
.outer-wrapper .quote-header span.close-quote-box{
	position: absolute;
    right: 12px;
    top: 12px;
    background-image: url('../images/icon-cross.png');
    height: 24px;
    width: 24px;
    display: inline-block;
    cursor: pointer;
}
.outer-wrapper .quote-header span.close-quote-box:hover{
	opacity: .8;
}
.outer-wrapper .quote-body{
	padding: 10px 20px;
}
.outer-wrapper .form-group-elm{
	margin: 10px 0px;
}
.outer-wrapper label{
	display: inline-block;
}
.outer-wrapper .quote-body textarea{
	height: 100px;
	width: 90%;
	margin: 10px 0px;
	display: inline-block;
	background-color: #f2f2f2;
	border:none;
	padding: 10px;
}
.outer-wrapper .quote-body input{
	width: 90%;
	margin: 10px 0px;
	display: inline-block;
	background-color: #f2f2f2;
	border:none;
	height: 40px;
	box-shadow: none;
	padding: 10px;
}
.outer-wrapper .quote-body input:focus{
	outline: none;
}
.outer-wrapper .quote-body button{
	padding: 5px 10px;
}
.outer-wrapper .quote-footer{
	margin: 10px 20px 20px;
}
.outer-wrapper .quote-body input[type="file"]{
    padding: 6px;
    border: 2px solid #E0D4D4;
}
.outer-wrapper .quote-footer button{
	display: inline-block;
}
.outer-wrapper .quote-footer .quote-result{
	margin-left: 20px;
}
.quote-text{
	display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 2px 15px;
    margin-top: 10px;
}
.quote-header{
	text-align: center;
}
.quote-sent{
    border: 2px solid #668723;
    color: #668723;
}
.quote-error{
	color: #A20323;
	border:2px solid #A20323;
}

.edit-quote,.delete-quote{
    display: inline-block;
    margin: 6px 8px;
    cursor: pointer;
}
.edit-quote:before{
    content: "";
    background-image:url('../images/icon-edit.png');
    display: inline-block;
    height: 16px;
    width: 16px;
}
.delete-quote:before{
    content: "";
    background-image:url('../images/icon-trash.png');
    display: inline-block;
    height: 16px;
    width: 16px;
}
.quote-conversation,.quote-detail{
    margin-top: 40px;
}
.quote-wrapper table thead th{
    padding: 5px 20px;
    background-color: #fc8927;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}
.quote-wrapper table{
    border:1px solid #fc8927;
}
.quote-header,.quote-wrapper table thead{
    background-color: #fc8927;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
}
.quote-header h3{
    margin-bottom: 0px;
    color: #fff;
    font-size: 24px;
}
.quote-body .woocommerce-Message,.quote-wrapper .woocommerce-Message{
    padding: 10px;
    font-size: 18px;
}
.quote-wrapper .woocommerce-Message h3{
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
}
.quote-body{
    padding: 20px;
    border:1px solid #FC8927;
    display: inline-block;
    width: 100%;
}
.quote-detail input,.quote-detail textarea,.quote-detail select{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border:none;
    padding: 10px 10px;
}
.quote-detail button[type="submit"]{
    background-color: #fc8927;
    margin: 15px 0px ;
}
.quote-detail button[type="submit"]:focus{
    outline: none;
}
.quote-detail textarea{
    margin-bottom: 0px;
}
.quote-detail span{
    font-size: 14px;
    font-style: italic;
    display: block;
}
.quote-detail input:focus{
    outline:none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.quote-detail label{
    display: block;
}
.quote-detail a{
    display: inline-block;
    margin: 10px 0px 20px;
}
.quote-comment{
    display: inline-block;
    position: relative;
    width: 80%;
    background-color:#f2f2f2;
    margin: 10px 0px;
}
.quote-comment:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
}
.comment-body p{
    color: #999;
    margin-bottom: 0px;
}
.comment-body{
    padding: 0px 10px 5px;
}
.comment-footer{
    padding:5px 10px 0px;
    background-color: #ececec;
    display: inline-block;
    width: 100%;
}
.comment-date{
    display: inline-block;
}
.comment-footer time{
    color: #999;
    float: left;
    font-size: 14px;
}
.comment-footer span{
    float: right;
    color: #999;
    text-transform: capitalize;
    font-weight: bold;
}
.comment-footer span.cs-admin{
    color: #4CAF50;
}
.comment-footer span.cs-me{
    color: #03A9F4;
}
.comment-footer span.cs-vendor,.comment-footer span.cs-customer{
    color: #BF360c;

}
div.cs-admin,.cs-customer{
    float: left;
}
div.floated-right{
    float: right;
}
div.floated-left{
    float: left;
}
 div.floated-left:before{
    border-top: 0px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 0px solid transparent;
    border-right: 10px solid #f2f2f2;
    left: -10px;
}
div.floated-right:before{
    border-top: 0px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #f2f2f2;
    border-right: 0px solid transparent;
    right: -10px;
}
span.wc-sold{
    display: inline-block;
    margin: 6px 2px;
    cursor: pointer;
}
span.wc-sold:before{
    background-image: url('../images/block-icon.png');
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}
span.wc-expired{
    display: inline-block;
    margin: 6px 2px;
    cursor: pointer;
}
span.wc-expired:before{
    background-image: url('../images/block-icon.png');
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}
.customer-account td{
    padding: 10px;
}
.customer-account th{
    font-size: 22px !important;
    padding: 5px 10px 5px 10px !important
}
a.wc-add-cart{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #333;
}
a.wc-add-cart:before{
    content:"\f217";
}
