/*font-family: 'Righteous', cursive;
font-family: 'Roboto', sans-serif;*/
body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #696765;
  font-weight: 500; }

* {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border: none;
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

a:hover {
  text-decoration: none; }

header {
  background: #000;
  overflow: hidden;
  position: relative; }
  header .logo {
    margin: 15px 0px;
    padding: 0px; }
  header .top-right-side {
    background: #111;
    text-align: right;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    padding: 0px 0px 0px 40px;
    z-index: 3;
    height: 39px;
    line-height: 39px;
    float: right; }
    header .top-right-side .top-links {
      display: inline-block; }
      header .top-right-side .top-links a {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        padding: 0px 15px; }
  header:after {
    position: absolute;
    content: "";
    top: 0;
    height: 39px;
    width: 82%;
    background: #111;
    right: -900px; }
  header .social-link {
    display: inline-block;
    margin: 0px 5px; }
  header .phone-number {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: normal; }
  header .search-wrapper {
    width: 440px;
    display: flex;
    float: right;
    margin-top: 30px; }
    header .search-wrapper .fld {
      width: calc(100% - 88px);
      height: 35px;
      padding-left: 5px;
      border: none; }
    header .search-wrapper .search-btn {
      border: none;
      outline: none; }

.menu-wrapper {
  background: #111;
  width: 100%; }

.custom-nav {
  width: 100%;
  margin: 0px 0px 0px;
  text-align: center; }
  .custom-nav > li {
    display: inline-block;
    position: relative; }
    .custom-nav > li > a {
      display: inline-block;
      color: #fff;
      padding: 0px 18px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      line-height: 67px;
      font-size: 18px; }
      .custom-nav > li > a:hover {
        background: #e4ab29; }
      .custom-nav > li > a:after {
        /* content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 33px;
       background: #2c2c2c; 
        top: 16px; */ }
    .custom-nav > li:last-child a:after {
      display: none; }
    .custom-nav > li ul {
      display: none;
      position: absolute;
      top: 67px;
      background: #000;
      width: 230px;
      left: 0;
      text-align: left;
      z-index: 999; }
      .custom-nav > li ul li {
        display: block; }
        .custom-nav > li ul li a {
          display: block;
          padding: 8px 15px;
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          border-bottom: solid 1px #2c2c2c; }
          .custom-nav > li ul li a:hover {
            background: #e4ab29; }
    .custom-nav > li:hover ul {
      display: block; }

.categeory-section {
  display: block;
  margin-top: 1px;
  float: left;
  clear: both; }
  .categeory-section li {
    position: relative;
    width: calc(100% / 3);
    float: left;
    border-right: solid #fff 1px;
    height: 450px;
    overflow: hidden;
    list-style: none; }
    .categeory-section li .main-img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    .categeory-section li:hover .main-img {
      transform: scale(1.1); }
    .categeory-section li .caption {
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      padding: 90px 0px 30px 0px; }
      .categeory-section li .caption h1 {
        color: #fff;
        font-size: 36px;
        font-family: "Righteous", cursive;
        text-transform: capitalize;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        letter-spacing: 1px; }
        .categeory-section li .caption h1:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          width: 100px;
          height: 5px;
          background: #e4ab29;
          bottom: 0;
          margin: 0 auto; }
      .categeory-section li .caption a {
        display: block;
        color: #d3d3d3;
        font-size: 18px;
        text-transform: uppercase; }
        .categeory-section li .caption a:hover {
          color: #fff; }

.process-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/process-bg.jpg);
}
.process-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
#000000;
opacity: .80;
z-index: -1;
}

.featured-products {
  display: block;
  padding: 50px 0px;
  text-align: center; }
  .featured-products h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
  .featured-products .item {
    margin: 0px 15px; }
  .featured-products .customNavigation {
    position: relative;
    top: -58px;
    max-width: 600px;
    margin: 0 auto; }
    .featured-products .customNavigation a {
      font-size: 33px;
      float: left;
      cursor: pointer; }
      .featured-products .customNavigation a.next {
        float: right; }

.product-thumb {
  border: #e0e0e0 solid 1px;
  position: relative;
  width: 100%;
  text-align: center;
	background-color: white;
  margin-bottom: 30px; }
  .product-thumb .mask {
    position: absolute;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
    transform: scale(0); }
    .product-thumb .mask a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 30px; }
  .product-thumb:hover .mask {
    transform: scale(1); }
  .product-thumb .img-holder {
    width: 100%;
    background: #fff;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product-thumb .img-holder .main-img {
      max-width: 100%;
      object-fit: cover;
      max-height: 250px; }
  .product-thumb p {
    text-transform: uppercase;
    font-weight: 500;
    color: #000; }
  .product-thumb .cart-btn {
    display: block;
    width: 100%;
    background: #000000;
    color: #fff;
    font-size: 18px;
    padding: 10px 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 33; }
    .product-thumb .cart-btn:hover {
      background: #e4ab29; }
  .product-thumb:hover .cart-btn {
    background: #e4ab29; }

.navigation {
  background: #000000;
  padding: 8px 0px;
  margin-bottom: 60px; }

.navg {
  margin: 0px auto;
  padding: 0px;
  display: table; }

.navg ul {
  margin: 0;
  padding: 0; }

.navg ul li {
  list-style: none;
  float: left; }

.navg ul li a {
  float: left;
  list-style: none;
  font-size: 13px;
  color: #404040;
  background-color: #fff;
  border: #e2e2e2 solid 1px;
  padding: 5px 10px;
  margin: 0px 5px 0px 0px; }

.navg ul li a:hover {
  background-color: #e4ab29;
  color: #fff; }

.cate-section {
  display: block;
  clear: both;
  float: left;
  width: 100%; }
  .cate-section li {
    width: calc(100% / 3);
    float: left;
    position: relative;
    overflow: hidden;
    height: 320px;
    list-style: none; }
    .cate-section li img {
      min-width: 100%;
      object-fit: cover;
      min-height: 100%;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    .cate-section li:hover img {
      transform: scale(1.1); }
    .cate-section li .mask {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .cate-section li .mask h2 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 36px; }
      .cate-section li .mask a {
        display: inline-block;
        text-decoration: underline;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff; }
        .cate-section li .mask a:hover {
          color: #e4ab29; }
    .cate-section li:hover .mask {
      background: rgba(0, 0, 0, 0.7); }

.map-section {
  float: left;
  width: 100%;
  padding: 60px 0px;
background-color: #333;}
  .map-section .pdf-img {
    max-width: 100%;
    margin: 0 auto; }

footer {
  background: url(../images/footer-bg.png) no-repeat center center #151515;
  padding: 0px 0px;
  background-size: cover;
  float: left;
  width: 100%; }
  footer .newsletter-wrapper {
    max-width: 550px;
    margin: 0 auto;
    padding: 50px 0px;
    text-align: center; }
    footer .newsletter-wrapper h3 {
      font-size: 22px;
      text-transform: uppercase;
      color: #fff; }
    footer .newsletter-wrapper p {
      color: #909090;
      font-size: 14px; }
    footer .newsletter-wrapper .newsletter-form {
      width: 100%;
      display: flex; }
      footer .newsletter-wrapper .newsletter-form .fld {
        width: calc(100% - 109px);
        height: 43px;
        background: #fff;
        border: none;
        padding-left: 10px; }
      footer .newsletter-wrapper .newsletter-form .sub-btn {
        border: none; }
  footer .ft-listing {
    float: left;
    width: calc(100% - 120px);
    border-top: solid 1px #292929;
    padding: 30px 0px;
    margin: 0px 60px; }
    footer .ft-listing h4 {
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 15px; }
    footer .ft-listing > li {
      list-style: none;
      float: left;
      width: calc(100% / 5);
      border-right: #292929 solid 1px;
      padding: 0px 20px;
      min-height: 230px; }
      footer .ft-listing > li:nth-child(1) {
        padding-left: 0; }
      footer .ft-listing > li:last-child {
        border-right: none; }
      footer .ft-listing > li .certificates {
        max-width: 100%;
        margin: 0 auto; }
      footer .ft-listing > li .ft-links {
        list-style: none;
        margin-bottom: 0; }
        footer .ft-listing > li .ft-links li {
          display: block;
          margin-bottom: 10px; }
          footer .ft-listing > li .ft-links li i {
            padding-right: 10px; }
      footer .ft-listing > li a,
      footer .ft-listing > li p {
        color: #979797;
        font-size: 14px;
        margin-bottom: 0; }
      footer .ft-listing > li a:hover {
        color: #fff; }
      footer .ft-listing > li .white-text {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600; }
      footer .ft-listing > li .contact-info {
        display: block;
        margin-bottom: 10px; }
        footer .ft-listing > li .contact-info i {
          color: #fff;
          display: inline-block;
          vertical-align: top;
          font-size: 14px;
          margin-top: 5px;
          margin-right: 12px; }
        footer .ft-listing > li .contact-info p {
          display: inline-block;
          width: calc(100% - 30px); }
  footer .copyright-section {
    float: left;
    width: 100%;
    border-top: #292929 solid 1px;
    margin-top: 30px;
    padding-top: 20px; }
    footer .copyright-section a,
    footer .copyright-section p {
      color: #979797;
      font-size: 13px;
      margin-bottom: 0; }

.menu-btn {
  display: none; }

.inner-banner {
  height: 280px;
  background: url(../images/inner-banenr.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0px 30px; }
  .inner-banner:after {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: ""; }
  .inner-banner h1 {
    color: #fff;
    font-size: 42px;
    font-family: "Righteous", cursive;
    position: relative;
    z-index: 3;
    letter-spacing: 1px; }
    .inner-banner h1 span {
      color: #e4ab29;
      font-size: 26px; }

.inner-pages-section {
  padding: 60px 0px; }

.left_menu-btn {
  display: none; }

.xzoom-thumbs {
  width: 310px;
  background: #dcdcdc;
  padding: 15px;
  vertical-align: top;
  margin-left: 10px;
  display: inline-block; }

.product-info {
  background: #e8e8e8;
  padding: 20px 15px;
  margin-top: 30px; }
  .product-info h2 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .product-info h2 span {
      font-size: 16px;
      color: #7d7d7d;
      font-weight: 500;
      letter-spacing: 0;
      text-transform: capitalize; }

.artno {
  background: #fff;
  padding: 10px;
  font-weight: 600;
  margin-bottom: 10px; }
  .artno span {
    display: inline-block;
    width: 150px; }

.qty-number {
  width: 90px;
  text-align: center;
  height: 30px;
  border: #a5a5a5 solid 1px; }

.site-title {
  font-size: 22px;
  color: #000;
  margin: 30px 0px;
  font-weight: 600;
  text-transform: uppercase; }

.cart-btn {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: #e4ab29;
  font-size: 18px;
  text-transform: uppercase; }
  .cart-btn:hover {
    color: #fff;
    background: #000; }

.large-img-holder {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 450px;
  display: inline-block;
  position: relative; }
  .large-img-holder img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  /*  width: 220px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
   /* max-width: 400px;*/
    max-height: 430px; }

@media only screen and (max-width: 767px) {
  header .logo {
    display: block;
    margin: 15px auto; }

  header .top-right-side {
    display: none; }

  header .search-wrapper {
    width: 100%;
    margin-bottom: 15px; }

  .custom-nav {
    position: fixed;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    left: -250px;
    top: 0;
    width: 230px;
    height: 100%; }
    .custom-nav li {
      display: block; }
      .custom-nav li a {
        line-height: normal;
        text-align: left;
        display: block;
        padding: 8px 15px;
        font-size: 16px; }
    .custom-nav.menu_show {
      left: 0; }

  .custom-nav > li ul {
    position: inherit;
    top: 0px;
    left: 0;
    padding-left: 10px;
    width: 100%; }

  .menu-btn {
    display: inline-block;
    margin: 12px 0px;
    background: #fff;
    border: none;
    padding: 4px 12px;
    font-size: 14px;
    margin-right: 15px; }

  .categeory-section li {
    width: 100%;
    border-right: none;
    border-bottom: solid #fff 1px;
    height: 300px; }

  .cate-section li {
    width: 100%;
    height: 300px; }

  footer .ft-listing > li {
    width: 100%;
    border-right: 0;
    border-bottom: #292929 solid 1px;
    min-height: inherit;
    margin-bottom: 15px;
    padding-bottom: 15px; }

  footer .ft-listing {
    width: 100%;
    padding: 30px 15px;
    margin: 0px; }

  footer .copyright-section {
    margin-top: 0;
    border: none;
    padding-top: 0px;
    text-align: center; }

  footer .text-right {
    text-align: center !important; }

  .menu-wrapper {
    text-align: right; }

  footer .newsletter-wrapper {
    padding: 0px 15px; }

  .inner-banner {
    height: 200px; }
    .inner-banner h1 {
      font-size: 24px; }
      .inner-banner h1 span {
        font-size: 18px; }

  .left_menu-btn {
    display: inline-block;
    margin: 12px 0px;
    background: #e4ab29;
    border: none;
    padding: 12px 12px;
    font-size: 14px;
    margin-right: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px; }

  .inner-pages-section {
    padding: 30px 0px; }

  .left_menu_container {
    position: fixed;
    top: 0;
    width: 280px;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    left: 0;
    z-index: 99;
    height: 100%;
    overflow: auto;
    left: -300px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .left_menu_container.left_menu_btn {
      left: 0; }

  .xzoom-thumbs {
    width: 100%; }

  .large-img-holder {
    width: 100%; } }

@media  screen and (max-width: 1366px) {
 .custom-nav > li > a {
      display: inline-block;
      color: #fff;
      padding: 0px 15px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      line-height: 67px;
      font-size: 16px; }

}
