/***********  Product   *************/
 /***********  Product   *************/

 .woocommerce.xs-modal.xs-modal-quick-view.show {
     background-color: rgba(42, 80, 96, 0.7) !important;
 }

 span.label.sale {
    display: none;
}

 /* Page-specific modal button styling */
 button#modal-yes {
     color: white !important;
     background: green !important;
 }
 button#modal-no {
     background: red !important;
     color: white !important;
 }

dic.confirm-add-cart.woocommerce.xs-modal.modal-notice.xs-modal-quick-view.modal.fade.show{
  background-color: #00aade88!important;
}

 .dokan-seller-listing, .product-slider-container {
   position: relative;
 }
 .product-slider-container .product-slider,
 .dokan-seller-listing .slider-sellers{
  float: right;
  margin-right: 0 !important;
 }
 .slider-controls-left a{
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
 }
 .slider-controls-right a{
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
 }

 .loop-product a.image {
     margin: 0!important;
 }

 .product-slider-container span.woocommerce-Price-amount.amount {
     display: unset;
 }


.loop-product a.image {
  width: 100%!important;
 }

 .price del {
   color: rgba(0,0,0,0.5);
   opacity:0.7!important;
 }

 .pagination>.active>a > i {
    color: white!important;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
    color: #fff;
    border: 1px solid transparent;
}

.pagination>li>a:hover i {
    color: white;
}

 a.added_to_cart.wc-forward,
.xs-cart-wrapper a.added_to_cart {
display: none!important;
}

.woocommerce ul.products li.product .price{
  margin-bottom: 0!important;
}

 .product-store-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

 a.store-logo {
    display: none;
 }

 span.label.sale, span.label.featured, .xs_product_img_link .label, .woocommerce-product-gallery > .label, .product-gallery > .label, .loop-product > a > .label {
   position: absolute;
   border-radius: 6px;
   background-color: #1bac63;
   color: white;
   padding: 10px 5px;
   line-height: 0;
  }


 ins,
 #product-loop ins,
 .related.products ins {
   display: flex;
 }

 #product-loop ins .woocommerce-Price-amount.amount, ins .woocommerce-Price-amount.amount, .related.products ins .woocommerce-Price-amount.amount {
     width: 100%!important;
     text-align: left!important;
     font-weight: 500;
     font-size: 1.1vw;
     text-align: center;
     color: #333333;
     width: 100%;
 }

 del .woocommerce-Price-amount.amount, #product-loop del .woocommerce-Price-amount.amount, .related.products del .woocommerce-Price-amount.amount {
     text-align: right!important;
     color: rgba(0,0,0,0.4)!important;
     opacity: 1;
     font-weight: 500;
     font-size: 1.1vw;
     text-align: center;
     width: 100%;
 }



 .loop-product-info > del {
     display: flex;
     height: 100%;
     opacity: 0.55;
     color: #828383;
    order: 1;
 }

 .loop-product-info > ins {
     text-align: left;
 }


 li.product, .related.products li.product {
  /*   background: #FFFFFF;
     border: solid 1px #E5E6E5;
     border-radius: 8px; */
 }

 section.related.products>ul>div>div {
    flex: unset!important;
     max-width: 25%!important;
     padding: unset;
     margin: 0 8px;
     width: calc(25% - 12px);
 }

 .related.products .col-lg-3 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 23%;
     flex: 0 0 23%;
     max-width: 23%;
     padding: 0;
     margin: auto;
 }

 section.related.products>ul>div>div:first-child {
     padding-right: 0;
     margin-right: 0;
 }

 .loop-product, .related.products .loop-product {
     display: flex;
     flex-flow: column;
     align-items: center;
     justify-content: center;
     background: #FFFFFF;
border-radius: 8px;
 }

 .loop-product, .single-post li.product{
   border: solid 1px #E5E6E5;
   border-radius: 8px;
 }




 .image img, .related.products .image img {
     width: 100%!important;
     border-radius: 10px 10px 0 0;
     margin-bottom:0!important;
 }

