@charset "utf-8";

/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700');
@import url("font-awesome.min.css");
@import url("custom.flexslider.css");
@import url("framework.css");


@import url(all.css);
@import url(superslides.css);
@import url(bootstrap-select.css);
@import url(carousel-ticker.css);
@import url(code_animate.css);
@import url(bootsnav.css);
@import url(owl.carousel.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url(baguetteBox.min.css);



body {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}



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

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #1c9911;
  font-size: 3em;
  line-height: 50px;
}

h2 {
  color: #353535;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: #454545;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}



/*---------------------------------------
   GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #64c714;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #64c714;
  outline: none;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #64c714;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title h4 {
  color: #bfbdbd;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

.overlay {
  background: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 100px 0;
}

#productos, 
#galeria,
#testimonial {
  text-align: center;
}

.about-image img,
.team-thumb img {
  width: 100%;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}



/*---------------------------------------
   BUTTONS               
-----------------------------------------*/

.section-btn {
  background: #38a506;
  border-radius: 0;
  border: 0;
  color: #f9f9f9;
  font-size: inherit;
  font-weight: normal;
  padding: 10px 25px;
  transition: 0.5s 0.2s;
  border-radius: 5px;
}



/*---------------------------------------
     PRE LOADER              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
    MENU              
-----------------------------------------*/
.custom-navbar .navbar{
  background-color: #ffffff;
}

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.navigation{
  background-color: #ffffff;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.custom-navbar .navbar-brand span {
  color: #64c714;
  background-color: #ffffff;
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
  display: inline-block;
  margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
  background: #292929;
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
  padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
  color: #ffffff;
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #2aa70b;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #2aa70b;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0; 
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #2aa70b;
  }

  .top-nav-collapse .nav li a {
    color: #313131;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}



/*---------------------------------------
    HOME              
-----------------------------------------*/

#home {
  padding: 0;
}

#home h1 {
  color: #ffffff;
  padding-bottom: 30px;
}

#home h3 {
  color: #f9f9f9;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .slider .col-md-8 {
    padding-left: 0;
  }
}

.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 2em;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px 10px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20,20,20,0.2);
  height: 100%;
  color: #fff;
  cursor: e-resize;
  padding: 4em 0 0 2em;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/slider-image1.jpg);
}

.slider .item-second {
  background-image: url(../images/slider-image2.jpg);
}

.slider .item-third {
  background-image: url(../images/slider-image3.jpg);
}

.slider .item-second .section-btn {
  background: #2aa70b;
}

.slider .item-second .section-btn:hover {
  background: #ffffff;
}

.slider .item-third .section-btn {
  background: #2aa70b;
}

.slider .item-third .section-btn:hover {
  background: #ffffff;
}

/*---------------------------------------
    ABOUT              
-----------------------------------------*/

#nosotros {
  padding-bottom: 0;
}

.nosotros-info {
  padding: 0 6em 5em 0;
}

.nosotros-info .section-title {
  padding-bottom: 20px;
}

.nosotros-image {
  position: absolute;
}


/*------------------------------------------------------------------ 
Productos
------------------------------------------------------------------*/

.title-all{
  margin-bottom: 30px;
}
.title-all h1{
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}
.title-all p{
  color: #999999;
  font-size: 16px;
}
.products-box{
  padding: 70px 0px;
}
.special-menu{
  margin-bottom: 40px;
}
.filter-button-group{
  display: inline-block;
}
.filter-button-group button{
  background: #51b638;
  ;
  border-radius: 10px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 5px 30px;
  font-size: 18px;
}
.filter-button-group button.active{
  border-radius: 10px;
  background: #04500e;
}
.filter-button-group button{
}
.products-single {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}
.products-single .box-img-hover{
  overflow: hidden;
  position: relative;
}

