.item-adv-photo-prod > img {
    width: 100px;
}

.orange {
    color: orangered;
}

.header-name > ul {
    margin-bottom: 0px;
}

.header-name > ul > li + li:before {
    color: #ccc;
    content: url(/images/icons/arrow-separator.png);
    padding: 0px 13px 0px 5px;
}

.item-adv-photo-prod {
    border: 2px solid #fff;
}

.hype-pat p {
    padding-bottom: 20px;
}

.fancy-image {
    position: relative;
    margin-bottom: 20px;
}

.fancy-image span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffff;
    opacity: 0;
    transition: all linear .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.fancy-image:hover span {
    opacity: 0.4;
}

.fancy-image span div {
    font-size: 40px;
}


.list-number {
    list-style: decimal;
    padding-left: 15px;
    padding-top: 10px;
}

.list-number li {
    padding-bottom: 7px;
}

.head-image-product {
    margin-bottom: 20px;
    width: 100%
}

.display-center {
    display: flex;
    width: 100%;
    justify-content: center;

}

.btn-order-modal {
    width: 100%;
}

.box-product ul {
    padding-left: 15px;
}

.box-product li {
    list-style: disc;
}

.box-product h4 {
    margin-bottom: 10px;
}

.ul-art-2 {
    padding-left: 0px !important;
}

.ul-art-2 li {
    list-style: none;
}

.ul-none-style {
    padding-left: 0px !important;
}

.ul-none-style li {
    list-style: none;
    padding: 5px 0px;
}

