/** store listings */ /** store listings */
/** store listings */ /** store listings */


#dokan-seller-listing-wrap{
  margin: unset!important;
}

.container.category-description .col-md-12 {
 padding: 0;
}

            .store-address img {
              width: 11px!important;
              opacity: 0.65;
              margin: 0 0 0 3px!important;
              position: relative;
              top: -1px;
            }

                .seller-listing-content{
                  display: flex;
                  flex-flow: row wrap;
                    justify-content: right;
                    align-items: center;
                    width: 100%;
                }

                span.store-title {
                    text-align: right;
                    font-size: 1.2rem;
                    margin-bottom: 5px;
                    font-weight: 500;
                }

                .seller-listing-content .store-address {
                    color: #666;
                    line-height: 1;
                    margin-top: 8px;
                    text-align: right;
                }

                span.store-address {
                  color: #999;
                  font-size: 0.85rem;
                  display: flex;
                }


                .store-rating{
                  display: flex;
                  align-items: center;
                  justify-content: left;
                  flex-flow: row-reverse;
                  color: #000;
                  background: #FFB2E5;
                  position: absolute;
                  border-radius: 8px;
                }

                .seller-listing-content > .item:nth-child(3n+3) {
                    margin-left: 0;
                }

                .seller-listing-content > .item:nth-child(3n+1) {
                    margin-right: 0;
                }
                .seller-listing-content > .item {
                  width: 32%;
                  margin: 1%;
                }

                .toggle-view.item {
                display: none;
                }

                .right > .item:first-child {
                    display: none;
                }

                #dokan-store-listing-filter-wrap > .right {
                    display: none;
                }

                div#dokan-seller-listing-wrap .left{
                  display: none;
                }


                .star-rating.dokan-seller-rating {
                  display: none;
              }

                ul.store-tabs {
                    display: flex;
                    flex-flow: row;
                    align-items: center;
                    margin: 2vw 0 1vw;
                    background-color: #fff;
                    padding: 1vw;
                     border-radius: 12px;
                }

                ul.store-tabs li a{
                  color: #666666;
                  margin: 0 5px;
                  display: flex;
                  align-items: center;
                  flex-flow: row-reverse;
                  justify-content: center;
                  white-space: nowrap;
                }


                ul.store-tabs li a img {
                  width: 17px;
                  margin-left: 6px;
                  height: 17px;
                }

                li.dokan-single-seller.woocommerce.coloum-3:nth-child(4n+1) {
                    margin-right: 0;
                }

                li.dokan-single-seller.woocommerce.coloum-3:nth-child(4n+4) {
                    margin-left: 0!important;
                }

                #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img
                {
                   border-radius:100%;
                  background: white;
                  box-shadow: 0 1px 3px 0px #CCC!important;
                }

                div#dokan-seller-listing-wrap ul.dokan-seller-wrap {
                  display: flex;
                  height: 100%;
                  width: 100%;
                  flex-flow: row wrap;
                }

                  div#storeListing {
                    padding-top: 2rem;
                }

                  ul.store-tabs li a.selected {
                      color: #fff!important;
                      font-weight: 500;
                     border-radius: 10px;
                  }

                  ul.store-tabs li a.selected img {
                      filter: brightness(9);
                  }

                  div#dokan-seller-listing-wrap #dokan-store-listing-filter-wrap {
                    margin: 1vw 0!important;
                  }



                div#dokan-seller-listing-wrap .star-rating.dokan-seller-rating:before,
                div#dokan-seller-listing-wrap .star-rating span:before {
                  color: #fff;
                }

                #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
                  position: absolute;
                  border-radius: 100%;
                  height: unset;
                  padding: 0;
                }

                 #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
                   justify-content: flex-start;
                   padding: 0 20px;
                }

                 a.dokan-btn.dokan-btn-theme {
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    z-index: 999;
                    margin-top: -7.4vw;
                    font-size: 0!important;
                }

                div#dokan-seller-listing-wrap .toggle-view.item,
                div#dokan-seller-listing-wrap .right > div:nth-child(1) > button {
                    display: none;
                }


                div#dokan-seller-listing-wrap #dokan-store-listing-filter-wrap {
                  margin: 1.5vw 0 3vw 1vw;
                }

                div#dokan-seller-listing-wrap form.sort-by.item {
                  width: 40%;
                  margin-right: auto;
                  display: flex;
                  flex-flow: row;
                  justify-content: center;
                    align-items: center;
                }

                #dokan-store-listing-filter-wrap > div.right > form > label{
                  width: 100%;
                  margin: 0;
                }

                div#dokan-seller-listing-wrap select#stores_orderby {
                    border-radius: 60px;
                    height: 30px;
                }


                 #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
                   box-shadow: none!important;
                }

                div#dokan-seller-listing-wrap .store-data, .store-data {
                  justify-content: right;
                  width: 100%;
                  top: 0;
                  display: flex;
                  align-items: end;
                  z-index: 8;
                  color: #333;
                  background: white;
                }

                #dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {
                    line-height: 1;
                    display: flex;
                    color: #fff!important;
                    margin: 0;
                }


                div#dokan-seller-listing-wrap .star-rating.dokan-seller-rating {
                    position: absolute;
                    left: 0.5vw;
                    font-size: 0.8vw;
                    top: -8.5vw;
                    transform: scaleX(-1);
                }

                div#dokan-seller-listing-wrap .store-info img {
                    height: 100%!important;
                    width: 100%;
                    border-radius: 6px!important;
                   object-fit: cover;
                }


                div#dokan-seller-listing-wrap .store-info {
                   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
                    border-radius: 6px;
                }

                div#dokan-store-listing-filter-wrap .left{
                    display: none;
                }

               .store-rating i {
                 margin-left: 2.5px;
                   }

                .store-item .store-item-background {
                  position: relative;
                  border-radius: 6px;
                  background-size: cover!important;
                }

                #dokan-seller-listing-wrap .store-item .store-item-background{
                  height: 100%!important;
                  box-shadow: 10px 14px 40px 0 rgba(0, 23, 82, 0.08);
                }

                .store-item .store-item-background > img, .store-item .store-item-background > picture img {
                    height: 100%;
                    width: 100%;
                    border-radius: 6px 6px 0px 0px;
                }


                .store-avatar > picture img.wp-post-image, .store-avatar > img  {
                    border-radius: 100%;
                    box-shadow: #DDD 0px 1px 5px 0px;
                }


                .store-avatar > picture{
                  display: flex;
                }


                .store-category {
                  position: absolute;
                  background: #FFB2E5;
                  border-radius: 8px;
                  color: #333;
                  font-weight: 500;
                  }




                span.store-description{
                  text-align: right;
                }

