@font-face {
  font-family: "Gabarito";
  font-weight: 400;
  src: url(../fonts/Gabarito/Gabarito-Regular.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-weight: 500;
  src: url(../fonts/Gabarito/Gabarito-Medium.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-weight: 600;
  src: url(../fonts/Gabarito/Gabarito-SemiBold.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-weight: 700;
  src: url(../fonts/Gabarito/Gabarito-Bold.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-weight: 800;
  src: url(../fonts/Gabarito/Gabarito-ExtraBold.ttf);
}
@font-face {
  font-family: "Gabarito";
  font-weight: 900;
  src: url(../fonts/Gabarito/Gabarito-Black.ttf);
}

body {
  padding: 0;
  /* width: 100%; */
  /* height: 100%; */
  margin: 0 auto;
  max-width: 2200px;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  scroll-behavior: smooth;
}

.container-fluid {
  margin: 0 auto;
  max-width: 1600px;
}

*,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font-family: "Gabarito" !important;
}

.d-inline-block {
  display: inline-block;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.desktop-show {
  display: block;
}
.mobile-show {
  display: none;
}
@media (max-width: 992px) {
  .desktop-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}

header {
  margin: 0;
}

.top-bar-tags.top-bar-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #0e4d38;
}

.top-bar-tags.top-bar-wrapper p {
  margin: 0;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.top-bar-tags.top-bar-wrapper p a {
  color: #97fd53;
}

.top-bar.menu-bar-wrappers {
  padding: 6px 0px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
}

.top-bar.menu-bar-wrappers ul.main-menu li {
  padding: 0;
  margin-right: 10px;
}

.top-bar.menu-bar-wrappers ul.main-menu li:after {
  height: 0;
  width: 0;
  opacity: 0;
}

.top-bar.menu-bar-wrappers ul.main-menu li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
  transition: 0.3s;
  padding: 0 0 0 30px;
  text-transform: capitalize;
}

.top-bar.menu-bar-wrappers ul.main-menu li a:hover {
  transition: 0.3s;
  color: #60a202;
}

.top-bar.menu-bar-wrappers ul.main-menu li a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 25px;
  max-height: 25px;
}

.main-bar.main-menu-bar-wrapper {
  padding: 10px 0px;
}

@media (min-width: 992px) {
  .row.align-items-center {
    display: flex;
    align-items: center;
  }
}

.mynav-menu .navbar-collapse {
  padding: 0;
  border: 0;
  background: #ffffff00;
}

nav.mynav-menu {
  background: transparent;
  border: 0;
  margin: 0;
  min-height: auto;
}

.top-bar.menu-bar-wrappers ul.main-menu li.active a {
  background: transparent !important;
  color: #60a202;
  transition: 0.3s;
}

.search-box {
  position: relative;
}

.search-select {
  width: 120px;
  display: inline-block;
}

.search-box.search-box-wrapper .search-fields {
  border-radius: 8px;
  width: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #60a202;
  height: 60px;
  display: flex;
  align-items: center;
}

.search-box.search-box-wrapper .search-fields .search-btn-cont {
  position: absolute;
  left: auto;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  align-content: center;
  display: inline-block;
}

.search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn {
  font-size: 0;
  width: 60px;
  height: 50px;
  text-align: center;
  align-content: center;
  background: #60a202;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  outline: none;
  border: 0;
}

.search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn img.img-responsive {
  display: inline-block;
}

.search-box.search-box-wrapper .search-fields .search-input {
  padding-right: 70px;
  height: 50px;
  width: calc(99% - 123px);
  align-content: center;
  display: table-cell;
  margin-left: 5px;
}

.search-box.search-box-wrapper .search-fields .search-input input.form-control {
  border-radius: 0;
  box-shadow: unset;
  border: 0;
  height: 38px;
  font-size: 16px;
  border-left: 1px solid #ccc;
}

.search-box.search-box-wrapper .search-fields .search-select select {
  height: 50px;
  color: #000;
  transition: 0.3s;
  border: 0;
  box-shadow: none;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 400;
}

.search-box.search-box-wrapper .search-fields .search-select select:hover {
  transition: 0.3s;
  color: #60a202;
}

.login-div-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.login-div-wrapper ul li {
  list-style: none;
}
.login-div-wrapper ul li a {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
  margin: 0px 8px;
  transition: 0.3s;
}

.login-div-wrapper ul li a:hover {
  transition: 0.3s;
  color: #60a202;
}

.login-div-wrapper ul li a img.img-responsive {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 25px;
  max-height: 25px;
}

.banner-section-wrapper {
  background: #f1f7f0;
  padding: 20px 0px;
}

.left-cat.banner-category-wrapper {
  background-color: transparent;
}

.left-cat.banner-category-wrapper h4 {
  background-color: #438715;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  height: 60px;
  align-content: center;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  margin-top: 0;
  min-height: 60px;
}

.left-cat.banner-category-wrapper h4 img {
  max-width: 25px;
  max-height: 25px;
  display: inline-block;
  margin-right: 10px;
}

.left-cat.banner-category-wrapper ul.main-cat {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px 0px 10px 0px;
  position: relative;
  margin: 0;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li,
.left-cat.banner-category-wrapper ul.main-cat span.view_all {
  height: auto !important;
  margin: 5px 0px;
  transition: 0.3s;
  border: 0 !important;
  /* position: relative; */
  padding: 5px;
  display: block;
  line-height: 20px;
  transition: 0.3s;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li a.p-cat,
.left-cat.banner-category-wrapper ul.main-cat span.view_all a.p-cat {
  font-size: 16px;
  color: #0f4c38;
  font-weight: 500;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  padding-right: 0;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  margin-left: 25px;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li a img {
  float: unset;
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li:hover {
  transition: 0.3s;
  border: 0 !important;
  background: transparent !important;
  z-index: 999999;
  width: 100%;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li:hover, .left-cat.banner-category-wrapper ul.main-cat span.view_all:hover {
  transition: 0.3s;
  background: #f1f7f0 !important;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li a.p-cat:hover,
.left-cat.banner-category-wrapper ul.main-cat span.view_all a.p-cat:hover {
  color: #438715;
  transition: 0.3s;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li .menu_hover_box {
  z-index: 98;
  position: absolute;
  left: 100%;
  bottom: 0;
  top: 0;
  margin-left: 0;
  min-width: 0;
  transition: 0.3s;
  opacity: 0;
  width: 0;
}

.left-cat.banner-category-wrapper ul.main-cat li.cat_li.active .menu_hover_box {
  min-width: 400px;
  transition: 0.3s;
  width: 100%;
  opacity: 1;
  padding: 20px 24px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: 0 1px 5px #f1f7f0;
  background: #ffff;
  background: #f1f7f0;
}

.left-cat.banner-category-wrapper ul.main-cat .menu_hover_box .menu_hover_box1 ul {
  padding: 0;
  margin: 0;
}

.left-cat.banner-category-wrapper ul.main-cat .menu_hover_box .menu_hover_box1 ul li {
  display: inline-block;
}

.left-cat.banner-category-wrapper ul.main-cat .menu_hover_box .menu_hover_box1 ul li a {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #0f4c38;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
}

.left-cat.banner-category-wrapper ul.main-cat .menu_hover_box .menu_hover_box1 ul li a:hover {
  transition: 0.3s;
  color: #438715;
}

.left-cat.banner-category-wrapper ul.main-cat .menu_hover_box .menu_hover_box1 {
  overflow: hidden;
}

#myBannerCarousel .item img {
  border-radius: 10px;
}

#myBannerCarousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  transition: 0.5s;
}

#myBannerCarousel .owl-nav .owl-prev {
  height: 30px;
  width: 30px;
  background: #ffffff;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#myBannerCarousel .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background: #fff;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#myBannerCarousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 7px;
  background-image: url(../images/slider-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#myBannerCarousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 7px;
  background-image: url(../images/slider-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

#myBannerCarousel .owl-nav .owl-prev:hover, #myBannerCarousel .owl-nav .owl-next:hover {
  transition: 0.3s;
  background: #f1f7f0;
}

#myBannerCarousel .owl-dots {
  display: flex !important;
  position: absolute;
  left: 30px;
  bottom: 30px;
  top: auto;
  text-align: center;
  width: 100%;
  margin: auto;
  align-items: center;
  justify-content: start;
}

#myBannerCarousel .owl-dots .owl-dot span {
  display: block;
  padding: 6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

#myBannerCarousel .owl-dots .owl-dot {
  border-radius: 50%;
  margin: 3px;
  padding: 6px;
  display: inline;
  transition: 0.3s;
}
#myBannerCarousel .owl-dots .owl-dot.active {
  background: #fff;
  transition: 0.3s;
}

#myBannerCarousel .owl-dots .owl-dot.active span {
  background: #5c9066;
}

.services-info-wrapper ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.services-info-wrapper ul li {
  display: flex;
  align-items: center;
  margin-right: 10px;
  max-width: 25%;
  width: 100%;
}

.services-info-wrapper ul li .services-info-content {
  width: calc(100% - 50px) !important;
  display: table-cell;
  vertical-align: middle;
  max-width: 100% !important;
  padding-left: 10px;
}

.services-info-wrapper ul li span {
  width: 50px;
  max-width: 100%;
  max-height: 50px;
  text-align: center;
  display: inline-block;
}

.services-info-wrapper {
  padding: 10px;
  background: #ffffff;
  align-content: center;
}

.services-info-wrapper ul li:last-child {
  margin-right: 0;
}

.services-info-wrapper ul li .services-info-content .services-info-heading {
  color: #0f4c38;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 22px;
  text-transform: capitalize;
}

.services-info-wrapper ul li .services-info-content .services-info-txt {
  font-size: 15px;
  color: #717580;
  font-weight: 400;
  line-height: 20px;
}

.section-heading-wrapper .heading-tag {
  align-content: center;
  color: #0f4c38;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 20px;
  margin-top: 0;
}

.section-heading-wrapper .heading-tag img {
  max-width: 35px;
  max-height: 35px;
  display: inline-block;
}

.trending-categories-section-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 0px 20px;
}

.trending-categories-slider-item {
  box-shadow:
    rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 20px;
  border-radius: 10px;
}

.trending-categories-slider-item .item ul {
  padding: 0;
  margin: 0;
}

.trending-categories-slider-item .item ul li {
  list-style: none;
}

.single-category-item-wrapper {
  padding: 10px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.single-category-item-wrapper .category-item-wrapper-img {
  height: 120px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.single-category-item-wrapper .category-item-wrapper-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  width: auto !important;
  max-height: 110px !important;
}

.single-category-item-wrapper .category-item-wrapper-content .category-title {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #3b3b3b;
  font-weight: 500;
  margin: 10px 0px 20px;
  transition: 0.3s;
  text-transform: capitalize;
  min-height: 45px;
  align-content: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-category-item-wrapper:hover .category-item-wrapper-img img {
  transition: 0.3s;
  transform: scale(1.05);
}

.single-category-item-wrapper:hover
  .category-item-wrapper-content
  .category-title {
  transition: 0.3s;
  color: #438715;
}

#trendingCategories .owl-nav {
  display: flex !important;
  justify-content: space-between;
  transition: 0.5s;
}

#trendingCategories .owl-nav .owl-prev {
  height: 30px;
  width: 30px;
  background: #ffffff;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#trendingCategories .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background: #fff;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#trendingCategories .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 7px;
  background-image: url(../images/slider-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#trendingCategories .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 7px;
  background-image: url(../images/slider-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
#trendingCategories .owl-nav .owl-prev:hover, #trendingCategories .owl-nav .owl-next:hover {
    transition: 0.3s;
    background: #f1f7f0;
}
.section-heading-with-bg-wrapper {
  background: #43883f;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.section-heading-with-bg-wrapper .heading-tag-with-color {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.latest-buy-offer-section-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px 0px 40px;
}

.single-buyer-item-wrapper {
  padding: 20px;
  background: #fff;
}

.single-buyer-item-wrapper .buyer-tag {
  position: absolute;
  right: 0;
  top: 0;
}

.single-buyer-item-wrapper .buyer-tag img {
  width: auto;
  display: inline-block;
  max-width: 30px;
}

.buyer-item-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.latest-buy-offer-slider-item ul {
  padding: 0;
  margin: 0;
}

.latest-buy-offer-slider-item ul li.slider-items-li {
  list-style: none;
  background-color: #f5f5f5;
  padding: 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: 0.3s;
}
.latest-buy-offer-slider-item ul li.slider-items-li:hover {
  transition: 0.3s;
  background-color: #438715;
}

#latestBuyOffer .owl-item .item {
  margin: 0px 10px;
}

.buyer-item-wrapper.buyer-item-wrapper1 {
  align-items: center;
}

.buyer-item-wrapper .buyer-tit-p {
  max-width: 70%;
  width: 100%;
}

.buyer-item-wrapper .buyer-item-wrapper-btn {
  max-width: 30%;
  width: 100%;
  text-align: end;
}

.buyer-item-wrapper .buyer-item-wrapper-info {
  max-width: 70%;
  width: 100%;
}

.buyer-item-wrapper .buyer-item-wrapper-img {
  max-width: 30%;
  width: 100%;
  text-align: end;
}

.buyer-item-wrapper-content .buyer-title {
  color: #0f4c38;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.buyer-item-wrapper-content .buyer-txt {
  font-size: 15px;
  font-weight: 400;
  color: #686868;
  line-height: 25px;
  margin: 10px 0px 0px;
}

.buyer-item-wrapper-btn .buyer-buy-btn {
  background: #026aa2;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 15px;
  transition: 0.3s;
}

.buyer-item-wrapper-btn .buyer-buy-btn:hover {
  transition: 0.3s;
  transform: scale(1.04);
}

.buyer-item-wrapper .buyer-item-wrapper-info ul li {
  list-style: none;
  font-size: 15px;
  color: #686868;
  line-height: 25px;
  font-weight: 400;
}

.buyer-item-wrapper .buyer-item-wrapper-info ul li span {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
}

.buyer-item-wrapper .buyer-item-wrapper-img p {
  line-height: 20px;
  color: #686868;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
}

.buyer-item-wrapper .buyer-item-wrapper-img span img {
  display: inline-block;
  max-width: 55px;
}

.latest-buy-offer-view-all {
  padding-left: 50px;
}

.latest-buy-offer-view-all .latest-buy-offer-view-all-tag {
  color: #0f4c38;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #0f4c38;
  transition: 0.3s;
}

.latest-buy-offer-view-all .latest-buy-offer-view-all-tag:hover {
  transition: 0.3s;
  color: #60a202;
  border-color: #60a202;
}

#latestBuyOffer .owl-dots {
  display: flex !important;
  justify-content: end !important;
  position: absolute;
  right: 30px;
  bottom: -20px;
}

#latestBuyOffer .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #767676;
  border-radius: 50%;
  transition: 0.3s;
  margin: 0px 5px;
}

#latestBuyOffer .owl-dots .owl-dot.active {
  background: #5c9066;
  transition: 0.3s;
}

/*Home Top Product CSS*/

.home-top-products {
  position: relative;
  padding: 20px 0px 20px;
}

.home-top-products .card-body-image {
  position: relative;
  height: 160px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}

.home-top-products .card.top-products-card .card-body-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.home-top-products .card.top-products-card:hover .card-body-image img {
  transition: 0.3s;
  transform: scale(1.04);
}

.home-top-products .card-body-image .card-image-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  right: auto;
  height: 35px;
  width: 35px;
}

