.modelDetailCarousel {
    height: 310px;
    background-color: #000;
    overflow: hidden;
}
.modelDetailCarousel .carousel-slider {
    top: -30px;
}
.modelDetailCarousel .carousel-slider .indicators {
    bottom: -20px;
}
@media (min-width: 860px) {
    .modelDetailCarousel {
        height: 390px;
    }
}
@media (min-width: 1200px) {
    .modelDetailCarousel {
        height: 440px;
    }
}
@media (min-width: 1500px) {
    .modelDetailCarousel {
        height: 550px;
    }
}
@media (min-width: 2000px) {
    .modelDetailCarousel {
        height: 700px;
    }
}


.brandWrapper {
    margin-bottom:25px;
}

.modelsTypes_selection {
    width: 22%;
    display: inline-block;
}
.brandWrapper h3 {
    font-size:3.5em;
}

.modelsShapers_selection a {
    font-weight: 100;
}
.modelsShapers_selection .mss_selected {
    background-color: #fff;
    color:#111;
}
.bwHidden {
    display:none;
}

.modelsTypes_selection label {
    font-size: 1.1em;
    top: -38px;
}
.modelsTypes_selection .select-wrapper input.select-dropdown {
    background-color:#fff;
    padding-left: 20px;
    box-sizing: border-box;
    height: 32px;
    top: 1px;
}
.modelsTypes_selection .dropdown-content li>a, 
.modelsTypes_selection .dropdown-content li>span {
    color: var(--main_color0);
}




.modelsPageTopImage {
    width: 100%;
    position: relative;
    top: -74px;
    margin-bottom: -34px;
}
.modelsPageTopImage img {
    width: 100%;
}

.modelslistWrapper {
    display: none;
}
.modelslistWrapper .modelsShapers_selection {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: none;*/
}

.modelslistWrapper .popularModel_item {
    margin-bottom:80px;
}

@media (max-width: 980px) {
    .modelsTypes_selection {
        width: 401px;
    }
    .modelslistWrapper .modelsShapers_selection {
        width:100%;
        flex-direction: column;
    }
}





.modelslistWrapper .modelsShapers_selection > a,
.modelslistWrapper .modelsShapers_selection > div {
    margin-left:3px;
    margin-right:3px;
}
.modelslistWrapper .modelsShapers_selection .modelsTypes_selection input.select-dropdown {
    border: solid 1px #ccc !important;
    font-size: .9em;
}
.modelslistWrapper .brandWrapper h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    margin:0 auto;
}
.modelslistWrapper .brandWrapper h3 small {
    font-size: 55%;
}
.modelslistWrapper .brandWrapper h3 img {
    width:100%;
}
.modelslistWrapper .collapsible-header {
    cursor:default;
    background-color:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modelslistWrapper .collapsible-header h4 {
    color:#999;
}
.modelslistWrapper .collapsible-body {
    display:flex;
}
.modelslistWrapper .flexList {
    width: calc(70% + 40px);
    margin: 0 auto;
    left: 0;
    align-items: start;
}
.modelslistWrapper .flexList .flItem {
    width: 33.3333333333%;
}
.modelslistWrapper .sfbrdmdlImgWrapper,
.modelslistWrapper .sfbrdmdlImgWrapper .sfbrdmdlImg_side {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.modelslistWrapper .sfbrdmdlImgWrapper {
    position: relative;
}
.modelslistWrapper .sfbrdmdlImgWrapper .sfbrdmdlImg_side {
    position: absolute;
    top: 0;
    left: 0;
}
.sfbrdmdlImg_side2 {
    transition: all .25s;
    opacity: 0;
}
.modelslistWrapper .flItem a {
    text-decoration: none;
    text-transform: uppercase;
    color:#333;
}
.modelslistWrapper .flItem a:hover .sfbrdmdlImg_side2 {
    opacity: 1;
}
.modelslistWrapper .sfbrdmdlImgWrapper img {
    min-width: 105%;
}
.modelslistWrapper .flItem p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 100;
}
.modelslistWrapper .flItem p span {
    margin-top:8px;
    background: #bbbdc0;
}
@media (max-width: 1200px) {
    .modelslistWrapper .flexList {
        width: calc(90% + 40px);
    }
    .modelslistWrapper .flItem p {
        font-size: .8em;
    }
}
@media (max-width: 720px) {
    .modelslistWrapper .flexList {
        width: calc(100% + 40px);
    }
    .modelslistWrapper .flItem p span {
        transform: scale(.9);
        transform-origin: center center;
    }
}


.modelsTypesFilter {
    width: 100%;
    padding:20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modelsTypesFilter a {
    display: inline-block;
    margin: 0 7px;
    font-size: 1.2em;
    text-decoration: none;
}









.standardMeasuresTable td, 
.standardMeasuresTable th {
    text-align: center;
}
@media (max-width: 720px) {
    .standardMeasuresTable * {
        font-size:.9em;
    }
    .standardMeasuresTable .stockmeasurementsTableButton,
    .standardMeasuresTable tbody th {
        padding-left: 5px !important;
        padding-right:5px !important;
        text-align: center !important;
    }
    .standardMeasuresTable .stockmeasurementsTableButton {
        right:5px !important;
    }
}
.standardMeasuresTable tbody th {
    padding-left: 20px;
    padding-right: 20px;
}
.videomodel_widget,
.vm_thumbs {
    width:100%;
}
.vm_thumbs {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
}
.vmt_item {
    position: relative;
    flex: 1 0 32%;
    margin-bottom:10px;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.vmt_item img {
    width: 100%;
}
.vmt_hover {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}
.vmt_hover:hover {
    opacity: 1;
}
.vmt_hover img {
    width: 10%;
}
#videoModal {
    width: 75vw;
    height: 90vh;
    top: 4vh !important;
    max-width: none;
    max-height: none;
    overflow: initial;
}
#videoModal .modal-content {
    background-color:#111;
}


.stockmeasurementsTableButton {
    width:80%;
    height: 10px;
    margin: 0 auto;
    padding: 20px;
    background-color:#000;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size:0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position:relative;
}
@media (max-width: 1420px) {
    .colsContainer .colItem.colItem_stocksMeasures,
    .colsContainer .colItem.colItem_videoModel {
        width: 100%;
    }
}




.vmVideoWrapper,
.vmVideoWrapper iframe {
    width: 100%;
    height: 100%;
}


.boardBrandLogo_wrapper {
    width:100%;
}
.boardBrandLogo_inner {
    width: 30%;
    margin: 0 auto;
    display:flex;
    align-items: center;
    justify-content: center;
}
.boardBrandLogo_inner img {
    width: 100%;
}