/*
:'######:::::'###::::'########::::'###::::'##::::::::'#######:::'######:::
'##... ##:::'## ##:::... ##..::::'## ##::: ##:::::::'##.... ##:'##... ##::
 ##:::..:::'##:. ##::::: ##:::::'##:. ##:: ##::::::: ##:::: ##: ##:::..:::
 ##:::::::'##:::. ##:::: ##::::'##:::. ##: ##::::::: ##:::: ##: ##::'####:
 ##::::::: #########:::: ##:::: #########: ##::::::: ##:::: ##: ##::: ##::
 ##::: ##: ##.... ##:::: ##:::: ##.... ##: ##::::::: ##:::: ##: ##::: ##::
. ######:: ##:::: ##:::: ##:::: ##:::: ##: ########:. #######::. ######:::
:......:::..:::::..:::::..:::::..:::::..::........:::.......::::......::::
'##::::'##::'#######::'##::::'##:'########:
 ##:::: ##:'##.... ##: ###::'###: ##.....::
 ##:::: ##: ##:::: ##: ####'####: ##:::::::
 #########: ##:::: ##: ## ### ##: ######:::
 ##.... ##: ##:::: ##: ##. #: ##: ##...::::
 ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
 ##:::: ##:. #######:: ##:::: ##: ########:
..:::::..:::.......:::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Catalog Home Page here */
#catalog-brand-page {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  padding-bottom: 20px;
}

#catalog-brand-page #hero {
  margin-top: 120px;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 992px) {
  #catalog-brand-page #hero {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  #catalog-brand-page #hero {
    margin-top: 50px;
  }
}

#catalog-brand-page #hero .banner {
  position: relative;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-top: 20px;
  float: left;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page #hero .banner a {}

#catalog-brand-page #hero .banner img.main-image {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 5px;
}

#catalog-brand-page #hero .banner img.close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#catalog-brand-page #hero .banner.desktop {
  display: block;
}

#catalog-brand-page #hero .banner.mobile {
  display: none;
}

@media (max-width: 769px) {
  #catalog-brand-page #hero .banner.desktop {
    display: none;
  }

  #catalog-brand-page #hero .banner.mobile {
    display: block;
  }
}

#catalog-brand-page #hero .text-area {
  position: relative;
  width: 100%;
  margin-top: 20px;
  float: left;
  text-align: center;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page #hero .text-area p {
  margin-bottom: 20px;
}

#catalog-brand-page .main-content {
  position: relative;
  width: 100%;
  min-height: 300px;
  float: left;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
}

#catalog-brand-page .main-content .container {
  max-width: 1000px !important;
}

#catalog-brand-page .main-content .item {
  position: relative;
  float: left;
  margin-bottom: 20px;
}

#catalog-brand-page .main-content .item .image-area {
  position: relative;
  float: left;
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
}

#catalog-brand-page .main-content .item .image-area img {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}

#catalog-brand-page .main-content .item .text-area {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

#catalog-brand-page .main-content .item .text-area>h4>a {
  color: #4a4a4a;
  text-decoration: none;
}

#catalog-brand-page .main-content .item .text-area>h5 {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  -webkit-transition: max-height 0.5s ease-in !important;
  -moz-transition: max-height 0.5s ease-in !important;
  -o-transition: max-height 0.5s ease-in !important;
  transition: max-height 0.5s ease-in !important;
}

#catalog-brand-page .main-content .item .text-area>h5.hover {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  -webkit-transition: max-height 0.5s ease-in !important;
  -moz-transition: max-height 0.5s ease-in !important;
  -o-transition: max-height 0.5s ease-in !important;
  transition: max-height 0.5s ease-in !important;
}

#catalog-brand-page .main-content .item .text-area>h5:hover {
  max-height: 1000px;
  display: block;
  height: auto;
  -webkit-transition: max-height 0.5s ease-in !important;
  -moz-transition: max-height 0.5s ease-in !important;
  -o-transition: max-height 0.5s ease-in !important;
  transition: max-height 0.5s ease-in !important;
}

#catalog-brand-page .main-content .item .text-area>h5>a {
  color: #9b9b9b;
}

@media (max-width: 769px) {
  #catalog-brand-page .main-content .container .row {
    margin: 0px;
  }

  #catalog-brand-page .main-content .item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #catalog-brand-page .main-content .item .text-area {
    text-align: center;
  }

  #catalog-brand-page .main-content .item .text-area h4 {
    font-family: 'WorkSans-SemiBold';
    font-size: 16px;
    color: #4a4a4a;
  }

  #catalog-brand-page>div.main-content>div>div>div>div.text-area>h5.grey.hidden-sm-down {
    display: none;
  }
}

#catalog-brand-page .featured-content {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 20px;
}

#catalog-brand-page .featured-content .container {
  max-width: 980px !important;
}

#catalog-brand-page .featured-content .title-area {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

#catalog-brand-page .featured-content .item {
  position: relative;
  width: calc((100% / 6) - 10px);
  min-height: 10px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

#catalog-brand-page .featured-content .item .image-area {
  position: relative;
  float: left;
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
}

#catalog-brand-page .featured-content .item .image-area img {
  position: absolute;
  max-width: 80%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  #catalog-brand-page .featured-content .container .row {
    margin: 0px;
  }

  #catalog-brand-page .featured-content .item {
    width: calc((100% / 4) - 10px);
  }
}

