:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.col-md-4 {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
}
.infor-variant {
    margin-bottom: 5px;
}
.infor-variant span {
    margin-right: 10px;
}
.infor-variant span:last-child {
    margin-right: 0;
}
.order-btn {
    margin-bottom: 15px;
}
.cart-alert {
    clear: both;
    display: none;
    line-height: 20px;
    background: var(--hb-success);
    border-radius: 0;
    color: var(--hb-white);
    width: 26%;
    float: right;
    padding: 15px;
    position: fixed;
    z-index: 999;
    right: 15px;
    top: 10px;
}
.cart-alert a {
    font-weight: bold;
    color: var(--hb-white);
}
.cart-alert #remove_alert {
    color: var(--hb-danger);
    margin-left: 10px;
    cursor: pointer;
}
#page-cart {
    margin-bottom: 30px;
}
#page-cart .cart-form {
    float: left;
    width: 70%;
    padding-right: 15px;
}
#page-cart .car_tabel {
    width: 30%;
    float: right;
    padding-left: 30px;
}
#page-cart .car_tabel p {
    font-size: 14px;
    font-weight: bold;
    margin-top: -30px;
    margin-bottom: 10px;
}
#page-cart .car_tabel .cart_totals {
    background-color: var(--hb-white);
    margin-bottom: 20px;
    border: 1px solid var(--hb-neutral-100);
}
#page-cart .car_tabel .cart_totals table {
    width: 100%;
}
#page-cart .car_tabel .cart_totals table tr {
    height: 60px;
    line-height: 60px;
}
#page-cart .car_tabel .cart_totals table tr td {
    padding: 0 15px;
    border: 0;
}
#page-cart .car_tabel .cart_totals table tr td:last-child {
    text-align: right;
    font-weight: 500;
}
#page-cart .car_tabel .cart_totals table tr:nth-child(2n + 1) {
    background: var(--hb-neutral-100);
}
#page-cart .car_tabel .payment_now {
    width: 200px;
    text-transform: uppercase;
    color: var(--hb-btn-primary-text);
    font-weight: bold;
    border-radius: 0;
    background: var(--hb-secondary);
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: var(--hb-transition);
}
#page-cart .car_tabel .payment_now:hover {
    background: var(--hb-secondary-hover);
}
#page-cart .page-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 45px;
}
#page-cart .page-title span {
    font-size: 20px;
    color: var(--hb-text-muted);
    font-weight: 400;
    vertical-align: 3px;
}
.cart-form:after {
    content: "";
    display: block;
    clear: both;
}
.cart-form .cart-table {
    background-color: var(--hb-white);
}
.cart-form .cart-table tr:first-child {
    height: 60px;
    background: var(--hb-neutral-100);
    line-height: 60px;
}
.cart-form .cart-table .total {
    border-top: 1px solid var(--hb-border);
    border-bottom: 1px solid var(--hb-border);
    padding: 10px 0;
    text-align: right;
    font-weight: bold;
}
.cart-form .cart-table .checkout {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.cart-form .cart-table .checkout .btn {
    margin-bottom: 0;
}
.cart-form table {
    width: 100%;
}
.cart-form table th {
    text-align: center;
    font-weight: bold;
}
.cart-form table td {
    padding: 15px;
    border-bottom: 1px solid var(--hb-border);
    min-width: 50px;
    max-width: 230px;
    text-align: center;
}
.cart-form table td:last-child {
    text-align: center;
}
.cart-form table td:nth-child(5n) {
    font-weight: bold;
}
.cart-form table td:nth-child(2) {
    text-align: left;
}
.cart-form .product-thumbnail {
    text-align: center;
    width: 15%;
}
.cart-form .product-thumbnail img {
    display: block;
    width: 100%;
}
.product-remove a {
    color: var(--hb-danger);
}
.cart-form .product-remove span {
    color: var(--hb-neutral-900);
    font-size: 20px;
    position: relative;
}
.cart-form .product-remove span:after {
    content: "\f2ed";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
    color: var(--hb-danger);
}
.quantity {
    position: relative;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.quantity {
    width: 140px;
    position: relative;
    display: inline-block;
}
.quantity:hover .quantity-button {
    display: block;
}
.quantity > span {
    color: var(--hb-neutral-900);
}
.quantity input {
    width: 40px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-style: inherit;
    background: var(--hb-neutral-100);
    border: 1px solid var(--hb-border);
    border-left: none;
    border-right: none;
    font-size: 14px;
    cursor: not-allowed;
}
.quantity input:focus {
    outline: 0;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    width: 30px;
    text-align: center;
    color: var(--hb-neutral-900);
    font-size: 14px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button span:before {
    font-weight: normal !important;
}
.quantity-button.quantity-up {
    position: absolute;
    left: auto;
    right: 19px;
    top: 0;
    bottom: 0;
    background: var(--hb-neutral-100);
    border: 1px solid var(--hb-border);
}
.quantity-button.quantity-down {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    background: var(--hb-neutral-100);
    border: 1px solid var(--hb-border);
    font-weight: normal;
}
.site-content.cm-button a {
    width: 200px;
    float: left;
}
.alert.alert-success a {
    margin-left: 20px;
}
.cm-button {
    margin-top: 20px;
    width: 200px;
    background: var(--hb-primary);
    text-align: center;
    font-size: 16px;
    color: var(--hb-white);
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: var(--hb-transition);
}
.cm-button:hover {
    background: var(--hb-primary-hover);
}
.cm-button a {
    color: var(--hb-white);
    text-transform: uppercase;
}
#bgloading div {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
}
#bgloading {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    display: none;
}
#bgloading span {
    background: url(../images/loading.gif);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 46%;
    object-fit: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.site-content.order {
    padding: 20px 0;
    clear: both;
}
.site-content.order article {
    max-width: 700px;
    margin: 20px auto;
}
.site-content.order .page-title {
    text-align: center;
}
.gh-sstop {
    text-align: center;
    margin-bottom: 25px;
}
.ghi-ss {
    width: 80px;
    height: 80px;
    background-position: -168px -1px;
}
.ghic {
    display: inline-block;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    margin: 20px 0;
}
.gh-sstop h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.infor {
    border: 1px solid var(--hb-border);
    background: var(--hb-white);
    margin-bottom: 25px;
}
.infor h4 {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid var(--hb-border);
}
.order table {
    width: 100%;
}
.order table tr {
    height: 30px;
    line-height: 30px;
}
.order table tr td:first-child {
    padding-left: 24px;
}
.order table tr td:last-child {
    font-weight: 500;
}
.infor.bill-detail tr td:nth-of-type(2) {
    max-width: 360px;
}
.by-more {
    text-align: center;
}
.by-more a {
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--hb-success);
    padding: 15px 20px;
}
.site-main-order {
    padding: 60px 0;
    clear: both;
}
.site-main-order .col-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}
.site-main-order .field {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.site-main-order .field p {
    color: var(--hb-danger);
    margin: 4px 0;
    line-height: 10px;
    font-size: 14px;
    padding-left: 20px;
    position: absolute;
    top: 13px;
    right: 5px;
}
.site-main-order .field input {
    width: 100%;
    font-size: 14px;
    height: 45px;
    border: none;
    border: 1px solid var(--hb-border);
    padding-left: 10px;
    border-radius: 0;
}
.site-main-order .field input::placeholder {
    color: var(--hb-text-muted);
    font-size: 14px;
}
.site-main-order .field select {
    width: 100%;
    height: 45px;
    border: none;
    color: var(--hb-text-main);
    padding: 0 20px;
    background: var(--hb-white);
    border: 1px solid var(--hb-border);
    font-size: 14px;
}
.site-main-order .field textarea {
    width: 100%;
    height: 100px;
    color: var(--hb-text-main);
    font-size: 14px;
    font-family: var(--hb-font, "Roboto", sans-serif);
    padding: 10px;
    border: none;
    border: 1px solid var(--hb-border);
    border-radius: 0;
}
.site-main-order .field textarea::placeholder {
    color: var(--hb-text-muted);
    font-size: 14px;
}
.site-main-order .shipcode p {
    padding-left: 50px;
    position: relative;
    height: 50px;
    border: 1px solid var(--hb-border);
    line-height: 50px;
    border-radius: 0;
    font-size: 15px;
}
.site-main-order .shipcode p span {
    text-align: right;
    float: right;
    font-weight: bold;
    padding-right: 20px;
}
.site-main-order .shipcode p:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: var(--hb-success);
    border-radius: 0;
    left: 20px;
    top: 15px;
}
.site-main-order .shipcode p:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 23px;
    top: 0px;
    font-size: 12px;
    font-weight: 400;
    height: 15px;
    color: var(--hb-white);
}
.site-main-order .shipcode p.cmt:before {
    display: none;
}
.site-main-order .shipcode p.cmt:after {
    display: none;
}
.site-main-order .shipcode.radio-field {
    border-radius: 0;
    border: 1px solid var(--hb-border);
}
.site-main-order .shipcode.radio-field p {
    border: none;
}
.site-main-order .shipcode.radio-field p.cmt {
    padding-left: 20px;
    background: var(--hb-neutral-50);
    font-size: 13px;
    border-left: 1px solid var(--hb-border);
    line-height: 22px;
}
.site-main-order .shipcode.radio-field input {
    display: none;
}
.site-main-order .payment-method .col-title {
    margin: 15px 0;
}
.site-main-order .checkout-product {
    position: relative;
}
.site-main-order .checkout-product li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid var(--hb-border);
}
.site-main-order .checkout-product li:first-child {
    border-top: 1px solid var(--hb-border);
}
.site-main-order .checkout-product li a {
    display: flex;
}
.site-main-order .checkout-product li a .img {
    width: 70px;
    padding: 5px;
    border-radius: 0;
    border: 1px solid var(--hb-border);
    position: relative;
    margin-right: 10px;
}
.site-main-order .checkout-product li a .img img {
    width: 100%;
}
.site-main-order .checkout-product li a .img .qty {
    position: absolute;
    top: -10px;
    right: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--hb-primary);
    background: var(--hb-primary);
    color: var(--hb-white);
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    border-radius: 0;
}
.site-main-order .checkout-product li a .name {
    width: calc(100% - 200px);
}
.site-main-order .checkout-product li a .price {
    width: 110px;
    margin-left: 10px;
    text-align: right;
}
.site-main-order .info-checkout li {
    padding: 15px 0;
    border-bottom: 1px solid var(--hb-border);
    font-size: 15px;
}
.site-main-order .info-checkout li p {
    margin-bottom: 15px;
    font-size: 15px;
}
.site-main-order .info-checkout li p:last-child {
    margin-bottom: 0;
}
.site-main-order .info-checkout li span {
    float: right;
}
.site-main-order .info-checkout li b {
    float: right;
    text-align: right;
}
.site-main-order .checkout-btn {
    margin: 10px 0;
}
.site-main-order .checkout-btn a {
    margin-top: 10px;
    color: var(--hb-primary);
}
.site-main-order .checkout-btn a i {
    color: var(--hb-primary);
    margin-right: 5px;
}
.site-main-order .checkout-btn .btn-buy {
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: var(--hb-btn-primary-text);
    font-weight: bold;
    background: var(--hb-secondary);
    text-transform: uppercase;
    float: right;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    transition: var(--hb-transition);
}
.site-main-order .checkout-btn .btn-buy:hover {
    background: var(--hb-secondary-hover);
}
.buyTogether-bottom {
    margin-bottom: 0px;
}
#order .buyTogether-bottom .item-img img {
    width: 100%;
    object-fit: cover;
    height: 270px;
    padding-bottom: 55px;
}
#order .buyTogether-bottom .item-name {
    position: absolute;
    bottom: 60px;
    margin-left: 20px;
}
#order .buyTogether .add_to_cart {
    color: var(--hb-btn-primary-text);
    z-index: 9999;
    display: block;
    position: absolute;
    width: 150px;
    height: 35px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    background: var(--hb-secondary);
    text-transform: uppercase;
    border-radius: 0;
    left: 10px;
    right: 10px;
    bottom: 5px;
    cursor: pointer;
    transition: var(--hb-transition);
}
/*# sourceMappingURL=cart.css.map */
