/*-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Home 1
        2.2 Home 1 Slider
        2.3 Top Banner
        2.4 Featured Item
        2.5 Special Offer
        2.6 Top Sale Trend
        2.7 Banner 2
        2.8 Feature Post Area
        2.9 Service Area
        2.10 Newsletter
        2.11 Brands
        2.12 Footer
    3. Home Two
    4. Home 3
    5. Shop Grid
    6. Single Product
    7. Cart Page
    8. Checkout
    9. Wishlist
    10. Order Tracker
    11. My Account
    12. About Us
    13. Blog
    14. Blog Details
    15. Contact
    16. 404
    17. Coming Soon
    18. Product Comparison
    19. Newsletter Popup

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/

/*custom font*/
@import url('https://fonts.googleapis.com/css2?family=Content:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --default-color-1: #000;
  --default-color-2: #b68c5a;
  --default-color-3: #b1b0b0;
  --default-color-4: #fff;
  --default-color-5: #1a1a1a;
  --default-color-6: #393e45;
  --default-color-7: #f1e9e2;
  --default-color-8: #2e233e;
  --default-color-9: #b3b3b3;
  --default-color-10: #d80228;
  --default-color-11: #407df8;
  --default-color-12: #bdbdbd;
  --default-color-13: #355614;
  --default-color-14: #6b6b6b;
  --default-background-color: #fff;
  --default-background-color-1: #84a0b4;
  --default-background-color-2: #b68c5a;
  --default-background-color-3: #314e52;
  --default-background-color-4: #f5f5f5;
  --default-background-color-5: #355614;
  --default-background-color-: #6b6b6b;
}

/*basic reset*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-family: "Poppins",serif, "Content", serif;
  /* font-family: "Open Sans",sans-serif; */
  /* background: var(--default-color-3); */
  color: var(--default-color-1);
  /* -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}
/* .container {
	max-width: unset;
	width: min(100% - 15px,1980px);
	margin-inline: auto;
} */
nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times New Roman", serif, "Content", serif;
  font-weight: bold;
}
a,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
hr {
  background: #dedede;
}
b,
strong {
  font-weight: 700;
}
.f-700 {
  font-weight: 700;
}
.page {
  margin-bottom: 25px;
}
.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}
.f-11 {
  font-size: 11px;
}
.f20 {
  font-size: 20px !important;
}
.f23 {
  font-size: 23px !important;
}
.f25 {
  font-size: 25px;
}

.dis-scroll {
  overflow: hidden;
  width: unset;
  height: unset;
}
.body-overlay {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s ease;
  cursor: url(../img/close.png) 15 15, default;
}
.navbar-fixed-top {
  position: fixed !important;
}
.js-preloader {
  /* You must change postion:relative; for position:fixed;  */
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes dot8567 {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dots723423 {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #e75e8d;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot8567 2.8s infinite;
  animation: dot8567 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots723423 2.8s infinite;
  animation: dots723423 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #e75e8d;
  border-radius: 50%;
}

/*mobile search*/

.myslider .item img {
  margin: 0 auto;
}
.myslider.owl-theme .owl-nav [class*="owl-"] {
  font-size: clamp(15px, 35px, 30px);
  background: none;
}
.myslider .owl-next,
.myslider .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.myslider .owl-next {
  right: 0;
}
.myslider .owl-prev {
  left: 0;
}
#doctors-slider .owl-next {
  right: -50px;
}
#doctors-slider .owl-prev {
  left: -50px;
}
.myslider .owl-next i,
.myslider .owl-prev i {
  /* background: #393b3b; */
  opacity: 0.5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #074fb0;
}
.myslider .owl-dots {
  position: absolute;
  left: 0 !important;
  right: 0;
  margin: 0 !important;
}
.myslider.owl-theme .owl-nav {
  margin: 0;
}
/* #testimonial.owl-theme .owl-nav.disabled + .owl-dots {
  margin-left: 0;
  transform: translateX(-50%);
} */
@media screen and (min-width: 1200px) {
  #pricing .container,
  #top-contact {
    max-width: 1215px;
  }
}
@media screen and (max-width: 992px) {
  #top-contact,
  #aboutus {
    padding: 38px 15px !important;
  }
  #top-contact h3,
  #top-contact h5 {
    font-size: 18px;
  }
  #top-contact i {
    font-size: 33px;
  }
  #top-contact .contact-description {
    padding: 50px !important;
  }

  /* #services {
    padding: 55px 45px !important;
  }
  #services .container {
    padding: 25px !important;
  } */
}

