/*Category list grid*/
.categories-lists-grid .category-list-item-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.categories-lists-grid.no-space .category-list-item-wrapper {
  padding: 0;
  margin: 0;
}
.categories-lists-grid.categories-columns-2 .category-list-item-wrapper:nth-child(2n+1),
.categories-lists-grid.categories-columns-3 .category-list-item-wrapper:nth-child(3n+1),
.categories-lists-grid.categories-columns-4 .category-list-item-wrapper:nth-child(4n+1),
.categories-lists-grid.categories-columns-5 .category-list-item-wrapper:nth-child(5n+1),
.categories-lists-grid.categories-columns-6 .category-list-item-wrapper:nth-child(6n+1) {
  clear: both;
}
.categories-lists-grid.categories-columns-2 .category-list-item-wrapper {
  width: 50%;
}
.categories-lists-grid.categories-columns-3 .category-list-item-wrapper {
  width: 33.33%;
}
.categories-lists-grid.categories-columns-4 .category-list-item-wrapper {
  width: 25%;
}
.categories-lists-grid.categories-columns-5 .category-list-item-wrapper {
  width: 20%;
}
.categories-lists-grid.categories-columns-6 .category-list-item-wrapper {
  width: 16.667%;
}
.categories-lists-slider .category-list-item {
  margin-bottom: 0;
}
.category-list-item > a {
  position: relative;
  overflow: hidden;
}
.category-list-item img {
  display: inline-block;
}
.category-list-item .category-name:last-child {
  margin-bottom: 0 !important;
}
.category-list-item > ul {
  width: 100%;
}
.category-list-item ul {
  padding-left: 0;
}
.category-list-item ul li {
  list-style: none;
  line-height: 1.2;
  margin-bottom: 15px;
}
.category-list-item ul li a mark {
  background-color: transparent;
  color: currentColor;
  padding-right: 0;
  margin-left: 5px;
  text-decoration: none;
}
.category-list-item ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.category-list-item ul li ul li ul > li {
  padding-left: 10px;
  position: relative;
}
.category-list-item ul li ul li ul > li:before {
  content: '\e904';
  font-family: 'xstore-icons';
  font-size: 8px;
  position: absolute;
  top: 2px;
  left: 0;
}
.category-list-item ul li ul li ul > li:last-child {
  margin-bottom: 0;
}
.category-list-item ul li ul {
  margin-top: 15px;
}
.category-list-item ul li ul li > a {
  font-size: 1rem;
  color: var(--et_main-color);
}
.category-list-item ul li ul li > a:hover {
  color: var(--et_dark-2-white);
}
.category-list-item > ul,
.category-list-item ul li:last-child {
  margin-bottom: 0;
}
.category-list-item > ul > li > a {
  margin-bottom: 15px;
}
.category-list-item > ul > li > a mark {
  display: none;
}
.category-hover-default .category-list-item {
  border: 1px solid var(--et_border-color);
  padding: 20px 20px 10px 20px;
}
.category-hover-default .category-list-item img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category-hover-default .category-list-item-wrapper:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category-list-item-wrapper.image-without .category-list-item {
  width: 100%;
}
.limit-enable .limit-link {
  display: block;
  line-height: 1.6;
}
.limit-enable .limit-link.button {
  line-height: 1;
  height: auto;
}
.limit-enable .limit-link .read-more:after {
  display: none;
}
.limit-enable .limit-link:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 993px) {
  .category-list-item-wrapper.image-left .category-list-item,
  .category-list-item-wrapper.image-right .category-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-list-item-wrapper.image-left .category-list-item > a,
  .category-list-item-wrapper.image-right .category-list-item > a,
  .category-list-item-wrapper.image-left .category-list-item > ul,
  .category-list-item-wrapper.image-right .category-list-item > ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .category-list-item-wrapper.image-left .category-list-item > ul {
    padding-left: 15px;
  }
  .category-list-item-wrapper.image-right .category-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .category-list-item-wrapper.image-right .category-list-item > ul {
    padding-right: 15px;
  }
}
/*Category two rows products */
.categories-products-two-rows {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 1px #e9e9e9;
          box-shadow: 0 0 15px 1px #e9e9e9;
  padding-bottom: 30px;
  margin: 0 5px 35px;
}
.categories-products-two-rows .category-title {
  text-align: center;
  background: #cd0700;
  padding: 19px 0;
  margin-bottom: 30px;
}
.categories-products-two-rows .category-title h4 {
  margin-bottom: 0;
}
.categories-products-two-rows .category-title h4 a {
  font-size: 1.14rem;
  text-transform: uppercase;
  color: #fff;
}
.categories-products-two-rows .products-group {
  padding: 0 2.1rem;
}
.categories-products-two-rows .top-products,
.categories-products-two-rows .bottom-product .content-product {
  display: grid;
  grid-template-columns: calc(50% - 10px ) calc(50% - 10px );
  grid-column-gap: 20px;
}
.categories-products-two-rows .top-products {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.categories-products-two-rows .top-product {
  text-align: center;
}
.categories-products-two-rows .bottom-product {
  --product-title-size-proportion: 1.3;
}
.categories-products-two-rows .bottom-product .content-product,
.categories-products-two-rows .bottom-product .product-image-wrapper {
  margin-bottom: 0;
}
.categories-products-two-rows .content-product {
  --product-title-size-proportion: 1;
}
.categories-products-two-rows .content-product .product-title a {
  line-height: 1.5;
}
.categories-products-two-rows .content-product .product-content-image img {
  opacity: 1;
}
.categories-products-two-rows .show-products {
  text-align: center;
  margin-top: 30px;
}
.categories-products-two-rows .show-products a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ce0800;
  padding-bottom: 3px;
  display: inline-block !important;
}
.categories-products-two-rows .show-products a:after {
  line-height: 1;
}
.categories-products-two-rows .show-products a:before,
.categories-products-two-rows .show-products a:after {
  -webkit-transition: inherit;
  transition: inherit;
}
@media only screen and (max-width: 480px) {
  .categories-lists-grid .category-list-item-wrapper {
    width: 100% !important;
  }
}
.elementor-element .categories-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.elementor-element .swiper-container .categories-grid {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}
.elementor-element .category-grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.elementor-element .category-grid.slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-element .category-grid > a {
  position: relative;
  width: 100%;
}
.elementor-element .category-grid > a img {
  max-width: unset;
}
.elementor-element .category-grid.text-color-dark .count,
.elementor-element .category-grid.text-color-dark sup {
  color: currentColor;
}
.elementor-element .category-grid .category-bg {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.elementor-element .category-grid .categories-mask {
  padding: 10px 5px;
  left: 0;
  right: 0;
  z-index: 1;
}
.elementor-element .category-grid.content-inside .categories-mask {
  position: absolute;
  left: 0;
  right: 0;
}
.elementor-element .category-grid:not(.slide-item) .categories-mask {
  left: 15px;
  right: 15px;
}
.elementor-element .category-grid.valign-top .categories-mask {
  top: 0;
}
.elementor-element .category-grid.valign-bottom .categories-mask {
  bottom: 0;
}
.elementor-element .image-top .category-grid.category-list-item {
  display: block;
}
.elementor-element .category-image-circle img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor-element .category-image-circle > a {
  padding-top: 100%;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.category-grid[data-hover="rtl"] .category-bg,
.category-grid[data-hover="ltr"] .category-bg,
.category-grid[data-hover="rtl"] img,
.category-grid[data-hover="ltr"] img {
  width: calc(100% + 20px);
}
.category-grid[data-hover="rtl"]:not(:hover) img,
.category-grid[data-hover="rtl"]:not(:hover) .category-bg {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.category-grid[data-hover="ltr"]:not(:hover) img,
.category-grid[data-hover="ltr"]:not(:hover) .category-bg {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.category-grid[data-hover="ltr"] img {
  position: relative;
}
.category-grid[data-hover="ltr"] .category-bg,
.category-grid[data-hover="ltr"] img {
  left: -20px;
}
.category-grid[data-hover] img,
.category-grid[data-hover] .category-bg {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.7s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
}
.category-grid[data-hover="zoom-in"]:hover img,
.category-grid[data-hover="zoom-in"]:hover .category-bg,
.category-grid[data-hover="zoom-out"]:not(:hover) img,
.category-grid[data-hover="zoom-out"]:not(:hover) .category-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.category-grid[data-hover="border-in"] > a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  border-radius: inherit;
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.44, 1.18);
  transition: all 0.7s cubic-bezier(0, 0, 0.44, 1.18);
}
.category-grid[data-hover="border-in"]:not(:hover) img,
.category-grid[data-hover="border-in"]:not(:hover) .category-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.category-grid[data-hover="border-in"]:not(:hover) > a:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
}
.category-grid[data-overlay] > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.category-grid[data-overlay]:hover > a:before {
  background: rgba(0, 0, 0, 0.5);
}
.category-grid[data-content-hover="reveal"] .count,
.category-grid[data-content-hover="reveal"] .read-more-wrapper {
  display: block !important;
  -webkit-transition: all 0.7s ease-in-out, color 0.3s linear 0s;
  transition: all 0.7s ease-in-out, color 0.3s linear 0s;
}
.category-grid .limit-link:hover {
  opacity: 0.7;
}
.category-grid .read-more {
  font-size: 1rem;
}
.category-grid .read-more:before {
  width: 100%;
}
.category-grid[data-content-hover] .read-more {
  color: currentColor;
}
.category-grid[data-content-hover] .read-more:before {
  background-color: currentColor;
}
.category-grid[data-content-hover="reveal"]:not(:hover) .categories-mask .count,
.category-grid[data-content-hover="reveal"]:not(:hover) .categories-mask .read-more-wrapper {
  max-height: 0;
  opacity: 0;
  margin: 0 !important;
}
.category-grid[data-content-hover="reveal"]:hover .categories-mask .count,
.category-grid[data-content-hover="reveal"]:hover .categories-mask .read-more-wrapper {
  max-height: 50px;
}
