body {
  font-family: Helvetica,Arial,sans-serif !important; }

/*props flex*/
@media (min-width: 768px) {
  .flex, .flex--wrap, .flex--between, .flex--side, .flex--center {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }

  .flex--wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .flex--between {
    justify-content: space-between;
    -webkit-justify-content: space-between; }

  .flex--side {
    justify-content: space-around;
    -webkit-justify-content: space-around; }

  .flex--center {
    -webkit-align-items: center;
    align-items: center; } }
@media (max-width: 767px) {
  .flex-mobile, .flex-mobile--between {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }

  .flex-mobile--between {
    justify-content: space-between;
    -webkit-justify-content: space-between; } }
a {
  text-decoration: none !important; }

/*ul reset*/
.product-list-cart, .list-term-services, .method-payment {
  padding: 0px;
  margin: 0px;
  list-style: none; }

/*img style default*/
/*config cart*/
/*Bar header cart*/
/*Color link*/
/*Color main*/
/*Color title*/
/*Color border - background*/
/*cart index*/
.cart_logo {
  height: 60px;
  background: #d9dbdc; }
  .cart_logo .wrap-cart-logo {
    height: 100%;
    align-items: center;
    -webkit-align-items: center; }
    .cart_logo .wrap-cart-logo img {
      width: 124px; }

.top-header {
  height: 60px;
  background: #d9dbdc; }

.cart_breadcrumb {
  padding: 5px 0px 10px;
  border-bottom: 1px solid #e3e3e3; }
  .cart_breadcrumb h3 {
    margin: 0px;
    padding-top: 5px;
    font-size: 14px;
    height: 38px;
    line-height: 18px; }
    .cart_breadcrumb h3 a {
      margin-top: 5px;
      color: #199cb7;

      background-color: #f00;

    }

.cart_header {
  margin-top: 3px;
  padding: 10px;
  background-color: #dce2e9; }
  .cart_header h1 {
    font-size: 18px;
    margin: 0px;
    font-weight: 700;
    color: #4f749e; }

.row-cart-sum {
  padding: 10px;
  align-items: center;
  -webkit-align-items: center;
 /* border-bottom: 1px solid #e8e8e8; */}
  .row-cart-sum h1, .row-cart-sum h2, .row-cart-sum h3, .row-cart-sum h4 {
    margin: 0px;
    text-align: left;
    font-size: 15px;
    color: #4f749e; }
  .row-cart-sum p {
    margin-bottom: 0px;
    text-align: right; }
  .row-cart-sum .product-cart__price {
    color: #ff3d00;
    font-weight: 600;
    font-size: 15px; }
  .row-cart-sum h4 {
    color: #757575; }

.cart-sum {
  padding: 18px 10px; }
  .cart-sum h4 {
    color: #4f749e;
    font-weight: 600; }

.cart-items-title p {
  margin-right: 25px;
  margin-bottom: 0px; }

.product-cart__info {
  width: calc(100% - 200px);
  padding-left: 20px;
  text-align:left; }

.product-cart__img {
  width: 90px; }

.product-cart__action {
  width: 110px; }

.product-list-cart li {
  margin: 10px 0px;
  padding: 5px 10px;
  background: #f8f8f8; }
.product-list-cart .product-cart__img img {
  width: 90px; }
.product-list-cart .product-cart__info .product-cart__name {
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 50px;
  font-weight: 500; }
  .product-list-cart .product-cart__info .product-cart__name a {
    color: #000; }
.product-list-cart .product-cart__info .product-cart__price {
  margin-bottom: 0px;
  color: #ff3d00;
  padding-top: 5px;
  min-height: 20px;
  white-space: normal; }
.product-list-cart .product-cart__info > span {
  margin-top: 5px;
  font-size: 14px;
  color: #65a010;
  display: block;
  font-weight: 500; }
.product-list-cart .product-cart__action .action__quantity {
  text-align: center; }
.product-list-cart .product-cart__action .qty {
  display: inline-block;
  position: relative;
  top: 28px; }
  .product-list-cart .product-cart__action .qty span.qtyminus {
    position: absolute;
    right: 10px;
    bottom: -20px;
    font-size: 12px;
    width: 20px;
    cursor: pointer;
    text-align: center; }
  .product-list-cart .product-cart__action .qty .quantity-detail {
    border: 1px solid #ddd;
    padding: 0px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 40px;
    padding-right: 0;
    height: 40px; }
  .product-list-cart .product-cart__action .qty span.qtyplus {
    position: absolute;
    right: 10px;
    top: -20px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    text-align: center; }
.product-list-cart .product-cart__action .x-icon {
  position: relative;
  text-align: right;
  top: 0px; }
.product-list-cart .product-cart__action .x-icon span {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../icon/letter-x.png);
  background-size: contain;
  background-repeat: no-repeat; }
  .product-list-cart .product-cart__action .x-icon span:hover {
    cursor: pointer; }

.cart-term {
  background: #f2f2f0; }
  .cart-term .nav-tabs {
    border-bottom: 1px solid #e8e8e8;
    min-height: 50px;
    width: 100%;
    padding: 0;
    background: #fcfbf1; }
    .cart-term .nav-tabs li {
      width: 33.33%; }
      .cart-term .nav-tabs li a {
        margin-right: 0px;
        color: #757575;
        min-height: 40px;
        text-align: center;
        padding: 6px 4px;
        vertical-align: top;
        position: relative;
        border-right: 1px solid #e8e8e8 !important; }
    .cart-term .nav-tabs li.active a {
      background: #FF0000; }
    .cart-term .nav-tabs > li > a {
      border: 0px; }
      .cart-term .nav-tabs > li > a:hover {
        background: inherit;
        border: 0px; }
      .cart-term .nav-tabs > li > a:active {
        border: 0px;
        background: #f2f2f0; }
      .cart-term .nav-tabs > li > a:focus {
        background: #f2f2f0;
        border: 0px;
        border-right: 1px solid #e8e8e8 !important; }
    .cart-term .nav-tabs li:last-child a {
      border-right: 0px !important; }
  .cart-term .tab-content {
    padding: 0px 10px; }
    .cart-term .tab-content .tab-pane h4 {
      padding: 10px 0px;
      margin: 0px;
      font-size: 15px;
      color: #0b0b0b; }
    .cart-term .tab-content .tab-pane p {
      line-height: 1.3;
      color: #757575; }

.cart-term__icon {
  display: block;
  margin: 0 auto;
  width: 23px;
  height: 23px;
  background-size: contain !important;
  background-repeat: no-repeat !important; }

.icon__ttknh {
  background: url(../icon/ttknh.png); }

.icon__ghtq {
  width: 27px;
  background: url(../icon/ghtq.png); }

.icon__mpdt {
  background: url(../icon/mpdt.png); }

.cart-info-com {
  padding-bottom: 42px;
 /* background: #fbfbfb;*/ }

.cart-order__action {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%; }

.wrap-cart-info-com address {
  font-style: normal;
  margin: 5px;
  margin-top: 0px;
  padding-top: 5px;
  color: #707070;
  display: block;
  text-align: center; }

.wrap-cart-order__action {
  position: relative; }
  .wrap-cart-order__action i {
    position: absolute;
    top: 13px;
    left: calc(50% + 86px);
    color: #fff; }

.cart-order__submit {
  background: #f37022;
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 400;
  clear: both;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  outline: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.list-term-services {
  width: 500px;
  margin: 0 auto; }
  .list-term-services a {
    padding: 0px 5px;
    color: #199cb7;
    border-right: 1px solid #ddd; }
    .list-term-services a:hover {
      text-decoration: underline !important; }
  .list-term-services li:last-child a {
    border-right: 0px; }

@media (max-width: 767px) {
  .product-list-cart .product-cart__img {
    width: 75px; }
    .product-list-cart .product-cart__img img {
      width: 100%; }
  .product-list-cart .product-cart__info {
    width: calc(100% - 150px);
    padding-left: 10px; }
    .product-list-cart .product-cart__info .product-cart__name {
      margin: 0px;
      font-size: 14px; }
    .product-list-cart .product-cart__info > span {
      margin-top: 0px; }
  .product-list-cart .product-cart__action {
    width: 75px; }
    .product-list-cart .product-cart__action .qty {
      top: 18px; }
      .product-list-cart .product-cart__action .qty .quantity-detail {
        width: 35px !important; }
      .product-list-cart .product-cart__action .qty span.qtyplus,
      .product-list-cart .product-cart__action .qty span.qtyminus {
        right: 7px !important; }
    .product-list-cart .product-cart__action .x-icon {
      top: -10px;
      right: -6px; }

  .list-term-services {
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .list-term-services li {
      width: 50%; }
      .list-term-services li a {
        border-right: 0px; } }
/*checkout page*/
.step-checkout-list {
  position: relative;
  width: 420px;
  height: 60px;
  padding: 0 55px 0 0;
  list-style: none; }
  .step-checkout-list:before {
    position: absolute;
    top: 8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 42px;
    height: 43px;
    border: 1px solid #c7c8c9;
    border-width: 1px 1px 0 0;
    background: #d9dbdc;
    content: "";
    left: -20px;
    z-index: 2; }
  .step-checkout-list .step-checkout__item {
    position: relative;
    height: 60px;
    margin: 0 -26px 0 0;
    padding: 0 30px;
    background: #d9dbdc; }
    .step-checkout-list .step-checkout__item:after {
      position: absolute;
      top: 8px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 42px;
      height: 43px;
      border: 1px solid #c7c8c9;
      border-width: 1px 1px 0 0;
      background: #d9dbdc;
      content: "";
      right: 4px;
      z-index: 9; }
    .step-checkout-list .step-checkout__item .step-checkout__text {
      display: block;
      padding: 0 33px;
      color: #8b9aa2;
      line-height: 60px;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700; }
    .step-checkout-list .step-checkout__item:last-child {
      padding-right: 0px; }
      .step-checkout-list .step-checkout__item:last-child:after {
        right: -20px; }
  .step-checkout-list .step-checkout__item.active {
    background: #9d9fa0; }
    .step-checkout-list .step-checkout__item.active:after {
      background: #9d9fa0; }
    .step-checkout-list .step-checkout__item.active .step-checkout__text {
      color: #fff; }

@media (min-width: 768px) {
  .checkout-address {
    width: 67%;
    padding-right: 20px; }

  .checkout-sum {
    width: 33%; } }
.wrap-cart-checkout {
  margin-top: 15px; }

.wrap-checkout-box {
  border: 1px solid #dde2e4; }

.checkout-box__heading {
  padding: 10px 12px 9px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #dde2e4; }
  .checkout-box__heading .checkout-box__title {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333; }
  .checkout-box__heading .checkout-box__register a {
    color: #199cb7;
    font-size: 13px; }

.shipping_form {
  padding: 0 20px;
  padding-bottom: 20px; }
  .shipping_form .form-group {
    margin-left: 0px;
    margin-right: 0px; }
    .shipping_form .form-group .col-sm-3 {
      padding-left: 0px;
      padding-right: 0px; }
    .shipping_form .form-group .col-sm-5 {
      padding-right: 0px; }
  .shipping_form .form-horizontal {
    margin-top: 35px; }
  .shipping_form .form-control {
    border-radius: 0px;
    font-size: 12px; }
  .shipping_form label {
    font-weight: 700;
    color: #404040;
    font-size: 12px;
    line-height: 15px; }
  .shipping_form .text-form {
    position: relative;
    top: -15px;
    font-size: 12px;
    padding: 0px;
    margin: 0px; }

.info-other .checkout-box-style .checkout-box__heading {
  padding: 0px;
  background: #f8f8f8;
  border: 1px solid #dde2e4; }
  .info-other .checkout-box-style .checkout-box__heading .form-group {
    margin-bottom: 0px; }
    .info-other .checkout-box-style .checkout-box__heading .form-group .checkbox {
      padding: 6px 0px;
      padding-left: 15px; }
      .info-other .checkout-box-style .checkout-box__heading .form-group .checkbox input {
        margin-top: 0px; }

.address-shipping-others {
  padding-top: 15px;
  border: 1px solid #dde2e4;
  border-top: 0px; }
  .address-shipping-others .text-form {
    top: 5px; }
    .address-shipping-others .text-form span {
      padding-right: 5px;
      border-right: 1px solid #dde2e4; }

.ttgh .title-ttgh {
  font-size: 14px;
  font-weight: bold;
  color: #333; }
.ttgh p {
  font-size: 12px; }

.show-hide {
  display: none; }

.wrap-checkout-sum {
  border: 1px solid #dde2e4; }
  .wrap-checkout-sum .checkout-box__title span {
    font-size: 13px;
    color: gray;
    margin-left: 6px;
    font-weight: normal; }

.table-padding {
  padding: 0px 10px; }

.table-pro-didbuy {
  margin-bottom: 10px; }
  .table-pro-didbuy thead tr th {
    text-transform: uppercase;
    font-size: 11px;
    color: gray;
    vertical-align: middle;
    padding: 5px 0px; }
  .table-pro-didbuy thead tr th:nth-child(2) {
    text-align: center;
    width: 45px; }
  .table-pro-didbuy thead tr th:nth-child(3) {
    width: 80px;
    text-align: right; }
  .table-pro-didbuy tbody tr td {
    font-size: 12px;
    color: #202020; }
  .table-pro-didbuy tbody tr td:nth-child(2) {
    text-align: center;
    width: 45px; }
  .table-pro-didbuy tbody tr td:nth-child(3) {
    width: 80px;
    text-align: right; }

.checkout-sum__footer {
  border-top: 1px solid #dde2e4; }
  .checkout-sum__footer .product-cart__price--normal {
    font-size: 12px;
    font-weight: normal; }
  .checkout-sum__footer .row-cart-sum h2 {
    font-size: 16px;
    color: #202020;
    font-weight: 700; }
    .checkout-sum__footer .row-cart-sum h2 span {
      display: block;
      margin-top: 3px;
      font-size: 11px;
      font-weight: 400;
      color: gray; }

.shipping_form .cart-order__action {
  position: initial;
  width: 210px; }
  .shipping_form .cart-order__action .wrap-cart-order__action i {
    top: 12px;
    left: calc(50% + 40px); }

.shipping_form .cart-order__submit {
  width: 210px;
  padding: 8px; }

.checkout-footer {
  border-top: 1px solid #dde2e4;
  margin-top: 35px;
  padding: 15px 0;
  text-align: center;
  font-size: 11px;
  line-height: 18px; }

@media (max-width: 767px) {
  .shipping_form .text-form {
    position: initial;
    margin-top: 5px; }

  .shipping_form {
    padding: 0px 10px; }
    .shipping_form .col-sm-4 {
      padding-left: 0px; }

  .shipping_form .form-group .col-sm-5 {
    padding-left: 0px; }

  .info-other .checkout-box__heading .col-sm-12 {
    padding: 0px; }

  .address-shipping-others {
    padding-left: 10px;
    padding-right: 10px; }

  .form-control-static {
    min-height: initial; }

  .step-checkout-list {
    width: 180px; }

  .step-checkout-list .step-checkout__item .step-checkout__text {
    font-size: 11px;
    white-space: nowrap;
    line-height: 60px; }

  .step-checkout-list:before,
  .step-checkout-list .step-checkout__item:after {
    content: initial; }

  .step-checkout-list .step-checkout__item {
    margin: 0px;
    padding: 0px; }

  .step-cart-checkout {
    position: absolute;
    top: 0;
    right: 0; }

  .step-checkout-list .step-checkout__item .step-checkout__text {
    padding: 0px 10px; }

  .top-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0; }

  .shipping_form label,
  .shipping_form .form-control {
    font-size: 14px; } }
/*payment*/
.info-customer {
  padding: 0px 10px; }
  .info-customer p {
    font-size: 13px;
    margin: 0px;
    line-height: 1.25;
    color: gray; }
  .info-customer p:first-child {
    padding: 10px 0px; }
  .info-customer p:last-child {
    padding-bottom: 10px; }

.wrap-checkout-sum {
  margin-bottom: 20px; }
  .wrap-checkout-sum .checkout-sum__footer .row-cart-sum h4 {
    font-size: 12px; }
    .wrap-checkout-sum .checkout-sum__footer .row-cart-sum h4 a {
      margin-left: 5px;
      color: #199cb7; }

.color-green {
  color: green !important; }
  
.color-red {
  color: #FF0000 !important; font-weight:700; }
  
.method-payment li {
  width: 98px;
  text-align: center; }
  .method-payment li :hover {
    cursor: pointer; }
  .method-payment li > a {
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 98px;
    height: 120px;
    border-right: 1px solid #dde2e4; }
  .method-payment li > a.active {
    box-shadow: none;
    background-color: #fffef1; }
  .method-payment li > a.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d6d6d6;
    bottom: -10px;
    left: 50%;
    margin-left: -10px; }
  .method-payment li > a.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fefbea;
    bottom: -9px;
    left: 50%;
    margin-left: -9px; }

.method-payment {
  border-bottom: 1px solid #dde2e4; }
  .method-payment .body-method-payment {
    padding: 7px 0 0; }
    .method-payment .body-method-payment span {
      display: block;
      padding: 0 3px;
      color: #000;
      font-size: 13px;
      line-height: 14px; }
    .method-payment .body-method-payment .icon-method-payment {
      display: block;
      margin-top: 15px;
      width: 91px;
      height: 45px;
      margin: 0 auto;
      margin-top: 7px;
      /*background: url(../images/mp1.png);*/ }

.icon-payment-1 { background: url(../images/payment-1.png) no-repeat center; }
.icon-payment-2 { background: url(../images/payment-2.png) no-repeat center; }
.icon-payment-3 { background: url(../images/payment-3.png) no-repeat center; }


  .method-payment .radio-wrap {
    margin-top: 5px; }

.wrap-payment-content {
  padding: 15px; }
  .wrap-payment-content p, .wrap-payment-content ul {
    font-size: 12px; }

.method-payment-content {
  display: none;
  padding-bottom: 20px; }

.wrap-sendorder {
  position: relative;
  padding-left: 15px; }
  .wrap-sendorder .cart-order__submit {
    width: 220px; }
  .wrap-sendorder i {
    position: absolute;
    font-size: 25px;
    color: #fff;
    top: calc(50% - 13px);
    left: 48px; }

.method-payment-content.active {
  display: block; }

@media (max-width: 767px) {
  .cart-checkout {
    padding-top: 60px; }

  .method-payment {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-cart-checkout {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .checkout-address {
    width: 100%;
    padding-right: 0px; }

  .checkout-sum {
    margin-top: 30px;
    width: 100%; } }
.thanksorder { text-align:center; padding-top:50px; font-size:16px;}
.wrap-cart-main { text-align:center;}
.buttondete { cursor:pointer}
.step-checkout__text a { color:#FFFFFF;}
/*# sourceMappingURL=styles.css.map */
