@import "./navigation.css";
body {
  font-family: "Raleway", sans-serif;
}
.navbar-fixed-top {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.topbar {
  background: #157ed2;
  min-height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 0 15px;
}
.social-links {
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
  list-style: none;
}
.social-links li a {
  display: block;
  padding: 6px 5px;
  color: #fff;
  text-indent: -99999;
}

.social-links li a span {
  font-size: 15px;
  color: #fff;
}
.grand-led-lights-mobile-number {
  color: #fff;
  font-family: arial;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 480px) {
  .grand-led-lights-mobile-number {
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
  }
}
.navbar {
  margin-top: 30px;
}
.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
.navbar-header > h1 {
  margin: 0;
  padding: 0;
}
.custom-navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-navbar-brand img {
  margin-right: 15px;
}

@media (min-width: 991px) {
  .custom-navbar-brand {
    height: auto;
  }
  .custom-navbar-brand img {
    width: 42px;
  }
}
@media (max-width: 990px) {
  .custom-navbar-brand img {
    width: 42px;
  }
}
.custom-navbar-brand > strong {
  font-size: 3rem;
  color: #000 !important;
  align-self: center;
  text-transform: uppercase;
  line-height: 1;
}
.custom-navbar-brand > strong > span {
  display: block;
  font-size: 1.2rem;
}
.navbar-brand > h1 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-align: right;
  margin: 0;
  padding: 0;
}
.navbar-brand > span {
  display: block;
  font-size: 27px;
  text-transform: capitalize;
}
.navbar-brand h1 > i {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
}
.navbar-brand h1 sup {
  font-size: 13px;
  color: #ff0000;
}
@media (min-width: 991px) {
  .navbar-brand h1 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-align: right;
  }
  .navbar-brand h1 span {
    display: block;
    font-size: 27px;
    text-transform: capitalize;
  }
  .navbar-brand h1 i {
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: normal;
  }
  .navbar-brand h1 sup {
    font-size: 13px;
    color: #ff0000;
  }
}
@media (max-width: 768px) {
  .navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 5px 15px;
  }
  .navbar-brand h1 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    text-align: left;
  }
  .navbar-brand h1 span {
    display: block;
    font-size: 17px;
    text-transform: capitalize;
  }
  .navbar-brand h1 sup {
    font-size: 11px;
    color: #ff0000;
  }
}
@media (min-width: 991px) {
  /*.navbar-default .navbar-brand {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}*/
  .dropdown-menu.mega-dropdown-menu {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
  }

  .navbar-nav > li > a {
    line-height: 50px;
    color: #000;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
  color: red;
  /* border-bottom: 3px solid red; */
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
  color: red;
}

.product-title {
  display: block;
  padding-bottom: 40px;
  text-align: center;
}
.latest-product-title {
  display: block;
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #f5f5f5;
}
.latest-product-title h1 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.latest-product-title.padding {
  padding-top: 25px;
}
.row.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.dropdown-header > h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.btn-view-all {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  background: #ff0000;
  border-radius: 2px;
  color: #fff !important;
  padding: 3px 5px;
  text-transform: uppercase;
}
li.nohover a:hover {
  background-color: #fff !important;
}
li.nohover a::before {
  content: "";
  color: #fff;
}
@media (min-width: 765px) and (max-width: 1125px) {
  .nav > li > a {
    display: block;
    padding: 10px 10px;
    position: relative;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
    font-weight: bold;
    text-transform: none;
  }
}
.label-popular {
  background-color: #9d6262;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 1px 5px;
  border-radius: 3px;
}
.category-label {
  position: absolute;
  top: 15px;
  right: 5px;
  background-color: #4686cc;
  color: #fff;
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  padding: 1px 5px;
}

.category-label:before {
  border-color: #4686cc transparent transparent;
  border-style: solid;
  border-width: 4px;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 14px;
  width: 0;
}
/*===========
Sticker CSS
==================*/
.sticker {
  position: absolute;
  top: 15px;
  z-index: 2;
}
.sticker.top-left,
.sticker.top-right {
  display: block;
  top: 0;
  width: 66px;
}

.sticker.top-left {
  left: 0;
}

.sticker.top-right {
  right: 0;
}
.sticker.top-left::before {
  border-color: #157ed2 transparent transparent #157ed2;
  left: 0;
}
.sticker.top-right::before {
  border-color: #157ed2 #157ed2 transparent transparent;
  right: 0;
}
.sticker.top-left::before,
.sticker.top-right::before {
  border-style: solid;
  border-width: 33px;
  content: "";
  position: absolute;
  top: 0;
}
.sticker .label-left {
  left: 10px;
  transform: rotate(-45deg);
}

.sticker .label-right {
  right: 10px;
  transform: rotate(45deg);
}

.label-right,
.label-left {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
}

/*===============
Sticker CSS
===============*/
.fa.fa-angle-down {
  padding-left: 5px;
}
@media (max-width: 480px) {
  .fa.fa-angle-down {
    padding-left: 5px;
    float: right;
  }
}
.row.relative [class*="col-"] {
  position: relative;
}
.product-details {
  float: left;
  width: 100%;
  border: 1px solid #f2f1f6;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.product-details h2 {
  font-size: 15px;
  margin: 10px 0 0 0;
}
.product-details span {
  display: inline-block;
  font-size: 12px;
  color: #ff9d34;
}
.product-details p {
  font-size: 13px;
}
.product-details a {
  float: right;
  display: inline-block;
  background-color: #157ed2;
  color: #fff;
  font-size: 15px;
  padding: 2px 10px;
  border-radius: 2px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.dropdown-menu > li > a {
  font-size: 12px;
}
.dropdown-menu > li > a::before {
  content: "\f101";
  font-family: fontawesome;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .mega-dropdown-menu [class*="col-"] {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu img {
    margin: 0 auto;
  }
  .mega-dropdown {
    position: static !important;
    /*width:100%;*/
  }
  .mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0 !important;
  }
  /*.mega-dropdown-menu:before {
        content:"";
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        left: 285px;
        z-index: 10;
    }
    .mega-dropdown-menu:after {
        content:"";
        border-bottom: 17px solid #ccc;
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        top: -17px;
        left: 283px;
        z-index: 8;
    }*/
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu > li > ul > li {
    list-style: none;
    position: relative;
  }
  .mega-dropdown-menu > li > ul > li > a {
    display: block;
    font-style: 12px;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.2;
    color: #555;
    white-space: normal;
    font-size: 12px;
  }
  .mega-dropdown-menu > li > ul > li > a::before {
    content: "\f101";
    font-family: fontawesome;
    padding-right: 4px;
  }
  .mega-dropdown-menu > li ul > li > a:hover,
  .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
  }
  .mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
  }
  .mega-dropdown-menu form {
    margin: 3px 20px;
  }
  .mega-dropdown-menu .form-group {
    margin-bottom: 3px;
  }
}
.container-fluid.navbar-fixed-top {
  padding: 0;
}

