* {
    font-family: 'PT Sans', sans-serif;
}

body {
    padding-top: 20px;
}

#logo a {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

#logo a img {
    width: 100%;
    height: 70px;
    background-color: green;
}

.container {
    /*width: 100%;*/
}

tr.hide-row td{
    color: silver;
    text-decoration: line-through;
}

span.visit-style {
    color: gray;
}

a.hdr_link {
    color: black;
}

#hdr {
    font-size: 16px;
}

/*upmenu-line*/

#upmenu-line {
    text-align: center;
}
#upmenu-line i {
    font-size: 40px;
    margin-bottom: 10px;
}
#upmenu-line a {
    color: #333;
    font-weight: 600;
}
#upmenu-line a:hover {
    color: #FF8C00;
}
#upmenu-line .col-md-1, #upmenu-line .col-md-2, #upmenu-line .col-md-3 {
    border: 1px solid darkblue;
    /*height: 140px;*/
    /*padding: 20px 10px;*/
    margin-bottom: 10px;
}

#upmenu-line i {
    display: none;
}

@media (min-width: 768px) {  }

@media (min-width: 992px) {
    #upmenu-line i { display: block; }

    #upmenu-line .col-md-1, #upmenu-line .col-md-2, #upmenu-line .col-md-3  {
        border-radius: 15px 5px;
        height: 40px;
        padding: 7px 10px;
        margin-bottom: 10px;
        border: 1px solid white;
        border-top-width: 2px;
        border-bottom-width: 2px;
        background: linear-gradient(-120deg, darkorange, antiquewhite, orange);
    }

    #upmenu-line .col-md-1:first-child, #upmenu-line .col-md-2:first-child, #upmenu-line .col-md-3:first-child {
        border-left-width: 2px;
    }
    #upmenu-line .col-md-1:last-child, #upmenu-line .col-md-2:last-child, #upmenu-line .col-md-3:last-child  {
        border-right-width: 2px;
    }

}

@media (min-width: 1200px) {  }

/***********************************/
hr {
    margin-top: 0;
    border-top: 2px solid #eee;
}

a {
    color: darkblue;
}

h1 {
    font-size: 34px;
}

h1, h2, h3 {
    margin-bottom: 20px;
}

.thumbnail {
    border: 0;
}

.btn-group-vs > .btn .btn-xs {
    font-size: 14px;
    font-weight: 700;
}




.item-news a {
    color: white;
}

.item-news-0,
.item-news-1,
.item-news-2
{
    display: none;
}




.goods-count-minus,
.goods-count-plus {
    cursor: pointer;
}





.upline-news {
    background: linear-gradient(-120deg, royalblue, lightskyblue, royalblue);
    margin-top: -20px;
    padding: 7px;
    margin-bottom: 10px;
    color: white;
}

.upline-news a.close-marquee {
    float: right;
    color: white;
}

.upline-news marquee {
    float: left;
    width: 99%;
}
