﻿.product-single {
    background: #f7f7f7;
    margin-bottom: 30px;
}

#product-slider {
    width: 100%;
    position: relative;
}

    #product-slider img {
        width: 100%;
    }

.product-single .product-actions-single .chosen-single, .page-content .chosen-single {
    height: 40px;
    padding: 6px 0 0 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #7a8188;
}

    .product-single .product-actions-single .chosen-single div, .page-content .chosen-single div {
        top: 7px;
    }

    .product-single .product-actions-single .chosen-drop li, .page-content .chosen-single li {
        padding: 8px 6px;
    }

.product-single .product-actions {
    max-width: 280px;
}

.product-single .numeric-input {
    margin-right: 10px;
}

.product-fullscreen {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 24px;
    text-align: center;
    color: #bdc3c7;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    cursor: pointer;
}

    .product-fullscreen:hover {
        color: #333;
    }

#product-carousel img {
    width: 120px;
    background: #fff;
    padding: 10px 0;
    cursor: pointer;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

    #product-carousel img.active-item, #product-carousel img:hover {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
    }

#product-carousel {
    /*padding-right: 40px;*/
    position: relative;
    border: none;
}

.product-arrows > div {
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #2288C6;
    border: 1px solid #2288C6;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    cursor: pointer;
}

    .product-arrows > div:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }

.product-arrows .left-arrow {
    top: 20px;
    left: 0;
}

.product-arrows .right-arrow {
    top: 20px;
    right: 0;
}

.product-single-info table td {
    padding: 0 20px 5px 0 !important;
    border: none;
}

.product-single-info strong {
    color: #596067;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
}

.product-single-info span.price {
    font-size: 24px;
    display: block;
    margin: -10px 0 0;
    vertical-align: bottom;
}

    .product-single-info span.price del {
        font-size: 16px;
        vertical-align: bottom;
        padding-top: 5px;
        display: inline-block;
    }

.ProductDetail .heading-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'helveticaneuebold';
    color: #0CC8E8;
    text-transform: uppercase;
}

.ProductDetail .price {
    font-family: 'helveticaneuebold';
    font-size: 18px;
    color: #ff0000;
}

.moredetail {
    margin-top: 20px;
}

    .moredetail .tab-content {
        padding: 10px;
    }

.product .description .btn {
    padding: 10px 20px;
    background: #cc0000;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .product .description .btn:hover, .product .description .btn:focus {
        background: #A60000;
        color: #fff;
    }

.product p {
    font-size: 16px;
}
/*----- news.html -----*/
.newslist {
    list-style: none;
    padding-left: 0;
}

    .newslist li {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #B7B7B7;
    }

        .newslist li:last-child {
            border-bottom: none;
        }

        .newslist li .pic {
            display: block;
            position: relative;
            overflow: hidden;
        }

/*.newslist li .pic:before {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: rgba(0, 0, 0, 0.50);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                opacity: 0;
            }

            .newslist li .pic:hover:before {
                opacity: 1;
            }*/
.pic span {
    background: #992e2e none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 50%;
    color: #ffffff;
    display: inline-table;
    font-size: 20px;
    height: 40px;
    left: 50%;
    margin-bottom: -20px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    width: 40px;
    transition: all 0.3s ease-in 0s;
    transform: scale(0);
}

.pic:hover span {
    transform: scale(1);
}

.pic span i {
    display: table-cell;
    vertical-align: middle;
}

.newslist li h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
}

    .newslist li h2 a {
        color: #e60000;
    }

        .newslist li h2 a:hover {
            text-decoration: none;
            color: #666666;
        }

.newslist li p {
    text-align: justify;
}

.newslist li .readmore {
    float: right;
    color: #2288C6;
    font-size: 14px;
}

    .newslist li .readmore:hover {
        text-decoration: none;
        color: #d10e0e;
    }

