.shop-section {
  padding: 80px 0;
}
.shop-section .shop-filter-wrap .filter-item {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  background: #F9F9F9;
  margin-bottom: 40px;
}


@media (min-width: 992px) {
  .shop-section .shop-filter-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .shop-section .shop-filter-wrap {
    margin-bottom: 50px;
  }
}
.shop-section .shop-filter-wrap .filter-item {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  background: #F9F9F9;
  margin-bottom: 40px;
}
.shop-section .shop-filter-wrap .shop-filter-item {
  position: relative;
}
.shop-section .shop-filter-wrap .shop-filter-item h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  border-bottom: 2px solid #ebebeb;
}
.shop-section .shop-filter-wrap .shop-filter-item h2:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 65px;
  height: 2px;
  background: #c93d80;
  content: "";
}
.shop-section .shop-filter-wrap .shop-filter-item ul{
  padding-left: 0px;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li {
  position: relative;
  list-style: none;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li a {
  display: block;
  position: relative;
  padding: 8px 0;
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li a:hover {
  color: #c93d80;
}

.shop-section .shop-filter-wrap .shop-filter-item ul li ul{
  background: #f0f0f0;
  padding: 10px;
  font-weight: 400;
}

.shop-section .shop-filter-wrap .category-widget ul a:before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  top: 12px;
  content: "\f054";
  font-size: 10px;
}

.shop-section .shop-section-top-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  padding-top: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-section .shop-section-top-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.shop-section .shop-section-top-inner .shoping-list {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .shop-section .shop-section-top-inner .shoping-list {
    margin-bottom: 20px;
  }
}
.shop-section .shop-section-top-inner .shoping-list p {
  margin-bottom: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .shop-section .shop-section-top-inner .shoping-list p {
    font-size: 15px;
    margin-left: 10px;
  }
}
.shop-section .shop-section-top-inner .shoping-list li {
  margin-right: 5px;
}
.shop-section .shop-section-top-inner .shoping-list li:nth-child(2) {
  margin-right: 0;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
    border-top-color: rgb(232, 232, 232);
    border-right-color: rgb(232, 232, 232);
    border-bottom-color: rgb(232, 232, 232);
    border-left-color: rgb(232, 232, 232);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

img {
  max-width: 100%;
}
.product-item {
  margin-bottom: 30px;
}

.product-item {
  margin-bottom: 30px;
}
.product-item .product-image {
  text-align: center;
}
.product-item .product-image {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  /*padding-top: 15px;*/
  border-radius: 10px;
  border: 1px solid #E9ECEF;
  text-align: center;
}
.product-item .product-image img {
  transform: scale(1);
  transition: all 0.3s;
}
.product-item .product-image .tag-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}
.product-item .product-image .tag-wrap .tag {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  background: #c93d80;
}
.product-item .product-image .tag-wrap .tag.new {
  background: #c93d80;
  margin-right: 10px;
}
.product-item .product-image .tag-wrap .tag.trending {
  background: #00dbb2;
}
.product-item .product-image .tag-wrap .tag.discount {
  background: #FF8080;
}
.product-item .product-image .tag-wrap .tag.red {
  background: #EC2526;
}
.product-item .product-image .info-wrap {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 15px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.product-item .product-image .info-wrap li {
  margin-bottom: 5px;
  margin-right: -50px;
}
.product-item .product-image .info-wrap li:first-child {
  transition: all 0.3s ease-in-out;
}
.product-item .product-image .info-wrap li:nth-child(2) {
  transition: all 0.4s ease-in-out;
}
.product-item .product-image .info-wrap li:last-child {
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.product-item .product-image .info-wrap li:hover a,
.product-item .product-image .info-wrap li:hover button {
  background: #c93d80;
  color: #fff;
}
.product-item .product-image .info-wrap li a,
.product-item .product-image .info-wrap li button {
  width: 40px;
  height: 40px;
  background: transparent;
  color: #707070;
  line-height: 40px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E9ECEF;
  border-radius: 50%;
}
.product-item .product-image .info-wrap li a i,
.product-item .product-image .info-wrap li button i {
  font-size: 20px;
  line-height: unset;
}
.product-item .product-image .info-wrap li:last-child button {
  line-height: 35px;
}
.product-item:hover .product-image .info-wrap {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-image .info-wrap li {
  margin-left: -40px;
}
.product-item:hover .product-image img {
  transform: scale(1.2);
}
.product-item .product-info {
  padding-top: 10px;
}
.product-item .product-info h2 {
  margin-bottom: 5px;
  line-height: 1;
}
.product-item .product-info h2 a {
  color: #1C263A;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-family: "Nexa-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /*text-align: center;*/
}
.product-item .product-info .pcode {
  font-size: 14px;
  text-align: center;
  color: #909090;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .product-item .product-info h2 a {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .product-item .product-info h2 a {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .product-item .product-info h2 a {
    font-size: 16px;
    line-height: 1.2;
  }
}
.product-item .product-info h2:hover a {
  color: #c93d80;
}

.image-fixed-height{
  height: 250px;
}

.separator-padding{
  padding-top: 60px;
  padding-bottom: 60px;
}


.ow-content{
  position: relative;
}
.product-single-content h2{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-single-content h3{
  font-size: 21px;
  position: relative;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.product-single-content h4{
  font-size: 18px;
}

.product-single-content h3:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 65px;
  height: 2px;
  background: #c93d80;
  content: "";
}

.category ul{
  padding-left: 0px !important;
}

.product-details .product-single-content .category ul {
  display: flex;
  margin-top: 20px;
}

.product-single-content .category a{
  color: rgb(176, 44, 107) !important;
}

.product-details .product-single-content .category ul li {
  margin-right: 15px;
}

.product-details .product-single-content .category ul li a{
  color: #212529 !important;
}

.product-details .product-single-content .category ul li a:hover{
  color: #c93d80;
}

.product-info-share {
  border: 1px solid #212529;
  border-radius: 20px;
  padding: 10px;
  color: #212529;
}