.Left #SideCategoryList li li a, .Left .slist li li a {
    font-weight: 400;
    font-size:13px;
    background:#f3f3f3;
    padding:2px 14px 2px 35px;
border-bottom:solid 1px #fff;
}
.CategoryList li a {
font-weight: bold;
}
.CatetoryList li li a {
font-weight: normal;
}
/*Left Side Menu*/
.fa-chevron-down, .fa-chevron-up {
    font-size:10px;
    padding:10px;
    margin:-8px -10px 0 0;
}
.Left #SideCategoryList li a, .Left .slist li a, .Left #SideCategoryShopByPrice li a {
    font-weight:normal;
    font-size:15px;
    margin:0;
    padding: 5px 22px 5px 22px;
    border-bottom:solid 1px #fff;
}
h1, .h1, h2, .h2, h3, .h3 {
    color:#00f !important;
}
#ProductDetails .ProductTinyImageList ul li.selected {
    border-color:#00f !important;
}
#SearchForm input.Textbox {
    float: left;
    font-size: 13px;
color:#000000;
}

/*emergency kits*/
.custom-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.custom-section .col-md-6, .custom-section .col-sm-6  {
  flex: 0 0 50%;
  max-width: 50%;
}
.custom-section .col-md-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.hidden{
    display:none !important;
}
.custom-section .main-content{
    padding:0 12px;
    padding-bottom: 1.5rem;
    text-align: center;
    color:#605e5e;
}
.section-heading{
    font-size: 33px;
    line-height: 1.5em;
    text-align: center;
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.section-subheading{
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 700;
}
.custom-section .main-content p{
    margin-bottom: 1rem;
}
.section-description{
    font-size: 14px;
    margin-bottom: 1rem;
}
.custom-section .main-content .right-text{
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.custom-section .main-content a{
    text-decoration: none;
    background-color: #0099ff;
    color:#fff;
    padding:8px 12px;
}
.custom-section .main-content img{
    display: block;
    width: 100%;
}
.custom-section .content .links{
    display:block;
    padding:15px;
    border-radius:25px;
    border:1px solid #0c2337;
    font-size:1.25rem;
    color:#0c2337;
    background-color:#fff;
    text-decoration:none;
    text-align:center;
}
.custom-section .img-block img, .right-order-list img{
    display:block;
    width:100%;
}
.left-catalog .img-block{
    position:relative;
}
.left-catalog .title, .right-order-list .title, .right-order-list .title p, .right-order-list .title a, .maincontent a{
    color:#fff !important;
    font-size:1.75rem;
    text-align:center;
    padding:1.5rem;
    line-height:1.9rem;
    /*text-transform:uppercase;*/
}
.maincontent{
    text-align:center;
}
.left-catalog .maincontent{
    padding:1.0rem;
}
.arrow-img {
    max-width: 150px !important;
    padding: 0.5rem;
    margin: auto;
}
.left-catalog .absolute-img{
    bottom:0;
    left:0;
    right:0;
    width:100%;
    display:block;
    position:absolute;
}
.left-catalog,.right-order-list{
    padding:1.25rem;
}
.link-div{
    padding:0.56rem;
}
.banner-img{
    max-width: 850px;
    margin:auto;
}
.bg-blue{
    background-color:#004d8f;
}
.title-white{
    text-transform: none;
    color: #ffffff;
    letter-spacing: 0em;
    line-height: 1.4em;
    text-align: center;
    font-size: max(12px, calc(100rem * 42.23934 / 1366));
}

@media only screen and (max-width: 1100px) {
  .custom-section .col-md-6,
  .custom-section .col-md-4,
  .custom-section .col-md-3,
  .custom-section .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 520px) {
 .custom-section .col-sm-6{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}