.header {
   background-color: #E7E7E7;
   background-image: -webkit-linear-gradient(top,#FFFFFF 0,#E7E7E7 100%);
   background-image: linear-gradient(to bottom,#FFFFFF 0,#E7E7E7 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E7E7', endColorstr='#FFFFFF', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   -webkit-font-smoothing: antialiased;
}

/* MOBILE HEADER/NAV STYLES */

#mobile-header-container
{
   transition: all .3s ease;
   height: 55px; /* Height must be set in order to hide it on scroll */
   background-color:#EFEFEF;
}

/* Set to the height of the mobile header to hide on scroll */
#mobile-header-container .hide
{
   top: -55px;
}

#mobile-logo-menu img
{
   width: 50px;
   height: 44px;
}

#mobile-header-container .no-shrink
{
   flex-shrink: 0;
}

#mobile-header-container .shrink-grow
{
   flex: 1 1 auto;
}

#mobile-header-container .glyphicon
{
   color:#0053A8;
}

#hidden-search .form-control,
#hidden-search .btn-default
{
   height: 40px!important
}

#mobile-search-box::placeholder,
#mobile-search-box::-webkit-input-placeholder
{
   text-transform: capitalize;
}

.input-group .popover-body
{
   padding: 0px !important;
}

.input-group .popover
{
   width: 100%;
   left: 0 !important;
}

#auto_complete_popover tr td,
#auto_complete_popover tr th
{
   line-height: 26px;
   font-size: 16px;
}

#auto_complete_popover tr td
{
   padding-left: 15px;
}

#auto_complete_popover tr th
{
   padding: 5px;
}

#auto_complete_popover .autocomplete_header
{
   background-color: #eee;
}

#mobile-header-container .fa-bars
{
   font-size: 2em;
}

#mobile-header-container .fa-magnifying-glass
{
   font-size: 1.5em;
   color: #0053a8;
}

#mobile-header-container #mobile-search-cancel
{
   display: none;
   font-size: 1.25em;
}

#mobile-header-container .cart-num-items
{
   position: relative;
   top: -15px;
   right: 22px;
   color: #0053A8;
   background-color: transparent;
   line-height: initial;
   font-size: 12px;
   font-weight: bold;
   width: 0px;
   z-index: 10000 !important;
   text-align:center;
}

.cart-red-dot 
{
   height: 14px;
   width: 14px;
}


#mobile-header-container .input-group-btn .btn
{
   background-color: white;
}

/* MOBILE NAV FLY-OUT MENU */

#mobile-nav {
   position: fixed !important;
   left: -100%;
   top: 0;
   z-index: 1000000;
   min-width: 325px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: #fdfdfd;
   overflow: auto;
   color: #015ab5;
   font-family: "Open Sans",sans-serif;
   -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
   height: 100%;
}

#mobile-nav .media
{
   margin: 4px!important;
   scrollbar-width: none;
   /*border: 1px solid #015ab5;
   background-color: #fdfdfd;
   */
}

#mobile-header h1 a
{
   font-size: 15px;
}

#close-btn
{
   position: absolute;
   right: 10px;
   top: 8px;
   font-size: 25px;
   color: #222;
}

#mobile-wrapper 
{
   scrollbar-width: none;

}

#mobile-nav::-webkit-scrollbar, #mobile-wrapper::-webkit-scrollbar { 
   display: none;  /* Safari and Chrome */
}

#mobile-nav .card-body {
   padding-top: 0;
   padding-bottom: 0;
}

.menu-user-avatar {
   width: 40px;
}

.menu-root-link {
   font-size: 1rem !important;
   margin-left: 15px;
   margin-top: 10px;
   font-weight: bold;
   display: inline-block;
}
.menu-right-chevron {
   font-size: 1.5rem;
   font-weight:bold;
   display: inline-block;
   float: right;
   margin-top: 4px;
   margin-right: 10px;
   margin-left: 10px;
}

.media,
.account-row
{
   /*border-bottom: 1px solid #dedede;*/
   /*
   border: 1px solid #015ab5;
   background-color: #fdfdfd;
   */
   margin: 2px 4px;
}
.media-body 
{
   font-size: 16px; 
}

.media-body h2,
.account-row h2,
#mobile-nav a,
.mobile-menu-submenu > li > a,
.mobile-menu-submenu-dropdown .glyphicon
{
   color: #015ab5;
}
.mobile-menu-submenu > li
{
   border-bottom: 1px solid #dedede;
}

.media-body h2,
.account-row h2
{
   font-size: 12.5px;
}

