.bg-shopping-cart
{
	/*background-color: #f2dede; /*red*/
	/*background-color: #dff0d8; /*green*/
	/*background-color: #fcf8e3; /*yellow*/
	/*background-color: #fcf8e3; /*blue*/
}

.navbar
{
background-color: rgb(0,114,180) !important;
}

.hBundLogo
{
       margin-top: 11px;
}

#search
{
   margin-top: 40px;
}

.top-area
{
  height: 44px;
  border-bottom: 3px solid rgb(0, 114, 180);
    background-color: white;
}

.wrap_all
{
    background-color: #f3f3f3;
}

.bottom-area
{
    background-color: white;
    border-top:3px solid rgb(0, 114, 180) ;
}


.boxed_content
{
    width: 440px;
    margin-left: 14px;
}

#ehiWidget_default
{
    width: 67%;
    margin-top: 14px;
}


@media (min-width: 375px)
{
    .boxed_content
    {
        width: 315px;
    }

    .logo
    {
        margin-left: 25px;
    }

    .head_info
    {
        margin-left: 65px;
    }
}

@media (min-width: 425px)
{
   .boxed_content
   {
       width: 380px;
   }

    .logo
    {
        max-width: 100% !important;
    }

    .head_info
    {
        margin-left: 85px;
    }
}

@media (min-width: 768px)
{
    .boxed_content
    {
        width: 155px;
    }
    .head_info
    {
        margin-left: 0px;
    }

    .logo
    {
        max-width: 100%;
    }

}


@media (min-width: 1024px)
{
    .boxed_content
    {
        width: 220px;
    }

}


@media (min-width: 1440px)
{
    .boxed_content
    {
        width: 325px;
    }

}

@media (min-width: 1920px)
{
    .boxed_content
    {
        width: 440px;
    }

}


@media (min-width: 2560px)
{
    .boxed_content
    {
        width: 605px;
    }

}

