.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 4px;
    overflow: hidden;
    height: 8px;
    margin-top: 5px;
}

.progress-bar {
    width: 30%;
    height: 100%;
    background-color: #117ba2;
    animation: loading 1.2s linear infinite;
}

@keyframes loading {
    0%   { margin-left: -30%; }
    100% { margin-left: 100%; }
}

.cart-total label {
    font-weight: normal;
}

.totals {
    width: 32%;
}

.cartmessage {
    float: none;
    width: 100%;
}

.totals {
    float: none;
    width: 100%;
}

.read-more {
    display: none;
}

.page-title {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 0px;
}

.wishlist-content .edit-item {
    background-color: #01799f;
    width: 130px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
    font-size: 12px;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

    .wishlist-content .edit-item a {
        color: white;
        text-decoration: none;
    }

.addRemoveBox{
	float: left;
	margin:44px 0 0 20px;
	display: none;
}
.addRemoveBox .addIconW{
	background:url(../images/addIconW1.jpg) no-repeat;
	margin: 0 0 15px 0;
	background-size: contain;
}
.addRemoveBox .removIconW{
	background:url(../images/removeIconW1.jpg) no-repeat;
	background-size: contain;
}
.addRemoveBox a{
	width:41px;
	height:40px;
	display:block;
}

.wishlist-content .cart .sku {
    display: block !important;
}

.copy-from-choice select {

width:unset;
}

.tabeList {
    margin: 0;
    background-color: white;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.advisormenu {
    width: 50%;
    margin: 0;
    background-color: white;
    float: left;
}

.share-info {
    float: none !important;
}

.discounts {
    
    margin-top: 5px;
}

.wishlist-content .table-wrapper {
    padding: 0 10px;
    background: none;
    overflow: visible;
    margin-bottom: 0px;
}
.wishlist table {
    border-spacing: 2px;
}

.wishlistTab .update-wishlist-button{
	display: block;
    border: none;
    background-color:#eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    color: #000;
}

.wishlistTab .wishlist-add-to-cart-button {
    display: block;
    border: none;
    background-color: #1e9e05;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.wishlist-add-feedback-button {
    position: fixed;
    right: 0; /* Plaatst de knop aan de rechterkant van het scherm */
    top: 30%; /* Plaatst de knop verticaal in het midden */
    transform: translateY(-50%); /* Centraal uitlijnen */
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    flex-direction: column; /* Zorgt voor een verticale layout */
    align-items: center;
}

    .wishlist-add-feedback-button i {
        font-size: 24px; /* Pas de grootte van het pictogram aan */
        margin-bottom: 5px; /* Ruimte tussen pictogram en tekst */
    }

    .wishlist-add-feedback-button span {
        writing-mode: vertical-rl; /* Zorgt voor verticale tekst */
        text-align: center;
        transform: rotate(180deg); /* Draait de tekst */
    }

    .wishlist-add-feedback-button:hover::after {
        content: "Vraag over uw offerte of wijziging?"; /* Tekst van de ballon */
        position: absolute;
        top: 30%;
        left: -200px; /* Plaatst de tekstballon links van de knop */
        transform: translateY(-50%);
        background-color: #333;
        color: white;
        padding: 8px;
        border-radius: 5px;
        white-space: nowrap;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        font-size: 14px;
    }

.wishlist-content button.button-2 {
        margin: 0 10px 0 0;
        display: inline-block;
        background: orange;
        color: white;
        width: 100%;
    }

.tabeList ul, .advisormenu ul {
    display: contents;
    white-space: nowrap;
}
.tabeList li .update-wishlist-button{
	background: #f9f6f6 url(/Plugins/Misc.Multiwishlist/images/addIcon1.jpg) no-repeat center;
    display: block;
    font-size: 0;
    height: 100px;
    line-height: 137px;
    width: 100%;
    padding: 0;
}

.tabeList li, .tabeList li#choice5:last-child
{
    display: inline-block;
    list-style-type: none;
    color: #999;
    margin: 20px 0 0 0;
    padding: 0;
    width: 65px;
    cursor: pointer;
    background-position: 20px 8px;
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    text-align: center;
    vertical-align: bottom;
}

.advisormenu li {
    display: inline-block;
    list-style-type: none;
    color: #999;
    margin: 20px 0 0 0;
    padding: 0;
    cursor: pointer;
    background-position: 20px 8px;
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    text-align: center;
    vertical-align: bottom;
}

    .tabeList li.active {
        border: 2px solid #027BA4;
    }


    .tabeList li .quiteImgBox, .advisormenu li .quiteImgBox {
        background: #f1f1f1 no-repeat;
        padding: 9px 5px;
        background-position: 20px 8px;
    }

    .tabeList li.active .quiteImgBox,
    .tabeList li:hover .quiteImgBox {
        background: #027BA4 no-repeat;
        color: #fff;
        background-position: 20px 8px;
    }

.tabeList .imgQuot, .advisormenu .imgQuot {
    padding: 20px;
}

.tabeData {
}

    .tabeData .wishlist-content > div,
    .imageCollectionChoices > div {
        display: none;
    }

        .tabeData .wishlist-content > div.active,
        .imageCollectionChoices > div.active {
            display: block;
            text-align: center;
        }
        .imageCollectionChoices img{
            margin-top: 15px;
        }

.tabeData {
}
.cart td.unit-price input {
    width: 80px;
    text-align: center;
}

.customerQuoteheader{
    background: #f9f9f9;
    margin-bottom: 25px;
    padding: 15px 0;
    border: 1px solid #eeeeee;
}
.customerQuoteheader h3{
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.customerQuoteheader a{
    
}

.customerQuoteheader .update-wishlist-button{
    color: #337ab7;
    background: none;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 6px;
    line-height: 20px;
}
.customerQuoteheader .update-wishlist-button:hover{
    color: #23527c;
    background: none;
    text-decoration: underline;
}

.wishlist-content .buttons{
    font-size: 16px;
    overflow: visible;
}
.quote label,.cart label,
.cart td.unit-price .product-unit-price{
    font-size: 15px;
    font-weight: bold;
    color: #888;
}


.quote label {
    margin: 8px 0;
}
.tabeList li > div > a{
    display: block;
    padding: 20px 10px;
    height:100px;
    position: relative;
    background: #f9f6f6;
}
.tabeList li > div > a.imageUpLoded{
    background: #fff;
}
.tabeList li > div a img{
    max-width:80px;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.cart .add-to-cart input[type='checkbox']{
    margin: 0 0 0 3px;
}
.earth-theme .buttons .button-2{
    background-color: #f1f1f1;
    padding: 10px 50px;
}
.earth-theme .buttons .update-wishlist-button{
    background: #f1f1f1 url(../images/refreshIcon1.jpg) no-repeat; 
    background-position: 12px 9px;
}
.earth-theme .buttons .wishlist-add-to-cart-button{
    background: #f1f1f1 url(../images/addToCartIcon1.jpg) no-repeat; 
    background-position: 12px 9px;
}
.earth-theme .buttons .email-a-friend-wishlist-button{
    background: #f1f1f1 url(../images/emailIcon1.jpg) no-repeat; 
    background-position: 12px 12px;
}
.earth-theme .buttons .createQuote-button{

}
.earth-theme .buttons{
    margin: 0 0 15px 0;
}
.cart .product-name {
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
}
.wishlist-content {
    margin: 10px 0 15px 0;
}
.quote input[type='text']{
    height: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px;
    vertical-align: middle;
    color: #888;
    box-shadow: none;
}
.quote .form-control:focus{
    box-shadow: none;
    border-color: #ddd;
}
.quote .required {
    
}
.nowrap{
    white-space: nowrap;
}
.btn.active, .btn:active{
    box-shadow: none;
}
.earth-theme .cart th, .earth-theme .data-table th, .earth-theme .forums-table-section th{
    text-align: center;
}
.cart td.unit-price{
    width: 100%;
    white-space: nowrap;
}
.cart{
    
}
.cart tbody tr{
    border-bottom: 10px solid darkgray;
}
.editIcon{
    background: url(../images/searchIcon11.jpg) no-repeat;
    width: 31px;
    height: 26px;
    display: inline-block;
    font-size: 0;
}
.addIcon{
    background: url(../images/addedIcon11.jpg) no-repeat;
    width: 31px;
    height: 26px;
    display: inline-block;
    font-size: 0;
}
.quotePictureList{
    margin: 0;
    padding: 0;
}
.quotePictureList li{
    display: inline-block;
    margin: 15px;
}
.quotePictureList li img{
    
}
.text-left-md{
    text-align: left;
}
.text-right-md{
    text-align: right;
}
.container{
    width: auto;
}
.cart td > label {
   display:none;
}
.quote .select-wrap select{
    height: 40px;
    border-radius: 0;
    opacity: 1;
    background: #cccccc;
    border: 1px solid #e2e1e1;
    color: #fff;
}
.quote .select-wrap .select-box{
    z-index: 1;
    background-color:transparent;
    border: none;   
    padding: 10px 25px 10px 4px;
    right: 0;
    left: auto;
    width: 20px;
}
.quote .select-wrap .select-box:after{
    right: 4px;
}
.quote .select-wrap .select-inner{
    display: none;
}

.air-theme .wishlist-add-to-cart-button{
    background: #eda187 url(../images/shopIngCardIcon1.png) left top no-repeat;
    padding: 15px 35px 15px 65px;
    color: #fff;
    background-position: 20px center;
}
.wishlistTab .update-wishlist-button{
    padding: 15px 20px;
}
#imgAddNewVehicle{
    position: absolute;
    width: 90%;
    text-align: center;
    padding:40px 0 30px 0;
    border: 1px solid #efeeee;
}

#divVehicleId{
    width: 92.4%;
    margin: 11px 0 0 10px;
}

#imgAddNewVehicle{
    background: #fff;
    padding: 35px 45px;
    border: 1px solid #eee;
}

#divVehicleCustom{

}
#divVehicleCustom .form-group{
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
#divVehicleCustom .please-wait{
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 32px;
    background: #ccc;
    width: 65%;
    color: #fff;
}
.quote input[type='text'],
.quote input[type='email'],
.quote select{
    color: #000;
    font-weight: 600;
}
.block-account-navigation .list li {
    display: block;
    margin: 2px 1px 0;
    text-align: left;
}
.customer-info-page #quotes-grid{
    overflow-x: scroll;
}

