@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('ebaydefault.css');
@charset "utf-8";
/* reset *//* end reset *//*-----------------------------------------------------------------------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body * {
	box-sizing: border-box;
}
.dg-header  {
	position: relative;
}
.dg-header .top-nav {
	height: 50px;
	background-color: #212f3a;
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	top: 0;
	/*position: fixed;
	*/z-index: 9998;
	 -webkit-box-shadow: 3px 5.196px 15px 0px rgba(0, 0, 0, 0.36);
	 -moz-box-shadow: 3px 5.196px 15px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 3px 5.196px 15px 0px rgba(0, 0, 0, 0.36);
}
.dg-header .top-nav .container {
	height: 100%;
	font-size: 0;
}
.dg-header .top-nav .container > div {
	display: inline-block;
	font-size: 13px;
	color: #f0edf4;
	line-height: 47px;
	height: 100%;
}
.dg-header .top-nav .container .top-nav-list {
	width: 80%;
	position: relative;
	padding: 0;
	text-align: left;
}

.dg-header .top-nav .container .top-nav-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dg-header .top-nav .container .top-nav-list ul li {
	display: inline-block;
	padding: 0 5px;
	text-align: left;
}
.dg-header .top-nav .container .top-nav-list ul li a {
	color: #f0edf4;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dg-header .top-nav .container .address {
	width: 20%;
}
.dg-header .top-nav .container .address p {
	margin: 0;
	text-align: right;
}
.dg-header .top-nav .container .address p:before {
	content: "";
	display: inline-block;
	background-image: url(https://domesticgaskets.net/ebay/store/images/location.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 21px;
	position: relative;
	top: 6px;
	margin-right: 8px;
}
.dg-header .top-nav .container .address p .time {
	color: #f0edf4;
	float: right;
}
.dg-header .top-nav .container .address p span {
	color: #ffffff;
	font-weight: 600;
}
.container {
	max-width: 1268px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.clearfix {
	clear: both;
}
.clearfix:before {
	content: '';
	clear: both;
	display: block;
}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
/*------------------Main Nav-----------------*/
.dg-header .main-nav {
	padding: 50px 0 35px;
}
.dg-header .main-nav .container > div {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
.dg-header .main-nav .container .logo {
	width: calc((100%/16)*4);
	z-index: 100;
	position: relative;
}
.dg-header .main-nav .container .ebay-motor-logo {
	width: calc((100%/16)*2.5);
	z-index: 100;
	float: right;
	position: relative;
}
.dg-header .main-nav .container .search {
	width: calc((100%/16)*8);
	padding: 0 20px;
}
.dg-header .main-nav .container .search .des-nav-searh{width: 100%;
	z-index: 100;
	position: relative;
}
.dg-header .main-nav .container .search form.nav-search {
	font-size: 0;
	height: 40px;
	background-color: #fff;
}
.dg-header .main-nav .container .search form.nav-search label[for="nav-search"] {
	position: relative;
	float: left;
	width: 80%;
}
.dg-header .main-nav .container .search form.nav-search label[for="nav-search"] input {
	background-color: #fff;
    border-top: 1px solid #6e6e6e;
    border-right: 0 none;
    border-bottom: 1px solid #6e6e6e;
    border-left: 1px solid #6e6e6e;
    border-radius: 20px 0 0 20px;
	font-size: 15px;
	font-weight: 600;
	color: #92a4a7;
	height: 40px;
	background: transparent;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	width: 100%;
	text-transform: uppercase;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.dg-header .main-nav .container .search form.nav-search button {
	background-color: #fff;
    border-top: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    border-left: 0 none;
    border-radius: 0 20px 20px 0;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	height: 40px;
	float: left;
	padding: 0 20px;
	width: 20%;
}
.dg-header .main-nav .container .search form.nav-search .btn-search:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 16px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/search-tool.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.dg-header .main-nav .container .search .help {
	padding: 0 20px;
	margin-top: 20px;
}
.table {
	display: table;
	width: 100%;
}
.table .row {
	display: table-row;
}
.table .row .col {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 22px;
}
.table .row .col:first-child {
	padding-left: 0;
}
.dg-header .main-nav .container .search .help .help-center {
	float: left;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	position: relative;
	padding-left: 32px;
}
.dg-header .main-nav .container .search .help .help-center:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/help.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.dg-header .main-nav .container .search .help .help-center a {
	text-decoration: none;
	color: #4a5152;
	border-bottom: 1px dashed #4a5152;
}

.dg-header .main-nav .container .search .help .spanish {
	float: right;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	position: relative;
	padding-left: 32px;
}
.dg-header .main-nav .container .search .help .spanish:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/translate.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.dg-header .main-nav .container .search .help .spanish a {
	text-decoration: none;
	color: #4a5152;
	border-bottom: 1px dashed #4a5152;
}
.dg-header .main-nav .container .search .help .our-newsletter {
	float: right;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	position: relative;
	padding-left: 32px;
}
.dg-header .main-nav .container .search .help .our-newsletter:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/newsletter.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.dg-header .main-nav .container .search .help .our-newsletter a {
	text-decoration: none;
	color: #4a5152;
	border-bottom: 1px dashed #4a5152;
}
/*------------------Main Nav List-----------------*/

.dg-header .main-nav-list .row #menu .box {
	opacity: 1;
	text-align: center;
	height: 50px;
	background-color: #cbcbcb;
}
.dg-header .main-nav-list .row #menu ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.dg-header .main-nav-list .row #menu ul li {
	margin: 0;
	line-height: normal;
	height: 50px;
	float: left;
	list-style: none;
}
.dg-header .main-nav-list .row #menu ul li a {
	padding: 15px 75px 15px 35px;
	font-size: 1em;
	text-decoration: none;
	color: #4B5253;
	font-weight: bold;
	display: block;
	position: relative;
	transition: 0.3s all ease-in-out;
	z-index: 1111;
	text-transform: uppercase;
	letter-spacing: 0;
}
.dg-header .main-nav-list .row #menu ul li a i {
	margin-right: 10px;
	color: #4B5253;
	transition: 0.3s all ease-in-out;
}
.dg-header .main-nav-list .row #menu .box .dg-shipping:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/shipping.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	margin-top: -5px;
}
.dg-header .main-nav-list .row #menu .box .dg-experience:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/experience.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	margin-top: -5px;
}
.dg-header .main-nav-list .row #menu .box .dg-return:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/return.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	margin-top: -5px;
}
.dg-header .main-nav-list .row #menu .box .dg-warranty:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(https://domesticgaskets.net/ebay/store/images/warranty.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	margin-top: -5px;
}
/*------------------------------------------------ mobile nav -------------------------------------*/
@media (max-width: 1290px) {
	.dg-header .top-nav .container .address {
	width: 20%;
}
.dg-header .top-nav .container .top-nav-list {
	width: 80%;
}
.dg-header .top-nav .container > div {
	font-size: 11px;
}
.dg-header .main-nav-list .row #menu ul li a {
	padding: 15px 55px 15px 35px;
	font-size: 12px;
}
}
@media screen and (min-width: 989px) {
	.mobile-nav {
	display: none;
}
}
@media screen and (max-width: 989px) {
	.mobile-nav {
	border-top: 5px solid #ec4614;
	height: 50px;
	display: block;
	table-layout: fixed;
	width: 100%;
	background-color: #ffffff;
	top: 0;
	z-index: 9999;
	font-size: 0;
}
.mobile-nav > * {
	display: inline-block;
	vertical-align: middle;
}
.mobile-nav > div {
	width: calc((100% - 95px)/5);
	border-left: 1px solid #e1e6e7;
	text-align: center;
	position: relative;
	height: 100%;
}
.mobile-nav > div.logo {
	width: 95px;
	max-width: 95px;
	border-left: 0;
	text-align: left;
}
.mobile-nav > div.logo a {
	text-decoration: none;
	left: 10px;
	-webkit-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.mobile-nav > div.logo img {
	width: 40px;
	height: 40px;
}
.mobile-nav > div > a > img {
	height: 22px;
}
.mobile-nav > div > *:not(.shares) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.dg-header .top-nav {
	display: none;
	height: auto;
	border-top: 0 none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 9998;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.dg-header .help-center-form {
	z-index: 9999;
	top: 60px;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.dg-header .main-nav {
	padding: 0px 0 15px;
}
.dg-header .main-nav .container .logo {
	display: none;
}
.dg-header .main-nav .container .ebay-motor-logo {
	display: none;
}
.dg-header .main-nav .container .search {
	width: 100%;
	padding: 0;
}
.dg-header .main-nav .container .search form.nav-search label[for="nav-search"]:before {
	background-image: none;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.dg-header .main-nav .container .search form.nav-search .btn-search:after {
	top: 7px;
	left: 10px;
}
.dg-header .main-nav .container .search .help .spanish{
	display: none;
}
.dg-header .main-nav .container .search .help .callback {
    float: left;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    position: relative;
    padding-left: 32px;
}
.dg-header .main-nav .container .search .help .callback:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(https://domesticgaskets.net/ebay/store/images/telephone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}
.dg-header .main-nav .container .search .help .callback:after {
    content: '';
    display: inline-block;
    width: 90px;
    height: 22px;
    background-image: url(https://domesticgaskets.net/ebay/store/images/phone-number.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 30;
}
.dg-header .main-nav .container .search .help .callback a {
    text-decoration: none;
    color: #4a5152;
}
.container {
	padding: 0;
}
.dg-header .main-nav-list .row #menu ul li a {
	padding: 15px 15px;
	font-size: 0.9em;
}

.dg-header .main-nav-list {
	display: none;
}
.dg-header .mobile-main-nav-list {
	border-bottom: 2px solid #ec4614;
    height: 10px;
    display: block;
    table-layout: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    z-index: 9999;
    font-size: 0
}
}
@media screen and (max-width: 640px) {
	.dg-header .main-nav-list .row #menu ul li a{
		padding: 15px 20px;
		font-size: 0;
}
.dg-header .main-nav-list .row #menu .box .fa {
 font-size: initial;
}
.dg-header .main-nav .container .search .help .our-newsletter {
	display: none;
}

.dg-header .main-nav .container .search form.nav-search .btn-search:after {
	top: 2px;
	left: 10px;
}
}
