.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub,
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translateY(-50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translateY(-18px);
  top: auto;
  right: 28px;
}
.product-search-left {
  width: 263px;
  min-width: 263px;
}
.ltr .product-search-left {
  margin: -6px 30px 0 0;
}
.rtl .product-search-left {
  margin: -6px 0 0 30px;
}
.product-search-left .section-title {
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--border-color-lite);
}
.product-search-left .vertical-products {
  margin-top: 29px;
}
.product-search-left .vertical-products .section-title {
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 1400px) {
  .product-search-left {
    width: 246px;
    min-width: 246px;
  }
}
@media screen and (max-width: 991px) {
  .product-search-left {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .product-search-left .vertical-products {
    margin-top: 44px;
  }
}
.product-search-right {
  width: calc(100% - 293px);
}
.product-search-right .categories-banner {
  display: block;
  margin-bottom: 40px;
}
.product-search-right .categories-banner:before,
.product-search-right .categories-banner:after {
  content: none;
}
.product-search-right .categories-banner:hover > img {
  transform: scale(1);
}
.product-search-right .categories-banner > img {
  width: 100%;
  border-radius: var(--radius-default);
}
@media screen and (max-width: 1400px) {
  .product-search-right {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 991px) {
  .product-search-right {
    width: 100%;
    margin-top: 10px;
  }
}
.browse-categories-wrap {
  margin-bottom: 30px;
}
.ltr .browse-categories {
  margin: -7px 0 0 -5px;
}
.rtl .browse-categories {
  margin: -7px -5px 0 0;
}
.browse-categories li {
  display: block;
  padding: 8px 0;
}
.browse-categories li.active > a {
  color: var(--color-primary);
}
.browse-categories li a {
  display: block;
  color: var(--color-gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.15s ease-in-out;
}
.ltr .browse-categories li a {
  margin-left: 25px;
}
.rtl .browse-categories li a {
  margin-right: 25px;
}
.browse-categories li a:hover,
.browse-categories li a.active {
  color: var(--color-primary);
}
.browse-categories li i {
  font-size: 14px;
  margin-top: 4px;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.15s ease-in-out;
}
.ltr .browse-categories li i {
  float: left;
}
.rtl .browse-categories li i {
  float: right;
}
.browse-categories li i.open {
  color: var(--color-primary);
}
.ltr .browse-categories li i.open {
  transform: rotate(90deg);
}
.rtl .browse-categories li i.open {
  transform: rotate(-90deg);
}
.browse-categories li ul {
  list-style: none;
  display: none;
  padding-top: 8px;
}
.ltr .browse-categories li ul {
  margin-left: 10px;
  padding-left: 0;
}
.rtl .browse-categories li ul {
  margin-right: 10px;
  padding-right: 0;
}
.browse-categories li ul li {
  padding-bottom: 0;
}
.browse-categories li ul li:first-child {
  padding-top: 0;
}
.filter-section-wrap {
  background: var(--color-white);
}
.filter-section-wrap .filter-section-header > svg {
  display: none;
}
.filter-section-wrap .filter-section-inner.custom-scrollbar {
  overflow-y: visible;
}
.filter-section {
  margin-bottom: 30px;
}
.filter-section .custom-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.filter-section:last-child {
  margin-bottom: 0;
}
.filter-section > h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.filter-section .btn-show-more {
  display: inline-flex;
  margin: 6px 0 9px;
  color: var(--color-gray);
  cursor: pointer;
  transition: var(--transition-150);
}
.filter-section .btn-show-more:hover {
  color: var(--color-primary);
}
.filter-price {
  padding-bottom: 15px;
}
.filter-price .price-input {
  display: flex;
}
.filter-price .price-input > .form-group:first-child {
  position: relative;
}
.ltr .filter-price .price-input > .form-group:first-child {
  margin-right: 15px;
}
.rtl .filter-price .price-input > .form-group:first-child {
  margin-left: 15px;
}
.filter-price .price-input > .form-group:first-child:after {
  content: "-";
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ltr .filter-price .price-input > .form-group:first-child:after {
  right: -20px;
}
.rtl .filter-price .price-input > .form-group:first-child:after {
  left: -20px;
}
.ltr .filter-price .price-input > .form-group:last-child {
  margin-left: 15px;
}
.rtl .filter-price .price-input > .form-group:last-child {
  margin-right: 15px;
}
.filter-price .price-input .form-control {
  height: 40px;
}
.filter-price .noUi-horizontal {
  height: 3px;
}
.filter-price .noUi-horizontal .noUi-handle {
  top: -6px;
  right: -7px;
  height: 14px;
  width: 14px;
}
.filter-price .noUi-target {
  background: var(--border-color-lite);
  border: none;
  box-shadow: none;
}
.filter-price .noUi-connect {
  background: var(--color-primary);
}
.filter-price .noUi-connect,
.filter-price .noUi-origin {
  transform-origin: 0 100%;
}
.filter-price .noUi-handle {
  border: none;
  background: var(--color-primary-alpha-30);
  border-radius: var(--radius-full);
  box-shadow: none;
  cursor: ew-resize;
}
.filter-price .noUi-handle:before {
  content: none;
}
.filter-price .noUi-handle:after {
  top: 3px;
  height: 8px;
  width: 8px;
  background: var(--color-primary);
  border-radius: var(--radius-full);
}
.ltr .filter-price .noUi-handle:after {
  left: 3px;
}
.rtl .filter-price .noUi-handle:after {
  right: 3px;
}
.filter-checkbox {
  max-height: 175px;
}
.filter-checkbox .form-check:last-child label {
  margin-bottom: 0;
}
.filter-checkbox .form-check label {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .filter-section-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    transition: var(--transition-200);
  }
  .ltr .filter-section-wrap {
    left: -300px;
    box-shadow: 2.5px 4.33px 40px 5px #0c1f2e1a;
  }
  .rtl .filter-section-wrap {
    right: -300px;
    box-shadow: -2.5px 4.33px 40px 5px #0c1f2e1a;
  }
  .filter-section-wrap.active {
    opacity: 1;
    visibility: visible;
  }
  .ltr .filter-section-wrap.active {
    left: 0;
  }
  .rtl .filter-section-wrap.active {
    right: 0;
  }
  .filter-section-wrap .filter-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px 20px;
    background: var(--color-white);
    border-bottom: 1px solid #e2e8f0;
  }
  .filter-section-wrap .filter-section-header > svg {
    display: block;
    width: 18px;
    height: 18px;
    transition: var(--transition-150);
    cursor: pointer;
  }
  .filter-section-wrap .filter-section-header > svg path {
    stroke: var(--color-black);
    transition: var(--transition-150);
  }
  .filter-section-wrap .filter-section-header > svg:hover path {
    stroke: var(--color-primary);
  }
  .filter-section-wrap .section-title {
    font-weight: var(--font-medium);
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--color-black);
    border-bottom: none;
  }
  .filter-section-wrap .section-title:after {
    content: none;
  }
  .filter-section-wrap .filter-section-inner {
    position: absolute;
    left: 0;
    top: 58px;
    right: 0;
    bottom: 0;
    padding: 23px 20px 15px;
  }
  .filter-section-wrap .filter-section-inner.custom-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.search-result-top {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.search-result-top .content-left > h4 {
  font-weight: var(--font-normal);
  color: var(--color-gray);
}
.ltr .search-result-top .content-left > h4 {
  padding-right: 30px;
}
.rtl .search-result-top .content-left > h4 {
  padding-left: 30px;
}
.search-result-top .content-left > h4 > span {
  font-weight: var(--font-medium);
  color: var(--color-black);
}
.search-result-top .content-right .mobile-view-filter {
  font-size: 16px;
  display: none;
  cursor: pointer;
  transition: var(--transition-150);
}
.ltr .search-result-top .content-right .mobile-view-filter {
  margin-right: auto;
}
.rtl .search-result-top .content-right .mobile-view-filter {
  margin-left: auto;
}
.search-result-top .content-right .mobile-view-filter:hover {
  color: var(--color-primary);
}
.search-result-top .content-right .mobile-view-filter:hover > i {
  color: var(--color-primary);
}
.search-result-top .content-right .mobile-view-filter > i {
  color: var(--color-gray-dark);
  transition: var(--transition-150);
}
.ltr .search-result-top .content-right .mobile-view-filter > i {
  margin: 4px 5px 0 0;
}
.rtl .search-result-top .content-right .mobile-view-filter > i {
  margin: 4px 0 0 5px;
}
.search-result-top .sorting-bar {
  display: flex;
  align-items: center;
}
.search-result-top .sorting-bar .mobile-view-filter-dropdown {
  display: flex;
}
.ltr
  .search-result-top
  .sorting-bar
  .mobile-view-filter-dropdown
  .custom-dropdown:first-child {
  margin-right: 15px;
}
.rtl
  .search-result-top
  .sorting-bar
  .mobile-view-filter-dropdown
  .custom-dropdown:first-child {
  margin-left: 15px;
}
.search-result-top
  .sorting-bar
  .mobile-view-filter-dropdown
  .dropdown-toggle:active {
  border-color: var(--color-primary);
}
.search-result-top .sorting-bar .view-type {
  display: flex;
  align-items: center;
}
.ltr .search-result-top .sorting-bar .view-type {
  margin-right: 15px;
}
.rtl .search-result-top .sorting-bar .view-type {
  margin-left: 15px;
}
.ltr .search-result-top .sorting-bar .btn-grid-view {
  margin-right: 13px;
}
.rtl .search-result-top .sorting-bar .btn-grid-view {
  margin-left: 13px;
}
.search-result-top .sorting-bar .btn-grid-view,
.search-result-top .sorting-bar .btn-list-view {
  font-size: 24px;
  display: flex;
  padding: 0;
  color: var(--color-gray-dark);
  align-items: center;
}
.search-result-top .sorting-bar .btn-grid-view.active,
.search-result-top .sorting-bar .btn-list-view.active {
  color: var(--color-primary);
}
.search-result-top .sorting-bar .form-group {
  margin-bottom: 0;
}
.search-result-top .sorting-bar .form-group .current {
  position: relative;
}
.search-result-top .sorting-bar .form-group .list {
  top: 49px !important;
}
.ltr .search-result-top .sorting-bar .form-group .list:before {
  left: unset;
  right: 20px;
}
.rtl .search-result-top .sorting-bar .form-group .list:before {
  right: unset;
  left: 20px;
}
.search-result-middle {
  position: relative;
}
.search-result-middle.empty {
  display: flex;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.search-result-middle.loading:after {
  height: 40px;
  width: 40px;
}
.search-result-middle .empty-message {
  display: flex;
  padding: 40px 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.search-result-middle .empty-message svg {
  height: 70px;
  width: 100px;
  margin-bottom: 23px;
}
.search-result-middle .empty-message svg g {
  fill: var(--color-primary);
}
.search-result-bottom {
  display: flex;
  margin: -1px 0 -15px;
  justify-content: space-between;
  align-items: center;
}
.search-result-bottom .showing-results {
  line-height: 39px;
  color: var(--color-gray);
}
@media screen and (max-width: 991px) {
  .search-result-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .search-result-top .content-left {
    align-self: stretch;
  }
  .ltr .search-result-top .content-left > h4 {
    padding-right: 0;
  }
  .rtl .search-result-top .content-left > h4 {
    padding-left: 0;
  }
  .search-result-top .content-right {
    display: flex;
    align-self: stretch;
    margin-top: 13px;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    background: var(--color-white-lite);
    border-radius: var(--radius-default);
  }
  .search-result-top .content-right .mobile-view-filter {
    display: block;
  }
  .search-result-top .sorting-bar {
    width: 100%;
  }
  .ltr .search-result-top .sorting-bar .m-r-20 {
    margin-right: 15px;
  }
  .rtl .search-result-top .sorting-bar .m-r-20 {
    margin-left: 15px;
  }
  .search-result-middle.empty {
    min-height: 230px;
  }
  .search-result-bottom {
    flex-direction: column;
  }
  .search-result-bottom .showing-results + .pagination {
    margin-top: -3px;
  }
}
@media screen and (max-width: 550px) {
  .search-result-top .sorting-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
  .search-result-top .sorting-bar > .mobile-view-filter-dropdown {
    width: 100%;
    justify-content: center;
  }
  .search-result-top
    .sorting-bar
    > .mobile-view-filter-dropdown
    .custom-dropdown
    .dropdown-toggle
    span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-result-top .sorting-bar > .mobile-view-filter-dropdown .form-group {
    max-width: 185px;
  }
  .search-result-top .sorting-bar > .view-type {
    margin-bottom: 15px;
  }
  .ltr .search-result-top .sorting-bar > .view-type {
    margin-right: 0;
  }
  .rtl .search-result-top .sorting-bar > .view-type {
    margin-left: 0;
  }
  .search-result-top .content-right {
    flex-direction: column;
    padding: 15px;
  }
  .search-result-top .content-right .mobile-view-filter {
    margin-bottom: 15px;
  }
  .ltr .search-result-top .content-right .mobile-view-filter {
    margin-right: 20px;
  }
  .rtl .search-result-top .content-right .mobile-view-filter {
    margin-left: 20px;
  }
}
.grid-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -6px 0;
}
.grid-view-products .grid-view-products-item {
  display: flex;
  padding: 6px;
}
.grid-view-products .product-card {
  width: 100%;
  margin: 0;
}
.grid-view-products .grid-view-products-item {
  width: 16.66%;
}
@media screen and (max-width: 1760px) {
  .grid-view-products .grid-view-products-item {
    width: 20%;
  }
  .grid-view-products
    .grid-view-product-skeleton:nth-child(10)
    ~ .grid-view-product-skeleton {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .grid-view-products .grid-view-products-item {
    width: 25%;
  }
  .grid-view-products
    .grid-view-product-skeleton:nth-child(8)
    ~ .grid-view-product-skeleton {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .grid-view-products .grid-view-products-item {
    width: 33.33%;
  }
  .grid-view-products
    .grid-view-product-skeleton:nth-child(6)
    ~ .grid-view-product-skeleton {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .grid-view-products .grid-view-products-item {
    width: 25%;
  }
  .grid-view-products .grid-view-product-skeleton {
    display: flex !important;
  }
  .grid-view-products
    .grid-view-product-skeleton:nth-child(8)
    ~ .grid-view-product-skeleton {
    display: none !important;
  }
}
@media screen and (max-width: 830px) {
  .grid-view-products .grid-view-products-item {
    width: 33.33%;
  }
  .grid-view-products
    .grid-view-product-skeleton:nth-child(6)
    ~ .grid-view-product-skeleton {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .grid-view-products .grid-view-products-item {
    display: contents;
    width: 50%;
  }
  .grid-view-products
    .grid-view-product-skeleton:nth-child(4)
    ~ .grid-view-product-skeleton {
    display: none !important;
  }
}
.list-view-products {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0;
}
.list-view-products-item {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
.list-view-product-card {
  display: flex;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-default);
  transition: var(--transition-150);
}
.list-view-product-card:hover {
  z-index: 1;
}
.list-view-product-card .product-card-left {
  align-self: flex-start;
}
.list-view-product-card .product-card-left .product-badge {
  top: 0;
}
.list-view-product-card .product-card-right {
  flex-grow: 1;
}
.ltr .list-view-product-card .product-card-right {
  padding: 6px 0 11px 15px;
}
.rtl .list-view-product-card .product-card-right {
  padding: 6px 15px 11px 0;
}
.list-view-product-card .product-card-right .product-card-actions-parent {
  display: flex;
  align-items: center;
}
.list-view-product-card .product-card-right .product-name-and-rating {
  margin-bottom: 15px;
}
.list-view-product-card .product-card-countdown {
  position: absolute;
  top: 50%;
  transition: var(--transition-200);
}
.ltr .list-view-product-card .product-card-countdown {
  left: 50%;
  transform: translate(-50%, -50%);
}
.rtl .list-view-product-card .product-card-countdown {
  right: 50%;
  transform: translate(50%, -50%);
}
.list-view-product-card .product-card-countdown.countdown .countdown-section {
  width: auto;
}
.ltr
  .list-view-product-card
  .product-card-countdown.countdown
  .countdown-section {
  margin-right: 10px;
}
.rtl
  .list-view-product-card
  .product-card-countdown.countdown
  .countdown-section {
  margin-left: 10px;
}
.list-view-product-card .product-card-countdown.countdown .countdown-amount {
  height: 38px;
  width: 38px;
  color: var(--color-white);
  margin: 0;
  background: var(--color-primary-alpha-80);
}
.list-view-product-card .product-card-countdown.countdown .countdown-period {
  display: none;
}
.list-view-product-card .product-name {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  z-index: 1;
}
.list-view-product-card .product-name span {
  font-size: 16px;
  font-weight: var(--font-medium);
  line-height: 22px;
  max-height: 48px;
  display: block;
  display: -webkit-box;
  color: var(--color-black);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: var(--transition-150);
  text-decoration-line: underline;
  text-decoration-color: transparent;
}
.list-view-product-card .product-name:hover span {
  text-decoration-color: var(--color-black);
}
.list-view-product-card .product-rating .reviews,
.list-view-product-card .product-rating .rating-count {
  font-size: 13px;
  line-height: 1;
  font-weight: var(--font-medium);
  color: var(--color-gray);
}
.ltr .list-view-product-card .product-rating .reviews,
.ltr .list-view-product-card .product-rating .rating-count {
  margin: 0 0 0 5px;
}
.rtl .list-view-product-card .product-rating .reviews,
.rtl .list-view-product-card .product-rating .rating-count {
  margin: 0 5px 0 0;
}
.list-view-product-card .product-rating .back-stars i {
  font-size: 14px;
}
.list-view-product-card .product-price {
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--font-medium);
  margin-bottom: 11px;
  justify-content: flex-start;
}
.list-view-product-card .product-price .previous-price {
  font-size: 14px;
  font-weight: var(--font-normal);
}
.list-view-product-card .btn-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 8px 20px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  transition: var(--transition-150);
}
.ltr .list-view-product-card .btn-add-to-cart {
  margin-right: 5px;
}
.rtl .list-view-product-card .btn-add-to-cart {
  margin-left: 5px;
}
.list-view-product-card .btn-add-to-cart.btn-loading svg {
  visibility: hidden;
  opacity: 0;
}
.list-view-product-card .btn-add-to-cart > i {
  font-size: 15px;
  vertical-align: top;
  color: var(--color-white);
}
.ltr .list-view-product-card .btn-add-to-cart > i {
  margin-right: 8px;
}
.rtl .list-view-product-card .btn-add-to-cart > i {
  margin-left: 8px;
}
.list-view-product-card .btn-add-to-cart > svg {
  width: 15px;
  height: 15px;
}
.ltr .list-view-product-card .btn-add-to-cart > svg {
  margin-right: 8px;
}
.rtl .list-view-product-card .btn-add-to-cart > svg {
  margin-left: 8px;
}
.list-view-product-card .btn-add-to-cart > svg path {
  stroke: var(--color-white);
}
.list-view-product-card .btn-add-to-cart:hover {
  background: var(--color-primary-hover);
}
.list-view-product-card .btn-add-to-cart[disabled="disabled"] {
  background: #efeef1;
  color: #cac7d1;
  border-color: #efeef1;
}
.list-view-product-card .btn-add-to-cart[disabled="disabled"] > svg path {
  stroke: #cac7d1;
}
.list-view-product-card .product-card-actions {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  flex-direction: column;
  transition: var(--transition-150);
}
.ltr .list-view-product-card .product-card-actions {
  right: 0;
}
.rtl .list-view-product-card .product-card-actions {
  left: 0;
}
.list-view-product-card .product-card-actions .btn {
  display: flex;
  align-items: center;
  padding: 0;
  color: var(--color-gray);
}
.list-view-product-card .product-card-actions .btn:hover {
  color: var(--color-primary);
}
.list-view-product-card .product-card-actions .btn:hover > i {
  color: var(--color-gray);
}
.list-view-product-card .product-card-actions .btn > svg {
  width: 16px;
  height: 16px;
}
.ltr .list-view-product-card .product-card-actions .btn > svg {
  margin-right: 4px;
}
.rtl .list-view-product-card .product-card-actions .btn > svg {
  margin-left: 4px;
}
.list-view-product-card .product-card-actions .btn-compare,
.list-view-product-card .product-card-actions .btn-wishlist {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  padding: 0;
  background: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  transition: var(--transition-150);
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.list-view-product-card .product-card-actions .btn-compare svg,
.list-view-product-card .product-card-actions .btn-wishlist svg {
  width: 14px;
  height: 14px;
}
.ltr .list-view-product-card .product-card-actions .btn-compare svg,
.ltr .list-view-product-card .product-card-actions .btn-wishlist svg {
  margin-right: 0;
}
.rtl .list-view-product-card .product-card-actions .btn-compare svg,
.rtl .list-view-product-card .product-card-actions .btn-wishlist svg {
  margin-left: 0;
}
.list-view-product-card .product-card-actions .btn-compare svg path,
.list-view-product-card .product-card-actions .btn-wishlist svg path {
  stroke: var(--color-white);
  transition: var(--transition-150);
}
.list-view-product-card .product-card-actions .btn-compare:hover,
.list-view-product-card .product-card-actions .btn-wishlist:hover {
  background: var(--color-primary);
}
.list-view-product-card .product-card-actions .btn-compare.added,
.list-view-product-card .product-card-actions .btn-wishlist.added {
  background: var(--color-primary);
  transition: var(--transition-150);
}
.list-view-product-card .product-card-actions .btn-compare.added svg path,
.list-view-product-card .product-card-actions .btn-wishlist.added svg path {
  stroke: var(--color-white);
}
.list-view-product-card .product-card-actions .btn-wishlist.added {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  background: transparent;
}
.list-view-product-card .product-card-actions .btn-wishlist.added svg path {
  stroke: unset;
  fill: var(--color-primary);
}
.list-view-product-card .product-card-actions .btn-wishlist svg path {
  stroke-width: 2.2;
}
.list-view-product-card:hover .product-card-actions .btn-compare,
.list-view-product-card:hover .product-card-actions .btn-wishlist {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.list-view-product-card:hover .product-card-actions .btn-compare.added,
.list-view-product-card:hover .product-card-actions .btn-wishlist.added {
  background: var(--color-primary);
}
.list-view-product-card:hover .product-card-actions .btn-compare.added svg path,
.list-view-product-card:hover
  .product-card-actions
  .btn-wishlist.added
  svg
  path {
  stroke: var(--color-white) !important;
}
.list-view-product-card:hover .product-card-actions .btn-wishlist.added {
  background: var(--color-primary);
}
.list-view-product-card:hover
  .product-card-actions
  .btn-wishlist.added
  svg
  path {
  fill: var(--color-white) !important;
}
.list-view-product-card .product-image {
  position: relative;
  width: 170px;
  padding-bottom: 100%;
  transition: var(--transition-150);
}
.list-view-product-card .product-image .image-placeholder {
  height: 85px;
  width: 85px;
}
@media screen and (max-width: 1400px) {
  .list-view-products-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .list-view-product-card {
    flex-direction: column;
  }
  .list-view-product-card .product-card-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-view-product-card .product-card-left .product-image {
    width: 100%;
  }
  .ltr .list-view-product-card .product-card-right {
    margin-left: 0;
    padding-left: 0;
  }
  .rtl .list-view-product-card .product-card-right {
    margin-right: 0;
    padding-right: 0;
  }
  [dir] .list-view-product-card .product-card-right {
    padding: 0;
  }
}
.product-search-wrap {
  margin-top: 50px;
}
.product-search-wrap .product-search {
  display: flex;
}
@media screen and (max-width: 991px) {
  .product-search-wrap {
    margin-top: 24px;
  }
  .product-search {
    flex-direction: column-reverse;
  }
}
