#collection .wrap-collection-topbar .top-bar-filter .tb-action-filter i, .wrap-collection-topbar .collection-sortby-filter .collection-sortby .boxstyle-mb, .filter-color .checkbox-list li label {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#collection .wrap-collection-body.active-filter .sidebar_filter_drawer, .collection-description-content {
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

#collection .banner-collection-header {
  margin-bottom: 15px;
  position: relative; }
  #collection .banner-collection-header.no_usebanner {
    height: 70px; }
  #collection .banner-collection-header img {
    border-radius: 10px;
    overflow: hidden; }

#collection .heading-collection {
  margin: 15px 0;
  text-align: center; }
  @media (min-width: 992px) {
    #collection .heading-collection {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50%;
      transform: translate(-50%, -50%); } }
  #collection .heading-collection h1 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      #collection .heading-collection h1 {
        font-size: 21px;
        display: inline-block; } }

#collection .wrap-collection-topbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 15px; }
  #collection .wrap-collection-topbar .tb-action-filter {
    cursor: pointer;
    display: flex;
    align-items: center; }
  #collection .wrap-collection-topbar .top-bar-filter {
    display: flex;
    align-items: center;
    color: var(--colorshop);
    text-transform: none;
    font-weight: 400;
    position: relative; }
    #collection .wrap-collection-topbar .top-bar-filter .tb-action-filter i {
      display: inline-block;
      position: relative;
      font-size: 17px;
      cursor: pointer;
      line-height: 33px;
      border: 1px dashed var(--colorshop);
      float: left;
      background: #fff;
      padding: 0;
      margin-right: 10px;
      width: 35px;
      height: 35px;
      text-align: center; }
      #collection .wrap-collection-topbar .top-bar-filter .tb-action-filter i:hover {
        background: var(--colorshop);
        color: #fff; }
    #collection .wrap-collection-topbar .top-bar-filter .tb-action-filter.active i {
      background: var(--colorshop);
      color: #fff; }
    #collection .wrap-collection-topbar .top-bar-filter .tb-count-product {
      padding-left: 20px;
      margin-left: 15px;
      position: relative;
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        #collection .wrap-collection-topbar .top-bar-filter .tb-count-product {
          display: none; } }
      #collection .wrap-collection-topbar .top-bar-filter .tb-count-product:before {
        content: '/';
        position: absolute;
        top: 0;
        left: 0;
        color: #868686; }
      #collection .wrap-collection-topbar .top-bar-filter .tb-count-product b {
        color: var(--colorshop);
        margin-right: 5px; }

#collection .wrap-collection-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #collection .wrap-collection-body .sidebar_filter_drawer {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    z-index: 2;
    height: 0;
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px); }
  #collection .wrap-collection-body .content_filter_drawer {
    float: right;
    max-width: 100%;
    flex: 1 1 auto;
    padding: 0 5px; }
  @media (max-width: 991px) {
    #collection .wrap-collection-body .sidebar_filter_drawer {
      width: 75%;
      position: fixed !important;
      top: 0;
      left: 0;
      background: #fff;
      height: 100%;
      z-index: 99999;
      overflow: auto;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateX(-350px);
      transform: translateX(-350px);
      opacity: 0;
      visibility: hidden;
      margin: 0;
      box-shadow: 0 1px 12px 2px rgba(143, 143, 143, 0.3);
      padding: 0;
      border-radius: 0 !important; }
      #collection .wrap-collection-body .sidebar_filter_drawer #sidebar_filter_wrapper {
        padding: 20px 20px 50px; } }
  @media (min-width: 992px) {
    #collection .wrap-collection-body:not(.active-filter) .product-list .col-prolopp:nth-child(5n+1) {
      clear: both; } }
  #collection .wrap-collection-body.active-filter .sidebar_filter_drawer {
    opacity: 1;
    visibility: visible;
    max-width: calc(25% - 10px);
    position: relative;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    @media (min-width: 992px) {
      #collection .wrap-collection-body.active-filter .sidebar_filter_drawer {
        position: -webkit-sticky;
        position: sticky;
        top: 13px;
        padding: 10px;
        background: var(--subbgshop);
        margin: 0 5px; } }
  #collection .wrap-collection-body.active-filter .content_filter_drawer {
    max-width: 75%;
    flex: 0 0 75%;
    width: 75%; }
    @media (min-width: 992px) {
      #collection .wrap-collection-body.active-filter .content_filter_drawer .col-prolopp {
        width: 25%; }
        #collection .wrap-collection-body.active-filter .content_filter_drawer .col-prolopp:nth-child(4n+1) {
          clear: both; } }
  @media (max-width: 991px) {
    #collection .wrap-collection-body.active-filter .sidebar_filter_drawer {
      max-width: 75%; }
    #collection .wrap-collection-body.active-filter .content_filter_drawer {
      max-width: 100% !important;
      width: 100%;
      flex: 0 0 100%; } }

