@font-face {
font-display:swap;
    font-display: swap !important;
}
body.woocommerce-checkout #billing_phone_field .iti{
    width: 100% !important;
}
body.woocommerce-checkout .wd-page-title .container,
body.woocommerce-cart .wd-page-title .container{
    align-items: center;
}
.ult-widget-title-style1{
    color: #ffffff !important;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    background-color: #1c61e7;
    padding: 11px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
body.woocommerce-checkout .regular-price .amount{
    color: #767676;
}
body.woocommerce-checkout .product-total >.amount,
body.woocommerce-cart .cart-subtotal .amount{
    color: #1c61e7;
}
.ult-header-scrolling-bar .wd-carousel-wrap{
    align-items: center;
}
.ult-home-slider .wd-carousel-item{
    height: 460px !important;
    max-height: 400px !important;
}
.ult-widget-border-style1{
    border: .5px solid #353745;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .44);
}
/*========================================================================*/


.ult-slider-center-mode .wd-slider .wd-slide{
    transform: scale(0.93);
    border-radius: 10px;
}

.ult-slider-center-mode .wd-slider .wd-active{
    max-width: 82vw;
    transform: scale(1) !important;
}
.wd-product .product-wrapper .wd-entities-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.4em * 3) !important; /* keeps height equal to 3 lines */
}

.wd-slide-bg{
    background-size: 100% auto !important;
    background-color: transparent !important;
}
/* START - Media Queries */
@media only screen and (min-width: 768px) {
    .ult-home-slider .wd-carousel-item{
        height: 360px !important;
        max-height: 360px !important;
    }
}
@media only screen and (max-width: 767px) {
    #main-content{
        padding-block: 0 !important;
    }
    .ult-title-style1 div{
        background-color: #9bd81a !important;
    }
    .joinchat__button {
        bottom: 130px !important;
        width: 40px !important;
        height: 40px !important;
    }

}


/* END - Media Queries */