@media (max-width: 991px) {
  /*
    ==================
    Navbar special Start
    ==================
    */
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-collapse.collapse.in {
    /* NEW */
    display: block !important;
  }
  .nav > li > a {
    border-right: 1px solid #dcdcdc;
    display: block;
    font-size: 17px !important;
    font-weight: 300;
    margin-top: 15px;
    position: relative;
  }
  @media (max-width: 480px) {
    .nav > li > a {
      border-right: 0px solid #dcdcdc;
    }
    .navbar-brand {
      float: left;
      font-size: 13px;
      height: 50px;
      line-height: 15px;
      padding: 5px 15px;
    }
    .navbar-brand > span {
      display: block;
      font-size: 17px;
      text-transform: capitalize;
    }
  }
  /*
    ==================
    Navbar special End
    ==================
    */
}

.list-group-item {
  background-color: #f5f5f5;
  color: #000;
  font-weight: 600;
}

.list-group-item:hover {
  background-color: #f9f9f9 !important;
  color: #555 !important;
}

.list-group-item::before {
  content: "\f0da";
  font-family: fontawesome;
  padding-right: 10px;
}
.list-group-item:first-child::before {
  content: "";
}
.item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.owl-item > .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.item img {
  transition: all 1s ease 0s;
}
.item img:hover {
  transform: scale(1.4);
}
.owl-item .item img {
  transition: all 1s ease 0s;
}
.owl-item .item img:hover {
  transform: scale(1.4);
}
.owl-item .item:hover .product-description {
  opacity: 1;
  transition: all 1s ease 0s;
}
.product-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 8px;
  opacity: 1;
}
.rating {
  color: #ff9d34;
}
.product-name {
  display: block;
}
.product-name h2 {
  font-size: 13px;
  color: #fff;
  margin: 0 0 5px 0;
}
.product-name > a {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  line-height: 13px;
}
.group-2 {
  float: left;
}

