/* Add custom CSS styles below */ 

.s-products-slider-card.swiper-slide {
    max-width: 2000px;
    width: 300px;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal {
    max-width: 2043px;
    width: 100%;
}

/* main banner 1,2*/
salla-slider .swiper-pagination-bullet-active {
    background-color: #c60909 !important;
}


div:nth-child(2 of  .main_slider_section ) .item_behind img {
    height: 50vh;
}

div:nth-child(1 of  .main_slider_section ) .right_part{

    position: absolute;
    top:15rem;

}

div:nth-child(2 of  .main_slider_section ) .flex_div {
    justify-content: end;
}
div:nth-child(1 of  .main_slider_section ) .details_div {
    font-size: 24px;
    line-height: 160%;
    width: 87%;
    font-weight: 700;
}


/**/
/**/
.product_content_elemnt .s-product-options-option {
    align-items: center;
    justify-content: space-between;
    display: grid;
}
.s-product-options-option-content {
    grid-column: span 2 / span 2;
    margin-top: 0px;
}
.s-product-options-option-content {
    grid-column: span 2 / span 2;
    margin-top: 0px;
    margin: auto;
    width: 40%;
}
.s-product-options-image-input .filepond--drop-label {
    min-height: 120px !important;

}
.theme-dark  salla-product-options:nth-child(2) .s-product-options-option-container:nth-child(5){
    
}

/**/
/*banner text*/

.section_marg .right_items_part  p {
    color: #000;
    font-size: 35px;
    line-height: 3rem;
    text-align: center;
    font-weight: 700;
}
/**/


@media(max-width:768px){
div:nth-child(1 of  .main_slider_section ) .item_behind img {
    height:60vh;
}

div:nth-child(1 of  .main_slider_section ) .details_div {
    font-size: 14px;

}
.section_marg .right_items_part  p {
    font-size: 16px;
    line-height: 2rem;
}
.section_marg .right_items_part  h1 {
    font-size: 20px;
    line-height: 2rem;
}

div:nth-child(1 of  .main_slider_section ) .details_div {
    font-size: 14px;
    line-height: 160%;
    width: 87%;
    font-weight: 700;
}
.s-product-options-option-content {
    grid-column: span 2 / span 2;
    margin-top: 0px;
    margin: auto;
    width: 100%;
}
div:nth-child(2 of  .main_slider_section ) .right_part {
    position: absolute;
    top: 15rem;
    width: 56%;
    position: absolute;
    left: 0;
}
div:nth-child(2 of  .main_slider_section ) .item_behind img {
    height: 50vh;
    object-fit: unset;
}
div:nth-child(2 of  .main_slider_section ) .right_part h1 {
    font-size: 15px;
}

div:nth-child(2 of  .main_slider_section ) .flex_div::after {
    height: 75%;
}
footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


}