.ATSproducts .title{
	border-bottom: 1px solid #a0a0a0;
	font-weight: bold;
	color: #0b0b0b;
	font-size: 1.25rem;
	padding: 10px 0 10px 20px;
	/* border-top: 1px solid #a0a0a0; */
}

.ATSproducts .prlist{
	/* display: table; */
	/* margin: 0 auto; */
	width: 100%;
}

.ATSproducts .prlist ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.ATSproducts .prlist ul li {
    display: block;
    float: left;
    padding: 5px 0;
    margin: 12px;
    width: calc(25% - 30px);
    height: calc(330px - 10px);
    text-align: center;
    position: relative;
    background-color: rgba(255,255,255,1);
}

.ATSproducts .prlist ul li div.image{
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: block;
	/* height: 170px; */
	margin-bottom: 10px;
	max-width: 100%;
	position: relative;
	padding-top: 100%;
	width: calc(100% - 10px);
	margin-left: 5px;
}

.ATSproducts .prlist ul li div.image .new_item{
	position: absolute;
	/*height: 17px;*/
	margin: 2px 0 0 2px;
	width: auto;
}

.ATSproducts .prlist ul li div.image .new_item img{
	display: inline-block;
	vertical-align: middle;
}

.ATSproducts .prlist ul li div.image a{
	display: table-cell;
	vertical-align: middle;
	/* height: 100%; */
	/* width: 100%; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ATSproducts .prlist ul li div.image :not(.new_item) img, .ATSproducts .prlist ul li div.image video{
	max-width: 100%;
	max-height: 100%;
	border: none;
	display: table;
	margin: 0 auto !important;
	width: auto;
	/*height: 100%;*/
}

.ATSproducts .prlist ul li div.text a.name{
	font-size: 0.8rem;
	color: #555555;
	text-decoration: none;
	background: none;
}

.ATSproducts .prlist ul li div.text a.name:hover{
	text-decoration: underline;
}

.ATSproducts .prlist ul li div.text .price{
	font-size: 1rem;
	color: black;
	font-weight: normal;
	padding-top: 5px;
	text-align: center;
	font-family: Arial,Tahoma;
}

.ATSproducts .prlist ul li div.text .price .discount{
	color: red;
	text-decoration: line-through;
}

.ATSproducts .catlist{
	margin-bottom: 15px;
}

.ATSproducts .col1{
	display: block;
	float: left;
	width: 220px;
	padding: 0;
	margin: 0;
	height: 400px;
	background: #f5f5f5;
}

.ATSproducts .col1right{
	float: right;
}

.ATSproducts .catlist .col1 ul{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 250px;
	z-index: 5;
}

.ATSproducts .catlist .col1 ul li{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.ATSproducts .catlist .col1 ul li a{
	display: block;
	height: 65px;
	font-size: 1rem;
	color: #555555;
	background: url('images/cat-hover-bg.png') left top no-repeat;
	text-decoration: none;
	padding: 15px 35px 0 50px;
	line-height: 22px;
}

.ATSproducts .catlist .col1right ul li a{
	margin-left: -30px;
	padding: 15px 5px 0 80px;
	background: url('images/cat-hover-bg-right.png') left top no-repeat;
}

.ATSproducts .catlist .col1 ul li a span{
	color: #8f7d75;
	font-weight: bold;
	font-size: 1.2rem;
}

.ATSproducts .catlist .col1 ul li a:hover{
	text-decoration: underline;
}

.ATSproducts .catlist .col1 ul li a.on{
	background: url('images/cat-hover-bg.png') left bottom no-repeat;
	color: white;
	text-decoration: none;
}

.ATSproducts .catlist .col1right ul li a.on{
	background: url('images/cat-hover-bg-right.png') left bottom no-repeat;
	color: white;
	text-decoration: none;
}

.ATSproducts .catlist .col1 ul li a.on:hover{
	text-decoration: underline;
}

.ATSproducts .col2{
	display: block;
	float: left;
	width: 510px;
	padding: 0;
	margin: 0;
	height: 400px;
	background: #e7e7e7;
	overflow: hidden;
}

.ATSproducts .catlist .col2 img{
	width: 510px;
	height: 400px;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
}

.ATSproducts .catlist .col2 #cat-mask{
	display: block;
	position: absolute;
	z-index: 4;
	background: url('images/mask.png') left top no-repeat;
	width: 530px;
	height: 400px;
	padding: 0;
	margin: 0;
}

.catnewList ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
}

.catnewList ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 240px;
}

.catnewList ul li a.image{
	display: block;
	margin: 0 auto 5px auto;
	background: url('images/nopic.png') center center no-repeat;
	width: 230px;
	height: 95px;
}

