/*------- social color -----*/
.dokan-template-content {
  padding: 100px 0;
}

.dokan-store .dokan-single-store .profile-frame {
  border-radius: 12px;
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px 12px 20px 20px;
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info-img {
  border-radius: 12px 12px 0 0;
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  border-radius: 0 0 12px 12px;
  background: #f8f8f8;
  padding: 30px;
  border: none;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    height: auto;
  }
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
  top: 0;
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  margin-bottom: 0;
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  text-shadow: none;
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info li {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 0;
  padding: 0;
  margin-right: 10px;
}

.dokan-store-sidebar .dokan-store-widget .widget-title {
  padding-left: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}
.dokan-store-sidebar .dokan-store-widget .widget-title::before {
  display: none;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul {
  list-style: none;
  padding: 0;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  position: relative;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul li:hover a {
  color: #000000;
  padding-left: 20px;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul li:hover a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(2px);
  transition: ease 0.4s;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul li .children > li {
  padding-left: 20px;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul li .children > li a::before {
  display: none;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul li .children > li:hover a {
  color: #000000;
  padding-left: 20px;
}
.dokan-store-sidebar .dokan-store-widget .store-cat-stack-dokan ul li .children > li:hover a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(2px);
  transition: ease 0.4s;
}

.single-product-item {
  overflow: hidden;
}
.single-product-item .shop-loop-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background-color: #dfe7d0;
}
.single-product-item .product-loop-desc {
  padding: 23px 30px 30px;
  border-color: #f8f8f8;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-radius: 0 0 12px 12px;
  transition: all 0.4s ease;
  background-color: #ffffff;
  text-align: left;
}
.single-product-item .product-loop-desc .product-title {
  margin-bottom: 8px;
  line-height: 18px;
}
.single-product-item .product-loop-desc .product-title a {
  color: #000000;
  font-size: 16px;
  font-weight: 400 !important;
}
.single-product-item .product-loop-desc .vendor-name {
  margin-bottom: 15px;
}
.single-product-item .product-loop-desc .vendor-name span {
  font-size: 12px;
  color: #666666;
  transition: all 0.4s;
}
.single-product-item .product-loop-desc .vendor-name a {
  font-size: 15px;
  color: #666666;
  font-weight: 800;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.single-product-item .product-loop-desc .product-short-description {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  font-weight: 400;
}
.single-product-item .product-loop-desc .product-footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.single-product-item .product-loop-desc .product-footer-wrapper .price-multiline {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  transition: all 0.4s ease;
}
.single-product-item .product-loop-desc .product-footer-wrapper .price-multiline del {
  position: absolute;
  left: 0;
  bottom: -10px;
  font-size: 16px;
  line-height: 10px;
  font-weight: 400;
  color: #000000;
  transition: all 0.4s ease;
}
.single-product-item .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .button {
  padding: 15px 20px 13px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  background-color: #fff;
  color: #222;
  border: 2px solid #ffe119;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 6px;
}
.single-product-item .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .button i {
  font-size: 12px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
.single-product-item .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .button.added {
  display: none;
}
.single-product-item .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .added_to_cart.wc-forward {
  padding: 15px 20px 13px;
  display: inline-block;
  border: 2px solid #ffe119;
  border-radius: 50px;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.single-product-item .product-loop-desc:hover {
  background-color: #e7272d;
  border-color: #e7272d;
}
.single-product-item .product-loop-desc:hover .product-title a {
  color: #fff;
}
.single-product-item .product-loop-desc:hover .product-short-description,
.single-product-item .product-loop-desc:hover .price-multiline,
.single-product-item .product-loop-desc:hover .price-multiline del {
  color: #fff;
}
.single-product-item .product-loop-desc:hover .product-footer-action-buttons .button {
  background-color: #ffe119;
}
.single-product-item .product-loop-desc:hover .product-footer-action-buttons .added_to_cart.wc-forward {
  background-color: #ffe119;
}
.single-product-item:hover .thumb-hover {
  opacity: 1;
  transform: scale(1.09);
}
.single-product-item:hover .vendor-name span,
.single-product-item:hover .vendor-name a {
  color: #fff;
}
.single-product-item .onsale-percentage {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 15px;
  background-color: #7735e0;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.single-product-item .wishlist-icon-thumb {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .dokan-single-store .single-product-item {
    margin-bottom: 20px !important;
  }
}
.xs_social_share_widget.xs_share_url ul li {
  margin-right: 10px;
}
.xs_social_share_widget.xs_share_url ul li:last-child {
  margin-right: 0;
}

.banner-slider-wrapper {
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 40px 35px;
  max-height: 305px;
}
.banner-slider-wrapper .title {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  margin: 10px 60px 15px 0;
}
.banner-slider-wrapper .description {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner-slider-wrapper p {
  margin: 0;
}
.banner-slider-wrapper .price {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffe119;
  font-weight: 700;
}
.banner-slider-wrapper .price del {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.banner-slider-wrapper .order-btn {
  background: #ffe119;
  border-radius: 50px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px 3px;
  display: inline-block;
}
.banner-slider-wrapper .order-btn:hover {
  background: #e7272d;
  color: #ffffff;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  text-align: center;
  transition: all 0.4s ease;
  height: 40px !important;
  width: 40px !important;
  border: 1px solid #ededed;
  border-radius: 50px;
  background-color: #ffffff;
  line-height: 40px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #ffffff;
  border: 1px solid transparent;
}

.category-slider-wrapper {
  border: 1px solid #ededed;
  text-align: center;
  border-radius: 12px;
  transition: all 0.4s ease;
  margin: 30px 0;
  background-color: #ffffff;
}
.category-slider-wrapper .cat-img {
  padding: 30px 0 20px;
}
.category-slider-wrapper:hover {
  border: 1px solid transparent;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}
.category-slider-wrapper:hover .cat-name {
  color: #e7272d;
}
.category-slider-wrapper .cat-name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 30px;
  transition: all 0.4s ease;
}

.woocommerce-page .product .product_title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}
.woocommerce-page .product .images img {
  border-radius: 12px;
}
.woocommerce-page .product .price {
  color: #000 !important;
  margin: 20px 0 25px;
  font-size: 22px;
}
@media (min-width: 1092px) {
  .woocommerce-page .product .woocommerce-product-gallery {
    width: 60% !important;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1092px) {
  .woocommerce-page .product .flex-control-thumbs {
    flex: 0 0 20%;
    margin-top: 0 !important;
  }
}
@media (min-width: 1092px) {
  .woocommerce-page .product .flex-control-thumbs li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 12px !important;
  }
}
.woocommerce-page .product .flex-control-thumbs li img {
  border-radius: 12px;
}
@media (min-width: 1092px) {
  .woocommerce-page .product .summary {
    width: 40% !important;
    padding-left: 30px;
  }
}
.woocommerce-page .product .summary .woocommerce-product-details__short-description p {
  font-size: 16px;
}
.woocommerce-page .product .summary .product_meta {
  border-color: #e5e5e5;
  border-width: 1px 0 1px;
  border-style: solid;
  padding: 25px 0;
  margin-bottom: 30px;
}
.woocommerce-page .product .summary .product_meta span,
.woocommerce-page .product .summary .product_meta a {
  color: #666666;
  font-weight: 500;
}
.woocommerce-page .product .summary .store-name {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.woocommerce-page .product .summary .store-name p {
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
  margin: 0;
  color: #000;
}
.woocommerce-page .product .summary .store-name a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
  top: -1px;
}
.woocommerce-page .product .summary .store-name a:hover {
  color: #e7272d;
}
.woocommerce-page .product .summary .quantity .qty {
  width: 70px;
  height: 45px;
  border: 1px solid #e5e5e5;
  padding-left: 12px;
  margin-right: 13px;
  border-radius: 6px;
}
.woocommerce-page .product .summary .quantity .qty:focus {
  box-shadow: none;
}
.woocommerce-page .product .summary .single_add_to_cart_button {
  font-size: 16px !important;
}
.woocommerce-page .product .woocommerce-tabs {
  padding: 60px;
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-top: 72px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-page .product .woocommerce-tabs {
    padding: 30px;
  }
}
.woocommerce-page .product .woocommerce-tabs li.active {
  background: transparent !important;
}
.woocommerce-page .product .woocommerce-tabs li.active a {
  color: #000000 !important;
}
.woocommerce-page .product .woocommerce-tabs li.more_seller_product_tab {
  display: none !important;
}
.woocommerce-page .product .woocommerce-tabs li.seller_tab {
  display: none !important;
}
.woocommerce-page .product .woocommerce-tabs li a {
  color: #666666 !important;
}
.woocommerce-page .product .woocommerce-tabs li a:focus {
  box-shadow: none;
}
.woocommerce-page .product .woocommerce-tabs li a:hover {
  color: #000000 !important;
}
.woocommerce-page .onsale {
  height: 50px;
  width: 50px;
  line-height: 43px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
@media (min-width: 1092px) {
  .woocommerce-page .onsale {
    left: auto !important;
    right: 42%;
  }
}

.single-product-social-share {
  display: flex;
  align-items: center;
}
.single-product-social-share h4 {
  padding-right: 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.single-product-social-share .xs-share-li a {
  border-radius: 8px;
}
.single-product-social-share .xs-share-li .xs-social-icon {
  height: 40px;
  width: 40px;
  font-size: 14px;
  line-height: 30px;
}

.related {
  position: relative;
  padding-top: 90px;
  padding: 90px 15px 0;
}
.related .related-product-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 46px !important;
}
@media (min-width: 1200px) {
  .related .swiper-button-prev {
    left: -65px;
  }
  .related .swiper-button-next {
    right: -65px;
  }
}
.related .swiper-button-next,
.related .swiper-button-prev {
  background-image: none !important;
  text-align: center;
  border: 2px solid #d8d3d3;
  color: #11152c;
}
.related .swiper-button-next:hover,
.related .swiper-button-prev:hover {
  background-color: #11152c;
  color: #ffffff;
  border: 2px solid #11152c;
}
.related .swiper-button-next::after,
.related .swiper-button-prev::after {
  display: none;
}

.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap {
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  flex: 0 0 100%;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .seller-avatar {
  width: 72px;
  height: 72px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .seller-avatar a img {
  border-radius: 100%;
  height: 100%;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content {
  background: transparent !important;
  flex: 0 0 70%;
  width: 70% !important;
  left: 85px !important;
  top: -15px !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content .store-data h2 {
  margin: 0 0 10px !important;
  line-height: 30px !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content .store-data h2 a {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 20px;
  color: #000 !important;
  text-shadow: none !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content .store-data p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper {
  border-radius: 12px;
  box-shadow: none !important;
  transition: all ease-in-out 0.3s;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover {
  box-shadow: -8px 20px 40px rgba(0, 0, 0, 0.06) !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-body {
  border: 1.5px solid transparent;
  border-top: 0;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
  min-height: 200px !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info {
  padding-top: 15px;
  border-top: 1px solid #ededed;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info .dokan-store-rating {
  display: inline-flex;
  align-items: baseline;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #666666;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 8px 10px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info .dokan-store-rating i {
  color: #ffc601;
  padding-right: 5px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info .dokan-store-rating p {
  margin: 0;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-related-cat {
  margin-bottom: 15px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-related-cat .related-cat-list a {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 7px 12px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  display: inline-block;
  line-height: 18px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-related-cat .related-cat-list a:last-child {
  margin-right: 0;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-body {
  border: 1.5px solid #ededed;
  border-top: 0;
  background: #fff;
  padding: 25px 30px 15px 30px;
  border-radius: 0 0 12px 12px;
  transition: all ease 0.4s;
}
.tw-dokan-seller-listing.list-view .dokan-single-seller .store-wrapper {
  border: 1px solid #ededed;
  border-radius: 0 !important;
  align-items: flex-start !important;
}
.tw-dokan-seller-listing.list-view .dokan-single-seller .store-wrapper:hover {
  border: 1px solid #fff;
}
.tw-dokan-seller-listing.list-view .dokan-single-seller .store-wrapper .store-header .store-banner {
  min-height: 210px !important;
}
.tw-dokan-seller-listing.list-view .dokan-single-seller .store-wrapper .store-header .store-banner img {
  border-radius: 0 !important;
}
.tw-dokan-seller-listing.list-view .dokan-single-seller .store-wrapper .store-body {
  width: 80%;
  border: 0 !important;
}
.tw-dokan-seller-listing.list-view .dokan-single-seller .store-wrapper .store-body .seller-avatar {
  flex: 0 0 10%;
}
.tw-dokan-seller-listing.grid-view .store-body .seller-avatar {
  flex: 0 0 30%;
}

#dokan-seller-listing-wrap .dokan-seller-wrap {
  display: flex;
  flex-wrap: wrap;
}
#dokan-seller-listing-wrap .dokan-seller-wrap li {
  margin-bottom: 30px !important;
}

.sidebar-active .col-lg-8 #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
  width: 50% !important;
}

.dokan-follow-store-button {
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.ts-vendor-listing-widget .dokan-seller-wrap li {
  padding: 0 15px !important;
}
.ts-vendor-listing-widget .dokan-seller-wrap .dokan-single-seller .seller-info-wrap {
  padding-bottom: 0;
}
.ts-vendor-listing-widget #dokan-seller-listing-wrap.grid-view .store-content {
  position: relative;
  left: 0 !important;
}
.ts-vendor-listing-widget #dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
  padding: 5px;
}

.dokan-single-store > li {
  display: none;
}
.dokan-single-store .store-page-wrap .products {
  display: flex;
  flex-wrap: wrap;
}
.dokan-single-store .dokan-store-products-filter-area .product-name-search {
  padding-left: 20px;
  border-radius: 6px 0 0 6px;
  height: 50px;
}
.dokan-single-store .dokan-store-products-filter-area .search-store-products {
  border-radius: 0 6px 6px 0;
  height: 50px;
  cursor: pointer;
}
.dokan-single-store .dokan-store-products-filter-area .orderby-search {
  border-radius: 6px;
  height: 50px;
  padding: 0 15px;
  -webkit-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
  background-position: 90% 51%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding: 10px 30px 10px 15px;
}
@media (max-width: 767px) {
  .dokan-single-store .dokan-store-products-filter-area .orderby-search {
    float: left;
    margin-top: 15px;
    width: 350px;
    background-position: 90% 51%;
  }
}

.woocommerce-product-rating a {
  color: #000;
}
.woocommerce-product-rating a:hover {
  color: #e7272d;
}

.delivery-pickup-search .sidebar-filter-wrapper .widget-title {
  font-size: 22px !important;
  margin-bottom: 7px;
  padding-left: 0;
}
.delivery-pickup-search .sidebar-filter-wrapper .widget-title::before {
  display: none !important;
}

.wpc_cart_block .wpc_background_color {
  background-color: #fff !important;
}

.wpc-minicart-wrapper .woocommerce-mini-cart__buttons {
  margin: 0 30px 0 10px;
}
.wpc-minicart-wrapper .woocommerce-mini-cart__buttons a.button.checkout {
  background-color: #000 !important;
  border-color: #000;
}
.wpc-minicart-wrapper .woocommerce-mini-cart__buttons a.button.checkout:hover {
  background-color: #fff !important;
  border-color: #e0e0e0;
  color: #000 !important;
}
.wpc-minicart-wrapper .product_list_widget {
  padding: 0 0px 0 15px !important;
}
.wpc-minicart-wrapper .wpc-coupon-wrapper {
  margin: 10px 20px 10px;
}
.wpc-minicart-wrapper .total {
  margin: 20px 40px 0 20px;
}
.wpc-minicart-wrapper .wpc-minicart-extra .wpc-minicart-extra-total {
  padding: 20px 40px 0 20px;
}
.wpc-minicart-wrapper .wpc-minicart-header .minicart-close {
  border: 0 !important;
}
.wpc-minicart-wrapper .wpc-minicart-header .minicart-close svg path {
  fill: transparent;
}

.woocommerce-mini-cart li .remove_from_cart_button {
  color: #000;
}

.wpc_cart_block .wpc_background_color {
  background-color: #fff !important;
}