a{
	text-decoration:none;
}

.salekit_form{
	display: flex;
	justify-content: center;
	margin: 0 30px;
}

/* The Modal (background) */
.ultramailer_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.ultramailer_modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 600px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.ultramailer_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ultramailer_close:hover,
.ultramailer_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
iframe{
  max-width:100%;
}
@media only screen and (max-width: 800px) {
  .content_form_salekit img{
    height:auto !important;
  }
  .content_form_salekit{
    padding:10px;
  }
  .salekit_form{
    margin: 0 10px;
  }
}
.content_form_salekit > div > div {
  display: flex;
/*  flex-direction: column;*/
  flex-wrap: wrap;
}
.content_form_salekit > div > div > div,.content_form_salekit > div > div > fieldset{
  width:100%;
}
.content_form_salekit > div > div > div:has(.date_salekit),.content_form_salekit > div > div > div:has(.time_ultramailer){
  width:48.9%;
}
.set_background_image{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.group_quantity{
    width: 100px;
    height: 30px;
    background-color: rgb(228, 226, 226);
    display: flex;
    border-radius: 20px;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border-width: 1px;
    box-sizing: border-box;
    border-style: solid;
    border-color: rgb(228, 226, 226);
}
.action_quantity{
  cursor: pointer;
}
.action_quantity,.input_quantity{
    flex: 1;
    max-width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.input_quantity {
    background: #fff;
    /* min-width: 50%;
    max-width: 100%; */
    font-size: 15px;
}
.widget-timer{
      text-align: center;
      margin: 5px 0px 0px 0;
  }
  .time-body{
    display: flex;
    justify-content: center;
  }
  .timer-label {    font-family: Open Sans, sans-serif;    font-weight: 400;    display: inline;
        margin: 5px 8px;
      font-size: 13px;
      width: 53px;}
  .timer-labels{
    display: flex;
    justify-content: center;
  }
  .title_countdown{
    font-size: 20px;
      margin: 0px;
      text-align: center;
      font-weight: unset;
      color: #5c5c5c;
  }
  .timer-box {
    background-color: #d0205c;
      display: inline-block;
      margin: 0px 8px;
      padding:6px 10px 6px;
      color: #fff;
      border-radius: 6px;
  }
  .timer-values { font-size: 30px !important; }
  .item_pay{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .item_pay > *{
    display: inline-flex;
    gap: 10px;
    line-height: 1.9;
    color: #222;
  }
  .item_pay img{
    width: 55px;
    object-fit: contain;
  }
  .item_pay > div p {
    margin:0px;
  }
  .item_pay > div p:last-child{
    font-size:12px;
  }
  .item_pay input{
    width: 25px;
  }
  .title_pay{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .tab_form_2step{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 2px solid #0ea9fa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin-bottom:10px;
  }
  .tab_form_2step li {
    padding: 12px;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .tab_form_2step li.active {
      background: #0ea9fa;
      color:#fff;
  }
  .tab_form_2step li:not(.active){
    background-color: #fff;
    opacity: 0.8;
  }
  div:has(.tab_form_2step){
    padding:0px;
  }
  div:has(.tab_form_2step) .item_pay{
    padding:10px;
    box-sizing: border-box;
  }
  div:has(.tab_form_2step) #btn-register{
    width:100% !important;
  }
  .modal_cancel_pay{
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50%;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    border:1px solid #9E9E9E
  }
  .bg_modal{
    position: fixed;
    background: #00000078;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal_cancel_pay i{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .group_select_two label{
    width: 100%;
    display: block;
  }
  .group_select_two select{
      width: 50%;
      box-sizing: border-box;
      height: 42px;
      padding: 8px;
      border: 1px solid #a5a5a5;
      border-radius: 5px;
      font-size: 15px;
      display: inline-block;
  }
  .group_select_two .select_two{
      width: calc(50% - 10px);
      margin-right: 10px;
  }
  .new_checkbox{
    display: flex;
  }
  .new_checkbox:has(label){
    flex-direction: column;
  }
  .new_checkbox:has(.item_two_column){
    flex-direction: row;
    flex-wrap: wrap;
    gap:5px;
  }
  .new_checkbox .item_two_column{
    flex-basis: 49%;
  }
  div:has(input){
    overflow: visible;
  }
  .placeholder_fake{
    border-radius: 4px;
  }
  #btn-register{
    font-weight: bold;
}
fieldset{
  margin-top:0px !important;
}
legend{
  font-size: 12px;
}
#salekit_form{
  font-size: 14px;
}
.content_form_salekit:has(.tab_form_2step) > div,.content_form_salekit:has(.tab_form_2step) > .item_pay{
  margin: 10px 20px 20px 20px;
}
.content_form_salekit:has(.tab_form_2step) #btn-register{
  width:100%;
}
.content_form_salekit:has(.tab_form_2step) > div >div{
  max-width:100% !important;
}
.content_form_salekit:has(.tab_form_2step) > .item_pay{
  max-width: calc(100% - 40px);
}
.choose_pay_method{
  width:100%;
  box-sizing: border-box;
}
.choose_pay_method:has(.tab_form_2step) a{
  padding: inherit !important;
}
@media only screen and (max-width: 760px){
    .province,.districts,.wards{
      padding:0px !important;
    }
    .content_form_salekit:has(.tab_form_2step) > .item_pay{
      max-width:100%;
      width: auto;
    }
    .combo_many label div p:nth-child(2) {
      display: flex;
      flex-direction: column;
      flex-flow: column-reverse;
      gap: 0px !important;
  }
}
.combo_many label div p:nth-child(2) {
  line-height: 1.5;
}
.combo_many [name="combo_add"]{
  transform: scale(1.8);
}
.combo_many label{
  margin-bottom: 10px;
}
.combo_many label div p:nth-child(1) {
  line-height: 1.5;
}
.total_price span:nth-child(2){
  font-weight: 600;
}
.btn_show_form{
  margin-top:8px;
}
.content_form_ultramailer {
  border-radius: 6px;
  border: 1px solid #dadce0;
  background: #fff;
  padding: 15px;
  margin-top: 10px;
}
.price_sale_form{
  font-weight: 600;
}