.qualClass {
    position: relative;
}

    .qualClass input.quan {
        display: inline-block;
        float: left;
        margin-right: 5px;
    }

    .qualClass .up {
        position: absolute;
        background: transparent;
        left: 30px;
        top: 0px;
        font-size: 14px;
        border: none;
    }

    .qualClass .down {
        position: absolute;
        background: transparent;
        left: 30px;
        bottom: 0px;
        font-size: 14px;
        border: none;
    }

        .qualClass .up:hover, .qualClass .down:hover {
            color: #2288C6;
        }

    .qualClass .update {
        height: 34px;
        width: 34px;
        line-height: 34px;
        display: inline-block;
        float: left;
        margin-right: 5px;
        border: 1px solid #179942;
        border-radius: 4px;
        font-size: 14px;
        color: #Fff;
    }

    .qualClass .xoa {
        height: 34px;
        width: 34px;
        line-height: 34px;
        display: inline-block;
        float: left;
        border-radius: 4px;
        padding: 0;
        border: 1px solid #2288C6;
    }

.step {
    text-align: center;
    margin-bottom: 20px;
}

    .step .carticon {
        margin-right: 40px;
    }

        .step .carticon > i {
            font-size: 60px;
            color: #2288C6;
        }

            .step .carticon > i:before {
                font-size: inherit;
            }

        .step .carticon:before {
            font-size: inherit;
        }

.steplist {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    position: relative;
}

    .steplist:before {
        position: absolute;
        content: "";
        left: 0;
        top: 15px;
        width: 100%;
        height: 1px;
        background: #666;
        z-index: -1;
    }

    .steplist > li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        padding: 5px 20px;
    }

        .steplist > li:first-child {
            padding-left: 0px;
            margin-left: 0px;
        }

        .steplist > li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }

        .steplist > li > label {
            display: block;
            margin: 0 auto 5px;
            width: 22px;
            height: 22px;
            padding: 0px;
            border-radius: 50%;
            text-align: center;
            line-height: 22px;
            background: #666;
            color: #fff;
        }

        .steplist > li.active > label {
            background: #2288C6;
        }

        .steplist > li > span {
        }

        .steplist > li.active > span {
            color: #2288C6;
        }

ul.icon li a.facebook:hover {
    border: 2px solid #3A5795;
    background-color: white;
    color: #3A5795;
}

ul.icon li a.twitter:hover {
    border: 2px solid #00ACEE;
    background-color: white;
    color: #00ACEE;
}

ul.icon li a.googleplus:hover {
    border: 2px solid #D44132;
    background-color: white;
    color: #D44132;
}


table, table tr, table tr td {
    border: 1px solid #7a8188;
}

#deliveryForm {
    padding-top: 10px;
    margin-right: 10px;
}

.method {
    margin-bottom: 10px;
}

.features-tab-area.bottom {
    padding-top: 0;
}

.features-tab.bottom {
    margin-bottom: 24px;
}

.listnew .single-image {
    width: 40% !important;
    margin-right: 0 !important;
}

.single-image {
    display: inline-block;
    float: left;
    margin-right: 1%;
    position: relative;
    width: 40%;
}

    .single-image > a {
        display: block;
    }

    .single-image span {
        background: #992e2e none repeat scroll 0 0;
        border-radius: 50%;
        bottom: 58%;
        color: #ffffff;
        display: inline-table;
        font-size: 20px;
        height: 40px;
        left: 50%;
        margin-bottom: -20px;
        margin-left: -20px;
        position: absolute;
        text-align: center;
        width: 40px;
        transition: all 0.3s ease-in 0s;
        transform: scale(0);
    }

    .single-image:hover span {
        transform: scale(1);
    }

    .single-image span i {
        display: table-cell;
        vertical-align: middle;
    }

.news-info {
    color: #888889;
    float: left;
    line-height: 22px;
    width: 59%;
}

    .news-info a h5 {
        color: #252525;
        margin-bottom: 8px;
        margin-top: 4px;
        padding-left: 7px;
    }

.single-news {
    display: block;
    overflow: hidden;
    margin-bottom: 28px;
}

