.products-carousel {
  .carousel-item {
    img {
      object-fit: contain;
      object-position: center;
    }
  }
  .carousel-control-prev {
    left: -100px !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.001" height="7.001" viewBox="0 0 8.001 7.001"><path id="Path_1" data-name="Path 1" d="M12,8a.5.5,0,0,1-.5.5H5.707l2.147,2.146a.5.5,0,1,1-.708.708l-3-3a.5.5,0,0,1,0-.708l3-3a.5.5,0,0,1,.708.708L5.707,7.5H11.5A.5.5,0,0,1,12,8" transform="translate(-3.999 -4.499)" fill="%23d6d6d6" fill-rule="evenodd"/></svg>') !important;
  }

  .carousel-control-next {
    right: -100px !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.001" height="7.001" viewBox="0 0 8.001 7.001"><path id="Path_2" data-name="Path 2" d="M4,8a.5.5,0,0,1,.5-.5h5.793L8.146,5.354a.5.5,0,1,1,.708-.708l3,3a.5.5,0,0,1,0,.708l-3,3a.5.5,0,0,1-.708-.708L10.293,8.5H4.5A.5.5,0,0,1,4,8" transform="translate(-4 -4.499)" fill="%23d6d6d6" fill-rule="evenodd"/></svg>') !important;
  }
  .carousel-inner .carousel-item {
    background-color: white;
  }
    
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-start,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out !important;
    transition: .6s ease-in-out opacity;
    transition-property: opacity;
    transition: transform 0.6s !important;*/
    transition: none;
  }
  .carousel-control-prev {
    left: 0;
  }
  
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    top: 50% !important;
    /*background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.001" height="7.001" viewBox="0 0 8.001 7.001"><path id="Path_2" data-name="Path 2" d="M4,8a.5.5,0,0,1,.5-.5h5.793L8.146,5.354a.5.5,0,1,1,.708-.708l3,3a.5.5,0,0,1,0,.708l-3,3a.5.5,0,0,1-.708-.708L10.293,8.5H4.5A.5.5,0,0,1,4,8" transform="translate(-4 -4.499)" fill="%23d6d6d6" fill-rule="evenodd"/></svg>');*/
    background-size: cover;
    width: 35px;
    height: 30px;
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(16.66666667%) !important;
  }
  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-16.66666667%) !important;
  }
  .carousel-item-next.carousel-item-start,
  .active.carousel-item-end {
    transform: translateX(0) !important;
  }
  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-16.66666667%) !important;
  }
  .carousel-inner .carousel-item {
    background-color: white;
  }
  
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-start,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex !important;
  }
  a {
    color: inherit;
    padding: 0 0.5rem;
    font-weight: 600 !important;
  }
  
  a:visited {
    color: black !important;
  }
  
  a:hover {
    color: black !important;
  }
  .card-hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: #d6d6d6 1px solid;
  }
  .card-hover:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
  }
}

.content-card {
  position: relative;
  width: 100%;
  background-color: white;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  border-radius: 0.75rem;
  padding: 3rem;
}

.h-100px {
  height: 100px !important;
  width: 100%;
  }
    
.h-200 {
height: 200px !important;
width: 100%;
}
    
.carousel {
  position: relative;
}
    
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
} 

/*
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}*/
    
.carousel-item.active, .pbPager .carousel-item.CurrentPage, .pbAdvPager .carousel-item.PagerCurrentPageCell,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/*.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end,
.pbPager .carousel-item-end.CurrentPage,
.pbAdvPager .carousel-item-end.PagerCurrentPageCell {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start,
.pbPager .carousel-item-start.CurrentPage,
.pbAdvPager .carousel-item-start.PagerCurrentPageCell {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}


.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}*/
.carousel-fade .carousel-item.active, .carousel-fade .pbPager .carousel-item.CurrentPage, .pbPager .carousel-fade .carousel-item.CurrentPage, .carousel-fade .pbAdvPager .carousel-item.PagerCurrentPageCell, .pbAdvPager .carousel-fade .carousel-item.PagerCurrentPageCell,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
/*.carousel-fade .active.carousel-item-start, .carousel-fade .pbPager .carousel-item-start.CurrentPage, .pbPager .carousel-fade .carousel-item-start.CurrentPage, .carousel-fade .pbAdvPager .carousel-item-start.PagerCurrentPageCell, .pbAdvPager .carousel-fade .carousel-item-start.PagerCurrentPageCell,
.carousel-fade .active.carousel-item-end,
.carousel-fade .pbPager .carousel-item-end.CurrentPage,
.pbPager .carousel-fade .carousel-item-end.CurrentPage,
.carousel-fade .pbAdvPager .carousel-item-end.PagerCurrentPageCell,
.pbAdvPager .carousel-fade .carousel-item-end.PagerCurrentPageCell {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .pbPager .carousel-item-start.CurrentPage, .pbPager .carousel-fade .carousel-item-start.CurrentPage, .carousel-fade .pbAdvPager .carousel-item-start.PagerCurrentPageCell, .pbAdvPager .carousel-fade .carousel-item-start.PagerCurrentPageCell,
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .pbPager .carousel-item-end.CurrentPage,
  .pbPager .carousel-fade .carousel-item-end.CurrentPage,
  .carousel-fade .pbAdvPager .carousel-item-end.PagerCurrentPageCell,
  .pbAdvPager .carousel-fade .carousel-item-end.PagerCurrentPageCell {
    -webkit-transition: none;
    transition: none;
  }
}
 
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
*/

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #111;
}
.carousel-dark .carousel-caption {
  color: #111;
}

