/* POPUP CART */
#popup-cart {
  width: 800px;
  padding: 0;
  border-radius: 5px;
  max-width: 90%;
}
.box-popup-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-cart-left,
.box-cart-right {
  width: 50%;
  padding: 20px;
}
.box-cart-left .cart-left-title {
  font-size: 18px;
  color: #d71515;
  line-height: 20px;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.cart-left-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-left-content {
  width: calc(100% - 150px);
}
.cart-left-content .brand {
  color: #646464;
  font-size: 13px;
}
.cart-left-content label {
  color: #d71515;
  font-size: 14px;
  font-weight: 500;
}
.cart-left-content .masp {
  color: #646464;
  font-size: 13px;
}
.cart-left-content .gia {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #292929;
  margin-top: 5px;
  margin-bottom: 5px;
}
.box-cart-right {
  border-left: 1px solid #eee;
}
.box-cart-right .cart-right-title {
  font-weight: 500;
  font-size: 18px;
  color: #292929;
  line-height: 21px;
  position: relative;
}
.box-cart-right .cart-right-title span {
  font-weight: 400;
  font-size: 13px;
  color: #292929;
  display: inline-block;
  margin: 0 5px;
}
.box-cart-right .cart-right-title i {
  color: #1471ce;
}
.box-cart-right .cart-right-tt {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.box-cart-right .cart-right-tt span {
  padding-bottom: 5px;
  color: #666;
  line-height: 16px;
}
.box-cart-right .cart-right-total {
  padding-top: 10px;
  border-top: 1px solid #e3e3e3;
  color: #666;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-cart-right .cart-right-total label {
  width: 150px;
}
.box-cart-right .cart-right-total strong {
  color: #292929;
}
.box-cart-right .cart-right-total span {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
}
.box-cart-right .cart-right-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-cart-right .cart-right-more a {
  width: 50%;
}
.box-cart-right .cart-right-more a.muatiep {
  color: #199cb7;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.box-cart-right .cart-right-more a.thanhtoan {
  background: #d71515;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 0;
  line-height: 24px;
}
.table-cart {
  background: #eee;
  font-family: "Saira", sans-serif;
}
.table-cart thead {
  background: #fafafa;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.table-cart thead th {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
}
.table-cart thead th .pro-info {
}
.table-cart tbody {
  background: #fff;
}
.table-cart-pro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.table-cart-pro .pro-info {
  width: calc(100% - 100px);
}
.table-cart-pro .pro-info .brand,
.table-cart-pro .pro-info .sku {
  font-size: 12px;
  color: #a3a5a7;
}
.table-cart-pro .pro-info p label {
  font-size: 13px;
}
.table-cart-pro .pro-info b {
  font-weight: 100;
  font-family: "HelveticaNeue-Medium";
}
.table-cart-pro .pro-info h3 a {
  font-size: 15px;
  color: #0e5271;
  font-weight: 100;
  display: block;
  font-family: HelveticaNeue-Medium;
}
.table-cart-pro .pro-info h3:hover a {
  color: #d90000;
}
.table-cart-pro .pro-info .delete {
  display: inline-block;
  font-size: 13px;
  color: #db0000;
  font-weight: 400;
  cursor: pointer;
}
.table-cart-pro .pro-info .delete:hover {
  color: #d90000;
  text-decoration: underline;
}
.table-cart-pro .pro-info #select-size {
  padding: 0.2em 0.3em;
  border: 1px solid #ddd;
  margin-left: 0.3em;
  border-radius: 0.3em;
}
.table-cart-pro .pro-info #select-size option {
  padding: 0.3em;
}
.table-cart-price .price {
  font-size: 15px;
  font-family: "HelveticaNeue-Medium";
  color: #db0000;
  font-weight: 100;
}
.table-cart-price .price-giagoc {
  text-decoration: line-through;
  color: #0e5271;
  font-size: 13px;
  display: block;
}
.table-cart-quantity input {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  width: 50px;
}
.table-cart-quantity input[disabled] {
  background: #eee;
  pointer-events: none;
}
.table-cart-tt {
  font-weight: 100;
  color: #d90000;
  font-family: "HelveticaNeue-Medium";
}
.table-cart tfoot {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  background: #fafafa;
}
.table-cart tfoot .table-cart-total {
  font-size: 18px;
  color: #d90000;
  font-weight: 500;
  font-family: "HelveticaNeue-Medium";
}
.cart-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0 0;
  gap: 10px;
}
.cart-link a {
  font-size: 14px;
  color: #fff;
  background: #1685b6;
  padding: 10px 20px;
  transition: 0.5s all ease-in-out;
}
.cart-link a:hover {
  background: #0e5271;
}
.frm-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-left {
  width: calc(60% - 20px);
  background: #fff;
}
.box-checkout-left {
  border: 1px solid #ddd;
}
.checkout-left h4 {
  padding: 10px;
  font-size: 14px;
  background: #1685b6;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  font-family: "HelveticaNeue-Medium";
}
.checkout-left .checkout-shipment {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-left .checkout-shipment .frm-ip {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: "SVN-HelveticaNeue";
  border-radius: 0.3em;
}
.checkout-left .checkout-shipment .frm-ip.frm-place {
  width: calc((100% / 3) - 5px);
}
.checkout-left .checkout-shipment .frm-ip::-webkit-input-placeholder {
  color: #333;
}
.checkout-left .checkout-shipment .frm-ip:-moz-placeholder {
  color: #333;
}
.checkout-left .checkout-shipment .frm-ip::-moz-placeholder {
  color: #333;
}
.checkout-left .checkout-shipment .frm-ip:-ms-input-placeholder {
  color: #333;
}
.checkout-left .checkout-shipment .frm-ip.frm-ip-50 {
  width: calc(50% - 5px);
}
.checkout-left .checkout-shipment .frm-ip:last-child {
  margin: 0;
}
.checkout-right {
  width: 40%;
  background: #fff;
}
.checkout-right .checkout-order {
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
}
.checkout-order .title-checkout-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #1685b6;
  color: #fff;
}
.checkout-order .title-checkout-order .link {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
.checkout-order .title-checkout-order h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.checkout-order .title-checkout-order h4 strong {
  font-weight: 500;
}
.box-oder {
  padding: 10px;
}
.order-item {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-gap: 5px;
  border-bottom: 1px solid #ddd;
}
.order-item:first-child {
  background: #fafafa;
  font-size: 13px;
}
.order-item:first-child span:nth-child(1) {
  text-align: left;
  padding-left: 0;
}
.order-item:first-child span {
  font-weight: 500 !important;
  color: #000 !important;
  padding: 0.5em;
}
.order-item > span,
.order-item > a {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  padding: 0.3em;
}
.order-item > a {
  padding-left: 0;
}
.order-item > a > span {
  color: #db0000;
  font-weight: 500;
}
.order-item > a:hover {
  color: #d90000;
}
.order-item > span {
  text-align: right;
  padding: 0.3em;
  font-weight: 100;
  color: #db0000;
  font-family: "HelveticaNeue-Medium";
}
.order-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.order-total {
  border-top: 1px solid #ddd;
  padding: 10px;
  background: #eee;
  font-size: 13px;
}
.order-total p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.order-total p label {
  color: #000;
  font-weight: 500;
}
.order-total p span {
  font-weight: 500;
  color: #d90000;
  font-family: "SVN-HelveticaNeueHeavy";
  font-size: 15px;
}
.checkout-payments {
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
}
.checkout-payments > h4 {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.box-payments .payments-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.box-payments .payments-item > label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.box-payments .payments-item .noidung {
  padding: 10px;
  background: #f9f9f97a;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 5px 0 0 0;
  display: none;
}
.box-payments .payments-item:first-child .noidung {
  display: block;
}
.box-payments .payments-item:last-child {
  border: none;
}
.btn-submit {
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  border: none;
  background: #1685b6;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.3em;
}
.btn-submit:hover {
  background: #0e5271;
}
.quantity-area {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quantity-area input#quantity {
  background: #fff;
  font-weight: 600;
  height: 32px;
  padding: 0;
  text-align: center;
  width: 50px;
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  -webkit-appearance: none;
}
.quantity-area input.qty-btn {
  background: #fff;
  border: solid 1px #eee;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 0;
}
.btn-buy a {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 3px;
  background: #000;
}
.btn-buy .buy {
  background: #2c2c2c;
}
.btn-buy .buynow {
  background: #000;
}
.btn-buy a:hover {
  background: #0e5271;
}
/* Cart */
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.btn-cart {
  background-color: #2c2c2c;
  background-image: linear-gradient(315deg, #858585 0%, #000 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-cart:hover {
  background-color: #eb1f27;
  background-image: linear-gradient(315deg, #ffa5a9 0%, #f1030c 74%);
}
.btn-cart span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-cart:hover:before {
  height: 100%;
}
.btn-cart:hover:after {
  width: 100%;
}
.btn-cart span:before,
.btn-cart span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}
.btn-cart span:before {
  width: 0.1px;
  height: 0%;
}
.btn-cart span:after {
  width: 0%;
  height: 0.1px;
}
.btn-cart span:hover:before {
  height: 100%;
}
.btn-cart span:hover:after {
  width: 100%;
}
/* empty cart */
.empty-cart {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  padding: 20px;
}
.empty-cart svg {
  max-width: 60%;
  padding: 5rem 3rem;
}
.empty-cart svg #oval,
.empty-cart svg #plus,
.empty-cart svg #diamond,
.empty-cart svg #bubble-rounded {
  animation: plopp 4s ease-out infinite;
}
.empty-cart svg #oval:nth-child(1),
.empty-cart svg #plus:nth-child(1),
.empty-cart svg #diamond:nth-child(1),
.empty-cart svg #bubble-rounded:nth-child(1) {
  animation-delay: -240ms;
}
.empty-cart svg #oval:nth-child(2),
.empty-cart svg #plus:nth-child(2),
.empty-cart svg #diamond:nth-child(2),
.empty-cart svg #bubble-rounded:nth-child(2) {
  animation-delay: -480ms;
}
.empty-cart svg #oval:nth-child(3),
.empty-cart svg #plus:nth-child(3),
.empty-cart svg #diamond:nth-child(3),
.empty-cart svg #bubble-rounded:nth-child(3) {
  animation-delay: -720ms;
}
.empty-cart svg #oval:nth-child(4),
.empty-cart svg #plus:nth-child(4),
.empty-cart svg #diamond:nth-child(4),
.empty-cart svg #bubble-rounded:nth-child(4) {
  animation-delay: -960ms;
}
.empty-cart svg #oval:nth-child(5),
.empty-cart svg #plus:nth-child(5),
.empty-cart svg #diamond:nth-child(5),
.empty-cart svg #bubble-rounded:nth-child(5) {
  animation-delay: -1200ms;
}
.empty-cart svg #oval:nth-child(6),
.empty-cart svg #plus:nth-child(6),
.empty-cart svg #diamond:nth-child(6),
.empty-cart svg #bubble-rounded:nth-child(6) {
  animation-delay: -1440ms;
}
.empty-cart svg #oval:nth-child(7),
.empty-cart svg #plus:nth-child(7),
.empty-cart svg #diamond:nth-child(7),
.empty-cart svg #bubble-rounded:nth-child(7) {
  animation-delay: -1680ms;
}
.empty-cart svg #oval:nth-child(8),
.empty-cart svg #plus:nth-child(8),
.empty-cart svg #diamond:nth-child(8),
.empty-cart svg #bubble-rounded:nth-child(8) {
  animation-delay: -1920ms;
}
.empty-cart svg #oval:nth-child(9),
.empty-cart svg #plus:nth-child(9),
.empty-cart svg #diamond:nth-child(9),
.empty-cart svg #bubble-rounded:nth-child(9) {
  animation-delay: -2160ms;
}
.empty-cart svg #oval:nth-child(10),
.empty-cart svg #plus:nth-child(10),
.empty-cart svg #diamond:nth-child(10),
.empty-cart svg #bubble-rounded:nth-child(10) {
  animation-delay: -2400ms;
}
.empty-cart svg #oval:nth-child(11),
.empty-cart svg #plus:nth-child(11),
.empty-cart svg #diamond:nth-child(11),
.empty-cart svg #bubble-rounded:nth-child(11) {
  animation-delay: -2640ms;
}
.empty-cart svg #oval:nth-child(12),
.empty-cart svg #plus:nth-child(12),
.empty-cart svg #diamond:nth-child(12),
.empty-cart svg #bubble-rounded:nth-child(12) {
  animation-delay: -2880ms;
}
.empty-cart svg #oval:nth-child(13),
.empty-cart svg #plus:nth-child(13),
.empty-cart svg #diamond:nth-child(13),
.empty-cart svg #bubble-rounded:nth-child(13) {
  animation-delay: -3120ms;
}
.empty-cart svg #oval:nth-child(14),
.empty-cart svg #plus:nth-child(14),
.empty-cart svg #diamond:nth-child(14),
.empty-cart svg #bubble-rounded:nth-child(14) {
  animation-delay: -3360ms;
}
.empty-cart svg #oval:nth-child(15),
.empty-cart svg #plus:nth-child(15),
.empty-cart svg #diamond:nth-child(15),
.empty-cart svg #bubble-rounded:nth-child(15) {
  animation-delay: -3600ms;
}
.empty-cart svg #oval:nth-child(16),
.empty-cart svg #plus:nth-child(16),
.empty-cart svg #diamond:nth-child(16),
.empty-cart svg #bubble-rounded:nth-child(16) {
  animation-delay: -3840ms;
}
.empty-cart svg #bg-line:nth-child(2) {
  fill-opacity: 0.3;
}
.empty-cart svg #bg-line:nth-child(3) {
  fill-opacity: 0.4;
}
.empty-cart h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.empty-cart a {
  color: #000;
  font-size: 0.9rem;
  line-height: 24px;
  margin: 10px 0 0 0;
  display: block;
}
@-moz-keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
@-webkit-keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
@-o-keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
@keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
/* Box Sizes */
.box-size {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
  gap: 0.3em;
}
.box-size span {
  color: #666;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 0.3em;
  padding: 0.2em 1em;
  cursor: pointer;
}
.box-size span:hover,
.box-size span.selected {
  border-color: #0e5271;
  background-color: #0e5271;
  color: #fff;
}
@media (max-width: 1000px) {
  .checkout-left,
  .checkout-right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .table-cart thead tr th:last-child,
  .table-cart tbody tr td:last-child {
    display: none;
  }
  .box-cart-left,
  .box-cart-right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .table-cart-pro .image {
    width: 60px;
  }
  .table-cart-pro .pro-info {
    width: calc(100% - 70px);
  }
  .checkout-left .checkout-shipment .frm-ip.frm-place {
    width: 100%;
  }
  .cart-link a {
    font-size: 12px;
    padding: 5px 10px;
    margin: 2px;
  }
}
