body{
    overflow-x: hidden;
}

header .container{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;

}

.produs{
    position: relative;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 80px;
}

.produs_wrapper{
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px 25px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.index_product_wrapper .produs_right2{
    right: 0;
}
.produs_cod{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #565656;
}

.produs_title{
    margin-top: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #434242;
}

.produs_container{
    position: relative;
    display: flex;
    border-bottom: 1px solid #F0F0F8;
}

.produs_detail{
    margin-top: 19px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.produs_vertical .produs_detail_slide.slick-active{
    border: 1px solid #F0F0F8;
}

.produs_horizontal{
    max-width: 437px;
}

.produs_horizontal .produs_detail_slide{
    border: 1px solid #F0F0F8;
    height: 410px;
    margin-right: 5px;
    margin-left: 5px;
}

.produs_horizontal .produs_detail_slide img{
    width: 424px;
    height: 410px;
    object-fit: contain;
}

.produs_vertical .produs_detail_slide{
    margin-bottom: 12px;
}

.produs_vertical .produs_detail_slide.slick-current{
    border: 1px solid #80C8EC;
}

.produs_vertical {
    max-width: 437px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.produs_vertical img{
    width: 98px;
    height: 92px;
    object-fit: cover;
}



.produs_vertical .swiper-slide {
    text-align: center;
    font-size: 48px;
    font-weight: 500;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*.produs_detail_carousel{*/
/*    position: relative;*/
/*}*/

.produs_vertical_btns{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 10;
    bottom: 30px;
    left: 0px;
    width: 100%;
}

.prod_vert_prev{
    transform: rotate(-90deg);
}

.prod_vert_next{
    transform: rotate(-90deg);
}

.prod_vert_prev, .prod_vert_next{
    width: 37px !important;
    height: 37px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    transform: rotate(0deg);
}

.prod_vert_next{
    transform: rotate(180deg);
}

.prod_vert_prev::after, .prod_vert_next::after{
    display: none;
}

.prod_vert_prev::before, .prod_vert_next:before{
    content: '';
    display: block;
    position: relative;
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
    background-image: url('/icons/poducts/arrow_left.svg');
}

.produs_about{
    margin-left: 9px;
    margin-top: 39px;
    max-width: 320px;
    width: 100%;
    padding-right: 20px;
    border-right: 1px solid #CECECE;
}

.produs_about_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}

.produs_about_message{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #252525;
    max-width: 664.2px;
}
.produs_about_message_all{
    -webkit-line-clamp: unset;
}

.podus_about_btn{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #252525;
    margin-top: 10px;
    max-width: 102px;
    cursor: pointer;
}

.btn_hidden{
    display: none;
}

.produs_about_btn span{
    margin-left: 5px;
}

.produs_about_spec{
    margin-top: 20px;
}

.produs_about_list{
    width: 100%;
    margin-top: 15px;
}

.produs_about_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #F0F0F8;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000000;

}



@media(max-width: 1460px){
    .produs_info{
        margin-left: 100px;
    }
    .produs_about_mob{
        display: block;
        max-width: unset;
        width: unset;
    }
    .specification_wrapper{
        display: grid;
        grid-template-columns: repeat(2, 50%);
        gap: 15px;
    }
    .produs_about_mob .produs_about_message{
        overflow: none;
        height: unset;
        -webkit-line-clamp: unset;
        max-width: 800px;
    }
}

@media(max-width: 1110px){
    .produs_info{
        margin-left: 30px;
    }
    .produs_wrapper{
        padding-right: 20px;
    }
}

@media(max-width: 1000px){
    .produs_container{
        flex-direction: column;
    }
}

@media(max-width: 930px){
    .produs_detail .produs_horizontal .produs_detail_slide img{
        width: 100%;
        height: 100%;
    }
    .produs_horizontal .produs_detail_slide{
        height: 304px;
    }
    .produs_horizontal{
        max-width: 315px;
    }
    .produs_vertical{
        height: 310px;
    }
    .produs_vertical_btns{
        height: 345px;
    }
}

@media(max-width: 800px){
    .produs_container{
        flex-direction: column;
    }
    .produs_info{
        margin-left: 0;
        width: 100%;
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
    }
    .produs_info_detail{
        padding-left: 21px;
        padding-right: 16px;
    }
    .obiect_wrapper{
        flex-direction: column-reverse;
    }
    .produs_about{
        border-right: unset;
    }
}

@media(max-width: 670px){
    .specification_wrapper{
        grid-template-columns: repeat(1, 100%);
    }
}

@media(max-width: 580px){
    .scrumb_item{
        //width: 70px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .scrumbs{
        flex-direction: column;
        align-items: flex-start;
    }
    .scrumb_wrapper{
        flex-direction: column-reverse !important;
        align-items: flex-start;
    }
    .scrumb_wrapper>div{
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 515px){
    .produs_detail .produs_horizontal .produs_detail_slide img{
        width: 100%;
        height: 100%;
    }
    .produs_horizontal .produs_detail_slide {
        height: 197px;
    }
    .produs_horizontal {
        max-width: 206px;
    }
    .produs_vertical {
        height: 205px;
    }
    .produs_vertical_btns {
        height: 240px;
    }
}

@media(max-width: 470px){
    .produs_about, .produs_descrierea{
        margin-left: 0;
        padding-left: 0;
    }
}

@media(max-width: 400px){
    .produs_title {
        font-size: 18px;
        line-height: 22px;
    }
    .produs_wrapper{
        padding: 20px 15px;
    }
}
@media(max-width: 370px){
    .produs_title {
        font-size: 18px;
        line-height: 22px;
    }
    .produs_wrapper{
        padding: 20px 15px;
    }
    .produs_horizontal {
        max-width: 170px;
    }
    .produs_horizontal .produs_detail_slide img {
        width: 155px;
    }
    .produs_horizontal .produs_detail_slide {
        height: 175px;
    }
}

@media(max-width: 340px){
    .gallery-slider .swiper-slide img{
        width: 100%;
        object-fit: cover;
    }
}

.filter{
    position: absolute;
    z-index: 999;
    display: flex;
    left: 0;
    width: 150px;
    top: 90px;
    flex-direction: column;
    padding: 0 20px;
    background: rgba(255,255,255,1);
    transition: 0.5s all;

}

.filter_title{
    font-size: 16px;
    font-weight: 800;
    padding: 10px 5px;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
}

.filter_item{
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.reset{
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 5px;
    color: #000;
}

.more_filter{
    transform: rotate(180deg);
    position: absolute;
    right: -23px;
    background: #ffffff;
    padding: 10px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    top: 0px;
    cursor: pointer;
    transition: 0.5s all;
}

.hidden{
    display: none;
}

.filter.active{
    left: -190px;
    transition: 0.5s all;
}

.more_filter.active{
    transform: rotate(0deg);
    transition: 0.5s all;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}



/* CSS */
.before_link {
    margin-left: 25px;
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
    text-decoration: none;
}

.before_link:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
}

.before_link:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
}

.before_link:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
    text-decoration: none;
}

.before_link:focus {
    outline: 1px transparent;
}

.before_link:before {
    display: none;
}

.before_link:-webkit-details-marker {
    display: none;
}

/*Adaugator css*/
.leaflet-container a {
    margin-right: 10px;
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
    text-decoration: none;
}
.leaflet-container a:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
}

.leaflet-top.leaflet-right{
    display: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
    display: flex;
}
.leaflet-touch .leaflet-bar a{
    width: 100%;
    height: 100%;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
    border: none;
}

.leaflet-touch .leaflet-bar a:last-child, .leaflet-touch .leaflet-bar a:first-child{
    border-radius: 6px;
}
