/*.topMenu{
	display: none;
}*/

		div.sfixed{
			position: fixed;
			top: 0;
			width: 120px !important;
			z-index: -1 !important;
		}

body{
	overflow-x: hidden;
	max-width: 100%;
	width:100%;
	/*margin: 0 !important;
	padding: 0 !important;*/
}

body *{
	max-width: 100%;
}

.bodyCol1, .bodyCol3 {
    display: none;
}

.bodyCol2{
	width: 100%;
}

.ATSproducts .prlist ul li {
    float: left;
    width: calc(33.33% - 10px);
    position: relative;
    height: unset;
    /* margin-left: 0; */
    padding: 10px 0;
    margin: 5px;
}

.ATSproducts .prlist ul li div.image{
	max-width:unset;
	max-height:unset;
	height:auto;
	width:calc(100% - 10px);
	position:relative;
}

.ATSproducts .prlist ul li div.image a{
	width:100%;
	height:auto;
	max-width:unset;
	max-height:unset;
	display: block;
}

.ATSproducts .prlist ul li div.image img{
	width:100%;
	height:auto;
	max-width:100%;
	max-height:unset;
	display: block;
}

.footer_pic {
    width: 100%;
    max-width: 100%;
}

.topMenu{
	display: none;
}

.topMenu ul li:last-child {
    display: none;
}

.topMenu ul{
	width: 100%;
}

.topMenu ul li{
    width:33.33%;
    height:67px;
    background: url('images/topMenu-bg.png') left top no-repeat;
}

.topMenu ul li a {
    background-position: center top;
    height:67px;
}

.topMenu ul li a:hover{
    background-position: center bottom;
}

.topMenu ul li a.a1, .topMenu ul li a.a1:hover{
    background-image: url('images/t-grip-mobile.png');
}

.topMenu ul li a.a2, .topMenu ul li a.a2:hover{
    background-image: url('images/t-tac-mobile.png');
}

.topMenu ul li a.a3, .topMenu ul li a.a3:hover{
    background-image: url('images/t-string-mobile.png');
}

.header .logo {
    display: table;
    margin: 0 auto;
    float: none;
    height: 50px;
    background-position: center center;
    background-size: contain !important;
    background-image: url('images/logo-new-400.png');
}

.hide-on-pc{
	display: block;
}

.ATSwarper{
    /* padding-top: 25px; */
}

.m-menu-icon {
    position: absolute;
    width: 100%;
}

.header{
    position:fixed;
    height: 50px;
    top: 0;
    width:100%;
    z-index:96;
    background: #dd0023;
    /* border-bottom:1px solid #EEEEEE; */
}


.m-menu-icon a {
    position: absolute;
    display: block;
    top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.m-menu-icon a .fa{
    font-size: 1.5rem;
}

a.m-a-search {
    /*right: 0;*/
    left: 2.2rem;
}

.ATSmenu.m-show-menu {
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
}

.ATSmenu {
    width: 85%;
    height:100%;
    box-shadow:0 0 10px black;
	display: block;
	position: fixed;
	top: 0;
	z-index: 10002;
	left: -100%;
	transition: left 0.5s;
}

.ATSmenu.fix{
    width: 100%;
    background-color: transparent;
    box-shadow: none;
}

.ATSmenu ul{
	max-width:unset;
    width: calc(100% + 17px);
    margin: 0 0 0 0px;
}

.ATSmenu ul li{
    display:block;
    float:none;
    border-bottom:1px solid rgba(255,255,255,0.4);
}

.ATSmenu ul li:last-child{
    border:none;
}

.ATSmenu ul li a{
    font-size:1rem;
    text-shadow:none;
    text-align:left;
}

.ATSmenu ul li a span{
	text-align:left;
	font-size:0.8rem;
	padding-top:5px;
}

.ATSmenu ul li ul{
	display:block;
	position:static;
	background-color:#dd1c1d;
	max-width:100%;
}

.ATSmenu ul li ul li:first-child{
	border-top:1px solid rgba(255,255,255,0.5);
}

.ATSmenu ul li ul li a{
	padding-left:40px;
}

.ATSmenu ul li ul li a::before{
	content: "- ";
}

.ATSmenu ul li ul li a:hover{
	background-color:#c21216;
}
body.m-is-show{
	margin-left: 80%;
	transition: all 0.5s;
	overflow-x: hidden;
}

body.m-is-show a.m-a-menu {
    right: 8px;
    position: fixed;
    top: 12px;
    /* background-color: #f6f6f6; */
    z-index: 10002;
}

.ATSmenu ul li a:hover{
	border-radius: 0;
}

.moreLink, .searchArea .title, .searchArea a {
    display: none;
}

body.body-user .header {
    top: 45px;
}

body.m-is-show.body-user a.m-a-menu {
    top: 40px;
}

.header .search .searchArea {
    padding: 10px 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
	transition: top 0.5s;
}

.header .search .searchArea.on{
	top: 50px;
}

body.body-user .header .search .searchArea.on {
    top: 110px;
}

.header .search input#headerSearch {
    border: none;
    font-size: 1rem;
    background: white;
    padding: 5px !important;
    width: calc(100% - 20px);
    border-radius: 5px;
    display: table;
    margin: 0 auto;
	outline: none;
}

