/* ////////////////////////////////////////////// */
/* ////////////// Services Directory Home ////////////// */
/* ////////////////////////////////////////////// */

#services_directory_home .jumbo_header {
  background-image: url("../images/backgrounds/bg_21.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#services_directory_home .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(193, 0, 235, 0.3) 0%,
    rgba(85, 94, 183, 0.3) 100%
  );
  padding: 30px 15px 90px 15px;
}

#services_directory_home .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#services_directory_home .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#services_directory_home .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#services_directory_home .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#services_directory_home .search {
  max-width: 500px;
  margin: auto;
  position: relative;
}

#services_directory_home .search input {
  border: none;
  padding: 30px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(230, 230, 230) !important;
}
#services_directory_home .search input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(228, 180, 255, 0.726);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(228, 180, 255, 0.726);
}
#services_directory_home .search input::placeholder {
  color: #c46bbae8 !important;
}
#services_directory_home .search button {
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding: 0px;
  background-color: #820980;
  color: rgba(255, 255, 255, 0.6);
  border: none !important;
}

#services_directory_home .contents {
  margin-top: -40px;
}

#services_directory_home .contents .section {
  background: #fff;
  padding: 70px 30px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#services_directory_home .directories {
  margin: 15px 0;
}

#services_directory_home .directories .section_heading {
  text-align: center;
  margin-bottom: 40px;
}

#services_directory_home .directories .section_heading .section_title {
  font-size: 22px;
  line-height: 30px;
}
#services_directory_home .directories .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
}

#services_directory_home .directories .directory {
  padding: 25px 15px 20px 15px;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px !important;
  transition: all 1s;
  border: 3px solid #f7f7f7;
}

#services_directory_home .directories .directory:hover {
  border-color: #2f0e8b;
  background: rgba(153, 75, 255, 1);
  background: -moz-linear-gradient(
    left,
    rgba(153, 75, 255, 1) 0%,
    rgba(16, 0, 237, 0.59) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(153, 75, 255, 1)),
    color-stop(100%, rgba(16, 0, 237, 0.59))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(153, 75, 255, 1) 0%,
    rgba(16, 0, 237, 0.59) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(153, 75, 255, 1) 0%,
    rgba(16, 0, 237, 0.59) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(153, 75, 255, 1) 0%,
    rgba(16, 0, 237, 0.59) 100%
  );
  background: linear-gradient(
    to right,
    rgba(153, 75, 255, 1) 0%,
    rgba(16, 0, 237, 0.59) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ed0000', GradientType=1);
  transition: all 1s;
}

#services_directory_home .directories .directory .title {
  font-size: 16px;
  margin-top: 5px;
  color: #333;
  transition: all 0.2s;
}

#services_directory_home .directories .directory:hover .title {
  color: #fff !important;
  transition: all 0.2s;
}

#services_directory_home .directories .directory:hover .image {
  color: #fff !important;
  transition: all 0.2s;
}

#services_directory_home .directories .directory .image {
  font-size: 48px;
  color: #5d3db4 !important;
  transition: all 0.2s;
}

/* ////////////////////////////////////////////// */
/* ////////////// services Directory ////////////// */
/* ////////////////////////////////////////////// */

#services_directory .navigation a {
  color: #e0e0e0;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#services_directory .jumbo_header {
  background-image: url("../images/backgrounds/bg_21.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#services_directory .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(193, 0, 235, 0.3) 0%,
    rgba(85, 94, 183, 0.3) 100%
  );
  padding: 30px 15px 90px 15px;
}

#services_directory .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#services_directory .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#services_directory .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#services_directory .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#services_directory .search {
  max-width: 500px;
  margin: auto;
  position: relative;
}

#services_directory .search input {
  border: none;
  padding: 30px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(230, 230, 230) !important;
}
#services_directory .search input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(228, 180, 255, 0.726);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(228, 180, 255, 0.726);
}
#services_directory .search input::placeholder {
  color: #c46bbae8 !important;
}
#services_directory .search button {
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding: 0px;
  background-color: #820980;
  color: rgba(255, 255, 255, 0.6);
  border: none !important;
}

#services_directory .contents {
  margin-top: -50px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#services_directory .contents .navbar {
  background: #fafafa;
  border: none;
  padding: 20px 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-radius: 20px 20px 0 0;
}

#services_directory .contents .navbar ul li.item {
  margin-left: 5px;
}

