body {
  margin: 0px;
}
/*
* qTip2 - Pretty powerful tooltips - v2.1.1
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Wed Sep 25 2013 08:36 UTC+0000
* Plugins: tips viewport ie6
* Styles: css3
*/

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 350px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0 !important;
}

/* Default close button class */

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */

.qtip-focus {}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */

.qtip-hover {}

/* Default tooltip style */

.qtip-default {
    border-width: 1px;
    border-style: solid;
    border-color: #F1D031;
    background-color: #FFFFA3;
    color: #555;
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93;
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */

.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    background-color: #EEDC94;
    background-repeat: repeat-x;
    background: #FCF5B3;
    background: url(data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcf5b3 0, #ffec86 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCF5B3), color-stop(100%, #FFEC86));
    background: -webkit-linear-gradient(top, #FCF5B3 0, #FFEC86 100%);
    background: -o-linear-gradient(top, #fcf5b3 0, #ffec86 100%);
    background: -ms-linear-gradient(top, #fcf5b3 0, #ffec86 100%);
    background: linear-gradient(to bottom, #FCF5B3 0, #FFEC86 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcf5b3', endColorstr='#ffec86', GradientType=0);
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #EEDC94 #EEDC94 #E4C652;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.qtip-bootstrap-center {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold;
    color: #404040;
    padding-left: 80px !important;
    padding-top: 10px !important;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none;
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
    background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

x:-o-prefocus,
.qtip .qtip-tip {
    visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0;
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}

.qtipmodal-ie6fix {
    position: absolute !important;
}
.qtip {
    font-size: 12px;
    line-height: 14px;
    text-align: left
}
.modal.show {
  top: 100px;
}
.redasterisk {
  color: red !important;
}
.btn-dark {
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
  color: #212529 !important;
}
#Advertisement {
  /*background-color: #e9ecef;*/
  margin-top:2px;
  /*padding: 32px 0px;*/
  min-height: 561px;
}
#Advertisement .container{
  height: 100%; 
  margin: auto; 
  max-width: 85%;
}
#Advertisement .row{
  min-height: 561px
}
#MobileLogin {
  display: none;
}
#Login {
  position: sticky; 
  top: 0px; 
  z-index: 9999;
  background: #fff;
}
#topBanner { 
  color: #fff; 
  min-height: 13px;
}
#topNavBar {
  height:40px; 
}
#topNavBar .container {
  height: 100%;
  margin: auto; 
  max-width: 85%;
}
#location {
  float: right; 
  background-color: #fff; 
  border:none; 
  position:relative; 
  color: #0C4776;
  display: none;
}
#branchInfo {
  padding: 10px;
}
#topNavBarContainer {
  display: flex;
  flex-direction:row;
  list-style-type: none; 
  width: 50%;
}
#topNavBarContainer .list-group-item {
  margin-right: 50px;
}
#topNavBarContainer .list-group-item {
  margin: 5px 50px 0px 0px; 
  padding-left: 0px; 
  color: #00709a;
}
#topNavBarContainer .list-group-item a {
  font-size:17px;
  text-decoration: none;
}
Footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#aboutUs {
  width: 95px; 
  border: none; 
  font-size:1rem; 
  margin: 5px 0px; 
  padding-left: 0px; 
  color: #00709a;
}
#midNavBar {
  min-height:130px; 
  box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#midNavBar .container {
  height: 100%; 
  margin: auto; 
  max-width: 85%;
}
#midRow {
	min-height: 95px !important;
}
/*#midNavBar img {
  margin-top: 20px;
}*/
#searchDiv {
  margin-top: 25px; 
  padding-left: 0px;
}
#searchDiv .form-control-icon {
  padding:10px; 
  border: 1px solid #dee2e6;
  background-color: #e9ecef;
}
#headerSearch, #headerSearch2, #ProductID {
  box-shadow: none !important; 
  outline-color: #e9ecef !important;
  height: 50px; 
  padding-left: 0px; 
  border-left: none;
  background-color: #e9ecef;
}
#headerSearch:focus, #headerSearch2:focus {
  border-color: #dee2e6 !important;
}
#basic-addon2, #basic-addon23, #form-button-submit {
  border-radius: 0; 
  background-color:#dc2329; 
  border-color:#dc2329; 
  color:#fff
}
#headerDD {
  display: inline-flex; 
  margin-top: 35px;
}
#signIn {
  /*width: 20px;*/
  width: 210px; 
  margin: 0 auto;
}
#signInBtn {
  background-color: #fff; 
  border: none; 
  color: #dc2329; 
  font-weight: bolder;
}
#loginForm, #loginForm2 {
  width: 300px;
}
#loginForm .passDiv, #loginForm2 .passDiv {
  margin: 15px 0px;
}
.hideShowPassword-wrapper {
  position: relative; 
  display: block; 
  vertical-align: baseline; 
  margin: 0px;
}
.hideShowPassword-field{
  margin: 0px 10px 0px 0px; padding-right: 0px;
}
.hideShowPassword-toggle-show{
  position: absolute; 
  right: 0px; 
  margin-top: 0px; 
  display: none;
}
#myAccount, #myAccountDT {
  /*width: 210px;*/ 
  margin: 0 auto;  
  display: none;
}
#myAccount button, #myAccountDT button {
  background-color: #fff; 
  border: none; 
  color: #0c4776; 
  font-weight: bolder;
}
#js-acct {
  position: absolute; 
  transform: translate3d(0px, 46px, 0px); 
  top: 0px; 
  left: 0px; 
  will-change: transform;
  font-weight: normal;
  width: 210px;
} 
#js-acct-list, #js-acct-list2{
	max-height: 450px;
	overflow-y: scroll; 
}

