/*============================================================================
   #Webcms
==============================================================================*/
/* Cart */
.padding_radio {
  position: relative;
}
.padding_radio::before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
.full_relative {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.full_relative {
  position: absolute;
}
.page_title {
  font-size: 1.5em !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  padding: 5px 0;
}
.rank-breadcrumb p {
  text-align: center;
  margin: 10px 0;
}
.rank-breadcrumb a{
  color: #333;
}
#content_cart {
  padding: 40px 0;
  font-size: 1.1em;
}
#content_cart .article_content {
  text-align: justify;
}
.cart_main-content .cart_main-wrapper {
  flex: 0 0 calc(100% - 30px);
  margin: 0 auto 1rem;
}
/* Cart sửa */
.cart_main-content .shop_table {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 0 24px 0;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
.cart_main-content .shop_table_responsive tr:last-child {
  width: 100%;
}
.cart_main-content .cart tr {
  border: none;
}
.cart_main-content .shop_table th {
  padding: 9px;
  font-size: 15px;
}
.cart_main-content .shop_table th,
.cart_main-content .cart td,
.cart_main-content .shop_table td {
  border: none;
  border-bottom: 1px solid #ddd;
}
/* .cart_main-content .cart .product-thumnail {
  display: block;
} */
.cart_main-content .shop_table_responsive .product-subtotal {
  color: red;
}
.cart_main-content .shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 0;
}
.cart_main-content .shop_table td {
  
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.cart_main-content .remove {
  display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.cart_main-content .shop_table td a {
  color: #000;
  text-decoration: none;
}
#content_cart .article_content img{
  margin: 20px 0;
}
.cart_main-content .attachment-img-thumnail {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.cart_main-content .cart .variation {
  display: flex;
}
.cart_main-content .product-name .variation {
  margin: 5px 0;
  font-size: 15px;
}
.cart_main-content .product-name .variation dd{
  margin-left: 40px;
}
.cart_main-content .amount {
  font-weight: 700 !important;
  color: red;
  font-size: 15px;
}
.cart_main-content .quantity {
  text-align: left;
  position: relative;
  margin-right: 15px;
  display: flex;

}
.cart_main-content .quantity .btn-qt {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #767676;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
}
.cart_main-content .minus {
  left: 0;
  top: 0;
}
.cart_main-content .quantity input {
  width: 60px;
}
.cart_main-content .quantity .input_text {
  height: 30px;
  text-align: center;
  border: none;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
}
.cart_main-content .minus {
  right: 0;
  top: 0;
}
.cart_main-content .actions .coupon {
  display: flex;
  padding-bottom: 10px;
  float: left;
}
.shop_table_responsive .actions .coupon label {
  display: none;
}
.cart_main-content .actions .coupon .input-text {
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  height: auto;
  width: 60%;
}
.cart_main-content .actions .coupon .button {
  margin-top: 0;
  margin-left: 0;
  padding: 8px;
  background: #000;
  border: none;
  color: #fff;
  width: 100%;
}
.cart_main-content .actions .button{
  display: block;
  width: 50%;
  padding: 10px 0;
  border: none;
  background: #000;
  color: #fff;
  float: right;
}
.cart_totals h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0;
  margin-bottom: 5px;
}
.cart_main-content .order-total {
  color: red;
}
.cart_to_checkout .checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
  padding: 1em;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.cart_main-content p {
  float: left;
  margin: 0 !important;
  margin-bottom: 5px !important;
}
#site-wrapper a{
  text-decoration: underline;
}
#content_cart a {
  text-decoration: none !important;
  font-size: 14px;
}
.cart-message a {
  padding: 6px 5px;
  color: #fff;
  margin: 0 7px 0 0;
}
.cart-message {
  box-shadow: inset 0px 10px 40px -10px rgb(0 0 0 / 15%);
  background-color: #ddd;
  margin: 10px 0;
  padding: 10px;
}
.cart_main-content .cart-message {
  padding-top: 15px;
}
.shop_table .actions .button:disabled {
  cursor: not-allowed;
  opacity: .5;
  color: gray;
}