@import url('https://fonts.googleapis.com/css?family=Barlow:300,800');

/*//---- Overrides ----//*/
/* a styles commented out below to be replaced with these */
a { color: #1a202a }
a:hover { color: #0698c8 }
a:focus { color: #0698c8 }

.greenbtn {
    color: #fff !important;
    background-color: #02b9f6 !important;
    border-color: #02b9f6 !important;
}
.greenbtn:hover {
    color: #fff !important;
    background-color: #0698c8 !important;
    border-color: #0698c8 !important;
}
.greenbtn.active, .green /* to change VC green elements */ { color: #02b9f6 !important }

.btn-searchbar:hover,.btn-searchbar.activebrowse { color: #ff5e5b !important }

.navbar2 .dropdown-menu > li > a:hover, .navbar2 .dropdown-menu > li > a:focus { background-color: #02b9f6 !important }

.navbar2 .nav .open > a, .navbar2 .nav .open > a:hover, .navbar2 .nav .open > a:focus,
.navbar2 > .nav > li > a:hover, .navbar2 .nav > li > a:focus /* control text color of engaged gray nav items */ { color: #1a202a !important; font-weight:bold }

.navbar2 .dropdown-menu /* control top border of open dropdown */ { border-top: 2px solid #02b9f6 !important }

.nav-browse /* control bottom border color of nav bar menu */ { border-bottom: 3px solid #ff5e5b !important  }

.filter-panel /* control left border color of filter panels */ { border-left: 4px solid #ff5e5b !important }

i > .green /* control icon colors */ { }

.livecrumb > a, .itemsfound /* control X in breadcrumbs */ { background: #ff5e5b !important ; color: white }

.pagination.pg-teal .active .page-link { background-color: #ff5e5b !important }

.account-menu li a:hover, .account-menu li a.currentpage /* hover color account menu items */ { color: #1a202a !Important; font-weight:bold }


/*//---- End Overrides ----//*/

/* Holiday 2020 Catalog Page */
 h2.mainTitle {
      margin: auto;
      font-weight: bold;
      text-align: center;
    }

    .holidayProducts h3 {
      font-weight: bold;
      text-align: center;
      color: white;
    }
.heroImage {
  width: 100%;
}


div.holidayProducts div.row div.col-sm-2 {
  height: 300px;
  background-size: cover;
}

div.holidayProducts div.row div.col-sm-2:hover {
  opacity: .8;
  cursor: pointer;
}

#adaptersLink {
  background-image:url("https://accessories.wirelesszone.com/images/79/categoryImages/adapters2x.png")
}

#audioLink {
  background-image:url("https://accessories.wirelesszone.com/images/79/categoryImages/audio2x.png")
}

#devicecleanersLink {
  background-image:url("https://accessories.wirelesszone.com/images/79/categoryImages/devicecleaning2x.png")
}

#mountsLink {
  background-image:url("https://accessories.wirelesszone.com/images/79/categoryImages/mounts2x.png")
}

#popsocketsLink {
  background-image:url("https://accessories.wirelesszone.com/images/79/categoryImages/popsocket2x.png")
}

#wirelesschargingLink {
  background-image:url("https://accessories.wirelesszone.com/images/79/categoryImages/wirelesscharging2x.png")
}

div.productBanner img{
  width: 100%;
}

img.holidayThumbnail {
  width: 100%;
}

div.productBanner {
  margin: 125px auto 50px;
}

div.holidayProducts div.row {
  margin: 25px auto;
}

div.holidayProducts {
  margin: 100px auto;
}

div.holidayProducts div.row div.col-sm-3{
  padding: 0px 25px;
  margin: 0px 0px 50px;
}

a.holidayButton {
  width: 100%;
  padding: 13px 20px;
  margin: 15px 0px 0px;
  border: none;
  border-radius: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
}

a.green{
  color: white !important;
  background-color: #2E4C4C;
}

a.holidayButton.red {
  color: white;
  background-color: #9E3B2E;
}

a.holidayButton.red:hover {
  background-color: #67261D;
}

a.holidayButton.green:hover {
  background-color: #162424;
}

div.holidayProducts .prod-desc-color{
  font-weight: bold;
}

div.holidayCatalog2020 {
  width: 100%;
}

div.holidayCatalog2020 div.container {
  display: 100%;
}


/* -- */


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	line-height: 18pt;
	padding-top:160px; 
}
input.highlight, select.highlight, textarea.highlight {background-color: #FFC;}
.highlight {background-color: #FFC;}
/*Global CSS*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #000;

}
a {
    color: #535353;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #FFC425;
    text-decoration: none;
}
a:focus {
    color: #FFC425;
    text-decoration: none;
}

.semibold {
    font-weight: 700;
}
.text-warning {
    color: #f1b540;
}


.black { color: #000;}
.gray {
    background-color: #f3f3f3;
    padding: 5px;
}

.cyan {
    color: #00b9f1;
}
.purple { color: #714da0 }
.red {
    color: red;
}
.extrabold { font-weight: 800 }
.form-control::-moz-placeholder {
  color: #a7a9ab;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a7a9ab;
}
.form-control::-webkit-input-placeholder {
  color: #a7a9ab;
}

.divider {
    border: 1px solid #eee;
    width: 100%;
    padding:0;
    margin: 10px 0;
	clear:both
    }

.page-divider {
    border: 1px solid #eee;
    width: 100%;
    padding:0;
    margin: 30px 0;
    }

 .section-title {
    font-size: 14pt;
    text-align: center;
    margin-bottom: 10px;
	padding-top:10px;padding-bottom:10px;background:#8c9295;border-top:1px solid #FFC425;text-align:center;color:#ffffff
}

h1.page-title, h1.page-title .fa{
    font-size: 14pt;
    line-height: 24pt;
}

.uppercase {
    text-transform: capitalize;
}

.clear {
    height: 10px;
    clear:both;
}
.clear20 {
    height: 20px;
    clear:both;
}
.clear40 {
    height: 40px;
    clear:both;
}

.page-sub {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18pt;
    margin:  3px 0 15px 0;
    padding:0;
    line-height:21pt;
	}
.condensed {
    font-family: 'Open Sans Condensed',Helvetica Condensed,Arial Narrow,Arial;
    letter-spacing: normal;
}
h2 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.75em;
}

.thick-underline {
    padding-bottom: 5px;
    border-bottom: 3px solid #ddd;
    margin-bottom: 20px;
}
.breadcrumb {
    font-family: 'Open Sans Condensed',Helvetica Condensed,Arial Narrow,Arial;
    font-size: 12pt;
    font-weight: 700;
    background-color: transparent;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
}

.margin20-top {
    margin-top: 20px !important;
}

/*Buttons*/
.greenbtn {
  color: #fff;
  background-color: #FFC425;
  border-color: #C1D136;
}

.greenbtn:focus,
.greenbtn.focus {
  color: #fff;
  background-color: #C1D136;
  border-color: #B6C533;
}
.greenbtn:hover {
  color: #fff;
  background-color: #C1D136;
  border-color: #B6C533;
}

.greenbtn.active,
.green { color: #FFC425;}

.more-info {
    background-color: #FFC425;
    border-color: #FFC425;
    font-size: 11pt;
    padding: 3px 10px 2px 10px;
    color: #fff;
    text-align:center;
    }

.more-info:hover {
    background-color: #d5e646;
    border-color: #d5e646;
    color: #000;
}
.more-info-top {
    font-size: 11pt;
    padding: 3px 10px 2px 10px;
}

.blue-btn {
    color: #fff;
    background-color: #23baed;
    border: 1px solid #23baed;
    font-size: 13pt;
    border-radius: 0;
    padding: 10px 40px;
}
.blue-btn a {
    color: #fff;
}
.signup .common-btn {
    border-left: none;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    display: block;
}
.common-btn a, input.common-btn, button.common-btn {
    height: 30px;
    line-height: 30px !important;
    padding: 0 5px;
    border: 0;
    border-radius: 2px;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #c0d230;
    cursor: pointer;
    color: white;
    display: inline-block;
    font: bold 16px 'Open Sans Condensed',Helvetica Condensed,Arial Narrow,Arial;
}

/*Hide Filters*/
.bodynoscroll{overflow: hidden;}

/*Search Bar*/
.searchbar{background:#4D4D54}

.searchbarcontainer{
	padding-top:5px;
	padding-bottom:5px;
}
.searchbaraddon{
	background:#f7f7f7;
	color:#535353;
	border:1px solid #Ccc;
}
.searchbarsearch{
	//border:1px solid #FFC425;
}
.btn-searchbar{
	Background:transparent;
	color:#f7f7f7;
	border:1px transparent;
}
.btn-searchbar:hover{
	Background:transparent;
	color:#cadb37;
}
.btn-searchbar.activebrowse{
	color:#cadb37;
}
.btn-searchbar-arrow:after{
    content:'';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position:absolute;
    border-bottom: 10px solid #ffffff;
    float:left;
    margin-top:34px;
    margin-left:-13px;
}

.searchbar-text{
	padding: 5px 0 0 0;
	margin-bottom:-100px;
	font-size:10pt;
	color:#f7f7f7;
}

.searchbarcontainer .inner {
	padding: 10px 0
}

.includes { display:inline-block }
.includes .btn { font-size: inherit; font-size: 12px; border-radius: 3px }
.includes > .dropdown-menu { left:auto; right: 0; padding-left:10px }

/* control height and size of Browse By in nav so it aligns with buttons */
.searchbarcontainer label {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
	/* margin-right: 20px; */
    font-size: 11px;
	letter-spacing: 0.02em ;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
	color:#e1e1e1
}

/*Navigation Bar*/

.largeicon{
	font-size:18pt;
}
.nav-browse{
	background-color:#ffffff;
	border-bottom:3px solid #cadb37;

	overflow:hidden;
	z-index:200;
}
#nav-browse-inner {
    padding-top:10px;
}
#nav-browse-inner .img-thumbnail, #nav-browse-inner .thumbnail { border: none;  width: 150px }
#nav-browse-inner .img-thumbnail > img, #nav-browse-inner .thumbnail > img { /* width:140px !important */}

.scrollable-menu {
   // height: auto;
   	height:100vh;
	//bottom:100px;
    overflow-x: hidden;
}

/* control the Shopping for: */
.location-div {
    border: 1px solid #eeeeee;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
	margin-top: -6px;
	font-size: 9pt;
	background-color: #f5f5f5;
	text-align: center
}

.navbar2 {
    background-color: #ffffff;
}

.navbar2 .navbar-brand {
    float: left;
    height: 89px;
    padding:0 15px;
}

.navbar2  > .nav > li > a {
    color: #fff;
    font-size:15pt;
}
.navbar2 .nav.navbar-nav.navbar-right{
	margin-top:10px;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.navbar2 .nav.navbar-nav.navbar-right.fixed-theme{
	margin-top:0px;
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.navbar2 >  .nav > li > a:hover,.navbar2  .nav > li > a:focus {
    background-color:transparent;
    color: #FFC425;
}
.navbar2 .nav .open > a,.navbar2  .nav .open > a:hover,.navbar2  .nav .open > a:focus {
    background-color: transparent;
    color: #FFC425;
}

.navbar2  > .navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar2 .navbar-right .dropdown-menu {
    /* margin-top:5px; */
}

.navbar2 .open > .dropdown-menu {
    display: block;
}
.navbar2 .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    /* background-color: #f7f7f7;*/
	background-color: #fff;
    color:#535353;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 2px solid #FFC425;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar2 .dropdown-menu > li {
    border-bottom: 1px solid #ffffff;
	    padding: 0px 0px 0px 0px;
}

.navbar2 .dropdown-menu > li > a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #535353;
    white-space: nowrap;

}

.navbar2 .dropdown-menu > li > a:hover, .navbar2 .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #FFC425;
}

.navbar2 .navbar-toggle i {
    font-size:22px
}

.navbar2.navbar-fixed-top.fixed-theme {
    background-color: #ffffff;
    border-color: #0a1e2c;
    box-shadow: 0;

}

.navbar2 .navbar-brand.fixed-theme {
        height: 50px;
}

.navbar2 .navbar-brand.fixed-theme img{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.navbar2 .navbar-container.fixed-theme {
    //padding: 0;
}

.navbar2 .nav.fixed-theme {
    margin-top:0px;
}

.navbar2 .social.fixed-theme {
    font-size:0pt;
    color: #000000;
    margin-top: -20px;
	height:0px !important;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}

.navbar2 .navbar-brand.fixed-theme,
.navbar2 .navbar-container.fixed-theme,
.navbar2 .navbar.navbar-fixed-top.fixed-theme,
.navbar2 .navbar-brand,.nav.fixed-theme,
.navbar2 .navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
/* control color of text on hover in nav */

.nav>li>a:focus, .nav>li>a:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 	 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:white;
	color: black
	
}

#filterDrawer.open {
	width: 100%;
    height: 100%;
	margin-left:0px;
	margin-right:0px;

}
#filterDrawer {
    height: 100%;
    width: 0;
    position: fixed;
	display:inline-block;
    z-index: 1036;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-left:-10%;
    overflow:hidden;
	background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
}
#filterDrawerFilters.open {
	width: 500px;
 }
#filterDrawerFilters {
    height: 100%;
    width: 0;
    transition: .3s;
	background-color:#ffffff;height:100%
}
#filterDrawerHeader, #filterDrawerHeader a, #filterDrawerHeader h5{
background:#C1D136;
color:#ffffff
}

/*Mobile Navigation Bar*/

#mobileMenu {
	position: fixed;
	background:#f7f7f7;
	opacity:0;
	z-index: 1035;
	display:inline-block;
	margin-top:50%;
	margin-left:50%;
	overflow-y: scroll;
	overflow-x:hidden;
    width:0%;
    height:0%;

    vertical-align:middle;
    -webkit-transition: all .5s;
    transition: all .5s;

}

body.toggled #mobileMenu {
	width:100%;
    height:100%;
	margin-top:-70px;
	margin-left:0px;
	opacity:1;

}

.mobilemenubtns{
font-size:24pt;
margin-top:10px;
}
.searchform{margin-left:-15px;margin-right:-14px;height:55vh;overflow-x:hidden;padding-left:15px;padding-right:15px} 
/* change vh back to 65 after feedback bar is taken off */

body.toggled .searchform {height:82vh;overflow-x:hidden;}

#mobileborder{border-bottom:2px solid #FFC425}
#mobilesearch{padding-bottom:5px;}
.mobilesearchhide{display:none}

/*SEARCH /PRODUCTS / FAVORITES PAGES*/
.prod-desc{
    font-size: 10pt;
    line-height: 12pt;
}
.prod-desc label{
    font-size: 10pt;
	font-weight:bold;
}
.prod-desc-color{color:#00bfdf}

.item-status {
    position: absolute;
    z-index: 20;
    top: 0;
    left: -3px;
}
.gift-idea, .special-order-icon {
    position: absolute;
    z-index: 20;
    top: 15px;
    right: 0;
}

.cart-ul li {
    float:left;
    margin-left: 5px;
    }
.cart-ul li .fa{
    padding-top: 10px;
    }

.cart-ul li .fa-lg {
    padding-top: 12px;
    font-size:15pt;
    }

.searchform{margin-left:-15px;margin-right:-14px;height:65vh;overflow-x:hidden;padding-left:15px;padding-right:15px}
/* change vh back to 65 after feedback bar is taken off */
body.toggled .searchform {height:82vh;overflow-x:hidden;}

/*HOME PAGE*/
.products{
    padding: 15px;
	min-height:250px

}

/*Product Slider & Shop latest Devices*/
.indiv-prod {
    min-height: 300px;
}
.indiv-prod-sm {
    min-height: 150px;
}
.prodSliders .modal-dialog {
    width: 80%;
    margin: 30px auto;
}


/*Product Carousel*/
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; height: 240px; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.carousel-control.left {
    background: url(../images/feat-phone-arrow-lt.png) no-repeat center center;
}
.carousel-control.right {
    background: url(../images/feat-phone-arrow-rt.png) no-repeat center center;
}

.carousel  h2 {
    margin: 5px auto;
    font-size: .9em;
    padding: 0;
    text-transform: uppercase;
}

.carousel-inner.onebyone-carosel3 {
    margin: auto;
    width: 195px;
    height: 195px;
}

/*Banners*/
.heading {
    font-size: 20pt;
    text-align: center;
}

/*Green Background*/
.green-bkgd {
    background-color: #cadb37;
    width: 100%;
    padding: 45px 0;
    text-align: center;
    margin: 50px 0 0 0;
    height: auto;
}
.green-bkgd label { font-size: 20pt; font-weight: normal;}

.green-bkgd .form-control{
    height: 60px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
}

.green-bkgd .btn {
    color: #fff;
    background-color: #23baed;
    border-color: #23baed;
     height: 60px;
     font-size: 18pt;
}

/*FORMS*/
.form-group small {
    font-size: 10pt;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: #777;
}

/*Placeholders*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-style: italic;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-style: italic;
  opacity: 1;

}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-style: italic;
  opacity: 1;

}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-style: italic;
  opacity: 1;

}

 /*PRODUCTS PAGE*/
.prodinfo{
    font-size: 13pt;
    line-height: 16pt;
}
.prodinfo h4{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15pt;
    font-weight: 700;
    text-transform: uppercase;
}

#slider-thumbs {
  margin-top: 50px;
}
#slider.prod-gallery .carousel-control {
	height: 80%
}
#slider.prod-gallery .carousel-inner>.item>a>img, #slider.prod-gallery .carousel-inner>.item>img { margin: 0 auto }

