.cart-empty{max-width:70%; margin:8% auto; text-align:center;}
.cart-empty h1{font-size:60px; font-family: 'Kanit', sans-serif; color:#000000;}
.cart-empty h3{font-size:24px; font-family: 'Kanit', sans-serif; color:#000000;}
.cart-empty .back-to-home{margin:18px 0 0; padding:18px 0 0; border-top:1px solid #e6e6e6;}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
button:focus{outline:none;}
.cart .buttons-set .button,
.cart-table .button
 {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover
{
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active
{
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus
 {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}


/* Primary Buttons */
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
{
  background: #8b0000;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Kanit', sans-serif;
  line-height: 19px;
  text-align: center;

  vertical-align: middle;
  white-space: nowrap;
}
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
{
  opacity:0.8;
  cursor: pointer;
}
* Checkout Agreements
*/
.checkout-agreements li {
 margin-bottom: 20px;
}

.cart .agree{
 background:#f5f5f5;
 padding:15px;
}
.cart .agreement-content.skip-active  {
 top:0px;
 left:0px;
 position:fixed;
 width:100%;
 height:100%;
 background-color:none;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
 z-index: 99999;
}
.cart .agreement-box-content{
 position:absolute;
 width:730px;
 max-width:90%;
 /* background:#fff; */
 padding:30px 50px;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 text-align:center;
}
.cart .agreement-box-content .button2 {
 min-width:200px;
}
.cart .agreement-box-content h4 {
 font-size:30px;
 color:#000;
 text-transform:none;
 font-family: 'Kanit', sans-serif;
 line-height:30px;
}
.cart .agreement-box-content .popup {
 float:left;
 width:100%;
 background:#F9F9F9;
 padding:10px;
 max-height:325px;
 overflow-y:auto;
 font-size:15px;
 color:#767676;
 margin-bottom:25px;
 border: solid 1px #E6E6E6;
 text-align: left;
}
.cart .agreement-box-content .popup p {
 margin-bottom:15px;
}
.cart .agreement-box-content .button-accept{
 background:#8b0000;
}
.cart-totals-2{
  border-top: solid 1px #8b0000!important;
}
@media only screen and (max-width: 992px) {


    #checkout input[type=email],
    #checkout input[type=search],
    #checkout input[type=number],
    #checkout input[type=password],
    #checkout input[type=tel],
    #checkout input[type=text],
    #checkout textarea,
    #checkout select  {
      width: 90%;
    }
      .cart-mobile-step {
        width: 60%!important;
      }

}
@media only screen and (max-width: 767px) {
  #shopping-checkout-table thead tr.header th{
    float: left;
    width: 100%;
  }

    #checkout input[type=email],
    #checkout input[type=search],
    #checkout input[type=number],
    #checkout input[type=password],
    #checkout input[type=tel],
    #checkout input[type=text],
    #checkout textarea,
    #checkout select  {
      width: 100%;
    }
    #checkout tbody td {
      padding: 5px 0px 5px 0px;
    }
    .cart-mobile-step {
      width: 100%!important;
    }
    .order-status {
      text-align: left!important;
    }
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: 400;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;

}
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 70%;
}
.cart-table strong {
      color: #8b0000;
}
.full-width {
  width: 100%!important;
}
.cart .button {
  white-space: normal;
      cursor: pointer;
}
.cart .button.btn-proceed-checkout{
  width: 100%;
  line-height:35px;
  padding:0;

  font-size: 13px;
      font-weight: 300;
      /* border-radius: 6px; */
}
.cart-wrapper-condition {
    float: left;
    width: 70%;
    font-size: 13px;
    font-weight: 300;
    border: solid 1px #8b0000;
    padding: 14px;
}
.cart-wrapper-condition ul{
  list-style-type: circle;
      margin-left: 20px;
}
.red {
  color: #8b0000;
}
@media only screen and (max-width: 800px) {
  .cart-wrapper-condition {
      width: 100%;
  }
  .cart-forms {
      width: 100%!important;
      margin-top: 20px;
      margin-bottom: 20px;
  }

}
.cart-forms{
  float: right;
      width: 28%;
      border: solid 1px #8b0000;
      padding: 20px;
}
.cart-totals-wrapper{
  float:right;
  width: 28%;
}
.cart-totals-wrapper thead th {
  background-color: transparent;
  padding: 15px 5px;
  border-top:solid 0px #000;
  border-bottom:solid 2px #8b0000;
  color:#8b0000;
  font-size: 16px;
  line-height:24px;
  font-family: 'Kanit', sans-serif;
}


.crosssell {
  float: right;
  width: 100%;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 0;
  /* background-color: #fff; */
  border: 0px solid #DADADA;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 10px;
}

.cart-forms .discount h2{font-family: 'Kanit', sans-serif;font-size:16px;margin-bottom:0;}
.cart-forms .discount .use-coupon{
    height: auto;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    /* float: left; */
    /* margin-left: 0px; */
  }
.checkout-cart-index #postcode {
  width: 100%;
}



