:root{--page-title-display:none;}/* Start custom CSS */@media (min-width:768px){
    .home-service .img-100 img{
        width: 100%;
        max-width:unset;
        
    }
}
.home-service img{
    max-width: 428px;
    width:100%;
}
@media (max-width:767px){
    .mobile-full a{
        width: 100%;
    }
}

.loop-search-list div[data-elementor-type="loop-item"]{
    padding-left: 0;
    padding-right: 0;
}
@media (max-width:767px){
    .loop-search-list{
        background-color:#fff;
        padding-bottom: 50px;
    }
    .loop-search-list > div{
        height: 45vh !important;
        overflow: auto;
    }
    .addtocart-effect{
        margin-top:-10px;
    }
    .loop-search-list .elementor-pagination{
        position: absolute;
        bottom: 10px;
    }
}
.pitem-product:hover{
    transform: scale(1.01);
}
.product-tag-item{
    font-size: 10px;
    display: inline-block;
    background: #cfdbf6;
    padding: 0px 7px;
    border-radius: 20px;
}
.added_to_cart.wc-forward{
    color: var(--ast-global-color-2);
    font-size: 14px;
    text-align: right;
    width: 100%;
    display: inline-block;
}
.added_to_cart.wc-forward:hover{
    text-decoration: underline;
}
#preview-box p{
    font-size: 14px;
    margin-bottom: 10px;
}
#preview-tags{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfdbf6;
}
.preview-footer{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    gap: 5px;
}
#preview-button-addtocart{
    display: flex;
    gap: 5px;
    height: 50px;
}
#preview-button-addtocart:before{
    content:'';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' fill='%23ffffff' viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z'%3E%3C/path%3E%3C/svg%3E");
}
#preview-button-addtocart:hover:before, #preview-button-addtocart:focus:before{
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' fill='%23011e5c' viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z'%3E%3C/path%3E%3C/svg%3E");
}

@keyframes previewBoxSlideDown {
  0% {
    transform: translateY(-8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.preview-bounce {
  animation: previewBoxSlideDown 0.5s ease;
}

@media(min-width:768px){
    .filter-content-right .elementor-loop-container.elementor-grid{
        max-height: 80vh;
        overflow-y:auto;
        overflow-x:hidden;
        padding-right:10px;
    }
}

/* add to cart and qty */
.filter-content-addtocart .quantity.buttons_added{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.filter-content-addtocart .add_to_cart_button{
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.filter-content-addtocart .added_to_cart.wc-forward {
    width: auto;
}
.filter-content-addtocart .e-loop-add-to-cart-form-container{
    flex-direction: column;
    align-items: end;
}

/* qty */
.group-item-qty .minus, .group-item-qty .plus, .group-item-qty .input-text.qty {
    height: 50px;
}/* End custom CSS */