/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.wss-services-info-container,
.wss-container{
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom:30px;
    position: relative;
    background: #fff;
}

.wss-services-info-table tr th ,
.wss-services-info-table tr td{
    border-color: currentcolor currentcolor #efefef;
    border-style: none none solid;
    border-width: medium medium 1px;
}



/*===================================
WSS Single
=====================================*/

.wss-header-sec{
    display:flex;
    align-items: center;
}

.wss-services-image{
    max-width:100px;
    margin-right:20px;
    text-align: left;
    margin-bottom: 10px;
}
.wss-services-image img{
    margin:0px !important;
}

.page .wss-services-info h4{
    margin-bottom:10px;
}
.wss-services-info-text ul{
    display:block;
    list-style:none;
    margin:0px;
    padding:0px;
}
.wss-services-info-text ul li{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding-right:10px;
    border-right:1px #777 solid;
    font-size:12px;
    color:#777;
    line-height:1;
    }
.wss-services-info-text ul li span{
    color:#4caf50;
}
.wss-services-info-text ul li:last-child{
    border:none;
}
.wss-services-info-product{
    margin: 10px -20px -21px;
}
.wss-services-info-table{
    margin:0px;
    border:0px;
}
.wss-services-info-table th,
.wss-services-info-table td{
    padding:10px;
    vertical-align: top;
}
.wss-services-info-table th:first-child,
.wss-services-info-table td:first-child{
    padding: 10px;
    padding-left:20px;
    width:40%;
}
.wss-services-info-table th:last-child,
.wss-services-info-table td:last-child{
    paddin-right:20px;
}
.wss-services-info-table td{
    font-size:95%;
}



/*====== Toggle Product Requirements ======= */

.header-sell-order{
    margin:0 -20px;
    padding:20px;
    /*display: flex;
    align-items: center;*/
    text-align: center;
}
.header-sell-order h3.sell-order-title{
    margin:0px 0 5px;
    padding:0px;
    font-size: 18px;
    font-weight: bold;
}
.header-sell-order-thumb{
    max-width:70px;
    margin-right:0px;
    padding:0px;
    display: inline-block;
}
.wbcom-wss-ques-sec{
    text-align: center;
}

.wbcom-wss-ques-toggle span.wss_show_toggle_icon, .wbcom-wss-ques-toggle span.wss_hide_toggle_icon {
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 5px;
    position: relative;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    margin-left: 10px;
    margin-top: -8px;
}
.wbcom-wss-ques-toggle span.wss_hide_toggle_icon{
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    margin-top: 5px;
}


