.bew-pro-align-items-center {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.bew-pro-display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

/*BEW Grid Carousel
************************************************************************************/
/*woo product star rating css*/

/*this is for grid carousel equal height start*/
.bew-pro-grid-carousel-products.bew-match-height-product-grid .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bew-pro-grid-carousel-products.bew-match-height-product-grid .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.bew-pro-grid-carousel-products.bew-match-height-product-grid .products {
    display: grid;
    align-content: space-between;
}
/*this is for grid carousel equal height end*/
.bew-pro-grid-carousel-products .products .star-rating {
    display: inline-block;
    width: initial;
    height: auto;
    font-size: 0;
}
.bew-pro-grid-carousel-products .products .star-rating:before {
    position: relative;
    float: none;
}
.bew-pro-grid-carousel-products .products .star-rating .star-rating span {
    height: 100%;
    font-size: 0;
}
.bew-pro-grid-carousel-products .products .star-rating .star-rating span:before {
    position: absolute;
}

.bew-pro-grid-carousel-products.bew-hide-product-rating .products .star-rating {
    display: none;
}
.bew-pro-grid-carousel-products.bew-arrow-hover .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.bew-pro-grid-carousel-products.bew-arrow-hover:hover .owl-nav,
.bew-pro-grid-carousel-products.bew-arrow-hover:focus .owl-nav {
    opacity: 1;
}
.bew-pro-grid-carousel-products .owl-dots {
    text-align: center;
}
.bew-pro-grid-carousel-products .products {
    margin-bottom: 15px;
    overflow: clip;
}
.bew-pro-grid-carousel-products .products a.woocommerce-LoopProduct-link {
    text-decoration: none;
}
.bew-pro-grid-carousel-products .products a .woocommerce-loop-product__title {
    margin: 14px 0 8px;
    font-size: 1em;
    color: #030303;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.bew-pro-grid-carousel-products .products a:hover .woocommerce-loop-product__title {
    color: #086abd;
}
.bew-pro-grid-carousel-products .products .star-rating {
    float: none;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
}
.bew-pro-grid-carousel-products .products .star-rating::before {
    color: #FEBF00;
}
.bew-pro-grid-carousel-products .products .star-rating span::before {
    color: #FEBF00;
}
.bew-pro-grid-carousel-products .products .price {
    margin-bottom: 14px;
    display: block;
    font-size: 14px;
}
.bew-pro-grid-carousel-products .products bdi {
    font-weight: 600;
}
.bew-pro-grid-carousel-products .products del {
    opacity: 0.8;
}
.bew-pro-grid-carousel-products .products .bew-cart-button a {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.bew-pro-grid-carousel-products .products .bew-cart-button a.added_to_cart {
    display: block;
    padding: 0;
}

/*grid product css*/
/***************************************************************************************************/
.bew-pro-grid-products.bew-match-height-product-grid ul.products {
    align-items: stretch;
}
.bew-pro-grid-products ul.products {
    align-items: start;
}
.bew-pro-grid-products li.product {
    overflow: clip;
}
.bew-pro-grid-products .bew-grid-product-image {
    position: relative;
    z-index: 1;
}
.bew-pro-grid-products .bew-grid-product-image img {
    width: 100%;
    margin-bottom: 15px;
}
.bew-pro-grid-products.bew-match-height-product-grid ul.products li.product {
    display: grid;
    align-content: space-between;
}
.bew-pro-grid-products ul li a.woocommerce-loop-product__link {
    display: block;
    text-decoration: none;
}
.bew-pro-grid-products ul li h2.woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 400;
}
.bew-pro-grid-products ul li a:hover h2.woocommerce-loop-product__title {
    color: #086abd;
}
.bew-pro-grid-products ul li .star-rating {
    margin-bottom: 5px;
}
.bew-pro-grid-products ul li .price {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #414141;
    margin-top: 0;
}
.bew-pro-grid-products ul li .price del {
    color: inherit;
    opacity: 0.5;
}
.bew-pro-grid-products ul li .bew-cart-button a.button {
    text-decoration: none;
}
.bew-pro-grid-products ul li .bew-cart-button a.added_to_cart {
    text-decoration: none;
    display: block;
    padding: 0;
}
.bew-pro-grid-products ul li .bew-cart-button a.button:hover {
    background-color: #086abd;
    color: #FFFFFF;
}

/*bew product hot deals 
**********************************************************************************************************************************/
.bew-elements-hot-deals-wrapper {
    position: relative;
    z-index: 1;
    padding: 40px;
    border: 3px solid #333;
}
.bew-elements-hot-deals-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bew-elements-hot-deals-wrapper .added_to_cart {
    margin-left: 10px;
    color: #333;
}
.bew-elements-hot-deals-wrapper .added_to_cart:hover {
    color: #086abd;
}

.bew-elements-hot-deals-wrapper .hot-title {
    font-size: 50px;
    font-weight: 700;
    padding-right: 65px;
}
.bew-elements-hot-deals-wrapper .hot-deals-slider {
    display: flex !important;
    flex-direction: column;
}
.bew-elements-hot-deals-wrapper .hot-deals-slider .owl-stage-outer {
    order: 2;
}
.bew-elements-hot-deals-wrapper .hot-deals-slider .owl-dots {
    order: 1;
    display: flex;
    margin-bottom: 45px;
    overflow: hidden;
}
.bew-elements-hot-deals-wrapper .hot-deals-slider .owl-dots.disabled {
    display: none;
}
.bew-elements-hot-deals-wrapper .hot-deals-slider .owl-dots button {
    flex: 1;
    border-radius: 0px;
    margin: 0;
    height: 4px;
    width: 4px;
}
.bew-elements-hot-deals-wrapper .bew-product-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bew-elements-hot-deals-wrapper .bew-product-inner .bew-product-image {
    padding: 0;
    position: relative;
}
.bew-elements-hot-deals-wrapper .owl-nav button {
    top: -60px;
    transform: none;
    z-index: 1;
}
.bew-elements-hot-deals-wrapper .owl-nav button.owl-next {
    right: 10px;
}
.bew-elements-hot-deals-wrapper .owl-nav button.owl-prev {
    right: 40px;
    left: auto;
}
.bew-elements-hot-deals-wrapper .owl-nav .nav-btn {
    background-color: transparent;
    border: none;
    border-radius: initial;
    padding: 0;
}
.bew-elements-hot-deals-wrapper .owl-nav .nav-btn:hover {
    color: #086abd;
}
.bew-elements-hot-deals-wrapper .owl-nav button i {
    font-size: 25px;
}
.bew-elements-hot-deals-wrapper .bew-product-contents {
    text-align: center;
    width: 100%;
}
.bew-elements-hot-deals-wrapper .bew-product-contents a {
    display: inline-block;
}
.bew-elements-hot-deals-wrapper .bew-product-contents .woocommerce-loop-product__title {
    margin-top: 35px;
}
.bew-elements-hot-deals-wrapper .bew-product-contents a:hover .woocommerce-loop-product__title {
    color: #086abd;
}
.bew-elements-hot-deals-wrapper .bew-product-contents .woocommerce-product-details__short-description {
    margin-bottom: 10px;
}
.bew-elements-hot-deals-wrapper .bew-product-contents .star-rating {
    font-size: 20px;
    line-height: 1.2;
}
.bew-elements-hot-deals-wrapper .bew-hide-product-rating .star-rating {
    display: none;
}
.bew-elements-hot-deals-wrapper .bew-product-contents .price {
    font-size: 24px;
    font-weight: 700;
}
.bew-elements-hot-deals-wrapper .bew-product-contents .price del {
    color: rgba(51, 51, 51, 0.7);
}
.bew-elements-hot-deals-wrapper .bew-product-contents .stock-progress {
    margin: 0 5px 25px;
}
.bew-elements-hot-deals-wrapper .bew-product-contents .stock-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 10px 12px;
}
@media only screen and (max-width: 425px) {
    .bew-elements-hot-deals-wrapper .bew-product-contents .stock-title {
        flex-direction: column;
    }
}
.bew-elements-hot-deals-wrapper .bew-product-contents .stock-num {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.bew-elements-hot-deals-wrapper .stock-progress .progress-bar-wrap {
    height: 15px;
    min-width: 100%;
    margin: 0;
    border-radius: 1px;
    background: #E9E9E9;
    overflow: hidden;
}
.bew-elements-hot-deals-wrapper .stock-progress .ab-progress-bar {
    height: inherit;
    margin: 0;
    background: #333;
    position: relative;
    z-index: 1;
}
.bew-elements-hot-deals-wrapper .bew-cart-button .button:hover {
    background-color: #086abd;
    color: #fff;
}

/*bew image product accordion
********************************************************************************************************/
.bew-pro-product-accordion .bew-product-widget-wrapper {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.bew-pro-product-accordion .bew-product-widget-wrapper.bew-tabs-vertical {
    flex-direction: column;
    height: 500px;
}
.bew-pro-product-accordion .bew-product-widget-wrapper.bew-tabs-vertical .product-inner {
    width: 100%;
    height: 10%;
    transition: all 1s;
}
.bew-pro-product-accordion .bew-product-widget-wrapper.bew-tabs-vertical .product-inner:hover {
    width: 100%;
    flex-basis: 40%;
}
.bew-pro-product-accordion .product-inner {
    position: relative;
    width: 10%;
    height: inherit;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: clip;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.bew-pro-product-accordion .product-inner:hover,
.bew-pro-product-accordion .product-inner.active-hover {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.bew-pro-product-accordion .product-inner .woo-product-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.bew-pro-product-accordion .product-inner .woo-product-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.01);
}
.bew-pro-product-accordion .woo-product-image .onsale {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    left: auto;
    background-color: #EB5A3E;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}
.bew-pro-product-accordion .woo-product-image img {
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}
.bew-pro-product-accordion .product-inner-contents {
    position: relative;
    width: 300px;
    margin: 20px;
    z-index: 2;
    opacity: 0;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bew-pro-product-accordion .product-inner-contents:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bew-pro-product-accordion .product-inner:hover .product-inner-contents,
.bew-pro-product-accordion .product-inner.active-hover .product-inner-contents {
    opacity: 1;
}
.bew-pro-product-accordion .product-inner-contents .woocommerce-loop-product__title {
    font-size: 20px;
    margin-bottom: 5px;
    white-space: break-spaces;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #111;
}
.bew-pro-product-accordion .product-inner-contents a {
    line-height: 1;
    text-decoration: none;
}
.bew-pro-product-accordion .product-inner-contents a:hover .woocommerce-loop-product__title {
    color: #086abd;
}
.bew-pro-product-accordion .product-inner-contents .price {
    margin-bottom: 14px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    cursor: default;
}
.bew-pro-product-accordion .product-inner-contents bdi {}
.bew-pro-product-accordion .product-inner-contents del {
    opacity: 0.8;
}
.bew-pro-product-accordion .product-inner-contents .button-cart_button a {
    display: inline-block;
    background-color: #333333;
    border-radius: 0px;
    padding: 7px 15px;
    color: #ffffff;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    word-break: break-all;
    white-space: break-spaces;
}
.bew-pro-product-accordion .product-inner-contents .button-cart_button a.added_to_cart {
    margin-left: 10px;
}
.bew-pro-product-accordion .product-inner-contents .button-cart_button a:hover {
    background-color: #086abd;
}
.bew-pro-product-accordion .product-inner-contents .star-rating {
    display: inline-block;
    width: initial;
    height: auto;
    font-size: 0;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    font-family: WooCommerce;
    line-height: 1;
    cursor: default;
}
.bew-pro-product-accordion .product-inner-contents .star-rating:before {
    position: relative;
    float: none;
    color: #FEBF00;
    font-size: 12px;
    letter-spacing: 3px;
    top: 0;
    left: 0;
    content: "sssss";
}
.bew-pro-product-accordion .product-inner-contents .star-rating span {
    height: 100%;
    font-size: 0;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: WooCommerce;
    line-height: 1;
}
.bew-pro-product-accordion .product-inner-contents .star-rating span:before {
    position: absolute;
    color: #FEBF00;
    font-size: 12px;
    letter-spacing: 3px;
    content: "SSSSS";
    top: 0;
    left: 0;
}
/*accordion product to display for desktop*/

.bew-pro-product-accordion[slider-products="1"] .product-inner:nth-child(n+2) {
    display: none;
}
.bew-pro-product-accordion[slider-products="2"] .product-inner:nth-child(n+3) {
    display: none;
}
.bew-pro-product-accordion[slider-products="3"] .product-inner:nth-child(n+4) {
    display: none;
}
.bew-pro-product-accordion[slider-products="4"] .product-inner:nth-child(n+5) {
    display: none;
}
.bew-pro-product-accordion[slider-products="5"] .product-inner:nth-child(n+6) {
    display: none;
}
.bew-pro-product-accordion[slider-products="6"] .product-inner:nth-child(n+7) {
    display: none;
}
.bew-pro-product-accordion[slider-products="7"] .product-inner:nth-child(n+8) {
    display: none;
}
.bew-pro-product-accordion[slider-products="8"] .product-inner:nth-child(n+9) {
    display: none;
}
.bew-pro-product-accordion[slider-products="9"] .product-inner:nth-child(n+10) {
    display: none;
}
.bew-pro-product-accordion[slider-products="10"] .product-inner:nth-child(n+11) {
    display: none;
}

/*accordion product to display for tablet*/
@media only screen and (max-width: 1023px) {
    .bew-pro-product-accordion[slider-products-tablet="1"] .product-inner:nth-child(n+2) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="2"] .product-inner:nth-child(n+3) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="3"] .product-inner:nth-child(n+4) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="4"] .product-inner:nth-child(n+5) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="5"] .product-inner:nth-child(n+6) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="6"] .product-inner:nth-child(n+7) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="7"] .product-inner:nth-child(n+8) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="8"] .product-inner:nth-child(n+9) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="9"] .product-inner:nth-child(n+10) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-tablet="10"] .product-inner:nth-child(n+11) {
        display: none;
    }
}
/*accordion product to display for tablet*/
@media only screen and (max-width: 575px) {
    .bew-pro-product-accordion[slider-products-mobile="1"] .product-inner:nth-child(n+2) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="2"] .product-inner:nth-child(n+3) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="3"] .product-inner:nth-child(n+4) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="4"] .product-inner:nth-child(n+5) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="5"] .product-inner:nth-child(n+6) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="6"] .product-inner:nth-child(n+7) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="7"] .product-inner:nth-child(n+8) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="8"] .product-inner:nth-child(n+9) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="9"] .product-inner:nth-child(n+10) {
        display: none;
    }
    .bew-pro-product-accordion[slider-products-mobile="10"] .product-inner:nth-child(n+11) {
        display: none;
    }
    .bew-pro-product-accordion .bew-product-widget-wrapper.bew-tabs-horizontal {
        flex-direction: column;
    }
    .bew-pro-product-accordion .bew-product-widget-wrapper.bew-tabs-horizontal .product-inner {
        width: 100%;
        height: 10%;
    }
}