#cartBtnContainer{
  text-align: right;
}
#cartBtnContainer button{
  background-color: #fff; 
  border: none; 
  color: #0c4776; 
  font-weight: bolder;
}
.prodDrop {
	width: 265px;
  padding-left: 15px;
  padding-right: 15px;
}
.prodDrop li {
  padding-top: 5px;
}
.catDrop {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom:  1px solid #adb5bd;
}
.catDrop ul {
  left: 145px;
  top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  width: max-content;
  overflow-y: scroll;
  max-height: 350px;
}
.catDrop ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #adb5bd;
}
.catDrop ul li:last-child {
  border-bottom: none;
}
.dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}
#signInBtn.dropdown-toggle::after {
  float: none !important;
}
.scTot, .ktTot{
	display: none;
}
.price, .extPrice {
	text-align: right !important;
	/*padding: 0px !important;*/
}
/*#cartBtnContainer .badge {
	top: -25px !important;
	left: 45px !important
}*/
/* ------------------------- X-SMALL DEVICES ----------------------------------*/
@media (min-width: 300px) and (max-width: 575px)  {
#signInBtn, #myAccount button, #myAccount  {
	background: transparent !important;
}
#midNavBar .container {
	margin: 0px !important;
	max-width: 100% !important;
}
#Login {
	height: 290px !important;
}
#midNavBar {
	height: 240px !important;
}
#storePages > #Login > #topNavBarContainer .list-group-item a {
	font-size: .7rem !important;
}
#branchName {
	display: none !important;
}
#Login .mobileCart {
	display: none !important;
}
#Login > #branchName {
	display: block !important;
}
#MobileLogin {
  display: block !important;
  text-align: center !important;
}

#DesktopLogin {
  display: none !important;
}

#mobileContainer, #mobileContainer2 {
  padding: 0px !important;
}

#location {
  padding: 6px;
}

.mobileCart{
  background-color: #fff; 
  border: none; 
  color: #0c4776; 
  font-weight: bolder;
  padding-left: 0px !important;
  font-size: small !important;
  margin-top: 15px !important;
}