/*.products-carousel .carousel-inner .carousel-item-right.active,
.products-carousel .carousel-inner .carousel-item-next,
.products-carousel .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(16.66666667%) !important;
}
.products-carousel .carousel-inner .carousel-item-left.active,
.products-carousel .carousel-item-prev:not(.carousel-item-end),
.products-carousel .active.carousel-item-start,
.products-carousel .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-16.66666667%) !important;
}
.products-carousel .carousel-item-next.carousel-item-start,
.products-carousel .active.carousel-item-end {
  transform: translateX(0) !important;
}
.products-carousel .carousel-inner .carousel-item-prev,
.products-carousel .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-16.66666667%) !important;
}

.products-carousel .carousel-inner .carousel-item {
  background-color: white;
}
.products-carousel .carousel-inner .carousel-item.active,
.products-carousel .carousel-inner .carousel-item-start,
.products-carousel .carousel-inner .carousel-item-next,
.products-carousel .carousel-inner .carousel-item-prev {
  display: flex !important;
}
*/

.products-carousel .carousel-inner .carousel-item.active, .products-carousel .carousel-inner .pbAdvPager .carousel-item.PagerCurrentPageCell, .pbAdvPager .products-carousel .carousel-inner .carousel-item.PagerCurrentPageCell, .products-carousel .carousel-inner .pbPager .carousel-item.CurrentPage, .pbPager .products-carousel .carousel-inner .carousel-item.CurrentPage,
.products-carousel .carousel-inner .carousel-item-start,
.products-carousel .carousel-inner .carousel-item-next,
.products-carousel .carousel-inner .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-carousel .carousel-inner .carousel-item {
  background-color: white;
}
.products-carousel .carousel-item img {
  -o-object-fit: contain;
      object-fit: contain;
  -o-object-position: center;
      object-position: center;
}

.p-5 {
  padding: 1.2rem !important;
}

.gap-4 {
  gap: 1rem !important;
}
 
.mt-10{
  padding-top: 4rem !important;
}

.product-card {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

.decorative__name--angle-right::before {
  line-height: inherit !important;
}

.decorative__image-container {
  padding: 0.5rem !important;
}

.decorative{
	margin-bottom: 1rem !important;
	text-align: left;
	display: flex !important;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative !important;
  width: 100% !important; 
  min-height: 370px !important;
  padding: 1rem !important;
  border: #d6d6d6 1px solid;
  border-radius: 0.75rem;
}

.decorative:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
  0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.decorative__name {
  padding-left: 0.5rem !important;
}

.decorative__action-btn {
  border-radius: 5px !important;
}

.wrx-btn-outline-secondary {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #424242;
  border: 1px solid #D6D6D6;
  text-transform: uppercase;
}
.wrx-btn-outline-secondary:hover {
  background-color: #424242;
  color: white;
  border: 1px solid #424242;
}

.wrx-btn-secondary-light {
  display: inline-block;
  text-align: center;
  background-color: #F5F5F5;
  color: #424242;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
}
.wrx-btn-secondary-light:hover {
  border-color: #D6D6D6;
  color: #424242 !important;
}

.btn-base {
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.875rem 1.75rem;
}

.wrx-filter-group .col > .wrx-popover-button {
  border-right: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrx-filter-group .col > .wrx-popover-button:hover {
  background-color: transparent !important;
  color: #424242 !important;
  border: 1px solid #424242;
}
.wrx-filter-group .col > .wrx-popover-button::after {
  content: "";
  width: 20px;
  height: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.369" height="8.602" viewBox="0 0 16.369 8.602"><path id="Path_32131" data-name="Path 32131" d="M-17297.576,2559.654l-6.523-6.188-7.021,6.188" transform="translate(-17296.164 2561.068) rotate(180)" fill="none" stroke="%23424242" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.wrx-popover .popover-content [data-type=tree], .collapse [data-type=tree] {
  margin-left: -4px !important;
}
.wrx-popover .popover-content .gj-list li [data-role=spacer], .collapse .gj-list li [data-role=spacer] {
  width: 0px;
}
.wrx-popover .popover-content .gj-list li [data-role=expander], .collapse .gj-list li [data-role=expander] {
  width: 0px !important;
}
.wrx-popover .popover-content .gj-list li [data-role=wrapper], .collapse .gj-list li [data-role=wrapper] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wrx-popover {
  display: none;
  position: absolute;
  background: white;
  border-radius: 0 0 5px 5px;
  z-index: 1000;
  min-width: 300px;
  border: #424242 1px solid;
}
.wrx-popover .popover-content {
  padding: 1rem;
  max-height: 300px;
  max-width: 300px;
  overflow-y: auto;
}
.wrx-popover .popover-footer {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: #424242 1px solid;
}