.select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7;
    height: 40px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
    font-size: 0.9em;
}

.cart_wrapper {
    padding: 50px 0;
}
.cart_wrapper .container {
    max-width: 1200px !important;
}
.cart_wrapper input,
.cart_wrapper select {
    height: 40px;
    font-size: 0.9em;
}
.form-control:focus {
    box-shadow: none !important;
}
.wrapper_thanhtoan {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.th_wrpthanhtoan {
    padding: 7px 15px;
    background: #f2f2f2;
    font-size: 1em;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.bd_wrpthanhtoan {
    padding: 20px 15px;
}
.grid1_wrpthanhtoan {
    margin-bottom: 15px;
}
.grid2_wrpthanhtoan {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}
.grid3_wrpthanhtoan {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}

label.method_item {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
label.method_item input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
label.method_item span.image {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
}
label.method_item span.title {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}

ul.listingCart {
}
li.item_listingCart {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dddd;
}
li.item_listingCart:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 dashed #dddd;
}
li.item_listingCart .__imgLC {
}
li.item_listingCart .__imgLC a {
    display: block;
    position: relative;
}
li.item_listingCart .__imgLC a span.cartitem_number {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #f30c28;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}
li.item_listingCart .__delLC {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
    margin-top: 5px;
    font-size: 0.9em;
    cursor: pointer;
}
.__delLC span {
    display: block;
    position: relative;
    background: #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.__delLC span:before {
    content: "";
    width: 2px;
    height: 8px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 2px;
    left: 5px;
}
.__delLC span:after {
    content: "";
    width: 2px;
    height: 8px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 2px;
    left: 5px;
}

.__infoLC {
    display: grid;
    grid-template-columns: auto 150px;
    grid-gap: 15px;
}
.__infoLC .name__infoLC {
    margin-bottom: 15px;
}
.__infoLC .name__infoLC a h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: 500;
    color: #133869;
}
.__infoLC .name__infoLC a div {
    display: inline-block;
    background: #0d0d0d14;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 0.9em;
    color: #000;
}
.__infoLC .price__infoLC {
    text-align: right;
}
.__infoLC .price__infoLC .price_old {
    text-decoration: line-through;
    font-size: 1em;
    text-align: right;
    margin-bottom: 5px;
}
.__infoLC .price__infoLC .price {
    color: #f30c28;
    font-size: 1.2em;
    text-align: right;
    margin-bottom: 10px;
}

.quantity_LC {
    position: relative;
    display: inline-block;
}
.quantity_LC input[type="text"] {
    background: #fff;
    height: 32px;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    width: 110px;

    border: 1px solid #ddd;
}
.quantity_LC .btn-qty {
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font-size: 16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.quantity_LC .plus {
    right: 0;
    left: initial;
}

.total_wrpthanhtoan {
    border-top: 1px solid #ddd;
    padding: 20px 15px;
}
.btn_discount {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: max-content;
    margin-bottom: 10px;
    background: #f6f6f6;
    cursor: pointer;
    transition: 0.5s all;
}
.btn_discount.show i {
    transition: transform 0.5s;
    transform: rotateX(180deg);
}
.btn_discount.show:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background: #f1f1f1;
    transform: rotate(-45deg);
    position: absolute;
    top: 45px;
    left: 100px;
}
.btn_discount span {
    margin: 0 10px;
    color: #000;
}
.btn_discount i {
    font-size: 1.2em;
}

.box_intercoupon {
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #f1f1f1;
    display: none;
    transition: 0.5s all;
}
.box_intercoupon.show {
    display: block;
}
.box_intercoupon > div {
    display: grid;
    grid-template-columns: 1fr max-content;
}
.box_intercoupon > div input {
    text-overflow: ellipsis;
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    padding: 10px;
    height: auto;
}
.box_intercoupon > div .btn_coupon {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-radius: 0 4px 4px 0;
    padding: 10px 20px;
    color: #fff;
    width: 100px;
    background-color: #2377e8;
    border-color: #2377e8;
}
.box_intercoupon > div .btn_coupon.disabled {
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}
.gridtotal {
    display: grid;
    grid-template-columns: 50% auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}
.gridtotal > div {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 10px;
}
.gridtotal .finaltotal_price {
    font-size: 1.2em;
    color: #f30c28;
}

.gridtotal .text_shipping {
    color: #44bd7b;
}

.submitorder {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 50px;

    font-size: 1em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;

    border: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #f79429, #f7712e);
    cursor: pointer;
    overflow: hidden;
}

.security_policy_checkbox {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.security_policy_checkbox .i_select {
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: top;
    vertical-align: bottom;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px 17px;
}
.security_policy_checkbox.active .i_select {
    background-position: -23px 0;
}
.security_policy_checkbox .text {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
}
.security_policy_checkbox a {
    cursor: pointer;
    color: #288ad6;
}
.anotheroption {
}
.anotheroption ul {
}
.anotheroption ul li {
    margin-bottom: 7px;
}
.anotheroption ul li:last-child {
    margin-bottom: 0;
}
.item_anotheroption {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.item_anotheroption .i_select {
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: top;
    vertical-align: bottom;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px 17px;
}
.item_anotheroption.active .i_select {
    background-position: -23px 0;
}
.item_anotheroption span {
    margin-left: 5px;
}

.input_anotheroption {
    position: relative;
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    display: none;
}
.input_anotheroption.active {
    display: block;
}
.input_anotheroption:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50px;

    width: 8px;
    height: 8px;
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    background: #f6f6f6;
    transform: rotate(45deg);
}
.grid1_anotheroption {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.grid2_anotheroption {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

/* COUPON */
.selectCoupon {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-gap: 10px;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.review_selectCoupon {
    text-align: right;
}
.review_selectCoupon p {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #e1f3fe;
    border-radius: 5px;
    font-size: 13px;
    color: #075783;
}
.review_selectCoupon p svg {
    display: inline-block;
}

.inputCoupon {
    display: grid;
    grid-template-columns: 75% 1fr;
    grid-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.inputCoupon .input_coupon {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 15px;
    height: 40px;
}
.inputCoupon .btn_coupon {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 5px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(180deg, #f79429, #f7712e);
    border: 0;
    color: #fff;
}
.inputCoupon .btn_coupon.disabled {
    background: #a4a4a4;
    border: 0;
}

.resultCoupon {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.code_resultCoupon {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.code_resultCoupon .div1_crC {
    height: 100%;
    background: #ffedd6;
    text-align: center;
}
.code_resultCoupon .div2_crC {
    margin: 5px 0;
    padding: 0px 5px;
    font-size: 12px;
    text-align: center;
    border-right: 1px dashed #ddd;
}
.code_resultCoupon .div3_crC {
    height: 100%;
    padding: 0 5px;
    text-align: center;

    cursor: pointer;
}

#openCoupon {
}
.text_selectedCoupon {
    font-size: 14px;
}
.listCouponModal {
}
.itemCoupon {
    margin-bottom: 10px;
    cursor: pointer;
}
.itemCoupon.notAllowed {
    cursor: not-allowed;
    opacity: 0.6;
}
.itemCoupon.highlight {
    position: relative;
}
.itemCoupon.highlight::before {
    content: "⭐";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.2em;
}
.itemCoupon ._grid {
    display: grid;
    grid-template-columns: 110px 1fr;
}
.img_itemCoupon {
    position: relative;
}
.img_itemCoupon > img {
    width: 100%;
}
.img_itemCoupon ._icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.img_itemCoupon ._icon img {
    display: inline;
}
.img_itemCoupon ._icon p {
    margin: 0;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}
.right_itemCoupon {
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;

    display: grid;
    grid-template-columns: 1fr 30px;
}
.right_itemCoupon ._icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.right_itemCoupon ._flexcol {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info_itemCoupon {
    font-weight: 400;
}
.info_itemCoupon strong {
    font-size: 13px;
}
.info_itemCoupon p {
    font-size: 12px;
    margin: 2px;
}
.code_itemCoupon {
    font-size: 13px;
}
.code_itemCoupon span {
    margin-left: 2px;
    color: #0284c5;
    text-decoration: underline;
    cursor: pointer;
}

.detail_itemCoupon {
    margin-top: 10px;
    display: none;
}
.detail_itemCoupon .th__detail_itemCoupon {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.detail_itemCoupon .div2 {
    font-size: 14px;
    font-weight: 400;
}
.detail_itemCoupon .div2 ul {
    list-style: disc;
    padding-left: 40px;
}
.detail_itemCoupon .div2 ul li {
    margin-bottom: 2px;
}
.detail_itemCoupon ._code {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;

    display: grid;
    grid-template-columns: 50% 1fr;
    align-items: center;
}
.detail_itemCoupon ._code .th__detail_itemCoupon {
    margin-bottom: 0;
}
._code p {
    margin: 0;
    margin-right: 5px;
}
._code .copy__code {
    display: flex;
    align-items: center;
    justify-content: end;
}
.copy__code button {
    border: 0;
    padding: 0;
}

.detail_itemCoupon ._flex2col {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;

    display: flex;
    justify-content: space-between;
}
.detail_itemCoupon ._flex2col > div {
    flex: 1 1 0;
    min-width: 0;
}
.detail_itemCoupon ._flex2col > div:nth-child(2) {
    text-align: right;
}

.detail_itemCoupon ._applyperiod {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.detail_itemCoupon ._detail {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.itemCoupon.detail .detail_itemCoupon {
    display: block;
}
.itemCoupon.detail .code_itemCoupon {
    display: none;
}
.itemCoupon.detail .right_itemCoupon ._icon {
    display: none;
}
/* END COUPON */

/* Đặt hàng thành công */
.pagesuccess_wrapper {
    padding: 50px 0;
}
.width_pagesuccess {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.width_pagesuccess .__th {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 3em;
    font-weight: bold;
    color: var(--cl3);
    text-align: center;
    text-transform: uppercase;
}
.width_pagesuccess .back_home {
    text-align: center;
    margin-bottom: 30px;
}
.width_pagesuccess .back_home a {
    display: inline-block;
    padding: 7px 30px;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
    background: var(--cl1);
    color: #fff;
    transition: all 0.3s ease 0s;
}
.width_pagesuccess .back_home a:hover {
    background: #1c84c6;
}
.width_pagesuccess table {
    margin: 0;
    width: 100%;
}
.width_pagesuccess td,
.width_pagesuccess th {
    border: 0;
}
.width_pagesuccess table tfoot {
    border-top: 1px solid #ddd;
}
.width_pagesuccess table thead tr th {
    background: #1c84c6;
    color: #fff;
}
.width_pagesuccess .t-left {
    text-align: left !important;
}
.width_pagesuccess .t-center {
    text-align: center !important;
}
.width_pagesuccess .t-right {
    text-align: right !important;
}
.table_pagesuccess {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}
.head_payment {
    margin-bottom: 20px;
}
.head_payment .code_payment {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.head_payment .create_payment {
    color: #ff0000;
}
.total_payment > * {
    font-size: 1.2em;
    font-weight: bold;
    color: #ff0000 !important;
}
.info_pagesuccess {
    margin-bottom: 20px;
}
.info_pagesuccess .__th {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.grid_info {
    display: grid;
    grid-template-columns: 160px auto;
    grid-gap: 10px;
    margin-bottom: 2px;
}

.cart_empty {
    text-align: center;
}
.cart_empty h3 {
    display: inline-block;
    margin: 10px 0;
    font-size: 25px;
    font-weight: 600;
    color: #288ad6;
}
.cart-empty p {
    display: inline-block;
    color: #727272;
}
.cart_empty a {
    display: inline-block;
    border: 1px solid #fb6e2e;
    color: #fb6e2e;
    border-radius: 5px;
    padding: 8px 20px;
}
.cart_empty a:hover {
    background: #fb6e2e;
    color: #fff;
}
