.product-specifications ul{
    list-style:none;
    margin:0;
    padding:0;
}


.policy .decrition .policy-content {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 60%;
    padding: 20px;
    display:none;
}

.policy .decrition .policy-content .content{
    flex:1;
}

.policy .decrition .policy-content .content {
    height: 400px;
    overflow-y: scroll;
}

#section-shop-form .product-name .item{
    position:relative;
}

#section-shop-form .product-name .item:not(:last-child)::before{
    content: '|';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-55%) rotate(20deg);
}

#section-shop-form .pro-quty{
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}
#section-shop-form .qty-btn{
    font-size: 22px;
    padding: 10px;
    width: 40px;
    text-align: center;
    line-height: 20px;
    height: 40px;
    transition:0.5s;
    background-color: #fff;
    border: none;
}
#section-shop-form .qty-btn:hover{
    color:#fff;
    background-color:var(--main-theme-color);
}
#section-shop-form .qutValue{
    text-align: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    outline: none;
    border-top: none;
    border-bottom: none;
    width: 100%;
}