@import url(../vendor/font-awesome/css/font-awesome.min.css);
img {
    max-width: 100%;
}

.min-body {
    min-height: 300px;
}

.btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn-default {
    background: #03a9f4;
    border-bottom: solid 1px #03a9f4 !important;
    color: #fff;
}

.btn-default:hover {
    background: #ff0000;
    border-color: #ff0000 !important;
    color: #fff !important;
}

.btn-danger {
    background: #f9ec60;
    border: solid 1px #f9ec60 !important;
    color: #333;
}

.btn-danger:hover,
.btn-danger:focus {
    background: #ff0000;
    border-color: #ff0000 !important;
    color: #fff;
}

.btn.btn-sm {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 7px 15px;
    text-transform: none;
}

.btn-lg {
    height: 40px;
    padding: 0px 45px;
}

header .headerTop {
    background: #f9ec60;
    line-height: 40px;
}

header .headerTop .hotline {
    float: left;
}

header .headerTop .hotline a {
    font-weight: bold;
}

header .headerTop .cart_box {
    float: right;
    line-height: 40px;
}

header .headerTop .cart_box a {
    color: #ff0000;
    background: #fff;
    border-radius: 50%;
    padding: 5px 10px;
}

header .headerBot {
    padding: 5px 0px;
    background: #f1f1f1;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
}

header .headerBot .logo {
    float: left;
}

header .headerBot .mainMenu .logo {
    /* float: left; */
    margin-top: -5px;
}

header .headerBot .logo img {
    height: 40px;
}

header .headerBot .mainMenu {
    float: right;
    margin-top: 5px;
    line-height: 30px;
}

header .headerBot .mainMenu ul>li {
    border-right: dotted 1px #333;
}

header .headerBot .mainMenu ul>li>a {
    line-height: 30px;
    padding: 0px 15px;
    text-transform: uppercase;
    /* color: #ffffff; */
    font-weight: 600;
}

header .headerBot .mainMenu ul>li>form {
    width: 90%;
    padding: 0 15px;
}

header .headerBot .mainMenu ul>li>a:hover {
    color: #ff0000;
    background: none;
}

header .headerBot .mainMenu ul>li:last-child {
    border-right: none;
}

header .headerBot .mainMenu ul>li:last-child a {
    padding-right: 0px;
}

header .headerBot .mainMenu ul>li ul {
    border: solid 1px #333;
}

header .headerBot .mainMenu ul>li ul li {
    border: none !important;
    border-right: none;
    line-height: 25px;
}

header .headerBot .mainMenu ul>li ul li a {
    /* background: #03a9f4 !important;
    color: #fff;
    padding: 0px 25px !important; */
    background: #f1f1f1 !important;
    color: #d43400;
    padding: 0px 25px !important;
}

header .headerBot .mainMenu ul>li ul li a:hover {
    background: #f9ec60 !important;
}

.ix-slider-full-width .flexslider {
    margin-top: -30px;
    width: 100%;
}

.flexslider .slides img {
    width: 100%;
}

.ix-action-box {
    background: #f7e41c;
    color: #333;
    text-shadow: none;
    font-size: 1.125em;
    margin: 0px;
}

.ix-entry-slider {
    margin-bottom: 0px;
}

.indexProducts {
    width: 100%;
    float: left;
    background: #f4f4f4;
}

.mg-top {
    margin-top: -30px;
}

.indexCats {
    /* margin-top: -30px; */
    width: 100%;
    float: left;
    padding: 15px;
    background: #f4f4f4;
}

