.product-container *{
    color: white;
}

.arrow-list li {
    position: relative;
    padding-left: 1.2em;
    display: block;
    margin-top: 5px;
}

.arrow-list li::before {
    content: "➤"; 
    position: absolute;
    left: 0;
    color: #333; 
}

@media screen and (max-width:992px){
    #prod-img{
        width: 400px !important;
        height: 400px !important;
    }
}

@media screen and (max-width:380px){
    #prod-img{
        width: 300px !important;
        height: 200px !important;
    }
}

.modal input[type=checkbox] {
    display: none;
}

#prod-img{
    cursor: zoom-in;
}

@media only screen and (max-width: 992px) {
    #prod-descr{
        margin-left: 0 !important;
    }
}

#prod-descr img{
    width: 100% !important;
    height: auto !important;
}

#prod-descr .one-thirdp{
    margin-top: 10px;
}