.\!hidden {
    display: none !important;
}

.hidden {
    display: none;

}

.opacity-0 {
    opacity: 0;
}

.-z-10 {
    z-index: -10;
}

.sunzi-box {
    width: 100%;
    height: 91px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-active {
    border: 2px solid #FF533A;
}

.item-img {
    width: 91px;
    height: 100%;
    display: flex;

    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #333;
    border-radius: 7px;
    cursor: pointer;
}

.img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sunzi-item-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background: #fff;
}

.head-item {
    width: 101px;
    height: 128px;
    margin-right: 10px;
}

.head-img {
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.text-active {
    color: #FF533A;
}

.item-text {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
}

.img-active {
    border: 2px solid #FF533A;
}

.text-active {
    color: #FF533A;
}



.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


.spr-form-country .list {
    max-height: 243px;
    overflow-y: scroll !important;
}

.trade_cart_empty_wrapper {
    margin-bottom: 155px;
    margin-top: 155px;
}

.cart-title-tag {
    margin: 20px auto 30px;
    text-align: center;
    font-size: 50px;
}

.empty-cart-title {
    margin: 0 auto;
    text-align: center;
}


.empty-cart-continue-btn {
    display: block;
    font-size: 16px;
    line-height: 160%;
    margin: 10px auto 50px;
    text-align: center;
}

.empty-cart-continue-btn a {
    color: #000;
    /* text-decoration: underline;
    text-decoration-color:#000; */
    border-bottom: solid 1px #000;
}

.sunzi__line-1SUGf {
    width: 25px;
    border-top: 1px solid #979797;
}

.shop-block-one .inner-box .image-box{
    height: 242px;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}