/* sort */
@media (max-width: 991px) {
  .wrap-collection-topbar .w-50-col {
    flex: 0 0 50%;
    max-width: 50%; } }

.wrap-collection-topbar .collection-sortbyfilter-container {
  position: relative;
  min-width: 220px; }
  @media (max-width: 991px) {
    .wrap-collection-topbar .collection-sortbyfilter-container {
      min-width: auto; } }
  .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px dashed var(--colorshop);
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 0 5px 5px; }
    @media (max-width: 991px) {
      .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        z-index: 9;
        width: 100%; } }
    .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
      margin: 0;
      padding: 5px 10px; }
    .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 25px; }
    .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 10px;
      margin: auto;
      z-index: 1;
      width: 12px;
      height: 6px;
      border: 1px solid var(--colorshop);
      border-top-style: none;
      border-right-style: none;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0); }
    .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
      color: var(--colorshop); }
  @media (min-width: 992px) {
    .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
    .wrap-collection-topbar .collection-sortbyfilter-container:hover .collection-sortby-option {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .wrap-collection-topbar .collection-sortbyfilter-container:hover .collection-sortby-opticccon {
      color: #666;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }
  @media (max-width: 991px) {
    .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
      .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option.isShow {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 0px;
        padding-right: 5px; }
      .wrap-collection-topbar .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px; } }

.wrap-collection-topbar .collection-sortby-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .wrap-collection-topbar .collection-sortby-filter .collection-sortby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%; }
  .wrap-collection-topbar .collection-sortby-filter .collection-sortby .boxstyle-mb {
    position: relative;
    height: 35px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    border: 1px dashed var(--colorshop); }
  .wrap-collection-topbar .collection-sortby-filter .layered_filter_title .title_filter {
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: normal; }
  .wrap-collection-topbar .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: var(--colorshop) transparent transparent transparent; }
  .wrap-collection-topbar .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
    height: 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: top;
    color: var(--colorshop);
    margin-right: 10px; }
  .wrap-collection-topbar .collection-sortby-filter .layered_filter_title .title_filter .icon-filter i {
    line-height: 33px;
    font-size: 17px;
    color: var(--colorshop); }

/* sidebar filter */
.checkbox-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 25px; }
  .checkbox-list li label {
    margin: 0px;
    font-weight: normal;
    cursor: pointer;
    color: var(--colorshop); }
  .checkbox-list li:hover {
    color: var(--colorshop); }
    .checkbox-list li:hover input[type='checkbox']:after {
      border-color: var(--colorshop); }

