/**
* Template Name: Company
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #4d4643;
}

a {
  color: #1bbd36;
  text-decoration: none;
}

a:hover {
  color: #2ae149;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1bbd36;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #21df41;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #111;
}

#header .logo a span {
  color: #1bbd36;
}

#header .logo img {
  max-height: 70px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin-left: 50px;
  padding-left:30px;
  border-left: 1px solid #c4c4c4;
}

.header-social-links a {
  color: #a0a0a0;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 20px;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #1bbd36;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
    border-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 70px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1bbd36;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #1bbd36;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #111;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1bbd36;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile ul li {
  border-bottom: 1px solid #EDEDED;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 17px 20px;
  font-size: 15px;
  color: #111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1bbd36;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1bbd36;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-color: #E5ECF7;
  position: relative;
}


#hero .btn-get-started {
  display:block;
  width:160px;
  line-height:50px;
  background:#00AC50;
  color:#FFF;
  font-size:16px;
  text-align:center;border-radius:4px;
  animation-delay: 0.8s;
}

#hero .btn-get-started:hover {
  background: #066216;
  color: #fff;
  text-decoration: none;
}


#advantage {
  background:#00AC50;
  color:#fff;
  padding:40px 0;
}

.advantage-item i {
  font-size: 20px;
  color: #fff;
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}
.advantage-item>div span {
  font-weight:bold;
  margin-left:10px;
  font-size:13px;
}


.service {
  background:#00AC50;color:#FFF
}
.service .btn-read-more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 20px 12px 20px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background:#8E949D;
  animation-delay: 0.8s;
}
.service h2 {
  font-weight: 700;
}


.service-swiper {
  height: 335px;
}
.service-swiper img {
  width: 100%;
  border-radius:20px;
}
.service-swiper .swiper-button-prev,.service-swiper .swiper-button-next {
  top: 50%;
  width:35px;
  height:35px;
  border-radius:5px;
  background: #FFF;
  opacity: 0.5;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.service-swiper .swiper-button-prev:hover,.service-swiper .swiper-button-next:hover {
  opacity: 1;
}

.service-swiper .swiper-button-prev {
  left: -40px
}
.service-swiper .swiper-button-next {
  right: -40px
}

.service-swiper .swiper-button-prev:after,.service-swiper .swiper-button-next:after {
  font-size: 30px;
  content: '　';
  background-position: center;
  background-size: cover;
}
.service-swiper .swiper-button-prev:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM3ODc4NzgiIGQ9Ik0xNS40MSAxNi41OEwxMC44MyAxMmw0LjU4LTQuNTlMMTQgNmwtNiA2bDYgNmwxLjQxLTEuNDJaIi8+PC9zdmc+);
}
.service-swiper .swiper-button-next:after
{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM3ODc4NzgiIGQ9Ik04LjU5IDE2LjU4TDEzLjE3IDEyTDguNTkgNy40MUwxMCA2bDYgNmwtNiA2bC0xLjQxLTEuNDJaIi8+PC9zdmc+);
}

.service-swiper .swiper-slide>div {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.7);
  color:#F2F2F2;
  padding: 15px;
  font-size:12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 100%;
}
.service-swiper .swiper-slide>div p {
  margin:2px 0;
}


@media (max-width: 1280px) and (min-width: 1024px) {

}

@media (max-width: 1024px) {
  .service-swiper .swiper-button-prev,.service-swiper .swiper-button-next {
    top: auto;
    bottom:20px;
  }
  .service-swiper .swiper-button-prev {
    left: 40%;
  }

  .service-swiper .swiper-button-next {
    right: 40%;
  }

}

  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1bbd36;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 17px 0 15px 0;
  background: #1bbd36;
  min-height: 40px;
  margin-top: 68px;
}

.breadcrumbs h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size:14px;
}

.breadcrumbs ol a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 10px;
  opacity: 0.75;
  content: "/";
}

@media (max-width: 991px) {

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  /* new */
  .row.py-5{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-10.col-lg-5.py-5{
    display: none;
  }
  .product-header .banner{
    display: none;
    }
    .product-header  {
      opacity: 1;
      animation: fadeIn 3s ease forwards;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .product-header .col-10.col-lg-7 img{
     position: absolute;
     left: -80px;
      }

}

.product-banner {
  background: #E5ECF7 url('') center center no-repeat;background-size:cover;height:500px;
}

.mobile-shopping-banner {
  background: url('../../assets/img/shopping/banner.jpg') right center no-repeat;background-size:contain;
}
.brand-story-banner {
  background: url('../../assets/img/story/banner.jpg') center center no-repeat;background-size:70%;height:85vh;background-position: center bottom;
}
.consumer-banner {
  background: url('../../assets/img/brand/banner.jpg') top center no-repeat;background-size:cover;height:auto;
}
.section-banner h1 {
  color:#00AC50;
  font-size:40px;
  font-weight: 900;
}
.consumer-banner h1 {
  padding:0;
}
.section-special-list {
  list-style: none;
  margin: 0;
  padding:0;
}
.section-special-list li {
  margin: 15px 0;
  font-size:14px;
  opacity: 85%;
}
.section-special-list li img {
  width:28px;
  height:28px;
  margin-right:5px;
}
.product-banner h1 {
  font-size: 30px;
  width: 60%;
}
.portfolio {
  background: #00AC50;
  padding-top:80px;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 /* .portfolio-item .portfolio-info:not(:first-child):hover {
  cursor: not-allowed;
    pointer-events: none;
} */
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 16px;
  font-weight: 600;
  padding-left:5px;
  margin:0;
  color: #111;
}

.portfolio .portfolio-item .portfolio-info i {
  font-size: 34px;
  color:#666;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  bottom: 20px;
}
.portfolio .portfolio-item .portfolio-info:hover {
  background:#00AC50;
}
.portfolio .portfolio-item .portfolio-info:hover h4,.portfolio .portfolio-item .portfolio-info:hover i {
  color:#FFF;
}

@media (max-width: 1440px) and (min-width: 1280px) {

  .product-banner .banner h1,.mobile-shopping-banner .banner h1 {
    width: 70%;
  }
  .brand-story-banner {
    height: 80vh;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .product-banner .banner h1,.mobile-shopping-banner .banner h1 {
    width: 60%;
  }

  .brand-story-banner {
    height: 80vh;
  }
}

@media (max-width: 1024px) {
  .mobile-shopping-banner {
    background:none;
  }

  .section-banner {
    padding-top: 30px;
    padding-bottom:30px;
  }

  .section-banner .banner h1 {
    font-size:40px;
  }
  .section-banner .section-special-list {
    text-align: left;
  }

  .product-banner h1 {
    width: 80%;
  }

  .brand-story-banner {
    height: 70vh;
  }
}

@media (max-width: 600px) {

  .section-banner .banner h1 {
    font-size:22px;
  }

  .section-banner .section-special-list li span {
    display: inline-block;
    background:rgba(255,255,255,0.9);
    padding: 4px 8px;
    border-radius: 2px;
  }

  .brand-story-banner {
    height:40vh;
  }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .container h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 20px;
  color:#000;
}

.about-us .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  text-transform: uppercase;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about-us .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #1bbd36;
}

.about-us .content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .about-us .container > div > div {
    width: 48%;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .about-us .container h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px;
  }

  .about-us .container > div > div {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .about-us .container h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .about-us .container > div > div {
    width: 100%;
  }
}

.contact-item {
  text-align:center;
}
.contact-item h2 {
  font-size:16px;
  font-weight:900;
  margin: 10px 0;
}
.contact-item img {
  width:60px;
  height:60px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
}

#footer .footer-top {
  background: #000000;
  border-top: 6px solid #00AC50;
}


