@font-face {
  font-family: SairaSpecial Condensed;
  src: url(../../../css/fonts/SairaCondensed-Regular.ttf);
}


body{
  background-color: transparent;
}
.size_page {
  margin: 0 auto;
  min-width: 290px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  max-width: 740px;
  overflow: hidden;


}

.container {
  width: 600px;
  margin: 50px auto;
  display: block;
}
.progressbar {
  counter-reset: step;
  justify-content: space-around;
  margin: 0;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  display: block;
  float: left;
  font-size: 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  background-color: #55b776;
}

.info_restaurant {
  color: #7a7a7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_restaurant h6{
  margin: 0;
  padding-right: 20px;
  white-space: nowrap;
}

h6.condensed {
  font-size: 16px;
  font-weight: 400;
}

h1.condensed, h2.condensed, h3.condensed, h4.condensed, h5.condensed, h6.condensed {
  font-family: "SairaSpecial Condensed";
  text-transform: uppercase;
}

.text_content{
  font-size: 16px;
}

.info_reserv{
  clear: both;
  justify-content: space-between;
  margin: 20px 0px 10px;

}

.info_confirm{
  clear: both;
  justify-content: space-between;
  margin: 10px 0px 10px;

}

.calendar_info{
  width: 24%;
  background-size: auto,8px 5px;
  border: 1px solid #cecece;
  border-radius: 4px;
  color: #444a59;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding-left: 35px;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px;
}

.info_people{
  display: block;
  background-size: 8px 5px;
  height: 50px;
  margin-top: 10px;
}

.info_people select{
  color: #2d2d2d;
  font-weight: 400;
  padding-left: 35px;
  -webkit-appearance: none;
  background: 0 0;
  border: 1px solid #cecece;
  border-radius: 4px;
  height: 100%;
  padding: 10px 15px 10px 10px;
  width: 100%;
}