.media-body h2
{
   padding: 26px 10px 23px 15px;
}

.account-row h2
{
   padding: 15px 10px;
}

.mobile-menu-submenu-dropdown
{
   /*color: #222 !important;*/
   /* padding-bottom: 10px; */
}

.mobile-menu-submenu-dropdown .glyphicon
{
   margin-right: 5px;
}

.account-row .right-border
{
   border-right: 1px solid #b2b2b2;
}

.account-row .left-border
{
   border-left: 1px solid #b2b2b2;
}

/* END MOBILE NAV FLY-OUT MENU */

/* Set to the same height as the mobile header */
#price-change-alert-mobile
{
   margin-top: 55px;
}

#price-change-alert-mobile-full
{
   margin-top: 85px;
}

.mobile-promo
{
   padding-top:4px;
   background-color: #EFEFEF;
}

.fixed-specials-mobile
{
   color: #000;
   font-size: 15px;
	padding-left: 30px;
   height: 25px;
   overflow: hidden;
}

.close-fixed-specials
{
   background: none;
   font-size: 16px;
   padding: 3px;
   color:#0053A8;
}

/* END MOBILE HEADER/NAV STYLES */

/* TOP FIXED NAV BAR */

#navbar-utility
{
   background-color: #000000;
   z-index: 2060;
}

#navbar-utility li > a
{
   color: #FFF;
   padding: 0 10px 2px;
}

#navbar-utility .cart
{
   color:#5F98D3;
}

#navbar-utility li > a:focus,
#navbar-utility li > a:hover
{
   background-color: #222;
   color: #3583D3;
   text-decoration: none;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow
{
	top: calc((0.5rem + 1px) * -1);
}

#recently-viewed .popover
{
	min-width: 500px;
}

#recently-viewed .recent-items
{
	font-family: Arial;
	font-size: 13px;
}

#recently-viewed .nav-pills > li > a
{
	border-radius: 0 15px 15px 0;
	padding: 5px 8px;
	color:#0053A8;
	background-color:#EFEFEF;
	border: 1px solid#CDCDCD;
}
#recently-viewed .nav-pills > li:first-child > a
{
	border-radius: 15px 0 0 15px;
}

#recently-viewed .nav-pills > li > a.active,
#recently-viewed .nav-pills > li > a.active:hover,
#recently-viewed .nav-pills > li > a.active:focus
{
	color: #efefef !important;
	background-color:#0053A8 !important;
	border: 1px solid#0053A8 !important;
}

#recently-viewed .nav-pills.nav-single > li > a
{
   border-radius: 15px;
}

#recently-viewed .recent-items > ul > li > a:hover
{
   text-decoration: none;
}

#navbar-utility .account-tooltip a
{
   font-size: 14px;
}

.cart-num-items
{
   background-color:#5F98D3;  /* Link color */
   line-height: .6em;         /* So it fits */
}

.header-center .logo img
{
   width: 106px;
   height: 90px;
}

.slogan
{
   line-height: 16px;
   font-size: 12px;
   width:115px;
   text-align: center;
}

.header-center .information
{
   padding-top: 45px;
}

.header-center .information .fixed-specials
{

	padding: 5px 0 0 0px;
	position: absolute;
	top: 18px;
   height: 25px;
}

.header-center .information .fixed-specials span
{
   font-size: 1.3em;
}

#header-search-input,
#headerSearch
{
   font-size: 20px !important;
}

.seal-container
{
   height: 77px; /* To increase CLS score, set height to highest seal image */
}

.btn-header-search
{
   border-color:#CDCDCD !important;
   background-color:#EFEFEF;
}

.btn-header-search-mobile
{
   border-color:#CDCDCD !important;
   height: 40px !important;
}
/* NAVIGATION BAR */

.navbar-default {
   background-image: none;
   background: black;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,black), color-stop(100%,black));
   background: -webkit-linear-gradient(top,  black 25%,black 100%);
   background: -o-linear-gradient(top,  black 25%,black 100%);
   background: -ms-linear-gradient(top,  black 25%,hsl(248, 27%, 6%) 100%);
   background: linear-gradient(to bottom,  black 25%,black 100%) !important;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'black', endColorstr = 'black', GradientType = 0);
   font-family: "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
   font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
   min-height: 28px;
}

@media (min-width: 992px)
{
   .navbar-default/*,
   .navbar-utility .navbar-nav > li > a*/
   {
      font-size: 16px;
   }
}

.nav-link
{
   font-size: 16px;
}

[data-toggle="collapse"]
{
   cursor: pointer;
}

