/*.sppb-carousel-extended-outer-stage {
    height: auto !important;
}

.sppb-carousel-extended-item {
    aspect-ratio: 8 / 3;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item img,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay { border-radius: 0 !important; }

div.sppb-carousel-extended-dots { bottom: 20px; }


@media (max-width: 991px) {
  .sppb-carousel-extended-item { aspect-ratio: 1 / 1; }
}
*/

.sppb-carousel-extended-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay{
    border-radius: 0px;
}

.sppb-carousel-extended-nav-control .nav-control.next-control {
    float: right;
    margin-right: 0px;
}

.sppb-carousel-extended-nav-control .nav-control.prev-control {
    float: left;
    margin-left: 0px
}

.slideshow .sppb-sp-slider-title {
    font-weight: 900;
    font-size: 58px;
    margin-bottom:30px;
}
.slideshow .sppb-sp-slider-text p{
    font-size:16px;
    margin-bottom:30px;
}
@media (max-width:1400px){
    .slideshow .sppb-sp-slider-title {
        font-size: 48px;
    }
}
@media (max-width:991px){
    .slideshow.sp-slider .sp-item .sp-background {
      	background-position: 75% 50%;
  	}
    .slideshow.sppb-addon-sp-slider .sp-item .sp-background::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / 60%);
  }
}

/*Product Category*/
.img-overlay-001 .overlay-image-title h2 a {
    color: #fff;
}

/*Product Carousel*/
.home-product-carousel .hikashop_listing_img_desc .hk-row-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-product-carousel .hikashop_carousel_item {
    height: 500px !important;
}
.home-product-carousel .hkc-sm-4.hikashop_product_item_left_part {
    width: 100%;
}
.home-product-carousel .hkc-sm-8.hikashop_product_item_right_part {
    width: 100%;
    padding: 0px 30px;
}
.home-product-carousel .hkc-sm-8.hikashop_product_item_right_part h2{
    margin: 0px;
}
.home-product-carousel .hikashop_product_name{
    margin-bottom: 20px !important;
}
.home-product-carousel .hikashop_product_name{
    margin: 0px;
}
.home-product-carousel .hikashop_product_name a{
    font-size: 20px;
    color:#fff;
}
.home-product-carousel span.hikashop_product_price_full{
    position:absolute;
    bottom:0;
    width: 100%;
    display: flex !important;
    justify-content: center;
    padding-right: 10px;
}
@media (max-width:1400px){
    .home-product-carousel .hkc-sm-8.hikashop_product_item_right_part{
        padding: 0 10px;
    }
}
@media (max-width:768px){
.home-product-carousel .hikashop_carousel_item {
    height: 350px !important;
}}
@media (min-width:768px){
.home-product-carousel .hikashop_products_listing:before {
    content: '';
    background: linear-gradient(90deg, #000000, transparent);
    width: 120px;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
    pointer-events:none;
}
.home-product-carousel .hikashop_products_listing:after {
    content: '';
    background: linear-gradient(90deg, transparent, #000000);
    width: 120px;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
    z-index: 2;
    pointer-events:none;
}}


/*Youtube Shorts*/
.video-style-001{
    position:relative;
}
.video-style-001:before {
    content:'';
    background: rgb(25 25 25 / 90%);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    opacity:1;
    transition:0.5s;
}
.video-style-001:hover:before{
    opacity:0;
    pointer-events:none;
}
@media (max-width:767px){
    .video-style-001{
        padding:15px
    }
    .video-style-001:before {
        background: transparent;
}}



/* EO HOMEPAGE */