.air-theme .customerQuotesPage input[type="text"]{
    font-size: inherit;
    padding:5px 0px;
    border-radius: 0px;
}
.air-theme .customerQuotesPage .k-picker-wrap{
    border-radius: 0px;
}

.k-grid tbody td .btn-default:hover,
.k-grid tbody td .btn-default,
#search-quotes,
#search-quotes:hover{
    background-color: #eda187;
    border-color: #eda187;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
}
#quotes-grid .k-grid-header .k-header{
    text-align: center;
    white-space: normal;
}
#quotes-grid .k-grid td:first-child{
    text-align: center;
}
.printSend{
    white-space: nowrap;
}
body.air-theme{
    font-size: 13px;
}
.account-page .k-pager-sizes .select-wrap{
    display: none;
}

.sendQuoteBtn,
.printQuoteBtn,
.sendQuoteBtn:hover,
.printQuoteBtn:hover{
	background: #eda187;
	color: #fff;
    text-transform: capitalize;
	text-decoration:none;
}

#divVehicleDetails{
	text-align: left;
    margin:18px 8px 0 8px;
	color: #888;
}
.productsdW{
	max-height: 155px;
    overflow-y: auto;
	width:100%;
	display:block;
}

#divVehicleDetails > a{
	background: url(../images/searchIcon11.jpg) no-repeat;
    width: 31px;
    height: 26px;
	float: right;
    font-size: 0;
	margin: 5px 0;
}