.navbar-default .navbar-nav > .nav-item > a,
.navbar-default .navbar-nav > .nav-item > a:focus,
.navbar-default .navbar-nav > .nav-item > a:hover
{
   color: #FFF;
   padding: 15px 5px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-default .navbar-nav > .nav-item > a:focus,
.navbar-default .navbar-nav > .nav-item > a:hover
{
	background-color: #FFF;
   color:#404040;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
	background-color: #FFF !important;
   background-image: none !important;
   box-shadow: none !important;
   color:#404040;
}

.navbar .dropdown-menu
{
   left: 0;
}

.navbar .dropdown-menu > li
{
   padding: 0 10px;
}

.navbar .dropdown-menu > li span
{
   color: #000;
   display: block;
   font-size: 14px;
   white-space: normal;
}

.navbar .menu-header
{
   font-size: 16px;
   color: initial;
   font-weight: bold;
   margin: 10px 0 5px;
}

.navbar .dropdown-menu > li > .row li
{
	font-size: 14px;
   font-weight: normal;
   list-style-type: none;
   overflow: hidden;
   padding: 3px 0;
   text-overflow: ellipsis;
   text-transform: capitalize;
   white-space: nowrap;
}

.navbar .dropdown-menu > li > .row ul
{
   padding-left: 0;
}

.navbar-default .navbar-image
{
   max-width: 75%;
   position: absolute;
   right: 0;
}

/* END NAVIGATION */

.satisfaction-image
{
	text-align: center !important;
}

.satisfaction-image > img
{
	margin: 0 0 15px;
	max-width: 50%;
}

.promo-popup
{
   z-index: 1050;
}

.promo-popup .modal-body
{
	padding: 0;
}

.promo-popup .modal-body .close
{
	position: absolute;
	right: 5px;
	top: 0;
}
.promo-popup .modal-body .close:hover,
.promo-popup .modal-body .close:focus
{
	color:#EFEFEF;
}

.promo-popup .modal-body form
{
	bottom: 0;
	margin: 5px;
	position: absolute;
	right: 0;
}

.promo-popup .modal-body img
{
	border-radius: 5px;
	width: 100%;
}

/* Widgets */
.cigar101-widget
{
   padding: 20px 10px;
}

.cigar101-widget a
{
   background-repeat: no-repeat;
}

.cigar101-widget a img
{
   max-width: 100%;
}

.sale-widget img
{
   margin: 10px 0;
   max-height: 200px;
   max-width: 100%;
}

.view-all-samplers {
   display: block;
   font-family: Ubuntu, "Trebuchet MS", Arial, sans-serif;
   font-size: 16px;
   margin: 25px 0 0;
   text-decoration: underline;
   text-transform: capitalize;
}

/* MEDIA QUERIES */
@media (max-width: 992px)
{
   .navbar-utility .navbar-nav > li > a
   {
      font-size: 14px;
   }
}

/* NAVIGATION IMAGES */
@media (min-width: 992px)
{
   img.Accessories
   {
      bottom: 25px;
      width: 335px;
   }

   img.Cigars
   {
      bottom: 0;
      width: 365px;
	}

   img.Samplers,
   img.Humidors
   {
      top: 0;
      height: 90%;
      width: 425px;
   }

   .view-all-brands
   {
      font-family: Ubuntu, "Trebuchet MS", Arial, sans-serif;
      font-size: 20px;
      margin: 15px 0 0;
   }
}

/* XL Large (extra-large desktops, 1200px and up) */
@media (min-width: 1200px)
{
   img.Accessories
   {
      right: 60px !important;
      width: 340px;
   }

	img.Cigars
   {
      width: 455px;
   }

   img.Samplers
   {
      top: 0px;
      width: 545px;
      /*height: 133px;*/
   }

   img.Humidors
   {
      top: 0px;
      right: 0px;
      width: 500px;
      /*height: 186px;*/
   }
}

#js-alert
{
   display: none
}

body.nojs #js-alert
{
   display: block
}

#search.stick
{
   position: fixed;
   top: 0;
   z-index: 1049;
   width: 100%;
}

.reorder-cheveron
{
   font-size: 12px;
   margin-left: 2px;
}

.btn-primary.navbar-toggle
{
   background-color: transparent;
   border-color: transparent;
   box-shadow: none !important;
   width: 45px;
   margin-left: 5px !important;
}

span.btn.slide-btn.center.hidden-xs.hidden-sm
{
   position: absolute;
   margin-left: auto;
   margin-right: auto;
   left: 50%;
   transform: translate(-50%, 0);
   bottom: 70px;
}

#sidebar-wrapper > ul > li.reorder-menu
{
  background-color: '#FFF !important';
  line-height: 25px;
  text-indent: 0px;
}

.reorder-menu-div
{
   margin-top: 10px;
   background-color: #FFF;
}

.reorder-menu-title
{
   display: block;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
}

.reorder-menu-href:hover,
.reorder-menu-href:active
{
   color:#0053A8 !important;
}

.reorder-menu-item-img
{
   display:block;
   margin-top:10px;
   margin-bottom: 5px;
   width:85%;
}

.reorder-item
{
   background-color: #FFF;
	border-bottom: 1px solid #EEE;
	padding: 0 15px 15px;
	text-align: center;
}

.reorder-menu .item-price-reorder
{
   color: #000;
   font-size: 14px;
   font-weight: bold;
   margin-bottom:10px;
   text-align: center;
}


.reorder-menu-href
{
  font-size: 16px;
  display: inline-block;  
}

.reorder-menu .free-message,
.reorder-menu .item-free-reorder
{
	font-family: "Ubuntu Condensed", "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 14px;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	color:#404040;
}

.reorder-menu .free-message span,
.reorder-menu .item-free-reorder span
{
  text-align: center;
  color:#B00000;
}

/* NO BLINK fix for select boxes in Chrome*/
.form-control
{
   transition: none!important;
   -webkit-transition: none!important;
}

.popover
{
   max-width: 100%;
}

.ac_mobile tr td,
.ac_mobile tr th
{
   line-height: 2em !important;
}

.anchor-button:hover
{
   -webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
	filter: brightness(70%);
}

#DigiCertClickID_lneBJGuL_headerSeal>img
{
   mix-blend-mode: multiply;
   outline: 0 !important;
   width: 110px !important;
}

#DigiCertClickID_lneBJGuL_header
{
   padding: 0 12px;
   display: inline-block;
}

#DigiCertClickID_lneBJGuL_footerSeal>img
{
   mix-blend-mode: multiply;
   outline: 0;
}

.ac_result_percentage
{
   display: none;
}


/* SLOGAN STYLE & ANIMATION */
.rolling-text {
   overflow: hidden;
   display : block;
   position: relative;
   width: 160px;
   text-align: center;
   margin: 0 auto;
}

.rolling-texts {
   display: inline-block;
   /*width: 180px;*/
   text-align: left;
   height: 36px;
   vertical-align: -7px;
   transform: rotate(-5deg);
}

.caret {
   display: inline-block;
   position: relative;
   top: 0em;
   font-size: 1.5em;
   vertical-align: middle;
}

.rolling-texts > div {
   font-size:0px;
   opacity:0;
   top:4px;
   left:35px;
   color: #B56D32;
   position:absolute;
   font-weight:bold;
}

.rolling-texts > div:nth-child(1) {
   /*animation-delay: 0s;*/
   animation: slide 5s linear both 0s;
}

.rolling-texts > div:nth-child(2) {
   /*animation-delay: 1s;*/
   animation: slide 5s linear both 1s;
}

.rolling-texts > div:nth-child(3) {
   /*animation-delay: 2s;*/
   animation: slide 5s linear both 2s;
}

.rolling-texts > div:nth-child(4) {
   /*animation-delay: 3s;*/
   animation: slide-end 5s linear both 3s;
}


@keyframes slide {
   0% {
      font-size:0px;
      opacity:0;
      margin-left:-30px;
      margin-top:0px;
   }
   3% {
      opacity:1;
   }
   5% {
      font-size:inherit;
      opacity:1;
      margin-left:0px;
      margin-top:0px;
   }
   20% {
      font-size:inherit;
      opacity:1;
      margin-left:0px;
      margin-top:0px;
   }
   27% {
      font-size:0px;
      opacity:0.5;
      margin-left:200px;
   }
   100% {
      font-size:0px;
      opacity:0;
      margin-left:-30px;
   }
}

@keyframes slide-end {
   0% {
      font-size:0px;
      opacity:0;
      margin-left:-30px;
      margin-top:0px;
   }
   3% {
      opacity:1;
   }
   5% {
      font-size:inherit;
      opacity:1;
      margin-left:0px;
      margin-top:0px;
   }
   20% {
      font-size:inherit;
      opacity:1;
      margin-left:0px;
      margin-top:0px;
   }
   100% {
      font-size:inherit;
      opacity:1;
      margin-left:0px;
      margin-top:0px;
   }
   }
}
