#map {
    width: 95%;
    height: 450px;
    background: grey;
}

#panel {
    width: 100%;
    height: 400px;
}
.no_style_button {
    border: 0;
    background-color: transparent;
    outline: none !important;
    padding: 0;
    text-align: left;
}
.no_style_button:hover{
    border: 0 !important;
    background-color: transparent !important;
    outline: none !important;
    cursor: pointer;
}
.no_style_button:focus{
    border: 0 !important;
    background-color: transparent !important;
    outline: none !important;
}
/*.stripped-row*/
.striped-bootstrap-table .row:nth-child(even){
    border-top: 2px solid rgba(170, 170, 170, 0.3);
}
.product-grid.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.product-grid.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.btn-dark,
.btn-danger,
.btn-primary{
    background-color: #5d853c;
    border-color: #7b9664;
}
.btn-dark:hover,
.btn-danger:hover,
.btn-primary:hover{
    background-color: #7b9664;
    border-color: #7b9664;
}
.btn-dark:visited,
.btn-danger:visited,
.btn-primary:visited{
    background-color: #7b9664;
    border-color: #7b9664;
}
.btn-dark:focus,
.btn-danger:focus,
.btn-primary:focus{
    background-color: #7b9664;
    border-color: #7b9664;
}
.btn-dark:active,
.btn-danger:active,
.btn-primary:active{
    background-color: #7b9664 !important;
    border-color: #7b9664 !important;
}
.btn-dark:disabled,
.btn-danger:disabled,
.btn-primary:disabled{
    background-color: #7b9664;
    border-color: #7b9664;
}
/*.page-item.active .page-link {*/
/*    color: black;*/
/*    background-color: #5d853c;*/
/*    border-color: #7b9664;*/
/*}*/
.add-to-cart{
    background: #201A1A;
    border-radius: 18px;
    /*font-family: 'Montserrat';*/
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: fit-content;
}
.add-to-cart:hover{
    background: white;
    border: 1px solid black;
    color: black !important;
    cursor: pointer;
}
.nav-item{
    /*font-family: 'Montserrat';*/
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;

    color: rgba(32, 26, 26, 0.7);
}
.navbar{
    border-bottom: 2px solid rgba(170, 170, 170, 0.3);
    padding-bottom: 20px;
    padding-top: 20px;
}
.cart-total:hover{
    color: rgba(0, 0, 0, 0.34);
}
.cart-total{
    color: black;
}
.new_style_link:hover{
    color: rgba(0, 0, 0, 0.34);
    text-decoration: none;
}
.new_style_link{
    /*font-family: 'Montserrat';*/
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    text-transform: capitalize;
    color: black;
}
.new_style_link_no_capitalize{
    /*font-family: 'Montserrat';*/
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    color: black;
}
*{
    /*font-family: 'Montserrat';*/
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
}

.new_style_btn:hover{
    color: black;
    background: #6F8C54;
    text-decoration: none;
    cursor: pointer;
}
.new_style_btn{
    background: #FFFFFF;
    border: 1px solid #201A1A;
    border-radius: 20.2412px;


    /*font-family: 'Montserrat';*/
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;

    color: #6F8C54;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.order_btn:hover{
    color: black;
    background: white;
    border: 1px solid black;
    text-decoration: none;
    cursor: pointer;
}
.order_btn{
    background: black;
    color: white;
    border: none;
    border-radius: 20.2412px;
    /*font-family: 'Montserrat';*/
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 110px;
}
.cart-remove:hover{
    cursor: pointer;
    border: 1px solid black;
    color: black;
}
.cart-remove{
    border: 1px solid #C60D0D;
    color: #C60D0D;
    background-color: white;
    /*padding: 10px;*/
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar{
    margin-bottom: 50px;
}
.new_style_table th, .new_style_table td{
    /*border-top: none !important;*/
    /*border-bottom: none;*/
    border: none !important;
}
.new_style_table th{
    /*background: none !important;*/
    /*text-transform: lowercase;*/
}
.new_style_table thead th{
    background-color: rgba(242, 239, 212, 0.5) !important;

}
.new_style_table thead tr th:first-child{
    border-top-left-radius: 11px !important;
    border-bottom-left-radius: 11px !important;
    /*border: 1px solid black;*/
}
.new_style_table thead tr th:last-child{
    border-top-right-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
    /*border: 1px solid black;*/
}
.cart_sum_table tr:first-child td, .cart_sum_table tr:first-child th {
    border-top: 1px solid #dce0e5;
}

.cart_sum_table td, .cart_sum_table th {
    border-top: none;
}
.popover{
    max-width: 400px;
    max-height: 800px;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.form-check-inline .form-check-input {
    margin-left: 0.3125rem;
}

