body {
  font-family: "ubunturegular";
  background-color: #f9f9f9;
}
a {
  font-family: "ubunturegular";
  text-decoration: none !important;
}
p {
  font-family: "open_sansregular";
  font-size: 1.4rem;
  line-height: 23px;
}
h1,
h2,
h3,
h4 {
  font-family: "ubuntumedium";
}
img {
  max-width: 100%;
}
ul {
  padding-left: 0;
  list-style-type: none;
}

/*width*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*track*/
::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

/*handle*/
::-webkit-scrollbar-thumb {
  background-color: #333;
}

/*hande hover*/
::-webkit-scrollbar-thumb:hover {
  background-color: #222;
}

.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.cmpad {
  padding-left: 80px;
  padding-right: 80px;
}
.lt {
  text-align: left !important;
  margin-left: 0 !important;
}

h1.subhd {
  font-family: "ubuntumedium";
  font-size: 28px;
  color: #666;
  text-align: center;
  margin-top: 35px;
}
h1.subhd span {
  color: #c49718;
}

h2.subhd {
  color: #fff;
  font-family: "ubuntumedium";
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 25px;
}
h3.subhd {
  margin-top: 0;
  font-size: 15px;
}

.sm-show,
.md-show {
  display: none;
}

@media (min-width: 1300px) {
  .cmpad {
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 991px) {
  .cmpad {
    padding-right: 30px;
    padding-left: 30px;
  }
  .md-hide {
    display: none !important;
  }
  .md-show {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .cmpad {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sm-hide {
    display: none !important;
  }
  .sm-show {
    display: block;
  }
}

@media (max-width: 480px) {
  /*.cmpad{
    padding-right: 10px;
    padding-left: 10px;
}*/
  .mob-hide {
    display: none !important;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -mozjustify-content: center;
  -msjustify-content: center;
  justify-content: center;
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************HEADER***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

/*STICKY HEADER*/
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  height: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
header.active {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0px 0px 20px rgba(51, 58, 96, 0.3);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

header.active .top {
  /*margin-top: -101px;*/
}
header .top {
  background: rgb(135, 95, 63);
  background: linear-gradient(
    90deg,
    rgba(135, 95, 63, 1) 0%,
    rgba(132, 164, 47, 1) 32%,
    rgba(195, 62, 39, 1) 68%,
    rgba(235, 163, 35, 1) 100%
  );
  height: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

ul.list-left {
  margin-top: 30px;
  display: inline-block;
}
ul.list-left li {
  float: left;
}
ul.list-left li.phone {
  border-right: 1px solid #eee;
  margin-right: 15px;
}
ul.list-left li img {
  width: 20px;
  margin-top: -5px;
}
ul.list-left li.phone a {
  margin-right: 15px;
}
ul.list-left li a {
  color: #050f1d;
}

header .logo > a > img {
  margin: 20px auto;
  max-height: 50px;
}

.midright {
  /*border-right: 1px solid #eee;*/
}
header .list-right {
  float: right;
  margin-bottom: 0;
}
header ul.list-right > li {
  float: left;
}
header ul.list-right > li > a > img {
  max-height: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
header ul.list-right > li:after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  top: 8px;
}

header ul.list-right > li > a,
header ul.list-right > li > a:focus {
  color: #666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
header ul.list-right > li > a:hover {
  color: #0089cf;
}
header ul.list-right > li > a:hover img {
  animation-name: zoomIn;
  animation-duration: 0.5s;
}

header .list-right .drophover a.dropbtn {
  color: #999;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 15px;
  font-family: "ubuntumedium";
  text-transform: uppercase;
  border: none;
  display: block;
  position: relative;
}
header .list-right .drophover a.dropbtn i.fa {
  margin-left: 5px;
}

header .list-right .drophover {
  position: relative;
  display: inline-block;
}

header .list-right .dropdown-content {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  min-width: 195px !important;
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  min-width: 160px;
  box-shadow: 0px 20px 20px -20px rgb(0, 0, 0);
  z-index: 10;
  list-style-type: none;
  padding-left: 0;
  right: 0;
}

header .list-right .dropdown-content a {
  color: #707070;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
header .list-right .dropdown-content a img {
  max-width: 16px;
  margin-right: 8px;
  margin-top: -6px;
}

header .list-right .dropdown-content a:hover {
  color: #c33e27;
}

header .list-right .drophover:hover .dropdown-content {
  display: block;
}

header .list-right .drophover.active a.dropbtn,
header .list-right .drophover:hover a.dropbtn {
  color: #84a42f;
}

header .search {
  margin-bottom: 10px;
  background-color: #eeeeee;
  margin-left: 50px;
  border-radius: 3px;
}
header .search .form-control {
  height: 35px;
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
header .search .btn,
header .search .btn:hover,
header .search .btn:focus {
  height: 35px;
  outline: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
header .search .btn img {
  max-width: 20px;
  margin-top: -5px;
  pointer-events: none;
}

/*HEADER BOTTOM*/

header .bottom {
  background-color: #fff;
  border-top: 1px solid #eee;
}
header .bottom .navbar {
  margin-bottom: 0;
  min-height: auto;
  border: none;
}
header .bottom .megamenu {
  overflow: hidden;
  float: left;
}
header .bottom .megamenu.offer {
  margin-right: 0;
  float: right;
}

header .bottom .megamenu .dropbtn {
  font-size: 14px !important;
  border: none;
  outline: none;
  text-transform: uppercase;
  color: #666;
  padding: 10px 16px;
  font: inherit;
  font-family: "ubuntumedium";
  margin: 0;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

header .bottom .megamenu:hover .dropbtn {
  background-color: #efefef;
  border-bottom: none;
}

header .bottom .megamenu.all .dropbtn {
  background-color: #84a42f;
  color: #fff;
  border-bottom: none;
}
header .bottom .megamenu.offer .dropbtn {
  background-color: #cddc39;
  border-bottom: 0px;
}
header .bottom .megamenu.offer:hover .dropbtn {
  border-bottom: 0;
}
header .bottom .megamenu .dropbtn img {
  width: 16px;
  margin-right: 3px;
  margin-top: -8px;
}

header .bottom .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0 0 5px 5px;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

header .bottom .dropdown-content .header {
  background: #0089cf;
  padding: 16px;
  color: white;
  display: none;
}

header .bottom .megamenu:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
header .bottom .column {
  /*float: left;*/
  min-height: 380px;
  max-height: 480px;
  overflow-y: auto;
  border-right: 1px solid #d5d5d5;
  margin-bottom: 0;
}
header .bottom .column:last-child {
  border-right: none;
}
header .bottom .column.colall {
  padding: 15px;
}
header .bottom .column.colall a img {
  max-width: 20px;
  display: inline;
  margin-right: 10px;
  margin-top: -5px;
}

header .bottom .column h3,
header .bottom .column .mainmenu li.head {
  font-size: 1.4rem;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #84a42f;
  border-bottom: 1px dashed #d5d5d5;
  padding-bottom: 5px;
  margin-right: 15px;
}
header .bottom .column.colpro h3 {
  text-align: center;
  border-bottom: 0;
}

header .bottom .column a {
  float: none;
  padding: 3px 0;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 0;
  color: #666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

header .bottom .column .mainmenu a:hover {
  color: #c33e27;
  box-shadow: none;
}

header .bottom .column.offcol {
  display: table;
}
header .bottom .column.offcol a {
  display: block;
  margin-top: 25px;
  border-bottom: none;
  padding: 0;
}
header .bottom .column.offcol img {
  width: 330px;
  margin: auto;
  display: block;
  border-radius: 3px;
}
header .bottom .column ul.mainmenu {
  list-style-type: none;
  padding-inline-start: 0;
  width: calc(100% / 3);
  float: left;
}

header .bottom .column ul.mainmenu > li > a {
  border-bottom: none;
  font-size: 13px;
}

/* Style the buttons inside the tab */
.catlinks {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 0 !important;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.catlinks:hover {
  box-shadow: 0 0 10px rgba(140, 0, 212, 0.5);
}

/* Create an active/current tablink class */
.catlinks.active {
  box-shadow: none;
  color: #84a42f !important;
}

/* Style the tab content */
.catcontent {
  display: none;
  border-top: none;
  /*padding-top: 15px;*/
}

/*///////////MOBILE HEADER***************/

.header_resp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.cd-dropdown-trigger {
  line-height: 38px;
  text-align: center;
  width: 38px;
  height: 40px;
  padding: 0 !important;
  background-color: #7cb759;
  margin-top: -5px;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
  display: none;
}
.cd-dropdown-trigger img {
  max-width: 22px;
}
.cd-dropdown-trigger .fa {
  font-size: 22px;
  color: #ed3365;
}
.cd-dropdown-trigger:hover {
  background-color: #858336;
}

.cd-dropdown li.head {
  background-color: #dafd95 !important;
  border-bottom: 1px solid #8bc34a !important;
  padding: 10px 15px 10px 15px !important;
  margin-top: 0px;
  color: #333333;
}

.cd-dropdown {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.cd-dropdown > .cd-dropdown-content {
  width: 55%;
  right: 45%;
  padding-inline-start: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content,
.cd-dropdown-content ul {
  padding-top: 0px !important;
  padding-inline-start: 0;
  padding-left: 0;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  color: #666 !important;
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  font-size: 1.4rem !important;
}
.cd-dropdown-content,
.cd-dropdown-content ul {
  background-color: #fff !important;
}
.cd-dropdown .cd-close {
  right: 23%;
  top: 15px;
  height: 30px;
  width: 30px;
  background-color: #ed3365;
  border-radius: 50%;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.3);
}
.closebarz {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 55%;
  cursor: zoom-out;
}

.cd-dropdown .logo {
  max-width: 150px;
  margin: 5px auto;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 45px !important;
  line-height: 45px !important;
}
.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
  text-decoration: none;
  color: #2196f3 !important;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
  background: #cfcfcf !important;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
  background: #fff !important;
  width: 3px !important;
  height: 16px !important;
}
.has-children > a img.img-menu {
  max-width: 20px;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.has-children > a:hover img.img-menu {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.cd-dropdown li.head .upic img {
  max-height: 60px;
  float: right;
}
.cd-dropdown li.head .menuadmin {
  display: flex;
}
.cd-dropdown li.head .menuadmin .upic {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 10%;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px;
}
.menu-user {
  display: block;
}
.menu-user .uname {
  font-size: 14px;
  margin-top: 5px;
}
.menu-user span {
  display: block;
  line-height: 20px;
  font-size: 12px;
}
.menu-acc {
  display: flex;
}
.menu-acc a {
  padding: 0 !important;
  text-align: center;
  line-height: 30px !important;
  height: 50px !important;
  width: 100%;
}
.menu-acc .fa {
  text-align: center;
  font-size: 20px;
  padding-top: 6px;
  color: #0c5d06;
}
.menu-acc p {
  line-height: 5px;
  font-size: 12px;
}
.menu-acc a {
  border-right: 1px solid #8bc34a !important;
  border-bottom: 1px solid #8bc34a !important;
}
.menu-acc a:first-child {
  border-left: 1px solid #cddc39 !important;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
  background-color: #ffffff !important;
  margin-top: 15px;
  border-bottom: 1px solid #03a9f4;
  color: #009688 !important;
}

/*...................*/
/*HEADER RESPONSIVE*/
/*...................*/

@media (min-width: 991px) {
  .cd-dropdown-trigger {
    display: none !important;
  }
}

@media (max-width: 1290px) {
  header .bottom .megamenu .dropbtn {
    padding: 10px 12px;
  }
}

@media (max-width: 1230px) {
  /* header .bottom .megamenu:last-child,
  header .bottom .megamenu:nth-child(6) {
    display: none;
  } */
}

@media (max-width: 1100px) {
  /* header .bottom .megamenu:nth-child(5) {
    display: none;
  } */
}

@media (max-width: 1160px) {
}

@media (max-width: 1090px) {
}

@media (max-width: 991px) {
  header .bottom {
    display: none;
  }
  ul.list-left li.phone {
    border-right: none;
    margin-right: 0;
  }
  ul.list-left li.phone a {
    position: relative;
    top: 5px;
  }
}

@media (max-width: 767px) {
  header .list-right .drophover a.dropbtn .name {
    display: none;
  }
  header ul.list-right > li > a > img {
    margin-right: 0;
    max-height: 24px;
  }
  ul.list-left li.phone {
    display: none;
  }

  header .middle .logo {
    width: 85%;
  }
  header .logo > a > img {
    margin: 10px auto;
    height: 45px;
  }
  .midleft {
    width: 15%;
  }
  .midright {
    width: 100%;
  }
  header .middle .listcol {
    width: auto;
    float: right;
  }
  header .middle .srchcol {
    width: auto;
    float: none;
    display: flex;
  }
  header .search {
    margin-left: 0;
    width: 100%;
    margin-bottom: 6px;
  }
  header .list-right .drophover a.dropbtn {
    padding: 4px 15px;
  }
  ul.list-left {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .cd-dropdown-trigger {
    margin-top: 0;
    width: 35px;
  }
  .cd-dropdown-trigger img {
    width: 18px !important;
  }
  .cd-dropdown > .cd-dropdown-content {
    width: 80%;
    right: 20%;
  }
  .closebarz {
    left: 80%;
  }
}

@media (max-width: 480px) {
  header .search .form-control {
    height: 30px;
  }
  header .search .btn,
  header .search .btn:hover,
  header .search .btn:focus {
    height: 30px;
  }
  header .list-right .drophover a.dropbtn {
    padding: 3px 15px;
  }
  header .search .btn img {
    max-width: 18px;
    margin-top: -8px;
  }
  header .logo > a > img {
    margin: 8px auto;
    height: 44px;
  }
}

@media (max-width: 330px) {
}

@media (max-width: 480px) {
  .menu-acc p {
    line-height: 5px;
    font-size: 11px;
  }

  .menu-acc .fa {
    font-size: 18px;
  }
  .has-children > a {
    font-size: 14px;
  }
}

/************************BACK2TOP************************/
#back2Top {
  width: 35px;
  line-height: 32px;
  height: 35px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 15px;
  border-radius: 50%;
  background-color: #c33e27;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#back2Top:hover {
  background-color: #333;
  color: #ccc;
}
@media (max-width: 480px) {
  #back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 5px;
    background-color: #ed3365;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************SLIDER***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.mainslider,
.maincontent {
  padding-top: 135px;
}
.dsk {
  display: block !important;
}
.res {
  display: none !important;
}
.swiper-banner {
  box-shadow: 0px 20px 20px -30px rgb(132, 164, 47);
}
.swiper-banner .swiper-pagination {
  bottom: 10px;
  right: 20px;
}
.swiper-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #84a42f;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.swiper-banner .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 6px;
  background-color: #84a42f;
}

@media (max-width: 991px) {
  .mainslider,
  .maincontent {
    padding-top: 98px;
  }
  .ftabout .social{
      justify-content: center;
  }
}

@media (max-width: 767px) {
  .mainslider,
  .maincontent {
    padding-top: 90px;
  }
}

@media (max-width: 580px) {
  /*.dsk{
  display: none !important;
}*/
  .res {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .mainslider,
  .maincontent {
    padding-top: 90px;
  }
}

/*Commono styles*/

h2.head {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #363636;
}
h2.head:after {
  content: "";
  display: block;
  width: 8%;
  height: 5px;
  background: rgb(132, 164, 47);
  background: linear-gradient(
    90deg,
    rgba(135, 95, 63, 1) 0%,
    rgba(132, 164, 47, 1) 32%,
    rgba(195, 62, 39, 1) 68%,
    rgba(235, 163, 35, 1) 100%
  );
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 15px auto 0 auto;
}

@media (max-width: 767px) {
  h1.head {
    margin-bottom: 20px;
  }
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************CATEGORY*********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.category {
  margin-bottom: 20px;
}
.swiper-category {
  padding: 15px 0 45px 0 !important;
}
.swiper-category .swiper-slide {
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer !important;
}
.swiper-category .swiper-slide img {
  border-radius: 50%;
  max-width: 100px;
  box-shadow: 0px 0px 0px 2px rgba(132, 164, 47, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.swiper-category .swiper-slide h4 {
  font-size: 1.5rem;
  color: #84a42f;
}
.swiper-category .swiper-slide:hover img {
  box-shadow: 0px 0px 20px 0px rgba(132, 164, 47, 0.5);
}
.swiper-category .swiper-button-next,
.swiper-category .swiper-button-prev {
  background-image: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  top: auto;
  bottom: 5px;
  background-color: #fff;
  border-radius: 50%;
  outline: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.swiper-category .swiper-button-next {
  left: 40px !important;
}
.swiper-category .swiper-button-prev {
  right: 40px !important;
}

@media (max-width: 480px) {
  .swiper-category .swiper-slide img {
    max-width: 80px;
  }
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************PRODUCTS*********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/
.products {
  padding-bottom: 30px;
}
/* Style the tab */
.products .tab {
  display: table;
  margin: 0px auto 0px auto;
  padding: 10px 0;
  white-space: nowrap;
}

/* Style the buttons inside the tab */
.products .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  font-family: "ubuntumedium";
  text-transform: uppercase;
  color: #666;
  border-radius: 20px;
  cursor: pointer;
  padding: 6px 10px;
  margin-right: 10px;
  transition: 0.3s;
  box-shadow: 0 0 0px 1px #ccc;
}

/* Change background color of buttons on hover */
.products .tab button:hover {
  color: #84a42f;
}

/* Create an active/current tablink class */
.products .tab button.acc_active {
  border: none;
  background-color: #84a42f;
  color: white;
}
.products .tab button img {
  float: left;
  max-width: 200px;
  pointer-events: none;
}

/* Style the tab content */
.products .tabcontent {
  display: none;
}
.swiper-slide{
    cursor: default !important;
}
.itembox {
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fff;
   cursor: default !important;
  
}
.itembox .itemcon {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 100%;
   cursor: default !important;
}
.itembox .itemcon:hover {
  border: 1px solid #999;
}
.itembox .itemimg img {
  border-radius: 5px;
  width: 100%;
  height: 230px;
  object-fit: contain;
   cursor: default !important;
}
.itembox:hover img {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.itembox .actionbtn {
  max-width: 160px;
  margin: 0 auto;
  left: 10px;
  right: 10px;
  bottom: 6px;
  /*height: 50px;*/
  vertical-align: middle;
  padding: 0;
  background-color: #ffffff;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.itembox:hover .actionbtn {
  animation-name: zoomIn;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.itembox .status {
  color: #fff;
  font-size: 1.3rem;
  padding: 3px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
}
.itembox .status.open {
  background-color: green;
}
.itembox .status.closed {
  background-color: #ff5722;
}
.itembox .favicon {
  width: 32px;
  height: 32px;
  background-color: #333;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  /*position: absolute;*/
  top: 0px;
  right: 10px;
  /*box-shadow: 0 0 0px 4px rgba(175, 163, 163, 0.4);*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.itembox .favicon:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.itembox .item-desc {
  padding: 5px 15px 15px 15px;
  text-align: center;
}
.itembox a.name {
  font-size: 16px;
  font-family: "ubuntumedium";
  margin-bottom: 5px;
  margin-top: 8px;
  display: -webkit-box;
  color: #333;
  height: 50px;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.itembox a.name:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 5px auto 5px auto;
  background-color: #84a42f;
}
.itembox p.desc {
  margin-bottom: 5px;
}
.itembox p.price {
  font-size: 16px;
  color: #333;
  font-family: "ubuntumedium";
}
.itembox p.price span {
  color: #666;
  font-size: 14px;
  text-decoration: line-through;
}
.itembox .star {
  margin-bottom: 5px;
  display: none;
}
.itembox .star .fa {
  color: #ff9800;
}
.itembox .star .rating {
  color: #fff;
  background-color: #008000;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
}
.itembox .btn-addcart,
.itembox .btn-addcart:focus {
  margin: -5px 5px 0px 5px;
  border-radius: 20px;
  background-color: #f44336;
  color: white;
  outline: 0;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.itembox .btn-addcart:hover {
  background-color: #de0f00;
}

@media (max-width: 991px) {
  .products .tab {
    display: block;
  }
}
@media (max-width: 480px) {
  .products .tab button {
    font-size: 12px;
  }
  .itembox .item-desc {
    padding: 5px;
  }
  .itembox a.name {
    margin-top: 5px;
    font-size: 14px;
  }
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************OFFER************************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.offercon {
  margin-top: 30px;
}
a.offer {
  display: block;
  margin-bottom: 18px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a.offer.border {
  border: 2px solid #875f3f;
}
a.offer img {
  display: block;
  margin: auto;
}
a.offer:hover {
  animation-name: flash;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.3);
  /*transform: translateY(-5px);
  -webkit-transform: translateY(-5px);*/
}

.swiper-offer {
  padding: 15px 0 !important;
}
.swiper-offer .swiper-slide img {
  display: block;
  margin: auto;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.swiper-offer .swiper-slide:hover img {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 1);
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////*************************BRANDS*********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/
/* 
.swiper-brands {
  padding: 0px 0 15px 0 !important;
  margin-bottom: 30px !important;
} */

.swiper-brands{
  padding: 0px 0 15px 0 !important;
  margin-bottom: 30px !important;
}
.swiper-brands .swiper-slide {
  border: 1px solid #ccc;
  padding: 10px 5px;
  border-radius: 3px;
}
.swiper-brands .swiper-slide img {
  display: block;
  margin: auto;
  /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);*/
}

@media (max-width: 767px) {
  .swiper-brands {
    margin-bottom: 10px !important;
  }
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************FOOTER***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.footer {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #333333;
  border-bottom: 5px solid #84a42f;
  box-shadow: 0px 0 50px -20px rgba(0, 0, 0, 0.3);
}
.footer p.desc {
  text-align: justify;
  margin-top: 15px;
}
.footer p {
  font-size: 1.3rem;
}
.footer h4 {
  margin-top: 0;
  color: #333333;
  font-size: 1.6rem;
}

.foot-top .boxcontainer {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #ccc;
  margin-left: 15px;
  margin-right: 15px;
}
.foot-top .boxcol {
  width: calc(100% / 5);
  float: left;
  text-align: center;
  padding: 20px 15px;
  border-radius: 3px;
  background-color: #ddfd85;
}
.foot-top .boxcol:nth-child(1),
.foot-top .boxcol:nth-child(3),
.foot-top .boxcol:nth-child(5) {
  background-color: #e8ffa9;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.foot-top .boxcol img {
  max-width: 50px;
  filter: brightness(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foot-top .boxcol:hover img {
  animation-name: pulse;
  animation-duration: 1s;
}
.foot-top .boxcol h4 {
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #666;
}
.foot-top .boxcol p {
  line-height: 20px;
  color: #666;
}

.footer .ftabout {
  display: inline-block;
  background-color: #b4d443;
  padding: 15px 15px 0 15px;
  margin-left: -15px;
  color: #fff;
  border-bottom: 5px solid #6e8827;
  box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.footer .ftabout img.logo {
  margin: 15px auto 20px auto;
  display: block;
  width: 215px;
}
.footer .ftabout p {
  text-align: center;
  color: #333;
}

ul.social {
  list-style-type: none;
  padding-inline-start: 0;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  margin: 20px auto 15px auto;
}
ul.social > li {
  float: left;
}
ul.social > li > a {
  background-color: #050f1d;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #b4d443;
  text-align: center;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
ul.social > li > a:hover {
  box-shadow: 0px 8px 20px -5px #000000;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

ul.ftlinks {
  list-style-type: none;
  padding-inline-start: 0;
}
ul.ftlinks > li {
  line-height: 26px;
}
ul.ftlinks > li > a {
  font-size: 1.3rem;
  color: #333333;
  font-family: "open_sansregular";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
ul.ftlinks > li > a:hover {
  color: #84a42f;
}
.footer .ftabout img {
  display: block;
  margin: auto;
}

.footer hr.ftline {
  border-top: 2px dashed #ccc;
  margin-bottom: 30px;
}

.newsletter input {
  height: 40px;
  font-size: 1.3rem;
  text-transform: uppercase;
  box-shadow: none;
}
.newsletter input:focus {
  border-color: #84a42f;
  box-shadow: none;
}
.newsletter button,
.newsletter button:focus {
  border-radius: 0 20px 20px 0;
  background-color: #84a42f;
  border-color: #84a42f;
  color: #fff;
  height: 40px;
  font-size: 1.3rem;
  text-transform: uppercase;
  outline: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newsletter button:hover {
  background-color: #617b1c;
  color: #fff;
}

.footer .address p {
  padding-left: 35px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.footer .address a {
  color: #333333;
}
.footer .address a:hover {
  color: #84a42f;
}
.footer .address .fa {
  position: absolute;
  left: 15px;
  background-color: #84a42f;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}

.foot-bottom {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px dashed #84a42f;
}
.footer .copy p {
  margin-bottom: 5px;
}
.footer .powered p,
.footer .copy p {
  text-align: center;
}
.footer .powered p a {
  color: #333333;
}

@media (max-width: 991px) {
  .foot-top .boxcol {
    width: calc(100% / 2);
  }
  .foot-top .boxcol:nth-child(1),
  .foot-top .boxcol:nth-child(3),
  .foot-top .boxcol:nth-child(5) {
    background-color: #e8ffa9;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .foot-top .boxcol:nth-child(3) {
    width: 100%;
    background-color: #ccf365;
  }
  .footer .ftabout {
    margin: 15px auto 0 auto;
    display: block;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .footer .address {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .foot-top .boxcol {
    width: 100%;
  }
  .linkscol {
    display: none;
  }
}