@media screen and (max-width: 992px) {
  .myslider .item img {
    margin: 0 auto;
    /* min-height: 745px; */
    /*max-width:unset;*/
    /*width: unset;*/
    aspect-ratio: 9/6;
    object-fit: cover;
  }
}
.sm-lang {
  display: flex;
  align-items: center;
}
.developer {
  font-family: "Lato", sans-serif;
}
a {
  color: inherit;
}
.button {
  display: block;
  text-align: center;
  box-shadow: none;
  position: relative;
  padding: 12px 30px;
  color: #302f34;
  border-style: solid;
  background-color: #ecede7;
  border-color: #282828;
  font-size: 14px;
  text-transform: uppercase;
  height: auto;
  cursor: pointer;
  border-width: 0;
}
.button:hover,
.button:focus,
.button:active,
.button.active {
  color: #e51515;
}

.grid-container {
  display: grid;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 300px);
  grid-template-rows: 1fr min-content;
  grid-template-areas: "main sidebar";
  gap: 1rem;
}
.grid-container > * {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.grid-sidebar {
  grid-area: sidebar;
}
.grid-content {
  grid-area: main;
}
@media (max-width: 992px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "main" "sidebar";
  }
}
.block-content {
  padding: 20px;
  background: var(--default-background-color);
  overflow: hidden;
  width: 100%;
}
.serch-box-active {
  background: var(--default-background-color);
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.bg-body-menu {
  background: var(--default-background-color);
}
.navbar-nav .nav-link {
  border-bottom: dotted 2px #dad6d6;
  color:var(--default-color-1)
  /* min-width: 150px !important; */
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item.dropdown .dropdown-item:focus,
.navbar-nav .nav-item.dropdown .dropdown-item:hover,
.navbar-nav .nav-item.dropdown .dropdown-item.active,
.navbar-nav .nav-item:hover > .nav-link,
.navbar-nav .nav-item .nav-link.active {
  color: #007f80;
  font-weight: 700;
  /* background-color: var(--default-color-2); */
}

.navbar-nav .nav-item.dropdown .dropdown-item,
.navbar-nav .nav-item.dropdown .dropdown-item {
  /* padding: 7px 15px; */
  font-size: clamp(14px, 0.6vw, 20px);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    /* border-bottom: dotted 1px #666; */
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav .nav-item.dropdown .dropdown-item:focus,
  .navbar-nav .nav-item.dropdown .dropdown-item:hover,
  .navbar-nav .nav-item.dropdown .dropdown-item.active,
  .navbar-nav .nav-item:hover .nav-link,
  .navbar-nav .nav-item .nav-link.active {
    color: var(--default-color-2);
    background: #fff;
  }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 15px;
  }
  .dropdown .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 30px;
  }
  .dropdown .dropdown .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 45px;
  }
}
.icon_search {
  display: none;
}
.icon_search + form button.close_search_icon {
  display: none;
  min-width: 50px;
}
.icon_search + form button.close_search_icon i {
  font-size: 21px;
}
@media (min-width: 992px) {
  .icon_search {
    display: block;
  }
  .icon_search + form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all;
    z-index: -1;
  }
  .icon_search + form input,
  .icon_search + form button {
    transition: none !important;
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .icon_search.active + form {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .icon_search.active + form button.close_search_icon {
    display: block;
  }
  .bg-body-menu {
    /* background: var(--default-background-color-1); */
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    display: none;
  }
  /* .navbar-nav .nav-item.dropdown .dropdown-menu.show, */
  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    /* background: var(--default-background-color-1); */
    /* border-color: var(--default-background-color-1); */
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
  }
  .navbar-nav .nav-link {
    border-bottom: 0;
    /* text-align: center; */
  }
  .navbar-nav .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .navbar-nav .dropdown .dropdown .dropdown-toggle::after {
    transform: rotate(-90deg);
  }

  .border-start-end{
    border-left: 1px solid #dee2de;
    border-right: 1px solid #dee2de;
  }
}