.loop-product > a > .label.sale img {
	height: auto!important;
}

 #product-loop .xs-product-content, .loop-product-info, .related.products .type-product .loop-product-info, .dokan-store .xs-product-content {
    display: flex;
     flex-flow: row wrap;
    margin-right: auto;
     margin-left: auto;
     justify-content: right;
     border-top: 1px solid #E5E6E5;
     padding: 0.8rem;
     width: 100%;
 }

 #product-loop .price > span, span.woocommerce-Price-amount.amount, .related.products span.woocommerce-Price-amount.amount, #product-loop ins .woocommerce-Price-amount.amount, #product-loop del .woocommerce-Price-amount.amount, .dokan-store span.woocommerce-Price-amount.amount {
     font-weight: 400;
    font-size: 1.2rem;
     text-align: center;
    line-height: initial;
 }

 span.woocommerce-Price-amount.amount, .related.products span.woocommerce-Price-amount.amount {
    border: none;
    display: flex;
 }

 span.woocommerce-Price-amount.amount bdi, .related.products span.woocommerce-Price-amount.amount bdi, #product-loop del .woocommerce-Price-amount.amount {
    margin-left: 5px;
 }

 #product-loop .price {
   width: 100%;
    margin: 0;
    line-height: 2;
    width: 100%;
    display: flex;
 }

 #product-loop .product-title a, .product .loop-product-info .product-title, .related.products .loop-product-info a.product-title, .dokan-store .product-title a {
   font-weight: 500;
   text-align: right;
   color: #333333;
   overflow: hidden;
   text-overflow: ellipsis;
   direction: rtl;
   width: 100%;
   height: 45px;
   margin-bottom: 15px;
 }

 .loop-product-info .store-name {
   color: #999!important;
    font-weight: 400!important;
    line-height: initial!important;
    text-align: right;
 }

 .product .loop-product-info .store-logo, .related.products .loop-product-info .store-logo {
   display: flex;
   width: 2rem;
   height: 2rem;
   border-radius: 50px;
   align-items: center;
 }

 .product .loop-product-info .store-logo img, .related.products .loop-product-info .store-logo img {
    width: 100%!important;
    height: 100%!important;
    border-radius: 50px;
    margin-top: 0!important;
    margin-bottom: 0!important;
 }


.single-product td.label, .single-product td.label label, .quantity-container > label, .entry-summary label, .wc-pao-addon label.wc-pao-addon-name {
  color: #5D6065!important;
  font-weight: 500!important;
  margin-bottom: 5px!important;
  line-height: 1;
}

