/* Cart */
#popup-cart .modal-title {
  text-transform: uppercase;
}

#popup-cart .modal-body .wrap-cart {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

#popup-cart .modal-footer {
  padding: 0.75rem 0 0 0;
  border-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buymore-cart {
  color: #ec2d3f;
  cursor: pointer;
  margin: 0px;
}

.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.top-cart {
  border-right: 1px solid #eee;
}



.procart {
  padding: 20px 10px;
  border: 1px solid #eee;
  border-top: 0px;
}

.pic-procart {
  text-align: center;
}

.pic-procart img {
  max-height: 100px;
  height: inherit;
}

.pic-procart .del-procart {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}

.pic-procart .del-procart:hover {
  color: red;
}

.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}



.name-procart a:hover {
  color: #ec2d3f;
}

.properties-procart {
  display: block;
}

.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}

.properties-procart p:first-child {
  margin-right: 10px;
}

.properties-procart p strong {
  font-weight: 600;
}



.quantity-procart p {
  margin-bottom: 0px;
}

.quantity-counter-procart {
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 30px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter-procart {
  background-color: transparent;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 23px;
}

.counter-procart:hover,
.counter-procart:focus {
  color: #ec2d3f;
}

.counter-procart:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 26px;
}

.counter-procart-plus {
  line-height: 24px;
}

.quantity-counter-procart .quantity-procart {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}

.price-procart {
  width: 20%;
  text-align: right;
}
.price-procart-rp {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13.5px;
}
.price-new-cart {
  color: #ec2d3f;
  margin-bottom: 0px;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.procart-label {
  border: 0px;
  background: #eee;
  padding: 10px;
  margin: 0px;
  text-transform: capitalize;
}



.money-procart {
  margin-top: 15px;
}

.total-procart {
  background: #eee;
  padding: 7px 10px;
  border: 1px solid #dddfe2;
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-procart p {
  margin-bottom: 0px;
  font-size: 15px;
}

.total-procart p:last-child {
  color: #ec2d3f;
}

.section-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.title-cart {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.information-cart {
  margin-bottom: 1.5rem;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}

.input-cart textarea {
  resize: none;
  height: 100px;
}

.input-cart select {
  cursor: pointer;
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
  padding-left: 0;
  margin-left: 20px;
  position: relative;
}

.payments-cart:last-child {
  margin-bottom: 0px;
}

.payments-cart input {
  top: 10px;
  /* opacity: 0; */
  position: absolute;
}

.payments-label {
  cursor: pointer;
  background: #eee;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}

.payments-label::before,
.payments-label::after {
  top: calc(50% - 1rem / 2);
}

.payments-label.active {
  background: var(--background-static);
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #f5efef;
  border-radius: 5px;
}

.payments-info p {
  margin-bottom: 1em;
}

.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  text-transform: capitalize;
  background: var(--background-static);
  border-color: var(--background-static);
}

.empty-cart {
  padding: 25px 30px;
  text-align: center;
  display: block;
}

.empty-cart i {
  color: red;
  font-size: 70px;
}

.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}
.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  /* width: 30px; */
  /* height: 32px; */
  /* margin: 0px 5px 5px 0px; */
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* border-radius: 7px; */
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  /* padding: 5px 3px; */
  overflow: hidden;
  border-radius: 50px;
  margin: 10px 5px 0px;
}
.color-pro-detail.active{border: 1px solid red;}
.color-pro-detail span{width: 40px;height: 40px;/* margin-right: 5px; */}
.color-pro-detail::after {
  /*content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;*/
  /* border-radius: 5px; */
  /* box-shadow: 0px 0px 0.5px 0px #ccc; */
}
.color-pro-detail.active::after {
  /* border: 1px solid #ff0000; */
}
.color-pro-detail:hover .color-tooltip {
  display: block;
}

.size-pro-detail,
.capacity-pro-detail,
.origin-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.size-pro-detail + .size-pro-detail,
.capacity-pro-detail + .capacity-pro-detail,
.origin-pro-detail + .origin-pro-detail {
  margin-left: 5px;
}

.size-pro-detail.active,
.capacity-pro-detail.active,
.origin-pro-detail.active {
  border-color: #ff0000;
  color: #000;
}
.color-pro-detail.active::before,
.size-pro-detail.active::before,
.capacity-pro-detail.active::before,
.origin-pro-detail.active::before {
  content: "";
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  width: 26px;
  height: 24px;
  transform: rotate(45deg);
  border-radius: 100%;
}
.color-pro-detail.active::after,
.size-pro-detail.active::after,
.capacity-pro-detail.active::after,
.origin-pro-detail.active::after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio],
.capacity-pro-detail input[type=radio],
.origin-pro-detail input[type=radio] {
  display: none;
}

.quantity-pro-detail {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 45px;
  height: 100%;
  color: #000;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 100%;
  border: none;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 15px;
}

.cart-pro-detail {max-width: 400px;}

.cart-pro-detail a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: calc(100% / 2 - 5px);
  height: 45px;
  border-radius: 5px;
}

