@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@font-face {
    font-family: 'ETmodules';
    src: url("fonts/modules.eot");
    src: url("fonts/modules.eot?#iefix") format("embedded-opentype"), url("fonts/modules.ttf") format("truetype"), url("fonts/modules.woff") format("woff"), url("fonts/modules.svg#ETmodules") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.header-content {
    display: flex;
    padding: 26px 0 28px;
    width: 100%;
    max-width: 2560px;
}

.hd-left-menu {
    width: 42%;
}

.hd-cart,
.hd-login {
    width: 8%;
}

.hd-login {
    padding-right: 8px;
}

.hd-cart {
    padding-left: 8px;
}

.hd-left-menu-content,
.hd-login-content {
    text-align: right;
}
@media only screen and (min-width:981px){
.cart-link,
.login-link {
    position: relative;
    display: inline-block;
    border-radius: 100px;
    padding-left: 2em;
    padding-right: .7em;
    padding-top: .3em;
    padding-bottom: .3em;
    border: 2px solid rgba(255, 255, 255, .6);
    line-height: 25px;
}

.cart-link:hover,
.login-link:hover{
	text-decoration:underline;
	border-color:transparent;
}
}
.hd-right-menu {
    width: 42%;
}

.header-wrap {
    background-color: #000;
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
}

.header-wrap a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.cart-link:before,
.login-link:before {
    font-family: "ETmodules"!important;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
    position: absolute;
    transition: all 0.2s;
    text-transform: none;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.cart-link:before {
    content: '';
}

.login-link:before {
    content: '';
}

.hd-left-menu-content {
    margin-top: 10px;
    margin-right: 30px;
}

.hd-right-menu-content {
    margin-top: 10px;
    margin-left: 20px;
}
.mobile-wrap{
		display:none;
	}

/* footer */

#footer {
    background-color: #000;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}

.ord-container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

.ft-top {
    padding: 54px 0;
}

.ft-top-row {
    display: flex;
    padding: 27px 0;
}

.ft-top-row .ft-top-col {
    width: 50%;
}

.footer-top img {
    width: 100%;
}

.ft-top-col-1 .img-holder {
    width: 45%;
    margin: 0 auto;
}

.ft-top-col-1 {
    border-right: 1px solid #444;
}

.ft-top-col-2 .img-holder {
    margin: 62px auto 0;
    width: 70%;
}

.footer-middle {
    background-color: #191919;
}

.ft-info-container {
    padding: 15px 0 28px;
}

.footer-info p {
    font-weight: 500;
    padding: 15px 0 10px;
}

.text-inner {
    margin: 0;
    padding: 30px 0;
    color: #666;
}

.text-inner a {
    color: #c7c7c7;
    text-decoration: none;
}

.text-inner a:hover {
    text-decoration: underline;
}

.footer-info p,
.footer-info a {
    color: #878787;
    margin: 0;
}

.footer-info a {
    cursor: pointer;
    font-weight: 700;
    transition: opacity .2s;
}

.footer-info a:hover {
    text-decoration: underline;
    opacity: .7;
}

@media only screen and (max-width:1110px) {
    .hd-right-menu-content {
        margin-top: 0;
    }
}

@media only screen and (max-width:980px) {
    .hd-left-menu {
        margin-bottom: 8px;
    }
    .hd-right-menu-content {
        margin-top: 8px;
    }
    .hd-cart,
    .hd-login {
        width: auto;
    }
    .header-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hd-right-menu,
    .hd-left-menu {
        width: 100%;
        text-align: center;
    }
    .hd-left-menu-content {
        text-align: center;
    }
    .ft-top-row .ft-top-col {
        width: 100%;
    }
    .ft-top-col-1 {
        border-right: 0px;
    }
    .ft-top-row {
        display: block;
    }
	.hd-left-menu-content{
		margin-right:0;
	}
	.hd-right-menu-content{
		margin-left:0;
	}
	.header-content{
		display:none;
	}
	.mobile-wrap{
		display:block;
		width:80%;
		margin:0 auto;
		padding-top:39px;
		position:relative;
	}
	.tms:before{
		color:rgba(255,255,255,0.96);
		content:"\61";font-size:32px;
		font-family:'ETmodules' !important;
		
	}
	.top-mobile{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.tms{
		padding-top:3px;
		display:inline-block;
	}
	.toggle-menu{
		margin:0 6px;
	}
	.mobile-menu{
		display:none;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		z-index:10;
		border-top:3px solid rgba(255,255,255,0.96);
		padding:5%;
		background-color:#000;
		
	}
	.mobile-menu a{
		display:block;
		text-transform:uppercase;
		
		color:rgba(255,255,255,0.6);border-bottom:1px solid rgba(0,0,0,.03);padding:10px 5%;font-size:14px;line-height:26px;
	}
	.cart-link, .login-link{
		margin-left:17px;
	}
	.mobile-logo img{
		max-width:100%;
	}
	
}