[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 {
    font-family: 'Bebas Neue', sans-serif;
    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 {
    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%;
}