@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.search ul li form input {
  width: 240px !important;
}

.mobile_menus i {
  font-size: 18px;
  color: #fff;
  background: #ec2024;
  padding: 8px 9px;
  border-radius: 50px;
}

.navcontmain {
  position: static;
}

.navcont {
  display: none;
}

.mobile_menus {
  display: inline-block !important;
}

#mySidenav {
  display: block;
}

#mySidenav {
  display: block;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

#mySidenav li {
  list-style: none !important;
}

.sidenav hr {
  margin: 0;
  border-color: #1e4145;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 13px;
  color: #aaa;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}

.sidenav i {
  text-align: left;
}

.sidenav a:hover {
  color: #e6513e;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobile_menus {
  float: right;
  margin: 21px 12px 0 0px;
}

.mobile_menus a {
  padding: 0px;
  float: left;
}

.searchcont .cart22 {
  font-size: 20px;
  float: left;
}

.cart_liust ul li:last-child a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 0px solid #fff;
  padding: 0px;
  text-align: center;
  margin-left: 11px;
  border-radius: 50%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
}

.toggle,
.dropdown-menu {
  width: 100%;
}

.is-active .dropdown-menu {
  display: block;
}

.dropdown {
  position: relative;
  line-height: 18px;
}

.my_drop {
  position: static;
  background: #000;
}

.my_drop li {
  background: #272727;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #5d5d5d;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding: 10px 15px 10px 50px;
  font-size: 13px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.my_drop li:hover {
  background: #e6513e;
  color: #fff;
}

.moblink {
  text-align: right;
  margin: 0px 0;
}

.moblink ul {
  margin: 0;
  padding: 0px 0px;
}

.moblink ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
}

.moblink ul li a {
  font-size: 20px;
  color: #e6513e;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 0px;
  padding: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
  border-radius: 4px;
  line-height: 0px;
}

.moblink ul li a:hover {
  color: #e6513e;
}

.mobile_left,
.sidenav,
.moblink {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
}

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

a:hover {
  text-decoration: none;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.openBtn {
  border: none;
  cursor: pointer;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.topbar {
  background: #f4f4f4;
}

.topbar .top-left ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.topbar .top-left ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.topbar .top-left ul li i {
  font-size: 14px;
  color: #e6513e;
  padding-right: 10px;
}

.topbar .top-left ul li p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.topbar .top-left ul li p a {
  font-size: 14px;
  color: #000;
}

.topbar .top-left ul li p a:hover {
  color: #e6513e;
}

.topbar .top-left ul li:first-child {
  padding-left: 0;
}

.topbar .top-right {
  text-align: right;
}

.topbar .top-right ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.topbar .top-right ul li {
  display: inline-block;
  list-style: none;
}

.topbar .top-right ul li a {
  font-size: 17px;
  color: #000;
  display: inline-block;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
}

.topbar .top-right ul li:nth-of-type(1) a:hover {
  background: #1877F2;
  color: #fff;
}

.topbar .top-right ul li:nth-of-type(2) a:hover {
  background: #1DA1F2;
  color: #fff;
}

.topbar .top-right ul li:nth-of-type(3) a:hover {
  background: #E4405F;
  color: #fff;
}

.topbar .top-right ul li:nth-of-type(4) a:hover {
  background: #25D366;
  color: #fff;
}

.topbar .top-right ul li:nth-of-type(5) a:hover {
  background: #00AFF0;
  color: #fff;
}

.middle-bar {
  padding: 14px 0;
}

.middle-bar .mid-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.middle-bar .mid-right .d-flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 0 0px;
}

.middle-bar .mid-right .d-flex .flex-body {
  padding-left: 10px;
}

.middle-bar .mid-right .d-flex .flex-body h4 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.middle-bar .mid-right .d-flex .flex-body p {
  font-size: 14px;
  color: #959595;
  margin: 0;
}

.middle-bar .mid-right a.basket {
  display: inline-block;
  width: 118px;
  height: 52px;
  line-height: 52px;
  background: #e6513e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #e6513e;
}

.middle-bar .mid-right a.basket i {
  font-size: 22px;
}

.middle-bar .mid-right a.basket:hover {
  background: transparent;
  border: 2px solid #e6513e;
  color: #e6513e;
  -webkit-box-shadow: 0 0 8px 0px #e6513e;
          box-shadow: 0 0 8px 0px #e6513e;
}

.cus-bd {
  border-right: 1px solid #e6e6e6;
}

.navbars {
  background: #262626;
}

.navbars .top_nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbars .top_nav_items ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.navbars .top_nav_items ul li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}

.navbars .top_nav_items ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 33px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}

.navbars .top_nav_items ul li a:hover {
  background: #e6513e;
}

.navbars .top_nav_items ul li ul {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  display: none;
  width: 205px;
  z-index: 999;
  background: red;
  border: 0px solid #e4e4e4;
  padding: 0 0 0 0;
  border-bottom: 0px;
}

