.selection-tab{
    display: block;
}
.selection-tab .tab-item{
    cursor: no-drop;
}
/* .nav{
    height: 80px !important;
}
.main{
    margin-top: 160px !important;
} */

.selection-tab .tab-item::after{
   display: none;
}
.selection-tab .tab-item.edit::after{
    display: block;
 }
 .selection-tab .tab-item.edit{
    cursor: pointer;
 }

.selection-tab .tab-item.select::before{
    background-image: url(/assets/images/f.png) !important;
}
.selection-tab .tab-item.tab-item-1:before{
    background: url(/auto/tyre-selector/by-vehicle/assets/css/../img/1.png);
}

.selection-tab .tab-item.tab-item-2:before{
    background: url(/auto/tyre-selector/by-vehicle/assets/css/../img/2.png);
}
.selection-tab .tab-item.tab-item-2{
    background-image: url(/auto/tyre-selector/assets/img/tab-2-active.png);
}

.selection-tab .tab-item.tab-item-2.current{
    background-image: url(/auto/tyre-selector/assets/img/tab-2-default.png);
}

.selection-tab .tab-item.tab-item-3:before{
    background: url(/auto/tyre-selector/by-vehicle/assets/css/../img/3.png);
}
.selection-tab .tab-item.tab-item-3{
    background-image: url(/auto/tyre-selector/assets/img/tab-3-active.png);
}
.selection-tab .tab-item.tab-item-3.current{
    background-image: url(/auto/tyre-selector/assets/img/tab-3-default.png);
}

.selection-tab .tab-item-1.edit:hover{
    background-image: url(/auto/tyre-selector/assets/img/tab-1-hover.png);
 }

 .selection-tab .tab-item-1.edit:hover::before{
     display: none;
 }

 .selection-tab .tab-item-2.select.edit:hover{
    background-image: url(/auto/tyre-selector/assets/img/tab-2-hover.png);
 }

 .selection-tab .tab-item-2.select.edit:hover::before{
     display: none;
 }
 
 .selection-tab .tab-item-2.delete{
     color: #bfbfbf;
 }
 .selection-tab .tab-item-2.delete::before{
     display: none;
 }
 .selection-tab .tab-item-2.delete::after{
    display: block;
    background-image: url(/assets/images/ashbin.png);
    background-size: 18px 18px;
}






.vehicle-wrapper{
    width: 100%;
    min-height: 600px;
    position: relative;
}

.vehicle-content{
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    background-color: #eaeaea;
    display: none;
}

.vehicle-bg{
    width: 100%;
    position: absolute;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #eaeaea;
    z-index: 1;
}
.vehicle-nav{
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
}


.vehicle-nav .letter-txt{
    font-size: 24px;
    color: #304b83;
    width: 40px;
    height: 40px;
    margin: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.vehicle-nav .letter-txt:hover{
    text-shadow:0 0 .65px #304b83;
    border-radius: 50%;
    background-color: #304b83;
    color: #fff;
}

.vehicle-content .content{
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 50px;
    position: relative;
    border-bottom: 10px solid #eaeaea;
    margin-bottom: 30px;
}


.vehicle-content .inner{
    position: relative;
    width: calc(100% - 140px);
    max-width: 1144px;
    height: 100%;
    margin-bottom: 10px;
    margin: 0 auto;
}
.vehicle-content .text{
    left: 0;
    top: -18px;
    position: absolute;
    font-size: 40px;
    color: #eaeaea;
    font-weight: bold;
}
.hot-vehicle{
    display: flex;
    flex-wrap: wrap;
    padding-top: 68px;
}
.hot-vehicle li{
    flex: 0 0 16%;
    margin-right: 5%;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: bold;
    border-bottom: solid 2px #f2f2f2;
    cursor: pointer;
}
.hot-vehicle li:nth-child(5n){
    margin-right: 0;
}

.hot-vehicle li:hover{
    /* text-shadow:0 0 .65px #000 */
    justify-content: center;
    background-color: #eaeaea;
}
.hot-vehicle li.active{
    justify-content: center;
    background-color: #eaeaea;
}

.sort-letters{
    position: relative;
}
.sort-letters .label{
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #304b83;
    margin-top: 60px;
}
.sort-letters .label span{
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    top: 50%;
    left: -32px;
    color: #304b83;
    transform: translateY(-50%);
}
.sort-letters ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}

