
.selectsStyle {
    height: 50px !important;
    width: 100%;
    line-height: 50px;
    vertical-align: middle;
    background: #fff !important;
}
.selectsStyle .select2-selection__rendered ,.selectsStyle .select2-selection__arrow {
	height: 50px !important;
	line-height: 50px !important;
}
.partsFilterWidgetWrapper {
	margin: 5px 0 20px 0;
    /* background: #e5fbff; */
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background: #919191;
}

.partsFilterWidgetWrapper .select2-selection__arrow{
    width: 50px!important;
    border-left: 2px solid #EEE;
    border-right: 2px solid #EEE;
    top: 0!important;
    right: 0!important;
}

.partsFilterWidgetWrapper span.select2-selection{
    border: 2px solid #EEE;
    border-right: none;
}

.buttonsWidget {
	height: 50px;
    width: 100%;
    float: left;
    display: none;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    cursor:pointer;
}
#searchParts {
    background: #000;
    font-size: 16px;
    color: #fff;
    transition: ease-in-out 0.5s;
    text-transform: uppercase;
}
#searchParts:hover {
	background: #df5126;
}
#searchParts img {
	margin-right: 6px;
}
#clearSearch {
    background: #ee7f1d;
    font-size: 13px;
    color: #fff;
    transition: ease-in-out 0.5s;
    text-transform: uppercase;
}
#clearSearch:hover {
	background: #e38e43;
}
#clearSearch img {
	width: 20px;
	margin-right: 6px;
    margin-top: -3px;
}
.errorSearch {
    color: #fff;
    position: absolute;
    bottom: -20px;
    left: 16px;
   	font-size: 11px;
    text-shadow: 0px 0px 4px #cd0000;
}
 
.bikeBackground {
    background: #F7F7F7;
}
.addBikeTtile {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}


#addBike {
	background: #eee;
	color:#000;
	transition: ease-in-out 0.5s;
}
#addBike img {
   	max-width: 25px;
}
#addBike:hover {
	background: #c3c3c3;
}
.loginButtons {
    font-size: 16px;
	background: #CCC;
	color:#000;
	transition: ease-in-out 0.5s;
	margin-bottom: 0px;
    text-transform: uppercase;
}
.loginButtons:hover {
	background: #c3c3c3;
}
.bikeExists {
	opacity: 0;
}
.errorAddBike {
	position: fixed;
	left: calc(50% - 150px);
	top: calc(50% - 70px);
    height: 140px;
	box-shadow: 0px 0px 10px #000;
	width: 300px;
	z-index: 99999;
    background: #fff;
    padding: 15px;
    text-align: center;
}
.errorAddBike h4 {
	line-height: 23px;
    font-size: 17px;
}
.closeErrorAddBike {
	    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 2px 8px;
   transition: ease-in-out 0.5s;
   cursor:pointer;
}
.closeErrorAddBike:hover {
	background: #000;
	color: #fff	;
}
.buttonToGarage {
    background: #ed7f00;
    color: #fff;
    padding: 12px 35px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.buttonToGarage:hover {
	opacity: 0.7;
	color: #fff;
}
.errorEntry {
	border:1px solid #cd0000;
	border-style: inset;
}
.clearSelect2 {
    display: none;
	border: 1px solid;
    padding: 3px 6px;
    background: #ececec;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
    transition: ease-in-out 0.5s;
}
.clearSelect2:hover {
	 background: #000;
	 color:#fff;
}
.hideSomeParts {
    display: none;
}
.aBikeIsSelected {
    font-weight: bold;
    margin: 15px;
    background: rgba(255,255,255,0.77);
    padding: 12px;
}
.aBikeIsSelected span {
    font-size: 20px;
}
.hideSomeParts .select2 {
    width: 100% !important;
}

.row.partsFilterWidgetWrapper>div{
    width: calc(100% / 5);
}

@media all and (max-width:1366px) {
    .row.partsFilterWidgetWrapper {
        display: flex;
        gap: 5px;
        justify-content: space-between;
    }

    .row.partsFilterWidgetWrapper>div {
        width: calc(100% / 5);
        min-width: calc((100% / 5) - 20px);
    }
    
    .filterMotoPartsWrapper #content{
        padding: 0;
    }
}

@media all and (max-width:1260px) and (min-width:1025px) {
    .row.partsFilterWidgetWrapper>div {
        width: calc((100% / 3) - 10px);
        padding: 0;
        outline: none;
        min-width: calc((100% / 3) - 10px);
        border: none;
        margin: 0!important;
    }

    .row.partsFilterWidgetWrapper{
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 15px;
        gap: 10px;
    }

    .row.partsFilterWidgetWrapper::before{
        display: none;
    }

    .row.partsFilterWidgetWrapper>div>*{
        width: 100%;
    }
}

@media all and (max-width:1024px){

    .filterMotoPartsWrapper .aBikeIsSelected{
        background:transparent;
    }

    .filterMotoPartsWrapper .partsFilterWidgetWrapper>div>span{
        width: 100%!important;
    }
    .module-filterParts #call-to-mobile{
        left: unset;
        right: 0;
        max-width: 50%!important;
    }
    .filterMotoPartsWrapper .partsFilterWidgetWrapper{
        flex-wrap: wrap;
        padding: 15px;
    }

    .filterMotoPartsWrapper .partsFilterWidgetWrapper::before,
    .filterMotoPartsWrapper .partsFilterWidgetWrapper::after{
        display: none;
    }

    .filterMotoPartsWrapper .partsFilterWidgetWrapper>div:nth-child(1),
    .filterMotoPartsWrapper .partsFilterWidgetWrapper>div:nth-child(2),
    .filterMotoPartsWrapper .partsFilterWidgetWrapper>div:nth-child(3){
        width: calc(33% - 5px);
        max-width: calc(33% - 5px);
        margin: 0;
        padding: 0;
    }
    
    .filterMotoPartsWrapper .partsFilterWidgetWrapper>div:nth-child(4),
    .filterMotoPartsWrapper .partsFilterWidgetWrapper>div:nth-child(5){
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .filterMotoPartsWrapper #content{
        width: 100%;
    }
}

@media all and (max-width:650px){
    .row.partsFilterWidgetWrapper{
        gap: 10px;
    }
    .filterMotoPartsWrapper .partsFilterWidgetWrapper>div{
        width: 100%!important;
        max-width: 100%!important;
        padding: 0;
    }
}