.navbars .top_nav_items ul li ul li {
  display: block;
  text-align: left;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.0s;
  transition: 0.0s;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.navbars .top_nav_items ul li ul li a {
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 10px;
}

.navbars .top_nav_items a.search {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
}

.navbars .top_nav_items a.search:hover {
  background: #e6513e;
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  background: transparent;
  border: 0;
}

.cate_main {
  padding: 20px 0;
}

.cate_main .inner_cate {
  position: relative;
  padding: 15px 0;
}

.cate_main .inner_cate .cate-img {
  overflow: hidden;
}

.cate_main .inner_cate .cate-img img {
  overflow: hidden;
  -webkit-transition: all 0.9s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.9s cubic-bezier(0, 0, 0.1, 1);
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}

.cate_main .inner_cate .cate-name {
  position: absolute;
  bottom: 32px;
  text-align: center;
  left: 0;
  right: 0;
}

.cate_main .inner_cate .cate-name h2 {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}

.cate_main .inner_cate:hover .cate-img img {
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-transform: rotate(0deg) scale(1.1);
          transform: rotate(0deg) scale(1.1);
  opacity: .9;
}

.cate_main .inner_cate:hover .cate-name h2 {
  color: #e6513e;
}

.feature_prod {
  padding: 80px 0px;
  text-align: center;
}

.feature_prod h6 {
  font-size: 16px;
  font-weight: 600;
  color: #e6513e;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px auto;
}

.feature_prod h6:before {
  content: '';
  position: absolute;
  width: 56px;
  height: 1px;
  line-height: 1px;
  background: #e6513e;
  bottom: 6px;
  left: -60px;
}

.feature_prod h6::after {
  content: '';
  position: absolute;
  width: 56px;
  height: 1px;
  line-height: 1px;
  background: #e6513e;
  bottom: 6px;
  right: -60px;
}

.feature_prod h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.feature_prod .inner_prod {
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.feature_prod .inner_prod .prod_img {
  padding: 28px 0 47px 0;
  overflow: hidden;
  border: 1px solid #d5d5d5;
}

.feature_prod .inner_prod .prod_img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_prod .inner_prod .prod_name {
  border: 1px solid #d5d5d5;
  border-top: 0;
}

.feature_prod .inner_prod .prod_name h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px 0;
  margin: 0;
}

.feature_prod .inner_prod:hover .prod_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_prod .inner_prod:hover .prod_name h3 {
  color: #e6513e;
}

.prd-slider .owl-nav .owl-prev {
  font-size: 22px !important;
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px !important;
  background: #000 !important;
  color: #fff !important;
  text-align: center;
  position: absolute;
  left: -50px;
  top: 40%;
  border: none !important;
  outline: none !important;
}

.prd-slider .owl-nav .owl-prev:hover {
  background: #4a8a3c !important;
}

.prd-slider .owl-nav .owl-next {
  font-size: 22px !important;
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px !important;
  background: #000 !important;
  color: #fff !important;
  text-align: center;
  position: absolute;
  right: -50px;
  top: 40%;
  border: none !important;
  outline: none !important;
}

.prd-slider .owl-nav .owl-next:hover {
  background: #4a8a3c !important;
}

.manufacture-box {
  background: #f5f5f5;
  padding: 90px 0;
}

.manufacture-box .manu-txt {
  text-align: center;
}

.manufacture-box .manu-txt h6 {
  font-size: 16px;
  font-weight: 600;
  color: #e6513e;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px auto;
}

.manufacture-box .manu-txt h6:before {
  content: '';
  position: absolute;
  width: 126px;
  height: 1px;
  line-height: 1px;
  background: #e6513e;
  bottom: 6px;
  left: -135px;
}

.manufacture-box .manu-txt h6::after {
  content: '';
  position: absolute;
  width: 126px;
  height: 1px;
  line-height: 1px;
  background: #e6513e;
  bottom: 6px;
  right: -135px;
}

.manufacture-box .manu-txt h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.manufacture-box .manu-txt p {
  color: #5c5c5c;
  font-size: 16px;
}

.nav-tabs {
  border-bottom: 0 !important;
}

.icons {
  margin-top: 50px;
}

.icons li {
  padding: 0 32px;
}

.icons li button {
  display: inline-block;
  width: 151px;
  height: 152px;
  line-height: 148px;
  background: #fff !important;
  border-radius: 100px !important;
  border: 5px solid #e6513e !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.icons li button img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}

.icons li button span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  width: 51px;
  height: 51px;
  line-height: 40px;
  border-radius: 100%;
  background: #000;
  border: 6px solid #fff;
  position: absolute;
  top: -12px;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.icons li button.active img {
  -webkit-filter: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.icons li button.active span {
  background: #e6513e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.icons li button.active::after {
  content: '';
  position: absolute;
  bottom: -36px;
  width: 28px;
  height: 16px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.icons li button.active::before {
  content: '';
  position: absolute;
  bottom: -36px;
  width: 32px;
  height: 18px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #d7d7d7;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tab-content {
  margin-top: 30px;
}

.tab-content .tab-pane {
  background: #fff;
  padding: 20px 15px;
  border: 1px solid #d7d7d7;
}

.tab-content .tab-pane p {
  color: #8f8f8f !important;
  font-size: 16px !important;
  text-align: left;
  margin: 0;
}

.about_main {
  position: relative;
  padding: 40px 0 0 0;
}

.about_main .about-txt {
  text-align: center;
  position: relative;
  z-index: 2;
  top: 50px;
}

.about_main .about-txt h6 {
  font-size: 16px;
  font-weight: 600;
  color: #e6513e;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px auto;
}

.about_main .about-txt h6:before {
  content: '';
  position: absolute;
  width: 126px;
  height: 1px;
  line-height: 1px;
  background: #e6513e;
  bottom: 6px;
  left: -135px;
}

.about_main .about-txt h6::after {
  content: '';
  position: absolute;
  width: 126px;
  height: 1px;
  line-height: 1px;
  background: #e6513e;
  bottom: 6px;
  right: -135px;
}

.about_main .about-txt h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.about_main .about-txt p {
  color: #8f8f8f;
  font-size: 15px;
  padding: 40px 0;
  margin: 0;
}

.about_main .about-txt a {
  display: inline-block;
  width: 140px;
  height: 42px;
  line-height: 39px;
  background: #e6513e;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #e6513e;
  text-transform: uppercase;
}

.about_main .about-txt a:hover {
  background: transparent;
  border: 2px solid #e6513e;
  color: #e6513e;
  -webkit-box-shadow: 0 0 8px 0px #e6513e;
          box-shadow: 0 0 8px 0px #e6513e;
}

.about_main img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.news-letter {
  background: #e6513e;
  padding: 70px 0;
  background-image: url(../images/emai.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.news-letter .news {
  text-align: center;
}

.news-letter .news h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.news-letter .news h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.news-letter .news form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
}

.news-letter .news form input {
  margin-right: 10px;
  width: 44%;
  padding: 0 20px;
  outline: none;
  border: none;
  background: #fff;
  height: 38px;
  line-height: 38px;
  color: #5a5a5a;
  font-size: 14px;
}

.news-letter .news form input::-webkit-input-placeholder {
  color: #5a5a5a;
}

.news-letter .news form input:-ms-input-placeholder {
  color: #5a5a5a;
}

.news-letter .news form input::-ms-input-placeholder {
  color: #5a5a5a;
}

.news-letter .news form input::placeholder {
  color: #5a5a5a;
}

.news-letter .news form button {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  height: 38px;
  line-height: 32px;
  width: 132px;
  text-align: center;
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-letter .news form button:hover {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  -webkit-box-shadow: 0 0 8px 0px #000;
          box-shadow: 0 0 8px 0px #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top-footer .foot-logo {
  padding: 56px 0;
  text-align: center;
}

.top-footer .inner-link h4 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.top-footer .inner-link ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.top-footer .inner-link ul li {
  list-style: none;
  display: block;
}

.top-footer .inner-link ul li a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.top-footer .inner-link ul li a:hover {
  color: #e6513e;
}

.top-footer .inner-link p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.top-footer .inner-link h6 {
  font-size: 14px;
  color: #000;
  width: 47%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  font-weight: 500;
}

.top-footer .inner-link h6 i {
  font-size: 18px;
  color: #e6513e;
  padding-right: 10px;
}

.top-footer .inner-link h6 a {
  font-size: 14px;
  color: #000;
}

.top-footer .inner-link h6 a:hover {
  color: #e6513e;
}

.top-footer .row .col-lg-4:nth-of-type(3) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.bottom-footer {
  background-color: #fff;
  padding: 60px 0px 40px 0;
  text-align: center;
}

.bottom-footer .copy_right p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.bottom-footer .design {
  text-align: center;
}

.bottom-footer .design ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.bottom-footer .design ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}

.bottom-footer .design ul li a {
  font-size: 22px;
  color: #000;
}

.bottom-footer .design ul li a:hover {
  color: #e6513e;
}

@media screen and (max-width: 1499px) {
  .cate_main .inner_cate .cate-name h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1399px) {
  .manufacture-box .manu-txt p br {
    display: none;
  }
  .icons li {
    padding: 0 15px;
  }
  .middle-bar {
    padding: 10px 0;
  }
  .feature_prod {
    padding: 50px 0px;
  }
  .feature_prod h2 {
    padding-bottom: 20px;
  }
  .manufacture-box {
    padding: 70px 0;
  }
  .about_main {
    padding: 20px 0 0 0;
  }
  .news-letter {
    padding: 50px 0;
  }
  .top-footer .foot-logo {
    padding: 36px 0;
  }
  .bottom-footer {
    padding: 40px 0 30px 0;
  }
}

@media screen and (max-width: 1299px) {
  .prd-slider .owl-nav .owl-prev {
    left: 0;
  }
  .prd-slider .owl-nav .owl-next {
    right: 0;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .navbars .top_nav_items ul li a {
    font-size: 14px;
    padding: 0px 26px;
  }
  .topbar .top-right ul li a {
    font-size: 16px;
    height: 40px;
    width: 34px;
    line-height: 40px;
  }
  .topbar .top-left ul li p {
    font-size: 12px;
  }
  .topbar .top-left ul li p a {
    font-size: 12px;
  }
  .topbar .top-left ul li {
    padding: 0 5px;
  }
  .topbar .top-left ul li i {
    padding-right: 5px;
  }
  .middle-bar .mid-right .d-flex .flex-body h4 {
    font-size: 13px;
  }
  .middle-bar .mid-right .d-flex .flex-body p {
    font-size: 12px;
  }
  .middle-bar .mid-right .d-flex .flex-body {
    padding-left: 5px;
  }
  .middle-bar .mid-right .d-flex {
    width: 150px;
  }
  .middle-bar .mid-right a.basket {
    font-size: 14px;
    width: 108px;
    height: 48px;
    line-height: 48px;
  }
  .middle-bar .mid-right a.basket i {
    font-size: 18px;
  }
  .cate_main {
    padding: 10px 0;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 20px;
  }
  .feature_prod .inner_prod .prod_name h3 {
    font-size: 14px;
    padding: 20px 0;
  }
  .icons li {
    padding: 0 2px;
  }
  .top-footer .inner-link h6 br {
    display: none;
  }
  .top-footer .inner-link h6 {
    width: 62%;
  }
}

@media screen and (max-width: 991px) {
  .topbar .top-right ul li a {
    font-size: 14px;
    height: 35px;
    width: 30px;
    line-height: 35px;
  }
  .navbars .top_nav_items ul li a {
    font-size: 12px;
    padding: 0px 16px;
  }
  .navbars .top_nav_items a.search {
    font-size: 16px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 24px;
  }
  .justify-center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature_prod {
    padding: 30px 0px;
  }
  .feature_prod h2 {
    padding-bottom: 10px;
    font-size: 26px;
  }
  .manufacture-box {
    padding: 40px 0;
  }
  .manufacture-box .manu-txt p {
    font-size: 14px;
  }
  .manufacture-box .manu-txt h2 {
    font-size: 26px;
  }
  .manufacture-box .manu-txt h6:before {
    width: 116px;
    left: -122px;
  }
  .manufacture-box .manu-txt h6::after {
    width: 116px;
    right: -122px;
  }
  .icons li {
    padding: 10px 35px;
  }
  .icons li button.active::after {
    display: none;
  }
  .icons li button.active::before {
    display: none;
  }
  .tab-content .tab-pane p {
    font-size: 14px !important;
  }
  .about_main {
    padding: 0px;
  }
  .about_main .about-txt p {
    font-size: 14px;
    padding: 20px 0;
  }
  .news-letter {
    padding: 30px 0;
  }
  .news-letter .news form {
    margin-top: 20px;
  }
  .news-letter .news h4 {
    font-size: 22px;
  }
  .news-letter .news h6 {
    font-size: 14px;
  }
  .top-footer .inner-link h6 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .topbar .top-right {
    display: none;
  }
  .topbar .top-left {
    text-align: center;
    padding: 10px 0;
  }
  .middle-bar .mid-right {
    display: none;
  }
  .mobile_left,
  .sidenav,
  .moblink {
    display: block;
  }
  .navbars .top_nav_items {
    display: none;
  }
  .icons li {
    padding: 10px 5px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 36px;
  }
  .top-footer .inner-link h6 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-footer .row .col-lg-4:nth-of-type(3) {
    border: 0;
  }
  .top-footer .inner-link {
    text-align: center;
    padding: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .cate_main .inner_cate .cate-name h2 {
    font-size: 26px;
  }
  .news-letter .news form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-letter .news form input {
    width: 100%;
    margin: 4px 0px;
  }
}

@media screen and (max-width: 320px) {
  .manufacture-box .manu-txt h6:before {
    display: none;
  }
  .manufacture-box .manu-txt h6::after {
    display: none;
  }
  .icons li button {
    width: 100px;
    height: 100px;
    line-height: 95px;
  }
  .icons li button img {
    width: 50px;
  }
  .icons li button span {
    font-size: 14px;
    border: 3px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
  .icons li {
    padding: 10px 22px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=layout.css.map */