/** store listings desktop  */ /** store listings desktop  */
/** store listings desktop  */ /** store listings desktop  */
@media (min-width:481px) {


          .store-rating{
            left: 5px;
            top: 45%;
            padding: 3px 6px;
          }

          .store-address, .seller-listing-content span.store-address {
              font-size: 0.9rem;
              margin-top: 3px;
          }

            .dokan-seller-listing .store-avatar {
              width: 30%;
              display: flex;
              margin-top: -30%;
              margin-bottom: 1%;
      }


          .store-item .store-item-background > img, .store-item .store-item-background > picture img{
            height: 10vw!important;
          }


              #dokan-seller-listing-wrap .store-avatar {
                width: 30%;
                    margin-top: -30%;
                    margin-bottom: 10px;
                }

              .store-category {
                top: 15px;
                padding: 5px 10px;
                }

                .store-item-background > picture, .store-item-background > img {
                  height: 180px!important;
              }

              #dokan-seller-listing-wrap span.store-title{
                font-size: 1.2rem;
                color: #333;
                font-weight: 500;
                margin-bottom: 5px;
              }

              #dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {
                  font-size: 1vw;
              }

              div#dokan-seller-listing-wrap .store-data{
                display: flex;
                    flex-flow: column;
                    justify-content: flex-start;
                    align-items: flex-start;
              }
               .store-data{
                 padding: 1rem;
                 height: 8vw;
                 display: flex;
                 flex-flow: column;
                 justify-content: center;
                 align-items: flex-start;
               }

              .store-avatar > picture {
                  position: relative;
              }

              #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
                bottom: 0.7vw;
                right: 1.2vw;
                top: unset;
                z-index: 1;
                width: 2vw!important;
              }

              ul.store-tabs li a{
                padding: 0.5vw 0.8vw;
                font-size: 1.1rem;
              }

              li.dokan-single-seller.woocommerce.coloum-3 {
                width: 23%!important;
                margin: 1%!important;
                padding: 0!important;
              }

              div#dokan-seller-listing-wrap .store-info {
                  max-height: 10vw;
              }


              span.store-description {
                  font-size: 0.95rem;
              }

} /** store listings desktop  */ /** store listings desktop  */
/** store listings desktop  */ /** store listings desktop  */



