.section-breadcrumb .breadcrumb-bg {
  background-color: var(--shop-collection-bg);
  color: var(--shop-collection-color);
  padding: 100px 0;
  border-radius: 30px; }

.section-breadcrumb .breadcrumb-shop {
  background: transparent;
  border: none;
  position: relative; }
  .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
    display: flex;
    justify-content: center;
    color: var(--shop-collection-color);
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
      font-weight: 600; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
      color: var(--shop-collection-color); }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
        color: var(--shop-color-main); }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
      margin: 0 0 0 10px; }

.section-breadcrumb .breadcrumb-content {
  position: relative;
  color: var(--shop-collection-color); }
  .section-breadcrumb .breadcrumb-content h1 {
    font-size: 55px;
    color:#fff;
    text-transform: uppercase;
    margin: 0; }

@media (min-width: 1200px) {
  .section-breadcrumb .breadcrumb-bg.has-bg {
    background-image: url(/image/catalog/banner/header_banner_services.png);
    background-size: cover;
    background-position: top center; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-breadcrumb .breadcrumb-content h1 {
    font-size: 40px; } }

@media (max-width: 991px) {
  .section-breadcrumb .container-fluid {
    padding: 0; }
  .section-breadcrumb .breadcrumb-bg {
    border-radius: 0; }
  .section-breadcrumb .breadcrumb-content h1 {
    font-size: 30px; } }

@media (max-width: 767px) {
  .section-breadcrumb .breadcrumb-bg {
    padding: 50px 0; }
  .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
    font-size: 12px; }
  .section-breadcrumb .breadcrumb-content h1 {
    font-size: 24px; } }

/*===== COLLECTION ========================================*/
.layout-collections .breadcrumb-shop {
  margin-bottom: 0; }

.collection-alert-no {
  font-size: 14px;
  padding: 10px 0; }

.collection-alert-no p {
  margin: 0; }

.collection-heading__banner {
  /*img:not(.lazyloaded) {min-height: 220px;}*/ }
  .collection-heading__banner img {
    display: block;
    margin: auto; }

.collection-heading__content h1 {
  margin: 0;
  font-size: 24px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-box {
    width: 50%; }
    .collection-heading__content .heading-box .filter-box:not(.noBorder) {
      position: relative;
      height: 38px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      padding: 0px 40px 0px 10px;
      cursor: pointer;
      border: 1px solid #eae4e8;
      border-right: 0;
      border-radius: 0; } }

.collection-heading__content .heading-box .title-filter {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer; }

.collection-heading__content .heading-box svg {
  width: 16px;
  height: 16px;
  stroke: var(--shop-color-text);
  margin-left: 5px; }

