table thead tr {
    text-transform: uppercase;
    font-weight: 900;
}
table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}



.getBase64Wrapper {
    width:0;
    height: 0;
    overflow: hidden;
}
.contentRight {
    display:flex;
    justify-content:flex-end;
    align-items: center;
}
.sectionTitle {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
}
.stInside {
    margin-bottom: -54px;
    position: relative;
    z-index: 2;
    top: 30px;
}
.blockSpacer {
    width: 100vw;
    height: 0px;
    overflow: hidden;
}
.isMobile .sidenav-trigger {
    display: block !important;
}
.isMobile .mainNav_items {
    display: none !important;
}
.isMobile .brand-logo img {
    position:relative;
    left:-20px;
    top:-3px;
}
.engineElements,
.engineElements_local {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    opacity: 0;
}
.openModal {
    display:flex !important;
}
.multipleBtns {
    padding:10px 0;
}
.multipleBtns .btn {
    margin-left:10px;
}

.collapsible {
    border:none;
    box-shadow:none;
    -webkit-box-shadow: none;
}
.collapsible-header {
    background-color:#ddd;
    border:none;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}
.collapsible-header h4 {
    margin: 0;
    position: relative;
    top:1px;
}
.collapsible-body {
    padding:0;
    border:none;
}
.modal {
    width:92vw;
    height: 60vh;
}
.modal .modal-content {
    padding: 10px;
    background-color:#fff;
}
.modal .modal-content,
.slmap_big,
.slmapbig_gmap {
    width:100%;
    height:100%;
}
ul.numericList {
    padding-left:20px;
}
ul.numericList li {
    list-style-type: decimal;
}
.listIdent {
    display: block;
    padding-left:20px;
}




.whatsappLink {
    color: #25D366;
}
.whatsappLink:hover {
    color: #3ae779;
}


#ga_gateway {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width:100%;
    min-height:80px;
    background-color:rgba(0, 0, 0, 0.9);
    position:fixed;
    bottom:0;
    left:0;
    z-index: 999999999999;
}
#ga_gateway .gat_content {
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
}
#ga_gateway .gat_content .gatc_text {
    color: #CCC;
    margin-right: 20px;
}
#ga_gateway .gat_content .gatc_text a {
    color: #CCC;
    text-decoration: underline;
}
#ga_gateway .gat_content .gatc_accept {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:2px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color:#333;
    background-color:#fff;
    white-space: nowrap;
}












/* ------ Z-INDEX ------ */
.mainNav {
    z-index: 1000;
}
.sidenav-overlay {
    z-index: 1001;
}
.sidenav {
    z-index: 1002;
}
/* --- end Z-INDEX ----- */






.nav-wrapper {
    z-index: 2;
}
nav .brand-logo {
    padding-left: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .brand-logo.brandlogo_desktop {
    display: flex;
}
nav .brand-logo.brandlogo_mobile {
    display: none;
}
@media (max-width: 992px) {
    nav .brand-logo.brandlogo_desktop {
        display: none;
    }
    nav .brand-logo.brandlogo_mobile {
        display: flex;
    }
}


.brand-logo,
.brand-logo img {
    height:100%;
}
@media (max-width: 992px) {
    nav .brand-logo {
        padding-left:0;
    }
}
@media (max-width: 720px) {
    nav .brand-logo img {
        height: 70% !important;
    }
}
@media (max-width: 500px) {
    .brand-logo,
    .brand-logo img {
        height:92%;
    }
}
nav .sidenav-trigger {
    position: relative;
    top:5px;
}
nav .sidenav-trigger i {
    font-size:32px;
}





.sidenav-trigger i {
    color:#000;
    font-size: 28px;
}

.mainNav {
    position:relative;
}
.mainNavTop {
    width:100%;
    height:40px;
    background-color: #111;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right:20px;
}
.languageSelector {
    box-sizing: border-box;
    padding-right:20px;
}
.languageSelector a {
    margin:0 4px;
}
.socialIconsWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.socialIconsWrapper .socialIcons {
    margin:0 5px;
}
.languageSelector,
.socialIconsWrapper {
    position: relative;
    top: 2px;
}


.mainNavTop .newsletterForm .newsletterEmail {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.mainNavTop .newsletterForm .newsletterEmail:focus {
    border-bottom: 1px solid var(--main_color0) !important;
    -webkit-box-shadow: 0 1px 0 0 var(--main_color0) !important;
    box-shadow: 0 1px 0 0 var(--main_color0) !important;
}
@media (max-width: 700px) {
    .mainNavTop {
        padding-right:0;
    }
    .newsletterForm > button {
        width:84px !important;
        font-size: .7em !important;
        display: flex;
        justify-content: center;
        line-height: 28px !important;
        padding-left: 29px;
        margin-left: 5px !important;
    }
    .newsletterForm > button i {
        font-size: .9em;
        left: -9px;
        position: relative;
    }
    .newsletterForm {
        padding-right: 10px !important;
    }
    .mainNavTop .newsletterForm .newsletterEmail {
        width: 175px !important;
    }
}



.mainNav_items {
    position: relative;
    top: 6px;
}
.mainNav_items li {
    position: relative;
}
.mainNav_items .mainNav_submenu {
    display:none;
    position: absolute;
    top:64px;
    left:0;

    width: max-content;
    padding:10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 60%);
}

.mainNav_items li:hover > .mainNav_submenu {
    display:block;
}
.mainNav_items .hasSubMenu.submenuLeft .mainNav_submenu.subMenuLevel_1 {
    z-index: 10;
    right: 100%;
}
.mainNav_items .hasSubMenu.submenuLeft .mainNav_submenu {
    left:unset;
    right:0;
}

.mainNav_items .mainNav_submenu li {
    float:none;
    line-height:40px;
    border-top:solid 1px #444;
}
.mainNav_items .mainNav_submenu li:first-child {
    border-top:none;
} 

.mainNav_items .mainNav_submenu li a {
    padding:0 25px;
}
.mainNav a {
    text-decoration: none;
}
.mainNav_items a,
.sidenav a {
    position: relative;
    cursor: pointer;
}
.hasSubMenu a {
    padding-right:25px;
}

nav ul a:hover {
    background-color: rgba(0,0,0,0);
    color: var(--main_color0);
}
.mainNav_items a i,
.sidenav a i {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    font-size: 1.9em;
    color:#333 !important;
    /* color: rgba(255,0,0, 0) !important; */
}
.sidenav a i {
    left: 8px;
    font-size:1.7em;
}

.sidenav {
    background-color: #fff;
    /*width: 80%;*/
}
.sidenav li a {
    text-transform: uppercase;
    color:#333;
}
.sidenav .mainNav_submenu {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: height .2s;
}
.sidenav .mainNav_submenu a {
    padding-left: 45px;
    font-size: .9em;
    white-space: nowrap;
}
.snLogoWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.snLogoWrapper img {
    width:50%;
}
.mainNavBg {
    width:100%;
    height:80px;
    position: relative;
    top: -64px;
    margin-bottom: -44px;
}
.mainNavBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 29%;
    opacity: 0.4;
}


.mainNav_items .mainNav_submenu:not(.subMenuLevel_0, .mnsm_megaMenu) {
    position: absolute;
    top: -9px !important;
    left: 100%;
}
.mainNav_submenu a i {
    transform: scaleY(.6) rotate(-90deg) !important;
}






















.mainCarousel,
.modelDetailCarousel .carousel_wrapper,
.graphicsSliderModal_wrapper .carousel_wrapper {
    width: 100%;
    height: 320px;
}
.mainCarousel .carousel.carousel-slider,
.modelDetailCarousel .carousel.carousel-slider,
.graphicsSliderModal_wrapper .carousel.carousel-slider {
    height: 100% !important;
}
.info_center {
    bottom: unset !important;
    top: 50%;
    transform: translate(0, -50%);
}
.mainCarousel .carousel_fullWidthImg,
.modelDetailCarousel .carousel_fullWidthImg,
.graphicsSliderModal_wrapper .carousel_fullWidthImg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mainCarousel .carousel.carousel-slider .carousel-item {
    width: 100vw;
    overflow: hidden;
}
.swipeBlock_overlay {
    width: 100%;
    height: 100%;
}

@media (min-width: 860px) {
    .mainCarousel,
    .modelDetailCarousel .carousel_wrapper,
    .graphicsSliderModal_wrapper .carousel_wrapper {
        height: 500px;
    }
}
@media (min-width: 1200px) {
    .mainCarousel,
    .modelDetailCarousel .carousel_wrapper,
    .graphicsSliderModal_wrapper .carousel_wrapper {
        height: 600px;
    }
}
@media (min-width: 1640px) {
    .mainCarousel,
    .modelDetailCarousel .carousel_wrapper,
    .graphicsSliderModal_wrapper .carousel_wrapper {
        height: 800px;
    }
}



.carouseImgTopLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    transition: background-color 0.2s;

    z-index: 1;
}
.mainCarousel.dim .carouseImgTopLayer {
    background-color:rgba(0, 0, 0, 0.3);
    
}
.carouseImgTopLayer_inner {
    padding:20px;
    position: absolute;
    left: 11vw;
    text-align: left;
}
.carouseImgTopLayer_inner h1 {
    margin:0;
    margin-bottom:5px;
    text-transform: uppercase;
}


@media (max-width: 920px) {
    .carouseImgTopLayer_inner h1 {
        font-size: 2.8em;
    }
}
@media (max-width: 660px) {
    .carouseImgTopLayer_inner h1 {
        font-size: 2em;
    }
}

.csArrow {
    width: 28px;
    height: 54px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(78%);
    cursor: pointer;
}
.csArrow_prev {
    left: 30px;
    background-image: url(../images/cs_arrow_left.png);
}
.csArrow_next {
    right: 30px;
    background-image: url(../images/cs_arrow_right.png);
}


.tnItemsWrapper {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
.tnItemsWrapper .tnItem {
    padding: 20px;
    box-sizing: border-box;
    width: 25%;
}
.tnItemsWrapper .tnItem img {
    width: 100%;
}
@media (max-width: 960px) {
    .tnItemsWrapper .tnItem {
        width: 50%;
    }
}
.tnItem a {
    text-decoration: none;
    color:inherit;
}
.tnItem h4 {
    font-size: 1.3em;
    margin: 0;
    margin-top:5px;
}
.tnItem small {
    font-size: .9em;
    margin: 0;
    color:#999;
}

.trendingNow_wrapper .sectionTitle h3 {
    padding-left: 20px;
}
.trendingNow_wrapper .container {
    width: 85%;
}
@media only screen and (max-width: 1300px) {
    .trendingNow_wrapper .container {
        width: 95%;
    }
    .trendingNow_wrapper .tnItemsWrapper .tnItem {
        padding: 10px;
    }
}
@media only screen and (max-width: 700px) {
    .trendingNow_wrapper .container {
        width: 100%;
    }
    .trendingNow_wrapper .tnItemsWrapper .tnItem {
        padding: 9px;
    }
}




.dms_boardsWrapper {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1300px) {
    .dms_boardsWrapper {
        width: 80%;
    }
}
@media (max-width: 1220px) {
    .dms_boardsWrapper {
        width: 100%;
    }
}
.dmsbItem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
}
.itemsPerPAge_4 .dmsbItem {
    width:25%;
}



.destaqueModels_mobile { 
    height:0;
    overflow: hidden;
}
.destaqueModels_mobile .destaqueModelsSmall_slider {
    height:100%;
    transform: scale(1.5);
    transform-origin: center center;
}

@media (max-width: 1220px) {
    .destaqueModels_mobile {
        height:unset;
        overflow: unset;
    }
    .destaqueModels_desktop {
        height:0;
        overflow: hidden;
    }
}




