.quick-quote-container{
    background: transparent linear-gradient(
        180deg, #F04E37 0%, #E17111 100%) 0% 0% no-repeat padding-box;
    min-height: 438px;
}
.menu-icons-container i{
    color: white;
}

.second-menu .main-menu-links-container .main-menu-links li a:hover{
    color: white !important;
}

.second-menu .main-menu-links-container .main-menu-links .dropdown .dropdown-menu .dropdown-item:hover{
    color: #F04E37 !important;
}

.main-menu a.menu-cart span:hover{
    background-color: white !important;
    color: #F04E37 !important;
}
.center{
    display: flex;
    justify-content: center;
    align-items: end;
    min-height: 438px;
}

.step-container{
    margin-bottom: 20px;
}

.step-container h5{
    color: white;
}
.step-container img{
    margin-bottom: 20px;
}

@media only screen and (max-width: 812px) {
    .quick-quote-container {
        margin-top: 100px;
    }
    .quick-img{
        display: none;
    }
}

.quick-modal-container{
    height: 697px;
    display: flex;
    flex-direction: column;
}

.quick-btn-next{
    float: right;
    margin-bottom: 40px;
}

.quick-search-bar{
    flex: 1;
}
.quick-cable-input{
    text-align: center;
    box-shadow: 0px 1px 4px #00000021 !important;
    border-radius: 22px;
    border-color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    resize: initial;
}

.search-btn{
    background-color: white;
    box-shadow: 0px 1px 4px #00000021 !important;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    cursor: pointer;
    border-color: #fff !important;
    border-left: none;
}

.quick-path{
    height: 50px;
    line-height: 50px;
    color: ;
}


.quick-path div{
    color: #0C4595;
}
.quick-path i{
    margin: 10px;
    line-height: 32px;
    color: #F04E37;
    font-size: 11px;
}

.quick-cables-list{
    padding: 10px 0px 5px 0px;
    max-height: 300px;
    overflow:scroll;
}

.quick-cables-list-item{
    padding: 0px 20px;
    cursor: pointer;
}

.quick-cables-list-item span{
    height: 1px;
    width: 20%;
    display: block;
    margin: 5px auto;
    background-color: #E17111;
    opacity: 0.4;
}

.quick-cables-list .quick-cables-list-item:last-child span{
    display: none;
}

.category-content a,.pointer{
    cursor: pointer;
}

.shadow{
    width: 100%;
    display: none;
    height: 100vh;
    position: fixed;
    opacity: 0.3;
    background-color: #303945;
}

.cable-show-div{
    background-color: white;
    box-shadow: 0px 1px 4px #00000021 !important;
    border-radius: 22px;
    border-color: #fff !important;
}

.cable-show-div h5{
    margin: 10px auto;
    width: 90%;
    text-align: center;
}

.cable-show-div i{
    float: right;
    color: #E17111;
    margin: 10px 20px;
    cursor: pointer;
}

#quickQuote-show-cable{
    display: none;
}

.cable-list,.product-list{
    margin: 10px auto;
    height: 350px;
    position: relative;
}

.cable-list .spinner-border, .product-list .spinner-border{
    color:  #F04E37;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
}

.cable-list .alert, .product-list .alert{
    color: #F04E37;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
}

.cable-list ul, .product-list ul{
    overflow: scroll;
    max-height: 100%;
    text-align: center;
}


.cable-list ul li:hover{
    cursor: pointer;
}

.cable-list ul li:hover{
    color:  #E17111;
}

li.selected{
    color: #0C4595 !important;
}

.align-items-end {
    align-items: flex-start!important;
}

.cable-list img{
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}