.quote .divVehicleDetailsDrop .select-wrap select{
	color: #000;
	background: #fff;
}
.divVehicleDetailsDrop{
	border:1px solid #f4f3f3;
	min-height: 205px;
	box-shadow: 0 0 2px #f4f3f3;
}

.imageUploadIcon{
    position: absolute;
    top: 16px;
    right: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    background-image: url(../images/product-page-sprite-1.png);
    background-position: -30px center;
    background-color: #eda187;
    background-repeat: no-repeat;
}
.ui-dialog{
	position: fixed !important;
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%,-55%) !important;
}


@media (max-width: 992px){

    .wishlist-content .cart .product-picture ~ td {
       
        padding: 5px;
    }

    .text-left-md,.text-right-md{
        text-align: center;
    }
    .text-left-md input,.text-right-md input{
        text-align: center;
        margin-bottom: 5px;
    }
    .editIcon,.addIcon{
        margin-bottom: 5px;
    }
    .imageCollectionChoices img{
        display: block;
        margin: 10px auto 0;
    }
    .customerQuoteheader{
        margin-top: 20px;
    }
    .tabeList li, .advisormenu li{
        padding: 0px;
    }
    .tabeList ul, .advisormenu ul{
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: unset;
    }
    .tabeList li .quiteImgBox, .advisormenu  li .quiteImgBox{
        background-size: 13px;
        background-position: 8px 13px;
    }
    .tabeList {
        float: none;
        width: 100%;
    }
    .advisormenu {
        float: none;
        width: 100%;
    }

    .table-wrapper{
        overflow-y: auto;
    }
    #imgAddNewVehicle{
        position: absolute;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .tabeList li {
        width: 75px;
    }
    .customerQuotesPage .label-wrapper{
        text-align: left;
    }
    .tabeList li.active .quiteImgBox, .tabeList li:hover .quiteImgBox{
        background-position: 8px 13px;
        background-size: 13px;
    }
}
@media (max-width: 560px) {
    .tabeList li {
        width: 65px;
    }

    .tabeList {
        float: none;
        width: 100%;
    }

    .advisormenu {
        float: none;
        width: 100%;
    }

    .air-theme .customerQuotesPage .k-widget {
        width: 100%;
    }

    #imgAddNewVehicle {
        position: absolute;
        width: auto;
        margin: 0 auto;
        display: block;
        left: 95px;
        top: 63px;
        height: 130px;
    }

    .discounts {
        width: 100%;
    }

    .wishlist-content .product {
        float: right;
    }

    .wishlist-content .unit-price {
        float: right;
    }
        
 .wishlist-content .cart tr td.quantity
{
    border: none;
}

.wishlist-content .cart tr td.subtotal {
    border: none;
}

    .wishlist-content .quantity {
        width: 100% !important;
    }

    .wishlist-content .subtotal {
      
        width: 100% !important;
        border-top: 1px solid #f6f6f6 !important;
    }

    .product .attributes-hidden {
        height: 30px;
        position: relative;
        overflow: hidden;
    }

    .attributes-hidden .read-more {
        bottom: 0;
        /* width: 232px; */
        left: 0;
        margin: 0;
        padding: 5px 0;
        float: left;
        position: absolute;
        right: 0px;
        background-color: #fff;
    }

        .attributes-hidden .read-more .button {
            float: left;
            text-decoration: underline;
            font-size: 13px;
        }

    .read-more {
        display: block;
    }

    .read-more .button {
        background-color: white !important;
        display: inline;
    }

    .attributes-hidden .read-more::after {
        content: '';
    }

    .totals {
        width: 100%;
    }

    .checkout-buttons-mobile {
        display: block !important;
        position: fixed;
        bottom: 0;
        padding: 0;
        width: 100%;
        margin: 0;
        left: 0;
    }

    .cart td > label {
        display: contents;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px !important;
        color: #aaa !important;
        margin-bottom: 0px;
    }

}