.latest-news {
    padding-bottom: 38px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

 .description-main {
    margin-top: 20px;
}

.description-main {
}

.footer-widget-area {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 46px 0;
}

.nameCompany {
    font-family: 'UTMAmericanSans', Arial, Helvetica, sans-serif;
    color: #308345;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.row.boder-b-footer {
    position: relative;
}

.footer-border::after {
    /*background: #444 none repeat scroll 0 0;
    bottom: 15%;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    width: 71.5%;*/
}

.footer-widget-area .col-md-3 {
    padding-left: 0;
}

.footer-widget > h4 {
    color: #008b40;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.single-widget-list > li {
    padding: 6px 0;
}

.single-widget-list li span {
    color: #000;
}

.single-widget-list > li, .single-widget-list > li a {
    color: #008b40;
}

.single-widget-list a.more {
    color: #008b40;
}

.footer-widget > h2 {
    margin-bottom: 19px;
}

.footer-widget h2 a {
    color: #000;
    display: inline-block;
    font-size: 40px;
    line-height: 38px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-widget > p {
    color: #008b40;
    line-height: 21px;
    font-size: 14px;
}

.infor {
    padding-left: 28px;
    position: relative;
}

    .infor i {
        left: 0;
        position: absolute;
        top: 3px;
    }

.footer-widget .infor > span {
    color: #000;
    font-weight: 600;
}

p.infor:last-child {
    margin-bottom: 0;
}

.blue {
    color: #024923;
}

.dark-yellow {
    color: #F7A62D;
}

.lemon {
    color: #94CF1F;
}

.yellow {
    color: #FAC62A;
}

.social-icons > li {
    border: 1px solid #024923;
    display: inline-block;
    height: 24px;
    margin: 0 22px;
    position: relative;
    text-align: center;
    width: 93px;
}

.social-icons a {
    color: #024923;
    display: inline-block;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
}

.social-icons li i {
    border: 1px solid #d1cfcf;
    color: #024923;
    height: 24px;
    left: -24px;
    padding-top: 4px;
    position: absolute;
    top: -1px;
    width: 24px;
}

.social-icons > li:nth-child(4), .social-icons > li:nth-child(5), .social-icons > li:nth-child(6) {
    margin-top: 11px;
}

.footer-widget-bottom > h2 {
    color: #024923;
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.support-payments i {
    color: #024923;
    font-size: 30px;
    padding-right: 2px;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
footer {
    background: #024923 none repeat scroll 0 0;
    color: #96636E;
    font-size: 14px;
    padding: 5px 0;
}

    footer p {
        margin-bottom: 0;
    }

    footer a {
        font-weight: 700;
        color: #ddd;
    }

.footer-widget-area .social-icons li a:hover {
    padding: 0;
}

.widget.category-home .content {
    padding: 5px;
    border: 1px solid #e9e9e9;
}

.widget.category-home h2.heading {
    margin-bottom: 0;
}

.content {
    padding-top: 10px;
}
.categorys .fa-circle-o{
    padding-right:7px;
}
.red{
    color:#e60000;
}
#scrollUp {
    background: #8e8e8e none repeat scroll 0 0;
    bottom: 35px;
    color: #ffffff;
    display: inline-table;
    font-size: 27px;
    font-weight: 700;
    height: 40px;
    right: 28px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
#scrollUp i {
    display: table-cell;
    vertical-align: middle;
    font-family: "FontAwesome";
    font-weight: 700;
}
#scrollUp:hover {
    background:#308345;
    color:#fff
}


#support {
    display: block;
    min-height: 200px;
    position: fixed;
    right: -250px;
    top: 40%;
    width: 250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2000;
}

    #support.in {
        right: 0px;
    }

#supportBtn {
    height: 255px;
    width: 41px;
    background: url(../content/images/label-support.png) no-repeat;
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
    cursor: pointer;
}

#support-content {
    border-radius: 0 20px 0 20px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid #1280B5;
    max-height: 250px;
    min-height: 250px;
    overflow-y: auto;
    margin-top: 1px;
    padding: 10px 10px 15px 10px;
}
.hotline{
    font-size:17px;
    padding-top:5px;
    color:red;
}
.details{
    font-size:15px;
    padding:10px 0;
}
#category-product{
    margin-bottom:-14px;
}
.lang li{
    float:right;
    padding-top:5px;
    margin-right:2px;
    margin-left:5px;
}