.breadcrumb {
  margin: auto;
  padding-top: 25px;
  background: #fff;
}

.breadcrumb>li>a {
  color: rgb(30,124,164);
}

.navbar-default {
  /*background-color: transparent;*/
  background-color: rgb(30,124,164) !important;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .dropdown-menu {
  /*background-color: transparent;*/
  background-color: rgb(16,112,148);
  background-image: none;
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none !important;
}

.navbar-default .navbar-nav>li>a:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: rgb(16,112,148);
  -o-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -ms-transition-property: background-color, border;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
  color: #fff;
  background-color: rgb(16,112,148);
  /*background-color: transparent;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
  /*background-color: transparent;*/
  background-color: background-color: rgb(16,112,148);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #fff;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}

/* .no-collapse li, .no-collapse li a
{
    padding-right: 40px;
    /* text-align: center; */
    /* float: none;
    display: inline-block; }*/


.dropdown-menu>li>a:focus {
  color: #fff;
  background-color: rgb(16,112,148);
}

.dropdown-menu>li>a:hover {
  color: #eee;
  background-color: rgb(16,112,148);
  -o-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -ms-transition-property: background-color, border;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  border-radius: 4px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: rgb(16,112,148);
  background-image: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.dropdown-menu>li>a, .dropdown-menu>li>a:hover {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  background-image: none !important;
  list-style: none;
}

.circle {
  border-radius: 50%;
  background-color: #fff;
  width: 120px;
  height: 120px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
  margin-top: -70px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.circle:hover {
  transform: scale(1.1);
}

.circle img {
  vertical-align: middle;
  width: 60px;
  margin-top: 60px;
  margin-left: 0px;
}

/* Cart */

.navbar-dropdown-menu>ul ul>li::before {
  /* content: "\2022"; */
  color: rgb(38, 154, 205);
  display: inline-block;
  width: 1em;
  list-style: none;
}

i.removalX {
  color: #999;
  cursor: pointer;
}

i.removalX:hover {
  color: #666;
}

.checkout-bar {
  width: 100%;
  padding: 20px;
  float: right;
}

#cartCount {
  background: none;
  color: #333;
  font-size: 12px;
  border-radius: 50%;
  margin-left: -1.0em;
  margin-top: .1em;
  margin-right: 1em;
  padding-right: 5px;
  z-index: 3;
  position: absolute;
  text-align: center;
  vertical-align: top;
}

.cartCountCircle {
  display: inline-block;
      height: 18px;
      width: 18px;
      -moz-border-radius: 50%;
      border-radius: 65%;
      background-color: rgb(225,201,78);
      color: #fff;
      text-align: center;
      font-size: 1em;
      position: absolute;
      margin-left: -.8em;
      margin-top: 0;
      margin-right: 2em;
      z-index: 0;
      padding-left: -6px;
      padding-right: 1em;
      padding-top: 15px;
      vertical-align: top;
    }

    .pulse {
      -webkit-animation-name: pulsate;
      -webkit-animation-duration: 1.43s;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
    }

    @-webkit-keyframes pulsate {
      0% {
        -webkit-box-shadow: 0 0 0 0 rgba(225,201,78, 0.8);
      }
      70% {
          -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      }
      100% {
          -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      }
    }
    @keyframes pulsate {
      0% {
        -moz-box-shadow: 0 0 0 0 rgba(225,201,78, 0.8);
        box-shadow: 0 0 0 0 rgba(225,201,78, 0.8);
      }
      70% {
          -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
          box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      }
      100% {
          -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
          box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      }
    }

    #cartbox {
      list-style: none !important;
    }

    #cartbox .caret {
      margin-left: 8px;
    }

#cartbox ul.dropdown-menu,
#cartbox ul.dropdown-menu>li {
  background-color: #fff;
  color: #333;
  padding: 15px;
  border: #ccc solid 2px;
  border-radius: 5px;
  text-align: center;
  max-height: 400px;
  /* width: fit-content; */
  /* width: 500px; */
  overflow: auto;
}

#cartbox>ul.dropdown-menu>ul li::before {
  list-style: none !important;
}

#cartbox ul {
  -webkit-padding-start: 5px !important;
}


/* #cartContentsBox>ol {
  list-style: none;
  color: #333;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  counter-reset: cart;
}

#cartContentsBox>ol li::before {
  list-style: decimal;
  content: counter(cart);
  counter-increment: cart;
  posiiton: relative;
  top: 0;
  color: #333;
  padding-right: 10px;
  font-family: MuseoSans-700, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: inline;
} */


.fa-shopping-bag:before {
  color: #fff;
  font-size: 24px !important;
  float: right !important;
  cursor: pointer;
  margin-top: -6px;
  margin-bottom: -6px;
}

.common-inner-wrap {
    position: relative;
    z-index: 250;
    margin: 0 auto;
    max-width: 60em;
}

/* .selector .selected {
  color: #666 !important;
  font-size: 1.5em !important;
  padding-left: 140px;
  font-family: 'Font Awesome 5 Free';
  float: right !important;
  cursor: pointer;
}

.select {
  font-size: inhert;
  float: right;
} */