.banner-1 {
  margin-bottom: 75px;
}
.banner-1 .icon {
  overflow: hidden;
  padding: 0;
}
.banner-1 .image a {
  display: block;
  position: relative;
}
.banner-1 .image a img {
  max-width: 100%;
}
.banner-1 .image a::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.banner-1 .image a:hover::after {
  opacity: 0.35;
}
.banner-1 .item {
  float: left;
  overflow: hidden;
  width: 100%;
}
.banner-1 .item .image {
  float: left;
  position: relative;
  width: 50%;
  overflow: hidden;
}
.banner-1 .item .text {
  float: left;
  padding: 7% 0 0 9%;
  text-align: left;
  width: 50%;
}
.banner-1 .item .text .origin {
  color: #000;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.banner-1 .item .text .title {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20%;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .banner-1 .item .text .title {
    font-size: 25px;
  }

  .banner-1 .item .text .origin {
    font-size: 13px;
  }
}
.banner-1 .item .text .more {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 12px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.banner-1 .item .text .more::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 200px;
  z-index: 2;
}
.banner-1 .item.nth_2 .text {
  padding: 7% 9% 0 0;
  text-align: right;
}
.banner-1 .item.nth_2 .more::before {
  left: 0;
  right: auto;
}
.banner-1 .item_2 {
  position: relative;
  width: 100%;
}

/* .banner-1 .item_2 .image {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
} */

.banner-1 .item_2 .text_2 {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner-1 .item_2 .text_2 .title_2 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin: 7% 0 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner-1 .item_2 .text_2 .title_2 {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 7% 0 3px;
    text-transform: uppercase;
  }
}
.banner-1 .item_2 .text_2 .origin_2 {
  color: #545454;
  font-size: 18px;
  font-weight: normal;
}
.banner-1 .item_2 div.more {
  bottom: 7%;
  position: absolute;
  text-align: center;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 3;
}
.banner-1 .item_2 div.more h5 a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 62px;
  text-transform: uppercase;
}

.banner-1 .item_3 {
  position: relative;
  width: 100%;
}
.banner-1 .item_3 .text_3 {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner-1 .item_3 .text_3 .title_3 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin: 7% 0 18px;
  text-transform: uppercase;
}

.banner-1 .item_3 .text_3 .origin_3 {
  color: #545454;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .banner-1 .item_3 .text_3 .title_3 {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 7% 0 3px;
    text-transform: uppercase;
  }
  .banner-1 .item_3 .text_3 .origin_3 {
    color: #545454;
    font-size: 11px;
    font-weight: normal;
  }
  .banner-1 .item_2 .text_2 .origin_2 {
    color: #545454;
    font-size: 11px;
    font-weight: normal;
  }
}
.banner-1 .item_3 div.more {
  bottom: 7%;
  position: absolute;
  text-align: center;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 3;
}
.banner-1 .item_3 div.more h5 a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 62px;
  text-transform: uppercase;
}