.home-top-products .card-body-txt {
  padding: 10px 5px;
}

.home-top-products .card.top-products-card .card-body-txt .top-prod-title {
  color: #5c9066;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 6px;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-top-products
  .card.top-products-card
  .card-body-txt
  .top-prod-title:hover {
  color: #0f4c38;
  transition: 0.3s;
}

.home-top-products .card-body-txt .top-prod-price {
  font-size: 30px;
  color: #3b3b3b;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
}

.home-top-products .card-body-txt .top-prod-price span {
  font-size: 8px;
  top: -10px;
  background: #212121;
  color: #fff;
  padding: 5px;
  border-radius: 100px;
  font-weight: 400;
  position: relative;
  margin-left: 5px;
}

.home-top-products .card-body-txt span.card-body-flag {
  color: #7e7e7e;
  font-size: 9px;
  display: block;
  margin: 2px 0px 10px;
}

.home-top-products .card-body-txt span.card-body-flag span {
  display: inline-block;
  max-width: 25px;
}

.home-top-products .card-body-txt span.card-body-flag span img {
  display: inline-block;
}

.home-top-products .card-body-txt span.card-body-icon span {
  display: inline-block;
  margin-right: 5px;
  max-width: 16px;
}

.home-top-products .card-body-txt span.card-body-icon {
  color: #272827 !important;
  font-size: 11px;
  display: block;
}

.home-top-products .card.top-products-card {
  padding-top: 0px;
}

.home-top-products .rice-left-banner img {
  border-radius: 15px;
}

.home-top-products .top-products-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.home-top-products .top-products-title {
  float: left;
  margin: 0;
  font-weight: bold;
  color: #0f4c38;
  font-size: 25px;
}

.home-top-products .top-products-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.home-top-products .top-products-header .section-heading-wrapper .heading-tag {
  margin-bottom: 0;
}

.home-top-products .top-products-link .listing-span {
  margin-right: 20px;
  color: #4c4c4c;
  display: inline-block;
  border-bottom: 2px solid #4c4c4c;
  font-size: 16px;
  font-weight: 500;
}

.home-top-products .top-products-link span .top-prod-see-all-tag {
  color: #0f4c38;
  border-bottom: 2px solid #0f4c38;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
}

.home-top-products .top-products-link span .top-prod-see-all-tag:hover,
.home-top-products .top-products-link .listing-span:hover {
  transition: 0.3s;
  color: #60a202;
  border-color: #60a202;
}

.top-product-all-card-wrappers {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.top-product-all-card-wrappers li {
  list-style: none;
  max-width: 19%;
  display: inline-block;
  width: 100%;
  margin: 0 0px 10px 0px;
}

@media (max-width: 767px) {
  .home-top-products .top-products-title {
    font-size: 10px !important;
  }

  .home-top-products .top-products-link {
    text-align: center;
  }

  .home-top-products .top-products-title img {
    height: 15px;
    width: 15px;
  }

  .home-top-products .card-body-txt h6 {
    font-size: 12px;
  }

  .home-top-products .card-body-txt h3 {
    font-size: 20px;
  }

  .home-top-products .card-body-txt h3 sup {
    top: -10px;
    font-size: 6px;
  }

  .home-top-products .card-body-txt span.card-body-flag {
    margin-bottom: 6px;
  }

  .home-top-products .card-body-txt span.card-body-icon {
    font-size: 10px;
  }
  .home-top-products .card-body-image {
    height: 120px;
  }
  .home-top-products .rice-left-banner img {
    border-radius: 10px;
  }

  .home-top-products .top-products-header {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-top-products .top-products-header .section-heading-wrapper .heading-tag {
    margin-bottom: 10px;
  }

  .home-top-products .top-products-link .listing-span {
    margin-right: 10px;
    font-size: 12px;
    border-width: 1px;
  }

  .home-top-products .top-products-link span .top-prod-see-all-tag {
    font-size: 12px;
    border-width: 1px;
    margin-left: 10px;
  }

  .top-product-all-card-wrappers li {
    max-width: 48%;
  }

  .home-top-products .card-body-image .card-image-icon {
    height: 25px;
    width: 25px;
  }

  .home-top-products .card.top-products-card .card-body-txt .top-prod-title {
    font-size: 12px;
    line-height: 16px;
  }

  .home-top-products .card-body-txt .top-prod-price {
    font-size: 20px;
    line-height: 20px;
  }

  .home-top-products .card-body-txt .top-prod-price span {
    top: -6px;
    font-size: 6px;
    padding: 3px 6px;
  }

  .home-top-products .card-body-txt span.card-body-flag span {
    max-width: 20px;
  }

  .home-top-products .card-body-txt span.card-body-icon span {
    max-width: 12px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .top-product-all-card-wrappers li {
    max-width: 32%;
  }
  .home-top-products .top-products-link {
    display: none !important;
  }
  .home-top-products .top-products-link.desktop-show {
    display: block !important;
  }
  .home-top-products .top-products-header .section-heading-wrapper .heading-tag {
    margin-bottom: 0 !important;
  }
  .home-top-products .top-products-header {
    display: flex !important;
  }
}

.premium-suppliers-section-wrapper {
  padding: 40px 0;
  position: relative;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 20px 30px;
  border-radius: 20px;
  background-size: cover;
}

.premium-suppliers-section-wrapper img {
  display: inline-block !important;
  width: auto !important;
}

.premium-suppliers-section-wrapper .seller-badges {
  display: flex;
  justify-content: center;
  border-radius: 15px;
  padding: 20px 10px 10px;
  width: 100%;
  background: #fff;
}

.premium-suppliers-section-wrapper .seller-badges .badge-inn {
  text-align: center;
  width: 20%;
}

.premium-suppliers-section-wrapper .seller-badges .badge-inn p {
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  margin: 0;
  min-height: 25px;
  align-content: center;
}

.premium-suppliers-section-wrapper .seller-badges .badge-inn img {
  margin-bottom: 5px;
  max-width: 40px;
}

.premium-suppliers-section-wrapper .earned-badge {
  text-align: center;
  position: relative;
  top: 10px;
}

.premium-suppliers-section-wrapper .earned-badge p {
  margin: 0;
  padding: 12px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
  background: #00ba00;
  border-radius: 15px;
}

.premium-suppliers-section-wrapper .trust-score {
  text-align: center;
  margin-bottom: 20px;
}

.premium-suppliers-section-wrapper .trust-score img {
  border-radius: 12px;
  max-width: 130px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 45px;
  margin-top: 10px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls p {
  color: #fff;
  font-weight: 400;
  min-height: 50px;
  font-size: 14px;
  line-height: 20px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls a.supp-btn {
  display: inline-block;
  color: #fff;
  background: #fa0202;
  padding: 6px 20px;
  border-radius: 40px;
  transition: 0.3s;
  border: 1px solid #fa0202;
  font-size: 14px;
  line-height: 20px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls a.supp-btn:hover {
  transform: scale(1.06);
  transition: 0.3s;
  color: #ffffff;
  background: transparent;
  border-color: #fff;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-logo {
  max-width: 160px;
  margin-bottom: 12px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main {
  display: flex;
  justify-content: space-between;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main .supp-badge {
  max-width: 150px;
}

#premiumSuppliers .owl-dots {
  display: flex !important;
  position: absolute;
  right: 30px;
  bottom: 30px;
  top: auto;
  text-align: center;
  width: 100%;
  margin: auto;
  align-items: center;
  justify-content: end;
}

#premiumSuppliers .owl-dots .owl-dot span {
  display: block;
  padding: 6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

#premiumSuppliers .owl-dots .owl-dot {
  border-radius: 50%;
  margin: 3px;
  padding: 6px;
  display: inline;
  transition: 0.3s;
}
#premiumSuppliers .owl-dots .owl-dot.active {
  background: #fff;
  transition: 0.3s;
}

#premiumSuppliers .owl-dots .owl-dot.active span {
  background: #5c9066;
}

.global-trading-wrapper {
  position: relative;
  padding: 20px 0;
  background-color: #f1f7f0;
  margin: 40px 0px;
}

.global-trading-wrapper .content h3 {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.global-trading-wrapper .content h2 {
  color: #3b3b3b;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2px;
}

.global-trading-wrapper .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.global-trading-wrapper .content a {
  background: #4b4a58;
  padding: 6px 27px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid transparent;
}

.global-trading-wrapper .content a:hover {
  transform: scale(1.06);
  transition: 0.3s;
  border-color: #4b4a58;
}

.global-trading-wrapper .global-supp a.global-btn {
  background: #35ce82;
}

.global-trading-wrapper .global-supp a.global-btn:hover {
  border-color: #35ce82;
}

.global-trading-wrapper .global-buy {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 45px;
  border-radius: 25px;
  transition: 0.5s;
  background-size: cover;
  background-position: right top;
  padding: 20px 30px;
}

.global-trading-wrapper .global-supp {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 45px;
  border-radius: 25px;
  transition: 0.5s;
  background-size: cover;
  background-position: center center;
  padding: 20px 30px;
}

.global-trading-wrapper .global-buy {
  max-width: 95%;
  margin: auto 0 auto auto;
}
.global-trading-wrapper .global-supp {
  max-width: 95%;
  margin: auto auto auto 0;
}

.home-top-products.top-products-wrapper4 {
  padding-top: 40px;
}

.suppliers-region-wrapper {
  position: relative;
  z-index: 1;
  background: #f1f7f0;
  padding: 20px 0px;
  margin: 40px 0px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.suppliers-region-heading.section-heading-wrapper .heading-tag {
  color: #1f242e;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.suppliers-region-heading.section-heading-wrapper .heading-tag:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 5px;
  background: #5c9066;
}

.suppliers-region-wrapper .row {
  max-width: 96%;
  margin: auto;
}

.country-name-supplier {
  margin: 10px 0px;
  position: relative;
  z-index: 1;
}

.country-name-supplier img.country_flag {
  max-width: 20px;
  margin-right: 5px;
  align-content: center;
  display: inline-block;
  position: relative;
  top: -2px;
}

.country-name-supplier span.country_anem {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #1f242e;
  line-height: 24px;
  transition: 0.3s;
}

.country-name-supplier a {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.country-name-supplier a:hover span.country_anem {
  transition: 0.3s;
  color: #5c9066;
}

.launch-store-wrapper {
  padding: 30px 0px;
}

.launch-store-wrapper .store-main {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
  padding: 60px 0px;
  background-size: cover;
  border-radius: 20px;
}

.launch-store-wrapper .store-main .content h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.launch-store-wrapper .store-main .content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 5px;
}

.launch-store-wrapper .store-main .content a {
  color: #fff;
  border: 1px solid;
  padding: 8px 15px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-block;
  transform: translateX(0px);
  font-size: 14px;
  line-height: 20px;
}

.launch-store-wrapper .store-main .content a img {
  padding-left: 8px;
  max-width: 24px;
  transition: 0.3s;
}

.launch-store-wrapper .store-main .content a:hover {
  transform: translateX(10px);
  transition: 0.3s;
}

.launch-store-wrapper .store-main .content a:hover img {
  margin-left: 5px;
  transition: 0.3s;
}

.footer-section-wrapper {
  position: relative;
  z-index: 1;
  background: #f1f7f0;
  padding-top: 30px;
  margin-top: 30px;
}

.footer-logo .logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 200px;
}

.footer-txt {
  color: #0f4c38;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer-widgets ul {
  padding: 0;
  margin: 0;
}

.footer-widgets ul li {
  list-style: none;
}

.footer-main-contact ul li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 20px;
}

.footer-main-contact ul li span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #60a202;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  text-align: center;
  align-content: center;
}

.footer-main-contact ul li span img {
  display: inline-block;
  position: relative;
  top: -1px;
}

.footer-p {
  margin-bottom: 30px;
}

.text-lowercase {
  text-transform: unset !important;
}

.footer-logo,
.footer-heading {
  min-height: 80px;
  margin-bottom: 10px;
  align-content: center;
}

.mailing-address {
  color: #0f4c38;
  font-weight: 700;
  font-size: 16px;
}

a .footer-txt:hover,
a.footer-txt:hover {
  transition: 0.3s;
  color: #60a202;
}

.footer-menus {
  margin-bottom: 20px;
}

.footer-menus ul li a {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.footer-menus ul li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-top: 2px solid #0f4c38;
  border-right: 2px solid #0f4c38;
  transform: rotate(45deg);
  transition: 0.3s;
}

.footer-menus ul li a:hover:before {
  transition: 0.3s;
  border-color: #60a202;
}

.footer-menus ul li {
  margin-bottom: 10px;
}

.footer-main-contact ul li.footer-contact.footer-address {
  margin-top: 40px;
}

.footer-heading .f-heading-title {
  font-size: 22px;
  font-weight: 600;
  color: #0f4c38;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.footer-heading .f-heading-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  background: #60a202;
  height: 2px;
}

.footer-app-img {
  margin-top: 10px;
}

.footer-app-img img {
  max-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: #000;
  transition: 0.3s;
}

.footer-app-img img:hover {
  transition: 0.3s;
  transform: scale(1.04);
}

.foot-social {
  margin-top: 10px;
}

.foot-social .social-heading-footer {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
}

.foot-social ul {
  margin-top: 8px;
  padding: 0;
}

.foot-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.foot-social ul li img {
  max-width: 25px;
  max-height: 25px;
  display: inline-block;
  transition: 0.3s;
}

.foot-social ul li img:hover {
  transition: 0.3s;
  transform: scale(1.05);
}

.footer-copyright {
  background: #007733;
  padding: 15px 0px;
  text-align: center;
  margin-top: 40px;
}

.footer-copyright .copyright-txt {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

@media (max-width: 767px) {
  .mynav-menu.navbar-default .navbar-brand img {
    max-width: 180px;
    max-height: 70px;
  }

  .mynav-menu.navbar-default .navbar-brand {
    padding: 0;
    display: inline-block;
    height: auto;
    position: relative;
  }

  .mynav-menu.navbar-default button.btn-menu.navbar-toggle {
    position: relative;
    top: 6px;
    margin-right: 0;
    border-radius: 0;
    background: #0e4d38;
    height: 40px;
    width: 45px;
    text-align: center;
  }

  .mynav-menu.navbar-default button.btn-menu.navbar-toggle .icon-bar {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .mynav-menu .navbar-collapse ul {
    padding: 0;
    margin: 0;
  }

  .top-bar.menu-bar-wrappers ul.main-menu li {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .top-bar.menu-bar-wrappers ul.main-menu li a {
    font-size: 14px;
  }

  .top-bar.menu-bar-wrappers {
    min-height: 80px;
    align-content: center;
    padding: 0;
  }

  .mynav-menu .navbar-collapse {
    display: block;
    height: 0;
    transition: 0.4s;
    opacity: 0;
  }

  .mynav-menu .navbar-collapse.open {
    height: auto;
    transition: 0.4s;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    opacity: 1;
  }

  nav.mynav-menu .navbar-header {
    background: #fff;
    position: relative;
    z-index: 9999;
    min-height: 80px;
    align-content: center;
  }

  .search-box.search-box-wrapper .search-fields {
    height: 40px;
    border-radius: 5px;
    border-width: 1px;
  }

  .search-select {
    width: 80px;
  }

  .search-box.search-box-wrapper .search-fields .search-select select {
    height: 35px;
    font-size: 12px;
    padding: 0px 3px;
  }

  .search-box.search-box-wrapper .search-fields .search-input {
    padding-right: 0;
    height: 35px;
    width: calc(99% - 123px);
    margin-left: 2px;
  }

  .search-box.search-box-wrapper .search-fields .search-input input.form-control {
    height: 35px;
    font-size: 12px;
    padding: 2px;
  }

  .search-box.search-box-wrapper .search-fields .search-btn-cont {
    right: 2px;
  }

  .search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn {
    width: 30px;
    height: 35px;
    border-radius: 5px;
  }

  .search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn img.img-responsive {
    max-width: 15px;
  }

  .banner-section-wrapper {
    padding: 10px 0px;
  }
  
  .banner-slider-wrapper {
    min-height: 150px;
  }
  
  #myBannerCarousel .owl-nav {
    display: none !important;
  }
  
  #myBannerCarousel .owl-nav .owl-prev,
  #myBannerCarousel .owl-nav .owl-next {
    height: 20px;
    width: 20px;
    font-size: 0;
  }

  #myBannerCarousel .owl-nav .owl-prev:before,
  #myBannerCarousel .owl-nav .owl-next:before {
    height: 9px;
    width: 5px;
  }

  #myBannerCarousel .owl-nav .owl-prev {
    left: -6px;
  }

  #myBannerCarousel .owl-nav .owl-next {
    right: -6px;
  }

  #myBannerCarousel .owl-dots {
    left: 10px;
    bottom: 10px;
  }

  #myBannerCarousel .owl-dots .owl-dot {
    padding: 4px;
    margin: 2px;
  }

  #myBannerCarousel .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    padding: 5px;
  }

  .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-section-wrapper .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-info-wrapper ul {
    flex-wrap: wrap;
  }

  .services-info-wrapper ul li {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  .services-info-wrapper ul li span {
    width: 30px !important;
    min-height: 30px !important;
  }

  .services-info-wrapper ul li .services-info-content {
    width: calc(100% - 30px) !important;
  }

  .services-info-wrapper ul li .services-info-content .services-info-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .services-info-wrapper ul li .services-info-content .services-info-txt {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 17px;
  }

  .services-info-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .trending-categories-section-wrapper {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .section-heading-wrapper .heading-tag {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .section-heading-wrapper .heading-tag img {
    max-width: 25px;
    max-height: 25px;
  }

  .trending-categories-slider-item {
    padding: 10px;
  }

  .single-category-item-wrapper {
    padding-bottom: 0px;
  }

  .single-category-item-wrapper .category-item-wrapper-img {
    height: 100px;
  }

  .single-category-item-wrapper .category-item-wrapper-img img {
    max-height: 90px;
  }

  .single-category-item-wrapper .category-item-wrapper-content .category-title {
    font-size: 13px;
    line-height: 18px;
    min-height: 36px;
    margin-bottom: 10px;
  }

  #trendingCategories .owl-nav .owl-prev,
  #trendingCategories .owl-nav .owl-next {
    height: 20px;
    width: 20px;
    font-size: 0;
  }

  #trendingCategories .owl-nav .owl-prev:before,
  #trendingCategories .owl-nav .owl-next:before {
    height: 9px;
    width: 5px;
  }

  .latest-buy-offer-section-wrapper {
    padding-bottom: 10px;
  }

  .section-heading-with-bg-wrapper {
    padding: 10px 20px;
    border-radius: 5px;
  }

  .section-heading-with-bg-wrapper .heading-tag-with-color {
    font-size: 18px;
  }

  .latest-buy-offer-slider-item ul li.slider-items-li {
    margin-bottom: 10px;
  }

  .single-buyer-item-wrapper {
    padding: 10px;
  }

  .single-buyer-item-wrapper .buyer-tag img {
    max-width: 25px;
  }

  .buyer-item-wrapper-content h5 {
    margin: 0;
  }

  .buyer-item-wrapper-content .buyer-title {
    font-size: 15px;
    line-height: 20px;
  }

  .buyer-item-wrapper-content .buyer-txt {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .buyer-item-wrapper-btn .buyer-buy-btn {
    font-size: 12px;
    padding: 3px 10px;
  }

  .buyer-item-wrapper .buyer-item-wrapper-info ul li,
  .buyer-item-wrapper .buyer-item-wrapper-info ul li span {
    font-size: 12px;
    line-height: 20px;
  }

  .buyer-item-wrapper .buyer-item-wrapper-img p {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .buyer-item-wrapper .buyer-item-wrapper-img span img {
    max-width: 45px;
  }

  .latest-buy-offer-view-all {
    padding-left: 20px;
  }

  .latest-buy-offer-view-all .latest-buy-offer-view-all-tag {
    font-size: 12px;
    border-width: 1px;
  }

  #latestBuyOffer .owl-dots {
    right: 10px;
    bottom: -16px;
  }

  #latestBuyOffer .owl-dots .owl-dot {
    height: 6px;
    width: 6px;
    margin: 0px 2px;
  }

  .premium-suppliers-section-wrapper {
    padding: 10px 0px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg {
    padding: 20px;
    border-radius: 10px;
  }

  .premium-suppliers-section-wrapper .trust-score {
    margin-bottom: 10px;
  }

  .premium-suppliers-section-wrapper .trust-score img {
    max-width: 100px;
    border-radius: 10px;
  }

  .premium-suppliers-section-wrapper .earned-badge p {
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
  }

  .premium-suppliers-section-wrapper .seller-badges .badge-inn img {
    max-width: 30px;
    max-height: 30px;
  }

  .premium-suppliers-section-wrapper .seller-badges .badge-inn p {
    font-size: 10px;
    line-height: 13px;
    min-height: 30px;
  }

  .premium-suppliers-section-wrapper .seller-badges {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .premium-suppliers-section-wrapper .seller-badges .badge-inn {
    width: 50%;
    margin-bottom: 10px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main .supp-info {
    max-width: 70%;
    width: 100%;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main .supp-badge {
    max-width: 30%;
    width: 100%;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main {
    align-items: center;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-logo {
    max-width: 120px;
    margin-bottom: 5px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    min-height: 30px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls a.supp-btn {
    font-size: 12px;
    line-height: 18px;
  }

  #premiumSuppliers .owl-dots {
    right: 10px;
    bottom: 10px;
  }

  #premiumSuppliers .owl-dots .owl-dot {
    padding: 4px;
    margin: 2px;
  }

  #premiumSuppliers .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    padding: 5px;
  }
  .global-trading-wrapper {
    margin-top: 10px;
    padding: 20px 0px;
    margin-bottom: 10px;
  }

  .global-trading-wrapper .global-buy {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
  }

  .global-trading-wrapper .global-buy .content {
    background-color: #00000014;
    padding: 10px;
    border-radius: 10px;
  }

  .global-trading-wrapper .content h3 {
    font-size: 14px;
    margin-top: 0px;
  }

  .global-trading-wrapper .content h2 {
    font-size: 24px;
    margin-top: 10px;
  }

  .global-trading-wrapper .content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }

  .global-trading-wrapper .content a {
    padding: 5px 15px;
    font-size: 12px;
  }

  .global-trading-wrapper .global-supp {
    max-width: 100%;
    padding: 10px;
    border-radius: 10px;
  }

  .global-trading-wrapper .global-supp .content {
    background-color: #00000014;
    padding: 10px;
    border-radius: 10px;
  }

  .home-top-products.top-products-wrapper4 {
    padding-top: 10px;
  }
  .suppliers-region-wrapper {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .suppliers-region-wrapper .row {
    max-width: 100%;
  }

  .suppliers-region-heading.section-heading-wrapper .heading-tag {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .suppliers-region-heading.section-heading-wrapper .heading-tag:before {
    height: 3px;
  }

  .country-name-supplier {
    margin: 6px 0px;
  }

  .country-name-supplier span.country_anem {
    font-size: 12px;
    line-height: 20px;
  }

  .country-name-supplier img.country_flag {
    max-width: 15px;
    margin-right: 2px;
  }

  .suppliers-region-wrapper .row .col-xs-12,
  .suppliers-region-wrapper .row .col-xs-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .launch-store-wrapper {
    padding-bottom: 10px;
  }

  .launch-store-wrapper .store-main {
    padding: 20px 0px;
    border-radius: 10px;
  }

  .launch-store-wrapper .store-main .content h3 {
    font-size: 13px;
  }

  .launch-store-wrapper .store-main .content h2 {
    font-size: 20px;
  }

  .launch-store-wrapper .store-main .content a {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .launch-store-wrapper .store-main .content a img {
    padding-left: 4px;
    max-width: 15px;
  }

  .footer-section-wrapper {
    padding-top: 20px;
    margin-top: 20px;
  }

  .footer-logo,
  .footer-heading {
    min-height: auto;
  }

  .footer-logo .logo {
    max-width: 160px;
  }

  .footer-logo {
    margin-bottom: 5px;
  }

  .footer-p {
    margin-bottom: 15px;
  }

  .footer-txt {
    font-size: 12px;
    line-height: 18px;
  }

  .mailing-address {
    font-size: 14px;
  }

  .footer-heading .f-heading-title {
    font-size: 18px;
    padding-bottom: 5px;
    margin-top: 20px;
  }

  .footer-main-contact ul li {
    min-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .footer-menus ul li a:before {
    width: 6px;
    height: 6px;
  }

  .footer-menus ul li a {
    padding-left: 15px;
  }

  .foot-social .social-heading-footer {
    font-size: 14px;
  }

  .footer-copyright {
    margin-top: 20px;
    padding: 10px 0px;
  }

  .footer-copyright .copyright-txt {
    font-size: 12px;
  }

  .footer-menus {
    margin-bottom: 0;
  }

  .footer-app-img img {
    max-height: 30px;
  }
}

@media (min-width: 1100px) {
  .banner-slider-wrapper {
    min-height: 450px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
}

@media (min-width: 1600px) {
  .services-info-wrapper {
    max-height: 110px;
    min-height: 110px;
  }
  #myBannerCarousel .item img {
    min-height: 640px;
    max-height: 640px;
  }
  .left-cat.banner-category-wrapper ul.main-cat {
    min-height: 670px;
    max-height: 670px;
  }
  .left-cat.banner-category-wrapper ul.main-cat li.cat_li, .left-cat.banner-category-wrapper ul.main-cat span.view_all {
    margin: 10px 0px;
  }
}

@media (min-width: 1450px) and (max-width: 1600px) {
  #myBannerCarousel .item img {
    min-height: 630px;
    max-height: 630px;
  }
  .left-cat.banner-category-wrapper ul.main-cat {
    min-height: 660px;
    max-height: 660px;
    padding-top: 30px;
  }
  .left-cat.banner-category-wrapper ul.main-cat li.cat_li, .left-cat.banner-category-wrapper ul.main-cat span.view_all {
    margin: 10px 0px;
  }
}

@media (min-width: 1350px) and (max-width: 1450px) {
  #myBannerCarousel .item img {
    min-height: 560px;
    max-height: 560px;
  }
  .left-cat.banner-category-wrapper ul.main-cat {
    min-height: 590px;
    max-height: 590px;
  }
  .left-cat.banner-category-wrapper ul.main-cat li.cat_li, .left-cat.banner-category-wrapper ul.main-cat span.view_all {
    margin: 8px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  #myBannerCarousel .item img {
    min-height: 500px;
    max-height: 500px;
  }
  .left-cat.banner-category-wrapper ul.main-cat {
    min-height: 520px;
    max-height: 520px;
  }
  .services-info-wrapper ul li span {
    width: 40px;
    max-height: 40px;
  }

  .services-info-wrapper ul li .services-info-content {
    width: calc(100% - 40px) !important;
  }

  .services-info-wrapper ul li .services-info-content .services-info-heading {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .services-info-wrapper ul li .services-info-content .services-info-txt {
    font-size: 14px;
    line-height: 18px;
  }

  .services-info-wrapper {
    max-height: 100px;
    min-height: 100px;
  }
  .left-cat.banner-category-wrapper ul.main-cat li.cat_li,
  .left-cat.banner-category-wrapper ul.main-cat span.view_all {
    margin: 3px 0px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .top-bar-tags.top-bar-wrapper p {
    font-size: 14px;
    padding: 6px 10px;
  }

  .top-bar.menu-bar-wrappers ul.main-menu li a {
    font-size: 14px;
    padding-left: 25px;
    line-height: 25px;
  }

  .top-bar.menu-bar-wrappers ul.main-menu li a img {
    max-width: 20px;
    max-height: 20px;
  }

  .header-logo .logo {
    max-width: 200px;
    display: inline-block;
  }

  .login-div-wrapper ul li a {
    font-size: 14px;
    line-height: 25px;
    padding-left: 25px;
    margin: 0px 5px;
  }

  .login-div-wrapper ul li a img.img-responsive {
    max-width: 20px;
    max-height: 20px;
  }

  .search-box.search-box-wrapper .search-fields {
    height: 50px;
  }

  .search-box.search-box-wrapper .search-fields .search-select select {
    height: 40px;
    font-size: 14px;
  }

  .search-box.search-box-wrapper .search-fields .search-input {
    height: 40px;
  }

  .search-box.search-box-wrapper .search-fields .search-input input.form-control {
    font-size: 14px;
  }

  .search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn {
    height: 40px;
    width: 40px;
  }

  .search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn img.img-responsive {
    max-width: 20px;
    max-height: 20px;
  }
  
  #myBannerCarousel .item img {
    min-height: 450px;
    max-height: 450px;
  }
  
  .left-cat.banner-category-wrapper ul.main-cat {
    min-height: 500px;
    max-height: 500px;
  }
  .services-info-wrapper {
    min-height: 130px;
    max-height: 110px;
  }

  .services-info-wrapper ul li .services-info-content .services-info-heading {
    font-size: 14px;
  }

  .services-info-wrapper ul li .services-info-content .services-info-txt {
    font-size: 13px;
  }

  .services-info-wrapper ul li span {
    width: 40px;
    max-height: 40px;
  }

  .services-info-wrapper ul li .services-info-content {
    width: calc(100% - 40px) !important;
  }

  .left-cat.banner-category-wrapper ul.main-cat li.cat_li a.p-cat,
  .left-cat.banner-category-wrapper ul.main-cat span.view_all a.p-cat {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .login-div-wrapper ul li a {
    margin-right: 0;
    margin-left: 5px;
    padding-left: 25px;
    font-size: 13px;
  }

  .login-div-wrapper ul li a img.img-responsive {
    max-width: 20px;
    max-height: 20px;
  }

  .top-bar.menu-bar-wrappers ul.main-menu li a {
    font-size: 13px;
  }

  .top-bar-tags.top-bar-wrapper p {
    font-size: 14px;
  }

  .search-box.search-box-wrapper .search-fields .search-select select,
  .search-box.search-box-wrapper .search-fields .search-input input.form-control {
    font-size: 13px;
    height: 36px;
  }

  .left-cat.banner-category-wrapper ul.main-cat li.cat_li,
  .left-cat.banner-category-wrapper ul.main-cat span.view_all {
    margin: 0px 0px;
  }

  .left-cat.banner-category-wrapper ul.main-cat li.cat_li a.p-cat,
  .left-cat.banner-category-wrapper ul.main-cat span.view_all a.p-cat {
    font-size: 13px;
  }

  .banner-slider-wrapper {
    min-height: 350px;
  }

  #myBannerCarousel .owl-nav .owl-prev,
  #myBannerCarousel .owl-nav .owl-next {
    height: 25px;
    width: 25px;
  }

  #myBannerCarousel .owl-nav .owl-prev:before,
  #myBannerCarousel .owl-nav .owl-next:before {
    height: 10px;
    width: 6px;
  }

  #myBannerCarousel .owl-nav .owl-prev {
    left: -12px;
  }
  
  #myBannerCarousel .owl-nav .owl-next {
    right: -12px;
  }

  #myBannerCarousel .owl-dots {
    left: 10px;
    bottom: 10px;
  }

  #myBannerCarousel .owl-dots .owl-dot {
    padding: 4px;
    margin: 2px;
  }

  #myBannerCarousel .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    padding: 5px;
  }

  #trendingCategories .owl-nav .owl-prev,
  #trendingCategories .owl-nav .owl-next {
    height: 25px;
    width: 25px;
  }

  #trendingCategories .owl-nav .owl-prev:before,
  #trendingCategories .owl-nav .owl-next:before {
    height: 10px;
    width: 6px;
  }

  #trendingCategories .owl-nav .owl-prev {
    left: -18px;
  }
  
  #trendingCategories .owl-nav .owl-next {
    right: -18px;
  }

  .home-top-products .card-body-txt .top-prod-price {
    font-size: 18px;
    line-height: 24px;
  }

  .home-top-products .card-body-image {
    height: 140px;
  }

  .home-top-products .card-body-txt span.card-body-flag {
    /* display: none; */
    font-size: 8px;
    margin-bottom: 5px;
  }

  .home-top-products .card-body-txt span.card-body-icon {
    /* display: none; */
    font-size: 9px;
  }

  .services-info-wrapper ul li .services-info-content .services-info-heading {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0px;
  }

  .services-info-wrapper ul li .services-info-content .services-info-txt {
    font-size: 12px;
  }

  .services-info-wrapper ul li .services-info-content {
    width: calc(100% - 30px) !important;
    padding-left: 5px;
  }

  .services-info-wrapper ul li span {
    width: 30px;
    max-height: 30px;
  }

  .services-info-wrapper {
    min-height: 125px;
    max-height: 125px;
  }

  .banner-slider-wrapper .owl-carousel .owl-item img {
    min-height: 405px;
    max-height: 405px;
  }

  .left-cat.banner-category-wrapper h4 {
    font-size: 15px;
    min-height: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .left-cat.banner-category-wrapper ul.main-cat {
    min-height: 460px;
    max-height: 460px;
  }

  .section-heading-wrapper .heading-tag {
    font-size: 24px;
}

.single-category-item-wrapper .category-item-wrapper-content .category-title {
    font-size: 13px;
    line-height: 20px;
    min-height: 40px;
}

.section-heading-with-bg-wrapper .heading-tag-with-color {
    font-size: 20px;
}

.section-heading-with-bg-wrapper {
    padding: 10px 30px;
}

.single-buyer-item-wrapper {
    padding: 10px;
}

.buyer-item-wrapper-content h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.buyer-item-wrapper-content .buyer-title {
    font-size: 18px;
    line-height: 25px;
}

.buyer-item-wrapper-content .buyer-txt, .buyer-item-wrapper .buyer-item-wrapper-info ul li span, .buyer-item-wrapper .buyer-item-wrapper-info ul li {
    font-size: 13px;
    margin-top: 0px;
}

.buyer-item-wrapper-btn .buyer-buy-btn {
    font-size: 13px;
    padding: 3px 10px;
    top: 5px;
    position: relative;
}

.buyer-item-wrapper .buyer-item-wrapper-img p {
    font-size: 11px;
}

.buyer-item-wrapper .buyer-item-wrapper-img span img {
    max-width: 40px;
}

.latest-buy-offer-view-all .latest-buy-offer-view-all-tag {
    font-size: 13px;
}

.home-top-products .top-products-link .listing-span, .home-top-products .top-products-link span .top-prod-see-all-tag {
    font-size: 13px;
    border-width: 1px;
}

.home-top-products .card.top-products-card .card-body-txt .top-prod-title {
    font-size: 13px;
}


.home-top-products .card-body-txt .top-prod-price span {
    top: -5px;
}

.home-top-products .card-body-txt span.card-body-flag span {
    max-width: 20px;
}

.home-top-products .card-body-txt {
    padding: 5px 5px 0px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls p {
    font-size: 13px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls h3 {
    font-size: 30px;
    line-height: 35px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls a.supp-btn {
    font-size: 13px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-logo {
    max-width: 140px;
}

.premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main .supp-badge {
    max-width: 110px;
}

#premiumSuppliers .owl-dots {
    right: 20px;
    bottom: 20px;
  }

  #premiumSuppliers .owl-dots .owl-dot {
    padding: 4px;
    margin: 2px;
  }

  #premiumSuppliers .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    padding: 5px;
  }

  .premium-suppliers-section-wrapper .earned-badge p {
    font-weight: 400;
  }

  .premium-suppliers-section-wrapper .seller-badges .badge-inn img {
    max-width: 30px;
  }

  .premium-suppliers-section-wrapper .trust-score {
    margin-bottom: 10px;
  }

  .premium-suppliers-section-wrapper .trust-score img {
    max-width: 110px;
  }

  .global-trading-wrapper .global-buy, .global-trading-wrapper .global-supp {
    max-width: 100%;
  }

  .global-trading-wrapper .content h3 {
    margin-top: 10px;
    font-size: 15px;
  }

  .global-trading-wrapper .content h2 {
    font-size: 30px;
    margin-top: 10px;
  }

  .global-trading-wrapper .content p {
    font-size: 13px;
  }

  .global-trading-wrapper .content a {
    font-size: 13px;
  }

  .country-name-supplier span.country_anem {
    font-size: 13px;
  }

  .launch-store-wrapper .store-main .content h3 {
    font-size: 20px;
  }

  .launch-store-wrapper .store-main .content h2 {
    font-size: 30px;
  }

  .launch-store-wrapper .store-main .content a {
    font-size: 13px;
  }

  .footer-logo .logo {
    max-width: 170px;
  }

  .footer-heading .f-heading-title {
    font-size: 18px;
  }

  .footer-logo, .footer-heading {
    min-height: 70px;
  }

  .footer-txt {
    font-size: 13px;
  }

  .footer-copyright .copyright-txt {
    font-size: 13px;
  }

  .mailing-address, .foot-social .social-heading-footer {
    font-size: 14px;
  }

  .footer-app-img img {
    max-height: 45px;
  }

  .footer-copyright {
    margin-top: 20px;
  }

  .search-box.search-box-wrapper .search-fields {
    height: 50px;
  }

  .search-box.search-box-wrapper .search-fields .search-input {
    height: 40px;
  }

  .search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn {
    height: 40px;
    width: 40px;
  }

  .search-box.search-box-wrapper .search-fields .search-btn-cont button#search_submit_btn img.img-responsive {
    max-width: 20px;
    max-height: 20px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  nav.mynav-menu .navbar-header {
    background: #fff;
    position: relative;
    z-index: 9999;
    min-height: 80px;
    align-content: center;
    width: 100%;
    float: unset;
  }
  .mynav-menu.navbar-default .navbar-brand {
    padding: 0;
    display: inline-block;
    height: auto;
    position: relative;
  }
  .mynav-menu.navbar-default .navbar-brand img {
    max-width: 180px;
    max-height: 70px;
  }
  button.mobile-toggle-nav.btn-menu.navbar-toggle {
    display: block;
    position: relative;
    top: 6px;
    margin-right: 0;
    border-radius: 0;
    background: #0e4d38;
    height: 40px;
    width: 45px;
    text-align: center;
  }
  .mynav-menu.navbar-default button.btn-menu.navbar-toggle .icon-bar {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    transition: 0.4s;
    opacity: 0;
  }
  .navbar-collapse.collapse.open {
    height: auto !important;
    transition: 0.4s;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    opacity: 1;
    display: block !important;
    position: relative;
  }
  .mynav-menu .navbar-collapse ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .top-bar.menu-bar-wrappers ul.main-menu li {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }
  .search-box.search-box-wrapper
    .search-fields
    .search-input
    input.form-control {
    font-size: 14px;
  }

  .banner-slider-wrapper {
    min-height: 350px;
  }

  #myBannerCarousel .owl-nav .owl-prev,
  #myBannerCarousel .owl-nav .owl-next {
    height: 20px;
    width: 20px;
  }

  #myBannerCarousel .owl-nav .owl-prev:before,
  #myBannerCarousel .owl-nav .owl-next:before {
    height: 10px;
    width: 6px;
  }

  #myBannerCarousel .owl-nav .owl-prev {
    left: -5px;
  }
  
  #myBannerCarousel .owl-nav .owl-next {
    right: -5px;
  }

  #myBannerCarousel .owl-dots {
    left: 10px;
    bottom: 10px;
  }

  #myBannerCarousel .owl-dots .owl-dot {
    padding: 4px;
    margin: 2px;
  }

  #myBannerCarousel .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    padding: 5px;
  }
  
  .services-info-wrapper ul li span {
    width: 30px;
    min-height: 30px;
  }

  .services-info-wrapper ul li .services-info-content {
    width: calc(100% - 30px) !important;
  }

  .services-info-wrapper ul li .services-info-content .services-info-heading {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
  }
  
  .services-info-wrapper ul li .services-info-content .services-info-txt {
    font-size: 12px;
    line-height: 16px;
  }

  .services-info-wrapper ul {
    align-items: flex-start;
  }

  .trending-categories-section-wrapper {
  }

  .section-heading-wrapper .heading-tag {
    font-size: 24px;
    line-height: 35px;
  }

  .section-heading-wrapper .heading-tag img {
    max-width: 25px;
    max-height: 25px;
  }

  .single-category-item-wrapper {
    padding-bottom: 0;
  }

  .single-category-item-wrapper .category-item-wrapper-img {
    height: 100px;
  }

  .single-category-item-wrapper .category-item-wrapper-img img {
    max-height: 90px !important;
  }

  .single-category-item-wrapper .category-item-wrapper-content .category-title {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: auto;
    margin-bottom: 10px;
  }

  #trendingCategories .owl-nav .owl-prev,
  #trendingCategories .owl-nav .owl-next {
    height: 20px;
    width: 20px;
  }

  #trendingCategories .owl-nav .owl-prev:before,
  #trendingCategories .owl-nav .owl-next:before {
    height: 10px;
    width: 6px;
  }

  .section-heading-with-bg-wrapper {
    padding: 15px 20px;
  }

  .section-heading-with-bg-wrapper .heading-tag-with-color {
    font-size: 20px;
  }

  .single-buyer-item-wrapper {
    padding: 10px;
  }

  .buyer-item-wrapper .buyer-tit-p h5 {
    margin-top: 0;
  }

  .buyer-item-wrapper-content .buyer-title {
    font-size: 18px;
    line-height: 24px;
  }

  .buyer-item-wrapper-content .buyer-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .buyer-item-wrapper-btn .buyer-buy-btn {
    font-size: 13px;
    padding: 3px 10px;
  }

  .buyer-item-wrapper .buyer-item-wrapper-info ul li,
  .buyer-item-wrapper .buyer-item-wrapper-info ul li span {
    font-size: 14px;
    line-height: 22px;
  }

  .buyer-item-wrapper .buyer-item-wrapper-img p {
    font-size: 12px;
  }

  .buyer-item-wrapper .buyer-item-wrapper-img span img {
    max-width: 50px;
  }

  .latest-buy-offer-view-all .latest-buy-offer-view-all-tag {
    font-size: 14px;
  }

  .latest-buy-offer-view-all {
    padding-left: 30px;
  }

  #latestBuyOffer .owl-dots {
    right: 20px;
  }

  .latest-buy-offer-section-wrapper {
    padding-bottom: 20px;
  }

  .home-top-products .col-sm-8 {
    padding-left: 0px;
  }

  .home-top-products .card-body-image {
    height: 100px;
  }

  .home-top-products .card-body-image .card-image-icon {
    height: 25px;
    width: 25px;
  }

  .home-top-products .card.top-products-card .card-body-txt .top-prod-title {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .home-top-products .card-body-txt .top-prod-price {
    font-size: 14px;
    line-height: 20px;
  }

  .home-top-products .card-body-txt .top-prod-price span {
    font-size: 7px;
    padding: 3px;
    top: -3px;
  }

  .home-top-products .card-body-txt span.card-body-flag {
    margin-bottom: 5px;
    font-size: 8px;
    display: none;
  }

  .home-top-products .card-body-txt {
    padding-bottom: 0;
  }

  .home-top-products .card-body-txt span.card-body-flag span {
    max-width: 16px;
  }

  .home-top-products .card-body-txt span.card-body-icon {
    font-size: 8px;
    display: none;
  }

  .home-top-products .card-body-txt span.card-body-icon span {
    max-width: 12px;
    margin-right: 3px;
  }

  .top-products-link.mobile-show {
    display: none !important;
  }

  .top-products-link.desktop-show {
    display: block !important;
  }

  .home-top-products .top-products-link .listing-span {
    font-size: 12px;
    margin-right: 10px;
    border-width: 1px;
  }

  .home-top-products .top-products-link span .top-prod-see-all-tag {
    font-size: 12px;
    border-width: 1px;
  }

  .premium-suppliers-section-wrapper {
    padding: 20px 0px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg {
    padding: 20px;
  }

  .premium-suppliers-section-wrapper .trust-score {
    margin-bottom: 10px;
  }

  .premium-suppliers-section-wrapper .trust-score img {
    max-width: 100px;
  }

  .premium-suppliers-section-wrapper .seller-badges {
    padding: 20px 5px 10px;
    flex-wrap: wrap;
  }

  .premium-suppliers-section-wrapper .seller-badges .badge-inn img {
    max-width: 26px;
  }

  .premium-suppliers-section-wrapper .seller-badges .badge-inn p {
    font-size: 10px;
    line-height: normal;
    min-height: auto;
  }

  .premium-suppliers-section-wrapper .seller-badges .badge-inn {
    width: 33%;
    margin-bottom: 10px;
  }

  .premium-suppliers-section-wrapper .earned-badge p {
    line-height: normal;
    font-weight: 500;
    font-size: 12px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main {
    align-items: center;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main .supp-info {
    max-width: 70%;
    width: 100%;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main .supp-badge {
    max-width: 30%;
    width: 100%;
    text-align: end;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-logo {
    max-width: 140px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-dtls p {
    font-size: 13px;
  }

  .premium-suppliers-section-wrapper .premium-suppliers-bg .supp-main .supp-badge img {
    max-width: 80px;
  }

  .global-trading-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .global-trading-wrapper .global-buy {
    max-width: 100%;
    padding: 20px;
  }

  .global-trading-wrapper .global-supp {
    max-width: 100%;
    padding: 20px;
  }

  .global-trading-wrapper .global-buy .content {
    background-color: #00000014;
    padding: 10px;
    border-radius: 10px;
  }

  .global-trading-wrapper .global-supp .content {
    background-color: #00000014;
    padding: 10px;
    border-radius: 10px;
  }

  .global-trading-wrapper .content h3 {
    font-size: 14px;
    margin-top: 0px;
  }

  .global-trading-wrapper .content h2 {
    font-size: 24px;
    margin-top: 10px;
  }

  .global-trading-wrapper .content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }

  .global-trading-wrapper .content a {
    padding: 5px 15px;
    font-size: 12px;
  }

  .suppliers-region-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .suppliers-region-heading.section-heading-wrapper .heading-tag {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .suppliers-region-wrapper .row {
    max-width: 100%;
  }

  .country-name-supplier span.country_anem {
    font-size: 14px;
  }

  .suppliers-region-heading.section-heading-wrapper .heading-tag:before {
    height: 3px;
  }

  .launch-store-wrapper {
    padding: 20px 0px;
  }

  .launch-store-wrapper .store-main {
    padding: 40px 0px;
  }

  .launch-store-wrapper .store-main .content h3 {
    font-size: 18px;
  }

  .launch-store-wrapper .store-main .content h2 {
    font-size: 24px;
  }

  .footer-section-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }

  .footer-logo .logo {
    max-width: 150px;
  }

  .footer-logo,
  .footer-heading {
    min-height: 60px;
  }

  .footer-heading .f-heading-title {
    font-size: 16px;
    padding-bottom: 6px;
  }

  .footer-txt {
    font-size: 12px;
    line-height: 18px;
  }

  .mailing-address {
    font-size: 14px;
  }

  .footer-main-contact ul li {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .footer-p {
    margin-bottom: 20px;
  }

  .footer-menus ul li a {
    padding-left: 15px;
  }

  .footer-app-img img {
    max-height: 40px;
  }

  .foot-social .social-heading-footer {
    font-size: 14px;
  }

  .foot-social ul li {
    margin-right: 6px;
  }

  .foot-social ul li img {
    max-width: 20px;
    max-height: 20px;
  }

  .foot-social ul {
    margin-bottom: 0;
  }

  .footer-copyright {
    margin-top: 30px;
  }

  .footer-copyright .copyright-txt {
    font-size: 13px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .services-info-wrapper ul li {
    max-width: 50%;
  }
}