.collection-heading__content .collection-filter-tags {
  margin: 20px 0; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 2px 10px; }
    .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
      margin-left: 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color-main);
    border-bottom: 1px solid var(--shop-color-main); }
  .collection-heading__content .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; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
  .collection-heading__content .collection-filter-tags .line-collection-content {
    display: none; }
  .collection-heading__content .collection-filter-tags .heading-box-mb__count .col-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--shop-color-main); }
  @media (max-width: 991px) {
    .collection-heading__content .collection-filter-tags {
      margin: 10px 0; }
      .collection-heading__content .collection-filter-tags .line-collection-content {
        display: block; }
      .collection-heading__content .collection-filter-tags .heading-box-mb {
        width: 100%;
        display: flex;
        flex-flow: wrap; }
        .collection-heading__content .collection-filter-tags .heading-box-mb__filter {
          order: 1;
          flex: 0 0 50%;
          position: relative;
          height: 38px;
          line-height: 36px;
          width: 100%;
          font-size: 13px;
          font-weight: 600;
          /*padding: 0px 40px 0px 10px;*/
          cursor: pointer;
          border: 1px solid #eae4e8;
          border-right: 0;
          border-radius: 0;
          background: #fff; }
          .collection-heading__content .collection-filter-tags .heading-box-mb__filter .title-filter {
            margin: 0; }
        .collection-heading__content .collection-filter-tags .heading-box-mb__sortby {
          order: 2;
          flex: 0 0 50%; }
        .collection-heading__content .collection-filter-tags .heading-box-mb__count {
          order: 3;
          flex: 0 0 100%;
          margin: 15px 0 10px; } }

.collection-heading .wrapper-collection-banner {
  background: #f8f8f8; }
  .collection-heading .wrapper-collection-banner .collection-heading__banner img {
    width: 100%; }
  @media (max-width: 991px) {
    .collection-heading .wrapper-collection-banner .collection-heading__banner {
      width: 100%; } }
  .collection-heading .wrapper-collection-banner .collection-description {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px; }
    @media (max-width: 991px) {
      .collection-heading .wrapper-collection-banner .collection-description {
        width: 100%;
        font-size: 16px;
        padding: 15px 0; } }
    .collection-heading .wrapper-collection-banner .collection-description h1 {
      font-size: 45px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .collection-heading .wrapper-collection-banner .collection-description h1 {
          font-size: 25px; } }
    .collection-heading .wrapper-collection-banner .collection-description .collection-description-inner {
      width: calc(100% - 60px); }
      @media (max-width: 991px) {
        .collection-heading .wrapper-collection-banner .collection-description .collection-description-inner {
          width: calc(100% - 30px); } }

.wrapper-mainCollection {
  /*.collection-wraper{
	.listProduct-row{gap: 30px;margin: 0;
	.product-loop{height: auto;}
}
}*/
  /*@media(max-width: 767px){
	.product-loop{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}*/ }
  .wrapper-mainCollection .collection-vendor {
    padding: 15px 0;
    margin: 30px 0 15px;
    background: #fff; }
    .wrapper-mainCollection .collection-vendor .collection-vendor-title h2 {
      font-size: 18px;
      padding: 5px 15px; }
    .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel {
      /*&:not(.owl-loaded) {display: flex;display: -ms-flex;display: -webkit-flex;    overflow: hidden;}
				&:not(.owl-loaded) .slider-item {-webkit-flex: 0 0 100%;flex: 0 0 100%;}*/ }
      .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel:not(.owl-loaded) {
        opacity: 0;
        visibility: hidden;
        height: 0; }
      .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel .owl-nav button {
        position: absolute;
        top: calc(50% - 25px);
        padding: 0;
        opacity: 1;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        text-align: center;
        color: #444444;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        outline: none;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12); }
        .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel .owl-nav button.owl-prev {
          left: 15px; }
        .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel .owl-nav button.owl-next {
          right: 15px; }
        .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel .owl-nav button.disabled {
          opacity: 0; }
        .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel .owl-nav button svg {
          width: 15px;
          height: 15px; }
      .wrapper-mainCollection .collection-vendor .col-list-vendor.owl-carousel:hover .owl-nav button {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); }
    .wrapper-mainCollection .collection-vendor .col-list-vendor .fake-col-wrapper li {
      min-height: 80px;
      padding: 10px; }
      .wrapper-mainCollection .collection-vendor .col-list-vendor .fake-col-wrapper li:first-child {
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1; }
      .wrapper-mainCollection .collection-vendor .col-list-vendor .fake-col-wrapper li:last-child {
        border-right: 1px solid #f1f1f1; }
      .wrapper-mainCollection .collection-vendor .col-list-vendor .fake-col-wrapper li img {
        max-height: 60px;
        width: auto !important;
        margin: 0 auto; }
    .wrapper-mainCollection .collection-vendor .col-list-vendor.pc-hide-bd .fake-col-wrapper li {
      border-bottom: none; }
  .wrapper-mainCollection .col-content {
    margin: 0; }
    .wrapper-mainCollection .col-content .col-filter .wrapper_layered_filter .layered_filter_title {
      display: none; }
    .wrapper-mainCollection .col-content .col-pro {
      margin: 20px 0 0; }
  .wrapper-mainCollection .collection-description {
    margin-top: 30px;
    padding: 20px 15px;
    background: #fff;
    border-top: 3px solid var(--shop-color-main); }
    .wrapper-mainCollection .collection-description h2 {
      font-size: 20px; }
    .wrapper-mainCollection .collection-description h3 {
      font-size: 18px; }
    .wrapper-mainCollection .collection-description h4 {
      font-size: 16px; }
    .wrapper-mainCollection .collection-description h5 {
      font-size: 15px; }
  .wrapper-mainCollection .collection-sortbyfilter-container {
    position: relative;
    min-width: 180px; }
    @media (max-width: 991px) {
      .wrapper-mainCollection .collection-sortbyfilter-container {
        min-width: auto; } }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
      background: #fff;
      border: 1px solid #eae4e8;
      border-top: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991px) {
        .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
          position: absolute;
          z-index: 9;
          width: 100%; } }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
        margin: 0;
        padding: 5px 10px; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        position: relative;
        cursor: pointer;
        padding: 4px 10px 4px 25px; }
      .wrapper-mainCollection .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: 1.5px solid var(--shop-color-main);
        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); }
      .wrapper-mainCollection .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); }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
        color: var(--shop-color-main); }
    @media (min-width: 992px) {
      .wrapper-mainCollection .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; }
      .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-option {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .wrapper-mainCollection .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) {
      .wrapper-mainCollection .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; }
        .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option.isShow {
          pointer-events: auto;
          visibility: visible;
          top: 100%;
          opacity: 1; }
        .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
          padding-left: 10px;
          padding-right: 25px; }
        .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
          left: initial;
          right: 5px; } }
  .wrapper-mainCollection .collection-sortby-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .wrapper-mainCollection .collection-sortby-filter .collection-sortby, .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
      -webkit-flex: 1 1;
      flex: 1 1;
      width: 50%; }
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
      display: none; }
    .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
      position: relative;
      height: 38px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      padding: 0px 40px 0px 10px;
      cursor: pointer;
      border: 1px solid #eae4e8;
      border-right: 0;
      border-radius: 0; }
    .wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
      border-right: 1px solid #eae4e8;
      background: #fff; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
      margin: 0;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      @media (max-width: 991px) {
        .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
          text-align: center; } }
    .wrapper-mainCollection .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: #bababa transparent transparent transparent; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
      height: 36px;
      line-height: 36px;
      display: inline-block;
      vertical-align: top;
      color: var(--shop-text-color);
      margin-right: 6px; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
      width: 20px;
      height: 36px;
      line-height: 36px;
      fill: var(--shop-text-color);
      stroke: var(--shop-text-color); }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
      line-height: 36px;
      font-size: 17px;
      color: var(--shop-text-color); }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 8px;
      width: 18px;
      height: 18px;
      line-height: 18px; }
      .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
        width: 18px;
        height: 18px;
        fill: var(--shop-color-main); }
  .wrapper-mainCollection .collection-listproduct {
    margin-bottom: 25px; }
    .wrapper-mainCollection .collection-listproduct .animated.fadeIn {
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: none;
      animation-fill-mode: none; }
  .wrapper-mainCollection .layered_filter_bottom {
    display: none; }
  .wrapper-mainCollection .collection-loadmore {
    margin-top: 20px; }
  .wrapper-mainCollection .product-loop {
    /*-ms-flex: 0 0 calc(100% / 5 - 24px);
		flex: 0 0 calc(100% / 5 - 24px);
		max-width: calc(100% / 5 - 24px);*/
    position: relative;
    /*&:before, &:after{
		content: '';
		position: absolute;
		top: 0;
		right: -30px;
		width: 1px;
		height: 100%;
		background: var(--shop-color-border);
	}
		&:after{
		content: none;
		top: auto;
		right: 0;
		bottom: -30px;
		width: calc(400% + 180px);
		height: 1px;
	}*/ }
  @media (min-width: 992px) {
    .wrapper-mainCollection {
      /*.product-loop {
		&:nth-child(4n){
		&:after{content: '';}
	}
		&:nth-last-child(1){
		&:after{content: none;}
	}
		&:nth-child(4n), &:last-child{
		&:before{content: none;}
	}
		&:nth-child(4n) ~ .loop {
		&:before{top: auto !important; bottom: 0;} 
	}
	}*/ }
      .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb, .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
        height: 42px;
        line-height: 38px; }
      .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
        height: 42px;
        line-height: 42px; }
        .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
          line-height: 42px; }
      .wrapper-mainCollection .col-content .col-filter {
        padding: 0 30px 0 0; } }
  @media (max-width: 991px) {
    .wrapper-mainCollection {
      /*.collection-wraper{
		.listProduct-row{gap: 30px 0;}
	}*/
      /*.product-loop{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;

		&:nth-child(odd){
		padding: 0 7.5px 0 0;
	}
		&:nth-child(even){
		padding: 0 0 0 7.5px;
	}
	}*/ }
      .wrapper-mainCollection .collection-wraper .listProduct-row {
        margin: 0; }
      .wrapper-mainCollection .col-content .col-pro {
        padding: 0;
        margin: 0; } }

