#page_detail_dev {
  font-family: Helvetica Neue,Helvetica,Arial,tahoma,sans-serif;
}

body {
  color: #333 !important;
  background-color: #f4f4f4 !important;
}

h5 {
  font-size: 26px;
  line-height: 120%;
}

.txt-title-cr {
  font-weight: 450;
  color: #555;
  font-size: 14px;
}

.sub_info1 {
  color: #666;
  font-weight: 300;
  font-size: 14px;
}

.value_btn-right {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 0 5px 5px 0;
  margin: 0px -7px 0px -7px;
  width: 27px;
  height: 30px;
  font-size: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  line-height: 9px;
}

.value_btn-left {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 5px 0 0 5px;
  margin: 0px -7px 0px -7px;
  width: 27px;
  height: 30px;
  font-size: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  line-height: 9px;
}

.value_btn-right:focus {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}

.value_btn-left:focus {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}

.value_btn-right:hover {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}

.value_btn-left:hover {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}

.row_item {
  padding: 0 10px;
}

.btn {
  font-size: 16px !important;
}

label {
  font-size: 16px !important;
  color: #555 !important;
  font-weight: 500;
}


.qty_tour input[type=text] {
  border-color: #efefef;
  width: 40px;
  height: 30px;
  display: inline;
}

.qty_person input[type=text] {
  border-color: #efefef;
  width: 40px;
  height: 30px;
  display: inline;
}

.qty_package input[type=text] {
  border-color: #efefef;
  width: 40px;
  height: 30px;
  display: inline;
}
.pax_package input[type=text] {
  border-color: #efefef;
  width: 40px;
  height: 30px;
  display: inline;
}
.btn_conti {
  background-color: #4caf50;
  color: white;
  border: transparent;
  border-radius: 5px;
  /* float: right; */
  margin-top: 6px;
  margin-right: 10px;
}

.btn_conti:hover {
  background-color: #0b8410;
  color: white;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.btn_red_usecode {
  background-color: #ED1C24;
  color: white !important;
  border: transparent;
  height: 41px;
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  width: 95%;
}


.control-wrapper {
  display: inline-block;
}

.control {
  position: relative;
  display: block;
  cursor: pointer;
}

.control input {
  position: absolute !important;
  z-index: -1;
  opacity: 0;
}

.control-indicator {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* position: absolute; */
  top: 0;
  left: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
  color: #333;
  background: #fff;
  border: 1px solid #959595;
  margin-right: 5px;
}

.control-indicator .control-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 100%;
  color: #333;
  margin-top: 12px;
}

.control-indicator {
  border-radius: 4px;
}

/* Hover and focus states*/

.control:hover input~.control-indicator,
.control input:focus~.control-indicator {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e80707;
}

.control:hover input~.control-indicator .control-text,
.control input:focus~.control-indicator .control-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}


/* Checked state */

.control input:checked~.control-indicator {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #e80707;
  color: #fff;
  border: 1px solid #e80707;
}

.control input:checked~.control-indicator .control-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.btn_can {
  background: #ddd;
  color: #333;
}

.btn_yes {
  background: #4CAF50;
  color: #fff;
}

.img-cart {
  position: relative;
  height: 80px;
  margin-top: 0px;
}

.ticket-time {
  font-size: 14px;
  color: #ed5564;
}


.se-all {
  padding: 15px 31px 0 31px;
  font-size: 18px;
}

.f16s {
  font-weight: 300;
  font-size: 18px;
}



.boxdetail {
  font-size: 16px;
  line-height: 100%;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 15px;
  border-radius: 5px;
}

.program_name,
.program_name2 {
  font-size: 15px;
  margin-bottom: 0;
}

.program_name2 {
  padding: 0 !important;
  font-weight: 300;
  color:#818181;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  height: 17px;
  width: 17px;
}


.program_name {
   padding: 0px 15px 8px 0;
   font-size: 16px;
   font-weight: 550;
   border-bottom: 1px dashed rgba(0,0,0,.09);
   margin-bottom: 10px;
}


@media only screen and (max-width: 1366px) {
  .img-cart {
    height: 90px !important;
  }

  .boxdetail {
    font-size: 16px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .img-cart {
    position: relative;
    height: 75px !important;
    margin-left: 0;
  }

  .ipd_no_padding {
    padding: 0 !important;
  }
}

@media(max-width: 480px) {
  .price_all{
    margin-top: 5px!important;;
  }
  /* .qty_tour {
      float: left !important;
  } */

  /* .summary {
      padding-bottom: 20px !important;
  } */

  .program_name {
    font-size: 18px !important;
    margin-bottom: 10px;
    padding: 0;
  }

  .program_name2 {
    margin-top: 10px;
  }

  .img-cart {
    position: relative;
    height: 100% !important;
    width: 100% !important;
    margin-left: 0;
  }

  .ticket-time {
    margin-bottom: 15px !important;
    font-size: 16px;
    margin-top: 10px;
  }

  /* .qty_person {
      float: left;
  } */

  .tooltip-content {
    right: -200px;
    top: 3.8rem;
  }

  .tooltip-content::after {
    right: 255px;
  }

  .se-all {
    padding: 10px 5px 10px 20px;
    font-size: 13px;
  }

  .f16s {
    font-weight: 300;
    font-size: 14px;
  }

  .cart-page-footer {
    z-index: 2;
    position: -webkit-sticky;
    bottom: 37px;
    position: fixed;
    left: 0;
    right: 0;
  }

  #newsletter,
  #btnTop {
    display: none !important;
  }

  .cart-price-m {
    font-size: 18px !important;
    color: #ed1c24;
    font-weight: 600!important;
  }

  .m-mobile {
    margin-bottom: 25%;
  }

  .total-m {
    padding: 10px 15px 10px 0px;
  }

  .btn_conti {
    margin-bottom: 13px;
    margin-top: -10px !important;
  }
  .qty_tour input[type=text],.qty_package input[type=text] {
    width: 70px!important;
  }
  div > a.del_btn{
    margin-top:5px;
  }
}

.cart-price-m {
  font-size: 30px;
  color: #ed1c24;
  font-weight: 600;
}

.badge {
  color: #fff !important;
  font-size: 14px !important;
  float: right !important;
}

.badge-primary {
  background-color: #2196F3;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.box_shopping .btn-light {
  background-color: transparent;
  border: transparent;
  color: #888;
}

span.badge {
  position: absolute;
  margin-left: 10px;
  font-weight: 400;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/* .checkItem{
  margin-top: -45px;
  position: absolute!important;
} */
.cart-date {
  color: #ed5564;
}

.del_btn {
    font-weight: 300;
    border: 1px solid #5c737f;
    padding: 5px 10px;
    border-radius: 4px;
    color: #5c737f;
    font-size: 14px;
}

.del_btn:hover {
  border: 1px solid #5c737f;
  color: #fff;
  background: #5c737f;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.price_unit{
	font-size:16px;
}

.price_all{
	font-size:16px;
	color: #e80707;
}