#footer .footer-top h4 {
  font-size: 14px;
  color: #FFF;
  opacity: 0.7;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}


#footer .copyright {
  margin-left:auto;
  margin-right:auto;
  border-top:1px solid #333;
  text-align:center;
  color:#999;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1bbd36;
  color: #fff;
  text-decoration: none;
}
/* new */
.hover-img{
  cursor: pointer;
  transition: transform 0.3s ease;
}
.hover-img:hover{
  transform: scale(1.2);
}
.clients .clients-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 52px;
}
.clients .clients-header .clients-logo{
  border:1px solid #979797 ;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
}

.clients-logo img {
  width: 100%;
  height: auto;
}

.clients-box{
  width: 100%;
  display: flex;
  justify-content: center;
}
.clients-main {
  max-width: 95%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
}

.container-box {
  display: flex;
  justify-content: center;
}

.container-list {
  width: 260px;
  height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.price-list {
  display: flex;
  flex-direction: column;
  margin: 25px 28px 28px 20px;
}

.price-list > * {
  margin-bottom: 10px;
}

.product-name {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.original-price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  line-height: 19px;
  text-align: left;
  font-style: normal;
}

.discount-price {
  width: 101px;
  height: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-decoration-line: line-through;
}
/* index */
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.col-10.col-lg-5.py-5 {
  animation: slideFromLeft 2s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.col-10.col-lg-7 {
  opacity: 1;
  animation: fadeIn 3s ease forwards;

}
.product-header .banner{
  position: absolute;
  z-index: 3;
}
.product-header .col-10.col-lg-7 {
  opacity: 1;
  animation: fadeIn 3s ease forwards;
  position: absolute;
  top: 10px;
  right: -60px;
  z-index: 1;
}
.product-header .col-10.col-lg-7 img{
width: 80%;
}
/* products */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner h1 {
  opacity: 0;
  animation: fadeIn 1s forwards;
}
@keyframes slideIn {
  0% {
      transform: translateX(-100%);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

.banner .section-special-list li {
  animation: slideIn 0.1s forwards;
  opacity: 0;
}

.banner .section-special-list li:nth-child(1) {
  animation-delay: 0.2s;
}

.banner .section-special-list li:nth-child(2) {
  animation-delay: 0.3s;
}

.banner .section-special-list li:nth-child(3) {
  animation-delay: 0.4s;
}

.banner .section-special-list li:nth-child(4) {
  animation-delay: 0.5s;
}

.banner .section-special-list li:nth-child(5) {
  animation-delay: 0.6s;
}

.banner .section-special-list li:nth-child(6) {
  animation-delay: 0.7s;
}
.product-header{
  position: relative;
}

/* mobile-shopping */
.isbrand{
  display: none;
}
.none-products{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.none-products .icon-box {
  display: flex;
  align-items: center;
}
.none-products .icon-box h1 {
  color: #333;
  float: left;
}

.none-products  p {
  color: #666;
  margin-bottom: 20px;
}

.none-products .icon-box .icon {
  font-size: 60px;
  color: #ccc;
}
.hidden {
  display: none;
}