/*  FILTER */
body.open-filter {
  overflow: hidden; }

.wrapper-filter {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 500px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  left: -100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999;
  background: #fff; }
  @media (max-width: 992px) {
    .wrapper-filter {
      width: 85%; } }
  .wrapper-filter .overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    z-index: 1; }
    .open-filter .wrapper-filter .overlay-filter {
      opacity: 1;
      visibility: visible; }
  .open-filter .wrapper-filter {
    opacity: 1;
    visibility: inherit;
    left: 0; }
  .wrapper-filter .wrapper_layered_filter {
    z-index: 2;
    background: #fff;
    position: relative;
    top: 0;
    height: 100%; }

.filter_group.filter_sortby {
  display: none; }

.btn-collection.btn_clear_filter {
  display: none; }

.btn-collection {
  display: inline-block;
  text-transform: initial;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 25px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--shop-color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  letter-spacing: 2px; }
  .btn-collection:focus {
    outline: none;
    color: var(--shop-color-text); }
  .btn-collection:hover {
    color: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }

.checkbox-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 25px; }

.checkbox-list input[type='checkbox'],
.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='checkbox']:after,
.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='checkbox']:before,
.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='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
  background: var(--shop-color-main); }

.checkbox-list input[type='checkbox']:checked:before,
.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); }

