


/* Start:/local/components/redbro/banner.current/templates/.default/style.css*/
.carousel-item {
    border: 1px solid lightgrey;
    height: 450px;
    overflow: hidden;
    border-radius: 1rem;
    position: relative;
}

.carousel-inner-text {
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;

}

.carousel-inner-text p {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
}

.carousel-inner-text a {
    background-color: var(--main-bg-color);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 24px;
    width: fit-content;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    color: white !important;
}

.carousel-inner-text a:hover {
    background-color: var(--main-hover-bg-color);
}


.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.control-block {
    position: absolute;
    display: flex;
    flex-direction: row;
    bottom: 30px;
    right: 50px;
    z-index: 500;
}

.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
}

.carousel-control-next,
.carousel-control-prev {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 36px !important;
    height: 36px !important;
    background: white !important;
    border-radius: 50% !important;
    color: #222 !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: white !important;
    background-color: var(--main-bg-color) !important;
}

.carousel-indicators {
    padding-right: 2rem !important;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50% !important;
    width: 9px !important;
    height: 9px !important;
    margin-left: 1rem;
    border: 3px solid rgba(255, 255, 255, 0);
}

.carousel-indicators .active {
    background-color: var(--main-bg-color) !important;
    border: 3px solid var(--main-bg-color);
}


@media (max-width: 960px) {


    .carousel-inner-text {
        position: absolute;
        top: 0;
        left: 20px!important;
        right: 20px!important;
        height: 100%;
        width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;

    }
}

/* End */



/* Start:/local/components/redbro/category.current/templates/.default/style.css*/
.categorycarusel .zbk__s_items {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
}

.categorycarusel a{
    color: #222;
}

.categorycarusel .znk__s_item {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    border: 1px solid lightgrey;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.categorycarusel .znk__s_item:hover {

    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.categorycarusel .znk__s_item:hover .znk__s_name {
    color: var(--main-bg-color);
}


.categorycarusel .znk__s_item img {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin-right: 1rem;
}

.categorycarusel .znk__s_item .znk__s_name {
    font-size: 16px;
}

.categorycarusel .znk__s_item .zbk__s_box {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: lightgrey;
    border-radius: 5px;
    margin-right: 1rem;
}

.categorycarusel .znk__s_item:hover .zbk__s_box{
    background: var(--main-hover-bg-color);
    color: white;
}

@media (max-width: 960px) {
    .categorycarusel .znk__s_item{
        flex:0 0 100%;
    }

    .categorycarusel .znk__s_item{
        justify-content: start;
    }
}



/* End */



/* Start:/local/components/redbro/items.current/templates/.default/style.css*/
.sw_items_section .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}


 .sw_items_section .brand_s_items {
     margin-top: 2rem;
     position: relative;
     background-color: white;
     margin-left: -0.25rem;
     margin-right: -0.25rem;
 }

.sw_items_section .brand_s_item{
    padding: 2rem;
}

.sw_items_section .brand_s_item a {
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}


.sw_items_section .brand_s_item a:before {
    content: "";
    display: block;
    padding-top: 50%;
}


.sw_items_section .brand_s_items .aml__prev {
    left: 0;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
}

.sw_items_section .brand_s_items .aml__next {
    right: 0;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
}


/* End */



/* Start:/local/components/redbro/elements.current/templates/.default/style.css*/

.sw__item_inner {
    border-radius: 1rem;
    border: 1px solid lightgrey;
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}



.sw__item_inner:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.sw__item_inner .sw__inner_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;

}
.sw__item_inner .sw__inner_text  .sw__inner_title{
    color: #fff;
    display: block;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.5rem;
    background: rgba(0,0,20,0.4);
    margin-bottom: 1rem;
}

.sw__item_inner .sw__inner_text  .sw__inner_title:hover{
    color: var(--main-bg-color);
}

.sw__item_inner .sw__prew_text .btn{
    border: 1px solid white;
    color: white;
    background: rgba(0,0,20,0.4);
}

.sw__item_inner .sw__prew_text .btn:hover{
    background-color: var(--main-hover-bg-color);
}

@media (max-width: 960px) {
    .sw__item_inner:before {
        padding-top: 50% !important;
    }
}


/* End */



/* Start:/local/components/redbro/tips.current/templates/.default/style.css*/

.tips-block-item {
    display: flex;
    flex-direction: row;
}

.tips-block-text {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
}

.tips-block-text span:first-child {
    font-size: 14px;
    font-weight: 600;
}



/* End */



/* Start:/local/components/redbro/info.current/templates/.default/style.css*/
.sw__info {
    padding:2rem;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.sw__info .sw__ss_title {
    font-size: 22px;
    font-weight: 700;
}

.sw__info .sw__info_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* End */
/* /local/components/redbro/banner.current/templates/.default/style.css */
/* /local/components/redbro/category.current/templates/.default/style.css */
/* /local/components/redbro/items.current/templates/.default/style.css */
/* /local/components/redbro/elements.current/templates/.default/style.css */
/* /local/components/redbro/tips.current/templates/.default/style.css */
/* /local/components/redbro/info.current/templates/.default/style.css */
