.bodyCol2{
	width: 100%;
}


.ATSproducts .prlist ul li:not(.ats-cat-title) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}


.hide-on-mobile{
	display: none;
}

.ATSproducts .prlist ul li {
    width: calc(50% - 20px);
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
}

.ATSsocial ul li {
    float: none;
    width: calc(100% - 10px);
	margin-bottom: 15px;
	border-bottom: 2px solid #222222;
}

.ATSsocial ul li .text{
	border: none;
}

.ATSsocial ul li ._content ul li{
	border: none;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.ATSproducts .prlist ul li:not(.ats-cat-title) {
    /* min-height: 350px; */
    /* flex: 1; */
    /* flex: 2; */
}

.fb_dialog {
    bottom: 50px !important;
    top: unset;
}

#social_sms, #totop{
	bottom: 50px;
}

.submit-cart input#submitBTN {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 50%;
    background-color: #dd1c1d;
	z-index:10;
}

.submit-cart input#submitBTN:hover{
	background-color:#de4343
}

div.cartbtn{
	z-index:10;
    position: fixed;
    bottom: 0;
    margin:0;
    width:25%;
}

div.cartbtn input{
    background-color:#787878 !important;
    line-height:45px !important;
    border-radius: 0 !important;
    color:white !important;

}

div.cartbtn input:hover{
	background:black !important;
}
#go-to-cart{
	left:calc(50% - 5px);

}

#go-toshop{
	left:calc(75% - 5px);

}

#go-toshop input{
	border-left:2px solid #f6f6f6;	
}

.ATSproducts .prlist ul li.viewmore{
	width:100% !important;
	flex:unset;
	max-width:unset;
	background-color:unset !important;
	padding-right:5px;
}