.info_zone{
  display: block;
  background-size: 8px 5px;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.info_zone select{
  color: #2d2d2d;
  font-weight: 400;
  padding-left: 35px;
  -webkit-appearance: none;
  background: 0 0;
  border: 1px solid #cecece;
  border-radius: 4px;
  height: 100%;
  padding: 10px 15px 10px 10px;
  width: 100%;
}

.legend{
  display: block;
  line-height: 25px;
  margin-top: 22px;
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .legend{
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.legend .type .example {
  border: 1px solid #d5d5d5;
  border-radius: 34%;
  display: inline-block;
  height: 15px;
  margin: 0 auto;
  vertical-align: middle;
  width: 20px;
  color: #2a2a2a;
  font-size: 16px;
}

.type {
  float: left;
  width: 50%;
  font-family: "SairaSpecial Condensed";
}

.legend .type.available .example {
}

 .legend .type.select_day .example {

}

 .legend .type.sold-out .example {
  background-color: #fff;
  border-color: #ff2500;
}

 .complete_sm{
   background-color: #fff;
   border-color: #ff2500 !important;
 }

 .closec_sm{
   background-color: #d8d8d8 !important;
   color: #2d2d2d !important;
 }

 .legend .type.closed .example {
  background-color: #d8d8d8;
}


@media (min-width: 480px) {
  .contenedor_small_calendar {
    display: block;
  }
}

.contenedor_small_calendar ul{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0 30px;
}

.day_week {
  display: block;
  text-align: center;
}

.date {
  border: 1px solid #d5d5d5;
  border-radius: 37%;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  -webkit-transition: background .3s ease-out,color .3s ease-out;
  transition: background .3s ease-out,color .3s ease-out;
  width: 30px;
  display: block;
  text-align: center;
}

.rule {
  margin-top: 0.5em;
  height: 26px;
  border-left: 1px solid #cecece;
}

.bcolorc{
    background-color: #ffd72e;
}

.bocolorc{
    border-color: #ffd72e;
}

.disponibility_sm {
  color: #2d2d2d;
}

.active_day {
  /*opacity: .6;*/
  color: white !important;
}

.service{
  padding: 10px 30px 20px;
}

.service h6 {
  color: #2d2d2d;
  margin: 0 0 .7em;
}

.list_hours{
  position: relative;
  z-index: 0;
}


.time{
  display: block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 18px;
  line-height: 24px;
}

.type_zone{
  text-align: right;
  line-height: 24px;
  margin-left: 1em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  line-height: 12px;
  opacity: .55;
  display: block;
  white-space: nowrap;
}

info_client .form-group .bootstrap-select {
  padding: 0;
}

info_client .form-group .bootstrap-select button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #2d2d2d;
  border-radius: 3px;
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
}

button.btn.dropdown-toggle.btn-default {
  margin-top: 0px;
}

info_client .dropdown-menu {
  background: #fff;
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

info_beneficary .form-group .bootstrap-select {
  padding: 0;
}

info_beneficary .form-group .bootstrap-select button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #2d2d2d;
  border-radius: 3px;
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
}

button.btn.dropdown-toggle.btn-default {
  margin-top: 0px;
}

info_beneficary .dropdown-menu {
  background: #fff;
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

@media (min-width: 400px){
  .notify-button {
    border: 3px solid #00483f;
    color: #00483f;
    font-weight: bold;
    height: 50px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    float: left;
    border-radius: 1px;
    cursor: pointer;
    margin: 0 0 10px 4%;
    opacity: .6;
    position: relative;
    transition: opacity .4s ease-out;
    margin-left: 2%;
  }
}

@media (max-width: 400px){
  .notify-button {
    border: 3px solid #00483f;
    color: #00483f;
    font-weight: bold;
    height: 50px;
    line-height: 13px;
    padding: 10px;
    text-align: center;
    float: left;
    border-radius: 1px;
    cursor: pointer;
    margin: 0 0 10px 4%;
    opacity: .6;
    position: relative;
    transition: opacity .4s ease-out;
    margin-left: 2%;
  }
  .bs-caret{
    display:none;
  }
}

.button_hour{
  float: left;
  cursor: pointer;
  margin: 0 0 10px 4%;
  /*opacity: .7;*/
  position: relative;
  transition: opacity .4s ease-out;
  margin-left: 2%;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



/* ===== DATEPICKER ====== */

.disponibility a.ui-state-default{
  box-shadow: none;
  /* border: black; */
  border-radius: 50%;
  color: #2d2d2d;
  background-color: #ffd72e ;
  border: 2px solid white ;
}



.complete a.ui-state-default{
  background-color: white ;
  color: #2d2d2d ;
  box-shadow: none;
  border-radius: 50%;
  border: 2px solid red !important;
}

.closec{
  opacity: 1 !important;
}

.closec span.ui-state-default{
  opacity: 1 !important;
  background-color: #d8d8d8 !important;
  color: #2d2d2d !important;
  box-shadow: none !important;
  border-radius: 50% !important;
}



.ui-widget-content {
  border: 1px solid #ffffff !important;
  color: #222222;
  box-shadow: 0 0 10px rgba(100,100,100,.2);
}
.ui-widget-header{
  border: none;
  border-bottom: 1px solid #eee !important;
}
.ui-datepicker-calendar tbody td{
  padding: 0 !important;
  box-sizing: border-box;
}

.ui-state-disabled span{
}

.ui-state-default, .ui-widget-content .ui-state-default{
  border: 2px solid #ffffff !important;
  box-shadow: none !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 32px;
  text-align: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 0 !important;
}


a.ui-state-active {
  background-color: #028a78;
  opacity: .6;
  color: white !important;
  box-shadow: none !important;
  border-radius: 50% !important;
}

.ui-widget-content a.ui-state-default:hover {
  border: 2px solid #ffd72e;
  border-radius: 50%;
}

.ui-widget-header {
  background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0;
}
button.btn.dropdown-toggle.btn-default {
  border-radius: 0;
}
.ui-widget-content .ui-state-default{
  background: #FFF;
}
.ui-widget-content a.ui-state-default:hover{
  border: 2px solid #ffd72e;
  border-radius: 50%;
}
.ui-widget-content .ui-state-active{
  background: #CCC;
}
.info_header1 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.info_header2 {
  text-align: center;
  font-size: 16px;
}

.ui-datepicker-inline {
  margin: auto;
}

.mtb15{
  margin-top: 15px;
  margin-bottom: 15px;
}

.name_restaurant{
  min-height: 60px;
  position: relative;
  border-bottom: 1px solid #cecece;
}

.name_restaurant h1 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
  color: #858585;
}

@media only screen and (max-width: 600px) {
  .name_restaurant h1 {
    padding: 0px;
  }
}

.bar {
  display: block;
  /*height: 44px;*/
  border-bottom: 1px solid #cecece;
  background-color: white;
  height: 100%;
  font-family: "SairaSpecial Condensed";
}

.bar ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.bar li {
  color: #aaa;
  display: block;
  height: 44px;
  letter-spacing: .1em;
  line-height: 39px;
  font-family: "SairaSpecial Condensed";
  text-transform: uppercase;
}

.bar li.active {
  border-bottom: 3px solid #2a2a2a;
  border-top: 3px solid #2a2a2a;
  color: #2a2a2a;
  font-weight: 800;
}

@media (min-width: 360px) {
  .page-reservation-details .reservation-info {
    padding: 20px;
  }
}

.info_reserv{
  border-bottom: 1px solid #cecece;
}

.extra_reserv{
  padding: 30px;
  border-bottom: 1px solid #cecece;
}

.extra_questions{
  padding: 30px;
  font-family: "SairaSpecial Condensed";
}

.info_reserv {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.info_confirm{
  font-size: 20px;
  padding: 20px;
  line-height: 1.6;
}

.name_restaurant .back {
  left: 20px;
  line-height: 22px;
  position: absolute;
  top: 19px;
  width: 120px;
  text-transform: uppercase;
  cursor: pointer;
}

.name_restaurant .back a {
  color: #2a2a2a;
  text-decoration: none;
}

.legal{
  border-top: 1px solid #cecece;
  font-size: 10px;
  font-family: "SairaSpecial Condensed";
  margin: 20px 0px 10px;
}

.legal table{
  margin-top: 10px;
}

.mt10{
  margin-top: 10px;
}

.mt5{
  margin-top: 5px;
}

select:not([multiple]){
  -webkit-appearance:none;
  -moz-appearance:none;
  background-position:right 50%;
  background-repeat:no-repeat;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right:1.5em;
}

.form-group label {
  margin-bottom: 0 !important;
  font-weight: normal;
  font-size: 13px;
  color: rgba(0,0,0,0.38);
  font-family: "SairaSpecial Condensed";
}

.form-group .form-control {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  color: #2d2d2d;
  border-radius: 3px;
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  font-family: "SairaSpecial Condensed";
}

.legal_check{
  font-family: "SairaSpecial Condensed";
  font-size: 15px;
}

.reservarButton {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  border: none;
  color: #ffffff;
  font-family: "SairaSpecial Condensed";
}

.bcolor{
  background: #028a78;
}

.bccolor{
    background-color: #028a78;
}

.bocolor{
    border-color: #028a78;
}

.container_product{
  border: 1px solid #d3d3d8;
  border-radius: 3px;
  margin-bottom: 2.4rem;
  padding: 2.4rem;
  font-family: "SairaSpecial Condensed";
}

.borderdown{
  border-bottom: 1px solid #d3d3d8;
}

.bordertop{
  border-top: 1px solid #d3d3d8;
  padding-top: 10px;
}

.letter{
  font-family: "SairaSpecial Condensed";
}


.color_reserv{
  color: white;
}


.creditcard {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 19px;
  font-variant: normal;
  padding: 0;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px auto;
}


.labelcredit {
  height: 35px;
  position: relative;
  color: #8798AB;
  display: block;
  margin-bottom: 20px;
}

.labelcredit > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 32px;
  color: #8798AB;
  border-bottom: 1px solid #586A82;
  transition: border-bottom-color 200ms ease-in-out;
  cursor: text;
  pointer-events: none;
}

.labelcredit > span span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0% 50%;
  transition: transform 200ms ease-in-out;
  cursor: text;
}

.labelcredit .field.is-focused + span span,
.labelcredit .field:not(.is-empty) + span span {
  transform: scale(0.68) translateY(-36px);
  cursor: default;
}

.labelcredit .field.is-focused + span {
  border-bottom-color: #34D08C;
}

.field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #909090;
  outline: none;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  transition: opacity 200ms ease-in-out;
}


.labelcredit::-webkit-input-placeholder { color: #8898AA; }
.labelcredit::-moz-placeholder { color: #8898AA; }

/* IE doesn't show placeholders when empty+focused */
.labelcredit:-ms-input-placeholder { color: #424770; }

.labelcredit.is-empty:not(.is-focused) {
  opacity: 0;
}

.buttoncredit {
  float: left;
  display: block;
  background: #34D08C;
  color: white;
  border-radius: 2px;
  border: 0;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 400;
  width: 100%;
  height: 47px;
  line-height: 45px;
  outline: none;
}

.buttoncredit:focus {
  background: #24B47E;
}

.buttoncredit:active {
  background: #159570;
}

.pd10{
  padding-bottom: 25px;
}

.button_hour_cross{
  float: left;
  cursor: pointer;
  margin: 0 0 10px 4%;
  opacity: .7;
  position: relative;
  transition: opacity .4s ease-out;
  margin-left: 2%;
  padding: 10px 10px;
  /* display: -webkit-box; */
  /* display: flex; */
  text-align: center;
  color: rgb(255, 255, 255);
}

.button_hour_cross_select{
  float: left;
  cursor: pointer;
  margin: 0 0 10px 4%;
  position: relative;
  transition: opacity .4s ease-out;
  margin-left: 2%;
  padding: 10px 10px;
  /* display: -webkit-box; */
  /* display: flex; */
  text-align: center;
  color: rgb(255, 255, 255);
}

.title_cross{
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0.6em !important;
  color: #2d2d2d !important;
  font-family: "SairaSpecial Condensed";
  text-transform: uppercase;
}

.color{
  color: #00483f;
}

.notify-button-cross {
  border: 3px solid;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  float: left;
  border-radius: 1px;
  cursor: pointer;
  margin: 0 0 10px 4%;
  opacity: .6;
  position: relative;
  transition: opacity .4s ease-out;
  margin-left: 0.5%;
  width:99.6%;
}

.list_hours a:hover{
  color:white;
}

.mt30{
  margin-top: 30px;
}


.title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.opaque {
  opacity: 0;
  transition: 0.3s ease;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

* {
  box-sizing: border-box;
}


#checkout-progress {
  width: 90%;
  margin: 0px auto;
  font-size: 2.5em;
  font-weight: 900;
  position: relative;
}
@media (max-width: 767px) {
  #checkout-progress {
    font-size: 1.5em;
  }
}
#checkout-progress:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 100%;
  background-color: white;
  -webkit-transform: translateY(-50%) perspective(1000px);
  transform: translateY(-50%) perspective(1000px);
}
#checkout-progress:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 100%;
  background-color: #2d2d2d;
  -webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
  transform: scaleX(0) translateY(-50%) perspective(1000px);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#checkout-progress.step-2:after {
  -webkit-transform: scaleX(0.333) translateY(-50%) perspective(1000px);
  transform: scaleX(0.333) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-3:after {
  -webkit-transform: scaleX(0.666) translateY(-50%) perspective(1000px);
  transform: scaleX(0.666) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-4:after {
  -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-5:after {
  -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkout-progress .progress-bar-special {
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
#checkout-progress .progress-bar-special .step {
  z-index: 2;
  position: relative;
}
#checkout-progress .progress-bar-special .step .step-label {
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  -webkit-transform: translateX(-50%) perspective(1000px);
  transform: translateX(-50%) perspective(1000px);
  white-space: nowrap;
  font-weight: 600;
  color: #ccc;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #checkout-progress .progress-bar-special .step .step-label {
    top: calc(100% + 9px);
  }
}
#checkout-progress .progress-bar-special .step span {
  color: #ccc;
  transition: 0.3s ease;
  display: block;
  -webkit-transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
  transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
}
#checkout-progress .progress-bar-special .step .fa-check {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
  transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}
#checkout-progress .progress-bar-special .step.active span, #checkout-progress .progress-bar-special .step.active .step-label {
  color: #2d2d2d;
}

