.d-flex {
    display: flex
}

.ml-2 {
    margin-left: 0.5rem !important
}

.mr-2 {
    margin-right: 0.5rem !important
}

.p-0 {
    padding: 0
}

.pb-0 {
    padding-bottom: 0
}

.mt-1 {
    margin-top: 0.25rem !important
}

.classify a.basic i,
.classify .color a i {
    position: absolute;
    top: -5px;
    right: 0%;
    display: none;
    color: #0abd0a
}

.classify a.basic.active i,
.classify .color a.active i {
    display: inline
}

.product-promotion {
    margin-top: 10px;
    border: 1px solid red;
    padding: 9px;
    position: relative
}

.product-promotion h5 {
    color: red;
    font-size: 16px;
    background: wheat;
    padding: 3px
}

.product-promotion .arrow {
    top: -10px;
    position: absolute;
    border-bottom: 10px solid #fa0000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 171px
}

.classify h4 {
    font-size: 15px
}

.classify a.basic {
    padding: 6px;
    display: inline-block;
    border: 1px solid;
    border-radius: 7px;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    background: #fbfeff;
    color: rgb(92, 87, 87);
    transition: 0.3s;
    position: relative;
    min-width: 45px;
    text-align: center
}

.classify a.basic.active {
    background: #00416d;
    color: rgb(255, 255, 255)
}

.classify a.basic:hover {
    background-color: #0784cc;
    color: rgb(255, 255, 255)
}

.bg-secondary {
    background-color: rgb(139, 135, 135);
    color: #fff;
    padding: 2px 3px
}

.bg-success {
    background-color: rgb(1, 92, 24);
    color: #fff;
    padding: 2px 3px
}

#info-cart-wp.show {
    visibility: visible
}

#info-cart-wp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    visibility: hidden
}

#info-cart-wp .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .237);
    visibility: hidden;
    transition: 0.3s;
    opacity: 0
}

#info-cart-wp.show .close {
    visibility: visible;
    opacity: 1
}

.mini-cart {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -320px;
    height: 100%;
    width: 320px;
    opacity: 0;
    background: #ebebeb;
    padding: 10px;
    color: #000;
    transition: 0.3s;
    box-sizing: border-box
}

#info-cart-wp.show .mini-cart {
    right: 0;
    opacity: 1
}

.mini-cart .head-cart {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 10px
}

.mini-cart .cart_list {
    max-height: 70vh;
    overflow: auto
}

.mini_cart_item {
    display: flex;
    max-width: 100%;
    margin-top: 10px;
    padding: 5px;
    position: relative
}

.mini_cart_item .remove {
    position: absolute;
    padding: 0 8px;
    background: #fff;
    right: 0;
    font-size: 22px;
    top: 0
}

.mini_cart_item .thumb-product {
    max-width: 125px
}

.mini_cart_item img {
    max-width: 100%;
    height: auto
}

.mini_cart_item .info {
    padding-left: 10px;
    width: 100%;
    background: #fff;
    color: #000
}

.mini-cart .total {
    font-size: 20px;
    color: #342e2e;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 10px;
    padding: 5px;
    text-align: center
}

.mini-cart .total .amount {
    color: red
}

.mini-cart .view-cart {
    display: block;
    margin-top: 10px;
    background: green;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.mini-cart .num-order-wp {
    margin-top: 5px
}

.notify {
    position: fixed;
    top: 20px;
    right: -300px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y
}

.notify.error {
    border: 2px solid #ff3102;
    box-shadow: none
}

.notify.is-active {
    right: 20px
}

.notify__close {
    display: none
}

.notify__message {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin: 0
}

.notify.error .notify__message {
    color: #ff3102
}

.choose_pay {
    width: 20px;
    height: 20px;
}