#myAccount button{
  font-size: small !important;
  padding-left: 0px !important;
}

#myAccount {
  background-color: #fff; 
  border: none; 
  color: #0c4776; 
  text-align: left !important;
  margin: 10px 0px 0px 0px !important;
  width: 251px !important;
  padding: 5px 5px;
}

#signInBtn {
  font-size: small !important;
  padding-left: 0px !important;
  margin-top: 15px !important;
}

#searchDiv {
  margin-top: 15px; 
  padding-left: 0px;
}  

#aboutUs {
  width: 75px !important; 
  font-size:.7rem; 
  margin: 9px 0px; 
}

#topNavBarContainer .list-group-item:not(:first-child) span {
  font-size:12px !important;
}  
#topNavBar .container {
  margin: 0px !important;
  max-width:  100% !important;
}
#topNavBarContainer {
  padding: 0px !important;
  width: 83%;
  margin-left: 5px !important;
}
#topNavBarContainer .list-group-item {
  margin-right: 8px !important;
}
#topNavBarContainer .list-group-item a {
  font-size: .85rem !important;	
}
#location span {
  font-size: 15px !important;
}

  #midNavBar .col-sm-2 {
    text-align: center !important;
  }
  #midNavBar .col-sm-10 .row {
    width: 645px !important;
  }
  #cartBtnContainer {
    margin-left: 75px !important;
  }
  /*.mobileCart span {
    display: none !important;
  }*/
 }
/* ------------------------- SMALL DEVICES -------------------------- */
@media (min-width: 576px) and (max-width: 767px) {
#signInBtn, #myAccount button, #myAccount  {
	background: transparent !important;
}
#Login {
	height: 290px !important;
}
#midNavBar {
	height: 240px !important;
}
#loginForm2 {
	left: 150px !important;
}	
#Login .mobileCart {
	display: none !important;
}
#midRow .col-sm-4 {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
}
.col-sm-4 img {
	height: 70px !important;
	/*margin-left: 45px !important;*/
}
  #topNavBarContainer {
    padding: 0px !important;
    width: 60%;
  }
  #topNavBar .container {
	margin-left: 0px !important;
	margin-right: 0x !important;
	max-width: 100% !important;
  }
  #topNavBarContainer .list-group-item {
    margin-right: 15px !important;
  }
  #midNavBar .container {
    max-width: 100% !important;
    margin: 0px !important;
  }
  #midNavBar .col-sm-2 {
    width: 100% !important;
    text-align: center !important;
    margin-left: 35px !important;
  }
  #MobileLogin {
    display: block !important;
  }

  #DesktopLogin {
    display: none !important;
  }
  #mobileContainer2 {
    width: 100%;
    text-align: center !important;
    /*margin-left: 35px !important;*/
  }
  .mobileCart{
    background-color: #fff; 
    border: none; 
    color: #0c4776; 
    font-weight: bolder;
    padding-left: 0px !important;
    float: right !important;
  }
  #myAccount {
    width: 350px !important;
	margin-top: 15px !important;
  }
  #signInBtn, .mobileCart {
	margin-top: 15px !important;
  }
 }

