body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #666;
  font-weight: 400;
    overflow-x: hidden;
}


/* --------------------------------------
TYPOGRAPHY
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #313131;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  line-height: 24px;
}

h2 {
  font-size: 16px;
  line-height: 24px;
}

h3 {
  font-size: 14px;
  line-height: 21px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}


/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
  color: #31aae2;
    text-decoration : none;
    -webkit-transition      : all 0.3s ease 0s;
    -moz-transition      : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition      : all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
}

a:hover,
a:focus {
    text-decoration: none;
}


/* --------------------------------------
LIST STYLE
------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li{
  
}


/* --------------------------------------
FORM STYLE
------------------------------------------*/
.form-control {
  border: 1px solid transparent;
  background-color: #4c4c4c;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

.form-control:focus {
  border-color: #969798;
  box-shadow: none;
}


/* --------------------------------------
BUTTON STYLE
------------------------------------------*/
.btn {
  border-radius: 0;
  -webkit-transition : .3s;
  -moz-transition    : .3s;
  -ms-transition     : .3s;
  -o-transition      : .3s;
  transition         : .3s;
}
.btn-primary {
  background-color: #666;
  border-color: #666;
}

.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open>.dropdown-toggle.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus,
button:focus {
  outline: none;
}


/* --------------------------------------
    Global STYLE
-----------------------------------------*/

.mb-30{
  margin-bottom: 30px;
}

.no-margin{
  margin-left: 0;
  margin-right: 0;
}

.pt-30{
  padding-top: 30px;
}

.pb-30{
  padding-bottom: 30px;
}



/* --------------------------------------
    Page-header STYLE
-----------------------------------------*/

.page-header{
  background: url("assets/img/slider/slider.jpg");
  padding: 60px 0 60px 140px;
  margin: 0;
  border: 0;
  margin-bottom: 50px;
}

.page-header small{
  font-size: 30px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.page-header h1{
  position: relative;
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 40px;
  display: inline;
}

.page-header h1::before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000000;
}




/* --------------------------------------
    Top-bar STYLE
-----------------------------------------*/

.top-bar {
  padding: 15px 0 0;
}

.top-bar-cta,
.head-search .form-control {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}

.top-bar-cta li {
  display: inline-block;
  margin-right: 10px;
}

.top-bar-cta li:last-child {
  margin-right: 0;
}

.top-bar-cta li>a{
  display: block;
  color: #666;
  font-weight: 700;
}

.top-bar-cta li span i {
  display: block;
  line-height: 0;
  margin-left: 3px;
  color: #666;
}

.top-bar-cta .number{
  width: 180px;
  margin-left: -60px;
}

.top-bar-cta .pop-up{
  width: 165px;
}

.top-bar-cta .pop-up .login:hover,
.top-bar-cta .pop-up .register:hover{
  color: #DB0000;
}

.top-bar-cta .number i{
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

.top-bar-cta li p{
  margin-bottom: 0;
}

.top-bar-cta .login{
  float: left;
}

.top-bar-cta .register{
  padding-left: 45px;
}

.top-bar-cta .dropdown{
  border: 1px solid #000;
  padding: 5px 8px;
  vertical-align: middle;
}

.top-bar-cta .dropdown .dropdown-menu{
  left: -70px;
  width: 180px;
}

.top-bar-cta .map a:hover{
  color: #666;
}

.top-bar-cta .dropdown a{
  color: #DB0000;
}


/* --------------------------------------
    Head-search
-----------------------------------------*/

.head-search {
  position: relative;
}
.head-search .form-group {
  margin-bottom: 0;
}
.head-search .form-control {
  min-width: 260px
}
.head-search button {
  height: 34px;
  width: 40px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
}

.top-bar .title-head{
  padding-left: 88px;
}

.top-bar .title-head h2{
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0;
  margin-top: 8px;
}

.top-bar .title-head p{
  font-weight: 700;
  margin-bottom: 25px;
}

.top-bar .bottom-bar-cta{
  margin-top: 50px;
}

.top-bar .bottom-bar-cta li{
  display: inline-block;
  margin-right: -3px;
}

.top-bar .bottom-bar-cta li:nth-child(1){
  background-color: #DB0000;
}
.top-bar .bottom-bar-cta li:nth-child(2){
  background-color: #197200;
}
.top-bar .bottom-bar-cta li:nth-child(3){
  background-color: #666;
}

.top-bar .bottom-bar-cta .search{
  position: relative;
}

.top-bar .bottom-bar-cta .form{
  position: absolute;
  top: 0;
  left: -220px;
  opacity: 0;
  visibility: hidden;

  -webkit-transition   : all 0.5s ease 0s;
  -moz-transition      : all 0.5s ease 0s;
  -o-transition        : all 0.5s ease 0s;
  transition           : all 0.5s ease 0s;
}


.top-bar .bottom-bar-cta .search:hover .form{
  opacity: 1;
  visibility: visible;
  left: -209px;

}fv

.top-bar .bottom-bar-cta .form-control{
  height: 32.3px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fcfcfc;
}

.top-bar .bottom-bar-cta .search-icon,
.top-bar .bottom-bar-cta li i{
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.cart-dropdown{
  width: 350px;
}
.cart-dropdown .media {
  margin-top: 0;
  position: relative;
}
.cart-dropdown .media-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 30px;
}
.cart-dropdown .media-left img{
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.cart-dropdown .media-heading {
  font-size: 14px;
  line-height: 22px;
  color: #969595;
  margin: 0;
  text-transform: capitalize;
}
.cart-dropdown .price {
  display: block;
  font-size: 12px;
  color: #31aae2;
}
.cart-dropdown .close i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  border: 1px solid #A59F9F;
  border-radius: 50%;
  color: #B5B0B0;
  text-align: center;
  position: absolute;
  top: 33px;
  right: 30px;
}

.cart-dropdown .checkout {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 13px;
}
.cart-dropdown .checkout a.btn{
  display: inline-block;
  color: #fff;
  padding: 3px 15px;
  margin-right: 30px
}
.cart-dropdown .checkout a.btn:hover{
  background-color: #228ABA;
  border-color: #228ABA;
}
.cart-dropdown .checkout span {
  font-size: 13px;
  color: #969595;
  display: inline-block;
  line-height: 28px;
}
.cart-dropdown .checkout span .total{
  color: #30a8df;
}




/*Navigation*/
@media (min-width: 768px) {

  .navbar-default {
    border: 0;
    border-radius: 0;
  }
  .navbar-default.sticky {
    border-bottom: 1px solid #e7e7e7;
  }

  .navbar-nav>li {
    margin-right: 50px;
    display: inline-block;
    float: none;
  }
  .navbar-nav.navbar-right>li {
    margin-right: 20px;
  }
  .navbar-nav.navbar-right>li:first-child {
    margin-left: 0;
  }
  .navbar-nav>li:last-child {
    margin-right: 0;
  }
  .navbar-nav>li>a {
    padding: 15px 0;
  }


  .navbar-right .dropdown {
    position: relative !important;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right li span {
    margin-right: 10px;
  }

}

/*sticky menu*/
.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}

.navbar-default {
  background-color: rgba(25, 114, 0, 0.9);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 5px 15px;
  }
}

.navbar-default .navbar-nav>li>a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 0;
}


