
.navbar {
    font-size: 15px;
}

.navbar .navbar-right .navbar__item .navbar__link {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.btn__orange, .btn__blue {
    background: #930000;
    border: 1
px
 solid #930000;
    font-weight: bold;
    border-radius: 20
px
;
    font-size: 16px;
    text-transform: none;
}

.middle-banner__block--wrapper > div {
    text-align: left;
    width: 370
px
;
    border: 1px solid #fff;
    border-radius: 4
px
;
    padding: 23
px
 30
px
;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.product-item {
  background: #fff;
  height: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 286px;
  float: left;
  padding-bottom: 125px;
  position: relative;
  text-align: initial;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in; }
  @media all and (min-width: 992px) {
  .product-item:nth-child(3n) {
    margin-right: 0; } }
  @media all and (max-width: 992px) and (min-width: 680px) {
  .product-item:nth-child(2n) {
    margin-right: 0; } }
  @media all and (max-width: 680px) {
  .product-item {
    margin: 0 auto 40px;
    float: none; } }
  .product-item:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2); }
  .product-item__content {
    height: 195px;
    overflow: hidden; }
  .product-item__title, .product-item__price {
    font-weight: bold;
    margin-bottom: 19px;
    text-align: center; }
  .product-item__title {
    margin-top: 0;
    text-transform: capitalize;
    font-size: 16px; }
  .product-item__price {
    color: #930000;
    background: url('../images/dashed.png') repeat-x 0 0;
    padding-top: 19px;
    font-size: 20px; }
  .product-item__description {
    color: rgba(39, 39, 39, 0.5);
    height: 135px;
    overflow: hidden; }
  .product-item .form {
    position: absolute;
    bottom: 19px;
    left: 0;
    margin-top: 30px; }
  .product-item .form .form-group {
    margin-bottom: 15px; }
  .product-item .form .form-group:last-child {
    margin-bottom: 0; }














/***************************/


.bottomMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 1.8rem 0;
    outline: none;
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    z-index: 5;
    pointer-events: auto;
}
.modularGrid--boxed, .directory-content {
    margin: 0 auto;
    width: 100%;
}
.u-flex-start {
    display: flex;
    align-items: flex-start;
}
.u-pdh {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.u-flex--between {
    display: flex;
    justify-content: space-between;
}
.u-flwrap {
    display: flex;
    flex-wrap: wrap;
}
.u-pdb {
    padding-bottom: 1.5rem !important;
}
.u-pdr {
    padding-right: 1.5rem !important;
}
.u-lg-90 {
    width: 90%;
}
.button--primary, .bblegal-button {
        color: #665c00 !important;
    background-color: #ffe600;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: auto;
    margin: 0;
    display: block;
    cursor: pointer;
    transition: all 0.1s;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    color: rgba(0,0,0,0.5);
    border: none;
    border-radius: 4px;
    transition: all 0.1s;
    top: 0;
    height: auto;
    padding: 7px 20px;
    line-height: 14px;
}
.bottomMessage-text {
    color: #dbdde0;
	margin:0;
}
.listing-item__info--item-company.item-company-logo
{
display:none;	
}
p{
    word-break: break-word;	
}
.product-item,.product-item__content
{
min-height:560px;	
}
.product-item__description
{
min-height:400px;
text-align:left;
}
.product-item__description p
{
	text-align:left !important;
}
@media screen and (min-width: 1400px)
{
.modularGrid--boxed, .directory-content {
    max-width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
}
}

@media screen and (max-width: 768px)
{
	.bottomMessage
	{
		z-index:99;
	}
	.bottomMessage-content {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
}
.bottomMessage-text {
        font-size: 14px;
    padding-bottom: 0.75rem;
}
	.bottomMessage-contentSection {
    display: inline-block;
    vertical-align: top;
    padding: 0.75rem 1.5rem;
    width: 100%;
}
.bottomMessage-contentSection--button {
    padding: 0;
    padding-bottom: 1.5rem;
    text-align: center;
    width: 100%;
}
.button--primary
{
display:inline-block;
    height: 45px;
    padding: 7px 27px;
}

}
@media screen and (max-width: 767px)
{
	.listing-item__info--item-company.item-company-logo
{

    display: block;
    width: 100%;
	
}
.listing-item__info--item-company.item-company-logo:before
{
display:none;	
}

}