/* ------------------------- MEDIUM DEVICES ---------------------- */
@media (min-width: 768px) and (max-width: 992px) { 

  #topNavBarContainer {
    padding-left: 0px !important;
    width: 75% !important;
  }
  #mobileContainer {
    margin: 0px !important;
    max-width: 100% !important;
  }
  #midNavBar .container {
    max-width: 95% !important;
	padding: 0px !important;
  }
  #midNavBar .col-sm-4 {
	padding: 0px !important;
  }
  #searchDiv .form-control-icon {
    padding-top:  0px !important;
    padding-bottom: 3px !important;
    height:  30px;
  }
  #signInBtn {
    font-size: small !important;
  }
  #headerSearch{
    height: 30px !important;
  }
  #signInText, #cartText, #myAccountText {
    display: none !important;
  }
  #basic-addon2,  #basic-addon23 {
    font-size: .6rem !important;
  }
  #midNavBar {
    min-height: 100px !important;
  }
  #searchDiv {
    padding-right: 0px !important;
  }
  #js-form-search {
    /*width: 360px !important;*/
    float: left !important;
    margin-left: 15px !important;
  }
  #midNavBar img {
    margin-top: 25px !important;
  }
  #headerDD .col-sm-8 {
    width: 80px !important;
  }
  #midRow {
    /*margin-left: 25px !important;*/
  }
  #cartCount, #cartCount3 {
    top: -30px !important;
    left: 20px !important;
  }
  #loginForm {
	  right: 155px !important;
  }

}
/*@media (min-width: 982px) and (max-width: 992px) {
  .btn .badge {
    position: inherit !important;
  }
  #cartCount, #cartCount3 {
    top: -30px !important;
    left: 20px !important;
  }
}*/
/* ------------------------- LARGE DEVICES ---------------------- */
@media (min-width: 993px) and (max-width: 1200px) { 
  #loginForm {
	  right: 155px !important;
  }
  #topNavBarContainer {
    padding-left: 0px !important;
    width: 75% !important;
  }
  #mobileContainer {
    margin: 0px !important;
    max-width: 100% !important;
  }
  #midNavBar .container {
    max-width: 95% !important;
  }
  #searchDiv .form-control-icon {
    padding-top:  0px !important;
    padding-bottom: 3px !important;
    height:  30px;
  }
  #signInBtn {
    font-size: small !important;
  }
  #headerSearch{
    height: 30px !important;
  }
  #signInText, #cartText, #myAccountText {
    display: none !important;
  }
  #basic-addon2, #basic-addon23 {
    font-size: .6rem !important;
  }
  #midNavBar {
    min-height: 100px !important;
  }
  #searchDiv {
    padding-right: 0px !important;
  }
  #js-form-search {
    width: 360px !important;
    float: right !important;
    margin-right: 15px !important;
  }
  #midNavBar img {
    margin-top: 25px !important;
  }
  #headerDD .col-sm-8 {
    width: 80px !important;
  }
  #midRow {
    margin-left: 25px !important;
  }
  #cartCount, #cartCount3 {
    top: -30px !important;
    left: 20px !important;
  }

  /*.btn .badge {
    position: inherit !important;
  }*/
 }

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1201px) and (max-width: 1400px){
  /*#cartText, #signInText, #myAccountText{
    display: none !important;
  }*/
  #cartBtnContainer {
	  text-align: center !important;
  }
  #searchDiv {
	  width: 55% !important;
  }
  #headerDD {
	  width: 45% !important;
  }
  #headerDD {
	  padding: 0px !important;
  }
  /*#myAccountDT button {
	  padding: 0px !important;
  }*/
  #mobileContainer, #midNavBar .container {
	  margin: 0px !important;
	  max-width: 100% !important;
  }
  #headerDD > .col-sm-8, #cartBtnContainer {
    width:  50% !important;
  }
  #headerDD > .col-sm-8 {
    text-align: center !important;
  }
  #myAccountDT{
    /*margin-left: 50% !important;*/
  }
  #cartCount {
    top: -30px !important;
    left: 20px !important;
  }
}
@media (min-width: 1401px){
  #mobileContainer, #midNavBar .container {
	  margin: 0px !important;
	  max-width: 100% !important;
  }
  #cartBtnContainer .btn-primary {
	  padding-left: 0px !important;
  }
  #cartBtnContainer {
	  width: 40% !important;
  }
}

/* XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1645px) and (max-width: 2050px) {  
  #cartCount, #cartCount3 {
    top: -30px !important;
    left: 50px !important;
  }
}
@media (min-width: 1645px) and (max-width: 2050px) {}*/