.banner-1 .item_3:hover .image a::after {
  opacity: 0.35;
}
.banner-1 .item_3 {
  float: left;
  position: relative;
  width: 50%;
}
.banner-1 .item_3 .more {
  bottom: 40px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: auto;
  padding: 0 0 12px;
  position: absolute !important;
  right: 50px;
  text-transform: uppercase;
  top: auto;
  transition: all 0.3s ease 0s;
}
.banner-1 .item_3 .more::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 135px;
  z-index: 2;
}
.banner-1 .item_3.nth_2 .more {
  left: 40px;
  right: auto;
}
.banner-1 .item_3.nth_2 .more::before {
  left: 0;
  right: auto;
}

.banner-1 .item_4 {
  position: relative;
  width: 100%;
}
.banner-1 .item_4 .text_4 {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banner-1 .item_4 .text_4 .title_4 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin: 7% 0 18px;
  text-transform: uppercase;
}

.banner-1 .item_4 .text_4 .origin_4 {
  color: #000;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .banner-1 .item_4 .text_4 .title_4 {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 7% 0 3px;
    text-transform: uppercase;
  }
  .banner-1 .item_4 .text_4 .origin_4 {
    color: #000;
    font-size: 11px;
    font-weight: normal;
  }
}
.banner-1 .item_4 div.more {
  bottom: 7%;
  position: absolute;
  text-align: center;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 3;
}
.banner-1 .item_4 div.more h5 a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 62px;
  text-transform: uppercase;
}

.banner-1 .item_4:hover .image a::after {
  opacity: 0.35;
}
.banner-1 .item_4 {
  float: left;
  position: relative;
  width: 50%;
}
.banner-1 .item_4 .more {
  bottom: 40px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: auto;
  padding: 0 0 12px;
  position: absolute !important;
  right: 50px;
  text-transform: uppercase;
  top: auto;
  transition: all 0.3s ease 0s;
}
.banner-1 .item_4 .more::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 135px;
  z-index: 2;
}
.banner-1 .item_4.nth_2 .more {
  left: 40px;
  right: auto;
}
.banner-1 .item_4.nth_2 .more::before {
  left: 0;
  right: auto;
}

.banner-1 .item_2 div.more {
  bottom: 7%;
  position: absolute;
  text-align: center;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 3;
}
.banner-1 .item_2 div.more h5 a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 62px;
  text-transform: uppercase;
}
.banner-1 .item_2:hover .image a::after {
  opacity: 0.35;
}
.banner-1 .item_3 {
  float: left;
  position: relative;
  width: 50%;
}
.banner-1 .item_3 .more {
  bottom: 40px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: auto;
  padding: 0 0 12px;
  position: absolute !important;
  right: 50px;
  text-transform: uppercase;
  top: auto;
  transition: all 0.3s ease 0s;
}
.banner-1 .item_3 .more::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 135px;
  z-index: 2;
}
.banner-1 .item_3.nth_2 .more {
  left: 40px;
  right: auto;
}
.banner-1 .item_3.nth_2 .more::before {
  left: 0;
  right: auto;
}

.banner-1 .item_2 div.more {
  bottom: 7%;
  position: absolute;
  text-align: center;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 3;
}
.banner-1 .item_2 div.more h5 a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 62px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner-1 .item_2 div.more h5 a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
  }
}
.banner-1 .item_2:hover .image a::after {
  opacity: 0.35;
}
.banner-1 .item_3 {
  float: left;
  position: relative;
  width: 50%;
}
.banner-1 .item_3 .more {
  bottom: 40px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: auto;
  padding: 0 0 12px;
  position: absolute !important;
  right: 50px;
  text-transform: uppercase;
  top: auto;
  transition: all 0.3s ease 0s;
}
.banner-1 .item_3 .more::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 135px;
  z-index: 2;
}
.banner-1 .item_3.nth_2 .more {
  left: 40px;
  right: auto;
}
.banner-1 .item_3.nth_2 .more::before {
  left: 0;
  right: auto;
}

.banner-1 .item_2 div.more h5 a {
  background: #db3e3b none repeat scroll 0 0;
}
.banner-1 .item_2 div.more h5 a:hover {
  background: #e36866 none repeat scroll 0 0;
}