.catnewList ul li a.image img{
	border: none;
	width: 230px;
	height: 95px;
}

.catnewList ul li a.name{
	font-size: 1.2rem;
	color: black;
	font-weight: bold;
	display: block;
	padding: 0 0 10px 5px;
	text-decoration: none;
}

.catnewList ul li a.subname{
	display: block;
	font-size: 1rem;
	color: #555555;
	text-decoration: none;
	padding: 0 0 10px 5px;
}

.catnewList ul li a.subname:hover{
	text-decoration: underline;
}

.ATSsocial{
	border-top: 1px solid #222222;
	padding: 10px 0 0 0;
}

.ATSsocial ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
}

.ATSsocial ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0 1px 0 1px;
    width: calc(33.33% - 2px);
    overflow: hidden;
}

.ATSsocial ul li .headimg{
	padding: 0 0 0 0;
}

.ATSsocial ul li .headimg img{
	width: 100%;
}

.ATSsocial ul li .text{
	border-bottom: 3px solid #222222;
	font-size: 1.2rem;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	text-transform: capitalize;
}

.ATSsocial ul li ._content ul{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.ATSsocial ul li ._content ul li{
	list-style: none;
	padding: 0 0 4px 12px;
	display: block;
	margin: 0;
	background: url('images/dot.png') 3px center no-repeat;
	width: 303px;
}

.ATSsocial ul li ._content ul li span{
	display: block;
	float: right;
	font-size: 1rem;
	color: #555555;
}

.ATSsocial ul li ._content ul li a{
	font-size: 1rem;
}

.ATSproducts .catList2{
	display: table;
	margin: 0 auto 10px auto;
}

.ATSproducts .catList2 ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
}

.ATSproducts .catList2 ul li{
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.ATSproducts .catList2 ul li a{
	display: block;
	padding: 4px 10px;
	font-size: 1rem;
	font-weight: normal;
	border-radius: 4px;
	margin: 2px;
}

.ATSproducts .prlist ul li.ats-cat-title {
    display: block;
    padding: 4px 10px;
    width: 100%;
    margin: 0 0 5px 0;
    float: none;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 35px;
    border-bottom: 1px solid #b3b3b3;
}


/********************************************** promo ***************************/
#home_title_list{
    margin-top: 20px;
	border-bottom: 3px solid black;
	padding-bottom: 10px;
}

#home_title_list a {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid black;
    font-size: 16px;
    font-weight: bold;
    color: #B0B0B0;
}

#home_title_list a.pure-active{
	color: black;
}

#home_title_list a:last-child{
    border-right:none;
}

.home_title_area .home_title_content{
	display: none;
}

.home_title_area{
	overflow: hidden;
	position:relative;
	width:100%;
	padding: 0;
	margin: 0;
	/*height: 670px;*/
}


.home_title_area .subcontent {
    position: absolute;
    z-index:1;
    width: 100%;
    max-width: unset;
}

.home_title_btn{
	position:absolute;
	z-index:2;
	display: block;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.125);
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: calc(50% - 20px);
}

.home_title_btn i{
	font-size: 20px;
	color: white;
	line-height: 40px;
}

a.home_title_btn.home_title_next {
    right: 0;
}

a.home_title_btn:hover{
	background-color: rgba(0,0,0,0.25);
}

.home_title_area .xhidden{
	display: block;
	position: relative;
}

.ATSproducts .prlist ul li:not(.ats-cat-title):hover {
    box-shadow: 0 0 10px #a7a7a7;
}

.choise {
    width: 100%;
    text-align: left;
    position: absolute;
    height: 45px !important;
    overflow: hidden;
    margin-top: -45px;
}

.choise .fa{
    display:none;
    position:absolute;
    /* border-radius: 50%; */
    background-color: rgba(255,255,255,0.8);
    cursor: pointer;
    top: 0;
    padding:0;
    width:16px;
    height: 100%;
    text-align:center;
    line-height: 45px;
    /* margin: 0 3px; */
    z-index: 4;
}

.choise .fa.fa-chevron-right{
    right:0;
}

.choise div{
    width: min-content;
    position:relative;
    z-index:1;
    white-space: nowrap;
    max-height: 100%;
}

.choise div a {
    width: 60px;
    display: inline-block !important;
    height: 100%;
    position: relative;
    margin-left: -2px;
    vertical-align: top;
}

.choise div a img, .choise div a video{
   max-height: 100%;
   opacity: 0.5;
   max-width: 100%;
   filter: alpha(opacity=50);
}

.choise div a.on img, .choise div a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#home_title_content_new .subcontent ul li {
    border: 2px solid #d3defa;
}

#home_title_content_pro .subcontent ul li {
    border: 2px solid #f9d1d1;
}