.checkbox-list input[type='checkbox'] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .checkbox-list input[type='checkbox']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #555;
    cursor: pointer;
    border-radius: 2px; }
  .checkbox-list input[type='checkbox']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-list input[type='checkbox']:checked:after {
    background: var(--colorshop); }
  .checkbox-list input[type='checkbox']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.checkbox-list input[type='radio'] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .checkbox-list input[type='radio']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    border-radius: 2px; }
  .checkbox-list input[type='radio']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-list input[type='radio']:checked:after {
    background: var(--colorshop); }
  .checkbox-list input[type='radio']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.filter-color .checkbox-list {
  /*input[type="checkbox"]:checked + label {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--colorshop);}*/ }
  .filter-color .checkbox-list li {
    margin: 0 14px 15px 0;
    line-height: normal;
    float: left;
    padding: 0; }
  .filter-color .checkbox-list li label {
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    font-size: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .filter-color .checkbox-list input[type="checkbox"] {
    display: none; }
  .filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    height: 6px;
    width: 12px;
    z-index: 99;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.wrapper_layered_filter .sidebar_filter_title {
  text-transform: uppercase;
  position: sticky;
  padding: 10px 20px;
  top: 0;
  z-index: 9;
  background: var(--bgshop);
  border-bottom: 1px solid #f6f6f6;
  width: 100%;
  margin-bottom: 0px; }

.wrapper_layered_filter .sidebar_filter_title .title_filter {
  margin: 0;
  font-weight: 400;
  font-size: 16px; }

.wrapper_layered_filter .sidebar_filter_title .close_filter {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }

.wrapper_layered_filter .sidebar_filter_title .close_filter i {
  font-size: 20px; }

.wrapper_layered_filter .sidebar_filter_container {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap; }

.wrapper_layered_filter .sidebar_filter_container .layered_filter_group {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  background: #fff; }

.wrapper_layered_filter .sidebar_filter_group {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }
  @media (max-width: 991px) {
    .wrapper_layered_filter .sidebar_filter_group {
      background: var(--subbgshop); } }
  .wrapper_layered_filter .sidebar_filter_group .filter_group {
    margin-bottom: 40px;
    float: unset; }
    .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-subtitle {
      color: var(--color_titlepro_shop);
      padding: 0 0 10px;
      background: 0 0;
      font-weight: 600;
      font-size: 15px;
      margin: 0 0 10px;
      position: relative;
      border-bottom: .5px dashed #ebe0e0; }
      .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-subtitle.section-heading-filter {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-subtitle.section-heading-filter .filter-toggle-icon {
          display: flex;
          align-items: center;
          justify-content: flex-end; }
          .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-subtitle.section-heading-filter .filter-toggle-icon svg:first-of-type {
            display: none; }
          .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-subtitle.section-heading-filter .filter-toggle-icon svg:last-of-type {
            display: block; }
          .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-subtitle.section-heading-filter .filter-toggle-icon.open svg:first-of-type {
            display: block; }
          .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-subtitle.section-heading-filter .filter-toggle-icon.open svg:last-of-type {
            display: none; }
    .wrapper_layered_filter .sidebar_filter_group .filter_group .filter_group-content ul {
      max-height: 200px;
      overflow: auto; }

.heading-action-tag-filter .collection-filter-tags {
  display: none;
  margin: 0px 0 10px 0; }
  .heading-action-tag-filter .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 0 0 5px 0;
    color: #000;
    background: #fff;
    border: 1px dashed var(--colorshop);
    font-size: 13px;
    display: none;
    padding: 2px 32px 2px 10px; }
    .heading-action-tag-filter .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
      margin-left: 10px; }
  .heading-action-tag-filter .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
  .heading-action-tag-filter .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--colorshop);
    border-bottom: 1px solid var(--colorshop); }
  .heading-action-tag-filter .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    display: -ms-flex; }
    .heading-action-tag-filter .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      width: 16px;
      height: 16px; }
  .heading-action-tag-filter .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }

.collection-loadmore {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  /*padding-top: 15px;
	border-top: 0.5px solid #ebe0e0;*/ }
  .collection-loadmore .btn-loadmore {
    width: auto;
    text-transform: capitalize; }

.collection-description-content {
  margin-top: 25px;
  padding: 15px;
  background: var(--subbgshop); }
  .collection-description-content.opened .wrap-prod-content {
    max-height: 230px;
    overflow: hidden; }
  .collection-description-content.opened .description-btn .expandable-product_toggle:before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), var(--subbgshop)); }
  .collection-description-content:not(.opened) .expandable-product_toggle {
    margin-top: 30px;
    border: 0; }
  .collection-description-content .expandable-product_toggle {
    outline: none; }
  .collection-description-content .description-btn {
    position: relative;
    text-align: center; }
  .collection-description-content .expandable-product_toggle {
    margin-top: 15px;
    display: flex;
    font-size: 13.5px;
    color: var(--bg_button);
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: relative;
    outline: 0;
    border: 0;
    background: 0;
    width: 100%; }
    .collection-description-content .expandable-product_toggle i {
      font-size: 13px;
      padding-left: 5px; }

/* suggest */
#suggest-products {
  padding: 50px 0; }
  @media (min-width: 768px) {
    #suggest-products .heading-colhome {
      text-align: left; } }
  #suggest-products .product-loop-wapper.product-horizontal .product-loop-content .pro-name {
    margin-top: 5px; }
  #suggest-products .list-flex-small:not(.owl-loaded) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%; }
    #suggest-products .list-flex-small:not(.owl-loaded) .item-small-product {
      flex: 0 0 25%; }
      @media (max-width: 767px) {
        #suggest-products .list-flex-small:not(.owl-loaded) .item-small-product {
          flex: 0 0 82.61%;
          margin-right: 15px; } }
  @media (max-width: 767px) {
    #suggest-products .list-flex-small.owl-carousel .owl-stage {
      left: -30px; } }
  #suggest-products .list-flex-small .owl-dots {
    position: static;
    margin: 15px auto;
    text-align: center;
    width: 100%; }
    @media (max-width: 767px) {
      #suggest-products .list-flex-small .owl-dots {
        margin: 10px auto; } }
    #suggest-products .list-flex-small .owl-dots .owl-dot {
      display: inline-block; }
      #suggest-products .list-flex-small .owl-dots .owl-dot span {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 2px;
        margin: 0 5px;
        border-radius: 0;
        cursor: pointer;
        background: #e9e9e9;
        -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
      #suggest-products .list-flex-small .owl-dots .owl-dot.active span {
        width: 30px;
        background: var(--bg_button); }
