@import url("vendors/bootstrap.css");
@import url("animate.min.css");
@import url("bulk-style.css");
@import url("vendors/animate.css");
@import url("style.css");
header .navbar.navbar-expand-xl .navbar-nav .nav-link-2::before {
    content: none !important;
}
.product-box-3 .product-header .product-image img {
    height: calc(100px + 40*(300vw - 320px) / 1600);
}
.product-section .right-box-contain .product-contain p {
    width: 100% !important;
}
.product-description ul {
    margin: 0 0 15px;
}
.product-description ul li {
    display: block;
    color: #4a5568;
    line-height: 2;
    list-style-type: disc;
    font-size: calc(14px + 1*(100vw - 320px) / 1600);
}
header .header-nav .header-nav-left .category-dropdown .category-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-contain ul {
    padding: 0 0 0 0;
}
.product-contain ul li {
    display: block;
    list-style-type: disc !important;
    margin: 0 0 10px;
}
.productInfo_description h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