.quantity {
    padding: 0 0 0 5px;
    border: 0;
    margin: 2px auto;
    overflow: hidden;
    line-height: 30px;
}

.prodmore { margin-top:60px;}

.product-details .tab-content{
    border: 1px solid #eee;
    padding:50px 30px 30px 30px;
}

.product-details .tab-content h2{
    font-size: 20pt;
}

.product-details .nav-tabs {
    border-bottom: none;

}

.product-details .nav-tabs > li {
    background-color: #eee;
    border-radius: 4px;
    margin-right: 2px;
}

.product-details .nav-tabs > li.active > a, .product-details .nav-tabs > li.active > a:focus, .product-details .nav-tabs > li.active > a:hover {
    margin-right: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.product-details .divider{
    margin: 30px 0;
}

 /*PANELS*/

.panel-default > .panel-heading {
    color: #000;
    background-color: #ebebeb;
    border-color: #ebebeb;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18pt;
    font-weight: 300;
}
.panel-title > a, a {
    text-decoration: none;
    outline: 0;
}
.panel-body h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18pt;
    font-weight: 300;
}

.panel-body li, .panel-body {
    font-size: 11pt;
    font-weight: 300;
}

.panel-body ul{
    margin-left: 0px;
    padding:0;
}

.panel-body li{
    margin-left: 25px;
}
.panel-body .fa {
    font-size:8pt;
    padding-top: 5px;
}
.panel-title .fa {
    font-size:14pt;
    padding-top: 8px;
}

