@media (min-width: 851px) {
    .pc-screen {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
}

.quantity-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.inventoryProduct {
    margin-left: 20px;
}
.color li.deactive img {
    filter: grayscale(100%);
}
.policy-banner-img,
.policy-img{
    display: none !important;
}
.downdown_cart{
    float: inherit;
}
.phone-top{
    margin-left: 0;
}
.search-cart a:hover{
    color: red;
}
.list-color li{
    position: relative;
}
.list-color li.deactive:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed #000;
    transform: rotate(45deg);
    display: block;
    top: 50%;
    z-index: 99;
}
.list-color li.deactive:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed #000;
    display: block;
    top: 50%;
    transform: rotate(-45deg);
    z-index: 99;
}
.order-total span#showCarrier {
    display: block;
}

.attr-mobile {
    background: #fff;
    width: 100%;
    padding: 15px;
    position: fixed;
    left: 0;
    z-index: 999;
    transform: translateY(100%);
    transition: all .4s;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 60vh;
}

.attr-mobile.active {
    transform: translateY(0);
    bottom: 125px;
}

.attr-mobile .list-option {
    max-height: 200px;
    overflow: auto;
}

.add-cart-content.active {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 15px;
    margin: 0;
}

.bg-cover.active {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    left: 0;
    top: 0;
}

.bg-cover.active.zoom-in {
    z-index: 9999;
}

.zoom-image.zoom-in {
    position: fixed;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    z-index: 99999
}

.top-image {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}

.top-image img {
    width: 30%;
    height: auto;
}

.close-attr {
    position: absolute;
    right: 0;
    font-size: 24px;
}

.expand-image {
    position: absolute;
    top: 5px;
    left: calc(30% - 30px);
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 25px;
    height: 25px;
    color: #fff;
}

.zoom-image img {
    width: 100%;
    object-fit: cover;
}