.grid-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-footer-container > * {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .grid-footer-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*----------------------------------------*/
/*  12. News & Event Page
/*----------------------------------------*/
.post-article .post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: var(--default-color-2);
  font-size: clamp(15px, 17px, 30px);
  margin: 0;
}
.post-article .post-published {
  color: #999;
  margin: 5px 0;
}
.post-article .post-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 1.71;
  color: #666;
  font-size: 13px;
}
.view {
  position: relative;
  overflow: hidden;
  /* cursor: default; */
}
.zoom img,
.zoom video {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view img,
.view video {
  display: block;
  position: relative;
}
.zoom:hover img,
.zoom:hover video {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-article:hover .post-title {
  text-decoration: underline;
}
.navbar-brand img{
  max-height: 150px;
}

@media (max-width: 1200px) {
  .post-article .post-title {
    -webkit-line-clamp: 1;
    font-size: clamp(10px, 14px, 30px);
  }
  .post-article.related-post .post-title {
    -webkit-line-clamp: 4;
    font-size: clamp(10px, 2.5vw, 30px);
  }
  .post-article .post-excerpt {
    -webkit-line-clamp: 3;
    font-size: clamp(10px, 14px, 30px);
  }
  .navbar-bg{
    background: var(--default-background-color-1);
  }

  .navbar-brand img{
    max-height: 80px;
  }
}

.section-title {
  color: var(--default-color-11);
  font-size: clamp(10px, 16px, 30px);
}
.law-regular-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.law-regular-box .law-regular-content {
  position: absolute;
  bottom: 0;
  padding: 20px 20px 15px;
  z-index: 99;
  color: #fff;
}
.law-regular-box .law-regular-content .law-regular-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.71;
  font-size: clamp(10px, 14px, 30px);
}
.law-regular-box .law-regular-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
}
.law-regular-box .law-regular-box-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent 50%, #000 90%);
  opacity: 0.6;
  transition: opacity 0.3s;
}
.law-regular-box:hover .law-regular-box-overlay:after {
  opacity: 0.9;
}
.external-link ol li {
  padding: 10px;
  transition: 200ms ease-in-out !important;
}
.external-link ol li {
  border-bottom: 1px solid #dadada !important;
}
.post-article-detail-title {
  line-height: 1.71;
  font-size: clamp(18px, 2.5vw, 30px);
}

.icon_search {
  padding: 0.5rem;
  font-size: 15px;
  color: #363636;
}