/*================
Footer Links
==================*/
.footer-container {
  background-color: #999;
  padding: 50px 0;
  margin-top: 30px;
}
.footer-link-menu {
  margin: 0;
  padding: 0;
}
.footer-link-menu li {
  list-style: none;
}
.footer-link-menu ul li.link-header {
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.footer-link-menu ul li.link-header h2 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.footer-link-menu ul {
  margin: 0;
  padding: 0;
}
.footer-link-menu ul li {
  list-style: none;
}
.footer-link-menu ul li a {
  display: block;
  padding: 3px 0px;
  color: #fff;
  font-size: 12px;
}
.footer-link-menu ul li a::before {
  content: "\f105";
  font-family: "fontawesome";
  float: left;
  line-height: 15px;
  padding-right: 8px;
}
.footer-link-menu ul li a h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

/*===============
Inner Page Css
=================*/
.inner-page {
  padding-top: 130px;
}

/* @media (max-width: 480px) {
  .inner-page {
    padding-top: 145px;
  }
} */
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page {
    padding-top: 145px;
  }
}
.table h3 {
  margin: 0;
}

/* div that surrounds Cloud Zoom image and content slider. */
/*#surround {
    width:50%;
    min-width: 256px;
    max-width: 480px;
}*/

/* Image expands to width of surround */
img.cloudzoom {
  width: 100%;
}

/* CSS for slider - will expand to width of surround */
#slider1 {
  margin-left: 20px;
  margin-right: 20px;
  height: 119px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: relative;
}

/*=======
Contact Page
=======*/

.contact-product-title {
  display: block;
  margin-bottom: 35px;
  text-align: left;
  border-bottom: 1px solid #f5f5f5;
}
.contact-product-title h1 {
  margin: 0 0 10px 0;
  font-size: 27px;
  /* -webkit-text-stroke: 4px rgba(180, 16, 16, 0.5); */
}
.contact-product-title p {
  font-size: 15px;
}

.contact-product-title a,
.contact-product-title a:hover {
  font-size: 15px;
  text-decoration: none;
}

/*=======
About Us Page
=======*/

.about-product-title {
  display: block;
  margin-bottom: 35px;
  text-align: left;
  border-bottom: 1px solid #f5f5f5;
}
.about-product-title h1 {
  margin: 0 0 10px 0;
  font-size: 27px;
}
.about-product-title p {
  font-size: 15px;
}

.about-product-title a,
.about-product-title a:hover {
  text-decoration: underline;
}

/*******
Slide Menu
********/
/* #js-menu-list {
  position: fixed;
  left: -222px;
  z-index: 2;
}
#js-menu-list.open {
  position: fixed;
  left: auto;
} */

/*****************
Home Page Product
***************/
.home-product {
  display: block;
  background: transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #ddd;
  margin-bottom: 30px;
  padding: 0px 0px 15px 0px;
}
.home-product > h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 12px 15px;
  background: #f1f1f1;
}
.home-product > a {
  display: block;
}
.home-product > a > img {
  display: block;
  margin: 0 auto;
}
.home-product .home-product-description {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  align-items: center;
  padding: 15px 5px;
}
@media (max-width: 990px) {
  .home-product .home-product-description {
    flex-direction: column;
  }
}
.home-product .home-product-description > h2 {
  font-size: 13px;
  font-weight: 800;
  color: #000;
}
.home-product .home-product-description > a {
  font-size: 13px;
  font-weight: normal;
  color: #157ed2;
  text-decoration: underline;
}

.item-product-tranparent {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 40px 40px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .item-product-tranparent {
    padding: 20px 15px;
  }
}

.product-tranparent {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  align-items: center;
  padding: 5px 15px;
}
@media (max-width: 990px) {
  .product-tranparent {
    flex-direction: column;
  }
}
.product-tranparent > h2 {
  font-size: 15px;
  font-weight: 800;
  color: #000;
}
.product-tranparent > a {
  font-size: 15px;
  color: #157ed2;
  text-decoration: underline;
}