.entry-summary label, .wc-pao-addon label.wc-pao-addon-name{
  display: flex;
align-items: center;
justify-content: right;
width: 100%;
}

  .product-addon {
     display: flex;
     flex-flow: wrap;
  }

  p.form-row.form-row-wide {
    width: 100%;
    margin-bottom: 7.5px!important;
    margin-top: 0px
  }

  h3.addon-name {
     width: 100%;
  }

  .product .loop-product-info .discount, .related.products .loop-product-info .discount, .product-price .discount {
      color: #999;
      font-weight: 400;
      line-height: 1;
      width: 100%;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      position: absolute;
      top:10px;
      right: 10px;
      width: unset;
      padding: 10px 5px;
      color: white;
      line-height: 0;
      border-radius: 6px;
      font-size: 0.8rem !important;
  }

  .product-price, .variable-price {
    display: flex;
    align-items: flex-end;
    flex-flow: row-reverse wrap;
    justify-content: right;
    line-height: 1;

    font-weight: 500;
    text-align: center;
  }


  .woocommerce-info{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

    .slider-controls-right a i, .slider-controls-left a i
    {
    }


    .price-container {
        display: flex;
        flex-flow: row;
        justify-content: right;
        align-items: baseline;
    }

    .variable-price {
      flex-flow: row;
      align-items: baseline;
      margin-right: 0;
    }


    i.fa-chevron-left:before,
    i.fa-chevron-right:before
    {
      color: #666!important;
          font-family: monospace;
          font-size: 40px;
          font-weight: normal;
          font-size: 2rem;
        }

        i.fa-chevron-left:before {
          content: "<"!important;
        }


        i.fa-chevron-right:before {
          content: ">"!important;
        }


        .moly-store-product-search > button:before {
        content: "\f002";
        font-family: 'FontAwesome';
        margin-left: 3px;
    }



    .xs-checkout-form .woocommerce-Price-amount.amount {
      font-size: 16px!important;
    }

    .variations .label{
      font-size: 15px;
      /*margin-top: 15px;*/
      color: #222;
      font-weight: 600;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
      float: left;
      width:30%;
      margin-top: 15px;
    }

    select.orderby {
      border-radius: 90px;
    }


    .xs-product-wraper.text-center > div > span.details, .xs-product-wraper.text-center > div > span:nth-child(1)
    {
      font-size:15px;
      line-height: 0;
    }


    .xs-product-wraper
    {
      border:none
    }


    .tax-product_cat a.to-vendor {
      display: inline-block;
      background-color: #0a68c4;
      padding: 10px;
      color: #fff;
      font-weight: 700;
    }

    .product-title a {
      color: #000;
      font-size: 18px;
    }


    .product-title-v2 a:hover strong, .xs-single-product:hover .product-title a
    {
      color:#333333;
    }


    .xs-product-wraper:hover img {
      opacity:unset;
    }

    #dokan-content > div > div, #myTabContent .col-lg-3{
      overflow:hidden;
    }

    span.details a {
      z-index: 99999;
      position: relative;
    }

    .entry-summary .price del {
      margin-left: 9px;
      padding:0;
    }


    .woocommerce div.product p.price del{
      font-size:40px;
      padding-bottom: 0;
    }

    .woocommerce div.product p.price{
      text-align:right;
    }

    del, del .woocommerce-Price-amount.amount {
      opacity: 0.75;
      display: flex;
    }

    div#myTabContent{
      width:100%;
      padding: 10px 15px 0;
    }

    .tax-product_cat .single_add_to_cart_button {display:none!important}

    .shop-archive .xs-single-product > .xs-product-wraper{
      border-radius: 12px;
    }

    i.icon.icon-medical2 {
      display: none;
    }

    .xs-single-product:hover .product-item-meta {
      margin-top: 0;
      border: none;
    }

    .xs-product-wraper .product-item-meta {
      text-align: center;
      opacity: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
    }

    .xs-product-wraper .product-item-meta li {
      width: 100%;
      margin-bottom: 4px;
      height: 100%;
    }

    .xs-product-wraper,
    .feature-product-v4 .xs-product-wraper
    {
      padding: 0px 0px 15px;
    }

    #dokan-content .col-lg-4.col-md-6 ,
    #myTabContent .col-lg-3{padding: 0 10px;}

    .woocommerce.xs-modal.xs-modal-quick-view {
      padding: 0!important;
    }

    .product-item-meta li a {
      width: 100%;
      height: 100%;
      line-height: normal;
      border-radius: 0;
    }

    .woocommerce a.added_to_cart {
      float: right;
      position: absolute;
      top: 0;
      right: 25px;
      z-index: 99999;
    }

    .loading{
      opacity:0.4!important;
    }
    .loading:before
    {
      color:white!important;
      opacity:0.4!important;
    }



    .xs-product-wraper, .feature-product-v4 .xs-product-wraper {
      padding: 0;
    }

    .product-item-meta li a:hover, .product-item-meta.meta-style-2 li a {
      background-color: transparent;
      color: #fff;
    }

    .woocommerce .xs-cart-wrapper a.button.added
    {
      display: flex!important;
    }

    .button:hover:before{
      -webkit-transform: none;
      transform: none;
    }

    #dokan-content .product-item-meta li.xs-cart-wrapper {
      position: absolute;
      right: 0;
      top: 0;
      height: auto;
      width: 36px;}

      .xs-cart-wrapper a:before{
        margin-left:5px;
        font-size: 1rem;
        line-height: 1;
      }

      .tax-product_cat li.xs-cart-wrapper
      {
        display:none;
      }


      .list-group.xs-list-group.xs-product-content {
        display: none;
      }
      .media {
        display: none;
      }

      .sidebar .widget {
        padding: 40px 5px;
      }

      .products.list .loop-product-info {
    border-top: none;
}

      .products.list .loop-product a.image {
          width: unset!important;
      }



/** products desktop **/ /** products desktop **/
/** products desktop **/ /** products desktop **/