#services_directory .contents .navbar ul li.item a {
  font-size: 15px;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 6px;
}

#services_directory .contents .navbar ul li.dropdown.open > a {
  background: #fff5ea;
  color: #b5813e;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#services_directory .contents .navbar ul.dropdown-menu li {
  margin-left: 10px;
  margin-right: 10px;
}
#services_directory .contents .navbar ul li.item a.helpCenter {
  background: #10a768;
  color: #fff;
  min-width: 36px;
  text-align: center;
}

#services_directory .contents .navbar ul li.item.active a {
  background: #f2fbd4 !important;
  color: #357d0c !important;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#services_directory .contents .navbar ul.directory_types:hover li.item a {
  background: transparent;
  transition: all 0.5s ease 0s;
  color: #555;
}

#services_directory .contents .navbar ul.directory_types li.item:hover a {
  background: #fff5ea;
  color: #b5813e;
  transition: all 0.5s ease 0s;
}

#services_directory .listing {
  padding: 30px 15px;
}

#services_directory .listing .listing_style_2 .section_heading {
  font-size: 24px;
  margin: 0px 10px 30px 0;
  color: #555;
}

#services_directory .listing .listing_style_2 .item {
  font-size: 18px;
  margin: 0px 0 30px 0;
  text-align: center;
  display: block;
}

#services_directory .listing .listing_style_2 .item a {
  display: block;
  padding: 20px 5px;
  background: #fbfbfb;
  border: 3px solid #fbfbfb;
  border-radius: 10px;
  transition: 0.5s;
}

#services_directory .listing .listing_style_2 .item a .line {
  font-size: 16px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

#services_directory .listing .listing_style_2 .item a .line:last-child {
  margin-bottom: 0px;
}

#services_directory .listing .listing_style_2 .item a .line_desc {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#services_directory .listing .listing_style_1 .group h2 {
  font-size: 20px !important;
  font-family: var(--nice_font_2);
  font-weight: bold;
  color: #797979;
  padding: 5px 0;
  display: block;
}

#services_directory .listing .listing_style_1 .property h2.model_title {
  font-size: 15px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  border: none;
  text-align: right;
}

#services_directory .listing .listing_style_1 .property h2.model_title a {
  padding: 5px 0;
  display: block;
  outline: none;
}

#services_directory .listing .listing_style_1 .property .model_desc {
  font-size: 12px;
  font-family: var(--nice_font_2);
}

/* /////////////////////////////////////////////// */
/* //////////////// supply Service /////////////// */
/* /////////////////////////////////////////////// */

#supply_service .single_cat {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
}

#supply_service .single_cat .cat_title {
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 10px;
}

#supply_service .single_cat .models .single_model {
  margin-bottom: 15px;
}

#supply_service .single_cat .models .single_model .model_title {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* /////////////////////////////////////////////// */
/* //////////////// services listing /////////////// */
/* /////////////////////////////////////////////// */

.services_listing .model_title {
  margin: 40px 10px;
}

.services_listing .model_title h1 {
  font-size: 28px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}
.services_listing .model_title p {
  font-size: 14px;
  font-family: var(--nice_font_2);
}

.services_listing .single_service {
  border-width: 4px;
  transition: all 0.5s ease 0s;
}

.services_listing .single_service:hover {
  border-color: #7948b3;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.services_listing .single_service .service_heading {
  padding: 10px 0px 0px 0px;
}

.services_listing .single_service .service_heading .service_title {
  font-size: 16px;
  margin: 20px 0 10px 0;
  font-family: var(--nice_font_2);
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}

.services_listing .single_service .service_heading .user .user_photo {
  display: inline-block;
}

.services_listing .single_service .service_heading .user_photo img {
  width: 28px;
  height: 28px;
  transition: all 0.5s ease 0s;
  max-width: none !important;
}

.services_listing .single_service:hover .service_heading .user_photo img {
  transition: all 0.5s ease 0s;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}

.services_listing .single_service .service_heading .user_name {
  font-size: 14px !important;
  font-family: var(--nice_font_2);
  font-weight: bold;
  margin: 0px 0 0px 0 !important;
  padding: 0px !important;
  display: inline-block;
}

.services_listing .single_service .service_heading .service_pricing {
  margin: 0 0 10px 0;
}

.services_listing .single_service .service_heading .service_pricing .price {
  background-color: #f7f7f7;
  font-family: var(--nice_font_2);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 6px;
}