.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #ccc!important;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #ccc;
  background-color: transparent;
  position: relative;
  border-bottom: 4px solid #DB0000;
  margin-bottom: -4px;
}

.navbar-default .navbar-nav>li>a::before,
.navbar-default .navbar-nav>li>a::before{
  content: "";
  position: absolute;
  width: 20%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
  background: #DB0000;
  opacity: 0;
  visibility: hidden;

  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}

.navbar-default .navbar-nav>li>a:focus::before,
.navbar-default .navbar-nav>li>a:hover::before{
  opacity: 1;
  visibility: visible;
  width: 100%;
}


/*Dropdown Menu*/
.dropdown-menu {
  display: inherit;
  padding: 3px 0;
  border-radius: 0;
  border-top: 1px solid #000;
}

.dropdown-header {
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  color: #197200;
  text-transform:uppercase;
}

.dropdown-menu li a::before{
  content: "\f105";
  font-family: FontAwesome;
  width: 20px;
  margin-right: 8px;
}

.dropdown-menu li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  padding: 3px 20px 3px 45px;
  font-weight: 500;
}



.dropdown-menu li a:hover {
  color: #DB0000;
  background-color: transparent;
  transform: translateX(5px);
}

.dropdown .dropdown-menu {
  margin-top: 25px !important;
  opacity: 0;
  visibility: hidden;
    -webkit-transition      : all 0.3s ease 0s;
    -moz-transition      : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition      : all 0.3s ease 0s;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0!important;
  opacity: 1;
  visibility: visible;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #313131;
  background-color: transparent;
}



