.brandclass {
  position: relative; }
  .brandclass .header-container {
    background: #fff;
    width: auto;
    margin: 0 auto;
    height: 75px; }
  .brandclass .swiper-container {
    margin: 0 auto; }
    .brandclass .swiper-container .swiper-pagination-bullets {
      bottom: 1rem; }
  .brandclass .single-container {
    border: none;
    background: none;
    padding: 20px; }
  .brandclass .icon-play svg path {
    fill: #fff; }
  .brandclass .sidebar {
    border: none;
    background: none;
    padding: 0;
    margin: 0; }
  .brandclass .topbar-shadow {
    position: relative;
    z-index: 5;
    box-shadow: 0px 0px 4px 1px rgba(199, 195, 199, 0.64);
    background: #fff; }
  .brandclass .box-container article .content {
    font-size: 15px; }
    .brandclass .box-container article .content a {
      text-decoration: underline; }
  .brandclass .border-container {
    border: none;
    border-radius: 3px;
    margin-bottom: 30px; }
    .brandclass .border-container .box-title {
      background: #cacaca;
      border-radius: 3px 3px 0 0;
      padding-left: 15px;
      font-size: 18px;
      text-align: left;
      text-transform: uppercase; }
  .brandclass .slick-prev {
    height: 24px;
    width: 24px;
    top: 56%;
    background: rgba(0, 0, 0, 0.3);
    left: -13px; }
    .brandclass .slick-prev::before {
      font-size: 18px;
      font-weight: bolder; }
  .brandclass .slick-next {
    height: 24px;
    width: 24px;
    top: 56%;
    background: rgba(0, 0, 0, 0.3);
    right: -13px; }
    .brandclass .slick-next::before {
      font-size: 18px;
      font-weight: bolder; }
  .brandclass .brandpic_more_detail {
    position: absolute;
    z-index: 2;
    bottom: 13%;
    right: 7%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    color: #fff;
    font-size: 146x;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease-out; }
    .brandclass .brandpic_more_detail:hover {
      border: 1px solid #5865f5;
      background: #5865f5;
      color: #fff; }

.brandclass.white .highlight-container {
  background: #fff;
  box-shadow: 0px 0px 4px 1px rgba(199, 195, 199, 0.64); }
.brandclass.white .topbar .nav ul li {
  border-right: 1px solid #d6d6d6; }
.brandclass.white .topbar .search form .input-group {
  border: 1px solid #b5b5b5; }
.brandclass.white .topbar .search form input {
  background: #fff; }
.brandclass.white .topbar .search form .btn {
  border-left: 1px solid #756d6d;
  background: #636161; }
.brandclass.white .border-container {
  background: #f7f7f7; }
  .brandclass.white .border-container .box-title {
    background: #cacaca; }
.brandclass.white footer {
  background: #f1f1f1;
  border-top: 1px solid #ddd; }

.sam-pop-menu-masker {
  display: block;
  top: 53px !important; }

.menu {
  width: 100%; }
  .menu ul.top-menu {
    font-size: clamp(1.0125rem, 1.25vw, 1.2375rem);
    display: flex;
    justify-content: space-evenly; }
    .menu ul.top-menu > li {
      position: relative; }
      .menu ul.top-menu > li a {
        font-weight: 500; }
        .menu ul.top-menu > li a i {
          border: solid #111;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 3px;
          margin-bottom: 5px;
          margin-left: 5px; }
        .menu ul.top-menu > li a i.down {
          transform: rotate(45deg); }
      .menu ul.top-menu > li ul.sub-menu {
        min-width: 100px;
        display: none;
        position: absolute;
        padding: 25px;
        background: #fff;
        border-radius: 25px;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
        left: -20px; }
        .menu ul.top-menu > li ul.sub-menu .flexbox-select {
          display: flex;
          float: none;
          border: none !important;
          align-items: center;
          width: 21rem;
          padding: 2px 0; }
          .menu ul.top-menu > li ul.sub-menu .flexbox-select .block {
            width: 20px;
            height: 20px;
            margin-top: 0;
            border-radius: 100%; }
          .menu ul.top-menu > li ul.sub-menu .flexbox-select .line {
            display: none; }
          .menu ul.top-menu > li ul.sub-menu .flexbox-select .label {
            color: #111;
            text-align: left;
            padding: 10px 0;
            font-size: 18px;
            font-weight: 400; }
      .menu ul.top-menu > li:hover ul.sub-menu {
        display: block;
        z-index: 100; }

@media (max-width: 767px) {
  .brandclass .header-container {
    width: auto;
    max-width: unset;
    position: fixed;
    top: 0;
    height: 53px;
    width: 100%; }
  .brandclass .topbar {
    height: 53px;
    position: relative;
    text-align: center;
    padding: 0;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    align-items: center; }
    .brandclass .topbar .logo {
      position: absolute;
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto; }
      .brandclass .topbar .logo a img {
        height: 30px;
        max-width: 200px; }
  .brandclass .langs {
    position: absolute;
    top: 12px;
    right: 20px; }
  .brandclass ol.pdselect {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .brandclass ol.pdselect li.m_product_navbar {
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 5px; }
      .brandclass ol.pdselect li.m_product_navbar:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .brandclass ol.pdselect li.m_product_navbar:last-child {
        border-bottom: none; }
    .brandclass ol.pdselect:after {
      content: '';
      display: block;
      clear: both; }
  .brandclass .brandpic_more_detail {
    padding: 8px 15px;
    font-size: 11px; }
  .brandclass .single-container {
    padding: 5px; }

  .navbar-toggle {
    position: absolute;
    left: 20px;
    top: 17px;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 999; }
    .navbar-toggle .icon-bar {
      width: 23px;
      background: #111;
      transition: all .25s; }
      .navbar-toggle .icon-bar:nth-child(1) {
        transform-origin: top right;
        transform: translate(-5px) rotate(-45deg); }
      .navbar-toggle .icon-bar:nth-child(2) {
        opacity: 0;
        transform: scale(0.5); }
      .navbar-toggle .icon-bar:nth-child(3) {
        transform-origin: bottom right;
        transform: translate(-5px) rotate(45deg); }
      .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px; }

  .navbar-toggle.collapsed .icon-bar:nth-child(1) {
    transform: rotate(0); }
  .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    opacity: 1;
    transform: scale(1); }
  .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    transform: rotate(0); } }
@media (min-width: 768px) {
  .menu ul.top-menu > li {
    margin: 0 10px; } }
@media (min-width: 1200px) {
  .menu ul.top-menu > li {
    margin: 0 20px; } }
@media (min-width: 1440px) {
  .col-lg-3 {
    width: 16.66666667%; } }
@media (min-width: 1600px) {
  .col-xl-3 {
    width: 16.66666667%; } }