@media (min-width:481px) {

          .quantity input[type=button] {
           height: 2vw!important;
           width: 2vw!important;
           font-size: 1.5rem;
          }


              .related.products div.col-lg-3:last-child {
                margin-left: 0;
            }

            .related.products div.col-lg-3:first-child {
                margin-right: 0;
            }

          select.wc-pao-addon-select{
            max-height: 2.5vw;
          }

          span.label.sale, span.label.featured, .xs_product_img_link .label, .woocommerce-product-gallery > .label, .product-gallery > .label, .loop-product > a > .label {
            left: 10px;
                top: 10px;
            font-size: 0.8rem;
           }

          .loop-product-info .store-name {
            font-size: 0.9rem!important;
            margin-right: 0.6rem;
        }

          .product .loop-product-info .discount, .related.products .loop-product-info .discount, .product-price .discount {
            font-size: .85rem;
          }

          #product-loop .product-title a, .product .loop-product-info .product-title, .related.products .loop-product-info a.product-title, .dokan-store .product-title a {
            font-size: 1rem;
            line-height: 1.3;
            min-height: unset;
            height: 60px;
          }

          .single-product td.label, .single-product td.label label, .quantity-container > label, .entry-summary label {
                margin-left: 2vw;
                font-size: 1vw!important;
               margin: 0;
              padding: 0;
              color: #5D6065;
              margin-bottom: 0px!important;
          }

          .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .seller-items.row > ul > li, .woocommerce-page ul.products.columns-3 li.product, .woocommerce #product-loop > li {
            width: 23.5%;
            margin: 0 1% 2%;
          }

           ul#product-loop > div.product {
              width: 23%;
              margin: 1%;
          }

          .seller-items.row > ul > li:nth-child(4n+4), .woocommerce ul.products.columns-3 > li:nth-child(4n+4), ul#product-loop > li:nth-child(4n+4) {
              margin-left: 0!important;
          }

          .seller-items.row > ul > li:nth-child(4n+1), .woocommerce ul.products.columns-3 > li:nth-child(4n+1), ul#product-loop > li:nth-child(4n+1) {
              margin-right: 0!important;
          }


          .xs-single-product:hover .xs-product-wraper {
              -webkit-box-shadow: none;
              box-shadow: none;
              border-radius: 10px;
          }

}


/***** Product mobile *****/ /***** Product mobile *****/
 /***** Product mobile *****/ /***** Product mobile *****/
@media (max-width:481px) {

              .quantity input[type=button] {
               font-size: 7vw;
            }


              .xs-cart-wrapper a {
                font-size: 1rem!important;
                display: flex!important;
            }

            .product-price {
                height: 40px;
            }

            #product-loop .product-title a, .product .loop-product-info .product-title, .related.products .loop-product-info a.product-title, .dokan-store .product-title a{
              font-size: 0.9rem!important;
              line-height: 1.3!important;
              height: 55px;
            }

            span.label.sale, span.label.featured, .xs_product_img_link .label, .woocommerce-product-gallery > .label, .product-gallery > .label, .loop-product > a > .label{
              top: 5px;
              left: 8px;
              font-size: 0.8rem;
              padding: 3px;
              line-height: normal;
            }

            #product-loop .xs-product-content, .loop-product-info, .related.products .loop-product-info, .dokan-store .xs-product-content{
                padding: 10px!important;
            }


            #product-loop .price > span, span.woocommerce-Price-amount.amount, .related.products span.woocommerce-Price-amount.amount{
                text-align: center;
                font-size: 1.1rem!important;
                line-height: 1;
                white-space: nowrap;
                margin-bottom: 0;
            }

            span.woocommerce-Price-currencySymbol,
            .related.products span.woocommerce-Price-currencySymbol {
              font-size: 0.75rem;
            }


            .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .seller-items.row > ul > li, .woocommerce-page ul.products.columns-3 li.product, .woocommerce #product-loop > li, ul#product-loop > div.product {
              width: 46%;
              margin: 3% 2%!important;
            }

            .product .loop-product-info .discount, .related.products .loop-product-info .discount, .product-price .discount {
              top: 7px;
              right: 7px;
            }


            .product .loop-product-info .store-logo {
               width: 20px!important;
               height: 20px!important;
            }

            .product .loop-product-info .store-logo img {
               border: none;
               margin: 0!important;
               min-width: 24px!important;
               min-height: 24px;
            }

            .product .loop-product-info .store-name, a.store-name {
              height: 20px!important;
              margin-right: 10px;
              font-size: 14px!important;
              text-align: right;
              display: flex;
              max-width: 29vw;
              overflow: hidden;
              align-items: center;
              white-space: nowrap;
              text-overflow: ellipsis;
            }



            .product-price, .variable-price{
              font-size: 1rem!important;
              line-height: 1;
            }


}  /** end product mobile */ /** end product mobile */
/** end product mobile */ /** end product mobile */