.sort-letters li{
    display: flex;
    flex: 0 0 16%;
    margin-right: 5%;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.sort-letters li::after{
    content: '';
    position: absolute;
    opacity: 0.5;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 11px;
    transform: translateY(-50%);
    background: url(/assets/images/arrow-right.png) no-repeat scroll center center;
    background-size: 100% auto;
}
.sort-letters li:hover{
    /* font-weight: bold;
    text-shadow:0 0 .5px #000 */
}
.sort-letters li.active,.sort-letters li:hover{
    justify-content: center;
    background-color: #f2f2f2;
}
.sort-letters li.active:hover{
    cursor: default;
    text-shadow: none;
}

.sort-letters li.active::after,.sort-letters li:hover:after{
    left: 13px;
}
.sort-letters li:nth-child(5n){
    margin-right: 0;
}

.vehicle-content .headline{
    height: 75px;
    font-size: 32px;
    background-color: #eaeaea;
    position: relative;
}
.vehicle-content .headline a{
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 30px;
    background: url(/auto/tyre-selector/by-vehicle/assets/css/../img/arrow-left.png) no-repeat center;
}

.vehicle-content .title{
    height: 70px;
    font-size: 26px;
    background-color: #fce500;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-weight: bold;
}

.vehicle-content .items{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
}

.vehicle-content .items li{
    flex: 0 0 16%;
    margin-right: 5%;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}

.vehicle-content .items li:nth-child(5n){
    margin-right: 0;
}
.vehicle-content .hot-model-inner{
	overflow:hidden;
}
.vehicle-content .hot-model-inner .items{
	margin-bottom:20px;
	margin-top:20px
}

.vehicle-content .hot-model-inner .items li{
   flex: 0 0 21.25%;
   border-bottom:solid 2px #eaeaea;
   height:60px;
   font-weight:bold;
}

.vehicle-content .hot-model-inner .items li span{
font-weight:normal;
}

.vehicle-content .hot-model-inner .items li:hover{
background:#e2e2e2
}

.vehicle-content .hot-model-inner .items li:nth-child(5n){
    margin-right: auto;
}

.vehicle-content .hot-model-inner .items li:nth-child(4n){
    margin-right: 0;
}


	.vehicle-content .hot-model-inner .items li:hover p{
	text-align:center;
	}


.vehicle-content .items li::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 11px;
    transform: translateY(-50%);
    background: url(/assets/images/arrow-right.png) no-repeat scroll center center;
    background-size: 100% auto;
}

.vehicle-content .items li:hover{
    justify-content: center;
    background-color: #f2f2f2;
}



.vehicle-content .items li.active{
    justify-content: center;
    background-color: #f2f2f2;
}
.vehicle-content .items li.active:hover{
    cursor: default;
    text-shadow: none;
}

.vehicle-content .items li.active::after{
    left: 13px;
}
.vehicle-content .items li:nth-child(5n){
    margin-right: 0;
}