.box-img-hover img{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.type-lb{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index:8;
}
.type-lb .sale{
  background: #51b638;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.type-lb .new{
  background: #000000;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.why-text{
  background: #f5f5f5;
  padding: 15px;
}
.why-text h4{
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
.why-text h5{
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding: 4px;
display: inline-block;
background: #51b638;
color: #ffffff;
  font-weight: 600;
}
.mask-icon{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.mask-icon ul{
  display: inline-block;
position: absolute;
bottom: 0;
right: 0;
}
.mask-icon ul li{
  background: #51b638;
}
.mask-icon ul li a{
  color: #ffffff;
  padding: 5px 10px;
  display: block;
}
.mask-icon a.cart{
  background: #51b638;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
}
.mask-icon a.cart:hover{
  background: #51b638;
  color: #ffffff;
}
.mask-icon ul li a:hover{
  background: #000000;
  color: #ffffff;
}
.products-single .mask-icon{
  background: rgba(255, 255, 255, 0);
  top: 0px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}
/*
.products-single:hover .mask-icon{
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}*/
@keyframes bounceY {
  0% {
      transform: translateY(-205px);
 }
  40% {
      transform: translateY(-100px);
 }
  65% {
      transform: translateY(-52px);
 }
  82% {
      transform: translateY(-25px);
 }
  92% {
      transform: translateY(-12px);
 }
  55%, 75%, 87%, 97%, 100% {
      transform: translateY(0px);
 }
}
@-moz-keyframes bounceY {
  0% {
      -moz-transform: translateY(-205px);
 }
  40% {
      -moz-transform: translateY(-100px);
 }
  65% {
      -moz-transform: translateY(-52px);
 }
  82% {
      -moz-transform: translateY(-25px);
 }
  92% {
      -moz-transform: translateY(-12px);
 }
  55%, 75%, 87%, 97%, 100% {
      -moz-transform: translateY(0px);
 }
}
@-webkit-keyframes bounceY {
  0% {
      -webkit-transform: translateY(-205px);
 }
  40% {
      -webkit-transform: translateY(-100px);
 }
  65% {
      -webkit-transform: translateY(-52px);
 }
  82% {
      -webkit-transform: translateY(-25px);
 }
  92% {
      -webkit-transform: translateY(-12px);
 }
  55%, 75%, 87%, 97%, 100% {
      -webkit-transform: translateY(0px);
 }
}

/*---------------------------------------
    CONTACT             
-----------------------------------------*/

#contacto .section-title {
  padding-bottom: 0;
}

#contacto .text-success,
#contacto .text-danger {
  display: none;
}

#contacto .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#contacto .form-control:hover,
#contact .form-control:focus {
  border-bottom-color: #c9c9c9;
}

#contacto input {
  height: 55px;
}

#contacto button#cf-submit {
  background: #1e8006;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
}

#contacto button#cf-submit:hover {
  background: #292929;
  color: #ffffff;
}



/*---------------------------------------
   FOOTER              
-----------------------------------------*/

footer {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 1px 0;
  padding-bottom: 80px;
}

footer .btn-download {
  display: inline-block;
  background-color: #1e8006;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-family: inherit;
  font-size: 14px;
  margin-top: 30px;
}

footer .btn-download:hover {
  background-color: #28960c;
  transform: scale(1.03);
}

footer .section-title {
  padding-bottom: 10px;
}
footer{
  background: rgb(250, 250, 250);
}

footer h2 {
  font-size: 20px;
}

