@import "style.css";
@import "/css/fontawesome/css/all.css";
@import "/css/jquery-ui.css";
section.product-box .product {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
    box-sizing: border-box;
}

.product-item{
    width: 24%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.product-item img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.info-product{
    line-height: 30px;
}

.info-product h3{
    background: #006eb0;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

ul.menu-top-product {
    float: right;
}

ul.menu-top-product li {
    display: inline-block;
    color: #000;
    font-size: 12px;
}

ul.menu-top-product li a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

ul.menu-top-product li a:hover {
    color: #006eb0;
}

ul.menu-top-product {
    float: right;
    position: relative;
    top: -4px;
    margin-right: 20px;
}

.head-red-product h3 {
    width: 27%;
}

.head-red {
    background: #006eb0;
    width: 100%;
    height: 8px;
    display: inline-block;
}

.head-red h3 {
    background: #fff url(../images/z-bg.jpg) center no-repeat;
    width: 20%;
    text-align: center;
    margin: -21px auto;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    line-height: 56px;
}

.product {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
    box-sizing: border-box;
}

.product-part {
    overflow: hidden;
    text-align: center;
    width: 32%;
}
.product-part img{
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.product-part h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.product-part a.more-product {
    color: #006eb0;
    font-size: 12px;
}

@media only screen and (max-width: 1440px) {
    .product-item {
        width: 75%;
    }
}

@media only screen and (max-width: 1024px) {
    section.part-3 p.des-product {
        width: 88%;
    }
    .product-item {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.product-box .product {
        flex-direction: column;
    }
    .product-part {
        width:100%;
    }
    .product-part {
        display: inline-block;
        margin: 0 0% 2%;
    }
    .head-red h3 {
        width: 28%;
    }
    .footer-section {
        width: 93%;
    }
    section.side-menu {
        display: none;
    }
    .menu-page-res {
        width: 100%;
        background: #006eb0;
        display: flex !important;
    }
    .main-page {
        width: 100%;
        margin: 0;
    }
    .nav-page-res {
        justify-content: center;
        flex-direction: column;
        display: flex;
    }
    .nav-page-res ul li {
        display: inline-block;
    }
    .nav-page-res ul li a {
        margin: 0 10px;
        color: #fff;
    }
    .head-red-product h3 {
        width: 31%;
    }
    .product-item {
        display: inline-block;
    }
}

@media only screen and (max-width: 600px) {
    .part-2 .video-part-2 img {
        width: 90%;
    }
    .banner .nav-main {
        position: fixed;
        top: 4px;
        z-index: 2;
        width: 100%;
    }
    .top-redline {
        position: fixed;
    }
    a.logo-main {
        margin-top: 70px;
    }
    section.banner {
        height: 550px;
    }
    .shoar {
        margin: 24% 0 2%;
    }
    p.shoar-1 {
        font-size: 20px;
    }
    p.shoar-2 {
        font-size: 95px;
    }
    span.dot {
        width: 78%;
        margin: 4% auto;
    }
    form.auth-form button {
        padding: 10px 15px;
    }
    .form-part-2 input {
        width: 33%;
        padding: 7px 5px;
    }
    .form-part-2 span {
        margin-bottom: 2%;
    }
    .head-red h3 {
        width: 47%;
        font-size: 20px;
    }
    section.part-3 {
        padding: 7% 0;
    }
    .product-part img {
        width: 100%;
    }
    .footer-section,
    span.border-after-footer {
        display: none;
    }
    section.menu-page-res {
        display: inline-block !important;
        width: 100%;
    }
    a.logo-page-res {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .nav-page-res ul li a {
        margin: 0 6px;
        font-size: 13px;
    }
    .nav-page-res ul {
        text-align: center;
    }
    .main-page {
        padding-top: 8%;
    }
    .head-red h3 {
        width: 49%;
        font-size: 18px;
    }
    .nav-page-res {
        padding-bottom: 20px;
    }
    section.product-box {
        min-height: 500px;
    }
    ul.menu-top-product {
        display: none;
    }
    .dose-info-box {
        width: 75%;
    }
}

@media only screen and (max-width: 420px) {
    #top-nav-res {
        display: inline-block;
        background: #006eb0;
        padding: 5px;
        width: 100%;
        margin-bottom: -3px;
    }
    .banner .nav-main {
        display: none;
    }
    a.link-product-res {
        color: #fff;
        float: left;
        margin: 10px 0 0 10px;
    }
    a.link-footer-res img {
        float: right;
    }
    .form-part-2 input {
        width: 75%;
        margin: 5px;
    }
    form.auth-form button {
        width: 80%;
        margin-top: 1%;
    }
    .footer-desktop {
        display: none;
    }
    .footer-res,
    span.border-after-footer {
        display: inline-block;
        width: 100%;
    }
    .footer-part-res ul li {
        text-align: center;
        border-top: 1px solid grey;
    }
    .footer-part-res ul li:first-child {
        border: none;
    }
    .footer-part-res ul li a {
        color: #fff;
        line-height: 2.3;
    }
    .footer-res .copy-right {
        background: #006eb0;
        border: none;
    }
    section.menu-page-res {
        display: none !important;
    }
    a.link-product-res {
        margin: 0;
    }
    a.link-product-res img {
        width: 200px;
    }
    a.link-footer-res {
        display: inline-block;
        float: right;
        margin-top: 3%;
    }
}