.cart-pro-detail a.addnow {
  background: #fff;
  background: #1BAD17;
}

.cart-pro-detail a.addnow:hover {
  color: #fff;
  background: #049000;
}

.cart-pro-detail a.buynow {
  background-color: #F40902;
}

.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-red);
  color: #fff;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 20px;
  position: relative;
  top: -2px;
}


@media (max-width: 1024px) {
  .cart-pro-detail {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:first-child {
    display: block;
  }
  .procart-label .quantity-procart p:last-child {
    display: none;
  }
  
}
@media only screen and (max-width: 767px) {
  .price-procart {
    display: none;
  }
  .quantity-procart {
    text-align: right;
  }
  .price-procart-rp {
    display: block;
  }
  .procart-label .quantity-procart p:first-child {
    display: none;
  }
  .procart-label .quantity-procart p:last-child {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .name-procart a {
    font-size: 13px;
  }
  .procart-label {
    font-size: 13px;
  }
  .cart-pro-detail {
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    padding-bottom: 6px;
    box-shadow: 0px 0px 3px 0px #ccc;
  }
  .cart-pro-detail a {
    /* width: 100%; */
    text-align: center;
    margin: 0px !important;
  }

  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
}

/*Đơn đặt thành công*/
#donhang-content{padding: 1.5rem;background:#fff;border-radius: 10px;border: 1px solid #f2f1f6;}
.tl{font-size:20px;font-weight:bold;color: var(--color-static);}
.ttl-box-profile {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ededed;
    height: auto;
}
.ttl-box-profile span {
    font-weight: normal;
}
.cont-order-detail .block-info-inprogress {
    display: block;
    overflow: auto;
    padding: 15px 0;
}
.cont-order-detail .first-block {
    padding: 10px 0;
    float: left;
    width: 30%;
}
.cont-order-detail .first-block {
    width: 20%;
}
.cont-order-detail .first-block span {
    display: inline-block;
    margin-right: 0;
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}
.cont-order-detail .first-block span b {
    color: #189eff;
   font-weight: bold;
}
.cont-order-detail .block-inprogress {
    width: 91%;
    margin: 0 auto;
    float: none;
}
.block-inprogress .inner-steps {
    float: left;
    text-align: center;
    padding-left: 0px;
    position: relative;
    min-width: 130px;
}
.block-inprogress .inner-steps:first-child {
    padding-left: 0;
    /* min-width: 85px; */
}
.block-inprogress .inner-steps:first-child {
    padding-left: 0;
    /* min-width: 50px; */
}
.block-inprogress .inner-steps .icon-line {
    position: absolute;
    top: 25%;
    left: -20%;
    width: 50px;
    height: 3px;
    background: #d0d0d0;
}
.block-inprogress .inner-steps img {
    margin: 0 auto;
}
.block-left-detail, .block-right-detail {
    padding: 18px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
}
.block-left-detail, .block-right-detail {
    display: table-cell;
    width: 48%;
    min-height: auto;
    margin-left: 0;
    vertical-align: top;
    flex: 0 0 49%;
    max-width: 48%;
}
.block-left-detail.order-left {
    margin-right: 20px;
    padding-right: 20px;
}
.block-left-detail, .block-right-detail:last-child{margin-right: 1px;}
.block-left-detail .cols-left-detail {
    float: left;
    position: relative;
}
.block-left-detail .cols-left-detail {
}
.block-left-detail .cols-left-detail h3, .block-right-detail h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: var(--color-static);
}
.block-left-detail .cols-left-detail p {
    margin: 0;
}
.block-left-detail .cols-left-detail .txt-inf label {
    width: 115px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.block-left-detail .cols-right-detail {
    float: left;
    width: 50%;
    font-size: 13px;
    color: #189eff;
    border: 1px dashed;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    border-radius: 3px;
}
.block-left-detail .cols-right-detail {
    width: 45%;
}
.shipment-tracking.pc {
    display: block;
    margin-top: -20px;
    padding: 20px 20px 20px 20px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    margin-bottom: 12px;
    margin-top: 15px;
    position: relative;
    display: none;
}
.shipment-tracking .shipment-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shipment-tracking .shipment-icon {
    position: relative;
}
.shipment-tracking .shipment-icon span {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 2;
    background: white;
}
.shipment-tracking.pc:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 29px;
    height: 45px;
    width: 13px;
    background: url(../images/icon15.png) no-repeat center left;
}
.shipment-tracking .shipment-context {
    padding: 6px 0;
    width: 88%;
}
.shipment-tracking .shipment-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.shipment-tracking .shipment-context .shipment-time {
    margin-right: 15px;
}
.shipment-tracking .shipment-context .shipment-time .time, .shipment-tracking .shipment-context .shipment-time .date {
    float: left;
    font-size: 14px;
    color: #333;
}
.shipment-tracking .shipment-context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 7px 0;
}
.shipment-tracking .shipment-status:first-of-type .shipment-text {
    color: #2dc8ec;
}

