@media screen and (max-width: 1024px) {
    .list-number {
        display: none;
    }
    .ds-none{
        display: block !important;
    }
}
.ds-none{
    display: none;
}
@media screen and (min-width: 768px) {
    .pt-product .pt-image-box img {
        height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .pt-product .pt-image-box img {
        height: 200px;
    }
}
.pt-desktop-header{
    /*height: 65px !important;*/
}
.pt-desctop-menu nav>ul>li.dropdown>a {
    padding: 18px 12px 20px;
}

.mt-25{

    margin-left: 15px;
    z-index: 999;
}
select.custom-select.language-select{
    color: #fff;
    border: 0;
    background: #85ada5;
}

ul.pt-add-info{
    height: 35px;
    overflow: hidden;
}

.pt-is-include .product-img{
    display: none;
}
