﻿.tt-open {
    background-color: #FFFFFF;
    cursor: pointer;
}

.tt-suggestion {
    color: black;
    padding: 10px;
}
.tt-suggestion a{
    color: black;
    padding: 10px;
}
    .tt-suggestion:hover {
        color: white;
        background-color: #B3B735 ;
        color: white;
    }
.tt-suggestion:hover a{
       
    }
.tt-suggestion:hover a:focus, .tt-suggestion:hover a:active, .tt-suggestion:hover a:hover{
    background-color: transparent !important;
    color: white !important;
};
.dw-breadcrumb-title {
    display: none;
}

.dw-breadcrumb {
    font-size: 14px;
}

.boxproduct.product .product-title {
    height: 36px;
}

.boxproduct.product figure {
    height: 186px;
}

.boxproduct .extracolumn .shortproductdescription {
    height: 75px;
}

.arguments {
    font-size: 12px;
    margin-bottom: 10px;
}

.arguments p {
    margin-bottom: 0;
}


.fa-truck {
    /*margin-top: 25px;*/
}

.arguments {
    float: right;
}

.front-args {
    display: inline-block;
}

.row .front-args {
    background-color: #B3B735;
    left: -15px;
}

.row .margedd {
    margin-left: 30px;
}

.row .front-args a {
    color: #efefef;
}

    .row .front-args a:hover {
        color: black;
    }

    .row .front-args a:focus {
        border-radius: 2px;
        color: black !important;
    }

    .row .front-args a:active {
        border-radius: 2px;
        color: black !important;
    }

.row .front-args .fa {
    margin: 5px !important;
}

.row .front-args span {
    margin-right: 5px;
}

li.picker-switch.accordion-toggle {
    display: none;
}

button#get-date {
    float: right;
    margin: 10px;
}

section.first-tag .modal {
    position: absolute;
    top: 25px;
    width: 30%;
    margin-left: 35%;
}

.modal-content {
    box-shadow: none;
}

.navmenu{
width:260px !important;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .modal-sm {
        width: 600px;
    }
  
  	#smallscreen-minicart{
  	display:none;
  	}
  
}

.meeting-wrapper .form-control:read-only {
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 3px #ccc !important;
    cursor: default;
}

.meeting-time-wrapper {
    display: flex;
    gap: 10px;
}

.delivery-checkout-message {
    font-size: 14px;
}