.indexCats .productCatItem {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.indexCats .productCatItem .photo {
    width: 100%;
    float: left;
    height: 200px !important;
    padding: 20px;
    background: #fff;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.indexCats .productCatItem .photo:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.indexCats .productCatItem .info {
    width: 100%;
    float: left;
    padding-right: 20px;
}

.indexCats .productCatItem .info a {
    color: #333;
}

.indexCats .productCatItem .info a:hover {
    color: #ff0000;
}

.indexCats .productCatItem .info .title {
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
}

.indexCats .productCatItem .info .btn {
    color: #8f8f8f;
    background: #fff;
    border: solid 1px #8f8f8f;
    border-radius: 2px;
}

.indexCats .productCatItem .photo {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
}

.indexCats .productCatItem .photo a {
    width: 100%;
}

.indexCats .productCatItem .photo a img {
    max-width: 100%;
}

.productGroup {
    margin-bottom: 30px;
}

.productGroup .headTitle {
    width: 100%;
    float: left;
    background: #fff url("../images/radio.png") no-repeat center left;
    border-bottom: solid 1px #e8e8e8;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 40px;
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 10px;
}

.productGroup .headTitle a {
    color: #03a9f4;
    font-size: 0.875em;
}

.productItem {
    width: 100%;
    float: left;
    border: solid 1px #95a5a6;
    background: #fff;
    padding: 30px;
    transition: all 0.3s;
}

.productItem:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

.productItem .photo {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.productItem .photo a {
    width: 100%;
    float: left;
}

.productItem .photo a img {
    width: 100%;
    float: left;
}

.productItem .title {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.productItem .title a {
    color: #03a9f4;
}

.productItem .title a:hover {
    color: #ff0000;
}

.productItem .des {
    width: 100%;
    float: left;
    line-height: 22px;
    height: 88px;
    font-size: 14px !important;
    overflow: hidden;
}

.productItem .des ul,
.productItem .des li {
    margin: 0px;
    padding: 0px;
}

.productItem .des ul span,
.productItem .des li span {
    font-size: 14px !important;
}

.productItem .info {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #d4d4d4;
}

.productItem .info .price {
    color: #c0392b;
    font-size: 1.125em;
    margin-bottom: 0px;
}

.productItem .info .status {
    color: #666;
    font-size: 0.75em;
}

.actions .btn {
    width: 100%;
    color: #fff;
}

.actions .fa {
    vertical-align: baseline;
}

#ix-page {
    position: relative;
    margin-bottom: 35px;
    margin-top: 70px;
}

#ix-page .ix-page-title-bar {
    display: none;
    width: 100%;
    padding: 4px 0;
    background: #0099ff;
    margin-bottom: 35px;
}

#ix-page .ix-page-title-bar h1 {
    line-height: 38px;
}

#ix-page .ix-page-title-bar.titleSp {
    width: 100%;
    float: left;
}

.headerSearch {
    float: right;
    /* width: 200px; */
    margin-left: 20px;
    /* margin-top: 5px; */
    height: 30px;
    line-height: 30px;
}

.headerSearch .form-control {
    width: 75%;
    height: 30px;
    background: #fff;
    border: none;
    border-radius: 15px 0px 0px 15px;
    padding-left: 15px;
}

.headerSearch .btn {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    border: none !important;
    background: #fff;
    border-radius: 0px 15px 15px 0px;
    color: #333;
}

.headerSearch .btn i {
    line-height: 30px !important;
}

.news {
    margin-bottom: 30px !important;
    width: 100%;
    float: left;
}

.news .thumbnail {
    width: 100%;
    float: left;
    max-width: none !important;
    margin-bottom: 10px !important;
}

.news .thumbnail a,
.news .thumbnail img {
    width: 100%;
    float: left;
}

.news .info {
    width: 100%;
    float: left;
}

.news .news-title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

.news .des {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

#toTop {
    display: none !important;
}

.indexNews {
    padding: 35px 0px;
    width: 100%;
    float: left;
}