.services_listing .single_service .service_rating {
  font-size: 16px;
  text-align: center;
  margin: 15px;
}

.services_listing .single_service .service_brief {
  font-family: var(--nice_font_2);
  font-size: 12px !important;
  line-height: 24px;
  margin: 15px 0 15px 0 !important;
  display: table;
  text-align: center;
  width: 100%;
}
.services_listing .single_service .service_brief p {
  min-height: 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.services_listing .single_service .service_options {
  text-align: center;
  margin-bottom: 10px;
}

.services_listing .single_service .service_options .btn-action {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.services_listing .single_service:hover .btn-action {
  background: #7948b3 !important;
  color: #fff !important;
  border: 1px solid #7948b3 !important;
  transition: all 0.5s ease 0s;
}
.services_listing .single_service:hover .btn-pricing {
  background: #7948b3 !important;
  color: #fff !important;
  transition: all 0.5s ease 0s;
}

/* /////////////////////////////////////////////// */
/* //////////////// Service page /////////////// */
/* /////////////////////////////////////////////// */

.section_title .title {
  font-size: 18px;
  padding: 20px 0;
}

/* //////////////// main_service /////////////// */

#service_page .main_service {
  padding: 20px;
}

#service_page .main_service .service_heading {
  padding: 10px 10px 25px 10px;
}

#service_page .main_service .ordering {
  display: inline-block;
  text-align: center;
  width: 200px;
}

#service_page .main_service .add_to_cart {
  margin-top: 10px;
}

#service_page .main_service .pricing {
  font-weight: bold;
}

#service_page .main_service .pricing .price .number {
  font-size: 30px;
}
#service_page .main_service .pricing .price .quantity {
  font-family: var(--nice_font_2);
  font-size: 12px;
}
#service_page .main_service .pricing .currency {
  font-size: 11px;
  font-family: var(--nice_font_2);
}

#service_page .main_service .service_provider {
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--nice_font_2);
  font-weight: bold;
}

#service_page .main_service .service_provider img {
  width: 24px;
  height: auto;
}

#service_page .main_service .service_title {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin-top: 15px;
}

#service_page .main_service .service_rating {
  font-size: 20px;
  margin-left: 10px;
}
#service_page .main_service .service_rating i {
  margin-left: 5px;
}

#service_page .main_service .service_details {
  padding: 25px 15px;
}

#service_page .main_service .service_brief {
  font-family: var(--nice_font_2);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

#service_page .main_service .service_actions {
  margin-top: 10px;
}

/* //////////////// main_service.compact /////////////// */

#service_page .main_service.compact .service_heading {
  padding: 10px 10px 10px 10px;
}

#service_page .main_service.compact .service_title {
  font-size: 18px;
}

#service_page .main_service.compact .service_brief {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0px;
}

#service_page .main_service.compact .pricing.hor {
  font-weight: bold;
}

#service_page .main_service.compact .pricing.hor .price .number {
  font-size: 16px;
  display: inline-block;
}
#service_page .main_service.compact .pricing.hor .price .quantity {
  display: inline-block;
  font-family: var(--nice_font_2);
  font-size: 15px;
}
#service_page .main_service.compact .pricing.hor .currency {
  font-size: 11px;
  font-family: var(--nice_font_2);
}

/* /////////////////////////////////////////////// */
/* //////////////// edit service /////////////// */
/* /////////////////////////////////////////////// */

#edit_service .tile {
  padding: 20px 15px 30px 15px;
}

#edit_service .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
  line-height: 36px;
}

/* /////////////////////////////////////////////// */
/* //////////////// Order Cart /////////////// */
/* /////////////////////////////////////////////// */

#orderCart #order_seller .user_photo {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

#orderCart #order_seller .user_name {
  line-height: 30px;
  font-size: 18px;
  font-family: var(--nice_font_2);
  font-weight: bold;
}

#orderCart #order_seller .order_cost {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}

#orderCart #order_items {
}

#orderCart #order_items .single_item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  position: relative;
  font-family: var(--nice_font_2);
}

#orderCart #order_items .single_item .tile_lite {
  padding: 15px 15px 15px 15px;
}

#orderCart #order_items .single_item .title {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #7948b3;
}

#orderCart #order_items .single_item .desc {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}