@media screen and (max-width: 768px) {

         #product-loop .price > span, span.woocommerce-Price-amount.amount {
            font-size: 1rem;
         }
         .loop-product-info {
            padding: 0.5vw 1vw;
         }
}

@media (max-width: 576px) {
         .loop-product-info {
            padding: 5vw 1vw;
         }
}




/*** orderby ***/ /*** orderby ***/
/*** orderby ***/ /*** orderby ***/


      ul.display-change.pagination a {
          border-radius: 10px;
          border: solid 1px #E5E6E5!important;
          display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
        background: white;
        width: 45px;      }

      .woocommerce.list ul li, .products.list li, .woocommerce.list ul li, .products.list div {
          width: 100%;
          margin-right: 0!important;
          margin-left: 0!important;
          overflow: hidden;
      }

      .woocommerce.list h4.product-title a, .products.list h4.product-title a {
          height: unset;
      }


      .woocommerce.list > div > ul > li .xs-product-content, .products.list > li .xs-product-content, .products.list > div .xs-product-content {
          border: none;
      }


      .woocommerce.list > div > ul > li, .products.list > li, .products.list > div {
      width: 100%!important;
      }

      .woocommerce.list > div > ul > li img, .products.list > li img, .products.list > div img {
        border-radius: 0;
      }

      .store-page-wrap.woocommerce.list .xs-product-wraper.text-center, .products.list > li .loop-product, .products.list > div .loop-product  {
    display: flex;
    flex-flow: row;
}


/* orderby desktop *//* orderby desktop */
/* orderby desktop *//* orderby desktop */

@media (min-width:481px) {

        ul.display-change.pagination a {
          margin-right: 0.5vw;
        }

        ul.display-change.pagination i {
    font-size: 1.3rem;
}

        .orderby-view-container, .orderby-header{
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 2rem;
        }

}/* orderby desktop *//* orderby desktop */
/* orderby desktop *//* orderby desktop */



/* orderby Mobile */ /* orderby Mobile */
/* orderby Mobile */ /* orderby Mobile */

@media (max-width:481px) {

                .woocommerce.list > div > ul > li, .products.list > li, .products.list > div {
                width: 100%!important;
                }

                .woocommerce.list>div>ul>li img:not(.qvImage), .products.list>li img:not(.qvImage) {
                  border-radius: 0;
                }

                .woocommerce.list .xs_product_img_link{
                  max-width: 35%;
                }

              .orderby-view-container, .orderby-header {
                display: flex;
                padding: 16px;
                flex-flow: row wrap;
                align-items: center;
                margin: 10px 0;

              }

              .orderby-view-container > form, .orderby-header > form {
                  margin-bottom: 16px;
              }


              form.woocommerce-ordering {
                  max-width: 70%;
                  float: right!important;
              }


              ul.display-change.pagination {
                  float: left;
                  width: 30%;
                  flex-flow: row;
                      justify-content: left;              }

} /* orderby Mobile */ /* orderby Mobile */
/* orderby Mobile */ /* orderby Mobile */






  /**** product filters ****/ /**** product filters ****/
  /**** product filters ****/ /**** product filters ****/

          form.moly-store-product-search {
              display: flex;
              width: 100%;
          }

          .woocommerce .woocommerce-ordering select {
            border-radius: 10px;
            border: solid 1px #E5E6E5;
            height: 45px;
          }

          .woocommerce form.woocommerce-ordering {
              margin: 0;
          }

          .moly-store-product-search > button{
              padding: 0 10px;
              border-radius: 10px 0 0 10px;
              border: none;
              color: white;
              height: 45px;
          }

          .moly-store-product-search > input[type=search] {
              border-radius: 0px 10px 10px 0;
              border: solid 1px #E5E6E5!important;
              height: 45px;
              -webkit-text-fill-color: #333333;
          }