/*btn to top*/

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  z-index: 3;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: rotate(45deg);
  bottom: -70px;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.back-to-top .btn-transparent {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: #064db0 !important;
  border-radius: 50%;
}
.back-to-top i {
  color: #fff;
  font-size: 24px;
  line-height: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.back-to-top .btn-transparent:hover {
  color: #fff;
  background: #fd9a57 !important;
}
/*End scroll top*/

.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.accordion-buttons .accordion-item {
  border: none;
}
.accordion-buttons .accordion-header {
  margin-bottom: 5px;
  border-radius: 7px;
  overflow: hidden;
}
.accordion-buttons .accordion-button {
  background: #f4f4f4;
  color: #505050;
}
.accordion-buttons .accordion-button:not(.collapsed) {
  background: var(--default-background-color-2);
  color: #fff;
  font-weight: 700;
}
.accordion-buttons .accordion-button:not(.collapsed)::after {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.service-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px;
}
.service-item .service-title h2 {
  font-size: 18px;
  font-weight: 600 !important;
}
.service-item .service-excerpt p {
  color: #363636;
  margin: 0px 0px 15px 0px;
}

.pricing-card {
  position: relative;
  padding: 30px;
  /* margin: 30px 0; */
  text-align: center;
  background: #0049ad;
  color: #fff;
  min-height: 450px;
}

.pricing-card .pricing-card-deader {
  position: relative;
}
.pricing-card .pricing-card-deader .pricing-card-title {
  position: relative;
  font-size: 23px;
  padding: 15px;
  font-weight: bold;
}
.pricing-card .pricing-card-deader .pricing-card-price {
  position: relative;
  font-size: 60px;
  font-weight: bold;
}
.pricing-card .pricing-card-body {
  position: relative;
  padding: 30px 15px;
}

.pricing-table .slick-slide {
  transition: all 0.5s ease;
}
.pricing-table .slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  opacity: 1;
  transform: scale(1.08);
  z-index: 9;
  position: relative;
}
.pricing-table .slick-center .pricing-card {
  background: #fff;
  color: #000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.pricing-table .slick-center .pricing-card button {
  background: var(--default-background-color-2) !important;
  color: #fff !important;
}
.pricing-table .slick-list,
.pricing-table .slick-track {
  padding: 30px 0 !important;
}
.pricing-table .slick-track {
  display: flex;
  align-items: center;
}

.pricing-table .slick-prev::before,
.pricing-table .slick-next::before {
  color: #064db0;
  font: normal normal normal clamp(15px, 35px, 30px) FontAwesome;
}
.pricing-table .slick-prev::before {
  content: "\f190";
}
.pricing-table .slick-next::before {
  content: "\f18e";
}
.pricing-table .slick-prev {
  left: -39px;
}

.pricing-table .slick-dots li button::before {
  font-size: 13px;
}
.pricing-table .slick-dots li.slick-active button::before {
  color: #0d6efd;
}

@media screen and (max-width: 768px) {
  .pricing-table .slick-center .pricing-card {
    box-shadow: none;
    margin: 0px 15px;
    border: solid 1px #e9e9e9;
  }
  .pricing-table .slick-list,
  .pricing-table .slick-track {
    padding: 10px 0 !important;
  }

}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #064db0;
}

.slick-dots li {
  margin: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    --bs-navbar-nav-link-padding-x: 20px;
  }
}