.checkbox-list li label {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: var(--shop-color-text); }

.checkbox-list li:hover {
  color: var(--shop-color-main); }

.checkbox-list li:hover input[type='checkbox']:after {
  border-color: var(--shop-color-main); }

.wrapper_layered_filter .layered_filter_title {
  text-transform: uppercase;
  position: sticky;
  padding: 20px;
  top: 0;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #dfe2e6;
  width: 100%; }

.wrapper_layered_filter .layered_filter_title .title_filter {
  margin: 0;
  font-weight: 500;
  font-size: 20px; }

.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.wrapper_layered_filter .layered_filter_container {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap; }

.wrapper_layered_filter .layered_filter_container .layered_filter_group {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  background: #fff; }

.wrapper_layered_filter .filter_group {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--shop-color-border);
  padding: 15px 0; }
  .wrapper_layered_filter .filter_group .filter_group_block {
    position: relative;
    padding: 8px 0;
    /*border-top: 1px solid #333;*/ }
  .wrapper_layered_filter .filter_group .filter_group-subtitle {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 30px 15px;
    border-bottom: 1px solid var(--shop-color-border); }
    .wrapper_layered_filter .filter_group .filter_group-subtitle:before {
      content: '';
      position: absolute;
      top: 10px;
      right: 3px;
      width: 15px;
      height: 15px;
      background-image: url(//theme.hstatic.net/200000989925/1001346778/14/icon-plus.png?v=1836);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.3s; }
    .wrapper_layered_filter .filter_group .filter_group-subtitle[aria-expanded="true"]:before {
      background-image: url(//theme.hstatic.net/200000989925/1001346778/14/icon-minus.png?v=1836); }
  .wrapper_layered_filter .filter_group .filter_group-subtitle:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 8px;
    width: 8px;
    border-color: #666;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s ease;
    display: none; }
  .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  .wrapper_layered_filter .filter_group .filter_group-content {
    padding: 15px 30px; }

.wrapper_layered_filter .layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 12px;
  margin: 15px 10px 0px 0;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  display: none;
  padding: 2px 32px 3px 10px; }
  .wrapper_layered_filter .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; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      width: 16px;
      height: 16px;
      vertical-align: inherit; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
      color: var(--shop-color-main);
      border-bottom: 1px solid var(--shop-color-main); }

@media (max-width: 991px) {
  .wrapper_layered_filter .filter_group .filter_group_block {
    padding: 15px; }
  .wrapper_layered_filter .layered_filter_title {
    padding: 20px 15px; } }

.wrapper_layered_filter .layered_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 .layered_filter_title .close_filter svg {
  width: 16px;
  height: 30px; }

.checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-sortby li: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-sortby li.active:after {
    background: var(--shop-color-main); }
  .checkbox-sortby 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); }

.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: 25px;
  height: 25px;
  border-radius: 4px;
  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: 7px;
  left: 6px;
  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); }

.filter-color .checkbox-list input[type="checkbox"]:checked + label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #eae4e8; }