.bew-pro-product-accordion .bew-hide-product-rating .product-inner-contents .star-rating {
    display: none;
}
@media only screen and (max-width: 767px) {
    .bew-pro-product-accordion .product-inner-contents {
        width: auto;
    }
}

/*product slider css*/
/**************************************************************************************************/
.bew-pro-product-slider .bew-product-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bew-pro-product-slider .bew-product-contents {
    width: 50%;
}
.bew-pro-product-slider .bew-product-image {
    width: 50%;
}
.bew-pro-product-slider .woocommerce-loop-product__title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
}
.woocommerce-product-details__short-description {
    font-size: 16px;
}
.bew-pro-product-slider .price {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.bew-pro-product-slider.bew-arrow-hover .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.bew-pro-product-slider.bew-arrow-hover:hover .owl-nav,
.bew-pro-product-slider.bew-arrow-hover:focus .owl-nav {
    opacity: 1;
}
.bew-pro-product-slider .owl-nav button.owl-prev {
    left: -60px;
}
.bew-pro-product-slider .owl-nav button.owl-next {
    right: -60px;
}
.bew-pro-product-slider .owl-dots {
    text-align: center;
}
.bew-pro-product-slider .product-slider-image-right {
    flex-direction: row-reverse;
}
.bew-pro-product-slider .bew-product-image img {
    padding-right: 30px;
    padding-left: 0;
}
.bew-pro-product-slider .product-slider-image-right .bew-product-image img {
    padding-right: 0;
    padding-left: 30px;
}
.bew-pro-product-slider .added_to_cart {
    display: block;
}
.bew-pro-product-slider {
    position: relative;
}
.bew-pro-product-slider:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bew-hide-product-short-description .woocommerce-product-details__short-description {
    display: none !important;
}
.bew-hide-product-cart .bew-cart-button {
    display: none !important;
}
.bew-hide-product-price .price {
    display: none !important;
}


/*All Screen Media Query*/
@media only screen and (max-width: 1199px) {
    .bew-pro-product-slider .owl-nav button.owl-prev {
        left: -10px;
    }
    .bew-pro-product-slider .owl-nav button.owl-next {
        right: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .bew-pro-product-slider .bew-product-contents {
        width: 100%;
    }
    .bew-pro-product-slider .bew-product-image {
        width: 100%;
    }
    .bew-product-image {
        padding-right: 0;
        padding-left: 0;
    }
    .product-slider-image-right .bew-product-image {
        padding-right: 0;
        padding-left: 0;
    }
    .bew-pro-product-slider .owl-nav .owl-prev {
        left: 0;
    }
    .bew-pro-product-slider .owl-nav .owl-next {
        right: 0;
    }
}
.bew-pro-product-slider.bew-hide-product-rating .star-rating {
    display: none;
}

/*bew pro image carousel
***********************************************************************************************************************/
.bew-pro-image-carousel .owl-dots {
    text-align: center;
}
.bew-pro-image-carousel.bew-arrow-hover .owl-nav {
    visibility: hidden;
    opacity: 0;
}
.bew-pro-image-carousel.bew-arrow-hover:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}
.bew-pro-image-carousel a .content-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 25px;
}
.bew-pro-image-carousel .content-image:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.bew-pro-image-carousel .content-image:hover .title-overlay {
    opacity: 1;
    visibility: visible;
}
.bew-pro-image-carousel .content-image .title-overlay span {
    padding: 4px 14px;
    background-color: #fff;
    color: #333;
}
.bew-pro-image-carousel .content-image .title-overlay {
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

/*bew testimonial slider start*/
.bew-pro-testimonial-slider .bew-pro-testimonial-items {
    padding: 25px;
    border: 1px solid #ebebeb;
    margin: 0 1px;
    text-align: center;
}
.bew-pro-testimonial-slider .owl-dots {
    text-align: center;
}
.bew-pro-testimonial-slider.bew-arrow-hover .owl-nav {
    visibility: hidden;
    opacity: 0;
}
.bew-pro-testimonial-slider.bew-arrow-hover:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}
.bew-pro-testimonial-slider .testimonial-icon svg {
    width: 60px;
    height: 60px;
    fill: #b3b3b3;
}
.bew-pro-testimonial-slider .testimonial-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    overflow: hidden;
}
.bew-pro-testimonial-slider .bew-pro-testimonial-content p:empty {
    display: none;
}
.bew-pro-testimonial-slider .bew-pro-testimonial-content .wp-video,
.bew-pro-testimonial-slider .bew-pro-testimonial-content p img,
.bew-pro-testimonial-slider .bew-pro-testimonial-content p {
    margin-bottom: 10px;
}
/*this is for testimonail the ratining*/
.bew-pro-testimonial-slider .testimonial-rating {
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0px;
}
.bew-pro-testimonial-slider .testimonial-rating i {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 22px;
    position: relative;
    font-family: "eicons";
    overflow: hidden;
    line-height: 1;
    color: #d8d8d8;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-full:before {
    content: none;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-empty:after {
    content: none;
}
.bew-pro-testimonial-slider .testimonial-rating i:after {
    content: '\2605';
    color: #FFD726;
    font-weight: 900;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    font-family: inherit;
    overflow: hidden;
}
.bew-pro-testimonial-slider .testimonial-rating i:before {
    content: '\002605';
    color: #d8d8d8;
    font-weight: 900;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    font-family: inherit;
    overflow: hidden;
}

.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-1:after {
    width: 10%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-2:after {
    width: 20%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-3:after {
    width: 30%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-4:after {
    width: 40%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-5:after {
    width: 50%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-6:after {
    width: 60%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-7:after {
    width: 70%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-8:after {
    width: 80%;
}
.bew-pro-testimonial-slider .testimonial-rating i.rating-icon-9:after {
    width: 90%;
}
/*testimonail rating end*/

.bew-pro-testimonial-slider .bew-pro-testimonial-meta .bew-pro-testimonial-image {
    display: inline-block;
}
.bew-pro-testimonial-slider .bew-pro-testimonial-meta .bew-pro-testimonial-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: -webkit-fill-available;
    vertical-align: middle;
    -o-object-position: center;
    object-position: center;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
.bew-pro-testimonial-slider .bew-pro-testimonial-meta-content-wrap .testimonial-author-name {
    margin-bottom: 3px;
}
.bew-pro-testimonial-slider .bew-pro-testimonial-meta-content-wrap .testimonial-job-desc {
    margin-bottom: 0px;
    font-size: 12px;
}
.bew-pro-testimonial-slider .bew-testimonial-logo-image {
    margin-top: 15px;
}
.bew-pro-testimonial-slider .bew-testimonial-logo-image img {
    width: 50px;
    overflow: hidden;
    display: inline-block;
}
/*this is for testimonail equal height start*/
.bew-pro-testimonial-slider.bew-testimonial-equal-height .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bew-pro-testimonial-slider.bew-testimonial-equal-height .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.bew-pro-testimonial-slider.bew-testimonial-equal-height .bew-pro-testimonial-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bew-pro-testimonial-slider.bew-testimonial-equal-height .bew-pro-testimonial-items .bew-pro-testimonial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*this is for testimonail equal height end*/
/*bew testimonial slider end*/

/*bew pro product tab
**************************************************************************************/
.bew-pro-product-tabs-wrap .bew-match-height-product-grid ul.products {
    align-items: stretch;
}
.bew-pro-product-tabs-wrap .bew-match-height-product-grid ul.products .product {
    display: grid;
}
.bew-pro-product-tabs-wrap .bew-match-height-product-grid .product .product-inner-contents {
    display: grid;
    align-content: space-between;
}
.bew-pro-product-tabs-wrap ul.products {
    align-items: start;
}
.bew-pro-product-tabs-wrap .bew-pro-product-tabs-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    text-align: center;
}
.bew-pro-product-tabs-wrap .bew-tab-title {
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    margin-left: 5px;
    cursor: pointer;
    word-break: break-all;
}
.bew-pro-product-tabs-wrap .bew-product-tab-active>.bew-tab-title {
    background-color: #efefef;
}
.bew-pro-product-tabs-wrap .bew-tab-title:hover {
    background-color: #f8f8f8;
}
.bew-pro-product-tabs-wrap .product {
    text-align: center;
}
.bew-pro-product-tabs-wrap .bew-pro-product-tabs .bew-pro-parent-cat-tab {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
    .bew-pro-product-tabs-wrap .bew-pro-product-tabs-title-wrap .bew-pro-tab-item,
    .bew-pro-product-tabs-wrap .bew-pro-product-tabs .bew-pro-parent-cat-tab .bew-pro-tab-item {
        flex-grow: 1;
        flex-basis: 100%;
        flex-shrink: 0;
    }
    .bew-pro-product-tabs-wrap .bew-tab-title {
        width: 100%;
        margin: 0 0 5px 0;
    }
}