.line-clamp-1{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.line-clamp-2{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.line-clamp-3{
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.line-clamp-4{
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

#announcement-slider.owl-theme .owl-nav{
  margin: 0;
}
#announcement-slider.owl-theme .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
#announcement-slider.owl-theme .owl-nav .owl-next{
  right:20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#service-slider.owl-theme .owl-nav,
#activities-slider.owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;  
  position: absolute;
  top: -104px;
  right: 0;
}
#announcement-slider.owl-theme .owl-nav [class*="owl-"],
#service-slider.owl-theme .owl-nav [class*="owl-"],
#activities-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  /* padding: 4px 7px; */
  background: var(--default-background-color-5);
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divide-y-dashed > :not(:first-child) {
  border-top: 1px dashed #e5e7eb;
}



.product-code{
  color: #000000;
}
.product-price{
  color: #007f80;
}
.product-devider{
  margin: 10px 0;
  width:100%;
  height:1px;
  background: rgb(221,221,221);
  background: linear-gradient(90deg, rgba(221,221,221,0.05) 0%, rgba(221,221,221,0.5) 25%, rgba(221,221,221,1) 50%, rgba(221,221,221,0.5) 75%, rgba(221,221,221,0.05) 100%);
}
.product-filter{
  padding:0 150px;
  margin:50px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-filter li{
  background: #fff;
  border:solid 1px rgb(221,221,221);
}
.product-filter li:hover,
.product-filter li.active{
  border:solid 1px #007f80;
}
.product-filter li a{
  display:block;
  color:#6b6b6b;
  font-weight: bold;
  padding:10px 30px;
}
.product-filter:after{
  content:'';
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgb(221,221,221);
  background: linear-gradient(90deg, rgba(221,221,221,0.05) 0%, rgba(221,221,221,0.5) 15%, rgba(221,221,221,1) 50%, rgba(221,221,221,0.5) 85%, rgba(221,221,221,0.05) 100%);
  z-index: -1;
}
#services ul{
  list-style: none;
  padding: 0;
}
#services ul li:before{
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .product-filter{
    padding: 0 50px;
  }
  .product-filter li a{
    padding: 10px;
    font-size: 12px;
  }
  .navbar.border-top{
    border-top: 0 !important;
  }
}



.feed-category-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 20px;
  flex-direction: row;
  -moz-box-align: center;
  position:relative;
  padding: 5px 0;
}

.feed-category-wrapper .feed-categories-list{
  width:100%;
  display: inline-block;
  position: relative;
  margin: 0;
  white-space: nowrap;
}
.scroll-container{
  overflow-x: auto;
  /* margin-bottom: 5px; */
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex: 1;
}

.feed-category-wrapper .scroll-container::-webkit-scrollbar {
display: none;
}
.feed-category-wrapper .scroll-container li{
  display: inline-block;
  text-align: center;
  list-style-type: none;
  margin-right: 10px;
}
.feed-category-wrapper .feed-categories-list li a{
  padding: 5px 20px;
  display: flex;
  align-items:center;
  justify-content:center;
  position: relative;
  border-bottom: none;
  color: #000;
  /*margin-bottom: 20px;*/
  background: rgba(22, 24, 35, 0.03) none repeat scroll 0% 0%;
  border-radius: 25px;
  transition: background 0.15s ease-in-out 0s;
}
.feed-category-wrapper .feed-categories-list li a:hover,
.feed-category-wrapper .feed-categories-list li a.active{
  background: rgba(0,0,0,.1);
}
.feed-category-wrapper .feed-categories-list li a img{
  width:30px;
  height:30px;
  /*margin-right:5px;*/
}
.feed-category-label{
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-right: 10px;
  flex: 0 0 auto;
  border-radius: 50px;
  /*background:#F0F2F5;*/
  font-weight: 700;
  padding-left: 5px;
  color: #606770;
  font-size: 15px;
}
.btn-toggle-feed-category{
  cursor:pointer;
}
.btn-toggle-feed-category.active i{
  flex: 0;
  transform: rotateX(-180deg);
}
.feed-categories-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  overflow: hidden;
  position: relative;
  flex: 1;
}

.btn-scrollleft,
.btn-scrollright{
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  flex: 0 0 45px;
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*width: 45px;*/
  /*height: 45px;*/
  z-index: 999;
  color:#606770;
  opacity:1;
  visibility:visible;
  transition: .3s all ease;
  
}
.feed-categories-grid {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  padding:10px 15px 0 15px;
  background:#fff;
  min-height: 50px;
  z-index: 99;
  display: none;
  border:solid 1px #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.feed-box-grid{
  padding:8px 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-bottom:none;
  color: #000;
  margin-bottom: 10px;
  margin-right: 10px;
  background:rgba(22, 24, 35, 0.03) none repeat scroll 0% 0%;
  border-radius:25px;
  transition: background 0.15s ease-in-out 0s;
  white-space: nowrap;
}
.feed-box-grid.active,
.feed-box-grid:hover{
  background: rgba(0,0,0,.1);
}