@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Bold.woff2") format("woff2"), url("../css/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Italic.woff2") format("woff2"), url("../css/Bogle-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-BoldItalic.woff2") format("woff2"), url("../css/Bogle-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-BlackItalic.woff2") format("woff2"), url("../css/Bogle-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Black.woff2") format("woff2"), url("../css/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Regular.woff2") format("woff2"), url("../css/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Bogle";
}
.spec-main {
    background-color: #7ed957;
    padding: 75px 0px 175px;
}
.spec-main ul {
    display: flex;
    justify-content: space-between;
}
.spec-main ul .inner-spec {
    text-align: center;
}
.spec-main ul .inner-spec .d-flex {
    justify-content: center;
}
.spec-main ul .inner-spec span {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    padding: 10px 0 0 0;
    display: block;
    line-height: 1;
}
.spec-main ul .inner-spec p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li .submenu ul ul {
    display: none !important;
}
.main-menu ul li .submenu ul li:hover ul {
    display: block !important;
}
.m-mid-cat h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 10px 0px;
}
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.sidenav a.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  color: #000;
  text-decoration: none;
  background: #7ed957;
  padding: 0 10px;
  height: 40px;
  line-height: 50px;
  border-radius: 50px;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul li {
  list-style-type: none;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}
.sidenav .submenu {
  display: none;
}
.sidenav .submenu.active {
  display: block;
}
.product-thumb {
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-fluid {
  padding: 0 60px;
}

.basket-icon ul {
  text-align: right;
}
.basket-icon ul li {
  display: inline-block;
}
.basket-icon ul li form {
  position: relative;
}
.basket-icon ul li form input {
  width: 300px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  border:none;
}
.basket-icon ul li form button {
     position: absolute;
    right: 5px;
    top: 55%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}
.basket-icon ul li a {
  color: #fff;
  font-size: 20px;
}
.basket-icon ul .destop-none {
  display: none;
}

.free-shipping {
  background-color: #7ed957;
  padding: 10px 0px;
  text-align: center;
}
.free-shipping p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.main-header {
  background-color: #000;
      padding: 20px 0px;
}
.main-header .row {
  align-items: center;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  line-height: 50px;
}

.main-menu ul li .submenu {
  position: absolute;
  left: 0;
  background-color: #000;
  width: 250px;
  z-index: 9;
  top: 35px;
  color: #fff;
  display: none;
}

.main-menu ul li:hover .submenu {
  display: block;
}

.main-menu ul li .submenu li {
  position: relative;
  width: 100%;
  line-height: 0;
}

.main-menu ul li .submenu li a {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: left;
  line-height: 35px;
}

.main-menu ul li .submenu li a:hover {
  background-color: #7ed957;
  color: #fff;
}

.main-menu ul li .submenu ul {
  position: absolute;
  left: 250px;
  background: #000;
  width: 100%;
  top: 0;
  display: none;
}

.main-menu ul li .submenu li.second:hover ul {
  display: block;
}

.main-menu ul li .submenu li:hover ul {
  display: block;
}

.main-menu ul li {
  display: inline-block;
}
.main-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 20px;
  font-weight: 500;
}
.main-menu ul li a:hover {
  color: #7ed957;
}

.logo img {
  width: 80%;
}

.banner-wrapper img {
  width: 100%;
}

.product-card {
  margin-bottom: 20px;
}
.product-card img {
  width: 100%;
}

.service-main {
  padding: 60px 0px;
  border-top: 4px solid #7ed957;
}

.inner-service {
  display: flex;
  align-items: center;
}
.inner-service .service-img {
  margin-right: 20px;
  width: 60%;
}
.inner-service .service-img img {
  width: 100%;
}
.inner-service .service-text h3 {
  font-size: 30px;
  color: #0f2035;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.inner-service .service-text h4 {
  color: #7ed957;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.inner-service .service-text p {
  font-size: 16px;
  color: #7a7a7a;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
}
.heading h2 {
  font-size: 60px;
  font-weight: bold;
  color: #2d2c2c;
  margin: 0;
  text-transform: uppercase;
}
.heading h2 span {
  color: #7ed957;
}
.heading h2 img {
  width: 60px;
}

.product-card .product-thumb img {
  width: 100%;
}
.product-card .product-content h2 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  margin: 0;
  padding: 10px 0px;
}
.product-card .product-content span {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 10px 8px 10px;
  display: block;
  background-color: #000;
}
.product-card .product-content span:hover {
  background-color: #7ed957;
}

.category-main {
  padding: 50px 0px;
}

.category-card {
  position: relative;
  overflow: hidden;
}
.category-card .category-thumb img {
  width: 100%;
  transition: 0.45s;
}
.category-card .category-name {
  position: absolute;
  bottom: -100px;
  left: 10px;
}
.category-card .category-name h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.category-card:hover .category-thumb {
  overflow: hidden;
}
.category-card:hover .category-thumb img {
  transform: scale(1.03);
}

.sale-banner img {
  width: 100%;
}

.intsa-wraper {
  background-color: #000;
  padding: 10px;
}
.intsa-wraper h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.intsa-wraper h2 i {
  font-size: 30px;
}

.insta-img img {
  width: 100%;
}

.insta-img.instagram img {
  width: 105%;
}

.newletter-main {
  background-color: #7ed957;
  padding: 60px 0px;
  text-align: center;
}
.newletter-main .newletterheading {
  text-align: right;
  padding-right: 40px;
}
.newletter-main .newletterheading h2 {
  font-size: 33px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.newletter-main .newletterheading p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.newletter-main form {
  width: 60%;
  display: flex;
  position: relative;
}
.newletter-main form input {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
}
.newletter-main form button {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  width: 150px;
  text-align: center;
  position: absolute;
  right: 0;
}

.socail-media ul li {
  display: inline-block;
}
.socail-media ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #7ed957;
  display: block;
  font-size: 20px;
  border-radius: 50px;
}
.site-footer .whatsapp {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
}
.site-footer .whatsapp a {
    width: 45px;
    height: 45px;
    background: #25D366;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 45px;
    margin-right: 15px;
    font-size: 22px;
}
.site-footer {
  background-color: #000;
  padding: 50px 0px;
}
.site-footer .container-fluid {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.site-footer .footer-links h2 {
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.site-footer .footer-links ul li a {
  color: #fff;
  opacity: 0.9;
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
}
.site-footer .footer-links ul li a:hover {
  opacity: 1;
}
.site-footer .footer-links ul li p {
  color: #fff;
  font-size: 16px;
  opacity: 0.9;
}
.site-footer .footer-links ul li p span {
  opacity: 1;
  color: #fff;
}
.site-footer .footer-links ul li p i {
  padding-right: 10px;
}

.bottom-footer {
  text-align: center;
  padding-top: 40px;
}
.bottom-footer p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}/*# sourceMappingURL=layout.css.map */