﻿body {
background-color:#f2f2f2;    
}
li {
    list-style-type:none;
}
.slick-slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;

}
  @media (max-width:800px)
{
   .slick-slide {
    width: 1280px;
    height: auto;
    position: relative;
    overflow: hidden;

}
}
.cover-image {
    width:100%;
}
 .banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-text .container {
    height: 100%;
    display: table;
    text-align: center;
}
.banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle;
}
    .banner-text h4 {
        margin: 0;
        font-size: 30px;
        font-weight: 500;
        color: #fff;
    }

.met-column-nav.bordernone {
    border-bottom: none;
    background-color:#FFFFFF;
}
.met-column-nav {
    border-bottom: 1px solid #f0f2f5;
    text-align: center;
}
.met-column-nav .met-column-nav-ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.met-column-nav .met-column-nav-ul>li a.link {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #90939b;
}
.met-column-nav-ul li a {
    color: #62a8ea;
    text-decoration: none;
}

    .met-column-nav .met-column-nav-ul>li a.link:hover, .met-column-nav .met-column-nav-ul>li a.link.active {
    color: #0075c1;
}
    .met-column-nav .product-search .form-group {
    max-width: 500px;
    margin: 0 auto 10px;
}
#productsearch {
    border-radius:0px;
}
.met-product {
    width:100%;
    background: #f2f2f2;
    margin-top:10px;
}
.cover-image {
    width: 100%;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
   
}
.met-product .met-grid li .widget {
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,37,55,0.05);
    box-shadow: 0 1px 3px rgba(0,37,55,0.05);
}
.met-product .widget, .met-product .widget .widget-header, .met-product .widget-body {
    border-radius: 0 !important;
}

.widget {
    border-radius: 3px;
}
.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
}
.met-product h4 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.widget > .widget-title {
    padding: 12px 20px;
}
.widget-title {
    margin-top: 0;
    
    text-transform: capitalize;
}
    .widget-title a {
        color: #37474f;
    }
.met-product {
padding-top:30px;
}
.met-product li {
    float:left;
    height:310px;
    width:295px;
    margin-left:20px;
}

#productcontainer {
    width:1280px;
    padding:0px;

}