/*mega-menu*/

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
  position: static;
  float: none;
}

.nav .dropdown-menu{
  background-color: rgba(255, 255, 255, 0.90);
}

.collapse{
  border-bottom: 3px solid #fff;
}

.mega-menu .container {
  position: relative;
}
.mega-menu .dropdown-menu {
  left: auto;
}
.mega-menu .m-menu-content {}
.mega-menu .dropdown.m-menu-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}
.m-menu-content ul {
  border-right: 1px solid #f5f5f5;
  padding: 20px;
}
.m-menu-content ul:last-of-type {
  border-right: 0;
}



/*navbar-toggle*/
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: #31aae2;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}

/*offcanvas-menu*/
.offcanvas-menu {}
.offcanvas-menu h1 {
  font-size: 20px;
  padding: 15px 25px;
  color: #999;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
  margin-bottom: 25px;
}
.hippo-offcanvas-container > div {
  visibility: hidden;
}

#menu>li {
  margin-left: 15px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#menu>li:last-child {
  border-bottom: 0;
}
#menu>li ul li{
  margin-left: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#menu li a {
  display: block;
  text-decoration: none;
  color: #999999;
  padding: 0 15px;
}
#menu li a:hover,
#menu li.active a {
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.offcanvas-menu .close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 44px;
  height: 52px;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.offcanvas-menu .close:hover {
  background-color: #31aae2;
}




/*slider-section*/
.page-cover {
  background: url(assets/img/cover.jpg) no-repeat;
  background-size: cover;
  min-height: 400px;
}


/* ---------------------- /*
 * Header-section
/* --------------------- */

header .social-icon{
  margin-top: 40px;
}

header .social-icon li{
  display: inline-block;
  margin-right: 6px;
}

header .social-icon li:last-child{
  margin-right: 0;
}

header .social-icon li i{
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #000000;

  -webkit-transition : all.3s;
  -moz-transition    : all.3s;
  -ms-transition     : all.3s;
  -o-transition      : all.3s;
  transition         : all.3s;
}

header .social-icon li:hover i{
  background: #fe8602;
}

header .social-icon li a{
  color: #FFFFFF;
}


/* ---------------------- /*
 * Slider-section
/* --------------------- */

.tp-banner .tp-caption{
  color: #ffffff;
  letter-spacing: 2px;
}

.tp-banner .large-text{
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.tp-banner .middle-text{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0000;
}

.tp-banner .small-text{
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 20px;
}

.tp-banner .link-button a{
  margin-right: 6px;
}

.tp-banner .link-button a:last-child{
  margin-right: 0;
}

.tp-banner .link-button .btn-primary,
.tp-banner .link-button .btn-white{
  padding: 13px 35px;
  letter-spacing: 0;
  border: 0;
}

.tp-banner .link-button .btn-primary{
  background-color: rgba(219, 0, 0, 0.7);
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

.tp-banner .link-button .btn-primary:hover{
  color: #CECECE;
}

.tp-banner .link-button .btn-white{
  background-color: #ffffff;
  color: #31aae2;
}
.tp-banner .link-button .btn-white:hover{
  background-color: #31aae2;
  color: #313131;
}


/* ---------------------- /*
 * News-section
/* --------------------- */

.news-section{
  margin-top: 30px;
}

.news-wraper{
  border: 1px solid #000;
  padding: 20px 0;
  margin: 0;
}

.news-wraper h2{
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 2px;
  margin-top: 35px;
  margin-left: 50px;
}

#news-slider{
  margin-right: 100px;
}

#news-slider img{
  float: left;
  margin-right: 30px;
}

#news-slider p{
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 28px;
}

#news-slider .carousel-control{
  top: 50%;
  margin-top: -18px;
  right: -100px;
  left: auto;
}