#orderCart #order_items .single_item .service_price {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#orderCart #order_items .single_item .remove_service {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  color: #db2b44;
}

#orderCart #order_items .single_item .service_count {
  text-align: center;
  margin-top: 5px;
}

#orderCart #order_items .single_item .service_count button {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  line-height: 20px;
  padding: 0px;
}

#orderCart #order_items .single_item .service_count span.count {
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
}

/* /////////////////////////////////////////////// */
/* //////////////// Order Page /////////////// */
/* /////////////////////////////////////////////// */

#order_page .tile {
  padding: 20px 15px 30px 15px;
}

#order_page .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#order_page #order_user {
  text-align: center;
  padding: 35px 15px 25px 15px;
}

#order_page #order_user .user_photo {
  width: 96px;
  height: 96px;
}

#order_page #order_user .user_name {
  line-height: 30px;
  font-size: 18px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  margin-top: 10px;
}

#order_page #order_user .user_desc {
  line-height: 30px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#order_page #orderCart #order_items .single_item:last-child {
  border: none !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#order_page #extra_charges .extra_item .desc {
  line-height: 30px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#order_page #extra_charges .extra_item .service_price {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#order_page #orderCart #order_total .title {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#order_page #orderCart #order_total .order_cost {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}

#order_page #orderCart .btn-extra {
  background-color: #ff869d !important;
  color: #fff;
  border-radius: 20px;
  border: none !important;
}

#order_page #order_options .status_desc {
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #fbfbfb;
  border-radius: 8px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

#order_page #order_options .cancel_reason {
  text-align: center;
  font-weight: bold;
  color: #db2b44;
  background: #fff8f8;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 8px;
}

#order_page #order_options .action_btns {
  margin-top: 15px;
}

#order_page #order_options .action_btns .btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  background-color: #fff !important;
  border: 1px solid #eee !important;
  color: #333 !important;
  border-radius: 20px;
  display: block !important;
  width: 100%;
  margin-top: 10px;
  transition: all 0.5s ease 0s;
}

#order_page #order_options .action_btns .btn:hover {
  transition: all 0.5s ease 0s;
}

#order_page #order_options .action_btns .btn-chat {
  background-color: #7fcfff !important;
  color: #fff !important;
  border: none !important;
}

#order_page #order_options .action_btns .btn-chat:hover {
  background-color: #6db7e3 !important;
}

#order_page #order_options .action_btns .btn-project,
#order_page #order_options .action_btns .btn-accept,
#order_page #order_options .action_btns .btn-confirm,
#order_page #order_options .action_btns .btn-chechout {
  background-color: #64ca8c !important;
  color: #fff !important;
  border: none !important;
}

#order_page #order_options .action_btns .btn-project:hover,
#order_page #order_options .action_btns .btn-confirm:hover,
#order_page #order_options .action_btns .btn-accept:hover,
#order_page #order_options .action_btns .btn-chechout:hover {
  background-color: #2da85d !important;
}

#order_page #order_options .action_btns .btn-reject,
#order_page #order_options .action_btns .btn-cancel {
  background-color: #e6e6e6 !important;
  color: #626060 !important;
  border: none !important;
}

#order_page #order_options .action_btns .btn-reject:hover,
#order_page #order_options .action_btns .btn-cancel:hover {
  background-color: #ff7676 !important;
  color: #fff !important;
}

/* /// Order stages widget /////// */

#order_page #order_stages {
  padding-bottom: 20px;
}

#order_page #order_stages .stage .content {
  padding: 10px 15px;
  background-color: #fbfbfb;
  border-radius: 8px;
}

#order_page #order_stages .stage.success .content {
  background-color: #effbe7;
  color: #286a39;
}

#order_page #order_stages .stage.active .content {
  background-color: #fbf1e7;
  color: #6a3e28;
}

#order_page #order_stages .stage .content .time {
  float: left;
  margin-top: 4px;
}

#order_page #order_stages .stage .content .number {
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

#order_page #order_stages .stage .content .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

#order_page #order_stages .stage .connector {
  height: 20px;
  margin-right: 26px;
  border-right-width: 3px;
  border-right-color: #eee;
  border-right-style: dotted;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

#order_page #order_stages .stage.success .connector {
  border-right-style: solid;
  border-right-color: #effbe7;
}

/* /// Order chat button /////// */

#order_page #order_chat {
  margin-top: 15px;
  margin-bottom: 15px;
}