@media (min-width: 992px) {
  .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby {
    display: none; }
  .wrapper_layered_filter {
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  .collection-filter.checkFilter {
    display: none; }
  .collection-heading__content .dFlex-row {
    justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -ms-align-items: center; }
  .collection-heading__content .heading-box {
    display: -webit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    gap: 30px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: start; } }

@media (max-width: 991px) {
  .collection-listproduct {
    overflow: hidden; }
  .collection-content {
    padding-left: 2px;
    padding-right: 2px; }
  .collection-heading__content .dFlex-row {
    margin: 0; }
  .wrapper-mainCollection .collection-heading h1 {
    font-size: 22px;
    margin-bottom: 0px; } }

/* SIDEBAR COLLECTION */
.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.tree-menu li a {
  padding: 5px 5px 5px 0;
  color: #666;
  line-height: 26px;
  font-size: 12px; }

.tree-menu > li > a {
  color: var(--shop-text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px; }

.tree-menu li.has-child ul {
  display: none; }

.tree-menu li.has-child:first-child ul {
  display: block; }

.tree-menu li.has-child > ul {
  padding-left: 15px; }

.tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: -2px; }

.col-banner {
  position: relative; }
  .col-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #5f5d5d 100%); }
  .col-banner .banner-detail {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .col-banner .banner-detail .detail-title {
      font-size: 40px;
      color: #fff;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  @media (max-width: 991px) {
    .col-banner {
      display: none; } }

@media (min-width: 992px) {
  .col-filter .layered_filter_title {
    display: none; }
  .col-filter .layered_filter_group {
    display: flex;
    gap: 20px;
    flex-flow: wrap;
    align-items: start; }
    .col-filter .layered_filter_group .filter_vendor, .col-filter .layered_filter_group .filter_type, .col-filter .layered_filter_group .filter_custom_2, .col-filter .layered_filter_group .filter_color {
      -ms-flex: 0 0 calc(65%/4 - 17px);
      flex: 0 0 calc(65%/4 - 17px);
      max-width: calc(65%/4 - 17px); }
    .col-filter .layered_filter_group .filter_price {
      -ms-flex: 0 0 calc(20% - 17px);
      flex: 0 0 calc(20% - 17px);
      max-width: calc(20% - 17px); }
    .col-filter .layered_filter_group .filter_menu {
      -ms-flex: 0 0 calc(15% - 17px);
      flex: 0 0 calc(15% - 17px);
      max-width: calc(15% - 17px); }
    .col-filter .layered_filter_group .filter_group .filter_group-content {
      display: none; }
  .collection-heading__content .collection-filter-tags {
    margin: 40px 0; }
  .collection-heading__content .heading-box .left-box {
    -ms-flex: 0 0 calc(100% - 210px);
    flex: 0 0 calc(100% - 210px);
    max-width: calc(100% - 210px); }
  .wrapper_layered_filter .filter_group {
    padding: 0;
    margin: 0;
    border: none; }
    .wrapper_layered_filter .filter_group .filter_group_block {
      padding: 0; }
    .wrapper_layered_filter .filter_group .filter_group-subtitle {
      position: relative;
      font-size: 14px;
      letter-spacing: 2px;
      padding: 10px;
      border: 1px solid var(--shop-color-text);
      margin: 0; }
      .wrapper_layered_filter .filter_group .filter_group-subtitle:before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 10px;
        right: 4px;
        text-align: center;
        font-size: 15px;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s; }
      .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group {
        border-color: transparent;
        background: rgba(72, 30, 11, 0.08); }
        .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group:before {
          transform: rotate(180deg); }
    .wrapper_layered_filter .filter_group .filter_group-content {
      padding: 15px 10px;
      box-shadow: 5px 5px 73px rgba(0, 0, 0, 0.08); }
      .wrapper_layered_filter .filter_group .filter_group-content.filter-color .checkbox-list li {
        margin: 0 5px 8px 0; } }

@media (max-width: 991px) {
  .collection-heading__content .left-box, .collection-heading__content .right-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.collection-layout{margin-top:40px}
.collection-heading__content {
    padding: 15px 0;
}
.main-container {
  padding: 0 0 20px; }

.collection-name {
  font-size: 17px; }

@media (min-width: 320px) {
  .banner_collection .swiper-slide {
    width: calc(100%);
    margin-right: 10px; } }

@media (min-width: 375px) {
  .banner_collection .swiper-slide {
    width: calc(100%/1.5 - 5px);
    margin-right: 10px; } }

@media (min-width: 576px) {
  .banner_collection .swiper-slide {
    width: calc(100%/1.8 - 5px);
    margin-right: 10px; } }

@media (min-width: 768px) {
  .banner_collection .swiper-slide {
    width: calc(100%/2 - 5px);
    margin-right: 10px; } }

@media (max-width: 1199px) {
  .sortPagiBar {
    overflow: auto;
    white-space: nowrap;
    will-change: transform; } }

.sortPagiBar .filter-item label {
  cursor: pointer; }

.sortPagiBar .filter-sort input + .fa2 {
  transition: all 0.4s; }
  @media (max-width: 425px) {
    .sortPagiBar .filter-sort input + .fa2 {
      font-size: 12px; } }
  @media (max-width: 356px) {
    .sortPagiBar .filter-sort input + .fa2 {
      font-size: 11px; } }
  .sortPagiBar .filter-sort input + .fa2:before {
    content: '';
    width: 50%;
    max-width: 30px;
    position: absolute;
    height: 4px;
    border-radius: 4px;
    background: var(--shop-color-main);
    bottom: -2px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.4s; }

.sortPagiBar .filter-sort input:checked + .fa2, .sortPagiBar .filter-sort input:hover + .fa2 {
  color: var(--shop-color-main); }
  .sortPagiBar .filter-sort input:checked + .fa2:before, .sortPagiBar .filter-sort input:hover + .fa2:before {
    opacity: 1; }

.filter-container__selected-filter-header-title {
  color: var(--shop-color-main);
  font-size: 18px; }

.filter-container__clear-all {
  line-height: 20px; }

.filter-container__selected-filter-item svg {
  fill: #d80000;
  background: #fff;
  border-radius: 20px;
  padding: 3px;
  vertical-align: text-top; }

.filter-container__selected-filter-item a {
  font-size: 14px;
  color: #fff;
  padding: 3px 10px 3px 5px;
  background: var(--shop-color-main);
  border-radius: 15px; }
  .filter-container__selected-filter-item a:hover {
    background: #7c7c7c; }

.item_bn_coll {
  border-radius: 10px; }
  .item_bn_coll:hover {
    filter: drop-shadow(2px 4px 6px #000); }

.h2.title-head {
  font-size: 18px; }

.title-head.big {
  background: var(--shop-color-main);
  color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-left: -3px; }
  .title-head.big:hover {
    background: var(--shop-color-main2); }
  .title-head.big:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent var(--accentColor2) transparent transparent;
    bottom: -5px;
    left: 0px;
    filter: brightness(0.8); }

.filter-container__selected-filter {
  background: var(--bgHead); }

.filter-item--check-box label {
  cursor: pointer;
  will-change: transform; }
  .filter-item--check-box label:hover {
    color: var(--shop-color-main); }

.filter-item--check-box .fa {
  width: 20px;
  min-width: 20px; }

.filter-item--check-box input + .fa:before {
  content: "";
  border-radius: 10px;
  font-size: 18px;
  border: solid 1px var(--accentColor1);
  line-height: 40px;
  position: absolute;
  top: -16px;
  height: 20px !important;
  width: 20px; }

.filter-item--check-box input:checked + .fa:before {
  border-color: var(--shop-color-main);
  background: var(--shop-color-main); }

.filter-item--check-box input + .fa:after {
  content: "";
  background-image: url(//theme.hstatic.net/200000785527/1001131587/14/checked_filter.png?v=2930);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 60%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -16px;
  left: 0px;
  opacity: 0;
  transition: 0.5s all; }

.filter-item--check-box input:hover + .fa:after {
  filter: brightness(0.5);
  opacity: 1; }

.filter-item--check-box input:checked + .fa:after {
  opacity: 1; }

.filter-item--check-box input:checked:hover + .fa:after {
  filter: brightness(1); }

.filter-item--check-box .fa2 {
  background: #fbfbfb;
  transition: all 0.3s ease;
  width: 100%; }

.filter-item--check-box input:checked + .fa2 {
  border-color: var(--shop-color-main) !important;
  color: var(--shop-color-main); }

.filter-item--check-box input:hover + .fa2 {
  border-color: var(--shop-color-main) !important;
  color: var(--shop-color-main); }

.filter-group ul {
  overflow-y: auto;
  margin: 15px 0;
  will-change: transform; }
  @media (min-width: 992px) {
    .filter-group ul {
      max-height: 155px; }
      .filter-group ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 6px; }
      .filter-group ul::-webkit-scrollbar {
        width: 2px;
        background-color: #F5F5F5; }
      .filter-group ul::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, var(--shop-color-main)), color-stop(0.72, var(--shop-color-main)), color-stop(0.86, var(--shop-color-main))); } }

.filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px; }

.gap-10 {
  gap: 10px; }

.rte h2 {
  border-left: 2px solid var(--shop-color-main);
  padding-left: 10px;
  color: var(--shop-color-main);
  font-size: 20px;
  margin-bottom: 10px; }

.rte h3 {
  font-size: 20px; }

.m_more {
  animation: m_more infinite 2s ease-in-out; }

.m_less {
  animation: m_less infinite 2s ease-in-out; }

@keyframes m_more {
  50% {
    transform: translateY(7px); } }

@keyframes m_less {
  50% {
    transform: rotate(180deg) translateY(-7px); } }

.view_mores a {
  font-size: 15px; }
  .view_mores a:hover {
    box-shadow: 0 0px 2px 0 var(--shop-color-main), 0 0px 6px 0px var(--shop-color-main); }

.view_mores img {
  max-width: 16px;
  vertical-align: -1px; }

.view_mores .two img {
  transform: rotate(180deg); }

.content_coll {
  max-height: 280px;
  overflow: hidden; }
  .content_coll.active {
    max-height: initial; }

.bg_cl {
  height: 150px;
  bottom: 0;
  background: linear-gradient(#ffffff00, #fff); }

@media (max-width: 991px) {
  .sidebar_mobi {
    position: fixed;
    top: initial !important;
    bottom: calc(-100vh);
    right: 0;
    overflow-y: auto;
    z-index: 20;
    transition: all 0.4s ease;
    background: var(--leftColBackground);
    width: calc(100%);
    border-radius: 20px 20px 0;
    padding-bottom: 75px !important;
    max-height: calc(100vh - 150px); }
    .sidebar_mobi.openf {
      bottom: 0; }
  .opacity_filter.opacity_filter_true {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11; }
  .aside-filter {
    overflow-y: auto; } }
  @media (max-width: 991px) and (orientation: portrait) {
    .aside-filter {
      max-height: calc(100vh - 250px); } }
  @media (max-width: 991px) and (orientation: landscape) {
    .aside-filter {
      max-height: calc(100vh - 96px); } }

.bg-main {
  background: var(--shop-color-main); }

.aside-content.bg-main {
  filter: hue-rotate(17deg) contrast(1.2); }

.aside-content .nav {
  background: rgba(255, 255, 255, 0.6);
  gap: 5px; }

.nav-item.active > a, .nav-item:hover > a {
  background: var(--shop-color-main);
  border-radius: 20px;
  filter: hue-rotate(17deg) contrast(1.2); }

.nav-item .menu_down {
  list-style: none;
  padding: 0; }

.nav-item .down_icon {
  margin-left: 5px;
  height: 25px;
  top: 0px;
  right: 0;
  transition: 0.5s all;
  pointer-events: none; }
  .nav-item .down_icon:before {
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent; }
  .nav-item .down_icon.cls_mn {
    transform: rotate(180deg); }

.blog-item-list .thumb_img_blog_list {
  min-width: 100px;
  max-width: 100px; }

.blog-item-list .blog-item-name {
  font-size: 1rem; }

.pagination li {
  border-color: transparent; }
  .pagination li .page-link {
    width: 28px;
    height: 28px;
    color: rgba(30, 30, 30, 0.5) !important;
    transition: all 0.3s ease;
    border-color: transparent;
    background: transparent; }
    .pagination li .page-link:hover {
      background: var(--shop-color-main);
      border-color: var(--shop-color-main);
      box-shadow: 0 0 0 0.2rem var(--shop-color-main);
      color: #fff !important; }
      .pagination li .page-link:hover svg {
        fill: #fff; }
    .pagination li .page-link:focus {
      box-shadow: 0 0 0 0.2rem var(--shop-color-main); }
    .pagination li .page-link svg {
      fill: var(--shop-color-main);
      transition: all 0.3s ease; }
  .pagination li.disabled .page-link {
    border-color: transparent; }
  .pagination li.active .page-link {
    background: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #fff !important; }

.pagination .prev svg {
  transform: translateX(-1px); }

.pagination .next svg {
  transform: translateX(1px); }