#news-slider .carousel-control.left{
  margin-right: 47px;
}

#news-slider .carousel-control.left,
#news-slider .carousel-control.right{
  background-image: none;
  opacity: 1;
  border: 2px solid #000;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #666;
  text-shadow: none;

}

#news-slider .carousel-control.left i,
#news-slider .carousel-control.right i{
  font-weight: 900;

  -webkit-transition : all.3s;
  -moz-transition    : all.3s;
  -ms-transition     : all.3s;
  -o-transition      : all.3s;
  transition         : all.3s;
}

#news-slider .carousel-control.left:hover i,
#news-slider .carousel-control.right:hover i{
  color: #fe8402;
}




/* ---------------------- /*
 * Feature-section
/* --------------------- */

.feature-section{
  padding: 30px 0;
}

.feature-section h2{ 
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #777;
  text-transform: uppercase;
  margin: 30px 0px;
  padding-bottom: 10px;
}

.feature-wrapper{
  position: relative;
  overflow: hidden;
}

.feature-wrapper img{
  border: 2px solid #dedede;
  width: 99.99%;
}

.feature-wrapper::before{ 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 114, 0, 0.9);
  opacity: 0;
  visibility: hidden;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s;
}

.feature-wrapper:hover::before{
  opacity: 1;
  visibility: visible;
}

.feature-content{
  position: absolute;
  top: 70px;
  left: 2px;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s;
}

.feature-wrapper:hover .feature-content{
  opacity: 0;
  visibility: hidden;
}

.feature-content h3,
.hover-section h3{
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  float: left;
}

.feature-content p,
.hover-section p{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0px 10px 10px 0px;
}

.hover-section h3{
  position: absolute;
  top: -20px;
  left: 30px;
  opacity: 0;
  visibility: hidden;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s;
}

.feature-wrapper:hover .hover-section h3{
  opacity: 1;
  visibility: visible;
  top: 65px;
}

.hover-section p{
  position: absolute;
  top: 25px;
  left: -20px; 
  opacity: 0;
  visibility: hidden;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s; 
}

.feature-wrapper:hover .hover-section p{
  opacity: 1;
  visibility: visible;
  left: 30px;
}

.hover-section .btn{
  position: absolute;
  top: 200px;
  left: 30px;
  opacity: 0;
  visibility: hidden;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s; 
}

.feature-wrapper:hover .hover-section .btn{
  top: 140px;
  opacity: 1;
  visibility: visible;
  background-color: rgba(219, 0, 0, 0.5);
  font-weight: bold;
}



/* ---------------------- /*
 * Hot-product-section
/* --------------------- */

.hot-product-section{
  text-align: center;
  padding: 30px 0;
}

.hot-product-section h2{
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.hot-product-section h2::before{
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #666;
}

.hot-product-section h2::after{
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: 40%;
  height: 2px;
  background-color: #666;
}

.hot-slider{
  position: relative;
}

.hot-slider .slider-img{
  position: relative;
}

.hot-slider .slider-img::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
  opacity: 0;
  visibility: hidden;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s; 
}

.hot-slider .item:hover .slider-img::before{
  opacity: 1;
  visibility: visible;
}

