@charset "UTF-8";
.mainHolder{
	margin-top:1em;
	max-width:1200px;
	width:100%;
	height:auto;
}
.navHolder{
	padding:1em;
}
.ablogo img{
	width:100%;
	max-width:150px;
	height:auto;
	margin:0 auto;
}
.abSoc{
	flex-direction:column;
}
.abSoc img{
	width:100%;
	max-width:130px;
	height:auto;
	margin:0 auto;
}
.catHolder{
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:1.5em;
}
.catHolder .w-100{
	padding:0.4em;
}
.catHolder img{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.catHolder .hr{
	padding:0.1em;
}


/* only for demo not required */
.box {
    border:1px #666 solid;
    height: 100%;
}
.grayBg{
	background-color:#e9e9e9;
	padding:2em;
	margin-top:2em;
}

.storesTitle h4{
	font-size:2em;
	font-weight:bold;
	padding-bottom:1em;
}
.stores{
	float: none;
	width:100%;
	height: auto;
	list-style-type:none;
	text-align:left;	
}
.stores img{
	float:left;
	max-width:120px;
	width:100%;
	height:auto;
	margin-left:1em;
	margin-right:1em;
}
.socImg{
	margin:2em;
}
.socImg h5{
	padding:1em;
}
.socImg img{
	max-width:70px;
	width:100%;
	height:auto;
	padding:0.3em;
}
.catTile{
	width:100%;
	height:auto;
	max-width:120px;
}
/* products */
.products-carousel a,
a:hover {
    text-decoration: none;
    color: inherit;
}
.products-carousel{
	max-width: 1200px;
	width:100%;
	margin:auto;
	padding-top:30px;
}
.products-carousel .header {
    margin-bottom:20px;
}
.products-carousel .product {
    margin-bottom:30px;

}
.products-carousel .product .product-details .product-title {
    font-size: 1rem;
}

.products-carousel .product .product-details h4 {
    display: inline-block;
    font-size: 1.2rem;
}

.products-carousel .product .product-details .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}
.products-carousel .product .product-details .product-price {
	color:red;
	font-weight:bold;
}

.products-carousel .product .product-details .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}
.sib-formBg{
	background-image: url("../images/kids-ink-subscribe.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	height:260px;
}
.sib-form-block__button{
	background-color:#2c3687 !important;
	text-transform:uppercase;
	width:100%;
}
.sib-form-container{
	padding-right:100px;
}
.stores li{
	padding-top:5px;
}
#sib-container{
	background-color:transparent !important;
	border:none !important;
	font-weight:bold;
	text-transform:uppercase;
}
@media only screen and (max-width: 600px) {
	
	.navHolder div{
		width:100%;
		height:auto;
		flex-direction:column;
	}
	.abLogo{
		width:100%;
		height:auto;
		text-align:center;
		margin:0 auto;
	}
	.abLogo img{
		width:100%;
		height:auto;
		text-align:center;
		margin:0 auto;
	}
	.abSoc{
		margin:1.5em auto;
	}
	.catHolder .row .tileImg{
		padding-top: 1em;
	}
	.stores{
		margin:0 auto;
		padding:0;
	}
	.stores li{
		display:flex;
		text-align:center;
		margin:0 auto;
	}
	.stores li b{
		display:flex;
		text-align:center;
		padding-top:1em;
		margin:0 auto;
	}
	.stores img{
		float:none;
		width:100%;
		height:auto;
		max-width:200px;
		margin:auto;
	}
	.sib-form-container{
	padding:0;
}
	.sib-formBg{
	background-image: url("../images/kids-ink-subscribe.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	height:320px;
	}
}

.card{
	border:none !important;
	box-sizing:none !important;
}