#myCarousel .slick-arrow {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)" !important;
    filter: alpha(opacity=0) !important;
    display: block;
    width: 30px;
    height: 110px;
    vertical-align: middle;
    background: rgba(0, 0, 0, .25);
    border: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#myCarousel .slick-arrow:hover {
    background: rgba(111, 111, 111, .7)
}

#myCarousel .slick-arrow i {
    font-size: 24px;
    font-weight: 600;
    line-height: 110px;
    color: #fff
}

#myCarousel .slick-arrow.slick-next {
    right: 0
}

#myCarousel .slick-arrow.slick-prev {
    left: 0
}

#myCarousel:hover .slick-arrow {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)" !important;
    filter: alpha(opacity=100) !important
}

#myCarousel .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px;
    margin-bottom: 10px
}

#myCarousel .slick-dots li button {
    border-color: #fff;
    background: rgba(0, 0, 0, .5)
}

#myCarousel .slick-dots li.slick-active button {
    background: #fff
}


.productWidgetTitle{}
.productWidgetTitle h2{ line-height: 50px;}

.homeProduct{ line-height: 24px; clear: both;}
#maincontent{margin-top: 20px;}



@media (max-width: 767px) {
    #myCarousel .slick-arrow {
        display: none !important
    }
}

.Web-intro {
    font-size: 1.5rem;
    background: #f8f8f8;
}

@media (max-width: 767px) {
    .Web-intro {
        font-size: 1.3rem;
        margin-right: -15px;
        margin-left: -15px
    }
}

.carousel-left img:hover {
    opacity: .9
}

@media (max-width: 991px) {
    .carousel-left a {
        float: left;
        display: block;
        width: 50%
    }

    .carousel-left img {
        width: 100%
    }
}

.hotProduct {
    border: 1px solid #e6e6e6;
    display: block;
    padding: 15px 25px;
    margin: 0 3px 3px;
    text-align: center;
    background: #fff
}

.hotProduct:hover {
    border-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, .05)
}

.hotProduct img {
    vertical-align: middle
}

.hotProduct b {
    display: block;
    font-size: 1.5rem;
    height: 50px;
    overflow: hidden;
    font-weight: 400;
    color: #26272c
}

.hotProduct b:hover {
    color: #08c
}

.hotProduct em {
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 42px;
    color: #eb2525
}

@media (min-width: 768px) {
    .hotProduct div{margin: 10px 0 15px;}
    .hotProduct img {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        width: 160px
    }

    .hotProduct img:hover {
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
}

@media (max-width: 540px) {
    .homeProduct {
        line-height: 1.4
    }

    .homeProduct .row {
        width: 50%;
        float: left;
        margin: 0
    }

    .homeProduct .col-xs-6 {
        width: 100%;
        padding: 0;
        margin-bottom: 5px
    }

    .hotProduct {
        padding: 5px
    }

    .hotProduct b {
        font-size: 1.3rem;
        height: auto
    }

    .hotProduct em {
        font-size: 1.3rem;
        line-height: 1.4
    }
}
.marginT20 {
    margin-top: 20px
}