/**** product filters pc ****/ /**** product filters pc ****/
/**** product filters pc ****/ /**** product filters pc ****/

@media (min-width:768px) {


          .moly-store-product-search > input[type=search] {
            font-size: 1rem!important;
          }


        form.moly-store-product-search {
            width: 70%;
            height: 40px;
            margin-left: 1vw;
        }




} /**** product filters pc ****/ /**** product filters pc ****/
/**** product filters pc ****/ /**** product filters pc ****/



/**** product filters mobile ****/ /**** product filters mobile ****/
/**** product filters mobile ****/ /**** product filters mobile ****/

@media (max-width:768px) {


          .moly-store-product-search > input[type=search] {
            font-size: 16px!important;
          }

}  /**** product filters mobile ****/ /**** product filters mobile ****/
/**** product filters mobile ****/ /**** product filters mobile ****/












/*** pagination **/ /*** pagination **/
/*** pagination **/ /*** pagination **/

            .dokan-pagination-container .dokan-pagination {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: row-reverse;
                margin: 20px 0px 30px;
            }

            ul.dokan-pagination a {
                font-size: 1.5rem;
                font-weight: bolder;
            }

          .woocommerce nav.woocommerce-pagination ul li span.current {
            font-weight: 600;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0!important;
            border-radius: 100%!important;
          }

          .woocommerce-page .woocommerce-pagination ul.page-numbers li span, .woocommerce-page .woocommerce-pagination ul.page-numbers li a {
            border: none;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
          }

          .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover{
            background: transparent;
          }

          .dokan-pagination-container .dokan-pagination li a {
            margin-right: 8px;
            color: #333333;
            border: none;
            font-size: 1.2rem;
            font-weight: normal;
          }

          .dokan-pagination-container .dokan-pagination li.active a {
              color: #fff!important;
              border: none;
              border-radius: 100%;
          }



          .woocommerce-page .woocommerce-pagination ul.page-numbers li{
              border-radius: 0;
              margin-right: 8px;
              border: none;
          }

          .woocommerce-page .woocommerce-pagination ul.page-numbers li span, .woocommerce-page .woocommerce-pagination ul.page-numbers li a{
              border: none
          }



/*** pagination **/ /*** pagination **/
/*** pagination **/ /*** pagination **/




/*** pagination desktop **/ /*** pagination desktop **/
/*** pagination desktop **/ /*** pagination desktop **/

@media (min-width:481px) {



            .woocommerce nav.woocommerce-pagination ul li span.current, .dokan-pagination-container .dokan-pagination li.active a {
              height: 2vw;
              width: 2vw;
            }

            .woocommerce-page .woocommerce-pagination ul.page-numbers li span, .woocommerce-page .woocommerce-pagination ul.page-numbers li a {
              font-size: 1.2vw;
              height: 2vw;
              width: 2vw;
            }


} /*** pagination desktop **/ /*** pagination desktop **/
/*** pagination desktop **/ /*** pagination desktop **/




/*** pagination mobile **/ /*** pagination mobile **/
/*** pagination mobile **/ /*** pagination mobile **/

@media (max-width:481px) {


            .dokan-pagination-container .dokan-pagination li a{
              font-size: unset;
              padding: 5px 10px;
            }

            .woocommerce nav.woocommerce-pagination ul {
                display: flex;
                justify-content: center;
                align-items: center;
              }

              .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
                height: 25px!important;
                width: 25px!important;
                font-size: 1rem!important;
              }


              .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
                margin:0;
              }

} /*** pagination mobile **/ /*** pagination mobile **/
/*** pagination mobile **/ /*** pagination mobile **/