.size23{
  font-size: 23px;
}

.size15{
  font-size: 15px;
}
#checkout-progress .progress-bar-special .step.valid .fa-check {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
  transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
}
#checkout-progress .progress-bar-special .step.valid span {
  color: #2d2d2d;
  -webkit-transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
  transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
}
#checkout-progress .progress-bar-special .step.valid .step-label {
  color: #2d2d2d !important;
}
#checkout-progress .progress-bar-special .step:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) perspective(1000px);
  transform: translate(-50%, -50%) perspective(1000px);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #ccc;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #checkout-progress .progress-bar-special .step:after {
    width: 40px;
    height: 40px;
  }
}
#checkout-progress .progress-bar-special .step.active:after {
  border: 5px solid #2d2d2d;
}
#checkout-progress .progress-bar-special .step.valid:after {
  background-color: #2d2d2d;
  border: 5px solid #2d2d2d;
}

.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 100px auto 0px;
}
.button-container .btn {
  display: inline-block;
  background-color: #2d2d2d;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 900;
  border: 3px solid #2d2d2d;
  transition: 0.3s ease;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .button-container .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.button-container .btn:hover {
  background-color: transparent;
  color: #2d2d2d;
  -webkit-transform: scale(1.02) perspective(1000px);
  transform: scale(1.02) perspective(1000px);
}

.info_client_cross{
  font-size: 18px;
  line-height: 1.6;
  color: dimgrey;
}

.bold{
  font-weight: bold;
  color: #2d2d2d;
}

.pd0{
  padding-left: 0px;
}

.p0{
  padding: 0px;
}

.category_box{
  border: solid 1px #ccc;
  border-radius: 5px;
  max-height: 150px;
  text-align:center;
  line-height:150px;
  width: 100%;
  cursor: pointer;
}

.category_box>span {
  display:inline-block;
  vertical-align:middle;
  line-height:normal;
}

.urlimagehave{
  background-color: #000000bf;
  color: white;
  border-radius: 4px;
  padding: 4px;
}

div#alg-paymeform-container {
  margin: auto;
}