.wss-sell-requirements .header-sell-order{
    padding-right:0px;
}
.wbcom-wss-ques-toggle{
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}
.wbcom-wss-ques-toggle.box-open span {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.wss-sell-client-requiremnt{
    padding: 20px;
    border-top: 1px solid #efefef;
    margin: 20px -20px -20px;
}

.wss-sell-client-req-question{
    background: #fbfbfb;
    padding: 10px;
    border-radius: 3px;
    margin: 0 0 20px;
}
.wss-sell-client-req-question:last-child{
    margin-bottom:0px;
}

.wss-sell-client-req-question h4{
    font-size: 16px;
    margin: 0;
    display:block;
}
.wss-sell-client-req-question  p{
    margin:0px;
}

.wss-sell-order-reuirments-btn{
    margin:20px 0;
    text-align: center;
}
.wbcom-woo-feild input[type="text"],
.wbcom-woo-feild select,
.wbcom-woo-feild textarea{
    width: 100%;
    max-width: 50%;
    margin-top: 10px;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    border: 1px #dedede solid;
}
.wbcom-woo-feild textarea{
    max-width: 100%;
}

.wbcom-wss-checkboxes-grp, .wbcom-wss-radio-grp {
    display: flex;
    flex-wrap: wrap;
}
.wbcom-wss-checkboxes-grp .checkbox-row{
    width:33.33%;
    padding-right:10px;
}
.wbcom-wss-checkboxes-grp label, .wbcom-wss-radio-grp label{
    display: block;
    position: relative;
    width: 33.33%;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.wbcom-wss-checkboxes-grp input[type="checkbox"],
.wbcom-wss-radio-grp input[type="radio"]{
    margin-right:5px;
}
.wp-editor-wrap{
    margin-bottom:10px;
}
.wbcom-wss-checkboxes-grp input[type="checkbox"]{
    position: absolute;
    top: 3px;
    left: 0px;
}

/* Delivery date update */
.delivery-date-update-wrapper {
    padding-top: 25px;
}
.delivery-date-update-wrapper input[type="text"] {
	width:60%;
}
.date-picker-wrapper{
	padding-top: 10px;
}
input.date-update-submit {
    margin-left: 15px !important;
}
a.update_delivery_date {
    font-size: 18px;
    text-decoration-line: none;
}

/* Delivery date hover */
.entry-content a.update_delivery_date:hover, .entry-content a.update_delivery_date:focus {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .wbcom-wss-checkboxes-grp label, .wbcom-wss-radio-grp label{
   width: 100%;
  }
}

/* order review */
.wbcom-wss-review-header{
    text-align:center;
    float: left;
    width: 100%;
    border:1px solid hsl(0, 0%, 82%);
}
/*.wbcom-ess-review-alert{
    float: left;
    width: 100%;
    border:1px solid hsl(0, 0%, 82%);
    margin: 10px 0px;
    padding: 10px;
}*/


/* Conversation */

.woo-msg-time:after{
    content: '';
    margin: 0px;
    display: block;
    height: 1px;
    width: 100%;
    background: #efefef;
    position: absolute;
    top: 50%;
}
.woo-msg-time{
    text-align: center;
    position: relative;
}
.woo-msg-time .woo-msg-date-wrap{
    display: inline-block;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.woo-single-msg{
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.woo-author-details{
    margin-right:10px;
    width: 50px;
    position: absolute;
    display: block;
}
.woo-author-details img{
    border-radius: 100px;
}
.woo-author-message{
    padding-left:70px;
    padding-right:70px;
}

.woo-pruduct-submit{
    margin-top:10px;
}
.woo-name{
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.woo-name .woo-time{
  padding: 0 10px;
}

.wss-receiver-msg .woo-name{
  justify-content: flex-end;
}
.wss-receiver-msg .woo-name span{
  order: 2;
}

.woo-msg {
    display: block;
    width: 100%;
    overflow: hidden;
}

.woo-msg-sec{
    background: #ecf8ff;
    color: #4b4d4f;
    padding: 15px 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0 25px 25px 25px;
    float: left;
}
.woo-time{
    font-size: 12px;
    color: #ababab;
}
.woo-file{
    margin-top:10px;
}
.woo-file span{
    font-weight: bold;
}
.wss-receiver-msg .woo-author-details{
    right: 0px;
}
.wss-receiver-msg .woo-author-message{
    padding-right:70px;
}
.wss-receiver-msg  .woo-name{
    text-align: right;
}

.wss-receiver-msg .woo-msg .woo-msg-sec{
    background: #f4f4f4;
    border-radius: 25px 0 25px 25px;
    float: right;
}
.wss-receiver-msg .woo-time{
    text-align: right;
}

.wss_conversation_form_wrapper{
    margin: 0 -20px -20px;
    background: #fbfbfb;
    padding: 20px;
}

.woo-single-msg .wss-sell-product{
    background: #f4f4f4;
    margin: 0 0px 30px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto 20px;
    display: block;
    color: #000;
}
.woo-single-msg .wss-sell-product img{
    max-width: 70px;
    display: inline-block;
}
.woo-single-msg.wss-receiver-msg .wss-sell-product{
   background: #efefef;
}


.woo-attchment{
    margin: 10px 0;
}

.wss_final_delivery_wrap{
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 5px;
}
.wss_final_delivery_wrap label{
    margin:0 5px;
}
.wss_final_delivery_wrap input[type="checkbox"],
.wss_final_delivery_wrap input[type="radio"]{
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.wss-sell-product-complete{
    margin: 0 -20px;
    background: #e6f1f8;
    padding: 20px;
}
.wbcom-wss-review-alert p{
    margin:0px;
}

.wss-star-rating-wrap{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.wss-star-rating-wrap span{
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}
.wss-star-rating-wrap svg{
    height: 24px;
    width: 24px;
}


.customers-rating{
    padding: 20px 0;
}
.customers-rating .woo-user{
    display: flex;
}
.customers-rating .woo-user .woo-name{
    margin-right: 20px;
}

.wss-rating-vendor .woo-msg-sec{
    background: #efefef;
}


/*** Status widget css start ***/

.widget_wss_status_widget span.gamma{
    display: none;
}
.widget_wss_status_widget ul{
    padding: 15px;
    border: 1px solid #efefef;
    margin: 0;
    position: relative;
    list-style: none;
}
.wss-status-node {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #dedede;
    position: absolute;
    transition: all 1000ms ease;
    border: 2px #dedede solid;
}

.wss-status-activated .wss-status-node,
 #wss-status-progress li.wss-status-activated:before{
    background: #5cb85c;
    border: 2px #5cb85c solid;
}
#wss-status-progress li.wss-status-activated:before{
    border: none;
}
 #wss-status-progress li.wss-current-status .wss-status-node{
    border: 6px #5cb85c solid;
    background: #fff;
 }
.wss-status-activated .wss-status-node:before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 4px;
    width: 6px;
    border-bottom: 2px solid #fff;
    height: 10px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wss-status-content {
    margin-left:36px;
    transition: all 800ms ease;
}


#wss-status-progress li {
    padding-bottom: 24px;
    font-size: 16px;
    position: relative;
}
#wss-status-progress li:before{
    content: '';
    margin:11px;
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #dedede;
}

#wss-status-progress li:last-child{
    padding: 0px;
}
#wss-status-progress li:last-child:before{
    display: none;
}


/*** Status widget css end ***/

/*** Media Query for single page ***/
@media screen and (max-width: 543px) {

    .woo-author-message {
         padding-left: 0;
         padding-right: 0;
        padding-top: 60px;
    }

    .wss-receiver-msg .woo-author-message {
        padding-right: 0;
    }

    .woo-name {
        margin-bottom: 10px;
    }
}

/*** Media Query end for single page ***/

.wss-notification-read, .wss-notification-delete {
    cursor: pointer;
}
.woo-message-required {
	color: #FF0000;
	margin: 20px 0;
}