/*VMI SECTION*/

.vmi {
    margin:  30px 0;
}

.vmi .row {
    margin:  30px 0;
}

.vmi h3 {
    font-weight: 700;
}

.numbers {
    font-size: 300%;
    float: left;
    height: 50px;
    margin:  10px 10px 10px 0;
}

.vmi-box ul{
    clear:both;
    color: #7c7c7c;
    font-size: 11pt;
}

/*TOP SELLERS*/
ol.top-sellers-list  {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top-sellers-list li {
    clear: both;
    counter-increment: step-counter;
    position: relative;
    list-style-type: none;
    margin:20px 0;
    padding:0;
   border-bottom: 1px solid #ebebeb;
}
ol.top-sellers-list > li::before {
    content: counter(step-counter);
    background: none repeat scroll 0 0 rgba(192, 210, 48, 0.7);
    color: #FFFFFF;
    font-size: 35px;
    height: 75px;
    left: 0;
    line-height: 75px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 75px;
    border-radius: 50%;
    }

.top-sellers-list li ul.listing-info li {
    border: none;
    counter-increment: none;
    clear: none;
    margin: 5px 0;
}

.top-sellers-list li ul.listing-info li label {
    margin: 0;
}
.top-sellers-list li div img {
    padding: 5px 0;
}
.top-sellers-list div {
    margin-left: 90px;
    padding: 5px 0;
}

.top-sellers-list li ul.listing-info .quantity .favorite-confirm > img { float: left; padding-right: 2px; line-height: 30px  }
.top-sellers-list li ul.listing-info .quantity ul li, .top-sellers-list li ul.listing-info .quantity ul li label {
    float: left;
    padding:5px 5px 0 0;
}
.top-sellers-list li ul.listing-info .quantity .fa {
    margin:8px 5px 0 0;
}

.listing-info {
    list-style: none;
    font-size: 11pt;
    line-height: 13pt;
    margin:0;
}

.more-info h4,.more-info h4 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15pt;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.item-note {
    font-size: 10pt;
    line-height: 12px;
}

/*TERMS*/

#terms .modal-dialog {
    width: 80%;
    margin: 30px auto;
}

