.elementor-1498 .elementor-element.elementor-element-69989bf{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:29px;--padding-bottom:26px;--padding-left:0px;--padding-right:0px;}.elementor-1498 .elementor-element.elementor-element-870ec44{text-align:end;}.elementor-1498 .elementor-element.elementor-element-870ec44 .elementor-heading-title{font-size:30px;font-weight:700;color:#2C2C73;}.elementor-1498 .elementor-element.elementor-element-9490d2f{--display:flex;}.elementor-1498 .elementor-element.elementor-element-36a1695.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1498 .elementor-element.elementor-element-36a1695.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-1498 .elementor-element.elementor-element-36a1695.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1498 .elementor-element.elementor-element-36a1695.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-36a1695 */.e-con-inner {
    justify-content: center !important;
}
.myproducts div div ul{
    grid-template-columns: repeat(3,1fr) !important;
}
.myproducts div div ul li a img{
    width: 100% !important;
    border-radius: 10px
}
.woocommerce-loop-category__title ,.woocommerce-loop-product__title{
    color: #644A9E !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}

.woocommerce-loop-category__title mark{
    font-size: 15px !important;
    color: #FE8784;
}
.woocommerce-Price-amount bdi{
    color: #EE4585;
    font-size: 20px;
    font-weight: 700;
}
.product_type_booking{
    border-radius: 10px !important;
    color: white !important;
    background-color: #644A9E !important;
    padding: 12px 24px 12px 24px !important;
}
.product_type_booking:hover{
    background-color: #EE4585 !important;
}

/*sort filter */
.orderby{
    padding: 7px 28px;
    border-radius: 10px;
    border-color: #dbc8c8;
    color: gray;
    font-size: 12px;
}


/* —-----Mobile Responsive—---- */
@media only screen and (max-width: 767px) {
  .myproducts div div ul{
    grid-template-columns: repeat(1,1fr) !important;
}
.myproducts div div ul li{
    margin: 0 auto !important;
    text-align: center;
}

}


/* —-------tablet—-------- */
@media only screen and (min-width: 767px) and (max-width:991px) {
  .myproducts div div ul{
    grid-template-columns: repeat(2,1fr) !important;
}
}/* End custom CSS */