.table-v td{
    font-size:14px;
}
.text-orange{
        font-weight:bold;
        font-size:16px;color:#D92419;
    } 
.container-col-head {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #f2f7f8;
    position: relative;
}
 .container-col-head .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom:10px;
}
  .container-col-head .desc{
      font-size:14px;
      display:block;
      margin-top:5px;
  }
 .container-col-head .cart-link {
    position: absolute;
    left: 0px;
    top: 30%;
    margin-top: -10px;
    line-height: 20px;
    height: 20px;
    display: none;font-size:14px;
}
@media (min-width: 1360px) {
    .container-col-head .cart-link {
        display: block;
        left: 0px;
    }
}
.step1-check{
    margin-bottom:20px;
}
.step1-check .block-head {
    background: url(/assets/frontend/img/bg-order-step-block-head.png?v=1) no-repeat 100%;
    background-size: cover;
    height: 46px;
    border-left: 3px solid #23487b;
    display: table;
    width: 100%;
    padding: 0 10px;
    margin-top:10px;
}
.block-head .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #23487b;
    display:block;
    margin-top:10px;
}
.lbl-col{
    font-size:14px;
    margin-top:5px;
    margin-bottom:5px;
}
.btn-red{
    background:#D92419;color:#fff!important; 
}
.btn-cart{
    padding:7px 20px!important;
    font-weight:bold;text-transform:capitalize;font-size:14px!important;
}
.btn-cart i{
    padding-right:5px;
}
.shopcart{
        background: #f2f7f8;
    position: relative;
    padding:10px;
}
.shopcart:before {
    content: "";
    background: url(/assets/frontend/img/bg-triangle-top.png) repeat-x top;
    position: absolute;
    z-index: 1;
    height: 10px;
    top: -10px;
    left: 0;
    width: 100%;
}
.shopcart .segment-head {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.shopcart .product-panel {
    margin-bottom: 10px;
    padding-bottom: 11px;
    display: table;
    width: 100%;
    position: relative;
}
.shopcart .product-panel:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(#fff),to(transparent));
    background: -webkit-linear-gradient(left,transparent,#fff,transparent);
    background: -o-linear-gradient(left,transparent,#fff,transparent);
    background: linear-gradient(90deg,transparent,#fff,transparent);
    background: -ms-linear-gradient(to right,transparent,#fff,transparent);
}
.shopcart .product-panel .img-col {
    width: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product-panel .img-col a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
@media (min-width: 1360px) {
    .shopcart .product-panel .img-col a {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}
.product-panel .info-col {
    display: table-cell;
    padding-left: 10px;
}
.product-panel .title {
    max-height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 3px;
    font-size:14px;
    color:#000000
}
.product-panel .desc-item {
    max-height: 20px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
    font-size: 13px;
    line-height: 20px;
    color: #608595;
}
.product-panel .price {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #23487b;
    margin-top:10px;
}
.checkregion{
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f7f9));
    background: -webkit-linear-gradient(#fff,#f2f7f9);
    background: -o-linear-gradient(#fff,#f2f7f9);
    background: linear-gradient(#fff,#f2f7f9);
    background: -ms-linear-gradient(#fff,#f2f7f9);
    border-radius:3px;
    padding:10px 15px;
    border: 1px solid #bfced5;font-size:14px;
    position:relative; -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;padding-left:35px;cursor:pointer;
}
.checkregion input[type='checkbox']{
   position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 13px;
    z-index: 999;
}
.checkregion .checkmark {
        position: absolute;
    top: 10px;
    left: 10px;
    height: 17px;
    width: 17px;
    background-color: #eee;
    cursor:pointer;display:block;
}
.checkregion:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkregion input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkregion input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.region-rec{
    border: 1px solid #bfced5;
    border-top:none;
    padding:15px;
    display:none;
}