<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}
.brand-listing-container {
  background-color: #fff;
  padding-bottom: 35px;
}
.brand-listing-container .title-section {
  padding: 40px auto 10px;
}
/*.brand-listing-container .title-section{padding: 30px 0px;}*/
/*.brand-listing-container .title-section .title-brands {position: relative; line-height: normal; text-align: center; max-width: 80%; margin: 0 auto; font-size: 48px;}*/
/*.brand-listing-container .title-section .title-brands::after{position: absolute; width: 100%; border-bottom: 1px solid #ccc; content: "";left: 0; right: 0; top: 50%;}*/
.brand-listing-container .title-section .title-brands {
  position: relative;
  line-height: normal;
  text-align: center;
  max-width: 80%;
  margin: 0 auto !important;
  font-size: 30px;
}
.brand-listing-container .title-section .title-brands::after {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}
/*.brand-listing-container .title-section .title-brands span{background-color: #fff; position: relative; z-index: 1; padding: 0 15px; font-family: 'robotobold'; color: #fcb316;}*/
.brand-listing-container .title-section .title-brands span {
  background-color: #f8f8fa;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-family: "robotobold";
  color: #666666;
  font-size: 30px;
}
.brand-listing-container .brands-slider {
  min-height: 240px;
}
.brand-listing-container .brands-slider .brands_slider .item .brand-logo {
  border: 1px solid #c7c5c5;
}
.brand-listing-container .brands-slider .brands_slider .item .top.brand-logo {
  margin-bottom: 8px;
}
.brand-listing-container .brands-slider .brands_slider {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.brand-listing-container .brands-slider .brands_slider .item a {
  display: block;
  max-height: 105px;
  max-width: 160px;
  margin: 0 auto;
}
.brand-listing-container .brands-slider .brands_slider .item a img {
  max-width: 135px;
  max-height: 100px;
  margin: 0 auto;
  width: auto;
}
.brand-listing-container .brands-slider .brands_slider .owl-stage-outer {
  padding: 15px 0;
}
.brand-listing-container
  .brands-slider
  .brands_slider
  .owl-stage-outer
  .owl-stage {
  margin: 0 auto;
}
.brand-listing-container .brands-slider .brands_slider.hidden-opacity {
  opacity: 0;
}
.brand-listing-container .brands-slider .brands_slider {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.brand-listing-container .brands-slider .brands_slider .owl-nav {
  margin: 0;
}
/*.brand-listing-container .brands-slider .brands_slider .owl-nav .owl-prev{position: absolute; left: -40px; top: 0px; width: 35px; height: 100%; font-size: 40px; margin: 0px; color: #dedede;-webkit-transition: all .3s ease-in-out;box-shadow: none !important;}
.brand-listing-container .brands-slider .brands_slider .owl-nav .owl-next{width: 35px;right: -40px; margin: 0px; display: block; position: absolute; top: 0%; z-index: 10; cursor: pointer; opacity: 1; -webkit-transition: all .3s ease-in-out;height: 100%; font-size: 40px; color: #dedede;box-shadow: none !important;}
.brand-listing-container .brands-slider .brands_slider .owl-nav .owl-next:hover,.brands-slider .brands_slider .owl-nav .owl-prev:hover{background: transparent; color: #a0a0a0;}
.brand-listing-container .brands-slider .brands_slider .owl-nav .owl-prev i,.brand-listing-container .brands-slider .brands_slider .owl-nav .owl-next i{position: absolute; left: 0; right: 0; top: 50%; line-height: 0;display: block;color: #151515;}*/
.brand-listing-container .brands-listing .category {
  margin: 0 auto;
  margin-bottom: 30px;
}
.brand-listing-container .brands-listing .category:last-child {
  margin-bottom: 0;
}
.brand-listing-container .brands-listing .category .title {
  padding: 10px 30px;
  border-top: 1px solid #d7d6d6;
  border-bottom: 1px solid #d7d6d6;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: left;
}
.brand-listing-container .brands-listing .category .list {
  padding: 15px 30px;
  max-height: 400px;
  overflow-y: auto;
}
.brand-listing-container .brands-listing .category .list li {
  display: inline-block;
  padding: 10px 5px 10px 0;
  width: 20%;
  float: left;
}
.brand-listing-container .brands-listing .category .list li a {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  line-height: normal;
}
.brand-listing-container .pagination-box {
  margin: 25px 0;
}
.brand-listing-container .pagination-box .pagination-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.brand-listing-container .pagination-box .pagination-inner a {
  display: inline-block;
  padding: 5px 8px;
  margin: 5px;
  border: 1px solid #d7d7d7;
  background: #f5f5f5;
  border-radius: 5px;
  color: #000;
  min-width: 25px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.brand-listing-container .pagination-box .pagination-inner a:hover,
.pagination-box .pagination-inner a.active-dir {
  background: #f9b128;
  border-color: #f9b128;
}
.brand-listing-container .pagination-box.brand-pagination-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  background: #464646;
  padding: 25px;
  z-index: 9;
  box-shadow: 0 -4px 10px 2px rgb(204, 204, 204, 0.5);
}
.brand-listing-container .brand-search-box.stick-padding {
  padding-top: 85px;
}
.brand-listing-container .brand-search-box .brand-search-inner {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.brand-listing-container .brand-search-box {
  margin: 25px 0;
}
.brand-listing-container
  .brand-search-box
  .brand-search-inner
  .search-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.brand-listing-container
  .brand-search-box
  .brand-search-inner
  .search-container
  input[type="text"] {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  padding: 15px;
  padding-right: 80px;
}
.brand-listing-container
  .brand-search-box
  .brand-search-inner
  .search-container
  .search-btn {
  position: absolute;
  right: 0px;
  padding: 15px;
  top: 0;
  font-size: 20px;
  cursor: pointer;
  color: #aaa;
}
.brand-listing-container
  .brand-search-box
  .brand-search-inner
  .search-container
  .reset-btn {
  position: absolute;
  right: 50px;
  top: 0;
  font-size: 20px;
  padding: 15px 5px;
  cursor: pointer;
  display: none;
  color: #aaa;
}
.brands-listing {
  width: auto;
  max-width: 80%;
}
.brands-listing .panel-heading[data-toggle="collapse"]:after {
  color: #464646;
  font-size: 16px;
}
.load_more {
  float: right;
  margin-top: 10px;
  color: #edb246;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-right: 30px;
}
.load_more:hover {
  color: #edb246;
  text-decoration: underline;
}
.load_more:focus {
  color: #edb246;
  text-decoration: underline;
}
.brands-listing .panel-heading[data-toggle="collapse"]:after {
  color: #737373 !important;
}
.brands-listing .panel-title {
  cursor: pointer;
}
.brands-slider .owl-carousel .owl-nav button.owl-next,
.brands-slider .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
}

.brands-listing .panel-heading {
  position: relative;
}
.brands-listing .panel-heading[data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f04b"; /* "play" icon */
  position: absolute;
  color: #b0c5d8;
  font-size: 10px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
  font-weight: 900;

  /* rotate "play" icon from &gt; (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.brands-listing .panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from &gt; (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*================================================================================================
New Brand Page CSS
==================================================================================================*/

* {
  padding: 0px;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  padding: 0 !important;
}
p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
li,
figure {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bg-change,
.branding_product,
.branding_list {
  background-color: #f8f8fa;
}
.underline {
  text-decoration: underline;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.h2 {
  font-size: 30px;
}
.h3 {
  font-size: 25px;
}
.h4 {
  font-size: 20px;
}
.h5 {
  font-size: 18px;
}
.h6 {
  font-size: 16px;
}
img.lazy {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
}
.container {
  max-width: 1700px;
  width: 100%;
  padding: 0px 25px;
}
.top-banner {
  background: linear-gradient(#ffffff, #ffeab9);
}
.top-banner .heading {
  color: #151515;
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .top-banner .heading {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .top-banner .heading {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .top-banner .heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.top-banner .marquee_slider .logo-card {
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding: 0 !important;
  display: grid;
  justify-content: center;
  align-items: center;
}
.top-banner .marquee_slider .logo-card .featured-logo {
  width: 100%;
  height: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-banner .marquee_slider .logo-card .featured-logo a img {
  padding: 15px;
  height: auto;
  max-width: 160px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .top-banner .marquee_slider .logo-card .featured-logo a img {
    max-width: 130px;
  }
}
@media (max-width: 576px) {
  .top-banner .marquee_slider .logo-card .featured-logo a img {
    max-width: 120px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .top-banner .marquee_slider .logo-card .featured-logo {
    height: 80px;
  }
}
@media (max-width: 492px) {
  .top-banner .marquee_slider .logo-card .featured-logo {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .top-banner .marquee_slider .logo-card {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .pt-6 {
    margin-top: 2.5rem;
  }
}
.explore_brands .heading {
  font-weight: 600;
  color: #151515;
  font-size: 28px;
}
@media (max-width: 830px) {
  .explore_brands .heading {
    font-size: 24px;
  }
}
.explore_brands .brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.explore_brands .brand-list .product_box .brand_name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.explore_brands .brand-list li {
  width: 100%;
  max-width: 20%;
  padding: 0;
  margin: 0;
  padding: 0 10px 0 10px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .explore_brands .brand-list li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991.98px) {
  .explore_brands .brand-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .explore_brands .brand-list {
    display: none;
    /* DSFASDFA */
  }
}
@media (max-width: 767.98px) {
  .explore_brands .brand-list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.explore_brands .brands_products .parent_box {
  width: 20%;
  max-width: 100%;
  margin: 0;
}
.explore_brands .brands-product_slider {
  display: none;
}
.explore_brands .brands-product_slider .product_box .brand_name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .explore_brands .brands-product_slider {
    display: block;
  }
}
.top-brands .heading {
  font-weight: 700;
  color: #151515;
  font-size: 21px;
  text-transform: capitalize;
  overflow: hidden;
  background-color: #f8f8fa;
  display: inline-block;
  padding: 0px 20px 0px 0px !important;
  z-index: 9;
  position: relative;
}
@media (max-width: 1200px) {
  .top-brands .heading {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .top-brands .heading {
    font-size: 18px !important;
  }
}
.top-brands .heading-section::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 98%;
  background-color: #d9d9d9;
  left: 0;
  top: 12px;
  display: block;
  z-index: 1;
}
@media (max-width: 1200px) {
  .top-brands .heading-section::after {
    top: 13px;
  }
}
@media (max-width: 576px) {
  .top-brands .heading-section {
    top: 10px;
  }
}
.top-brands .brands ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.marquee_slider .owl-nav button {
  display: none !important;
}
.top-brands .brands ul li {
  flex: 0 0 20%;
  max-width: 10%;
  min-height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.top-brands .brands ul li .parent-div .cercel {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.top-brands .brands ul li .parent-div .cercel:hover {
  border: 1px solid #ffb100 !important;
}
.top-brands .brands ul li .parent-div .cercel img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 492px) {
  .top-brands .brands ul li .parent-div .cercel {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 412px) {
  .top-brands .brands ul li .parent-div .cercel {
    width: 110px;
    height: 110px;
  }
}
.top-brands .brands ul li .parent-div .name {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .top-brands .brands ul li {
    flex: 0 0 25%;
    max-width: 15%;
  }
}
@media (max-width: 1024px) {
  .top-brands .brands ul li {
    flex: 0 0 33.33%;
    max-width: 16%;
  }
}
@media (max-width: 1024px) {
  .top-brands .brands ul li {
    flex: 0 0 33.33%;
    max-width: 16%;
  }
}
@media (max-width: 992px) {
  .top-brands .brands ul li {
    flex: 0 0 33.33%;
    max-width: 20.33%;
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .top-brands .brands ul li {
    flex: 0 0 50%;
    max-width: 24%;
  }
}
@media (max-width: 576px) {
  .top-brands .brands ul li {
    flex: 0 0 100%;
    max-width: 30%;
    margin: 0 8px;
  }
}
@media (max-width: 492px) {
  .top-brands .brands ul li {
    flex: 0 0 100%;
    max-width: 25%;
    margin: 0 35px;
  }
}
@media (max-width: 412px) {
  .top-brands .brands ul li {
    flex: 0 0 100%;
    max-width: 19%;
    margin: 0 42px;
  }
}
.dior-baner {
  background: url("https://d2ati23fc66y9j.cloudfront.net/ubuy/global-brand-store/dior-banner.jpg")
    no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px !important;
}
@media (max-width: 1200px) {
  .dior-baner {
    padding: 120px !important;
  }
}
@media (max-width: 768px) {
  .dior-baner {
    padding: 70px !important;
  }
}
@media (max-width: 576px) {
  .dior-baner {
    padding: 70px !important;
  }
}
.Apple_banner {
  background: url("https://d2ati23fc66y9j.cloudfront.net/ubuy/global-brand-store/apple-banner.jpg")
    no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px !important;
}
@media (max-width: 1200px) {
  .Apple_banner {
    padding: 120px !important;
  }
}
@media (max-width: 768px) {
  .Apple_banner {
    padding: 70px !important;
  }
}
@media (max-width: 576px) {
  .Apple_banner {
    padding: 70px !important;
  }
}
/* .branding_product .branding-Products {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
} */
.branding_product .branding-Products:hover .product_image img {
  transform: scale(1.05);
}
.branding_product .branding-Products:hover .view_all {
  opacity: 1;
}
.branding_product .name {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
}
.branding_product .product_image {
  width: auto;
  height: auto;
}
.branding_product .product_image img {
  transition: transform 0.3s ease;
  object-fit: cover;
  width: auto !important;
}
.branding_product .view_all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.branding_product .view_all span {
  background-color: #ffb100;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.branding_product .view_all span:hover {
  background-color: #e09c00;
}
.branding_list .pagination-box .pagination-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.branding_list .pagination-box .pagination-inner a {
  display: inline-block;
  padding: 7px 14px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8fa;
  color: #000;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.branding_list .pagination-box .pagination-inner a:hover {
  background-color: #ffb100;
}
.branding_list .pagination-box .pagination-inner a.active-dir {
  background-color: #ffb100;
}
.brand-search-bar {
  width: 100%;
  padding: 15px 25px;
  padding-right: 60px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
}


.branding_list .category-box .category .responsive-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.branding_list .category-box .category .responsive-list li {
  color: #666;
  flex: 1 1 calc(20.333% - 50px);
  box-sizing: border-box;
  text-align: center;
}
.branding_product #mobile_view{
  display: none;
}
@media (max-width: 1024px) {
  .branding_list .category-box .category .responsive-list li {
    flex: 1 1 calc(25% - 30px);
  }
}
@media (max-width: 768px) {
  .branding_list .category-box .category .responsive-list li {
    flex: 1 1 calc(33.333% - 30px);
  }
}
@media (max-width: 492px) {
  .branding_list .category-box .category .responsive-list li {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 320px) {
  .branding_list .category-box .category .responsive-list li {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .branding_list .category-box .category {
    overflow: auto;
    height: 500px;
    white-space: wrap;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .mt-4 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 768px) {
  .mt-3,
  .my-3 {
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 768px) {
  .branding_list .pagination-box {
    position: sticky;
    top: 0;
    background-color: #f8f8fa;
    padding-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }
  .branding_product #mobile_view{
    display: block;
  }
  .branding_product #desktop_view{
    display: none;
  }
}

@media (max-width: 576px) {
  .mb-5 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .pt-4 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 576px) {
  .mt-3 {
    margin-top: 0.5rem !important;
  }
  .brand-listing-container .brands-listing .category .list {
    padding: 10px 10px;
  }
  .brand-search-bar {
    width: 90%;
    padding: 14px 20px;
  }

  .explore_brands .heading {
    font-size: 20px;
  }
  .explore_brands .heading {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .branding_list .pagination-box .pagination-inner a {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 576px) {
  .branding_list .pagination-box .pagination-inner {
    gap: 1px;
  }
  .brand-listing-container .brands-listing .category .list li a {
    font-size: 12px;
  }
}
.brands-listing .category .list li {
  width: 20%;
  display: inline-block;
  padding: 10px 65px;
  font-size: 14px;
  color: #464646;
  font-family: "Poppins";
}
.serchbrandicon{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
/*# sourceMappingURL=brand-v5.css.map */

/* .brand-listing-container .search-icon{
    position: absolute;
    right: 6% !important;
    padding: 7px 7px;
    margin-top: 5px;
} */

/*================================================================================================
Media Query Start here
==================================================================================================*/
@media only screen and (max-width: 1799px) {
  .brand-listing-container .title-section .title-brands {
    font-size: 36px;
  }
  .brand-listing-container .brands-slider .brands_slider .item .top.brand-logo {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1599px) {
  .brand-listing-container .brands-slider .brands_slider .item a {
    max-width: 120px;
  }
  .brand-listing-container .title-section .title-brands {
    font-size: 28px;
  }
  .brand-listing-container .brands-slider .brands_slider .item .top.brand-logo {
    margin-bottom: 10px;
  }
  .brand-listing-container .pagination-box .pagination-inner a {
    margin: 5px 2px;
  }
}
@media only screen and (max-width: 1365px) {
  .brand-listing-container .pagination-box {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .brand-listing-container {
    position: relative;
  }
  .brand-listing-container .pagination-box.brand-pagination-bottom {
    position: absolute;
    bottom: 0;
  }
  .brand-listing-container .pagination-box .pagination-inner {
    height: 100%;
    overflow-y: auto;
  }
  .brand-listing-container .brand-search-box.stick-padding {
    padding-top: 0;
  }
  /* .brand-listing-container .pagination-box{width: 50px; position: absolute; left: 15px;} */
  .brand-listing-container .brand-list-section {
    display: unset;
  }
  .brand-listing-container .brand-list-section .pagination-box .pagination-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
  }

  .brand-listing-container .pagination-box .pagination-inner a {
    display: block;
    padding: 2px;
    font-size: 12px;
    min-width: 25px;
    max-width: 30px;
    margin: 6px 7px;
    word-break: break-word;
  }
  .brand-listing-container .pagination-box.brand-pagination-sticky {
    right: unset;
    left: 15px;
    width: 50px;
    padding: 10px 5px;
    overflow: hidden;
    height: 100%;
    background: #f9f9f9;
    box-shadow: 0 10px 10px 2px rgb(204, 204, 204, 0.5);
  }
  .brand-listing-container .title-section {
    padding: 20px 0;
  }
  .brand-listing-container .title-section .title-brands {
    font-size: 26px;
  }
  .brand-listing-container .brands-listing .category .list li {
    width: 25%;
  }
  .brand-listing-container .brands-listing .category .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .brand-listing-container .title-section .title-brands {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1160px) {
  .brand-listing-container .brands-listing .category .title {
    font-size: 18px;
  }
  .brand-listing-container .brands-listing .category .list li {
    width: 33.33%;
  }
}
.brand-listing-container .search-icon {
  position: absolute;
  right: 10px;
  font-size: 18px;
  background-color: #ffb100;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  margin-top: 8px;
}
.brand-search-bar{
  width: 100% !important;
  margin: initial;
}

@media only screen and (max-width: 1024px) {
  .brand-listing-container .title-section .title-brands span {
    font-size: 20px;
  }
  .brand-listing-container .title-section .title-brands {
    font-size: 20px;
  }
  /*		.brand-listing-container .title-section .title-brands{ max-width:100% }*/

  .brand-listing-container .title-section {
    padding: 15px 0;
  }
  .brand-listing-container .title-section .title-brands {
    font-size: 20px;
  }
  .brand-listing-container .brands-listing .category .list li {
    padding: 10px 10px 10px 0;
  }
  
  .serchbrandicon{
    max-width: 600px;
    margin: 0 auto;
  }
  .brand-listing-container .search-icon {
    right: 10px !important;
 
}
}



@media only screen and (max-width: 991px) {
  .brand-listing-container .title-section .title-brands span {
    font-size: 14px;
  }
  .brand-listing-container .title-section .title-brands {
    font-size: 14px;
  }
  .explore_brands .brand-one {
    display: flex;
    justify-content: end;
  }
  .serchbrandicon{
    max-width: 500px;
    margin: 0 auto;
  }
  .brand-listing-container .search-icon {
    right: 10px;
  }
  .branding_product .name{
    font-size: 12px;
  }
}

.debugger-section-button{
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  /*.brand-listing-container .brands-slider .brands_slider .owl-nav .owl-next{right: -25px;}
	 .brand-listing-container .brands-slider .brands_slider .owl-nav .owl-prev{left: -25px;}
	 .brand-listing-container .brands-slider .brands_slider .owl-nav .owl-prev, .brand-listing-container .brands-slider .brands_slider .owl-nav .owl-next{width: 20px;}
	 .brand-listing-container .brands-slider .brands_slider .owl-nav .owl-prev i, .brand-listing-container .brands-slider .brands_slider .owl-nav .owl-next i{font-size: 20px;}*/

  .brand-listing-container .brands-slider .brands_slider .item .top.brand-logo {
    margin-bottom: 20px;
  }
  .brand-listing-container .pagination-box.brand-pagination-sticky {
    left: 0;
    width: 30px;
    padding: 20px 0px 10px 0px;
    box-shadow: none;
    background: transparent;
  }
  .pagination-box .pagination-inner a.active-dir {
    background: #f9b128;
  }
  .brand-listing-container {
    padding: 0;
    padding-bottom: 25px;
  }
  .brand-listing-container .brands-listing .category .list li {
    width: 50%;
  }
  .brand-listing-container .title-section {
    padding: 10px 0;
  }
  .brand-listing-container .title-section .title-brands {
    font-size: 18px;
  }
  .brand-listing-container .brands-listing .category {
    margin-bottom: 15px;
  }
  .brands-listing .panel-heading[data-toggle="collapse"]:after {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }


  .brand-search-bar {
    width: 70%;
  }
  .brand-listing-container .search-icon {
    right: 10px;

  }
  .serchbrandicon{
    max-width: 500px;
    margin: 0 auto;
  }
  
}

@media (max-width: 575px) {
    /*	 .brand-listing-container .title-section .title-brands{font-size: 22px;}*/
    .brand-listing-container .search-icon {
    padding: 8px 8px;
    border-radius: 30px;
    margin-top: 8px;
 
    }
    .serchbrandicon{
      max-width: 80%;
      margin: 0 auto;
    }
  }
@media screen and (max-width: 480px) {
  .brand-listing-container .brands-slider .brands_slider {
    max-width: 83%;
  }
  .brand-listing-container .brands-slider .brands_slider .item a {
    max-width: 150px;
  }
  .brand-listing-container .title-section .title-brands::after {
    border-bottom: none;
  }
}


.sitemap_links a {
  width: 100%;
  max-width: 145px;
}

/* brand-seo-content css */

.brand-seo-content h2{ font-weight: 600; font-size: 18px; line-height: 27px; color: #333; margin-bottom: 0.5rem !important; text-align: left; }
.brand-seo-content ul li{ position: relative; display: flex; align-items: baseline; }
.brand-seo-content ul li::before{ content: "â€¢"; color: black; font-size: 1.2em; margin-right: 10px; display: inline-block; vertical-align: middle;}
.brand-seo-content h3{ font-weight: 600; font-size: 16px; line-height: 27px; color: #333; margin-bottom: 0.5rem !important; text-align: left; }
.brand-seo-content h4{ font-weight: 600; font-size: 14px; line-height: 27px; color: #333; margin-bottom: 0.5rem !important; text-align: left; }
.brand-seo-content a.yellow{ color:#ffb100; font-weight: 600; transition: all .3s ease-in; margin-left: 5px; }
.brand-seo-content a.yellow:hover{ color: #151515; }
.brand-seo-content p{ font-weight: 500; font-size: 14px; line-height: 21px; color: #555; margin:0 0 10px 0; }

</pre></body></html>