.hot-model-wrapper{
border-bottom: 6px solid #e2e2e2;
background-image: linear-gradient(#eaeaea,#ffffff);
}


.brand_letter{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    font-size: 100px;
    line-height: 100px;
    margin-top: -75px;
    margin-left: -75px;
    display: flex;
    border-radius: 50%;
    color: #FFF;
    font-size: 80px;
    font-weight: bold;
    background-color: #29509b;
    z-index: 88;
    display: none;
    opacity: 0;
}


@media (min-width: 1025px){
    .vehicle-content .items li:hover:after{
        left: 13px;
    }
}

@media (max-width: 1024px){
    .main {
        margin-top: 60px!important;
    }
    .nav {
        height: 100vh !important;
    }
    .vehicle-nav .letter-txt{
        width: 30px;
        height: 30px;
    }


    .selection-tab .tab-item-1.edit:hover{
        background-image: url(/auto/tyre-selector/assets/img/tab-1-default.png);
     }
    
     .selection-tab .tab-item-1.edit:hover::before{
        background-image: url(/assets/images/f.png) !important;
        display: block !important;
     }
    
     .selection-tab .tab-item-2.select.edit:hover{
        background-image: url(/auto/tyre-selector/assets/img/tab-2-default.png);
     }
    
     .selection-tab .tab-item-2.select.edit:hover::before{
         display: none;
         display: block !important;
     }
     .vehicle-content .items li:hover{
        justify-content: flex-start;
        background-color: transparent;
    }

}

@media (max-width: 750px){

    .brand_letter{
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        font-size: 70px;
    }

    .footer{
        position: relative;
        z-index: 4;
    }
    .back-to-top{
        bottom: 40px !important;
        right: 33px !important;
    }
    .vehicle-wrapper{
        min-height: auto;
    }
    .vehicle-content-1{
        background-color: #27509b;
    }
    .vehicle-content-1 .inner{
        width: calc(100% - 30px);
    }
    .hot-vehicle{
        padding-top: 30px;
        width: 95%;
        margin: 0 auto;
    }
    .vehicle-content .text{
        left: 20px;
    }
    .hot-vehicle li{
        flex: 0 0 30%;
        margin-right: 5%;
        height: 40px;
        justify-content: center;
        font-size: 16px;
    }
    .vehicle-content .text{
        font-size: 35px;
    }
    .hot-vehicle li:nth-child(5n){
        margin-right: 5%;
    }
    .hot-vehicle li:nth-child(3n){
        margin-right: 0%;
    }
    .sort-letters .label span{
        font-size: 26px;
    }
    .sort-letters .label{
        margin-left: 40px;
        width: calc(100% - 40px);
        height: 3px;
        margin-top: 40px;
    }
    .sort-letters ul{
        margin-left: 40px;
        margin-right: 5px;
        flex-direction: column;
        margin-top: 20px;
    }
    .sort-letters li{
        flex: 0 0 32px;
        margin-right: 0;
        margin-bottom: 20px;
    }
   
    .vehicle-nav{
        position: fixed;
        right: 0px;
        top: 323px;
        flex-direction: column;
        width: 40px;
        color: #fff;
        padding-top: 0;
        transition: top 0.3s linear;
        height: auto;
        padding-bottom: 0;
        justify-content: center;
        z-index: 8;
    }
    .vehicle-nav .letter-txt{
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        position: relative;
    }

    .vehicle-nav .letter-txt.active{
        border-radius: 50%;
        background-color: #fff;
        color: #27509b;
    }

    .letter-pop{
        position: absolute;
        left: -102px;
        top: 77%;
        transform: translateY(-50%);
        display: none;
        width: 120px;
        height: 106.8px;
        background-color: #d5d5d5;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        display: none;
        opacity: 0;
        border-radius: 50%;
        font-weight: bold;
        background: url(/auto/tyre-selector/assets/img/pop-icon.png) scroll no-repeat 0 0;
        background-size: 100% 100%;
    }
    .letter-pop p{
        position: absolute;
        line-height: 1;
        top: 21px;
        left: 36px;
    }
    .vehicle-nav .letter-txt.show-letter-pop .letter-pop{
        display: flex;
        opacity: 1;
        z-index: 7;
    }

    .vehicle-content-1 .content{
        margin: 0;
        width: calc(100% - 40px);
        overflow: hidden;
        border-top-right-radius: 8px;
    }
    .vehicle-content .content{
        background-color: transparent;
        margin-bottom: 0;
    }
    .vehicle-content-1 .content{
        background-color: #fff;
    }
    .vehicle-content .headline{
        height: 60px;
        font-size: 24px;
    }
    .vehicle-content .inner{
        overflow: hidden;
        background-color: #fff;
        width: 100%;
        margin-bottom: 20px;
    }
    .vehicle-content .inner .items{
        margin-bottom: 20px;
        width: 90%;
        margin: 20px auto;
    }
    .vehicle-content .headline a{
        left: 0;
        background-size: 12px;
    }
    .vehicle-content .items li{
        flex: 0 0 48%;
        margin-right: 4%;
        border-bottom: 2px solid #f2f2f2;
        font-size: 15px;
        height: 45px;
		
    }
    
	    .vehicle-content .items li:hover::after{
			left:13px;
		}
	
	 .vehicle-content .items li:hover{
			    justify-content: center;
		}
	

    .vehicle-content .items li:nth-child(5n){
        margin-right: 4%;
    }
    .vehicle-content .items li:nth-child(2n){
        margin-right: 0%;
    }

    
    .vehicle-content .title{
        height: 50px;
        font-size: 20px;
        font-weight: bold;
        padding-left: 30px;
    }
    .vehicle-bg{
        display: none;
    }
	.vehicle-content .hot-model-inner{
	margin-bottom:0;
	
	}
	
	.vehicle-content .hot-model-inner .items li{
			flex: 0 0 48%;
        margin-right: 4%;
        border-bottom: 2px solid #dadada;
		border-bottom:solid 2px #eaeaea;
        font-size: 15px;
        height: 50px;
	}
	
	.vehicle-content .hot-model-inner .items li p{
	   margin-left:4px
	}
	
	.vehicle-content .hot-model-inner .items li:nth-child(4n){
        margin-right: 4%;
    }
	
	.vehicle-content .hot-model-inner .items li:nth-child(2n){
        margin-right: 0%;
    }
	
	
	
	.vehicle-content .hot-model-inner {
		background:transparent;
	}
	
	.hot-model-wrapper{
	margin-bottom:20px;
	border-bottom:none;
	    box-shadow: 0px 6px 100px -69px #000;
	}

	
	.vehicle-content .hot-model-inner .items li span{
letter-spacing:0px
}
	
	
	
	
    
}