﻿.product-link {
  color:#555555;
  padding-left:14px;
   
  cursor: pointer;
  display: inline-block;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.product-link:hover {
    text-decoration: underline;
}

.dog-product-hover:hover {
    color: #03a6a6;
}

.cat-product-hover:hover {
    color: #4bac28;
}

.people-product-hover:hover {
    color: #e0891a;
}

.imgLogoSmall {
    display: none;
}

.imgLogo{
    width: 100%;
}


@media (max-width: 420px) {
    .imgLogo {
        display:none;
    }

    .imgLogoSmall{
        display:inline-block;
    }
}

@media (min-width: 992px) {
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .imgLogo {
        display: none;
    }

    .imgLogoSmall {
        display: block;
    }
}

@media (min-width: 1120px) {
    .imgLogo {
        display: block;
    }
    .imgLogoSmall {
        display: none;
    }
}


.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: transparent;
}


#mainnavbar .menubar {
  margin-bottom:5px;
}

#mainnavbar .nav > li > a {
    display: block;
    position: relative;
    font: normal 14px/24px nimbus-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*color:#fff;*/
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px 10px;
    text-align: center;
    cursor: pointer;
    /*font-weight: 600;*/
}

#mainnavbar.bc-header .nav > li > a {
    padding: 10px 0;
}

#mainnavbar .nav > li > a:hover, #mainnavbar .nav > li > a:focus {
  text-decoration:none;
  background:none;
    color:#FFBA00;
}

.dog-product-link {
  color:#555555;
   
   
  font-weight:lighter;
}

  
.product-header {
  color:#555555;
  padding-left:24px;
  
  font-weight:normal;
  font-size: x-large !important;
  font-family:"foco" !important;
}

.navbar {
    color: #666;
    background-color: #fff;
}

.navbar-brand {
    margin-left: 40px;
    padding-top: 20px;
    /*max-width: 210px;*/
}

.navbar-brand-opp {
    padding-top: 23px;
    padding-left: 20px;
}

@media (max-width: 990px) {
    .navbar-brand-opp {
        padding-top: 0px;
    }
}

.opp-nav{
    background-color: rgba(255, 255, 255, 0.9);
}


@media (max-width: 550px) {
    .navbar-brand {
        max-width: 40%;
        padding-top: 15px;
        margin-left: 15px;
    }

    .navbar-brand img { 
        max-width: 100%;
    }

    div.navbar-flex{
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding-top: 33px;
    }

    .navbar-nav{
        height: 100%;
        display: table;
    }
}

.navbar-flex .navbar-nav {
    display: table;
}


.navbar-nav .nav-item{
    height:100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.nav-item.btn-login{
    margin-right: 15px;
}

@media (min-width: 992px) {
    .navbar-nav{
        width: 100%;    
    }

    .navbar-collapse {
        align-items: initial;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav .nav-item {
        /*border-left: 1px solid #f0efec;*/
    }
}

.flex-grow-3{
    flex-grow: 3;
}

.navbar-flex {
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: initial;
    justify-content: flex-end;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    .navbar-flex {
        justify-content: flex-start;
    }
}

.svg-btn img{
    width: 36px;
    height: 36px;
}

@media (max-width: 992px) {
    .navbar-collapse {
        order: 3;
        background-color: white;
        padding-top: 20px;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
    .navbar-flex {
        max-width: 200px;
        margin-right: 20px;
        height: 100%;
        align-items: center;
    }
}

@media (max-width: 560px) {
    .navbar-flex {
        /*max-width: 40%;*/
        margin-right: 0px;
    }

    #mainnavbar .nav > li > a {
        padding: 8px;
    }
}


.navbar-toggler{
    border: none;
    padding-top: 6px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='4 0 34 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102, 102, 102, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h34M4 16h34M4 25h34'/%3E%3C/svg%3E");
    
    width: 40px;
}

.subnav-container{    
    background-color: #f0efec;
    width: 100%;
}

.subnav{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0 auto;
    max-width: 1366px;
}

.subnav-item{
    /*font-weight: bold;*/
    font-size: 0.8rem;
}
.subnav-item span {
    display: inline-block;
    padding: 0.5rem 1rem;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    max-width: 1366px;
    position: relative;
}

.menu-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.menu-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-login{
    background-color: #efefec !important;
    border-radius: 3px !important;
    padding: 5px 10px !important;
}

.menu-login.nav.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    padding-right: 13px;
}

.lbl-cart-count {
    position: absolute;
    height: 20px;
    text-align: center;
    display: flex;
    width: 20px;
    right: 0px;
    top: 5px;
    font-weight: bold;
    background-color: #05d7d7;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    color: white;
}

.lbl-cart-count:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}

.search-box{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: white;
    z-index: 100;
}

.search-box .search {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 20px;
}

@media (min-width: 992px) {
    .search-box .search {
        margin-top: 30px;
    }
}

.search-box .close-search {
    /*position: absolute;
    right: 30%;
    top: 30px;*/
    display: inline-block;
    height: 30px;
    width: 30px;
    color: black;
    font-size: 1.3rem;
    background-image: url(icons/icons8-multiply-32.png);
    cursor: pointer;
}

.sb-search-submit{
    background-image: url(icons/LA_Search_Icon.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    height: 30px;
    width: 30px;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 6px;
}

.sb-search-input{
    max-width: 400px;
    width: 100%;
    /*border: none;*/
    display: inline-block;
    height: 30px;
    vertical-align: top;
    margin-left: 5px;
    padding-left: 10px;
}

input.sb-search-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.hover-effect img:last-child, .hover-effect:hover img:first-child{
    display:none;
}

.hover-effect:hover img:last-child{
    display:inline-block;
}

@media (max-width: 992px) {
    .main-nav {
        justify-content: space-between;
        height: 70px;
        z-index: 10;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .navbar-collapse .navbar-nav .nav-item {
       padding: 20px;
       display: block;
       text-align: center;
    }

    #mainnavbar .nav > li > a {
        text-align: left;
    }
}

.dropdown .dropdown-menu {
    width: 100%;
    border: 0px;
    margin: 0px;
}

@media (min-width: 479px) {
    .dropdown .dropdown-menu {
        width: 450px;
        border: 0px;
        margin: 0px auto;
    }
}
     
@media (min-width: 639px) {
    .dropdown .dropdown-menu {
        width: 620px;
    }
}

@media (min-width: 767px) {
    .dropdown .dropdown-menu {
        width: 660px;
    }
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        top: 100px;
        left: 0;
    }
}


.opacity-menu {
    background-color: rgba(255, 255, 255, 1.0) !important;
}

@media (min-width: 769px) {
    .opacity-menu {
        background-color: rgba(255, 255, 255, 0.90) !important;
    }
   
    .navbar {
        position: fixed;
        z-index: 1030; 
        right: 0;
        left: 0;   
        border-radius: 0;
        top: 0;
        border-width: 0 0 1px;
        flex-direction: column;
    }      
}

@media (min-width: 992px) {
    #navcol-2, #navcol-3{
        max-width: 730px;
    }

    #navcol-2 {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-right{
        max-width: 170px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 992px) {
/* IE10+ CSS styles go here */

    #navcol-2, #navcol-3{
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .navbar-right {
        margin-right: 10px;
    }
}


.bclogo-link{
    padding-top: 0;
    max-width:190px;
}

.bclogo{
    max-width: 100%;
    max-height: 100%;
}

.nav-link{
    cursor: pointer;
}

.bc-header, .bc-header .dropdown-menu{
    background-color: #f5f5f5;
}


/*** switch to styles.css ***/
body {
    padding-right: 0 !important;
}