html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
   -webkit-font-smoothing: antialiased;
   overflow-y: auto;
   background-color: #f5f5f5;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
ol, ul {
    margin: 0 0px 20px 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { text-decoration: none; color:#333}
.main-content {
    margin: 0 auto;
}

.ast-container:after {
    content: "";
    display: block;
    clear: both;
}

.sidebar-main .widget { margin-bottom: 20px}
.nav-links:after {
    content: "";
    display: block;
    clear: both;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

:active, :focus {
    outline: 0 !important;
}

.grid-container {
    max-width: 100%;
}

.sidebar-main h3 { font-size: 20px; margin-bottom: 20px}
.main-content {
    margin: 0 auto ;
    width: 100%;
}
.page-template-page-cart .main-content{
    margin: 0 auto 0px;
    width: 1140px;
}
.page-template-page-cart .site-main{
    margin: 20px auto 0px;
}
.page-template-default .main-content{
    margin: 0 auto ;
    width: 100%;
}
.page-template-page-cart {}

/*img { width: 100%; height: auto;}*/

.ast-left-sidebar #secondary { width: 20%; float: left;}
.ast-left-sidebar #primary { width: 78%; float: right;}

.ast-left-sidebar #secondary .widget { background: #fff}
@media (max-width: 767px) {
	.page-template-default .main-content,
	.page-template .main-content{
	    margin: 0 auto ;
	    width: 100%;
	}

}
