body {
    margin: 0;
    padding: 0;
}
main {
    margin: 200px;
    width: 60%;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
} 

h1 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.cart-page .cart--empty-message {
    text-align: center
}
.cart-page .cart--empty-message svg {
    width: 80px;
    margin: 15px
}
.total-price {
    float: right;
    margin-top: -15px;
}
.ajaxcart__subtotal {
    margin-bottom: 20px;
}
.cart-page .cart-header-info {
    display: flex;
    padding: 7px 0;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px
}

.cart-page .cart-header-info div:nth-child(1) {
    width: 51%;
    text-align: left;
    padding-left: 10px
}

.cart-page .cart-header-info div:nth-child(2) {
    width: 16%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(3) {
    width: 16%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(4) {
    width: 16%;
    text-align: center
}

.cart-page .cart_body {
    border: solid 1px #ebebeb;
    border-radius: 0px 0px 10px 10px
}

.cart-page .cart_body .ajaxcart__row {
    padding: 10px 0;
    border-top: solid 1px #ebebeb
}

.cart-page .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center
}

.cart-page .cart_body .ajaxcart__row:first-child {
    border-top: none
}

.cart-page .cart_body .cart_image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.cart-page .cart_body .cart_image img {
    max-width: 100%;
    max-height: 100%
}

.cart-page .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
    padding-right: 10px;
    display: flex;
    width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -os-width: calc(100% - 110px)
}

.cart-page .cart_body .cart_info .cart_name {
    width: 50%;
    margin-bottom: 5px
}

.cart-page .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: block
}
.col-lg-4 {
    display: grid;
    float: right;
    width: 300px;
}
.cart-page .cart_body .cart_info .cart_name a:hover {
    color: #01567f
}

.cart-page .cart_body .cart_info .cart_name .remove-item-cart {
    display: block;
    color: #01567f;
    font-weight: 300
}

.cart-page .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e
}

.cart-page .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

.cart-page .cart_body .cart_item_name {
    width: 60%
}

.cart-page .cart_body .grid {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-page .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #e8002d
}

.cart-page .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b
}

.cart-page .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cart-page .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    border-left: none;
    border-right: none
}

.cart-page .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cart-page .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cart-page .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.cart-page .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    border-left: none;
    border-right: none;
}

.cart-page .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cart-page .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cart-page .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.cart-page .ajaxcart__footer {
    margin-top: 20px
}

.cart-page .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    text-transform: uppercase
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    color: #e8002d;
    font-weight: bold
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background: #01567f;
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 14px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-transform: uppercase;
    border: 1px solid #01567f;
    height: 40px;
    line-height: 40px
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background: #fff;
    color: #01567f
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn[disabled] {
    margin-top: 5px;
    opacity: 0.6
}

.CartHeaderContainer {
    width: 340px;
    background-color: #fff
}

.CartHeaderContainer .cart--empty-message {
    text-align: center
}

.CartHeaderContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

form {
    margin-bottom: 10px
}

.cartheader {
    margin-bottom: 0
}

.cartheader .cart_body {
    padding: 15px;
    max-height: 360px;
    overflow-y: auto
}

.cartheader .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #e5e5e5
}

.cartheader .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    border-bottom: solid 1px #ebebeb
}

.cartheader .cart_body .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}

.cartheader .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top
}

.cartheader .cart_body .cart_info .cart_name {
    margin-bottom: 5px
}

.cartheader .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: block
}

.cartheader .cart_body .cart_info .cart_name a:hover {
    color: #01567f
}

.cartheader .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

.cartheader .cart_body .grid {
    display: flex
}

.cartheader .cart_body .grid .cart_item_name {
    width: 50%
}

.cartheader .cart_body .grid .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cartheader .cart_body .grid .cart_prices {
    width: 50%;
    text-align: right
}

.cartheader .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #e8002d
}

.cartheader .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b
}

.cartheader .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    border-left: none;
    border-right: none
}

.cartheader .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cartheader .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cartheader .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.cartheader .ajaxcart__footer {
    padding: 10px
}

.cartheader .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    color: #e8002d;
    font-weight: bold
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background: #01567f;
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-transform: uppercase;
    border: 1px solid #01567f;
    height: 40px;
    line-height: 40px
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background: #fff;
    color: #01567f
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn[disabled] {
    margin-top: 5px;
    opacity: 0.6
}

.pro-discount {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 12px;
    border: 1px dashed #01567f;
    background: rgba(1,86,127,0.02)
}

.pro-discount legend {
    width: auto;
    color: #01567f;
    font-weight: 600;
    background: rgba(1,86,127,0.02);
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px 10px
}

.pro-discount legend img {
    max-width: 23px;
    mix-blend-mode: multiply;
    vertical-align: -3px
}

.pro-discount .item_discount {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.15));
    padding: 5px;
    margin-bottom: 15px
}

.pro-discount .item_discount:last-child {
    margin-bottom: 0px
}

.pro-discount .item_discount .top_discount {
    position: relative;
    display: flex;
    justify-content: space-between
}

.pro-discount .item_discount .top_discount .item-name {
    display: inherit
}

.pro-discount .item_discount .top_discount .code_dis {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    color: #01567f
}

.pro-discount .item_discount .top_discount span {
    position: relative;
    background-color: #FDF2D9;
    color: #F0A800;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    padding: 2px 10px;
    line-height: 16px
}

.pro-discount .item_discount .top_discount img {
    width: 36px;
    height: 20px;
    position: relative;
    display: inline-block
}

.pro-discount .item_discount .coupon_desc {
    border-bottom: dotted 1px #f5f5f5
}

.pro-discount .item_discount .copy_discount {
    padding: 3px;
    margin-top: 5px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pro-discount .item_discount .copy_discount .code_zip {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px
}

.pro-discount .item_discount .copy_discount.active {
    background-color: #E7F3FC
}

.pro-discount .item_discount .copy_discount.active .code_zip {
    color: #f2ffb5
}

.pro-discount .item_discount .copy_discount .dis_copy {
    background: #01567f;
    color: #fff;
    border: none;
    padding: 0px 15px;
    margin: 1px 0px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
    border-radius: 5px;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    float: right;
    display: inherit
}

.pro-discount .item_discount .copy_discount .dis_copy:hover,.pro-discount .item_discount .copy_discount .dis_copy:focus {
    background: #f2ffb5
}

.pro-discount .item_discount .copy_discount .dis_copy span {
    display: block;
    line-height: 22px;
    font-size: 12px
}

.pro-discount .item_discount .copy_discount .dis_copy.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

a.ajaxcart__product-name, .chuxanh{
    text-decoration: none;
    color: #71bec2 !important;

}