.indexNews .news .thumbnail {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.indexNews .news .thumbnail a {
    width: 100%;
    float: left;
    margin: 0px;
}

.indexNews .news .thumbnail img {
    width: 100%;
    float: left;
    margin: 0px;
}

.indexNews .news .info {
    padding: 0px;
}

.indexNews .news .news-title a {
    font-size: 1.125em;
    color: #03a9f4;
}

.indexNews .news .news-title a:hover {
    color: #ff0000;
}

.headTitlePage {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125em;
}

.breadcrumb {
    font-size: 1.25em;
    color: #fff;
    line-height: 38px;
    float: left;
}

.breadcrumb a {
    color: #fff;
}

.text-red {
    color: red;
}

.list {
    background: #03a9f4 !important;
}

.list a {
    text-transform: uppercase;
    color: #fff;
}

.list a:hover {
    text-transform: uppercase;
    color: red;
}

.list-group .list:hover {
    color: red;
    background: #f9ec60 !important;
}

.list-group li a:hover {
    text-transform: uppercase;
    color: red;
    background: #f9ec60 !important
}

.margin-item {
    padding: 5px;
    border: 1px solid #0cb3ff;
}

.menu-left {
    /* z-index: 100;
    position: fixed;
    top: 85px;
    left: 5%;
    width: 250px; */
}

.product {
    /* background: #d8d8d8 !important; */
    font-weight: bold;
}

.img-left {
    /* z-index: 100;
    position: fixed;
    top: 500px; */
}

footer {
    width: 100%;
    float: left;
    font-family: Arial;
}

footer .footerTop {
    background: #0cb3ff;
    padding: 35px 0px;
    color: #fff;
    font-size: 0.875em;
}

footer .footerTop .headTitle {
    font-size: 1.35em;
    text-transform: uppercase;
}

footer .footerTop a {
    color: #fff;
}

footer .footerTop a:hover {
    color: #f9ec60;
}

footer .footerTop .row>div {
    padding: 5px;
    /* float: left; */
    padding-left: 15px;
    padding-right: 15px;
}

footer ol {
    line-height: 30px;
    font-size: 15px;
    display: block;
    list-style-type: decimal;
    padding: 0px;
    margin: 15px;
}

footer .footerTop ul {
    padding: 0px;
    margin: 0px;
}

footer .footerTop ul li {
    list-style: none;
    line-height: 25px;
}

footer .footerTop ul li a {
    text-transform: uppercase;
}

footer .footerTop .social {
    text-align: center;
    margin-bottom: 30px;
}

footer .footerTop .social a {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

footer .footerTop .social a.facebook {
    background: #425f9c;
}

footer .footerTop .social a.twitter {
    background: #00aced;
}

footer .footerTop .social a.youtube {
    background: #ff9900;
}

footer .footerTop .social a.google {
    background: #e22d26;
}

footer .footerTop .payment {
    margin-bottom: 30px;
}


/* footer .footerTop .footerContact {
    width: 28%;
    float: left;
} */

footer .footerTop .footerInfo {
    width: 11%;
}

footer .footerTop .footerSupport {
    width: 18%;
}

footer .footerTop .footerFacebook {
    width: 23%;
}


/* footer .footerTop .footerIcons {
    text-align: right;
    float: right;
    width: 20%;
} */

footer .footerBot {
    background: #000;
    color: #666;
    font-size: 0.875em;
}

footer .footerBot p {
    margin-bottom: 0px;
}

footer .footerBot .coppy {
    float: left;
    padding: 35px 0px;
}

footer .footerBot #histats_counter {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .ix-mobile-nav .ix-navlist {
        z-index: 9;
    }
    .ix-selected.ix-mobile-nav-header {
        text-align: right;
    }
    .ix-mobile-nav .ix-navlist ul {
        width: 100%;
        margin: 0px;
    }
    .ix-mobile-nav .ix-navlist ul a {
        padding-right: 0px;
    }
    .ix-mobile-nav .ix-navlist .caret {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .headerTop {
        text-align: center;
    }
    .headerTop .hotline {
        width: 100%;
        float: left;
        font-size: 1.25em;
    }
    .headerBot {
        text-align: center;
    }
    .headerBot .logo img {
        height: 40px !important;
    }
    .breadcrumb {
        display: none;
    }
    footer {
        width: 100%;
        float: left;
    }
    #ix-page {
        float: none;
    }
    .footerContact,
    .footerInfo,
    .footerSupport,
    .footerFacebook,
    .footerIcons {
        width: 100% !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .footerIcons {
        width: 22% !important;
    }
    .footerInfo {
        width: 20% !important;
    }
    .footerSupport {
        width: 30%;
    }
}

@media (min-width: 991px) and (max-width: 1170px) {
    .container {
        width: 100%;
    }
    header .headerBot .mainMenu ul>li>a {
        padding: 0px 10px;
        font-size: 0.875em;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1330px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1430px;
    }
}

@media (max-width: 768px) {
    .indexCats .productCatItem .photo a img {
        max-width: 50%;
    }
}


/*# sourceMappingURL=style.css.map */