footer a,
footer p {
  color: #000000;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info,
footer .social-icon {
  margin-top: 20px;
}

.footer-open-hour {
  background: #2aa70b;
  background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 0;
  padding: 40px 0 40px 80px;
  overflow: hidden;
  position: relative;
  z-index: 22;
  right: 20px;
  bottom: 20px;
}

.footer-open-hour::after {
  background: rgba(29,29,29,0.85);
  content: "";
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2222;
}

.footer-open-hour h2 {
  color: #ffffff;
}

.footer-open-hour p {
  color: #d9d9d9;
}

.footer-open-hour strong {
  color: #f9f9f9;
}



/*---------------------------------------
   SOCIAL ICON              
-----------------------------------------*/
/*fb*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li #fb a {
  border-radius: 100px;
  color: #3b5998;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon  li #fb a:hover {
  background: #3b5998;
  color: #ffffff;
}
.social-icon li #wsp1  a {
  border-radius: 100px;
  color: #00bb2d;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li #wsp1 a:hover {
  background: #00bb2d;
  color: #ffffff;
}

.social-icon li #wsp2 a {
  border-radius: 100px;
  color: #00bb2d;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li #wsp2 a:hover {
  background: #00bb2d;
  color: #ffffff;
}

.social-icon li #ig a {
  border-radius: 100px;
  color: #ce0f85;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li #ig a:hover {
  background: #ce0f85;
  color: #ffffff;
}

.social-icon li #li a {
  border-radius: 100px;
  color: #0e76a8;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li #li a:hover {
  background: #0e76a8;
  color: #ffffff;
}
/*
GALERIA
*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



/*---------------------------------------
   RESPONSIVE STYLES              
-----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}


@media only screen and (max-width: 1200px) {
  .nosotros-info {
    padding-right: 0;
  }

  .nosotros-image {
    position: relative;
  }
}


@media only screen and (max-width: 992px) {
  section {
    padding: 60px 0;
  }

  .custom-navbar .section-btn {
    margin-left: 1em;
  }

  .slider .item {
    background-position: center;
  }

  .nosotros-info {
    padding: 0;
  }

  .productos-info {
    margin-bottom: 50px;
  }

  #galeria .galeria-thumb {
    width: 103%;
  }

  #testimonial {
    background-position: 50% 0 !important;
  }

  #google-map,
  .footer-info {
    margin-bottom: 50px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,h2,h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }

  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }

  .slider .caption {
    padding: 0;
  }

  .galeria-thumb .galeria-info {
    top: 80%;
  }

  footer {
    padding: 60px 0;
    padding-bottom: 60px;
  }

  .footer-open-hour {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}


@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.8em;
  }

  .galeria-thumb .galeria-info {
    top: 60%;
  }
}

/*------------------------------------------------------------------ 
All Pages 
-------------------------------------------------------------------*/
.all-title-box{
  background: url("../images/all-bg-title.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
}
.all-title-box::before{
  background: rgba(0,0,0,0.6);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.all-title-box h2{
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
float: left;
  padding: 10px 0px;
}
.all-title-box .breadcrumb{
  background: #b0b435;
  margin: 0px;
  display: inline-block;
  border-radius: 0px;
float: right;
}
.all-title-box .breadcrumb li{
  display: inline-block;
  color: #000000;
  font-size: 16px;
}
.all-title-box .breadcrumb li a{
  color: #ffffff;
  font-size: 16px;
}
.all-title-box .breadcrumb-item + .breadcrumb-item::before{
  color: #000000;
}
.about-box-main{
  padding: 70px 0px;
}
.noo-sh-title{
  font-size: 28px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
margin-bottom: 30px;
}
.noo-sh-title-top{
  font-size: 28px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
margin-bottom: 0px;
}
.about-box-main p{
  padding-bottom: 20px;
}
.service-block-inner {
  padding: 15px 20px;
  position: relative;
  margin-bottom: 30px;
}

.about-box-main a{
color: #ffffff;
font-size: 18px;
font-weight: 700;
border: none;
}

.about-box-main a.btn{
padding: 12px 15px;
}

.service-block-inner::before {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 0px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.service-block-inner::after {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0px;
  background: #b0b435;
  position: absolute;
  top: 0;
  left: 0;
z-index: -1;
  transition: all 0.5s ease 0s;
}
.service-block-inner h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.service-block-inner p {
  margin: 0px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 0px;
}
.service-block-inner:hover::after {
  height: 100%;
}

.service-block-inner:hover h3{
color: #ffffff;
transition: all 0.5s ease 0s;
}

.service-block-inner:hover p{
color: #ffffff;
transition: all 0.5s ease 0s;
}

.our-team{
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}
.our-team:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.our-team img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out 0s;
}
.our-team:hover img{
  opacity: 0.5;
}
.our-team .team-content{
  color: #000;
  opacity: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
background: #ffffff;
padding-left: 55px;
width: 100%;
  transition: all 0.3s ease 0s;
}
.our-team .title{
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 7px 0;
}
.our-team .post{
  display: block;
  font-size: 15px;
}
.our-team .social{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 35px;
  text-align: center;
  opacity: 0;
  position: absolute;
  bottom: 35px;
right: 0px;
  transition: all 0.3s ease 0s;
}
.our-team:hover .social{
  opacity: 1;
}
.our-team .social li{
  display: block;
}
.our-team .social li a{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #000000;
  font-size: 17px;
  color: #fff;
  opacity: 0.9;
  position: relative;
  transform: translate(35px, -35px);
  transition: all 0.3s ease-in-out 0s 
}
.our-team .social li a:hover{
  width: 35px;
  background: #b0b435;
  transition-delay: 0s;
}
.our-team .icon{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #b0b435;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.team-description{
  padding: 20px 0px;
}
.team-description p{
  font-size: 14px;
  margin: 0px;
}
.hover-team:hover .social{
  opacity: 1;
}
.hover-team:hover .social li:nth-child(1) a{
  transition-delay: 0.3s;
}
.hover-team:hover .social li:nth-child(2) a{
  transition-delay: 0.2s;
}
.hover-team:hover .social li:nth-child(3) a{
  transition-delay: 0.1s;
}
.hover-team:hover .social li:nth-child(4) a{
  transition-delay: 0.0s;
}
.hover-team:hover .social li a{
  transform: translate(0, 0) 
}
.hover-team:hover img{
  opacity: 0.5;
}
.hover-team .team-content .title{
  border-bottom: 2px solid #b0b435;
}
.shop-box-inner{
  padding: 70px 0px;
}
.search-product {
  position: relative;
}
.search-product input[type="text"] {
  background: #333333;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: #ffffff;
  height: 55px;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 0 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  outline: 0;
}
.search-product .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.search-product button {
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 0px;
  padding: 12px 15px;
  top: 0;
  line-height: 27px;
  border: none;
  cursor: pointer;
  height: 100%;
}
.search-product button:hover{
  background: #b0b435;
}
.filter-sidebar-left{
  margin-bottom: 20px;
}
.title-left{
  font-size: 16px;
  border-bottom: 3px solid #000000;
  margin-bottom: 20px;
}
.title-left h3{
  font-weight: 700;
}
.list-group-item {
  border: none;
  padding: 5px 20px;
  font-size: 14px;
}
.text-muted {
  padding: 10px 0px;
}
.list-group-item[data-toggle="collapse"]::after {
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  content: '';
  -webkit-transition: top .2s,-webkit-transform .2s;
  transition: top .2s,-webkit-transform .2s;
  transition: transform .2s,top .2s;
  transition: transform .2s,top .2s,-webkit-transform .2s;
  font-family: FontAwesome;
  content: "\f105";
}
.list-group-tree .list-group-collapse .list-group {
  margin-left: 25px;
  border-left: 1px solid #ced4da;
}
.list-group-tree .list-group-item.active {
  color: #b0b435;
  background-color: #fff;
  font-weight: 700;
}
.list-group-tree .list-group-collapse .list-group > .list-group-item::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  width: 8px;
  height: 1px;
  background-color: #ced4da;
}
.list-group-tree .list-group-item:hover {
  color: #b0b435;
  background-color: #fff;
  outline: 0;
  font-weight: 700;
}
.filter-price-left{
  margin-bottom: 20px;
}
#slider-range .ui-slider-handle {
  background-color: #b0b435;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 21px;
  top: -6px;
  transition: none 0s ease 0s;
  width: 21px;
  box-shadow: 0px 0px 6.65px 0.35px rgba(0,0,0,0.15);
}
#slider-range .ui-slider-range {
  background-color: #b0b435;
  border-radius: 0;
}
#slider-range {
  background: #000000;
  border: medium none;
  border-radius: 50px;
  float: left;
  height: 10px;
  margin-top: 14px;
  width: 100%;
}
.price-box-slider p{
  clear: both;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.price-box-slider p input{
  margin-top: 5px;
}
.price-box-slider p button{
  border: none;
  color: #ffffff;
  float: right;
}
.brand-box {
  display: inline-block;
  width: 100%;
  height: 259px;
  position: relative;
}
.product-item-filter{
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0;
}
.nice-select.wide{
  width: 75%;
}
.product-item-filter .toolbar-sorter-right span{
  line-height: 42px;
  padding-right: 15px;
  float: left;
}
.product-item-filter .toolbar-sorter-right{
  width: 65%;
}
.toolbar-sorter-right{
  float: left;
}
.toolbar-sorter-right .bootstrap-select.form-control:not([class*="col-"]){
  width: 77%;
  float: right;
}
.toolbar-sorter-right .bootstrap-select.btn-group > .dropdown-toggle{
  padding: 0px;
  border-radius: 0px;
  border: none;
}
.toolbar-sorter-right .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  padding-left: 15px;
}
.toolbar-sorter-right .btn-light{
  background: #000000;
  color: #ffffff;
}
.toolbar-sorter-right .btn-light:hover{
  background: #b0b435;
  border-radius: 0px;
  border: none;
}
.toolbar-sorter-right .show > .btn-light.dropdown-toggle{
  background-color: #b0b435;
}
.toolbar-sorter-right .bootstrap-select .dropdown-toggle:focus{
  background: #b0b435;
}
.toolbar-sorter-right .dropup .dropdown-toggle::after{
  position: absolute;
  right: 15px;
  top: 18px;
}
.product-item-filter p{
  float: right;
  line-height: 42px;
}
.product-item-filter .nav-tabs{
  border: none;
  float: right;
}
.nav > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.product-item-filter li .nav-link {
  border: none;
  border-radius: 0px;
  color: #111111;
  font-size: 18px;
  padding: 4px 12px;
}
.product-item-filter li .nav-link.active {
  background: #b0b435;
  border: none;
  color: #ffffff;
}
.product-item-filter li .nav-link:hover {
  background: #000000;
  border: none;
  color: #ffffff;
}
.product-categori{
  margin-bottom: 30px;
}
.product-categorie-box{
  margin-top: 20px;
}
.tab-content, .tab-pane{
  width: 100%;
}
.why-text.full-width h4 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
.why-text.full-width h5 del{
  font-size: 13px;
  color: #666;
}
.why-text.full-width h5{
  color: #000000;
  font-weight: 700;
}
.why-text.full-width p{
  padding-bottom: 20px;
}
.why-text.full-width a{
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.list-view-box{
  margin-bottom: 30px;
}
.list-view-box:hover .mask-icon{
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.cart-box-main{
  padding: 70px 0px;
}
.table-main table thead{
  background: #b0b435;
  color: #ffffff;
}
.table-main .table thead th{
  font-size: 18px;
}
.table-main table td.thumbnail-img{
  width: 120px;
}
.table-main table td{
  vertical-align: middle;
  font-size: 16px;
}
.quantity-box input{
  width: 60px;
  border: 2px solid #000000;
  text-align: center;
}
.quantity-box input:focus{
  border-color: #b0b435;
}
.name-pr a{
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.remove-pr{
  text-align: center;
}
.coupon-box .input-group .form-control {
  min-height: 50px;
  border-radius: 0px;
  font-weight: 400;
  border: 1px solid #e8e8e8;
  box-shadow: none !important;
}
.coupon-box .input-group .form-control::-moz-placeholder{
  color: #000000;
}
.coupon-box .input-group .input-group-append .btn-theme {
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  padding: 0px 20px;
}
.coupon-box .input-group .input-group-append .btn-theme:hover {
  background: #b0b435;
}
.update-box input[type="submit"]{
  background: #000000;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: inherit;
}
.update-box input[type="submit"]:hover{
  background: #b0b435;
}
.order-box h3{
  font-size: 16px;
  color: #222222;
  font-weight: 700;
}
.order-box h4 {
  font-size: 16px;
  padding: 0px;
  line-height: 35px !important;
}
.order-box .font-weight-bold{
  font-size: 18px;
}
.gr-total h5 {
  font-weight: 700;
  color: #b0b435;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 35px !important;
}
.gr-total .h5{
  margin: 0px;
  font-weight: 700;
  line-height: 35px;
}
.my-account-box-main{
  padding: 70px 0px;
}
.shopping-box a{
  font-size: 18px;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
}
.payment-icon {
  display: inline-block;
  padding: 10px 0px;
}
.payment-icon ul li {
  width: 20%;
  float: left;
}
.needs-validation label {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 24px;
}
.needs-validation .form-control {
  min-height: 40px;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
  box-shadow: none !important;
  font-size: 14px;
}
.needs-validation .form-control:focus {
  border: 1px solid #b0b435 !important;
}
.review-form-box .form-control{
  min-height: 40px;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
  box-shadow: none !important;
  font-size: 14px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b0b435;
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b0b435;
  box-shadow: none;
}
.new-account-login h5 {
  font-size: 18px;
  color: #2aa70b;
  font-weight: 600;
}
.new-account-login h5 a:hover{
  color: #b0b435;
}
.review-form-box button{
  padding: 10px 20px;
  color: #ffffff;
  font-size: 18px;
  border: none;
}
.wide.w-100{
  min-height: 40px;
  border: 1px solid #e8e8e8;
}
.wide.w-100 option{
  min-height: 40px;
}
.custom-control-input:focus ~ .custom-control-label::before{
  box-shadow: none;
}
.odr-box a {
  font-size: 18px;
  color: #111111;
  font-weight: 700;
}
.account-box{
  text-align: center;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #000000;
}
.bottom-box {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 15px;
}
.bottom-box .account-box {
  min-height: 205px;
}
.account-box {
  border: 2px solid #000000;
  margin-top: 15px;
}
.my-account-page a{
  color: #000000;
}
.my-account-page a:hover{
  color: #b0b435;
}
.service-icon i{
  font-size: 34px;
}
.my-account-page a:hover i{
}
.service-desc p{
  font-size: 16px;
}
.service-desc h4{
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
.service-icon a{
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.service-icon a{
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 0px;
  width: 90px;
  height: 90px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.service-icon a::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.service-icon a:hover::after{
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.service-icon a:hover{
  background: rgba(251, 183, 20, 1);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
@-webkit-keyframes sonarEffect {
  0% {
      opacity: 0.3;
 }
  40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
 }
  100% {
      box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
      -webkit-transform: scale(1.5);
      opacity: 0;
 }
}
@-moz-keyframes sonarEffect {
  0% {
      opacity: 0.3;
 }
  40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
 }
  100% {
      box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
      -moz-transform: scale(1.5);
      opacity: 0;
 }
}
@keyframes sonarEffect {
  0% {
      opacity: 0.3;
 }
  40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #b0b435, 0 0 0 10px rgba(0, 53, 68, 0.5);
 }
  100% {
      box-shadow: 0 0 0 2px rgba(0, 53, 68, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0, 53, 68, 0.5);
      transform: scale(1.5);
      opacity: 0;
 }
}
.add-pr a{
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.wishlist-box-main{
  padding: 70px 0px;
}
.services-box-main{
  padding: 70px 0px;
}
.contact-box-main{
  padding: 70px 0px;
}
.contact-info-left{
  padding: 20px;
  background: url(../images/contact-bg.jpg) no-repeat center;
background-size: cover;
}
.contact-info-left h2{
  font-size: 22px;
  font-weight: 700;
}
.contact-info-left p{
  margin-bottom: 15px;
}
.contact-info-left ul li{
  margin-bottom: 12px;
}
.contact-info-left ul li p{
  font-size: 16px;
  color: #222222;
  font-weight: 300;
  padding-right: 16px;
  padding-left: 25px;
  line-height: 24px;
  position: relative;
}
.contact-info-left ul li p i{
  position: absolute;
  left: 0;
  top: 5px;
  padding-right: 6px;
  color: #b0b435;
}
.contact-info-left ul li p a:hover{
  color: #b0b435;
}
.contact-form-right{
  padding: 20px;
}
.contact-form-right h2{
  font-size: 24px;
  font-weight: 700;
}
.contact-form-right p{
  margin-bottom: 15px;
}
.contact-form-right .form-group .form-control::-moz-placeholder{
  color: #999999;
}
.contact-form-right .form-group .form-control{
  border-radius: 0px;
  min-height: 40px;
}
.contact-form-right .form-group {
  margin-bottom: 30px;
  position: relative;
}
.contact-form-right .form-group .form-control:focus{
  border: 1px solid #b0b435;
  box-shadow: none;
}
.submit-button button{
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.help-block.with-errors{
  position: absolute;
  right: 0;
  background: green;
  color: #fff;
  padding: 0px 15px;
}
.help-block ul li{
  color: #fff;
}
.shop-detail-box-main{
  padding: 70px 0px;
}
.single-product-slider .carousel-control-prev {
  bottom: auto;
  background: #111111;
  width: 6%;
  padding: 10px 0;
  background-image: none;
  top: 40%;
}
.single-product-slider .carousel-control-next {
  bottom: auto;
  background: #111111;
  width: 6%;
  padding: 10px 0;
  background-image: none;
  top: 40%;
}
.single-product-slider .carousel-indicators li img {
  opacity: 0.5;
}
.single-product-slider .carousel-indicators li.active img {
  opacity: 1;
}
.carousel-indicators{
  position: relative;
  bottom: 0;
  background: #000000;
}
.carousel-indicators li{
  width: 30%;
  height: 100%;
  cursor: pointer;
}
.single-product-details h2{
  color: #000000;
  font-weight: 700;
  font-size: 24px;
}
.single-product-details h5 {
  color: #b0b435;
  font-weight: 700;
  font-size: 18px;
}
.single-product-details h5 del {
  font-size: 13px;
  color: #666;
}
.available-stock span {
  font-size: 15px;
}
.available-stock span a {
  color: #b0b435;
}
.single-product-details h4{
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.single-product-details p{
  font-size: 16px;
  margin-bottom: 20px;
}
.single-product-details ul{
  display: inline-block;
  width: 100%;
  border: 1px #000000 dashed;
  margin-bottom: 30px;
}
.single-product-details ul li{
  width: 50%;
  float: left;
  padding: 0px 15px;
}
.size-st .bootstrap-select > .dropdown-toggle.btn-light{
  background: #000000;
  border: none;
  border-radius: 0px;
  color: #ffffff;
}
.quantity-box input{
  width: 100%;
}
.price-box-bar{
  margin-bottom: 30px;
}
.price-box-bar a{
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.add-to-btn .add-comp {
  float: left;
}
.add-to-btn .share-bar {
  float: right;
}
.add-comp a{
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.share-bar{
}
.share-bar a {
  background: #b0b435;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  width: 34px;
  text-align: center;
}
.share-bar a {
}
.featured-products-box{
}
.featured-products-box .owl-nav{
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
}
.featured-products-box .owl-nav button.owl-prev{
  background: #000000;
  color: #ffffff;
  width: 38px;
  height: 38px;
  text-align: center;
}
.featured-products-box .owl-nav button.owl-next{
  background: #000000;
  color: #ffffff;
  width: 38px;
  height: 38px;
  text-align: center;
}
.featured-products-box .owl-nav button.owl-prev:hover, .featured-products-box .owl-nav button.owl-next:hover{
  background: #b0b435;
}
.table-responsive .table td, .table-responsive .table th {
  vertical-align: middle;
  white-space: nowrap;
}

.card-outline-secondary .card-body a{
color: #ffffff;
font-size: 18px;
font-weight: 700;
padding: 12px 25px;
border: none;
}