/**** product price quantity ****/ /**** product price quantity ****/
/**** product price quantity ****/ /**** product price quantity ****/

        .quantity-price > div {
            display: flex;
            flex-flow: column;
            align-items: flex-start;
        }

        .quantity-price {
            width: 100%;
            display: flex;
            align-items: baseline;
            margin: 1.5vw 0 1vw;
            justify-content: space-between;

        }


        .woocommerce div.product form.cart div.quantity {
             padding: 0;
             align-items: center;
             margin-top: 10px;
        }

        .woocommerce .quantity .qty{
            border:none!important;
             background:transparent!important;
             font-weight: 600!important;
    }





/* price quantity desktop */ /* price quantity desktop */
/* price quantity desktop */ /* price quantity desktop */

@media (min-width:481px) {

      .woocommerce .quantity .qty {
        font-size: 0.885rem!important;
        height: 1.458vw!important;
        padding: 0!important;
        width: 3rem;
    }



    .quantity-price > div{
      height: 4rem;
    justify-content: space-evenly;
    }


}/* price quantity desktop */ /* price quantity desktop */
/* price quantity desktop */ /* price quantity desktop */





/* price quantity mobile */ /* price quantity mobile */
/* price quantity mobile */ /* price quantity mobile */

@media (max-width:481px) {

      .woocommerce .quantity .qty {
        font-size: 16px!important;
        min-width: 50px;
    }

    .cart .quantity input[type="button"]{
      height: 30px;
      width: 30px;
    }

        input.plus {
        margin-right: 5px;
    }
    input.minus {
        margin-left: 5px;
    }


    .quantity-price>div {
      height: 85px;
    justify-content: space-evenly;
}

  .xs-modal-quick-view .quantity-price>div{
    max-height: 50px;
  }


}/* price quantity mobile */ /* price quantity mobile */
/* price quantity mobile */ /* price quantity mobile */



/**** product price quantity ****/ /**** product price quantity ****/
/**** product price quantity ****/ /**** product price quantity ****/







/***** addons + select *****/ /***** addons + select *****/
/***** addons + select *****/ /***** addons + select *****/

.wc-pao-addon-container.wc-pao-required-addon.wc-pao-addon > div > p, .wc-pao-addons-container > div p{
    width: 49%!important;
}

.wc-pao-addon-container.wc-pao-addon > label {
    width: 100%;
    justify-content: right;
    margin: 1rem 0!important;
}

p.form-row.form-row-wide.wc-pao-addon-wrap bdi {
    margin-left: 0;
}

.wc-pao-addon-checkbox-group-required {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.wc-pao-addon-checkbox-group-required label, p.form-row.form-row-wide.wc-pao-addon-wrap label {
    font-weight: 400!important;
    justify-content: right;
}

        input.input-text.wc-pao-addon-field.wc-pao-addon-custom-text {
            height: 40px;
            margin-top: 5px!important;
            background: white!important;
        }

        .wc-pao-addons-container {
          margin-left: auto;
          width: 100%;
        }

        .wc-pao-addons-container > div {
            display: flex;
            flex-flow: row wrap;
            position: relative;
            z-index: 1;
            width: 100%;
        }



/***** addons + select desktop *****/ /***** addons + select desktop *****/
 /***** addons + select desktop *****/ /***** addons + select desktop *****/

@media (min-width:481px) {

            .single-product td.label, .single-product td.label label, .quantity-container > label, .entry-summary label, .wc-pao-addon label.wc-pao-addon-name {
              font-size: 1rem!important;
            }

}/***** addons + select desktop *****/ /***** addons + select desktop *****/
 /***** addons + select desktop *****/ /***** addons + select desktop *****/





 /***** addons + select mobile *****/ /***** addons + select mobile *****/
 /***** addons + select mobile *****/ /***** addons + select mobile *****/

 @media (min-width:481px) {

   p.form-row.form-row-wide{
     margin-bottom: 0!important;
   }

   .xs-modal-quick-view .form-row input.input-text, .xs-modal-quick-view .form-row textarea
   {
     background: white!important;
     max-width: unset!important;
   }

   .xs-modal-quick-view .form-row input.input-text, .xs-modal-quick-view .form-row textarea, .wc-pao-addons-container select {
       font-size: 16px!important;
       height: 45px!important;
       max-width: unset;
       overflow: hidden;
   }

 }  /***** addons + select mobile *****/ /***** addons + select mobile *****/
  /***** addons + select mobile *****/ /***** addons + select mobile *****/