.hot-slider h3{
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.hot-slider .product-hover{
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  z-index: 2;
}

.hot-slider .product-hover .cart{
  margin-right: 35px;
  opacity: 0;
  visibility: hidden;
}

.hot-slider .item:hover .cart{
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}

.product-hover .detail{
  margin-left: 35px;
  opacity: 0;
  visibility: hidden;
}

.hot-slider .item:hover .detail{
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.hot-slider .product-hover i{
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 0 3px;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s; 
}

.hot-slider .product-hover i:hover{
  background: #fe8402;
  color: #fff;
}

.hot-slider .product-hover a{
  color: #666;
}

.owl-nav .owl-prev,
.owl-nav .owl-next{
  position: absolute;
  top: -55px;
}

.owl-nav i {
    cursor: pointer;
    font-size: 22px;
    color: #666;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #000000;
    border-radius: 50%;
    text-align: center;
  font-weight: 900;
}

.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i{
    color: #fe8402;
} 

.owl-nav .owl-prev {
    left: 46%;
}

.owl-nav .owl-next {
    right: 46%;
}


/* ---------------------- /*
 * Latest-product-section
/* --------------------- */

.latest-product-section{
  text-align: center;
}

.latest-product-section h2{
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.latest-product-section h2::before{
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #666;
}

.latest-product-section h2::after{
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: 40%;
  height: 2px;
  background-color: #666;
}


.latest-slider{
  position: relative;
}

.latest-slider .slider-img{
  position: relative;
}

.latest-slider .slider-img::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
  opacity: 0;
  visibility: hidden;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s; 
}

.latest-slider .item:hover .slider-img::before{
  opacity: 1;
  visibility: visible;
}

.latest-slider h3{
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.latest-slider .product-hover{
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  z-index: 2;
}

.latest-slider .product-hover .cart{
  margin-right: 35px;
  opacity: 0;
  visibility: hidden;
}

.latest-slider .item:hover .cart{
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}

.latest-slider .product-hover .detail{
  margin-left: 35px;
  opacity: 0;
  visibility: hidden;
}

.latest-slider .item:hover .detail{
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.latest-slider .product-hover i{
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 0 3px;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s; 
}

.latest-slider .product-hover i:hover{
  background: #fe8402;
  color: #fff;
}

.latest-slider .product-hover a{
  color: #666;
}


/* ---------------------- /*
 * Banner
/* --------------------- */

.banner img{
  width: 100%;
}



/* ---------------------- /*
 * Tss_section
/* --------------------- */

.tss-section{
  padding: 20px 0 30px;
  background-color: rgba(25, 114, 0, 1);
}

.tss-section h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #eee;
  margin-left: -15px;
  border-bottom: 2px solid #1b7b00;
}

.tss-section h2{
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.tss-section h2::before{
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #000;
}

.tss-section ul li{
  position: relative;
}

.tss-section ul li::before{
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 700;
  color: #ddd;
  left: -15px;
  top: 2px;
  width: 10px;
  height: 10px;
}

.tss-section ul li:hover::before{
  color: #db0000;
}

.tss-section ul li a{
  color: #ddd;
  font-weight: 500;
  line-height: 25px;
}

.tss-section ul li a:hover{
  color: #db0000;
  margin-left: 3px;
}





/* ---------------------- /*
 * Footer
/* --------------------- */

footer{
  color: #fff;
  background: #ddd;
}

.footer-content{
  background: #ddd;
  margin-bottom: 20px;
}

footer .description h2{
  color: #555;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.footer-wraper{
  position: relative;
  padding-left: 20px;
  padding-bottom: 25px;
}

.footer-wraper::before{
  content: "";
  position: absolute;
  left: 0;
  top:0;
  width: 1px;
  height: 230px;
  background: rgba(255, 255, 255, 0.25);
}

.footer-wraper h3{
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 15px;
}

.footer-wraper p{
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.footer-wraper p a{
  color: #fff;
}

.footer-wraper ul li{
  line-height: 24px;

  -webkit-transition : all.3s;
  -moz-transition    : all.3s;
  -ms-transition     : all.3s;
  -o-transition      : all.3s;
  transition         : all.3s; 
}

.footer-wraper ul li:hover{
  margin-left: 5px;
}

.footer-wraper ul li a{
  color: #fff;
  font-weight: 500;
}

.footer-wraper ul li a:hover{
  color: #A09B9B;
}

.footer-wraper form{
  position: relative;
}

.footer-wraper i{
  position: absolute;
  font-size: 14px;
  top: 9px;
  right: 12px;
  color: #fff;
}

.footer-content .copy-right{
  position: relative;
}

.footer-content .copy-right p{
  margin-bottom: 0;
}

.footer-content .copy-right a{
  color: #a6a6a6;

  -webkit-transition : .5s;
  -moz-transition    : .5s;
  -ms-transition     : .5s;
  -o-transition      : .5s;
  transition         : .5s;

}

.footer-content .copy-right a:hover{
  color: #ff0000;
}

.footer-content .copy-right::before{
  content: "";
  position: absolute;
  top: -33px;
  right: 0;
  width: 65.3%;
  height: 1px;
}

.footer-content .copy-right p{
  font-size: 12px;
  color: #555;
  margin-top: 10px;
}

.footer-content .copy-right h2{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #777;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 400;
}

.footer-content .copy-right ul li{
  display: inline-block;
  margin-right: 10px;
}

.footer-content .copy-right ul li:last-child{
  margin-right: 0;
}

.footer-content .footer-img{
  margin-left: 20px;
}

.footer-content .hover-image{
  position: absolute;
  top: 0;
  margin-left: 20px;
}

.footer-content .hover-image li{
  opacity: 0;

  -webkit-transition : all .5s;
  -moz-transition    : all .5s;
  -ms-transition     : all .5s;
  -o-transition      : all .5s;
  transition         : all .5s;
}

.footer-content .hover-image li:hover{
  opacity: 1;
}


/* ---------------------- /*
 * About Page
/* --------------------- */

.about-content h2{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.about-content hr{
  border-top: 2px solid #000;
}

.about-content .media-left{
  padding-right: 30px;
}

.about-content .media-left img{
  width: 360px;
  height: 275px;
}

.about-content .media-body p{
  font-size: 14px;
  color: #444444;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.about-description{
  margin: 45px 0 110px;
}

.about-description p{
  font-size: 14px;
  color: #444444;
  letter-spacing: 1px;
  margin-bottom: 30px;
}


/* ---------------------- /*
 * Contact Page
/* --------------------- */

.contact-content{
  margin-bottom: 250px;
}

.contact-content h2{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-content hr{
  border-top: 2px solid #000;
}

.contact-content h3{
  font-size: 18px;
  text-transform: uppercase;
  margin: 40px 0;
}

.contact-form .form-control{
  margin-bottom: 25px;
  background-color: #f6f6f4;
  padding: 10px;  
  color: #5c5c5c;
}

.contact-form .btn{
  background-color: #DB0000;
  border-color: #DB0000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 23px;

  -webkit-transition  : all .3s;
  -moz-transition     : all .3s;
  -ms-transition      : all .3s;
  -o-transition       : all .3s;
  transition          : all .3s;
}

.contact-form .btn:hover{
  background-color: #FF9036;
  border-color: #FF9036;
}

.contact-right-bar p{
  font-size: 14px;
  font-weight: 500;
  color: #3e3e3e;
}

.contact-right-bar address{
  margin: 30px 0;
}

.contact-right-bar a{
  color: #DB0000;
}


/* ---------------------- /*
 * Product-Page
/* --------------------- */


.portfolio-section h2{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.portfolio-section hr{
  border-top: 2px solid #000;
}

.portfolioFilter{
  padding: 50px 0;
}

.portfolioFilter a{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
  margin-right: 35px;
}

.portfolioFilter .current{
  color: #DB0000;
  position: relative;
}

.portfolioFilter .current::before{
  content: "\f103";
  font-family: FontAwesome;
  position: absolute;
  right: -12px;
  top: -2px;
  width: 10px;
  height: 10px;
  font-size: 14px;
  color: #DB0000;
}

.portfolioContainer{
  margin-bottom: 50px;
}

.portfolio-wraper{
  position: relative;
}

.portfolio-wraper .slider-img{
  position: relative;
}

.portfolio-wraper .slider-img img{
  width: 100%;
}

.portfolio-wraper .slider-img::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 132, 2, 0.82);
  z-index: 1;
  opacity: 0;
  visibility: hidden;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s;
}

.portfolio-wraper:hover .slider-img::before{
  opacity: 1;
  visibility: visible;
}

.portfolio-wraper h3{
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.portfolio-wraper .product-hover{
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2;
}

.portfolio-wraper .product-hover .cart{
  margin-right: 70px;
  opacity: 0;
  visibility: hidden;
}

.portfolio-wraper:hover .cart{
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}

.portfolio-wraper .product-hover .detail{
  margin-left: 70px;
  opacity: 0;
  visibility: hidden;
}

.portfolio-wraper:hover .detail{
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.portfolio-wraper .product-hover i{
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 0 3px;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s;
}

.portfolio-wraper .product-hover i:hover{
  background: #fe8402;
  color: #fff;
}

.portfolio-wraper .product-hover a{
  color: #666;
}

.page-selection{
  margin: 0 0 65px;
}

.page-selection li{
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.page-selection li a{
  background: #000000;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 12px;
}

.page-selection li a:hover{
  background: #fe8402;
}


/* ---------------------- /*
 * Product-Detail-Page
/* --------------------- */

.review-section{}

.review-section h2{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.review-section hr {
  border-top: 2px solid #000;
}

.review-right-bar h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.review-right-bar h3 span{
  font-size: 18px;
  font-weight: 400;
  color: #DB0000;
  line-height: 50px;
}

.review-right-bar p{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

.review-right-bar .counting{
  display: inline-block;
  margin-right: 30px;
}

.review-right-bar .counting li{
  display: inline-block;
  background: #ececec;
  padding: 12px 30px;
  margin-right: -3px;
}

.review-right-bar .counting li:first-child,
.review-right-bar .counting li:last-child{
  background: #000000;
  padding: 12px;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s;
}

.review-right-bar .counting li:first-child:hover,
.review-right-bar .counting li:last-child:hover{
  background: #DB0000;
}

.review-right-bar .counting li:first-child a,
.review-right-bar .counting li:last-child a {
  color: #ffffff;
}

.review-right-bar .btn{
  background: #DB0000;
  border-color: #DB0000;
  padding: 11.3px 26px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: -2px;

  -webkit-transition : all.5s;
  -moz-transition    : all.5s;
  -ms-transition     : all.5s;
  -o-transition      : all.5s;
  transition         : all.5s;
}

.review-right-bar .btn:hover{
  background: #EF944A;
  border-color: #EF944A;
}

.review-right-bar .social-bar{
  margin-top: 50px;
}

.review-right-bar .social-bar li{
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 8px;
}

.review-right-bar .social-bar li i{
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #ececec;
}

.review-right-bar .social-bar li a{
  color: #666;
}

.review-content h3{
  font-size: 20px;
  font-weight: 500;
  margin-top: 45px;
}

.review-content hr{
  border-color: #dcdcdc;
}

.review-content p{
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.review-section .hot-slider{
  padding: 25px 0 65px;
}

.review-section .owl-nav .owl-prev,
.review-section .owl-nav .owl-next{
  top: -40px;
}




/* ---------------------- /*
 * Checkout-Page
/* --------------------- */

.checkout-section{
  margin-bottom: 90px;
}

.checkout-section h2{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.checkout-section hr{
  border-bottom: 2px solid #000000;
  margin-bottom: 50px;
}

.checkout-section p{
  font-size: 14px;
  color: #444444;
  line-height: 22px;
}

.checkout-left-bar{
  margin-top: 80px;
}

.checkout-left-bar .panel-default,
.checkout-left-bar .panel-group .panel-heading+.panel-collapse>.list-group,
.checkout-left-bar .panel-group .panel-heading+.panel-collapse>.panel-body,
.checkout-left-bar .collapse{
  border: 0;
}

.checkout-left-bar .panel{
  box-shadow: none;
}

.checkout-left-bar .panel-heading{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.checkout-left-bar .panel-group .panel{
  border-radius: 0;
}

.checkout-left-bar .panel-title span{
  background: #000000;
  color: #ffffff;
  padding: 1px 4px;
  margin-right: 7px;
}

.checkout-left-bar .panel-heading,
.checkout-left-bar .in{
  position: relative;
}

.checkout-left-bar .panel-heading::before{
  content: "\f067";
  position: absolute;
  font-family: FontAwesome;
  width: 20px;
  height: 20px;
  top: 12.5px;
  right: 15px;
  color: #ffffff;
  background: #000000;
  line-height: 20px;
  text-align: center;
}

.checkout-left-bar .in::before{
  content: "\f068";
  position: absolute;
  font-family: FontAwesome;
  width: 20px;
  height: 20px;
  top: -31.5px;
  right: 15px;
  color: #ffffff;
  background: #DB0000;
  line-height: 20px;
  text-align: center;
}

.checkout-left-bar .panel-body{
  border: 0;
  padding: 0;
  padding-top: 20px;
}

.checkout-left-bar .panel-body li{
  font-size: 14px;
  font-weight: 500;
}

.checkout-left-bar .first-para{
  background: #DB0000;
  padding: 0 28px;
  border-bottom: 1px solid #fff;
}

.checkout-left-bar .second-para{
  background: #fceec3;
  padding: 0 28px;
  border-bottom: 1px solid #fff;
}

.checkout-left-bar .first-para li{
  display: inline-block;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  line-height: 35px;
  width: 100px;
  text-align: center;
}
.checkout-left-bar .second-para li{
  display: inline-block;
  color: #444444;
  padding: 0 28px;
  border-left: 1px solid #ffffff;
  line-height: 45px;
  width: 100px;
  text-align: center;
}

.checkout-left-bar .first-para li:first-child,
.checkout-left-bar .second-para li:first-child{
  float: left;
  border-left: 0;
}

.checkout-left-bar .third-para{
  background: #ebeaea;
  padding-bottom: 20px;
}

.checkout-left-bar .third-para ul{
  display: inline-block;
}

.checkout-left-bar .third-para ul li{
  margin: 9px 28px;
}

.checkout-left-bar .btn{
  text-transform: uppercase;
  background: #DB0000;
  border-color: #DB0000;

  -webkit-transition : all .3s;
  -moz-transition    : all .3s;
  -ms-transition     : all .3s;
  -o-transition      : all .3s;
  transition         : all .3s;
}

.checkout-left-bar .btn:hover{
  background: #FB9E52;
  border-color: #FB9E52;
}



/* ---------------------- /*
 * Login Page
/* --------------------- */

.login-sestion{
  padding-bottom: 100px;
}

.login-sestion .form-group{
  margin-bottom: 40px;
}

.login-sestion .form-control{
  background-color: #f7f6f2!important;
  color: #000;
  text-transform: uppercase;
  padding: 25px 12px;
}

.login-sestion .text{
  color: #DB0000;
}

.login-sestion .strong{
  font-size: 14px;
  font-weight: 500;
}

.login-sestion .btn{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 21px;
}

.login-sestion .log{
  background: #DB0000;
  border-color: #DB0000;
  padding: 6px 26px;
}

.login-sestion .log:hover{
  background: rgba(254, 114, 1, 0.62);
  border-color: rgba(254, 114, 1, 0.62);
}



/* ---------------------- /*
 * Registation Page
/* --------------------- */

.register{
  text-align: center;
}

.register .page-header{
  padding: 60px 0;
}

.register .page-header  h1::before{
  right: 0;
  margin: 0 auto;
}

.register-sestion{
  padding-bottom: 100px;
}

.register-sestion .form-group{
  margin-bottom: 10px;
}

.register-sestion .form-control{
  background-color: #dddcda!important;
  color: #4e4e4e;
}

.register-sestion .box{
  margin-top: 20px;
}

.register-sestion .text{
  color: #DB0000;
}

.register-sestion .btn{
  background: #DB0000;
  border-color: #DB0000;
  font-weight: 500;
  color: #fff;
  padding: 6px 26px;
  margin-top: 30px;
}

.register-sestion .btn:hover{
  background: rgba(254, 114, 1, 0.62);
  border-color: rgba(254, 114, 1, 0.62);
}



/* ---------------------- /*
 * Gallery
/* --------------------- */

#gallery-carousel{
  padding-bottom: 50px;
}

#gallery-carousel img{
  width: 100%;
}

#gallery-carousel .carousel-control.left,
#gallery-carousel .carousel-control.right{
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  top: 40%;
}

.gallery-wraper{
  height: 250px;
  margin-bottom: 30px;
}

.gallery-wraper img{
  width: 100%;
  height: 100%;
}





/* ---------------------- /*
 * Preloader
/* --------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(assets/img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.gallery{
  cursor:pointer;
}

.good li{
width:auto;
font-family:sans-serif;
font-size:15px;
font-weight: bold;
color: ##66cc66; 
border:1px solid #66cc66;
background: #ccffcc;
text-align: left;
list-style:none;
padding: 5px;
margin-bottom:5px;
}

.err li{
width:auto;
font-family:sans-serif;
font-size:15px;
font-weight: bold;
color: #dd0000; 
border:1px solid #d16b6b;
background: #ffcccc ;
text-align: left;
list-style:none;
padding: 5px;
margin-bottom:5px;
}