/*
:'######:::::'###::::'########::::'###::::'##::::::::'#######:::'######:::
'##... ##:::'## ##:::... ##..::::'## ##::: ##:::::::'##.... ##:'##... ##::
 ##:::..:::'##:. ##::::: ##:::::'##:. ##:: ##::::::: ##:::: ##: ##:::..:::
 ##:::::::'##:::. ##:::: ##::::'##:::. ##: ##::::::: ##:::: ##: ##::'####:
 ##::::::: #########:::: ##:::: #########: ##::::::: ##:::: ##: ##::: ##::
 ##::: ##: ##.... ##:::: ##:::: ##.... ##: ##::::::: ##:::: ##: ##::: ##::
. ######:: ##:::: ##:::: ##:::: ##:::: ##: ########:. #######::. ######:::
:......:::..:::::..:::::..:::::..:::::..::........:::.......::::......::::
'##::::'##::'#######::'##::::'##:'########:
 ##:::: ##:'##.... ##: ###::'###: ##.....::
 ##:::: ##: ##:::: ##: ####'####: ##:::::::
 #########: ##:::: ##: ## ### ##: ######:::
 ##.... ##: ##:::: ##: ##. #: ##: ##...::::
 ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
 ##:::: ##:. #######:: ##:::: ##: ########:
..:::::..:::.......:::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Catalog Search Brand Page here */
#catalog-brand-page.search-brand {
  position: relative;
  float: left;
  width: 100%;
  min-height: 10px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  overflow-x: hidden;
}

#catalog-brand-page.search-brand #hero {
  background-color: #fff;
}