/*REGISTRATION */
.alertdiv {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #b94a48;
    display: none;
}

/*SIZE CHART */
.size-chart td {
    padding:5px;
}

/*ACCOUNT MENU */
.account-menu {
    margin-top: 40px;

}
.account-menu ul{
    list-style: none;
    font-size:11pt;
}

.account-menu ul ul {
    margin:0;
    padding:0;
}
.account-menu .fa-ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;

}

.account-menu .fa {
    font-size: 14pt;
}
.account-menu li a:hover, .account-menu li a.currentpage {
    color: #FFC425;
}

.account-menu .panel-title {
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 11pt;
    font-family: "Open Sans";

}

.account-menu .panel-default > .panel-heading {
    color: #000;
    background-color: #f3f3f3;
    border: none;
        padding: 10px;
}
.account-menu .panel-group {
    margin-bottom:10px;
}

.account-menu .panel-default {
    border: none;
}
.account-menu .panel-body {
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}





/*ACCOUNT HISTORY PAGE*/
.side-menu{
    background-color: #f3f3f3;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 10px;
}

#hx {
    background: #fff;
    border: none;
    color: #222222;
	height:44px;
    padding-top:10px;
    border-radius:5px;
    }
#hx ul{
    list-style-type: none;margin-top:0px;padding: 0 0 6px 5px;margin-left:0px;border-bottom:1px solid #aaaaaa;
    }
#hx li{display:inline;border:1px solid #aaaaaa;border-top-right-radius:4px;border-top-left-radius:4px;padding:5px 8px 7px 8px; background:#eeeeee;margin-right:5px;}
#hx li a{color:#222222}
#hx li.act{background:#ffffff;border-bottom: 1px solid #fff;}
.tablesorter thead {
	background:#666666;
	color:#eeeeee;
	padding:5px;
	border:0px;
	font-weight:500;
	height:25px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 13px;

font-size: 13px;
}
.tablesorter thead a{
	color:#9ccd15;
	font-weight:600;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 13px;
}
.tablesorter tfoot {
	background:#666666;
	color:#eeeeee;
	padding:5px;
	border:0px;
	font-weight:500;
	height:25px;
}
#hx ul.dropdown-menu {
    padding:0;
}

#hx .dropdown-menu > li{
    display: block;
    border: none;
    border-radius: 0;
    padding:0;
    background: #fff;
    margin: 0px;


}

#hx .dropdown-menu > li > a {
  padding:5px;
}

/*BROWSE*/
.browse {
    padding: 0;
	margin-bottom: 0;
	xborder-top: 1px solid #eee
   /*  max-width: 236px;*/
  }
.browse li {
	margin-bottom: 5px;
	font-size: 12pt;
	xborder-bottom: 1px solid #eee
}
.browse li a {
    background-color: #00bfdf;
    color: #ffffff;
    width: 100%;
    display: block;
	padding: 10px 15px;

}

/*CHECKOUT*/
.checkout-table td{
    padding:4px;
    vertical-align: top;
    font-size: 10pt;
}
.headertd {
    background-color: #e5e5e5;
    padding: 5px;
}

/*FOOTER*/

#footer, #footer a, #footerinner, #footerinner a {
    color: white;
    font-size:11pt;
}
#footer {
    background: #7d7d7d;
    padding: 20px 0 !important;
    margin-top: 50px;
}
#footerinner {
    background: #7d7d7d;
    padding: 20px 0 !important;
    margin: 0px;
}
#footer h2, #footerinner h2 {
    font-size: 18pt;
}
#footer a, #footerinner a {
    color: white;
}
#footer ul, #footerinner ul {list-style: none;margin:0;padding:0;}
.footer-list {
    padding: 0;
    margin: 5px 0 0;
    border-top: 1px solid #535B5E;
}
.footer-list li {
    font-size: 90%;
    line-height: 1.8em;
    border-bottom: 1px solid #535B5E;
    text-indent: 5px;
    padding: 2px 0;
    list-style:none;
}

.footer-list li a {
    display: block;
    width: 100%;
    background: url(../images/category-list-li-bullet.png) no-repeat 95% center;
    list-style:none;
}
a.view-latest-devices-list-footer {
    margin: 15px 5px;
    line-height: 40px;
    font-size: 12px;
    display: inline;
    background: #777777;
    color: white;
    vertical-align: middle;
    padding: 1px 5px;

}
.signup input[type="text"]:focus {
    background-color: #ffffff;
    border: 1px solid #c0d230;
    border-right: none;
}
.signup input[type="text"] {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 5px;
    border-right: none;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 0 10px;
    display: block;
    margin-bottom: 5px;
    width: 150px;
    height: 30px;
    float: left;
    font-size: 9px;
    color: #555;
    font-style: italic;
    line-height: 28px;
}

#ending {
    background: #535b5e;
    padding: 20px 0 !important;
    color: #ddd;
}
#ending .col-md-9 {
    text-align: right;
}

#ending .col-xs-12 {
    text-align: center;
}
#ending p, #ending a {
    color: #ddd;
}
/*SOCIAL*/
p.social {
    display: block;
}
p.social a.facebook {
    background: url(../images/social-icons.png) no-repeat 0 0px;
}
p.social a.twitter {
    background: url(../images/social-icons.png) no-repeat -25px 0px;
}
p.social a.youtube {
    background: url(../images/social-icons.png) no-repeat -50px 0px;
}
p.social a.linkedin {
    background: url(../images/social-icons.png) no-repeat -75px 0px;
}
p.social a.instagram {
    background: url(../images/social-icons.png) no-repeat -100px 0px;
}
p.social a.rss-feed {
    background: url(../images/social-icons.png) no-repeat -125px 0px;
}
p.social a {
    display: inline-block;
    float: right;
    width: 25px;
    height: 20px;
    text-indent: -99999px;
}