/** store listings mobile  */ /** store listings mobile  */
/** store listings mobile  */ /** store listings mobile  */
@media (max-width:481px) {



  div#dokan-seller-listing-wrap .store-item .store-item-background > img, div#dokan-seller-listing-wrap .store-item .store-item-background > picture img {
  height: 100px;
}


          span.store-description{
            font-size: 0.8rem;
            line-height: 1.3;
            text-wrap: nowrap;
            overflow: hidden;
            max-width: 95%;
            text-overflow: ellipsis;
          }

          .dokan-seller-listing .store-item-background > .store-data img {
            width: 50%;
            margin-right: 0px;
            margin-top: -60px;
            margin-bottom: 5px;
            max-height: 150px;
        }


          span.store-address {
        }

        .seller-listing-content .store-address{
          font-size: 0.75rem;
              border-radius: 8px;
        }

        .slider-sellers .store-item .store-item-background > img, .slider-sellers .store-item .store-item-background > picture img{
          height: 150px!important;
        }

          #dokan-seller-listing-wrap .store-avatar {
            width: 33%;
            margin-top: -27%;
            margin-bottom: 5px;
            }

              #dokan-seller-listing-wrap .store-item-background > picture, #dokan-seller-listing-wrap .store-item-background > picture > img{
                height: 100px!important;
              }

              .store-category {
                top: 5px;
                right: 5px;
                padding: 0px 5px;
                font-size: 0.8rem;
                font-weight: 300;
                }

                .store-avatar > picture img.wp-post-image, .store-avatar > img{
                  min-height: 18px;
                }

                .store-rating {
                  font-size: 12px;
                  left: 8px;
                  line-height: 1;
                }
                  div#storeListing {
                    margin-top: 30px;
                }

                  .seller-listing-content > .item {
                    width: 47%;
                    margin: 1.5%!important;
                }

                   .store-item-background span.store-title {
                     font-size: 0.9rem;
                    line-height: 1.3;
                    color: #333;
                 }

                 .slider-controls-left, .slider-controls-right {
                     display: none;
                 }

                 .dokan-seller-listing, .product-slider-container {
                   margin: 0 8px 16px 0;
                 }


                    ul.store-tabs {
                       padding: 0;
                       border-radius: 0;
                       margin-bottom: 15px;
                    }

                 ul.store-tabs li a {
                    padding: 10px 22.5px;
                 }

                    ul.store-tabs li a.selected {
                       border-radius: 0;
                    }


                 ul.store-tabs li:last-child a {
                 border-radius: 0!important;
                 }

                 ul.store-tabs li:first-child a {
                 border-radius: 0!important;
                 }



                ul.store-tabs li a img {
                  width: 16px;
                  height: 16px!important;
                  margin-left: 7.5px;
                  margin-right: 0;
              }

                #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
                  width: 48% !important;
                  padding: 0;
                  margin: 1%!important;
                }

                .single-product #dokan-seller-listing-wrap ul.dokan-seller-wrap li{
                       width: 100% !important;
                }

                .single-product #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
                   margin-bottom: 0px!important;
                }

                dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data {
                 top: 100px;
                }


                 #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2
                {font-size:3vw;}

                #dokan-seller-listing-wrap {
                  margin: auto;
                  margin-top: 15px;
                  padding: 0 8px;
                }

                 #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info {
                 height: 76px!important;
                }/** store section mobile **/


                 #dokan-seller-listing-wrap a.dokan-btn.dokan-btn-theme{
                position: absolute;
                   height: 100%;
                   width: 170px;
                   top: unset;
                   display: flex;
                   flex-flow: column-reverse;
                   z-index: 9;
                }

                 #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer{
                     padding: 0;

                }


                div#dokan-seller-listing-wrap .store-info img {
                 opacity: 0.9!important;
                }


                #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar{
                z-index: 1;
                width: 12px!important;
                height: 12px!important;
                top: unset!important;
                 bottom: 11px;
                line-height: 10px;
                right: 7px;
                }


                #dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 a {
                font-size: 3.5vw;
                }

                div#dokan-seller-listing-wrap .store-data, .store-data{
                  padding:7.5px;
                  height: 105px;
                  display: flex;
                  flex-flow: column;
                  justify-content: start;
                  align-items: flex-start;
                }


                div#dokan-seller-listing-wrap form.sort-by.item {
                width: 80%;
                margin: 30px auto 0;
                }

                #dokan-store-listing-filter-wrap > div.right > form > label {
                width: 100%;
                margin: 0;
                }


                 div#dokan-seller-listing-wrap .star-rating.dokan-seller-rating {
                   top: -110px;
                   left: 6px;
                 }

                 div#dokan-seller-listing-wrap .star-rating.dokan-seller-rating{
                   font-size: 3vw;
                 }


                div#dokan-seller-listing-wrap .star-rating.dokan-seller-rating{
                  top: -85px;
                }


                .store-rating i {
                    margin-top: -2px;
                    margin-left: 2px;
                }


} /** store listings mobile  */ /** store listings mobile  */
/** store listings mobile  */ /** store listings mobile  */