.homeParalax_destaque {
    height: 260px;
}
.destaqueDetails {
    width:100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.destaqueDetails h4 {
    color:#fff;
}


.destaqueQuadrado_wrapper {
    width:100%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}
.destaqueQuadrado {
    height: 300px;
    display:flex;
    justify-content:center;
    align-items: center;
    position:relative;
    /*overflow: hidden;*/
}
.dq_2 .destaqueQuadrado {
    width:50%;
}
.dq_3 .destaqueQuadrado {
    width:33.33%;
}
.dq_4 .destaqueQuadrado {
    width:25%;
}
.destaqueQuadrado:hover {
    z-index: 9;
}
.destaqueQuadrado:hover .dq_imgBg {
    transform: scale(1.2); 
    -webkit-transform: scale(1.2);
}
.dq_imgBg {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    position:absolute;
    top:0;
    left:0;

    transition: transform 0.5s; 
    -webkit-transition: -webkit-transform 0.5s
}
.qd_details {
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.qd_details h4 {
    text-align: center;
    color:#fff;
}
.destaqueGraficos .destaqueQuadrado {
    overflow:hidden;
}
.destaqueGraficos .dq_imgBg {
    opacity: 0.4;
}
.destaqueGraficos .destaqueQuadrado:hover .dq_imgBg {
    transform:unset;
    -webkit-transform: unset;
}



.videoJumbotron_wrapper {
    overflow:hidden;
    position: relative;
}
.vjDetails {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 3;

    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.vjDetails h2 a {
    margin-bottom:10px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    text-decoration:none;
}
.vjDetails * {
    text-align:center;
}
.videoJumbotron_imgThumbnail {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2;
    opacity:1;
    display: none;
}
.videoJumbotron_imgThumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.videoJumbotron_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity:1;
}
.videoJumbotron { 
    position: relative; 
    padding-bottom: 56.25%;  
    height:0;
}
.videoJumbotron iframe, 
.videoJumbotron object, 
.videoJumbotron embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

@media (max-width: 700px) {
    .videoJumbotron iframe, 
    .videoJumbotron object, 
    .videoJumbotron embed { 
        width: 130%; 
        height: 130%; 
    }
    .videoJumbotron_inner {
        left: -15%;
    }
}
@media (max-width: 500px) {
    .videoJumbotron iframe, 
    .videoJumbotron object, 
    .videoJumbotron embed { 
        width: 180%; 
        height: 180%; 
    }
    .videoJumbotron_inner {
        left: -40%;
    }
}

.isMobile .videoJumbotron_wrapper {
    height: 600px;
}
.isMobile .videoJumbotron_imgThumbnail {
    display: block;
}
.isMobile .videoJumbotron_inner {
    display: none;
}
@media (max-width: 700px) {
    .isMobile .videoJumbotron_wrapper {
        height: 300px;
    }
}













.staticJumboTron {
    width: 100%;
    height: 755px;
    overflow: hidden;
    background-color: var(--main_color0);
    position: relative;
    top: -70px;
    margin-bottom: -70px;

}
@media (max-width: 960px) {
    .staticJumboTron {
        height: 500px;
    }
}
.sjt_videoWrapper_outer {
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
}
.sjt_videoWrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity:1;
}
.sjt_videoWrapper_inner { 
    position: relative; 
    padding-bottom: 56.25%;  
    height:0;
}
.sjt_videoWrapper_inner iframe, 
.sjt_videoWrapper_inner object, 
.sjt_videoWrapper_inner embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
@media (max-width: 1800px) {
    .sjt_videoWrapper_outer {
        width: 105%;
    }
}
@media (max-width: 1600px) {
    .sjt_videoWrapper_outer {
        width: 115%;
    }
}
@media (max-width: 1400px) {
    .sjt_videoWrapper_outer {
        width: 140%;
    }
}
@media (max-width: 960px) {
    .sjt_videoWrapper_outer {
        width: 135%;
    }
}
@media (max-width: 720px) {
    .sjt_videoWrapper_outer {
        width: 170%;
    }
}
@media (max-width: 580px) {
    .sjt_videoWrapper_outer {
        width: 200%;
    }
}
@media (max-width: 460px) {
    .sjt_videoWrapper_outer {
        width: 250%;
    }
}
@media (max-width: 420px) {
    .sjt_videoWrapper_outer {
        width: 300%;
    }
}
@media (max-width: 320px) {
    .sjt_videoWrapper_outer {
        width: 400%;
    }
}
@media (max-width: 230px) {
    .sjt_videoWrapper_outer {
        width: 670%;
    }
}
.sjt_overlayLayer {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}





.bn_submitSuccessMsg {
    color:#fff;
    display: none;
    font-size:2.5em;
    text-align: center;
}











.graphicsWrapper,
.modelslistWrapper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.graphicsWrapper .flexList .flItem a, 
.modelslistWrapper .flexList .flItem a {
    position: relative;
}
.graphicWrapper {
    position: relative;
}
.graphicItem a {
    text-decoration:none;
}
.graphicItem .giName {
    text-decoration:none;
    color:#999;
    margin-top:3px;
}
.itemBadge {
    position: absolute;
    width: 58px;
    height: 58px;
    right: 0;
    top: 0;
}
.itemBadge {
    height:100%;
}
.flexList {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;

    display:flex;
    justify-content:unset;
    align-items: center;
    flex-direction:row;
    flex-wrap: wrap;
}
.flexList .flItem {
    width: 16.6666666667%;
    box-sizing: border-box;
    padding: 20px;
}
.flexList .flItem a {
    display: block;
    width: 100%;
    height: 100%;
}
.flexList .flItem img {
    width: 100%;
}
.graphicsSliderModal_modal {
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.6);

    position: fixed;
    top:0;
    left:0;
    z-index: 1001;

    display:none;
    justify-content:center;
    align-items: center;
}
.graphicsSliderModal_wrapper {
    width:80vw;
    height: 70vh;
    background-color:#000;
    position: relative;
}
.graphicsSliderModal_inner,
.gs_imgWrapper {
    width: 100%;
    height: 100%;
}
.gsItem .gs_imgWrapper {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items: center;
}
.gsItem > p {
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
    color:#fff;
}
.gsItem .gs_imgWrapper img {
    height: 100%;
}
.closeGfxModal {
    transform: rotate(45deg);
    position: absolute;
    top: -20px;
    right: -20px;
    background-color:var(--main_color0);
}
.closeGfxModal:hover {
    background-color:var(--main_color0);
}
@media (max-width: 1060px) {
    .flexList .flItem {
        width: 25%;
    }
    .graphicsSliderModal_wrapper {
        width:90vw;
        height: 80vh;
    }
}
@media (max-width: 720px) {
    .flexList .flItem {
        width: 33.33%;
        padding: 10px;
    }
    .btn-floating {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .btn-floating i {
        line-height: 30px;
    }
    .closeGfxModal {
        top: -10px;
        right: -10px;
    }

    .csArrow_prev {
        left: 5px !important;
    }
    .csArrow_next {
        right: 5px !important;
    }
}








.mdcImgWrapper {
    width: 60%;
}
.mdcImgWrapper img {
    width: 100%;
    transform: rotate(-90deg) translateX(-32px); 
}
@media (max-width: 860px) {
    .mdcImgWrapper img {
        transform: rotate(-90deg) translateX(12px); 
    }
}
.modelDetail_info {
    padding: 20px;
    padding-top: 80px;
    box-sizing: border-box;
    font-weight: 100;
}
.modelDetail_info .mdi_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.modelDetail_info .mdi_header .mdi_modelLogo {
    width: 25%;
}
.modelDetail_info .mdi_header .mdi_modelLogo img {
    width: 100%;
}

.modelDetail_info .mdi_items {
    display:flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mdi_items .mdiItem {
    width: 50%;
    margin-bottom:20px;
}

.colsContainer {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;

    display:flex;
    justify-content:unset;
    align-items: flex-start;
    flex-direction:row;
    flex-wrap: wrap;

    overflow: hidden;
}
.colsContainer .colItem {
    width: 50%;
    padding: 20px;
}

@media (max-width: 720px) {
    .colsContainer .colItem {
        width: 100%;
    }
}
.descriptionWrapper,
.boardBrandLogo_wrapper {
    margin-bottom:20px;
}

.construcaoList li {
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left:18px;
}
.infoBlockHorizontal {
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.infoBlockHorizontal .ibhItem {
    width:33.33%;
}
@media (max-width: 1290px) {
    .infoBlockHorizontal .ibhItem {
        width:50%;
    }
}



.googleMapsLocation_wrapper {
    width:100%;
}
.googleMapsLocation_inner {
    width:100%;
    position: relative;
}
.googleMapsLocation_wrapper img.gmlImg {
    width:100%;
}
.googleMapsLocation_wrapper .gmlGoFullscreen {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    display:block;
    cursor: pointer;
}
.googleMapsLocation_wrapper .gmlGoFullscreen > i {
    font-size: 5em;
    transition: font-size .5s;
    color: #fff;
}
.googleMapsLocation_wrapper .gmlGoFullscreen:hover > i {
    font-size: 9em;
}












.newsletterForm {
    height: 100%;
    padding-top:4px;
    padding-right:40px;
    display:flex;
    justify-content: center;
    align-items: flex-start;
}
.newsletterForm .newsletterEmail {
    height: 30px !important;
    width:200px !important;
    background-color:#222 !important;
    color:#fff !important;
    padding: 0 10px !important;
    
}
.newsletterForm > button {
    height: 30px;
    line-height: 15px;
    margin-left: 10px;
    background-color: #eee;
    color:#111;
    font-size: .8em;
    transform: scale(.9);
    transform-origin: center center;
}
.newsletterForm > button:hover {
    color:#FFF;
}
::placeholder {
    color: #777;
    opacity: 1;
}












.filterSlider_wrapper {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -8px;
}
.sbSlider {
    width: 96%;
    margin-top: 36px;
    margin-bottom: 10px;
}
.noUi-connect {
    background: var(--main_color0) !important;
}
.noUi-handle:after, .noUi-handle:before {
    content: none !important;
}
.noUi-horizontal {
    height: 7px !important;
}
.noUi-horizontal .noUi-handle {
    width: 22px !important;
    height: 22px !important;
    border-radius: 22px !important;
    top: -10px !important;
}

.btn_clearallfilters {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.btn_clearAllFilters_inner {
    display: inline-block;
    padding: 6px 27px 5px 27px;
    background-color: #FFF;
    border: solid 1px #CCC;
    font-size: 9px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    height: 31px;
    line-height: 18px;
    font-size: 14px;
    background-color: #f5f5f3;
}









































/* ------- destaqueQuadrado ------- */
@media (max-width: 1200px) {
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details h4 {
        font-size: 1.4em;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details .btn {
        transform:scale(.8);
    }
}
@media (max-width: 960px) {
    .destaqueQuadrado_wrapper .destaqueQuadrado {
        height: 190px;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details h4 {
        font-size: 1.1em;
    }
}
@media (max-width: 720px) {
    .destaqueQuadrado_wrapper {
        flex-direction: column;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado {
        width:100%;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details h4 {
        font-size: 1.6em;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details .btn {
        transform:scale(1);
    }
}
/* ---- end destaqueQuadrado ------ */



@media (max-width: 1200px) {

}
@media (max-width: 960px) {
}
@media (max-width: 720px) {
    .vjDetails h2 {
        font-size: 1.7em;
        margin-bottom:7px;
    }
    .vjDetails .btn {
        transform:scale(.8)
    }
}
















.pageHCenter {
    width:1080px;
    margin:0 auto;
}
@media (max-width: 1080px) {
    .pageHCenter {
        width:100%;
        margin:0 auto;
    }
}





.btcAddToCart {
    background-color:#111;
}
.btcAddToCart:hover {
    background-color:#333;
}
.btcAddToCart .addToCartLoading {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btcAddToCart .addToCartLoading .preloader-wrapper {
    width:25px;
    height: 25px;
    top: 4px;
}
.btcAddToCart.disabled.cartIsLoading .addToCartTitle {
    opacity: 0.4;
}
.btcAddToCart.disabled.cartIsLoading .addToCartLoading {
    opacity: 1;
}
.btcAddToCart .alreadyInCartTitle {
    display:none;
}
.btcAddToCart.alreadyInCart .alreadyInCartTitle {
    display:inline-block;
}
.btcAddToCart.alreadyInCart .addToCartTitle {
    display:none;
}















.tabs {
    top: 1px;
    background-color:transparent;
    display:flex;
}
.tabs .tab {
    
}
.tabs .tab a {
    border-bottom:solid 1px #eee;
}
.tabs .tab a,
.tabs .tab a:hover, 
.tabs .tab a.active,
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
    color: #333;
    background-color: #fff;
}
.tabs .tab a.active,
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
    border:solid 1px #eee;
    border-bottom:none !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tabs .indicator {
    background-color: #fff;
    display: none;
}
.tabPage {
    border:solid 1px #eee;
    padding: 20px;
    border-radius:4px;
}






.page-footer {
    background-color:#0c0c0c;
}
.page-footer h5 {
    font-size:1.1em;
    text-transform:capitalize;
    font-weight: bold;
}
.page-footer a {
    text-decoration:none;
    color:#a6d5f5;
}
.footerCopyrightWraper {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.footerCopyrightWraper a {
    text-decoration: none;
}
.flStrong {
    font-weight: 900;
    font-size: 1em;
}
.page-footer a.flModels {
    color:#d5d5d5;
    font-size:.9em;
}




.dealers_filter {
    width: 50%;
    margin:0 auto;
    margin-bottom:40px;
}
.dealers_filter input {
    color:#333;
    background-color:#eee !important;
}
.dealers_filter .select-wrapper input {
    padding-left: 20px;
    box-sizing: border-box;
}
.dealers_filter .select-wrapper ul {
    background-color:#ccc;
    color:#111;
}
.dealers_filter .select-wrapper ul li > span {
    color:#111;
}
.select-wrapper input.select-dropdown {
    border-bottom: 1px solid #adddff !important;
}
.dealers_filter .select-wrapper .caret {
    z-index: 1;
}
.countrynav_fixed .dealers_filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    z-index: 2;
}
.countrynav_fixed .dealers_filter .dealers_filter_inner {
    width: 50%;
    margin: 0 auto;
}



.dl_countrytitle {
    width:100%;
    border-top:solid 1px #666;
    display:flex;
    justify-content:center;
    align-items: flex-start;
}
.dl_countrytitle  span {
    border:solid 1px #ccc;
    width: 300px;
    padding: 10px;
    position: relative;
    top:-24px;
    text-align: center;
    background-color:#eee;
}
.dl_statesWrapper {
    width:60%;
    margin: 0 auto;
}
.dl_areatitle {
    width:100%;
    padding: 8px;
    background-color:#eee;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}
.dealerWrapper {
    width: 100%;
    margin-bottom:20px;
}
.dealerDetailsWrapper_outer {
    width: 100%;
    overflow: hidden;
}
.dealerDetailsWrapper {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    display:flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-wrap: wrap;    
}
.dealerItem {
    width:25%;
    height:200px;
    margin-bottom:20px;
    padding:20px;
    box-sizing: border-box;
    overflow: hidden;
}
.dealerItem h6 {
    font-size:.8em;
    color: var(--main_color0);
}
.di_googleMapMarker {
    padding-top:10px;
    color: var(--main_color0);
}
.dealersmap_wrapper {
    width: 100%;
    height: 600px;
    position:relative;
    /*top:-20px;*/
}
#dealers_map {
    width: 100%;
    height: 100%;
    background-color: #888;
}
.maps-info-content,
.maps-info-content * {
    color: #333;
    font-size:1em;
}
.maps-info-content h1 {
    padding:0;
    margin:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.maps-info-content h1 span {
    margin-left: 10px;
    font-weight: bolder;
    font-size:1.1em;
}







.generalpage_wrapper {
    width:100%;
    box-sizing: border-box;
    margin:0 auto;
    padding:20px;
}
@media (min-width: 992px) {
    .generalpage_wrapper {
        width:80%;
        
    }
}
@media (min-width: 1220px) {
    .generalpage_wrapper {
        width:60%;
        
    }
}
.generalMainTitle {
    font-size:2em;
}
.garantiaText_wrapper h2 {
    box-sizing:border-box;
    padding:16px;
    padding-left:0;
    font-size:1.3em;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    color: var(--main_color0);
}

.cmsMultimediaList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.cmsMultimediaList .cmsmlItem {
    width:25%;
    margin-right:10px;
}
.cmsMultimediaList .cmsmlItem img {
    width:100%;
}


.mlModel {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mlModel img {
    width: 100%;
}

.modelsSlider_wrapper .splide__track {
    left: -20px;
    width: calc(100% + 40px);
}
.modelsSlider .splide__pagination__page {
    display: unset !important;
    padding: unset !important;
}
.modelsSlider .splide__pagination__page.is-active {
    background: #333;
}
.mlmModelName {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.9);
}

.modelsSlider_wrapper {
    margin-bottom: 50px;
}
.modelsSlider_wrapper .splide__pagination {
    bottom: -25px;
}
.ms_header,
.ms_footer {
    text-align: center;
    text-transform: uppercase;
}
.ms_header h6 {
    font-size:1.5em;
    margin:0;
    color:#333;
}
.ms_footer .msh_surfboardmodeltype,
.ms_footer .msh_wavesize {
    display: block;
}
.ms_footer .msh_wavesize {
    color:#111;
    font-weight: bold;
}





.squaredBlocksTiles {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sbtItem {
    width:50%;
    height:485px;
}
.nrTiles_3 .sbtItem,
.nrTiles_5 .sbtItem {
    width:33.33%;
}
.sbtItem a.sbtItem_inner {
    width:100%;
    height:100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.sbtItem_img {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.sbtItem_title {
    height: 90px;
    padding:0 20px;
    border:solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.8em;
    font-weight: bolder;
    color:#fff;
    text-transform: uppercase;

    transition:all .25s;
}
.sbtItem_title:hover {
    background-color: rgba(255, 255, 255, .9);
    color:#333;
}
@media (max-width: 1220px) {
    .sbtItem_title {
        font-size:1.5em;
    }
}
@media (max-width: 1160px) {
    .sbtItem_title {
        font-size:1.3em;
    }
}
@media (max-width: 992px) {
    .sbtItem {
        width: 100%;
    }
    .nrTiles_3 .sbtItem,
    .nrTiles_5 .sbtItem {
        width:100%;
    }
    .sbtItem_title {
        font-size:1.8em;
    }
}


.carousel_videoWrapper,
.vimeo_top,
.vimeo_wrapper,
.vimeo_wrapper iframe {
    width: 100%;
    height: 100%;
}
.vimeo_top {
    position: relative;
}
.vimeo_wrapper {
    transform: scale(1.5);
}
.vimeosound_onoff {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 80px;
    bottom: 80px;
    z-index: 1;
    background-image: url(/global/images/mutebtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200%;
    cursor:pointer;
}
.vimeosound_onoff.vsof_on {
    background-position: -40px 0;
}



.custom_order h1 {
    font-size: 1.1em;
    text-transform: uppercase;
}
h1.customOrderTitle {
    font-size: 1.6em;
    text-transform: uppercase;
}
.custom_order h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.splide__arrow {
    padding: 0 !important;
    border-radius: 50% !important;
    background-image: none !important;
}
.splide__slide_content {
    width: 100%;
    height: 100%;
    position: relative;
}
.splide__slide_content .ssc_contentWrapper,
.splide__slide_content .ssc_ImageWrapper {
    width: 100%;
    height: 100%;
}
.splide__slide_content .ssc_contentWrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.splide__slide_content .ssc_contentInner {
    width: 78%;
    height: 47%;
}
.splide__slide_content .sscContent_Tile {
    font-size:4.68em;
    line-height: 0.7em;
    text-transform: uppercase;
}
.splide__slide_content .sscContent_Description {
    font-size:1.87em;
    text-transform: uppercase;
}
.splide__slide_content .sscContent_Btn {
    width: 101px;
    height: 34px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color:#333;
    font-size:1.125em;
    text-transform: uppercase;
    text-decoration: none;
}

.whatsappWidgetWrapper {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}
.whatsappWidgetWrapper > a {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 80%) 2px 2px 12px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(77, 194, 71);
    color:#4dc247;
}
.whatsappWidgetWrapper > a > svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
    stroke: none;
}

.generalPrice_wrapper {
    display: flex;
}






.infoModal {
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;

    position: fixed;
    top:0;
    left:0;
    z-index: 99999;

    background-color: rgba(0, 0, 0, 0.7);
}
.infoModal.showingModal {
    display: flex;
}
.infoModalContent_wrapper {
    width: 94%;
    height: 65%;
    position: relative;
    background-color: #fff;
    padding: 60px;
}
.closeInfoModal {
    position: absolute;
    top:-15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    color:#000;
}
.infoModalContent {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.infoModalContent h3 {
    font-size: 1.6em;
    text-align: left;
    text-decoration: underline;
}
.infoModalContent h3,
.infoModalContent p {
    margin-bottom: 20px;
    font-weight: 100;
}
.infoModalContent strong {
    font-size: 1em;
}

@media (min-width: 820px) {
    .infoModalContent_wrapper {
        width: 790px;
    }
}
@media (min-width: 1190px) {
    .infoModalContent_wrapper {
        width: 990px;
    }
}





.sjtVideoWrapper_youtube,
.sjtVideoWrapper_inner {
    width: 100%;
    height:100%;
}
.sjtVideoWrapper_inner {
    height: 90%;
    overflow: hidden;
}
.sjtVideoWrapper_inner {
    display:flex;
    align-items: center;
    justify-content: center;
}
.sjtVideoWrapper_youtube iframe {
    width: 120%;
    height: 120%;
}
.sjt_overlayLayer a {
    display: flex;
    width: 100%;
    height: 100%;
}


.blogItemSlider .ssc_ImageWrapper,
.blogItemSlider .bib_imgWrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 6;
}
.blogItemSlider .bib_imgWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogItemSlider .bib_imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

    
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: unset;
    opacity: unset;
    pointer-events: unset;
}
a {
    text-decoration:none;
}
.shopFilterWidget {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction:row;
    box-sizing: border-box;
}
.shop_filter {
    width:30%;
    padding:0 30px;
    position: relative;
}
.shop_articleList_wrapper {
    width:70%;
    top: -20px;
    align-items: flex-start;
    position: relative;
}
.shop_articleList.flexList {
    width: 100%;
    align-items: flex-start;
    
}
.shop_articleList .flItem {
    width: 20%;
    align-self: stretch;
    position:relative;
}
.flItemLoader {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255, .6);
    display:none;
    justify-content: center;
    align-items: center;
}
.flItem.flilLoading .flItemLoader {
    display:flex;
}
.flItem .flItemLoader img {
    width:15% !important;
}
.shop_articleList .flItem .si_img {
}
.shop_articleList .shponlc_prodinfo {
    text-align: center;
}
.shop_articleList .shponlc_prodinfo .shponlcpi_prodbrand {
    margin: 0;
    font-size:.9em;
}
.shop_articleList .flItem .shponlcpi_prodname {
    font-size:1.5em;
}
.shop_articleList .flItem .shponlcpi_proddetails {
    font-size: 1em;
    color:#999;
    margin: 5px 0;
}
.shop_articleList .flItem .shponlcpi_prodprice {
    margin-top: 0px;
    margin-bottom: 0px;
    color:#999;
    font-size: 1.4em;

    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_articleList .flItem .shponlcpi_prodprice.oldprodprice {
    font-size: 1.1em;
}

.shponlcpi_prodprice.oldprodprice {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shponlcpi_prodprice.oldprodprice .generalPrice_wrapper {
    text-decoration: line-through;
    color:#f00;
}








@media (max-width: 1140px) {
    .shop_filter {
        width: 40%;
    }
    .shop_articleList_wrapper {
        width: 60%;
    }
}



@media (max-width: 2100px) {
    .shop_articleList .flItem {
        width: 25%;
    }
}
@media (max-width: 1620px) {
    .shop_articleList .flItem {
        width: 33.33%;
    }
}
@media (max-width: 1320px) {
    .shop_articleList .flItem {
        width: 50%;
    }
}




@media (max-width: 720px) {
    .shop_articleList {
        left:0;
        top: 0;
    }
    .shop_articleList .flItem {
        width: 100%;
    }
    .shopFilterWidget {
        flex-direction:column;
        padding:0 30px;
    }
    .shop_filter {
        padding: 0 10px;
        margin-bottom:40px;
    }
    .shop_filter,
    .shop_articleList_wrapper {
        width:100%;
    }
}










.flItem .fli_variantsWrapper {
    display:flex;
    justify-content: center;
    align-items: center;
}
.fliColorVariant {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius:20px;
    border:solid 1px #999;
    font-size:0;
    margin:5px;
    display: block;
    cursor: pointer;
}


.sbSlider_values {
    width:0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.sf_notInitiated .shop_articleList {
    display: none;
}
.shopFilterLoading {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,0.1);
}
.shop_articleListEndOfPage_loading {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:20px;
    opacity:0;
}
.saleop_loading {
    padding-top:10px;
}
.shop_articleList_loading {
    position:absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255,0.9);
    display:flex;
    justify-content: center;
}
.shop_articleList_loading.loadingFullOpacity {
    background-color: rgba(255,255,255,1);
}
.shop_articleList_loading .preloader-wrapper {
    position: relative;
    top: 200px;
}








.slfg_items label {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    font-size: 14px;
    cursor: pointer;
    color:#666;
}


.filterGlobalHeader.collapseHeader {
    background-color: #f1f1f1;
    color: #333;
    padding-left:20px;
}
.filterGlobalHeader.collapseHeader,
.filterGlobalBody.collapseBody {
    border:none;
}
.filterGlobalBody_content {
    padding-top:20px;
}

.collapseHeader,
.collapseBody {
    border-bottom: solid 1px #ccc;
}
.collapseHeader {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction:row;
    padding: 13px 5px;
    font-size:1em;
}
.collapseBody {
    height: 0px;
    overflow: hidden;
    transition: height .2s;
    padding: 0 10px;
}
.slfg_items_inner {
    padding:15px 0;
}
.sblf_filtercheck {
    position: relative !important;
    top: 2px;
    margin-right:5px;
    opacity: unset !important;
}
.label_sport {
    background-color: #333;
    padding: 4px 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.8em;
    color: #ccc;
}
#flItemClone_wrapper {
    display:none;
    overflow:hidden;
    width:0;
    height:0;
}



























.shopDetail_wrapper {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding:20px;
    flex-direction: row;
}
@media (max-width: 992px) {
    .shopDetail_wrapper {
        flex-direction: column;
    }
    .sdImagePreview_wrapper {
        margin-bottom: 50px;
    }
    .sdImagePreview_wrapper,
    .sdArticleDetails_wrapper {
        width:100% !important;
        padding: 0 !important;
    }
}
.sdImagePreview_wrapper {
    width: 50%;
    display:flex;
    align-items:stretch;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}
.sdImagePreview_loading {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height:500px;
    background-color:rgba(255,255,255,1);
    display: none;
}
.imageLoading .sdImagePreview_loading {
    display: flex;
    align-items: center;
    justify-content:center;
}
.sdArticleDetails_wrapper {
    width: 50%;
}
.sdArticleDetails_wrapper {
    padding-left:40px;
}
.productNotAvailable {
    margin: 30px 0;
    padding: 15px;
    background-color: #dedede;
}
.sdad_performanceType {
    color: unset;
    font-size: unset;
    letter-spacing: unset;
    line-height: unset;
    text-align: unset;
}
.sdimg_indicators {
    width:20%;
    padding-right: 20px;
}
.sdimg_indicators_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms;
}
.sdimg_indicators a {
    margin-bottom:10px;
}
.sdimg_indicators a,
.sdimg_indicators a img {
    display: block;
}

.sdimg_image{
    width: 80%;
}
.sdimg_image_mobile {
    width: 100%;
}
.sdimgImage_itemsWrapper {
    width: 100%;
}
.sdimg_indicators img {
    width:100%;
}
.sdimg_image_mobile img,
.sdimg_image img {
    width:100%;
}

.sdImagePreview_mobile {
    display: none;
    margin-bottom:40px;
}




.sdad_addToCartWrapper .btn {
    width:100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sdadctBlock {
    border-bottom:solid 1px #666;
    padding:10px 0;
}
.sdadctBlock p {
    color:#666;
    margin-bottom:6px;
}
.sdadctBlock p span {
    color:#939597;
}
.sdadctBlock h5 {
    color:#555;
    font-size:1.2em;
    font-weight: 900;
}
table.sdadct_boardDimensions tr th,
table.sdadct_boardDimensions tr td {
    text-align:center;
}
.sdadctBlock img {
    vertical-align: middle;
}
.sdad_articleDetailsContent .sdadctBlock:last-child {
    border-bottom:none;
}
.sdad_artIdAndState {
    font-size:1.2em;
    margin-bottom:5px;
}
.sdad_ArtState {
    color:#999;
}
.sdad_brandName {
    font-size:1.3em;
    text-transform: uppercase;
}
.sdad_model {
    font-size:1.7em;
}
.sdad_modelPrice {
    font-size:1.9em;
    color:var(--main_color3);
    display: flex;
}
.sdad_modelOldPrice {
    font-size:1.2em;
    color:#f00;
    text-decoration: line-through;
    display: flex;
}



.sdad_alternativeProductOptions_wrapper p {
    font-size: 1.7em;
}
.sdad_alternativeProductOptions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sdad_alternativeProductOptions .btn {
    width: 49%;
    background-color: var(--main_color3);
}






































.variant_wrapper {
    display:flex;
    justify-content:left;
    align-items: start;
    flex-wrap: wrap;

    padding: 10px 0 30px 0;
    border-bottom: 1px solid #ccc;
}
.variant_wrapper.varianttype_notvisible {
    display:none;
}
.variant_wrapper .variant {
    opacity:0.1;
}
.variant_wrapper .variant.variant_available {
    opacity:1;
}
.variant_wrapper h2 {
    width: 100%;
}


.variant_wrapper .variant {
    height:37px;
    line-height:37px;
    background: #fff;
    border: 1px solid #dadada;
    margin-right: 15px;
    cursor: pointer; cursor: hand;
    text-align: center;
    font-size: 16px;
    color: #636363;
    padding: 0 10px 0 10px;
}
.variant_wrapper .variant.productvariant_color {
    width:30px; 
    height:30px; 
    border-radius:100%; 
    margin-right: 15px;
    cursor: pointer; cursor: hand;
    font-size:0;
    padding:0;
    line-height: 0;
}
.variant_wrapper .variant.productvariant_color.selected {
    border: 2px solid #fff;
}
.variant_wrapper .variant.productvariant_color.selected:after {
    box-sizing: border-box;
    content: '';
    border: 5px solid #999;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    margin-top: -7px;
    margin-left: -7px;
    transition: all 2s;
}
.variant_wrapper .variant.productvariant_size {
    height:37px;
    line-height:37px;
    background: #fff;
    border: 1px solid #dadada;
    margin-right: 15px;
    cursor: pointer; cursor: hand;
    text-align: center;
    font-size: 16px;
    color: #636363;
    padding: 0 10px 0 10px;
}
.variant_wrapper .variant.selected,
.variant_wrapper .variant.productvariant_size.selected {
    background: #9a9b9d;
    color: #fff;
}
.notselected_variant h2 {
    color:#f00 !important;
}
.singleImage .sdimg_indicators {
    display: none;
}
.singleImage .sdimg_image {
    width:100%;
}





.globalContainer_outer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.globalContainer {
    width: 1680px;
}

.blockSpacer {
    margin:20px 0;
}


































.mainCarousel_type2 > .carousel,
.modelDetailCarousel_2 > .carousel {
    padding-bottom: 66px;
    box-sizing: content-box;
}
.carousel_fullWidthImg img {
    width: 100%;
}
.carousel .indicators .indicator-item {
    width:15px;
    height: 15px;
    margin: 24px 11px;
    border:solid 2px #979797;
    
}
.carousel .indicators .indicator-item.active {
    width:19px;
    height: 19px;
    background-color: #000 !important;
    border:none;
    top: -1px;
}
.info_center {
    transform: translateY(-66px);
}
.csArrow {
    width: 54px;
}
.csArrow_prev {
    left: 155px;
    background-image: url(../images/cs_arrow_left_custom.svg);
}
.csArrow_next {
    right: 155px;
    background-image: url(../images/cs_arrow_right_custom.svg);
}










.generalBlock {
    width: 91%;
    margin: 0 auto;
}

.block_popularModels_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popularModel_item {
    width: 25%;
    text-align: center;
    position: relative;
}
.popularModel_item a {
    text-decoration: none;
}
.pmi_img {
    width: 100%;
    min-height: 442px;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pmiimg_imgWrapper {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.pmi_img img {
    width:100%;
}
.pmiimg_hover {
    opacity: 0;
    transition: all .500s;
}
.pmi_info {
    padding-top:30px;
}
.pmi_info > span {
    display: block;
    line-height: 25px;
}
.pmii_boardTitle {
    color: #1B230D;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.71px;
    text-align: center;
}
.pmii_boardType {
    color: #939393;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
}
.pmii_boardPrice {
    color: #1B230D;
    font-size: 16px;
    letter-spacing: 1.37px;
    text-align: center;
}
.pmii_boardDisclaimer {
    color: #939393;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 15px !important;
    text-align: center;
}
.pmii_boardBuy {
    position: absolute;
    top:41%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .500s;
}
.pmii_boardBuyText {
    width: 55%;
    height: 56px;
    line-height: 56px;
    background-color:var(--main_color1);
    color: #FFFFFF;
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing: 1.29px;
    text-align: center;
}
.popularModel_item a:hover .pmii_boardBuy,
.popularModel_item a:hover .pmiimg_hover {
    opacity: 1;
}
.popularModel_item a:hover .pmiimg_static {
    opacity: 0;
}






.mainDestaquesWrapper > h5 {
    margin-bottom:55px;
}


.squaredBlocksTiles_wrapper {
    margin-top: 104px;
}
.squaredBlocksTiles {
    justify-content: space-between;
}
.sbtItem {
    width: 32% !important;
    height: 620px;
}
.sbtItem_title {
    width: 76%;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 2.57px;
    line-height: 36px;
    text-align: center;
}





.block_homeGeneralInfo {
    margin-top:70px;
}
.block_homeGeneralInfo_innerWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_homeGeneralInfo_inner {
    width: 85%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.homeGeneralInfo_item {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.hgii_icon img {
    width: 100%;
}
.hgii_title {
    margin-top:20px;
    margin-bottom:12px;
    color: #1B230D;
    font-size: 12px;
    letter-spacing: 1.03px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}
.hgii_text {
    color: #939393;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.38px;
    line-height: 18px;
    text-align: center;
}





.block_homeDestaque_type2 {
    margin-top:90px;
}
.block_homeDestaque_type2,
.block_homeDestaque_type2_inner {
    width: 100%;
}
.block_homeDestaque_type2_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdt2_item {
    height: 424px;
    width: 49%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hdt2_item.hdt2i_left,
.hdt2_item.hdt2i_right {
    background-size: cover;
    background-position: center;
}
.hdt2iContent_wrapper {
    position: relative;
    left: 80px;
}
.hdt2ic_title {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1.5px;
    line-height: 28px;
}
.hdt2ic_title small {
    font-size: 14px;
}
.hdt2ic_btn {
    height: 56px;
    width: 233px;
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #1B230D;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 1.29px;
    line-height: 18px;
    text-align: center;
}
















.block_generalArticle_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.generalArticle_item {
    width: 25%;
    text-align: center;
    position: relative;
}
.generalArticle_item a {
    text-decoration: none;
}

.ga_img {
    width: 100%;
    min-height: 442px;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gaimg_imgWrapper {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.ga_img img {
    width:88%;
}
.gaimg_hover {
    opacity: 0;
    transition: all .500s;
}
.ga_info > span {
    display: block;
    line-height: 30px;
}
.gai_boardTitle {
    color: #1B230D;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.71px;
    text-align: center;
}
.gai_boardType {
    color: #939393;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.62px;
    text-align: center;
}
.gai_boardPrice {
    color: #1B230D;
    font-size: 18px;
    letter-spacing: 1.37px;
    text-align: center;
}
.gai_boardDisclaimer {
    color: #939393;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.38px;
    line-height: 15px;
    text-align: center;
}
.gai_boardBuy {
    position: absolute;
    top:41%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .500s;
}
.gai_boardBuyText {
    width: 55%;
    height: 56px;
    line-height: 56px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing: 1.29px;
    text-align: center;
}
.generalArticle_item a:hover .gai_boardBuy,
.generalArticle_item a:hover .gaimg_hover {
    opacity: 1;
}

















.block_newsletter {
}
.block_newsletter_inner {
    height: 370px;
    position: relative;
}
.bn_imgWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bn_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    
}
.bn_img img {
    width: 100%;
}
.bn_contentWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.block_newsletter h5 {
    color:#fff;
    line-height: 28px;
}
.block_newsletter h5 .h5Thin {
    font-size: 20px;
    text-transform: none;
}
.bn_newsletterform {
    width: 60%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input.bn_input {
    width:37% !important;
    height:56px !important;
    margin:0 !important;
    border: none !important;
    background-color: #fff !important;
}
input[type="submit"].bn_input {
    width: 23% !important;
    text-transform: uppercase;
    background-color:var(--main_color1) !important;
    color:#fff;
    cursor: pointer;
}





.block_instagram {
    margin-bottom: -235px;
}
.block_instagram h5 {
    margin-bottom: 44px;
    line-height: 46px;
}
.block_instagram h5 .h5Thin {
    font-size:39px;
}
.binst_imgsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.binsti_item {
    overflow: hidden;
}
.binsti_item a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.binsti_item img {
    height: 100%;
}
.binsti_item.orientationPortrait img {
    height: auto;
    width: 100%;
}

.binst_imgsGrid_single {
    display:none;
    align-items: center;
    justify-content: center;
}
.binst_imgsGrid_single .binsti_item {
    width: 100%;
}

















.page-footer {
    padding-top: 80px;
    padding-bottom: 30px;
    background-image: url(/images/dummy/rmlogofooter.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: 110px;
}
.page-footer.hasInstagram {
    padding-top: 250px;
}
.footerContent_wraper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fc_left,
.fc_right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.fc_left {
    
}
.fc_right {
    
}
.fcCol_type1 {
    width: 248px;
}
.footerContent_wraper h5 {
    color:#fff;
    text-transform: uppercase;
    text-align: left;
}
.footerContent_wraper p {
    margin: 8px 0;
}
.footerContent_wraper a {
    font-size:14px;
    color:#fff;
    letter-spacing: 1.4px;
}





.page-footer .footer-copyright {
    margin-top:60px;
    background-color: rgba(51,51,51,0);
}
.footerCopyrightWraper {
    justify-content: center;
}
.fcwwl_line {
    font-size:15px;
    text-align: center;
}
.fcwwl_line a {
    color: unset;
}
.fc_addressWrapper {
    margin-bottom:45px !important;
    font-size: 12px;
    letter-spacing: 1.71px;
    line-height: 18px;
}
.fc_socialMediaLinks a {
    margin-right: 32px;
}








.shopFilterWidget_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.shopFilterWidget_wrapper .shopTitleWrapper h3 {
    margin-top: -20px;
    margin-bottom: 60px;
}
.shopFilterWidget {
    width: 90%;
}



.filterGlobalHeader.collapseHeader {
    background-color: #f7f7f7;
}
.btn_clearAllFilters_inner {
    width: 152px;
    height: 35px;
    padding:0;
    font-size: 11px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.filterGlobalBody.collapseBody {
    padding: 0;
    margin-top:4px;
}
.filterGlobalBody_content {
    padding: 0;
}
.slf_group .slfg_toggle.collapseHeader {
    height: 41px;
    padding: 0;
}
.slfg_toggle.collapseHeader > i {
    position: relative;
    right: 0;
    font-size: 41px;
    transform: scaleX(.6);
}
.slfg_items_inner {
    padding-left: 20px;
}
.slf_header {
    height: 116px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
}
.filterGlobalBody_content > form {
    background-color: #f7f7f7;
}
.filterGlobalBody_content .collapseHeader, 
.filterGlobalBody_content .collapseBody {
    border-bottom: solid 1px #fff;
}
.filterGlobalHeader .slfg_toggle_inner,
.slfg_toggle .slfg_toggle_inner {
    padding-left: 25px;
    color: #1B230D;
    font-size: 13px;
    letter-spacing: 1.11px;
    line-height: 16px;
    text-transform: uppercase;
}
.filterGlobalHeader .slfg_toggle_inner {
    padding-left: 10px;
}







.shopListHeader {
    margin-bottom:20px;
}
.slh_descList {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px;
}
.slh_descList .slhdl_item {
    flex-grow: 1;
    border-left: solid 1px #D8D8D8;
}
.slh_descList .slhdl_item:first-child {
    border-left: none;
}
.slh_descList .slhdl_item .slhdl_item_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}
.slhdli_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slhdli_icon img {
    width: 100%;
}
.slhdli_text p {
    color: #1B230D;
    font-size: 10.4px;
    letter-spacing: 0.89px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.slhdli_text .slhdlitBig {
    font-size:16.8px;
}



.shopFilterWidget {
    justify-content: space-between;
}
.shop_filter {
    width: 362px;
    padding: 0;
}
.shop_articleList_wrapper {
    width: 100%;
    top:0;
    margin-top: -12px;
}
.shop_articleList {
    left:0;
}
.shop_articleList .flItem {
    margin-bottom:40px;
    padding: 12px;
}
@media (min-width: 1100px) {
    .shop_articleList .flItem {
        width: 33% !important;
    }
}
.shop_articleList .flItem .shponlcpi_prodprice.oldprodprice {
    font-size: 1.1em;
    color:#f00 !important;
    text-decoration: line-through;
}

.siLinkWrapper .si_img {
    margin-bottom: 30px;
}
.shponlcpi_prodbrand {
    display: none;
}
.shponlcpi_prodname {
    color: #1B230D;
    font-size: 20px !important;
    letter-spacing: 1.71px;
    line-height: 24px;
    text-align: center;
}
.shponlcpi_proddetails {
    color: #939393;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.shponlcpi_proddetails.proddetail_state {
    color: #939393;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.86px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.shponlcpi_prodprice {
    color: #1B230D !important;
    font-size: 16px !important;
    letter-spacing: 1.37px;
    line-height: 19px;
    text-align: center;
}
.shponlc_prodinfo_inner .shponlcpi_prodname,
.shponlc_prodinfo_inner .shponlcpi_proddetails {
    margin-bottom: 5px !important;
}













.shopDetail_wrapper_outter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.shopDetail_wrapper {
    width: 90%;
}
.sdImagePreview_wrapper {
    width: 44%;
}
.sdArticleDetails_wrapper {
    width: 55%;
}
.sdad_artIdAndState {
    margin-bottom:14px;
    color: #939393;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.86px;
    line-height: 15px;
    text-transform: uppercase;
}
.sdad_brandName {
    display: none;
}
.sdad_model {
    color: #1B230D;
    font-size: 25px;
    letter-spacing: 2.14px;
    line-height: 30px;
    text-transform: uppercase;
}
.sdad_model .sdad_modelSize {
}
.sdad_performanceType {
    margin-bottom:6px;
}
.sdad_performanceTypeName {
    color: #939393;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.62px;
    line-height: 16px;
    text-transform: uppercase;
}
.sdad_modelPrice {
    font-size: 20px;
    letter-spacing: 1.71px;
    line-height: 24px;
}
.sdad_addToCartGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}
.sdad_addToCartNumberWrapper {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.sdad_addToCartWrapper {
    width: 70%;
}
.sdad_addToCartNumberWrapper .sdadatcn_input {
    margin: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    border: 2px solid #979797 !important;
    border-radius: 2px !important;
    font-size: 20px !important;
    letter-spacing: 1.71px;
    color: var(--main_color1);
    text-align: center;
}
.sdad_addToCartNumberWrapper .sdadatcn_input:focus {
    box-shadow:none !important;
}
.sdad_addToCartNumberWrapper .sdadatcn_arrow {
    color: var(--main_color1);
    display: flex;
}
.btcAddToCart {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1.03px;
    text-align: center;
    box-shadow:none;
}
.btcAddToCart:hover {
    background-color: #3fbbff;
    box-shadow:none;
}
.btn:focus, 
.btn-large:focus, 
.btn-small:focus, 
.btn-floating:focus {
    background-color: #3fbbff;
}

.tabs .tab a,
.tabs .tab a.active, 
.tabs .tab a:focus, 
.tabs .tab a:focus.active,
.tabPage {
    border: none;
}
.tabs {
    display: flex;
    border-bottom:solid 1px #000;
}
.tabs .tab {
    flex-grow: 1;
}
.tabs,
.tabs .tab {
    height: 42px;
}
.tabs .tab a {
    padding:0;
    font-size: 12px;
    letter-spacing: 1.03px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs .tab a.active {
    background-color: #000 !important;
    color:#fff !important;
}
.tabPage {
    padding: 0;
    padding-top:12px;
}
.sdadctBlock h5 {
    margin-top: 13px;
    color: #1B230D;
    font-size: 15px;
    letter-spacing: 1.29px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
}
.sdadct_boardDimensions thead tr {
    background-color: #f5f5f5;
    border-bottom:none;
}
table.sdadct_boardDimensions tr th,
table.sdadct_boardDimensions tr td {
    color: #1B230D;
}
table.sdadct_boardDimensions tr th {
    font-size: 14px;
    letter-spacing: 1.29px;
    line-height: 18px;
}
table.sdadct_boardDimensions tr td {
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 10px;
}
table tbody tr {
    background-color: #f3f3f3;
    border-bottom:none;
}
table tbody tr:nth-child(odd) {
    background-color: transparent;
}
.sdadct_boardDimensions .aritmeticsimbol {
    opacity: 0;
}
.sdadctb_boardSpec > h5 {
    margin-bottom: 28px;
}
.sdadctb_boardSpec p {
    margin-bottom:16px;
}
.sdadctb_boardSpec p,
.sdadctb_boardSpec p span {
    color: #1B230D;
    font-size: 12px;
    letter-spacing: 1.03px;
    line-height: 16px;
}
.sdadct_text,
.sdadct_text * {
    color: #1B230D !important;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 23px;
}




.modelDetailWrapper_outer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modelDetailWrapper {
    width: 90%;
}
.modelslistWrapper .flexList {
    justify-content: center;
}
.pmiimgImgWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    overflow: hidden;
}
.pmiimgImgWrapper img {
    width: 110%;
}





.tds_overLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tds_overLayer .sbtItem_title {
    width: 350px;
    padding: 0;
}
.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.splide__arrow {
    width: 54px !important;
    height: 54px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
}
.splide__arrow svg {
    display: none;
}
.splide__arrow.splide__arrow--prev {
    background-image: url(/images/cs_arrow_left_custom.svg) !important;
    left: 15%;
}
.splide__arrow.splide__arrow--next {
    background-image: url(/images/cs_arrow_right_custom.svg) !important;
    right: 15%;
}
.splide__pagination {
    bottom: -55px !important;
}
.splide__pagination__page {
    width: 19px !important;
    height: 19px !important;
    margin: 24px 11px !important;
    border: solid 2px #979797 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}
.splide__pagination__page.is-active {
    background: #000 !important;
    border: solid 2px #000 !important;
    transform: scale(1) !important;
}


.shaperDetails {
    margin-bottom:100px;
}
.shaperSlider .splide__slide img {
    width: 100%;
    height: 100%;
}



/* ----------------------- CUSTOM ORDER ----------------------- */
.customOrderApp_wrapper {
    margin-top: -50px;
}
.paintsandcolor {
    padding-top:15px;
    padding-bottom:5px;
}
.ig_btn {
    border: solid 2px #aaa !important;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 34px !important;
    font-size: .65em !important;
    font-weight: 100;
}
/* ----------------------- ------------ ----------------------- */








/* ----------------------- GENERAL ----------------------- */
@media (max-width: 1680px) {
    .globalContainer {
        width: 100%;
    }
}


@media (max-width: 1440px) {
    .sbtItem {
        height: 540px;
    }
    .sbtItem_title {
        font-size: 18px;
    }
}


@media (max-width: 1380px) {
    nav .brand-logo {
        padding-left: 40px;
    }
    .mainNav_items {
        padding-right: 45px;
    }
    .mnCart_wrapper {
        right: 20px;
    }
}


@media (max-width: 1200px) {
    nav .brand-logo {
        padding-left: 10px;
    }
    .mainNav_items {
        padding-right: 18px;
    }
    .mainNav_items a {
        letter-spacing: .5px;
        padding: 0 15px;
        font-size: 13px;
    }
    .mainNav_items a i, 
    .sidenav a i {
        right: -7px;
    }
    .mnCart_wrapper {
        right: 0px;
    }
    .sbtItem {
        height: 480px;
    }
}



@media (max-width: 1060px) {
    .block_homeDestaque_type2_inner {
        flex-flow: column;
    }
    .hdt2_item.hdt2i_left,
    .hdt2_item.hdt2i_right {
        width: 100%;
        margin-bottom:20px;
    }



    .fc_right .fcCol_type1 {
        width: 210px;
    }
}


@media (max-width: 992px) {
    nav {
        height: 96px;
    }
    .brand-logo.brandlogo_mobile {
        left:70px !important;
    }
    nav .brand-logo img {
        height: 47px !important;
    }

    .mnCart_wrapper {
        right: 60px;
    }
    .cartContentsWrapper {
        width: 100vw;
        position: fixed;
        top: 90px;
        right: 0;
        left: 0;
    }


    .mNavMobile.mNavMobile.mnm_open {
        display: block;
    }


    .mobileMenu_trigger {
        display: block;
    }


    .splide__arrows {
        display: none;
    }

    .generalBlock {
        width: 100%;
    }
    .generalBlock.block_instagram {
        width: 88%;
    }
    .page-footer .generalBlock {
        width: 91%;
    }


    .block_popularModels_inner {
        flex-flow: column;
    }
    .popularModel_item {
        width: 100%;
    }
    .squaredBlocksTiles {
        flex-flow: column;
    }
    .squaredBlocksTiles .sbtItem {
        width: 100% !important;
        height: 700px; /* originalmente: 456px */
        margin-bottom:14px;
    }
    .block_generalArticle_inner {
        flex-flow: column;
    }
    .generalArticle_item {
        width: 100%;
        margin-bottom:14px;
    }

    .block_homeGeneralInfo_inner {
        flex-flow: column;
    }
    .homeGeneralInfo_item {
        width: 100%;
        margin-bottom:14px;
    }


    .block_newsletter_inner {
        height: 420px;
    }
    .bn_newsletterform {
        width: 80%;
        flex-flow: column;
    }
    input.bn_input {
        width: 100% !important;
        margin-bottom:14px !important;
    }
    .block_newsletter .bn_img img {
        height: 100%;
        object-fit: cover;
    }
    







    

    .binst_imgsGrid {
        display: none;
    }
    .binst_imgsGrid_single {
        display: flex;
    }

    .footerContent_wraper {
        flex-flow: column;
    }

    .fc_left, 
    .fc_right {
        width: 100%;
        flex-flow: column;
    }
    .fc_right .fcCol_type1 {
        width: 100%;
        margin-bottom: 40px;
    }
}




@media (max-width: 680px) {
    .block_newsletter input[type="submit"].bn_input {
        width: 53% !important;
    }
    .block_instagram h5 {
        font-size: 23px;
    }
    .block_instagram h5 .h5Thin {
        font-size: 29px;
    }
}

@media (max-width: 560px) {
    .hdt2_item {
        justify-content: center;
    }
    .hdt2ic_title {
        font-size: 20px;
    }
    .hdt2ic_title span {
        display: block;
        margin-bottom: 10px;
    }
    .hdt2ic_title br {
        display: none;
    }
    .hdt2iContent_wrapper {
        left: 0;
        width: 90%;
    }
    .hdt2ic_btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .block_newsletter_inner {
        height: 490px;
    }
    .block_newsletter input[type="submit"].bn_input {
        width: 90% !important;
    }
    .block_instagram h5 {
        font-size: 16px;
    }
    .block_instagram h5 .h5Thin {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .block_instagram h5 {
        font-size: 12px;
        line-height: 25px;
    }
    .block_instagram h5 .h5Thin {
        font-size: 14px;
    }
}
/* ----------------------- ------- ----------------------- */


/* ----------------------- SHOP ----------------------- */
@media (max-width: 1460px) {
    .shop_filter {
        width: 20%;
    }
    .shop_articleList_wrapper {
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .shop_filter {
        width: 30%;
    }
    .shop_articleList_wrapper {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .slh_descList {
        padding: 0;
    }
    
}

@media (max-width: 720px) {
    .shop_filter,
    .shop_articleList_wrapper {
        width: 100%;
    }
    .slh_descList {
        flex-wrap: wrap;
    }
    .slhdl_item {
        width: 33%;
    }
    .slh_descList .slhdl_item:nth-child(4) {
        border-left:none;
    }
}
.shopDetail_wrapper {
    width: 90%;
}
/* -------------------- ------- ----------------------- */


/* ----------------------- SHOP DETAIL ----------------------- */
@media (max-width: 992px) {
    .shopDetail_wrapper {
        width: 100%;
    }

    .sdImagePreview_wrapper {
        display: none;
    }
    .sdImagePreview_mobile {
        display: block;
    }

    .sdad_addToCartWrapper .btn {
        line-height: 14px;
    }
}
/* -------------------- -------------- ----------------------- */



/* ----------------------- MODEL ----------------------- */
@media (max-width: 1260px) {
    .modelDetail_bottom2 .colsContainer .colItem {
        width: 43% !important;
    }
}
@media (max-width: 1220px) {
    .colItem_stocksMeasures {
        width: 100% !important;
    }
}
@media (max-width: 992px) {
    .modelDetailWrapper {
        width: 100%;
    }


    .modelDetail_bottom2 .colsContainer .colItem {
        width: 100% !important;
    }
    .waveSizeContent .wsc_col1 {
        width: 70%;
    }
    .waveSizeContent .wsc_col2 {
        width: 30%;
    }
    .waveSizeContent .wsc_col3 {
        display: none;
    }
    .surflevelGfx {
        width: 80% !important;
        position: relative;
        left: 7%;
    }
}
/* ----------------------- ----- ----------------------- */


/* ------------------------- TEAM ------------------------ */
@media (max-width: 1590px) {
    .ww_teamList .wwtlItemWrapper {
        height: 460px !important;
    }
    .wwtlTitle .sbtItem_title {
        font-size:23px !important;
    }
}
@media (max-width: 1340px) {
    .ww_teamList .wwtlItemWrapper {
        height: 420px !important;
    }
    .wwtlTitle .sbtItem_title {
        width: 90% !important;
        font-size: 21px !important;

    }
}
@media (max-width: 1220px) {
    .ww_teamList .wwtlItemWrapper {
        height: 380px !important;
    }
    .wwtlTitle .sbtItem_title {
        font-size: 20px !important;

    }
}
@media (max-width: 992px) {
    .ww_teamList {
        width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
    .wwtlTitle .sbtItem_title {
        width: 50% !important;
        font-size: 21px !important;
    }
}
@media (max-width: 520px) {
    .wwtlTitle .sbtItem_title {
        width: 60% !important;
        font-size: 19px !important;
    }
}
/* ----------------------- ------- ----------------------- */

/* ------------------------- TEAM DETAIL ------------------------ */
@media (max-width: 1420px) {
    .teamDetailText_outer .teamDetailText {
        width: 75% !important;
    }
}
@media (max-width: 992px) {
    .sbtItem_title {
        width: 70% !important;
        font-size: 20px;
    }
    .teamDetailText_outer .teamDetailText {
        width: 70% !important;
        flex-flow: column;
    }
    .tdt_details {
        margin-bottom: 60px;
    }
    .tdt_details,
    .tdt_text {
        width: 100% !important;
    }
}

@media (max-width: 720px) {
    .teamDetailText_outer .teamDetailText {
        width: 90% !important;
    }
}
/* ----------------------- -------------- ----------------------- */