.social {
    font-size: 12pt;
    color: #999999;
    margin-top: 5px;
    padding-bottom:0px;
	height:20px !important;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.social a{
    color: #999999;
	margin-right:10px;
}

/*CHAT*/
a.chat-live {
    display: inline-block;
    width: 80px;
    height: 25px;
    background: url(../images/chat-live.png) no-repeat 0 0;
    margin-left: 3px;
    text-indent: -99999px;
}

/* trying to force 100% width for videos in product details when in col-lg-4 */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*FILTER*/
/*search form css */
label{font-size:10pt}

.panel-bg-one{background:#2CC4F3 !important;color:#ffffff !important}
.panel-bg-two{background:#FFC425 !important;color:#ffffff !important}
.panel-bg-three{background:#FAA61C !important;color:#ffffff !important}
.panel-bg{background:#f9f9f9}
/* search results filters */
.filter-span{margin-bottom:5px;margin-top:5px;text-align:left;width:100%;display:block;padding:0px;background:#ffffff;font-size:12pt;color:#535353}
.filter-panel{border-left: 4px solid #cadb37}
.filter-header{background:#f7f7f7 !important}
.filter-link-div{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.filter-link{font-size:10pt;}
.filter-footer{padding:5px;background:#ffffff;text-align:center;font-size:10pt;cursor:pointer}
/* Media breakpoints */
@media (min-width: 320px) and (max-width: 414px) {
#hx li {
    font-size:11px;
    display: inline-block;
    border: none;
    padding: 5px 6px 6px 6px;
    background: #eeeeee;
    margin: 3px;
}
#hx {
    background: #ffffff;
    border: none;
    color: #222222;
    height: auto;
    padding-top: 5px;
    border-radius: 5px;
}


.history {
    margin-top: 20px;
}
 .history .form-group {
    padding:3px;
}
}
@media (max-width: 991px) {
	body {
	padding-top:50px;
	}
	.navbar-brand{
		height:40px !important;
		/* margin-top:10px; */
		margin-left:-25px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		
    }
	/*control the icons in mobile header */
	.navbar-toggle { padding: 5px; margin: 0 5px 0 0 }
	.navbar2 .navbar-toggle i { font-size: 18px }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    .collapse.in{
        display:block !important;
    }

	.cartnumberheader { margin-left: 2px;margin-bottom:10px}
	.searchbarsearch{border:1px solid #FFC425;color:#FAA61C}
	.searchbaraddon{border:1px solid #FFC425}
    .pull-right-sm{float:right}
}


@media (min-width: 992px) and (max-width: 1199px ){
	.navbar-brand{
		height:50px !important;
	}

}
@media (min-width: 992px ){
	#mobileMenu {display:none}
    .pull-right-sm{float:left}
}
@media (max-width: 479px){
	.sht-desc-checkout{
		text-overflow:ellipsis;
		overflow:hidden;
		width:130px;
		white-space:nowrap;
	}
	.transit-button{
		width:150px !important;
		font-size:x-small !important;
		padding-left:16px !important;
		background-size: 20px !important;
	}
}
@media (min-width: 480px) and (max-width: 767px){
	.sht-desc-checkout{
		text-overflow:ellipsis;
		overflow:hidden;
		width:200px;
		white-space:nowrap;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.sht-desc-checkout{
		text-overflow:ellipsis;
		overflow:hidden;
		width:350px;
		white-space:nowrap;
		padding-left:10px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.sht-desc-checkout{
		text-overflow:ellipsis;
		overflow:hidden;
		width:350px;
		white-space:nowrap;
		padding-left:10px;
	}
}
.pageinner-desc img{
	border-radius:3px;
	margin-bottom:5px;
	cursor: pointer;
}
.pageinner-desc .caption{
	font-size:small;
}
.pageinner-desc{
	margin-bottom: 10px;
}
.nowrap{
	white-space: nowrap;
}
.font-x-small{
	font-size:x-small;
}
.font-small{
	font-size:small;
}
.text-faded{
	color: #737474;
	opacity: .9;
}
.transit-button{
	cursor:hand;
	background:url(../images/shipping.gif);
	height:36px;
	width:200px;
	background-repeat:no-repeat;
	border:0px;
	padding-left:32px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:600;
	color: #ABBD26;
}
.rollup-panel .panel-heading{
	cursor:pointer;
}
.rollup-panel .panel-heading::after{
	font-family: FontAwesome;
	color:#C1D136;
	content:'\f0d7';
}
.rollup-panel .panel-body{
	display:none;
}
.text-ellipsis{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
#smartsearchmobile{height:85vh;padding:10px;width:92%;min-height:150px;margin-right:20px;border:1px solid #cccccc;position:absolute;overflow-x:hidden;background:#f7f7f7;border-top: 2px solid #FFC425}
#smartsearch{padding:10px;width:97%;min-height:150px;margin-right:20px;border:1px solid #cccccc;position:absolute;max-height:410px;background:#f7f7f7;border-top: 2px solid #FFC425}
.smartsearchlink{padding-left:5px;background:#ffffff;line-height: 1.42857143;font-size:10pt;display: inline-block;width:100%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.smartsearchdiv{min-height: 20px;
padding: 10px;
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}


/*Beyond Repair landing page styles*/
.br-section-nav-icons {
	text-align: center;    
	text-transform: uppercase;
    line-height: 1.4em;
}
.br-section-nav-icons img {
	width:125px;
	margin: 0 auto 10px
}
.br-section-nav-icons p { font-size: 125% }
.br-section-icon {
	/*max-width: 80px;*/
    /*width: 150px;*/
	margin-top: 20px;
	width:200px
}
.circle-callout {
	background: #f3f3f3;
	border-radius: 50%;
	color: #fff;
	font-size: 125%;
	height: 0;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}
.circle-callout h1 { 
	margin: 0;
	padding: 0 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color:black
}
.br-tabs { font-size: 125%; text-transform: uppercase }
.br-tabs>.active>a { border: none !important }
.br-tabs>.active>a, .br-tabs>li>a:focus, .br-tabs>li>a:hover {	
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
	}
.br-tabs-content { padding-top: 20px }
.br-tabs-content p.lead { text-align: center }
.br-tabs-content h2 { text-align: center; text-transform: uppercase }

/* ---
Custom home page slider styles for device annuncement slides 
---*/
.device-announcement {
}
.device-annoucenment.active {
	background: black
}
/* Carousel Header Styles */
.device-announcement  {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}


.device-announcement h4, .device-announcement h1  { color:white }
.device-announcement h4 {  font-family: 'Barlow', sans-serif; font-weight:800  }
.device-announcement h1 {  font-family: 'Barlow', sans-serif; font-weight:300; font-size:2.8em  }
.btn-homepage-GS9, .btn-homepage-GS9Plus { 
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
 	text-align: center;
	display: inline-block;
	float:left
}

.btn-homepage-GS9 { background-color: #9c44ac; margin-right: 10px }
.badge-GS9 { background-color: #9c44ac;padding:3px; border-radius: 5px }
.badge-GS9 a { color: white }
.btn-homepage-GS9Plus { background-color: #3a0a42; }

.btn-homepage-GS9 a, .btn-homepage-GS9Plus a {	
		 color: white;
		 -webkit-transition: all .2s ease-in-out;
		 -moz-transition: all .2s ease-in-out;
		 -ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		 transition: all .2s ease-in-out; 
	}
.btn-homepage-GS9:hover a:after, .btn-homepage-GS9:focus a:after, .btn-homepage-GS9Plus:hover a:after, .btn-homepage-GS9Plus:focus a:after {
	content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-left: 5px;
	color: rgba(32,196,244,1.0);
}
.account-menu {
    margin-top: 40px;

}
.account-menu ul{
    list-style: none;
    font-size:11pt;
}

.account-menu ul ul {
    margin:0;
    padding:0;
}
.account-menu .fa-ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    
}

.account-menu .fa {
    font-size: 14pt;
}
.account-menu li a:hover, .account-menu li a.currentpage {
    color: #cadb36;
}

.account-menu .panel-title {
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 11pt;
    font-family: "Open Sans";
    
}

.account-menu .panel-default > .panel-heading {
    color: #000;
    background-color: #f3f3f3;
    border: none;
        padding: 10px;
}
.account-menu .panel-group {
    margin-bottom:10px;
}

.account-menu .panel-default {
    border: none;
}
.account-menu .panel-body {
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*ACCOUNT MENU*/
.side-menu{
    background-color: #f3f3f3;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 10px;
}

#hx { 
    background: #fff;
    border: none;
    color: #222222;
	height:44px;
    padding-top:10px;
    border-radius:5px;
    }
#hx ul{
    list-style-type: none;margin-top:0px;padding: 0 0 6px 5px;margin-left:0px;border-bottom:1px solid #aaaaaa;
    }
#hx li{display:inline;border:1px solid #aaaaaa;border-top-right-radius:4px;border-top-left-radius:4px;padding:5px 8px 7px 8px; background:#eeeeee;margin-right:5px;}
#hx li a{color:#222222}
#hx li.act{background:#ffffff;border-bottom: 1px solid #fff;}
.tablesorter thead {
	background:#666666;
	color:#eeeeee;
	padding:5px;
	border:0px;
	font-weight:500;
	height:25px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 13px;	

font-size: 13px;
}
.tablesorter thead a{
	color:#9ccd15;
	font-weight:600;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 13px;
}
.tablesorter tfoot {
	background:#666666;
	color:#eeeeee;
	padding:5px;
	border:0px;
	font-weight:500;
	height:25px;
}
#hx ul.dropdown-menu {
    padding:0;
}

#hx .dropdown-menu > li{
    display: block;
    border: none;
    border-radius: 0;
    padding:0;
    background: #fff;
    margin: 0px;


}

#hx .dropdown-menu > li > a { 
  padding:5px;  
}

.product-details .tab-content{
    border: 1px solid #eee;
    padding:50px 30px 30px 30px;
}

.product-details .tab-content h2{
    font-size: 20pt;
}

.product-details .nav-tabs {
    border-bottom: none;

}

.product-details .nav-tabs > li {
    background-color: #eee;
    border-radius: 4px;
    margin-right: 2px;
}

.product-details .nav-tabs > li.active > a, .product-details .nav-tabs > li.active > a:focus, .product-details .nav-tabs > li.active > a:hover {
    margin-right: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.product-details .divider{
    margin: 30px 0;
}

.browse {
    padding: 0;
	margin-bottom: 0;
	xborder-top: 1px solid #eee
   /*  max-width: 236px;*/
  }
.browse li {
	margin-bottom: 5px;
	font-size: 12pt;
	xborder-bottom: 1px solid #eee
}
.browse li a {
    background-color: #00bfdf;
    color: #ffffff;    
    width: 100%;   
    display: block;
	padding: 10px 15px;

}

@media (min-width: 320px) and (max-width: 414px) {
#hx li {
    font-size:11px;
    display: inline-block;
    border: none;
    padding: 5px 6px 6px 6px;
    background: #eeeeee;
    margin: 3px;
}
#hx {
    background: #ffffff;
    border: none;
    color: #222222;
    height: auto;
    padding-top: 5px;
    border-radius: 5px;
}
}



.history {
    margin-top: 20px;
}
.history .form-group { 
    padding:10px;
}


@media (min-width: 320px) and (max-width: 414px) {
    
 .history .form-group { 
    padding:3px;
}   
}
@charset "utf-8";
/* CSS Document */


/* btn style with drop shadow */
.shadow {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 	 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* btn reset styles */
.sharp { border-radius: 0 !important }
.flat { border: none !important }

/* fp_carousel arrow override */
#fp_carousel .carousel-control.right, #fp_carousel .carousel-control.left { background: none }

/*section headers style modified*/
.section-title {
	font-size: 24pt !important;
    text-align: center;
    margin: 20px 0 20px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    background: none;
    border-top: none;
    text-align: center;
    color: #212128 !important;
    font-family: 'Open Sans Condensed','Helvetica Condensed','Helvetica Narrow','Arial Narrow','Open Sans';
    border-bottom: 1px solid #eee;
}
.section-title > .fa {font-size:80%}

.navbar-toggle.tight { margin-right: 0 }

/* overriding the nav-right and social margins to compensate for container-fluid */
@media (min-width: 768px) {
.navbar-right,.social {
    margin-right: 0; 
	margin-right: 10px; 
	}
}
/* adding a border to the navbar-header to compensate for removing the #mobileborder */
@media (max-width: 991px) {	
.navbar-header {
    border-bottom: 2px solid #8c9295;
	}
}

#smartsearch { 
	padding:20px 40px;
	width:100%;
	min-height:150px;
	margin-right:20px;
	border: none ;
	border-bottom:3px solid #cadb37;
	position:absolute;
	max-height:440px;
	/*background:#8c9295;*/
	background:#ffffff;	
	top: 6px;
	left: 0
}
#smartsearch h4 {
	/* color: white */
}

/* adding some padding to search bar */



a.btn-searchbar {
	text-transform: uppercase;
	font-weight: 700
}

/* moving the "advanced" search button in the nav away from the other links */
#b_search { /*margin: 0 15px 0 10px*/ }

/*adjust the default height for featured products for mobile version */
@media screen and (max-width: 480px) {
	.products-item { min-height: 400px }
}




/* styles for home intro including buttons */
.home-intro {
	background: url(../../images/home-about-section-bg.jpg) no-repeat center center;
	background-size: cover
}
.home-intro h1,.home-intro h2,.home-intro h3,.home-intro h4,.home-intro h5,.home-intro h6 { color: white }
.home-intro .btn-default {	
    color: white;
	background: rgba(55,55,55,0.8);
	padding: 10px 15px;
}
.home-intro .btn-default:hover {	
	background: (94,217,255,1.00);
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* styles to control the search results, page and results, etc. */
.form-control-filters {
	width: auto !important ;
	display:inline-block !important
}

/* control items in the #filterbar */
#filterbar .well { padding: 9px }

/* control the count badge in filters */
.filter-link > .badge, .badge.includes {	
	background-color: #eee;
	color: #555;
	padding: 2px 5px
}
x.badge.includes { font-size: 12pt }

.panel-heading.filter-header > a { color:black }

/* modal window for latest devices off of homepage, outside of prodSlider */
#smartPhone .modal-dialog, #tablets .modal-dialog {
    width: 80%;
    margin: 30px auto;
}
.modal-header h1 { text-align: center }




/* modify footer and control style of components inside */
#footer { margin-top: 0 !important;padding: 20px 0 0 !important}
#footer h2 {
	font-family: 'Open Sans Condensed','Open Sans';
	color: white;
	font-size: 24pt
}
#footer .col-md-4 { padding: 0 40px }

#footer .form-control {
	color: #eeeeee;
	background-color: #666
}

@media screen and (min-width: 480px) {
	#footer .col-md-4 { padding: 0 inherit }
}
.blog-feed h3 {  color: rgba(94,217,255,1.00) }
.blog-feed h4 { color: rgba(94,217,255,0.8) }
.blog-feed .excerpt p { color: #eee; font-size: 9pt; line-height: 14pt }

/* quick browsing list-group styles */

.quick-browse { margin-bottom: 10px }
.quick-browse .list-group-item:first-child,
.quick-browse .list-group-item:last-child {
	border-radius: 0 !important
}
@media screen and (max-width: 1100px) {
	.quick-browse .list-group-item { padding: 10px 5px }
}

.list-group-item {
	transition:         0.08s ease-in;
  	-o-transition:      0.08s ease-in;
  	-ms-transition:     0.08s ease-in;
  	-moz-transition:    0.08s ease-in;
  	-webkit-transition: 0.08s ease-in;
	
}
.list-group-item.grn 		{ border-left: 4px solid #cadb37 }
	.list-group-item.grn:hover 		{ background-color: #cadb37; -webkit-transition: top 0.09s ease-in }
	.list-group-item.grn:hover a, .list-group-item.grn:hover a:hover { color: white }
.list-group-item.cyan 		{ border-left: 4px solid #00baf2 }
	.list-group-item.cyan:hover 		{ background-color: #00baf2; -webkit-transition: top 0.09s ease-in }
	.list-group-item.cyan:hover a, .list-group-item.cyan:hover a:hover { color: white }
.list-group-item.orange 	{ border-left: 4px solid #fcb040 }
	.list-group-item.orange:hover 		{ background-color: #fcb040; -webkit-transition: top 0.09s ease-in }
	.list-group-item.orange:hover a, .list-group-item.orange:hover a:hover { color: white }

.quick-browse .list-group-item a {
  text-align:left;
  padding-left:17px;
}

.quick-browse .list-group-item a:before{
  content:"→";
  position:absolute;
  color:white;
  left: 83%;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.quick-browse .list-group-item a:hover:before{
  left:84%;
  opacity:1;
}

.quick-browse .list-group-item a:hover {
  width:170px;
}




/* adjust the formatting for green background with emarketing subscription */

/*Green Background*/
.green-bkgd {
    background-color: #cadb37;
    width: 100%;
    padding: 45px 0;
    text-align: center;
    margin: 50px 0 0 0;
    height: auto;

}
.green-bkgd label { 	font-size: 16pt; font-weight: normal;}

.green-bkgd .form-control{
    height: auto;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
	margin-left: 10px
}

.green-bkgd .btn {
    color: #fff;
    background-color: #23baed;
    border-color: #23baed;
    height: auto;
	font-size: inherit
}

/* styles for blog feed in footer */
.blog-feed .badge {
	background-color:cyan
}
.blog-feed .feature-img { width:70% }

@media screen and (max-width: 480px) {
	.blog-feed .feature-img { width:100%; text-align:center }
}

/* turn off caps of prod detial h4 */
.prodinfo h4 {
	text-transform: none 
}

/* turn down font size for smaller screens in sorting dropdowns */
@media screen and (max-width: 480px) {
	.input-sm { font-size:8pt;padding:3px 5px }
}

/* control brand logo size on home page and brand landing pages */
.featured-brand-logo { max-width: 250px;}

/*update carousel indicators */
.carousel-indicators { bottom: -10px }
.carousel-indicators li { border: 1px solid #eee; background-color: rgba(200,200,200,0.5) }
.carousel-indicators .active { border: 1px solid #eee; background-color: rgba(200,200,200,1.0) }

/* control styles of searchbar smart search input */
.searchbarcontainer .input-group {
	position: relative;
    display: table;
    border-collapse: separate;
    /*
	width: 90%;   
    margin: auto;
	*/
}
#smartsearch {
    padding: 20px 40px;
    width: 100%;
    min-height: 150px;
    margin-right: 20px;
    border: none;
    border-bottom: none;
    position: absolute;
    max-height: none;
    background: #ffffff;
    top: -5px;
    left: 15px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

@media screen and (max-width: 1000px) {
	.searchbarcontainer .input-group {
		width: 100%;
	}
}



/* match mobile border to color of nav */
#mobileborder { border-bottom: 2px solid #8c9295; }
/* giving mobile search a gray background same as full view container */
#mobilesearch {
    padding: 10px;
    background-color: #8c9295;
}
/*taking off the green border from mobile search box */
@media (max-width: 991px) {
.searchbarsearch {
    color: #535353;
    border: 1px solid #CCC;
	}
.searchbaraddon {
    border: 1px solid #CCC;
	}
}
/* modify the breadcrumb to inlcude and bottom border */
.breadcrumb {
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
	margin: 5px 0
}
/* .breadcrumb > li > a:focus { text-decoration: line-through} */

@media screen and (max-width: 768px) {
	.breadcrumb > li { line-height: 2 }
}

/* style the filter-set breadcrumbs */
.livecrumb {
	border: 1px solid #ebebeb;
	margin-bottom:5px;
    padding: 3px 10px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 11pt;
}
.livecrumb > a, .itemsfound {
	display: inline-block;
	padding: 2px 3px;
	background: #ee3d71;
	border-radius: 10px;
	line-height: .01;
	color: white;
    min-width: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-bottom:3px
}
.itemsfound { line-height: inherit}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/* styles for services list */
.services > .list-group-item:first-child,
.services > .list-group-item:last-child,
.services > .list-group-item { 
	padding: 5px 10px;
	font-size: 10pt
}
.services > .list-group-item:first-child { border-bottom: 1px solid #efefef; border-top: none; border-left: none; border-right:none }
.services > .list-group-item:last-child  { border-bottom: 1px solid #efefef; border-left: none; border-right:none }
.services > .list-group-item { 
	border-top: none; border-left: none; border-right:none;
	border-bottom: 1px solid #efefef
}

.services-lv2 { float: left; text-align: center; width: 33%; margin-bottom: 20px }
.services-lv2 img { width: 100px }
@media screen and (max-width: 768px) {
	.services-lv2 { width: 50% }
	
}
/* style setcrumb */
.btn-sm .setcrumb { 
	font-family: 'Open Sans Condensed','Arial Narrow','Open Sans', sans-serif;
	margin-right:10px;
	margin-bottom:5px;
    font-weight: 700;
	border: none;
	border-bottom: 2px soild black !important;
	color: inherit
}
/* div containing device thumbnail and item count */



/* control pagination */

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 10px 0
}
.pagination>li>a, .pagination>li>span { color: inherit;  }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: inherit;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 5px 10px !important;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link.steptoend, .page-link.stepby1 {
	
}
	.page-link.steptoend { padding: 5px 5px !important; background-color: #f5f5f5 !important }
	.page-link.stepby1   { padding: 5px 7px !important; background-color: #eee !important }

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
	
/* pagination */
.pagination .active .page-link {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
	
.pagination .page-link {
  background-color: transparent;
  font-size: 1.2rem; }

.pagination .active .page-link {
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .pagination .active .page-link:hover {
    color: #fff; }

.pagination.pagination-circle .page-link {
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px; }
  .pagination.pagination-circle .page-link:hover {
    border-radius: 50%; }

.pagination.pagination-circle .active .page-link {
  border-radius: 50%; }

.pagination .page-link {
  border: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .pagination .page-link:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #eee; }
  .pagination .page-link:focus {
    background-color: transparent; }

.pagination.pg-blue .active .page-link {
  background-color: #4285F4; }

.pagination.pg-red .active .page-link {
  background-color: #ff3547; }

.pagination.pg-teal .active .page-link {
  background-color: #2BBBAD; }

.pagination.pg-darkgrey .active .page-link {
  background-color: #37474F; }

.pagination.pg-dark .active .page-link {
  background-color: #2E2E2E; }

.pagination.pg-bluegrey .active .page-link {
  background-color: #3F729B; }

.pagination.pg-amber .active .page-link {
  background-color: #ff6f00; }

.pagination.pg-purple .active .page-link {
  background-color: #5e35b1; }

/* control Advanced Search from Nav */
.advanced-filters { 
	margin-left: 0;
	/*
	border: 1px solid #899999;
	border-radius: 10px
	*/
}
.advanced-filters > .checkbox {
	float:left;
	margin: 10px;		
}
.advanced-filters > .checkbox:first-child { margin: 10px 10px 10px 0 }
.advanced-filters > .checkbox > .badge { line-height: 20px;font-size:11px }
.badge.count { 
	background-color: white !important;
	color: #878787 !important;
	margin-top: -3px
}
@media screen and (max-width: 1100px) {
	.advanced-filters > .checkbox > .badge > label, .badge.count { font-size: 9px }
	.advanced-filters > .checkbox { margin: 10px 5px 10px 0 }
}
.advanced-filters > .checkbox:first-child > label {
	padding-left: 0
}

/* button style for PDF generator */
.pdf {
	padding-left: 50px;
	background: url(../images/PDF-icon.png) no-repeat 3px 2px white !important;
	height:55px;
	border-radius: 0;
}

/* adjust margin on menu items */
.account-menu .panel-body li { margin-left: 10px }
/* turn off the border around panel-body */
.account-menu .panel-body { border: none }



/* ETA and Special Order styles in product results */
.rule {
	clear: both;
	border:0;
	border-bottom:2px solid black;
	margin: 0 0 15px 0;
    padding: 15px 0 0 0;
}
.rule.thin {
	border-bottom:1px solid #eee;
}
.eta-box {}
.special-order-box {}
.eta-box p,.special-order-box p { 
	margin: 0 0 5px;
	font: 12pt 'Open Sans Condensed',Helvetica Condensed,Arial Narrow,Arial;
	font-weight: 700
}
.eta-box label small,.special-order-box label small { 
	margin: 0;
	font-family: 'Open Sans',Helvetica,Arial,Arial;
}
.eta-box > .btn > i, .orange { color: orange }
.eta-box > .btn,.special-order-box > .btn {     
    background-color: rgba(255,255,255,1.0);
    border: none;
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
	white-space: inherit;
	border: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 	 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.eta-box > .btn.btn2 { margin-top: 5px }

@media screen and (max-width:768px) {
	.eta-box > .btn.btn2 { margin-top: 0 }
}
	.eta-box > .btn:hover { 
		color: white;
		background-color: rgba(255,165,0,1.0);
		border:none;
	}
	.eta-box > .btn:hover > i { color: white }

.special-order-box > .btn > i, .cyan { color: #00bfdf }
 
	.special-order-box > .btn:hover { 
		color: white;
		background-color: rgba(0,191,223,1.0);
		border:none;
	}
	.special-order-box > .btn:hover > i { color: white }

.prodinfo .special-order-box .btn,
.prodinfo .eta-box .btn { font-size: 14px !important }
.prodinfo .eta-box .btn { float: left }
.prodinfo .eta-box .btn2 { margin-top: 0; margin-left: 20px }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display:none;
	padding: 10px;
	background-color: black;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 	 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: white;
	border-radius: 50%;
	border: 5px solid black;
	width:60px;
	height: 60px;
	font-size: 30px !important;
	text-align: center;
	vertical-align: middle;
	z-index:999
}

/*controls for sliding feedback box*/
#feedbackModal { 
	z-index: 9998;
	bottom:20px;
	position:fixed;
	padding:18px 10px 5px;
	background-color: #fefefe;
	width: 120px; 

	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#feedbackModal.open 	{ right:0; }
#feedbackModal.hidden 	{ display:block !important; right:-90px; font-size:12pt }

.dontShow { 
	font-size: 9pt;
	xpadding-top: 5px;
	margin-top: 5px;
	border-top:1px solid #eee;
	color:Gray; 
}
.dontShow .badge {
	cursor:pointer;
	background: #eee;
	color:gray;
	padding:2px 3px
}

.slideOut { 
	padding: 0 5px;
    background: cyan;
    color: white;
    position: absolute;
    top: 5px;
    left: 0;
    float: left;
    display: block;
    min-width: 30px;
    font-size: 8pt;
}

#feedbackModal.open .slideOut::before 	{ content: "HIDE"  }
#feedbackModal.hidden .slideOut::before { content: "←"  }


/* 
  Controls for sliding feedback bar at top of website 
*/
#feedbackModalTop { 
	z-index: 9998;
	position:relative;
	background-color: rgba(44,196,243,0.2);	
	padding:2px 0;
	font-size: 12px;
	color: black;
	
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
@media screen and (max-width: 480px) {
	#feedbackModalTop { font-size:9px }	
}
#feedbackModalTop.open 	    { top:-5px; }
#feedbackModalTop.hidden 	{ display:none }

.dontShow { 
	font-size: 9pt;
	xpadding-top: 5px;
	margin-top: 5px;
	border-top:1px solid #eee;
	color:Gray; 
}
#feedbackModalTop a { color: rgba(44,196,243,1.0) !important }
#feedbackModalTop .badge {
	cursor:pointer;
	background: white;
	color:#00bfdf;
	padding:2px 3px
}

.dontShowTop /* to hide */ { 
	padding: 0 5px;    
    position: absolute;
    top: 0;
    right: 0;
	float:right;
    display: block;
    min-width: 30px;
    font-size: 14pt;
	cursor:pointer;
	color: rgba(44,196,243,1.0) !important
}

#feedbackModalTop.open .slideOut::before 	{ content: "HIDE"  }
#feedbackModalTop.hidden .slideOut::before { content: "←"  }

/* 
  Controls for sliding feedback bar at top of website 
*/



/* HIDING TO OVERRIDE WIDTH
#nav-browse-inner .img-thumbnail, #nav-browse-inner .thumbnail,
.searchform .thumbnail > a > img,
.searchform .thumbnail img.image-responsive { 
	width: 80% !important;
	
}
*/