.shipment-tracking .shipment-context .shipment-time .time {
    margin-right: 10px;
}
.block-inner-detail {
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 15px 20px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.detail-block .inner-detail {
    display: block;
    float: left;
    margin: 0 0 10px;
    width: 100%;
    color: #999999;
}
.order-bill {
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
}
.order-btn-group {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.detail-block .inner-detail .txt-inf {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.detail-block .inner-detail .txt-inf label {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-static);
}
.inner-detail .txt-inf .shop-name, .inner-detail .txt-inf .shop-name span {
    font-size: 14px;
    color: #189eff;
    font-weight: normal;
}
.detail-block .inner-detail .txt-inf span {
    color: #333333;
}
.detail-block .tbl-items-list {
    width: 100%;
}
.detail-block .tbl-items-list th {
    height: 30px;
    line-height: 30px;
   font-weight: bold;
    color: #000;
    text-align: center;
}
.detail-block .tbl-items-list td {
    vertical-align: top;
    padding: 15px 0;
    border-top: 1px solid #cdcdcd;
    text-align: center;
}
.detail-block .tbl-items-list td:first-child {
    text-align: left;
}
.order-bill .detail-order-bill {
    width: 300px;
    float: right;
}
.order-bill .detail-order-bill .row-inf {
    padding: 8px 0;
    font-size: 14px;
    overflow: hidden;
}
.detail-order-bill .row-inf .lbl {
    width: 140px;
    float: left;
    text-align: right;
}
.detail-order-bill .row-inf .fee {
    float: right;
    color: red;
}
.user-address-block .bt-block .bt.back-order-list {
    color: #333;
    line-height: 30px;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 0 10px;
    border-radius: 3px;
   font-weight: bold;
}
.user-address-block .bt-block {
    text-align: center;
    margin-top: 15px;
}
.user-address-block .bt-block .bt.back-order-list {
    text-transform: uppercase;
}
.detail-block .tbl-items-list th:first-child {
    width: 40%;
    text-align: left;
}
.tbl-items-list .item-pr img {
    float: left;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    width: 80px;
    height: 80px;
}
.tbl-items-list .item-pr .item-pr-info {
    overflow: hidden;
}
.tbl-items-list .item-pr .pr-name {
    display: block;
   font-weight: bold;
    line-height: 17px;
    padding-bottom: 5px;
    color: #189eff;
}
.tbl-items-list .price {
    color: #595959;
}
.tbl-items-list .numb {
    font-weight: bold;
    color: #000;
}
.detail-block .tbl-items-list td.total-pr {
   font-weight: bold;
   color: red;
}
/*end*/
@media screen and (min-width:1200px) {

}
@media screen and (max-width:767px) {
  .tbl-items-list .item-pr .item-pr-info{
    display: block;
      font-weight: bold;
      line-height: 17px;
      padding-bottom: 5px;
      color: #189eff;
      font-size: 11px;
      margin-top: 10px;
  }
}
@media screen and (max-width:1200px) {
  .modal-login .modal-dialog{width: 97%;    margin: auto;}
  .modal-login .modal-dialog {
      margin-top: 48px;
  }

  .modal-login .btn-login-fb:before, .modal-login .btn-register-fb:before{left: 30px}
  .modal-login .i-radio{margin-bottom: 10px;}
  .jFiler-input-dragDrop{width: 100%}
  .wrapuser .col-right{border-left: 0}
  .nav-info{margin-left: 0}
  .user-order-items .order-inf1 {
      padding: 5px;
  }
  .user-order-items .order-inf1 .cols-order-inf {
      width: 100%;
  }
  .user-order-items .order-inf1 .cols-order-inf:first-child {
      margin-left: 0px;
  }
  .user-order-items .order-inf1 .cols-order-inf {
      width: 100%;
  }
  .user-order-items .order-inf2 .order-inf2-lf.feedback, .order-inf2 .order-inf2-rg {
      width: 100%;
      padding: 10px;
  }
  .block-inprogress .inner-steps:first-child {
      width: 37px;
  }
  .block-inprogress .inner-steps img {
      width: 42px;
      min-width: 41px;
  }

  .block-inprogress .inner-steps .icon-line.line {
      left: -21%;
      width: 46px;
  }
  .block-inprogress .inner-steps .icon-line {
      position: absolute;
      top: 16%;
      left: -24%;
      width: 33px;
      height: 3px;
      background: #d0d0d0;
  }
  .block-inprogress .inner-steps img {
      width: 37px;
      min-width: 37px;
  }
  .cont-order-detail .first-block {
      width: 100%;
  }
  .block-left-detail, .block-right-detail{
      flex: 0 0 100%;
      max-width: 100%;
  }
  .block-inprogress .inner-steps .icon-line.line {
      left: -21%;
      width: 46px;
  }
  .block-inprogress .inner-steps {
      width: 50px;
      min-width: 75px;
      height: 112px;
  }
  .block-left-detail .cols-left-detail .txt-inf label{width: auto}
  .cont-order-detail .block-inprogress{width:100%;display: flex;align-items: center;justify-content: center;}
}