:root {
    --background-main: #FFF;
    --background-sub: #000;
    --color-text: #000;
    --color-text-sub: #FFF;
    --color-link: #000;
    --color-link-hover: #000;
    --color-light: #8b8b8b;
    --color-hot: #be0505;
    --color-hr: #efefef;
}

.layout-cart{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.layout-cart .layout-cart-left{
  width: calc(100% - 390px);
  margin-right: auto;
  padding-right: 20px;
}
.layout-cart .layout-cart-right{
  width: 370px;
  margin-left: auto;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
.wrapbox-content-cart {padding-bottom: 30px;}
table.table-cart {margin-bottom:30px;}
table.table-cart thead{display:none;}
table.table-cart tr td {padding: 8x 0;border-top: 1px solid #ededed;vertical-align: middle;}
table.table-cart tr:first-child td{border-top:0;}
table.table-cart tr td.image {text-align: center; width:50px;}
table.table-cart tr td.image img {max-width:100px;}
table.table-cart tr td.item{padding-left:15px;max-width: 375px;}
table.table-cart tr td.item h3{margin:0 0 5px;font-size:13px;font-weight:normal;display: inline;}
table.table-cart tr td.item p {margin-bottom:5px;}
table.table-cart tr td.item p del{font-size:12px;}
table.table-cart tr td.item .price{margin:0;float: right;}
table.table-cart tr td.item .price span.text{display:none;}
table.table-cart tr td.item .price span{font-size:16px;padding-right:0;font-weight:500;}

table.table-cart tr td.item .variant{
  margin: 5px;
  font-weight: bold;
  font-size: 14px;
}
table.table-cart tr td.remove{text-align: right;}
.qty-click input.item-quantity {
  background: #ededed;
  font-weight: 500;
  font-size: 15px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  border: 1px solid #dadbdd;
  border-left: none;
  border-right: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.qty-click {float: left;}
.qty-click button.qty-btn {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #abafb2;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
  cursor: pointer;
}
.qty-click button.qty-btn:hover { 
  color: #000;
}
.qty-click button.qty-btn:focus {outline: none;}
.checkout-note textarea{
  border-radius: 0;
  -webkit-appearance: none;
  background: white;
  resize: none;
  color: #252a2b;
  font-size: 13px;
  padding: 20px;
  outline: none;
  width: 100%;
  height: 130px;
  font-weight: 500;
  transition: all 150ms linear;
  border: 1px solid #ececec;
  margin: 10px 0 0 0;
  font-style: italic;
}

.cart-buttons .link-continue {
  margin: 15px 0 0 0;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  white-space: nowrap;
  float: left;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid black;
  background: white;
  border-bottom: 2px solid black;
}
.link-continue a{
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 150ms linear;
  cursor: pointer;
  margin: 30px 0;
  padding: 0 20px;
}
.cart-buttons .link-continue:hover {
  background: #000000;
  color: white;
  border-color:#000000;
}
.uk-button-small {
    padding: 0px 15px;
    line-height: 20px;
    font-size: 10px;
}
@media(max-width:767px){
/* CART PAGE */
  table.table-cart thead tr{display:none;}
  table.table-cart tr td{ border:0;padding:0 5px;}
  table.table-cart tbody>tr {
    background:#ffffff;
    padding:20px 0;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    width: 100%;
    float:left;
  }
  table.table-cart tr td.image{width:80px;float:left;}
  table.table-cart tr td.image img { max-width:70px;background:#fff}
  table.table-cart tr td.item { width:calc(100% - 80px);  float: left; padding-left:5px;    margin-bottom: 0px;}
  table.table-cart tr td.item h3 {margin: 0 0 5px;}
  table.table-cart tr td.qty {padding: 0px;float: right;  margin-right: 8px;text-align: right;position: absolute;right: 0px;bottom: 35%;}
  table.table-cart tr td.item .price {width: 100%;float: left;text-align: left;margin: 15px 0;}
  table.table-cart tr td.item .price del{margin-top:2px;}
  table.table-cart tr td.item .price span.text{display:inline-block;font-size:12px;} 
  table.table-cart tr td.remove a {position: absolute;  top: 22px;  right: 0;}
  table.table-cart tbody>tr:last-child,
  table.table-cart tr:last-child td {border: none;}
  .checkout-note textarea {margin-bottom:20px;}
  .cart-buttons .btn-checkout,.cart-buttons .btn-update {
    font-size: 10px;
    margin:0;
    padding: 15px 8px;
  }
}
.boxRightCart {
    float: left;
    width: calc(100% - 30px);
    background: #f2f2f2;
    padding: 15px;
}
.titleInfoCart {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.summary-subtotal {
    font-size: 14px;
    border-bottom: 1px dotted #bcbcbc;
}
.valOrder {
    float: right;
}
.boxRightCart p {
    margin: 0 0 10px 0;
    line-height: 21px;
}
.note-subtotal {
    font-size: 13px;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.checkLimitCart {
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    float: left;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
    cursor: pointer;
}
.boxRightCart .uk-button-default{
    border: 2px solid var(--background-sub);
    margin-top: 10px;
    width: 100%;
    font-weight: 600;
}
.boxRightCart .uk-button-default:hover{
    background: var(--background-sub);
    color: var(--background-main);
}
.product_image a img{
  display: block;
  overflow: hidden;
  height: 65px;  
}
@media all and (max-width: 1000px) {
    .layout-cart .layout-cart-left{
      width: 100%;
      padding: 0;
    }
    .layout-cart{
      display: block !important; 
    }
    .layout-cart .layout-cart-right{
      width: 100%
    }
}