﻿@media (max-width: 768px) {
    .silde-title {
        font-size: 22px !important;
    }

    .more {
        font-size: 14px !important;
    }
    .latest-title {
        font-size: 18px !important;
    }
}
@media (max-width: 600px) {
    .item-box .product-title{
        font-size:14px !important;
    }
    .video-address p {
        font-size: 12px !important;
    }
    .video-address > div {
        font-size: 14px !important;
    }
}
@media (max-width: 485px) {
    .silde-title {
        font-size: 12px !important;
    }

    .more {
        font-size: 10px !important;
    }
    .item-box .actual-price {
        font-size: 18px !important;
        width: 100%;
        float:left;
    }

    .item-box .old-price {
        font-size: 12px !important;
    }
    .item-box .product-box-add-to-cart-button{
        font-size:9px !important;
    }
    .latest-article{
        font-size:13px !important;
    }
    .product-number{
        padding-left: 0 !important;
    }
        .product-number p {
            height: 20px;
        }
    .item-box .product-title a{
        height: 50px;
    }
    #myCarousel-3 .carousel-indicators li {
        width: 20px;
        height: 2px;
    }
}
@media (max-width: 375px) {
    .item-box .product-box-add-to-cart-button {
        font-size: 10px !important;
    }

}
    * {
        margin: 0;
        padding: 0;
    }

    .silde-title {
        color: #0084ff;
        text-align: center;
        font-size: 30px;
        position: relative;
        padding-top: 15px;
    }
        .silde-title p {
            text-transform: uppercase;
        }
        .more {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 20px;
            color: #757575;
            letter-spacing: 1px;
        }

        .more p,
        .more span {
            margin: 0 0 5px !important;
        }

        .more a {
            text-decoration: none !important;
        }
 
    .carousel {
        border: 1px solid #a6a6a6;
        border-radius: 7px;
    }

.container .carousel-indicators {
    position: unset;
    margin: auto;
    padding: 0;
    margin-top: 15px !important;
}
.container .top-slider .carousel-indicators {
    position: absolute;
    width:100%;
    left:unset;
}
    .top-slider{
        border:unset;
        border-radius:unset;
    }

    .carousel-indicators .active {
        background-color: #ff0000 !important;
        border: 1px solid #ff0000 !important;
    }
.video-content{
    text-align:center;
}

.carousel-indicators li {
    border: 1px solid #a6a6a6 !important;
    background-color: #a6a6a6 !important;
    border-radius: 0px !important;
    margin: 0 1% !important;
}

    .carousel-inner a, .carousel-inner a:hover {
        text-decoration: none;
        outline: none;
    }

.product-row.row {
    padding: 4%;
    margin-left: 0px;
    margin-right: 0px;
}
.product-row li{
    padding: 5px;
}
.item-box .details{
    padding: 0 !important;
}
.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .product-number {
        color: black;
        font-size: 13px;
    }

    .item-box .rating {
        background: url(../images/rating1.png) repeat-x;
        width: 95px;
        height: 14px;
    }
        .item-box .rating div {
            background: url(../images/rating2.png) repeat-x;
            height: 14px;
        }
        .glyphicon-chevron-left:before {
            font-size: 0;
        }

    .glyphicon-chevron-right:before {
        font-size: 0;
    }

.carousel-control .glyphicon-chevron-left {
    background: url(../testpic/left.png) no-repeat 0;
}

.carousel-control .glyphicon-chevron-right {
    background: url(../testpic/right.png) no-repeat 100%;
}

    .carousel .carousel-control {
        width: auto;
    }

.carousel-control .glyphicon-chevron-left {
    margin-left: 6px !important;
    height: 51px !important;
    width: 10px;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: 6px !important;
    height: 51px !important;
    width: 10px;
}

    .video {
        width: 90%;
        height: auto;
    }

    .video-address {
        padding: 1% 0 1% 5%;
    }

        .video-address > div {
            color: #0084ff;
            font-size: 18px;
            float: left;
        }

        .video-address p {
            display: inline;
            font-size: 16px;
        }

    .latest-title {
        color: #0084ff;
        font-size: 22px;
        padding-bottom: 1%;
    }

    .latest-content {
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        padding-right: 0 !important;
        word-break: break-all;
    }

    .lastest-row {
        justify-content: center;
    }

    .latest-developments {
        padding: 4%;
    }

    .about-us .latest-title {
        text-align: center;
        padding-top: 2%;
    }

    .about-us-content {
        line-height: 24px;
        padding-bottom: 2%;
    }

    .left-time {
        float: right;
        padding-left: 3px;
    }
@media(max-width: 992px){
    .carousel-mobile {
        display: block;
    }
    .carousel-pc {
        display: none;
    }
}
@media(min-width: 992px) {
    .carousel-mobile {
        display: none;
    }

    .carousel-pc {
        display: block;
    }
}
.product-grid.recommend-product-list .title{
    display: block;
}
.topic-block .merchandise-video > p {
    text-align: center;
}

.top_nav_xs .logo_xs img {
    width: 204px;
    margin: 13px auto 0;
}
.top_nav_not_xs .logo_not_xs img {
    max-height: 52px !important;
}
.top_nav_not_xs .logo_not_xs {
    margin-top: 27px;
}
@media (max-width: 992px) {
    .search_container .fl {
        width: 85%;
    }

    .search_container input[type="text"] {
        border: 0;
        padding: 5px;
        height: 30px;
        margin-top: -5px;
    }

    .search_container .btn {
        margin-top: -2px;
    }
    .follow-us {
        text-align: left;
    }

        .follow-us .social .networks li,
        .follow-us .social .paypals li,
        .follow-us .social .expresses li {
            padding: 0px 0px 7px 0px !important;
        }
        .follow-us .social .paypals li,
        .follow-us .social .expresses li {
            width: 20%;
        }
            .follow-us .social .paypals li > a,
            .follow-us .social .expresses li > a {
                width: 100% !important;
                background-size: 100% !important;
            }
        .newsletter-email input[type="text"].newsletter-subscribe-text {
            width: 60%;
        }
    .newsletter-email input[type=button]{
        width: 40%;
    }
}
.top_nav_not_xs .top_cart .cart_text span{
    border: 0px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md0 {
        float: left;
        width: 1px !important;
    }
}
.html-home-page .topic-block{
    margin-bottom: 10px;
}
.top-slider .carousel-indicators {
    bottom: 0;
}
@media (max-width: 768px){
    .top-slider .carousel-indicators {
        bottom: 0;
        margin-bottom: -4px;
    }
    .more p, .more span {
        margin: 0 0 1px !important;
    }
}
.product-row .product-number > p {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-box {
    padding: 5px;
}
.item-box .prices {
    width: 100%;
    
}