.header .search input#headerSearchBtn {
    font-size: 1rem;
    position: absolute;
    margin-top: -33px;
    border-radius: 5px;
    text-shadow: none;
    right: 10px;
}

.ATSsocial ul li {
    /*float: none;
    width: calc(100% - 10px);*/
    position:relative;
}

.ATSsocial ul li a{
    width:100%;
    display:block;
}

.ATSsocial ul li .headimg a img{
    width:100%;
}

.ATSsocial ul li ._content ul li {
    width: calc(100% - 12px);
}

blockquote {
    max-width: 100%;
    margin: 0 !important;
}

.bodyCol2 img, .bodyCol2 div, .bodyCol2 table{
	max-width:100%;
	height: auto;
	/*margin-left: 0 !important;
	margin-right: 0 !important;*/
}

.bodyCol2 .nivoSlider img{
	max-width:unset;
}

.slider-wrapper.theme-default {
    max-width: unset !important;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}

a#closeATSmenu {
	display: block;
    font-size: 2.5rem;
    position: fixed;
    right: 15px;
    color: #aeaeae;
    margin-top: 5px;
	top: -200px;
	transition: top 0.5s ease-in-out;
	z-index:99;
}

body.m-is-show a#closeATSmenu{
	top: unset;
}

.ATSsocial ul {
    width: 100%;
}

.fuser div.fix{
	z-index: 97;
	background:transparent;
	top: 6px;
	width: auto;
}

.fuser div.fix a{
	color:white;
	padding:0;
	padding-right:10px;
	line-height: 45px;
}

a#topCart{
	font-size:2rem;
	padding-top:0 !important;
	line-height:35px;
}

.fuser div.fix a:hover{
	color:#555555;
	text-decoration: none;
}

.fuser div.fix a .fa{
	font-size: 1.5rem;
}

body.m-is-show .fuser div.fix{
	z-index:90;
}
.ats-login .col1, .ats-login .col2{
	width:100%;
	float:left;
	margin-bottom:15px;
}

.ATSmenu .scroll-menu{
	height:100%;
	width: 75%;
	padding: 0;
	margin: 0;
	overflow:hidden;
	background-color:#dd1c1d;
	position: relative;
}

.ATSmenu .scroll-menu .scroll-inner{
	width: 100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:0;
	padding-right:17px;
	box-sizing:content-box;
	/* position: relative; */
	margin-right:-17px;
	position:absolute;
}



.ATSproducts .prlist ul li:not(.ats-cat-title) {
    /*min-height: 350px;*/
    background-color:white;
}

.ATSproducts .prlist ul{
	background-color:#EEEEEE;
}

.ats-complete-order tr th {
    display: none;
}

.ats-complete-order h3{
	display: block;
	font-size: 1.25rem;
}

.bank-list div{
	position: relative;
}

.bank-list div label{
	word-break: break-word;
    max-width: calc(100% - 30px);
}

.ats-input-area{
	max-width:100%;
}

.ats-input-area input[type="text"]{
	display: block;
	width: 100%;
}

.ats-input-area textarea{
    max-width: calc(100% - 30px);
	width: 100%;
}

.ats-input-area span.b {
    position: absolute;
    right: 35px;
    margin-top: -30px;
}

.ATSproducts .prlist ul li.viewmore{
	width:100% !important;
	flex:unset;
	max-width:unset;
	background-color:unset !important;
	padding-right:5px;
}

.home_banners{
	max-width:unset !important;
	margin-left: -7px;
	margin-right: -5px;
	margin-top: -5px;
}

.home_banners .home_banners_list a{
	width:100%;
}

#home_title_list a {
    padding: 0 5px;
    font-size: 12px;
}

#home_title_list{
	margin-top:10px;
	padding-bottom: 5px;
}

div#close-scroll-menu {
    position: absolute;
    background-color: rgba(0,0,0,0);
    right: 0;
    width: 25%;
    height: 100%;
}

.running_text{
	margin-top:10px;
}

.hideondesktop{
	display: block !important;
}