.main_template_block {
    width: 560px;
    margin: 0px auto;
    box-shadow: 0px 1px 4px 0px #CCC;
    border-radius: 1px 1px 1px 1px;
    background: #FFF;
}
.itfclear{
  clear:both;
}
.rows_half:nth-child(2) {
    margin-right: 0px;
}
.rows_half {
    width: 47%;
    float: left;
    margin-right: 6%;
}
.row_full {
    margin-bottom: 10px;
    clear: both;
    display: table;
    width: 100%;
}

.rows_half3 {
    width: 69%;
    float: left;
    margin-right: 5%;
}
.rows_half1 {
    width: 20%;
    float: left;
    margin-right: 5%;
}
.rows_halfscreen {
    width: 44%;
    float: left;
    margin-right: 6%;
}
.rows_full_screen {
    display: table;
    width: 100%;
    border-bottom: 1px #d5f2f6 dashed;
    padding-top: 5px;
}
.labelname {
    padding: 3px 0px 5px 0px;
    display: inline-block;
}

.labelnames {
    padding: 2px 15px 4px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 119px;
}

.alabelnames {
    padding: 2px 0px 4px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 83px;
}
.tours_option_name {
    font-size: 11px;
    color: #4b5eb8;
    font-weight: normal;
}
.widefats {
    padding: 2px 0px 7px 0px;
    display: inline-block;
    font-size: 14px;
}
.blockrow{
    display: block;
}

#tour-order-user-id .postbox-header{
    display: none;
}
tfoot.tourfooter {
    background: #f0f0f1;
}

.pack_price {
    font-size: 30px;
    font-weight: bold;
    display:flex;
}

.pack_price span {
    font-size: 50%;
    line-height: 2.4;
}

.block_package {
    border-radius: 4px;
    border: 1px solid #ededed;
    text-align: center;
    min-height: 375px;
}

.block_package h2{
    line-height: 1.3em;
    font-size: 30px;
    background-color: #f7f7f7;
    font-weight: 600;
    font-family: inherit;
    margin: 0px;
    padding: 20px 10px;
}

.pack_prices{
    background: #08c;
    font-size: 20px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    margin: 0px;
    padding: 5px;
}
.package_desc ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.package_desc ul li{
    line-height: 1.3em;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    margin: 0px 15px;
    padding: 15px 5px;
    border-bottom: solid 1px #ededed;
}
.custom-radio {
    margin-bottom: 15px;
}

.payment_control_label {
    font-size: 16px;
    font-weight: bold;
    color: #595555;
}

.package_desc ul li:last-child{
    border-bottom:none;
}

a.packagebuy {
    margin: 3px 0px 15px 0px;

    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    background-color: #33bdef;
    border-radius: 41px;
    border: 2px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    text-decoration: none;
}

.packagebuy:hover{

    background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
    background-color: #019ad2;
}

.package_elements {
    padding: 5px 0px;
}

.package_attribute .package_elements h3 {
    padding: 15px 0px;
    display: block;
    font-size: 18px;
}
.pcatlabel{
    font-size: 15px;
}
.catlinks {
    font-size: 15px;
    font-weight: bold;
}
.form-control.input100{
    width: 125px;
}
.package_buy{
    padding: 15px 0px;
}
.package_price {
    font-size: 25px;
    font-weight: bold;
}

.box_package_booking {
    padding: 15px;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.tplegend {
    display: inline;
    width: auto;
    font-size: 14px;
    padding: 0px 10px;
    margin: 0 0 0 20px;
    font-weight: bold;
    color: #000000;
}

.tpfieldset {
    margin-bottom: 15px;
    border: 0.8px solid #dfdfdf;
}
.pack_option {
    display: block;
    text-align: left;
    padding: 18px;
}

.card-headers .btn:focus{
    box-shadow:none;
}

