@charset "UTF-8";
/* CSS Document */


/* Change element colors*/
#top-header, #main-footer, #main-footer #footer-bottom {
  background-color: #2f6389;
}

.unibtn a.orng, .unibtn input[type="submit"].orng, .unibtn a.orng, .unibtn input[type="submit"].orn, .unibtn a.drkblu, .unibtn input[type="button"].drkblu, .unibtn a.orng, .unibtn input[type="submit"].orng, .orng, .unibtn input[type="button"].blu, .unibtn input[type="button"].orng, div#general-notification a.reg, .orng, ul.auclting li.auclink > div a.reg, ul.auclting li.auclink > div a.cat, #btnSearch, #addToWatchlist, #removeFromWatchlist {
  background: #2f6389 !important;
  border: #2f6389 1px solid !important; }

#auction-name, .pc-tab ul li label, .auctitle > div.tle h3 {
   color: #2f6389; 
}

/* End Change element colors*/

/* Display Hide Iframe */
.header_iframe {
	width: 100%;
	display: inherit;
}

/* Display Hide Sam Menu */

/* header#headsec {
	    display: none;
} */




/* Display Hide Bidpath Menu */

#top-header .my-container #et-secondary-menu {
	display: none;
}
/* Display Hide starts Ending */

.auctitle > div.tle h3 span, .starts_ending {
	display: inherit;
}


/* Display Hide Catalog Menu Links */

.myCatalog {
  display: none; }


/* Display Hide shipping and term tabs */

.tab2, .tab3 {
	/* display: none !important; */
}
.tab1 label {
	border-right: 1px solid #ccc !important;
}

/* Display Hide Search Items */
#et_top_search {
	display: none !important;
}

/* Center Logo Mobile*/
@media (max-width: 980px) {

	#et_mobile_nav_menu {
	display: none !important;
}
	}

@media (max-width: 768px) {
	.my-container {
	text-align: center;
}
	
	}