.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}
@media only screen and (max-width: 997px) {
  .home-cat-right li.big-image {
    height: auto;
  }
}
@media only screen and (max-width: 979px) {
  .header-content-right  .top-links {
    margin-right: 5px;
  }
  .box-header-search {
    width: 500px;
  }
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 100%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 940px) {
  .box-header-search {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}
.cart .page-title img {
  width: 100%;
}
.cart .page-title table {

  width: 60%;
  font-size: 15px;
  margin: auto;
  margin-top: 30px;
}
.cart .page-title table td.cart-step{
  background: url('../../images/cart_line_step_1.png') center no-repeat;
  background-size: contain;
      height: 30px;
}
.cart .page-title table td.cart-step-2{
  background: url('../../images/cart_line_step_2.png') center no-repeat;
  background-size: contain;
      height: 30px;
}
.cart .page-title table td.cart-step-3{
  background: url('../../images/cart_line_step_3.png') center no-repeat;
  background-size: contain;
      height: 30px;
}
.cart .page-title table td.cart-step-4{
  background: url('../../images/cart_line_step_4.png') center no-repeat;
  background-size: contain;
      height: 30px;
}

.cart .page-title table td.cart-step-mobile{
  background: url('../../images/cart_line_step_1_mobile.png') center no-repeat;
  background-size: contain;
      height: 30px;
}
.cart .page-title table.box-mobile {
    width: 100%;
    font-size: 15px;
    margin-left: 0;
    margin-top: 30px;
    /* background-color: #8b0000; */
    /* border-radius: 6px; */
    color: #636363;
    margin-bottom: 20px;
    line-height: 17px;
}
.cart .page-title table.box-mobile img{
  width: 90%;
}

.checkout-types {
  float: right;
  text-align: right;
  width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%!important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.cart-table thead th {
  background-color: transparent;
  padding: 15px 5px;
  border-top:solid 0px #000;
  border-bottom:solid 2px #8b0000;
  color:#8b0000;
  font-size: 16px;
  line-height:24px;
  font-family: 'Kanit', sans-serif;
}
.cart-table tbody td {
  border-bottom:solid 10x #8b0000;
  padding: 5px 10px;
  vertical-align:middle;
  font-size: 15px;
  color:#767676;
  font-family: 'Kanit', sans-serif;
}

  .cart-table tbody td input[type=email],
  .cart-table tbody td input[type=search],
  .cart-table tbody td input[type=number],
  .cart-table tbody td input[type=password],
  .cart-table tbody td input[type=tel],
  .cart-table tbody td input[type=text],
  .cart-table tbody td textarea,
  .cart-table tbody td select  {
  width: 100%;
  padding: 5px;
  color: #767676;
  /* border: 0; */
  border: 1px solid #666;
}
.cart-table tr.cart-item-product-quote > td {
  padding:0px;
}

.cart-table tbody tr.even {
  background:#FBFBFB;
}
.cart-table tbody td.product-cart-image{
  padding-left:30px;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.product-cart-info-small{
  font-size: 13px;
  font-style: italic;
}
.cart-promotion-price {
  max-height: 24px;
  float: right;
  right: 0;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .cart-promotion-price {
    max-height: 22px;
    float: right;
    right: 50px;
    position: absolute;
    top: 0;
  }
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.cart-table tfoot td{
  padding:20px 0;
}
.cart .button2{
  padding:10px;
  line-height:25px;
  background:#767676;
  color:#fff;
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  text-transform:uppercase;
  min-width:170px;
}
.cart .button2:hover{
  color:#000;
}

.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}

.cart-table .product-name a{
  font-size: 15px;
  line-height:24px;
  color: #636363;
}
.cart-table .product-name a:hover{
  color: #8b0000;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;

  font-family: 'Kanit', sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image {
  width:80px;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {

  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table label {

    margin-bottom: 0;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price,
.cart-table .product-cart-discount {
  text-align: center;
}
.cart-price .price{
  font-size: 14px;
  /* font-family: 'PSL-EmpirePro'; */
  line-height: 30px;
  /* color: #EC0000; */
  font-weight: 300;
}
.mastercheckout-index-index #checkout-review-table-wrapper .cart-price .price{width: 100%; display: block;}

.cart-price .old-price .price{
  font-size:20px;
  /*font-family:'PSL-EmpirePro';*/
  font-family: 'Kanit';
  line-height:30px;
  color:#000;
  text-decoration: line-through;
}

.product-cart-total .cart-price .price,
.cart-price .regular-price .price  {
  color:#000;
}
.cart-table .product-cart-price .price-box{
  display:inline-block;
}
.cart-table .product-cart-price .price-box .old-price{
  display:block;
  text-align:right;

}
.cart-table .product-cart-price .price-box .old-price  .price{
  color:#000;
  font-size: 15px;
  line-height:20px;
}

.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .qtywrapper-update{
  display:inline-block;
}
#customer-group-table .qtywrapper-update {
  float:left;
}
.cart-table .product-cart-actions .qty {
  height: 36px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 0px;
  text-align: center;
  width: 40px;
  border-color:#E1E1E1;
}
.cart-table  .quantity_button{
  width:20px;
}
.cart-table  .quantity_button.decrease{
  border-right:0px;
}
.cart-table .quantity_button.increase{
  border-left:0px;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
  width: 100%;
  padding: 7px 0;
}
.cart-table .item-options {
  padding-left: 15px;
}
.cart-table .btn-continue {
  background: url('../../images/continued_shop_btn.png') center no-repeat;
  background-size: contain;
  font-size: 15px;
  text-transform: none;
  padding-right: 45px;
  min-width: 186px;
min-height: 45px;
background-position-y: -4px;
}
.cart-table .btn-update {
  background: url('../../images/btn_calcart.png') center no-repeat;
  background-size: contain;
  font-size: 15px;
  text-transform: none;
  padding-right: 45px;
  min-width: 186px;
min-height: 45px;
background-position-y: -4px;
}


@media only screen and (max-width: 800px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }

  .cart-table .btn-continue, .cart-table .btn-update {
  width: 100%!important;
  font-size: 20px!important;
  min-width: 0px!important;
  padding: 35px 35px 6px 0!important;
  background-position-y: 0!important;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    /* display: none; */
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    background:#fff!important;
    border-bottom:solid 1px #F0F0F0;
  }
  .cart-table tbody td {
    border:none;
    }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
    border:none;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: 300;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) "";
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
    padding-right: 5px;
    text-transform: capitalize;
    color:#767676;
    float:left;
    line-height:30px;
  }
  .cart-table td.product-cart-price:before{
    display:none;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
    border:none;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;

  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
    padding-top:15px;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
  /* shopping cart */
  .cart .page-title {
    border-bottom: solid 1px #F0F0F0;
  }
  .cart .page-title h1{
    padding-left: 50px;
    background: url(../../skin/frontend/gibthai/default/images/icons.png) no-repeat -65px -289px;
    line-height: 33px;
    font-size: 30px;
    color: #000;
    margin:0px;
  }
  .cart-table.cart-table-checkout .product-cart-discount,
  .cart-table.cart-table-checkout .product-cart-total{
    display:none;
  }
  .cart-table.cart-table-checkout tbody tr{
    position:relative;
    /*padding:14px 0 14px 40px;*/

  }
  .cart-table.cart-table-checkout tbody tr td{
    padding:0px;
    width:100%;
  }
  .cart-table.cart-table-checkout .product-cart-image{
    width:79px;
    position:absolute;
    top:22px;
    left:0px;
  }

  .cart-table.cart-table-checkout .product-cart-info .btn-remove{
    position:absolute;
    margin:0px;
    top: 2%;
    right: 0px;
    width:22px;
    height:22px;
    background-size:100% auto;
  }
  .cart-table.cart-table-checkout .product-cart-price {
    float:right;
    padding:0px;
    width:auto;
    margin:0px;
  }
  .cart-table.cart-table-checkout .product-cart-price .price-box{
    margin:0px;
    float:right;
  }
  .cart-table.cart-table-checkout .product-cart-price .regular-price{
    margin-top:10px;
  }
  .cart-table.cart-table-checkout .product-cart-actions{
    float:left;
    width:auto;
    margin: 7px 0 0;
  }
  .cart-table .cart-footer-actions button {
    float: left;
    width: 100%;
    font-size: 20px;
    min-width: 0px;
    padding: 10px 5px;
  }
  .cart-table .cart-footer-actions .btn-update{
    width:100%;
    margin-bottom:10px;
  }
  #discount-coupon-form .button-wrapper > button,
  .cart .giftcard .button-wrapper > button {
    width: 100%;
    background: #434343;
  }
  .cart .cart-totals table tfoot td {
    color:#000;
  }
  .cart .checkout-actions {
    width:100%;
  }
  .cart .note-removeitem {
    float:left;
    width:100%;
    margin-bottom:15px;
  }
  .cart .note-removeitem span {
    padding-left:25px;
    background: url(../../skin/frontend/gibthai/default/images/exit.png) no-repeat left center;
    background-size:16px auto;
    color:red;
    float:left;
    line-height:18px;
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
  }

}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: 'Kanit', sans-serif;
  font-size: 13px;
  font-weight: 400;

  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 800px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
  border:solid 0px #8b0000;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  margin-bottom: 20px;
      font-size: 14px;
      width: 100%;
      color: #636363;
      font-weight: 300;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
  text-align:left;

}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #8b0000;
  border-bottom: 1px solid #8b0000;
}
.cart .cart-totals table tfoot td {

  padding: 5px 0px;
  vertical-align: top;

}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {

}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}
.cart .checkout-agreements,
.cart #checkout-agreements  {
  float:left;
  width:100%;
  }
.cart .checkout-actions{
  float:right;
  width: 100%;
}
.cart .checkout-types{
  clear:both;
  width: 100%;
}
.cart .button-back {
  float:left;
  clear:both;
  border:none;
  background:none;
  font-size: 15px;
  color:#000;
  font-family: 'Kanit', sans-serif;
}
.cart .button-back:hover{
  color:#8b0000;
}
.cart .button-back small{

  font-size:11px;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .cart .cart-totals table tfoot td {
    font-size: 15px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  color:#000;
  font-size:26px;
  font-family: 'Kanit', sans-serif;
  margin:0px;
}

#discount-coupon-form label,
.cart .giftcard label {
  color:#5D5D5D;
  font-size:20px;
  display:block;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
  width:100%;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
  width:100%;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
  margin: 10px 0 5px;
}
#discount-coupon-form .button-wrapper > button.cancel-coupon{
  margin-left:5px;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 40px;
  margin: 2px 0;
  width: 100%;
  border-color:#DADADA;
  border: 1px solid #999;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}