#catalog-brand-page.search-brand .main-content {
  position: relative;
  float: left;
  width: 100%;
  max-width: 1160px;
  min-height: 10px;
  text-align: center;
  background-color: #f9f9f9;
  border-bottom: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page.search-brand .main-content .left-area {
  position: relative;
  float: left;
  width: 200px;
  margin-right: 40px;
  min-height: 100px;
  border-bottom: none;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-box {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-box.button {
  padding: 10px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-box.button button {
  width: 100%;
  border: 0px;
  border-radius: 3px;
  color: #4a4a4a;
  background-color: #fccf00;
  padding-top: 8px;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-box .brand-filter {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title ul.category {
  display: none;
  border: 1px solid #e5e5e5;
  position: absolute;
  width: 158px;
  top: 25px;
  left: -11px;
  background: #fff;
  z-index: 999;
  padding: 0px;
  list-style: none;
  border-radius: 3px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title.find-location ul.category .content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  overflow-y: auto;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title ul.category img.arrow {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  left: -13px;
  top: 23px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title ul.category li {
  float: left;
  width: 158px;
  min-height: 35px;
  padding-bottom: 0px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title ul.category li.title {
  float: left;
  width: 158px;
  height: 40px;
  padding-top: 15px;
  padding-left: 20px;
  text-align: left;
  cursor: default;
  border-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title ul.category li .select-box {
  position: relative;
  width: calc(100% - 10px);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 3px;
  min-height: 25px;
  padding-top: 6px;
  padding-left: 15px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title ul.category li:hover .select-box {
  background-color: #F5D200;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title ul.category li:last-child {
  padding-bottom: 20px;
  border-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title h5 {
  position: relative;
  float: left;
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title h5.active {
  color: #fccf00;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title i {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 20px;
  color: #E5E5E5;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content {
  display: none;
  position: absolute;
  width: auto;
  padding-left: 40px;
  top: -50px;
  left: 195px;
  z-index: 999;
  padding: 0px;
  list-style: none;
  border-radius: 3px;
  padding-left: 19px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content img.arrow {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  left: 7px;
  top: 73px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content.one {
  top: -113px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content.one .category-content img.arrow {
  top: 136px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content.two {
  top: -169px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content.two .category-content img.arrow {
  top: 193px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title.hover:hover .hovered-content {
  display: block;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper {
  position: relative;
  float: left;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-right: 0px;
  border-radius: 3px;
  padding-bottom: 0px;
  overflow: hidden;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table {
  border-radius: 3px;
  width: auto;
  height: auto;
  min-height: 0px;
  position: relative;
  float: left;
  padding: 0px;
  list-style: none;
  cursor: auto;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td {
  padding: 20px;
  padding-bottom: 0px;
  text-align: left;
  vertical-align: top;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table>tbody>tr:last-child td {
  padding-bottom: 20px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .title {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .title p {
  margin-bottom: 0px;
  white-space: nowrap;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul {
  position: relative;
  float: left;
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li {
  margin-bottom: 10px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li a {
  color: #4a4a4a;
  text-decoration: none;
  white-space: nowrap;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li a:hover,
#catalog-brand-page.search-brand .main-content .left-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li a.active {
  color: #fccf00;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter input.filter-brand {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  height: 30px;
  border: 1px solid #e5e5e5;
  color: #9b9b9b;
  padding-left: 10px;
  padding-right: 10px;
  outline: 0;
  font-family: 'WorkSans-Regular';
  font-size: 12px;
  letter-spacing: 0px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter input.filter-brand::-webkit-input-placeholder {
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter input.filter-brand:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter input.filter-brand::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter ul.brand-list {
  position: relative;
  width: calc(100% - 20px);
  margin-left: 20px;
  float: left;
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
  padding-top: 5px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter ul.brand-list li {
  position: relative;
  width: calc(100% - 10px);
  float: left;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 5px;
}

#catalog-brand-page.search-brand .main-content .left-area .left-filter ul.brand-list li h5 {
  text-align: left;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  /* min-height: 100px; */
  /* background-color: #fff; */
  border-radius: 3px;
  /* border: 1px solid #e5e5e5; */
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter>h6 {
  position: relative;
  float: left;
  margin-top: 8px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-box {
  position: relative;
  float: left;
  width: 158px;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 5px;
  background-color: #fff;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-box.button {
  padding: 10px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-box.button button {
  width: 100%;
  border: 0px;
  border-radius: 3px;
  color: #4a4a4a;
  background-color: #fccf00;
  padding-top: 8px;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title ul.category {
  display: none;
  border: 1px solid #e5e5e5;
  position: absolute;
  width: 158px;
  top: 20px;
  left: -11px;
  background: #fff;
  z-index: 999;
  padding: 0px;
  list-style: none;
  border-radius: 3px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title.find-location ul.category .content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  overflow-y: auto;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title ul.category img.arrow {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  left: -13px;
  top: 23px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title ul.category li {
  float: left;
  width: 158px;
  min-height: 35px;
  padding-bottom: 0px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title ul.category li.title {
  float: left;
  width: 158px;
  height: 40px;
  padding-top: 15px;
  padding-left: 20px;
  text-align: left;
  cursor: default;
  border-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title ul.category li .select-box {
  position: relative;
  width: calc(100% - 10px);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 3px;
  min-height: 25px;
  padding-top: 6px;
  padding-left: 15px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title ul.category li:hover .select-box {
  background-color: #F5D200;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title ul.category li:last-child {
  padding-bottom: 20px;
  border-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title h5 {
  position: relative;
  float: left;
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title h5.active {
  color: #fccf00;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title i {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 20px;
  color: #E5E5E5;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content {
  display: none;
  position: absolute;
  width: auto;
  padding-left: 40px;
  top: -50px;
  left: 195px;
  z-index: 999;
  padding: 0px;
  list-style: none;
  border-radius: 3px;
  padding-left: 19px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content img.arrow {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  left: 7px;
  top: 73px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content.one {
  top: -113px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content.one .category-content img.arrow {
  top: 136px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content.two {
  top: -169px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content.two .category-content img.arrow {
  top: 193px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title.hover:hover .hovered-content {
  display: block;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper {
  position: relative;
  float: left;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-right: 0px;
  border-radius: 3px;
  padding-bottom: 0px;
  overflow: hidden;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table {
  border-radius: 3px;
  width: auto;
  height: auto;
  min-height: 0px;
  position: relative;
  float: left;
  padding: 0px;
  list-style: none;
  cursor: auto;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td {
  padding: 20px;
  padding-bottom: 0px;
  text-align: left;
  vertical-align: top;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table>tbody>tr:last-child td {
  padding-bottom: 20px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .title {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .title p {
  margin-bottom: 0px;
  white-space: nowrap;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul {
  position: relative;
  float: left;
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li {
  margin-bottom: 10px;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li a {
  color: #4a4a4a;
  text-decoration: none;
  white-space: nowrap;
}

#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li a:hover,
#catalog-brand-page.search-brand .main-content .right-area .left-filter .filter-collapse-title .hovered-content .category-content .column-wrapper table td .content ul li a.active {
  color: #fccf00;
}

@media (max-width: 1200px) {
  #catalog-brand-page.search-brand .main-content .right-area>.filter-area {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 960px) {
  #catalog-brand-page.search-brand .main-content .right-area>h4 {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #catalog-brand-page.search-brand .main-content .right-area>h6 {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #catalog-brand-page.search-brand .main-content .right-area>h5 {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 712px) {
  #catalog-brand-page.search-brand .main-content .right-area>h4 {
    text-align: center !important;
  }

  #catalog-brand-page.search-brand .main-content .right-area>h6 {
    text-align: center !important;
  }

  #catalog-brand-page.search-brand .main-content .right-area>h5 {
    text-align: center !important;
  }

  #catalog-brand-page.search-brand .main-content .right-area>.filter-area {
    display: none;
  }

  #catalog-brand-page.search-brand .main-content .right-area .top-title {
    width: 100% !important;
    min-width: 0px !important;
    padding-top: 0px !important;
  }

  #catalog-brand-page.search-brand .main-content .right-area .top-title h1 {
    width: 100% !important;
    text-align: center !important;
    font-family: 'WorkSans-Bold' !important;
    font-size: 20px !important;
    color: #4a4a4a !important;
    letter-spacing: -0.5px !important;
  }
}

#catalog-brand-page.search-brand .main-content .right-area {
  position: relative;
  float: left;
  width: calc(100% - 240px);
  border-bottom: none;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content .right-area>h4 {
  position: relative;
  float: left;
  width: calc(100% - 382px);
  border-bottom: none;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content .right-area>h6 {
  position: relative;
  float: left;
  width: calc(100% - 372px);
  height: 25px;
  border-bottom: none;
  text-align: left;
  padding-top: 8px;
}

#catalog-brand-page.search-brand .main-content .right-area>h6 ul {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
}

#catalog-brand-page.search-brand .main-content .right-area>h6 ul li {
  display: inline-block;
}

#catalog-brand-page.search-brand .main-content .right-area>h6 ul li.current {
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .right-area>h6 ul li a {
  color: #4a4a4a;
}

#catalog-brand-page.search-brand .main-content .right-area>h5 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-bottom: none;
  text-align: left;
  padding-top: 0px;
  margin-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .right-area>h5 ul {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

#catalog-brand-page.search-brand .main-content .right-area>h5 ul li {
  display: inline-block;
}

#catalog-brand-page.search-brand .main-content .right-area>h5 ul li.current {
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .right-area>h5 ul li a {
  color: #4a4a4a;
}

#catalog-brand-page.search-brand .main-content .right-area .top-title {
  position: relative;
  float: left;
  width: calc(100% - 372px);
  min-width: 372px;
  height: auto;
  border-bottom: none;
  text-align: left;
  padding-top: 8px;
  margin-bottom: 0px;

}

#catalog-brand-page.search-brand .main-content .right-area .top-title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'WorkSans-Bold';
  font-size: 32px;
  color: #4a4a4a;
  letter-spacing: -0.5px;
}

#catalog-brand-page.search-brand .main-content .right-area .choose-brand-mobile {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: none;
}

#catalog-brand-page.search-brand .main-content .right-area .choose-brand-mobile button {
  position: relative;
  float: left;
  width: 100%;
  max-width: none;
  height: 30px;
  padding-top: 5px;
}

@media (max-width: 712px) {
  #catalog-brand-page.search-brand .main-content .right-area>h6 {
    height: auto;
    line-height: 15px;
  }

  #catalog-brand-page.search-brand .main-content .right-area>h6 ul {
    position: relative;
    float: left;
    left: calc(50% - 10px);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content .right-area>h5 {
    height: auto;
    line-height: 15px;
  }

  #catalog-brand-page.search-brand .main-content .right-area>h5 ul {
    position: relative;
    float: left;
    left: calc(50% - 0px);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-bottom: 5px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .choose-brand-mobile {
    display: block;
  }
}

#catalog-brand-page.search-brand .main-content .right-area>.filter-area {
  position: relative;
  float: left;
  width: 372px;
  border-bottom: none;
  text-align: left;
  height: auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

#catalog-brand-page.search-brand .main-content .right-area .verified-brand-area {
  text-align: left;
}

#catalog-brand-page.search-brand .main-content .right-area .verified-brand-area .logo-wrapper {
  position: relative;
  width: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

#catalog-brand-page.search-brand .main-content .right-area .verified-brand-area .logo-wrapper .logo {
  position: relative;
  width: auto;
  min-width: 30px;
  height: 50px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

#catalog-brand-page.search-brand .main-content .right-area .letter-filter-area {
  position: relative;
  float: left;
  min-height: 10px;
  margin-top: 10px;
}

#catalog-brand-page.search-brand .main-content .right-area .letter-filter-area ul li {
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 5px;
}

#catalog-brand-page.search-brand .main-content .letter-filter-area {
  /* position: relative;
  float: left;
  min-height: 10px;
  margin-top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
          transform: translate(-50%,0%); */
}

#catalog-brand-page.search-brand .main-content .letter-filter-area ul {
  position: relative;
  float: left;
  padding: 0px;
  list-style: none;
}

#catalog-brand-page.search-brand .main-content .letter-filter-area ul li {
  position: relative;
  float: left;
  padding: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .letter-filter-area ul li a {
  color: #4a4a4a;
}

@media (max-width: 1200px) {
  #catalog-brand-page.search-brand .main-content {
    max-width: 940px;
  }

  #catalog-brand-page.search-brand .main-content .left-area {
    margin-right: 20px;
  }

  #catalog-brand-page.search-brand .main-content .right-area {
    width: calc(100% - 220px);
  }

  #catalog-brand-page.search-brand .main-content .right-area .brand-item-wrapper .brand-item {
    width: calc(33% - 18px);
  }

  #catalog-brand-page.search-brand .main-content .right-area .product-item-wrapper .product-item {
    width: calc(33% - 18px);
  }
}

@media (max-width: 960px) {
  #catalog-brand-page.search-brand .main-content {
    max-width: 712px;
  }

  #catalog-brand-page.search-brand .main-content .left-area {
    margin-right: 20px;
  }

  #catalog-brand-page.search-brand .main-content .right-area {
    width: calc(100% - 220px);
  }

  #catalog-brand-page.search-brand .main-content .right-area .brand-item-wrapper {
    width: calc(100% + 20px);
  }

  #catalog-brand-page.search-brand .main-content .right-area .brand-item-wrapper .brand-item {
    width: calc(50% - 20px);
  }

  #catalog-brand-page.search-brand .main-content .right-area .product-item-wrapper {
    width: calc(100% + 20px);
  }

  #catalog-brand-page.search-brand .main-content .right-area .product-item-wrapper .product-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 712px) {
  #catalog-brand-page.search-brand .main-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #catalog-brand-page.search-brand .main-content .left-area {
    display: none;
  }

  #catalog-brand-page.search-brand .main-content .right-area {
    width: 100%;
    text-align: center;
  }

  #catalog-brand-page.search-brand .main-content .right-area .verified-brand-area {
    text-align: center;
  }

  #catalog-brand-page.search-brand .main-content .right-area .brand-item-wrapper .brand-item {
    min-height: 0px;
    height: auto;
    padding-bottom: 0px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .brand-item-wrapper {
    width: calc(100% + 10px);
    padding-left: 0px;
    padding-right: 0px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .brand-item-wrapper .brand-item {
    width: calc(50% - 10px);
    margin-left: 0px;
    margin-right: 10px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .product-item-wrapper .product-item {
    min-height: 0px;
    height: auto;
    padding-bottom: 0px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .product-item-wrapper {
    width: calc(100% + 10px);
    padding-left: 0px;
    padding-right: 0px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .product-item-wrapper .product-item {
    width: calc(50% - 10px);
    margin-left: 0px;
    margin-right: 10px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .verified-brand-area .logo-wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  #catalog-brand-page.search-brand .main-content .right-area>div.letter-filter-area>h6>ul>li:nth-child(15) {
    margin-left: 0px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .letter-filter-area {
    float: none;
    margin: auto;
    margin-top: 20px;
  }

  #catalog-brand-page.search-brand .main-content .right-area p.text-desc {
    float: none;
    margin: auto;
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content .right-area .verified-brand-area .logo-wrapper .logo {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  #catalog-brand-page.search-brand .main-content .letter-filter-area ul li {
    width: 10px;
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content .letter-filter-area {
    max-width: 280px;
  }
}


#catalog-brand-page.search-brand .main-content .brand-filter .filter-tags {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 5px;
  background-color: #fccf00;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content .brand-filter .filter-tags h6 {
  position: relative;
  float: left;
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

#catalog-brand-page.search-brand .main-content .brand-filter .filter-tags i {
  position: absolute;
  right: 5px;
  top: calc(50% + 1px);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 10px;
}

#catalog-brand-page.search-brand .main-content .brand-filter.mobile {
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
  display: none;
}

#catalog-brand-page.search-brand .main-content .brand-filter.mobile .filter-tags {
  position: relative;
  float: left;
  width: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 5px;
  background-color: #fccf00;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
  text-align: left;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
}

@media (max-width: 712px) {
  #catalog-brand-page.search-brand .main-content .brand-filter.mobile {
    display: block;
  }
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper {
  position: relative;
  float: left;
  min-height: 10px;
  margin-top: 10px;
  width: calc(100% + 20px);
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item {
  position: relative;
  float: left;
  width: calc(100% / 4 - 20px);
  height: 255px;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .logo-area {
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .logo-area img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area {
  position: relative;
  float: left;
  background-color: #fff;
  margin-top: 10px;
  max-width: 207px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area .images {
  position: relative;
  float: left;
  width: 65px;
  height: 65px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item h5 a {
  color: #4a4a4a;
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item h6 {
  margin-top: 2px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #9b9b9b;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item h6 a {
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .brand-item-wrapper .load-more-button {
  width: calc(100% - 20px);
  margin-left: 5px;
  height: 30px;
  padding-top: 4px;
  outline: 0;
  margin: 0;
}

@media (max-width: 712px) {
  #catalog-brand-page.search-brand .main-content .brand-item-wrapper .load-more-button {
    width: calc(100% - 10px);
  }
}

@media (max-width: 960px) {
  #catalog-brand-page.search-brand .main-content .brand-item-wrapper {
    width: 720px;
  }
}

@media (max-width: 750px) {
  #catalog-brand-page.search-brand .main-content .brand-item-wrapper {
    width: 480px;
  }
}

@media (max-width: 500px) {
  #catalog-brand-page.search-brand .main-content .brand-item-wrapper {
    width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item {
    width: calc(50% - 10px);
    height: 0;
    padding-bottom: 70%;
    min-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area {
    max-width: calc(100% - 10px);
    width: 100%;
  }

  #catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area .images {
    width: calc(50% - 4px);
    height: 0;
    padding-bottom: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
  }

  #catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area .images.desktop-only {
    /*display: none;*/
  }

  #catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area .images.desktop-only:nth-child(3) {
    display: none;
  }

  #catalog-brand-page.search-brand .main-content .brand-item-wrapper .brand-item .images-area .images.desktop-only:nth-child(6) {
    display: none;
  }
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper {
  position: relative;
  float: left;
  min-height: 10px;
  margin-top: 10px;
  width: calc(100% + 20px);
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item {
  position: relative;
  float: left;
  width: calc(100% / 4 - 20px);
  height: auto;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .logo-area {
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .logo-area img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .image-area {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .image-area img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item h6 {
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #9b9b9b;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area {
  position: relative;
  float: left;
  background-color: #fff;
  margin-top: 10px;
  max-width: 207px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area .images {
  position: relative;
  float: left;
  width: 65px;
  height: 65px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item h5 a {
  color: #4a4a4a;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item h6 a {
  color: #9b9b9b;
}

#catalog-brand-page.search-brand .main-content .product-item-wrapper .load-more-button {
  width: calc(100% - 20px);
  margin-left: 5px;
  height: 30px;
  padding-top: 4px;
  outline: 0;
  margin: 0;
}

@media (max-width: 712px) {
  #catalog-brand-page.search-brand .main-content .product-item-wrapper .load-more-button {
    width: calc(100% - 10px);
  }
}

@media (max-width: 960px) {
  #catalog-brand-page.search-brand .main-content .product-item-wrapper {
    width: 720px;
  }
}

@media (max-width: 750px) {
  #catalog-brand-page.search-brand .main-content .product-item-wrapper {
    width: 480px;
  }
}

@media (max-width: 500px) {
  #catalog-brand-page.search-brand .main-content .product-item-wrapper {
    width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item {
    width: calc(50% - 10px);
    height: 0;
    padding-bottom: 70%;
    min-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area {
    max-width: calc(100% - 10px);
    width: 100%;
  }

  #catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area .images {
    width: calc(50% - 4px);
    height: 0;
    padding-bottom: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
  }

  #catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area .images.desktop-only {
    /*display: none;*/
  }

  #catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area .images.desktop-only:nth-child(3) {
    display: none;
  }

  #catalog-brand-page.search-brand .main-content .product-item-wrapper .product-item .images-area .images.desktop-only:nth-child(6) {
    display: none;
  }
}

/* NEW */
#catalog-brand-page.search-brand #new-sidebar-product-category {
  position: fixed;
  width: 320px;
  height: 100vh;
  padding-right: 0px !important;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 50px;
  border-right: 1px solid #e5e5e5;
  padding-top: 0px;
  padding-bottom: 30px;
  left: -320px;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -o-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}

#catalog-brand-page.search-brand #new-sidebar-product-category.show {
  left: 0px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar {
  width: 100%;
  height: auto;
  padding: 20px;
  padding-top: 0px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 4px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header .text-area {
  position: relative;
  float: left;
  width: calc(100% - 30px);
  height: auto;
  padding-top: 5px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header .text-area p {
  margin: 0;
  font-family: "WorkSans-Medium";
  letter-spacing: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header .button-area {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  padding-left: 17px;
  padding-top: 1px;
  cursor: pointer;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header .button-area.desktop {
  display: block;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header .button-area.mobile {
  display: none;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .category-list-wrapper {
  position: absolute;
  width: 100%;
  height: calc(100% - 55px);
  left: 0;
  top: 0;
  padding: 20px;
  padding-top: 0px;
  top: 45px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item {
  position: relative;
  float: left;
  width: 100%;
  min-inline-size: 34px;
  height: auto;
  border-bottom: 1px solid #e5e5e5 !important;
  padding-top: 5px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item:last-child {
  margin-bottom: 80px !important;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .card-header {
  border-bottom: 0px solid #e5e5e5 !important;
  padding-top: 9px;
  padding-bottom: 13px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item.border-off {
  border-bottom: 0px solid #e5e5e5;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-heading .panel-title p {
  position: relative;
  float: left;
  margin: 0;
  font-family: "WorkSans-Medium";
  letter-spacing: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-heading .panel-title i {
  position: absolute;
  right: 1px;
  color: #4a4a4a;
  font-size: 15px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-heading .panel-title img.icon-accordion {
  position: absolute;
  right: -3px;
  top: 8px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-heading .panel-title img.icon-accordion.show {
  display: block;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-heading .panel-title img.icon-accordion.hide {
  display: none;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-collapse {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 0px;
  border-bottom: 0px solid #e5e5e5;
  padding-bottom: 0px;
  top: 0px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-collapse .panel-body {
  position: relative;
  float: left;
  width: 100%;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-collapse .panel-body ul {
  padding: 0;
  list-style: none;
  padding-left: 20px;
  border: 0px !important;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-collapse .panel-body ul li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-collapse .panel-body ul li a {
  position: relative;
  float: left;
  width: 100%;
  font-family: WorkSans-Regular;
  font-size: 13px;
  color: #4a4a4a;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item .panel-collapse .panel-body ul li a.selected {
  font-family: WorkSans-SemiBold;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list {
  position: fixed;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 50px;
  border-right: 1px solid #e5e5e5;
  padding-top: 0px;
  padding-bottom: 30px;
  left: -320px;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -o-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
  padding: 20px;
  padding-bottom: 0px;
  border: 0;
  padding-top: 10px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list.show {
  left: 0px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .header {
  position: relative;
  float: left;
  width: 100%;
  height: 31px;
  min-height: 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .header .text-area {
  position: relative;
  float: left;
  width: calc(100% - 30px);
  height: auto;
  padding-top: 5px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .header .text-area p {
  margin: 0;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .header .button-area {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  padding-left: 17px;
  padding-top: 1px;
  cursor: pointer;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .header-input {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding-top: 10px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .header-input input {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  background: #e5e5e5;
  border: 0px;
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  outline: 0;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .body {
  position: relative;
  float: left;
  width: calc(100% + 40px);
  left: -20px;
  height: calc(100vh - 120px);
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-overflow-scrolling: touch;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .body ul {
  list-style: none;
  padding-left: 20px;
  padding-bottom: 80px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .body ul li {
  margin-bottom: 15px;
  padding-right: 20px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .footer {
  position: fixed;
  float: left;
  width: calc(100% - 50px);
  left: -100%;
  height: 39px;
  background: blue;
  bottom: 0;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -o-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
  z-index: 1;
  border-top: 5px solid #fff;
  bottom: 5px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list.show .footer {
  left: 0;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .footer button {
  position: relative;
  float: left;
  width: calc(100% + 2px);
  left: -1px;
  height: 39px;
  border-radius: 0px;
  border: 0px;
  outline: 0;
  background: #4a4a4a;
  color: #fff;
  cursor: pointer;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .body::-webkit-scrollbar {
  width: 10px;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .body::-webkit-scrollbar-thumb {
  background: #888;
}

#catalog-brand-page.search-brand #new-sidebar-brand-list .body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#catalog-brand-page.search-brand #bg-menu-mobile-transparent {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11111;
  display: none;
}

#catalog-brand-page.search-brand .main-content.new {
  width: calc(100% - 320px);
  margin-left: 320px;
  max-width: 100%;
  padding-top: 0;
  left: 0;
  min-height: calc(100vh - 120px);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#catalog-brand-page.search-brand .main-content.new.full-width {
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

#catalog-brand-page.search-brand .main-content.new .right-area {
  position: relative;
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

#catalog-brand-page.search-brand .main-content.new.full-width .right-area {
  padding-left: 80px;
  padding-right: 80px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header {
  position: relative;
  float: left;
  width: calc(100% + 60px);
  left: -30px;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  min-height: 0px;
}

#catalog-brand-page.search-brand .main-content.new.full-width .right-area .header {
  width: calc(100% + 160px);
  left: -80px;
  padding-left: 80px;
  padding-right: 80px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .product-count {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .product-count p {
  margin: 0;
  font-family: "WorkSans-Regular";
  font-size: 13px;
  color: #ababab;
  margin-bottom: 5px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .top-title {
  padding: 0;
  width: 100%;
  min-height: 37px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .top-title h1 {
  margin-bottom: 7px;
  font-family: "WorkSans-SemiBold";
  font-size: 28px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .top-title h1 span {
  font-family: "WorkSans-Regular";
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .breadcrumbs p {
  font-family: "WorkSans-Regular";
  font-size: 13px;
  margin-bottom: 5px;
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .breadcrumbs p a {
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButton {
  position: absolute;
  width: 100px;
  height: 30px;
  font-family: "WorkSans-Medium";
  font-size: 13px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  color: #fff;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  left: 0;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButtonMobile {
  position: absolute;
  width: 100px;
  height: 30px;
  font-family: "WorkSans-Medium";
  font-size: 13px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  color: #fff;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  left: 0;
  display: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButton.clicked {
  background-color: #e5e5e5;
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButtonMobile.clicked {
  background-color: #e5e5e5;
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList {
  position: relative;
  float: left;
  width: 170px;
  height: 30px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  outline: 0;
  padding-top: 6px;
  padding-left: 20px;
  margin-left: 0px;
  z-index: 2;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .toggle-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList p {
  font-family: "WorkSans-Medium";
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: left;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                 supported by Chrome and Opera */
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList img.arrow-down {
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(-90deg);
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList.drop-down-show img.arrow-down {
  top: 10px;
  transform: rotate(90deg);
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list {
  position: absolute;
  float: left;
  width: 100%;
  left: 0;
  height: auto;
  background: #fff;
  border: 1px solid #fff;
  top: 30px;
  z-index: 1;
  padding: 0px;
  height: 0px !important;
  overflow: hidden;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList.drop-down-show .drop-down-list {
  height: auto !important;
  max-height: 260px !important;
  border: 1px solid #e5e5e5;
  width: 228px;
  border-radius: 3px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list .drop-down-wrapper {
  position: relative;
  float: left;
  padding: 0px;
  padding-bottom: 0px;
  width: 100%;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list .drop-down-wrapper .filter-brand-wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list #filterBrand {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  outline: 0;
  height: 30px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  color: #4a4a4a;
  padding-left: 10px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list #filterBrand::placeholder {
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list #brandList {
  position: relative;
  float: left;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  padding-top: 2px;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list #brandList .squaredThree span {
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list #brandList .squaredThree span h5 {
  font-size: 14px;
  font-family: "WorkSans-Regular";
  margin-bottom: 0px;
  cursor: pointer;
  padding: 10px 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 10px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList .drop-down-list #brandList .squaredThree span h5.checked {
  font-family: "WorkSans-SemiBold";
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy {
  position: relative;
  float: left;
  width: 170px;
  height: 30px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  outline: 0;
  padding-top: 6px;
  padding-left: 20px;
  margin-left: 5px;
  z-index: 2;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .toggle-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy p {
  font-family: "WorkSans-Medium";
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: left;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                 supported by Chrome and Opera */
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy img.arrow-down {
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(-90deg);
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy.drop-down-show img.arrow-down {
  top: 10px;
  transform: rotate(90deg);
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list {
  position: absolute;
  float: left;
  width: 100%;
  left: 0;
  height: auto;
  background: #fff;
  border: 1px solid #fff;
  top: 30px;
  z-index: 1;
  padding: 0px;
  height: 0px !important;
  overflow: hidden;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy.drop-down-show .drop-down-list {
  height: auto !important;
  max-height: 260px !important;
  border: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list .drop-down-wrapper {
  position: relative;
  float: left;
  padding: 5px;
  padding-bottom: 10px;
  width: 100%;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list #filterSortBy {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  outline: 0;
  height: 30px;
  background-color: #f9f9f9;
  border: 0px;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  color: #4a4a4a;
  padding-left: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list #filterSortBy::placeholder {
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list #sortByList {
  position: relative;
  float: left;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  padding-top: 2px;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list #sortByList span {
  padding-left: 10px;
  padding-right: 10px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list #sortByList span h5 {
  font-size: 12px;
  margin-top: 14px;
  font-family: "WorkSans-Medium";
  margin-bottom: 14px;
  cursor: pointer;
  text-transform: uppercase;
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy .drop-down-list #sortByList li.active span h5 {
  color: #4a4a4a;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile {
  position: absolute;
  float: left;
  width: 180px;
  height: 30px;
  border: 0px;
  border-radius: 3px;
  background-color: #4a4a4a;
  outline: 0;
  padding-top: 6px;
  padding-left: 20px;
  margin-left: 105px;
  z-index: 2;
  display: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .toggle-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile p {
  font-family: "WorkSans-Medium";
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: left;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                 supported by Chrome and Opera */
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile img.arrow-down {
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(-90deg);
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile.drop-down-show img.arrow-down {
  top: 10px;
  transform: rotate(90deg);
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list {
  position: absolute;
  float: left;
  width: 100%;
  left: 0;
  height: auto;
  background: #fff;
  border: 1px solid #fff;
  top: 30px;
  z-index: 1;
  padding: 0px;
  height: 0px !important;
  overflow: hidden;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile.drop-down-show .drop-down-list {
  height: auto !important;
  max-height: 260px !important;
  border: 1px solid #e5e5e5;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list .drop-down-wrapper {
  position: relative;
  float: left;
  padding: 5px;
  padding-bottom: 10px;
  width: 100%;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list #filterBrand {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  outline: 0;
  height: 30px;
  background-color: #f9f9f9;
  border: 0px;
  font-family: "WorkSans-Medium";
  font-size: 12px;
  color: #4a4a4a;
  padding-left: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list #filterBrand::placeholder {
  color: #ababab;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list #brandList {
  position: relative;
  float: left;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  padding-top: 2px;
  text-align: left;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list #brandList .squaredThree span {
  padding-left: 10px;
  padding-right: 10px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list #brandList .squaredThree span h5 {
  font-size: 12px;
  font-family: "WorkSans-Regular";
  margin-bottom: 20px;
  cursor: pointer;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile .drop-down-list #brandList .squaredThree span h5.checked {
  font-family: "WorkSans-SemiBold";
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 0px;
  left: 0px;
  top: 0px;
  margin-top: 10px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter .filter-tags {
  position: relative;
  float: left;
  width: auto;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #f9f9f9;
  border-radius: 500px;
  padding-left: 20px;
  padding-right: 30px;
  cursor: pointer;
  text-align: left;
  margin-bottom: 10px;
  max-width: 200px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter .filter-tags:first-child {
  margin-left: 0px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter .filter-tags h6 {
  color: #4a4a4a;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter .filter-tags i {
  opacity: 1;
  position: absolute;
  right: 12px;
  top: calc(50% - 1px);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 13px;
  background-image: url(../../assets/img/svg/icon-tag-filter.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center;
}

#catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter .filter-tags i.fa-close:before {
  content: "";
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper {
  width: calc(100% + 30px);
  margin-top: 30px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .page-line {
  position: relative;
  float: left;
  width: calc(100% - 30px);
  height: 20px;
  padding-left: 0px;
  padding-right: 10px;
  top: -6px;
  margin-bottom: 20px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .button-load-more-area {
  position: relative;
  float: left;
  width: calc(100% - 30px);
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .button-load-more-area .load-more-button {
  width: 100%;
  margin-left: 5px;
  height: 30px;
  padding-top: 4px;
  outline: 0;
  margin: 0;
  max-width: 400px;
  margin: auto;
  background: #4a4a4a;
  color: #fff;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item {
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 0px;
  background: transparent;
}

#catalog-brand-page.search-brand .main-content.new.full-width .right-area .product-item-wrapper .product-item {
  width: calc(100% / 5 - 30px);
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .image-area a img {
  border-radius: 3px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .caption h6 {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .caption p.ss {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px !important;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .caption {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
  border: 1px solid #F9F9F9;
  border-top: 0px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .caption.on {
  height: 50px;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .image-area {
  background: #fff;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button {
  display: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item:hover .cta-product-button {
  display: block;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button img {
  /* border: 1px solid #e5e5e5;
  border-radius: 3px !important; */
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button img.icon-star-on {
  display: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button img.icon-star-off {
  display: block;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button.on img.icon-star-on {
  display: block;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button.on img.icon-star-off {
  display: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button:hover img.icon-star-on {
  display: block;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button:hover img.icon-star-off {
  display: none;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item:hover .caption {
  background-color: #fff;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#catalog-brand-page.search-brand .main-content.new .right-area .top-title h1 {
  overflow: hidden;
  text-overflow: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  #catalog-brand-page.search-brand #new-sidebar-product-category {
    width: 250px;
    left: -250px;
  }

  #catalog-brand-page.search-brand .main-content.new {
    width: calc(100% - 250px);
    margin-left: 250px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header {
    width: calc(100% + 40px);
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper {
    width: calc(100% + 20px);
    margin-top: 20px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .button-load-more-area {
    width: calc(100% - 20px);
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #catalog-brand-page.search-brand .main-content.new.full-width .right-area .product-item-wrapper .product-item {
    width: calc(100% / 4 - 20px);
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .page-line {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box {
    width: calc(100% + 5px);
  }

  #catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header .button-area.desktop {
    display: none;
  }

  #catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .header .button-area.mobile {
    display: block;
  }

  #catalog-brand-page.search-brand #new-sidebar-product-category {
    /* display: none !important; */
    position: fixed;
    margin-top: 0px !important;
    width: calc(100% - 50px);
    height: 100vh !important;
    z-index: 99999;
  }

  #catalog-brand-page.search-brand #new-sidebar-product-category {
    left: -100%;
  }

  #catalog-brand-page.search-brand #new-sidebar-brand-list {
    /* display: none !important; */
    position: fixed;
    margin-top: 0px !important;
    width: calc(100% - 50px);
    height: 100vh !important;
    z-index: 99999;
  }

  #catalog-brand-page.search-brand #new-sidebar-brand-list {
    left: -100%;
  }

  #catalog-brand-page.search-brand #new-sidebar-product-category.show {
    left: -100%;
  }

  #catalog-brand-page.search-brand #new-sidebar-product-category.show-mobile {
    left: 0px;
  }

  #catalog-brand-page.search-brand .main-content.new {
    width: 100%;
    margin-left: 0px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area {
    padding-left: 30px;
    padding-right: 30px;
  }

  #catalog-brand-page.search-brand .main-content.new.full-width .right-area {
    padding-left: 30px;
    padding-right: 30px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item {
    width: calc(100% / 4 - 20px);
  }

  #catalog-brand-page.search-brand .main-content.new.full-width .right-area .product-item-wrapper .product-item {
    width: calc(100% / 4 - 20px);
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .cta-product-button {
    display: block;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .caption {
    background-color: #fff;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButton {
    display: none;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButtonMobile {
    display: block;
    /* width: calc(100% / 3 - 5px); */
    margin-right: 5px;
    width: 170px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList {
    display: block;
    /* width: calc(100% / 3 - 5px); */
    margin-left: 0px;
    margin-right: 5px;
    width: 170px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy {
    display: block;
    width: calc(100% / 3 - 5px);
    margin-left: 0px;
    margin-right: 5px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile {
    width: calc(100% - 105px);
    display: none;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButton {
    position: relative;
    float: left;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButtonMobile {
    position: relative;
    float: left;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter {
    margin-top: 10px;
    min-height: 0px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .brand-filter .filter-tags:first-child {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList.drop-down-show .drop-down-list {
    width: 100%;
  }

  #catalog-brand-page.search-brand .main-content.new {
    padding-left: 0px;
    padding-right: 0px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  #catalog-brand-page.search-brand .main-content.new.full-width .right-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper {
    width: calc(100% + 10px);
    margin-top: 10px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .button-load-more-area {
    width: calc(100% - 10px);
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .button-load-more-area .load-more-button {
    width: calc(100% + 20px);
    left: -10px;
    max-width: none;
    border-radius: 0px;
    position: relative;
    float: left;
    margin: 0;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content.new.full-width .right-area .product-item-wrapper .product-item {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .breadcrumbs p {
    text-align: left;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .top-title h1 {
    font-size: 20px;
    text-align: left !important;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .page-line {
    width: calc(100% - 10px);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList {
    position: relative;
    float: left;
    margin-left: 5px;
    width: calc(100% - 105px);
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy {
    position: relative;
    float: left;
    margin-left: 5px;
    width: calc(100% - 105px);
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandListMobile {
    position: relative;
    float: left;
    margin-left: 5px;
    width: calc(100% - 105px);
  }

  .new-sidebar-product-category {
    position: absolute;
    display: block;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box {
    width: 100%;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box button#toggleCategoryButtonMobile {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 0;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownBrandList p {
    text-align: center;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy {
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    padding-left: 0;
  }

  #catalog-brand-page.search-brand .main-content.new .right-area .header .filter-area .left-box #dropDownSortBy p {
    text-align: center;
  }
}

#dropdown-brand span {
  text-transform: capitalize;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item .image-area a img {
  object-fit: contain;
}

.simplebar-track.simplebar-horizontal {
  display: none;
}

#catalog-brand-page.search-brand #new-sidebar-product-category .sidebar .category-list-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100% - 55px);
  left: 0;
  top: 0;
  padding: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  top: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Animated Hover With Shadow */
.animated-box-hover {
  border: 0 !important;
  top: 0 !important;
  -webkit-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -moz-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -o-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}

#catalog-brand-page.search-brand .main-content.new .right-area .product-item-wrapper .product-item {
  border: 0 !important;
  top: 0 !important;
  -webkit-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -moz-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  -o-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}

.animated-box-hover:hover {
  top: -5px !important;
  transform: scale(1, 1);
  border: 0 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
  z-index: 9;
}

@media (max-width: 992px) {
  #catalog-brand-page.search-brand #new-sidebar-product-category .product-category-item {
    width: calc(100% - 20px);
  }

  .animated-box-hover {
    border: 0 !important;
    top: 0 !important;
    -webkit-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
    -moz-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
    -o-transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
    transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  }

  .animated-box-hover:hover {
    top: 0px !important;
    transform: scale(1, 1);
    border: 0 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
    z-index: 9;
  }
}

/* simplebar override */
#new-sidebar-product-category {
  overflow: hidden;
  border-right: 1px solid #f9f9f9;
}

#catalog-brand-page.search-brand #new-sidebar-product-category {
  border-right: 1px solid #f9f9f9;
}

.simplebar-track.simplebar-vertical {
  width: 8px;
  background: #fff;
  border-left: 1px solid #f9f9f9;
}

.simplebar-scrollbar {
  width: 7px;
  background-color: #e5e5e5;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0;
  transition: opacity 0s linear;
}

/* Back to Top Button */
#backToTopButton {
  position: fixed;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  padding: 5px;
  background: #4a4a4a;
  border-radius: 3px;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}

#backToTopButton img {
  position: absolute;
  left: 13px;
  top: 13px;
}