#carousel-row {
	margin-left: 0;
}
#home-carousel-container {
	padding-left: 0;
}
#home-carousel .carousel-arrow {
	background: rgba(255,255,255,0.8) url(//cdn.shopify.com/s/files/1/0243/7593/t/14/assets/carousel-arrow.png?36647) no-repeat;
	width: 36px;
	height: 46px;
	background-size: 17px;
	background-position: 12px;
	position: absolute;
	top: 50%;
	border-radius: 4px 0 0 4px;
	margin-top: -23px;
}
#home-carousel .carousel-arrow.left {
	left: 0;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#home-carousel .carousel-arrow.right {
	right: 0;
}
#home-carousel .carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: none;
	border-bottom:none;
}
#home-carousel .carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.25) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
}
#home-carousel .carousel-control.right {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.25) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
}
#home-carousel .carousel-control:hover,
#home-carousel .carousel-control:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
#home-carousel .carousel-control.left:hover,
#home-carousel .carousel-control.left:focus {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
#home-carousel .carousel-control.right:hover,
#home-carousel .carousel-control.right:focus {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
#index-right-link {
	padding-left: 0;
}
#index-right-link a{
	border: none;
	background: black;
	display: block;
	padding: 0;
}
#index-right-link img {
	width: 100%;

}

#featured-collections {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.featured-collection-box {
	position: relative;
	padding-left: 0;
}
.featured-collection-inner {
	position: relative;
	display: block;
	border: none;
}
.featured-collection-inner:focus,
.featured-collection-inner:hover {
	border: none;
}
.featured-collection-shadow {
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 45%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(45%,rgba(0,0,0,0.32)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 45%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 45%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 45%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 45%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}

.featured-collection-box img {
	width: 100%;
}
.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
.featured-collection-box .title {
	position: absolute;
	left: 0;
	top: 16px;
	background: rgba(0,0,0,0.7);
	color: white;
	text-shadow: black 3px 3px 3px;
	font-family: 'Roboto Slab';
	font-size: 24px;
	line-height: 1;
	padding: 13px 7px;
}
.featured-collection-box .title:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	border-left: 8px solid rgba(0,0,0,0.7);
	border-bottom: 50px solid transparent;
}
.featured-collection-box .description {
	position: absolute;
	bottom: 11px;
	left: 7px;
	color: white;
	text-shadow: black 2px 2px 2px;
	max-width: 208px;
	font-size: 18px;
	font-weight: 500;
}
.featured-collection-box p.box {
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: 2px solid white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 36px;
	color: white;
	padding: 6px 6px 8px 6px;
	font-size: 18px;
	font-weight: 500;
}
.featured-collection {
	padding: 18px 0 0;
	border: 2px solid #ccc;
	margin: 0 0 15px;
}
.ftrd-col-products .product-grid-item {
	padding: 0 15px 15px 0;
}
.ftrd-col-products {
	padding-right: 0;
}
.ftrd-col-title {
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 22px;
	color: #00AEEF;
	margin-bottom: 10px;
	line-height: 1;
}
.ftrd-col-desc {
	font-size: 16px;
	font-family: 'BentonSans-Book';
	padding-bottom: 15px;
}
.featured-collection .product-grid-item .product-image-container td {
	height: 168px;
}
#featured-links.mobile {
}
#featured-links.mobile div {
	float: left;
	width: 33.333333333%;
	padding: 0 5px;
}
#featured-links.mobile div:first-child {
	padding-left: 0;
}
#featured-links.mobile div:last-child {
	padding-right: 0;
}
#featured-links.mobile table {
    width: 100%;
}
#featured-links.mobile td {
    vertical-align: middle;
    height: 50px;
    background: #e5f7fd;
}
#featured-links.mobile a {	
	color: #00aeef;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
#titllrt-titllrt_ispbxi_ {
    width: 99%;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    padding: 9px 10px;
    font-size: 17px; 
}
.fancybox-inner h3 {
    margin-top:0; 
}
@media (min-width: 992px) and (max-width: 1199px) { 
	.featured-collection .product-grid-item .product-image-container td {
		height: 149px;
	}
	.featured-collection-box .description {
		max-width: 184px;
	}
}
@media (min-width: 768px ) and ( max-width: 991px) { 
	.featured-collection .product-grid-item .product-image-container td {
		height: 215px;
	}
	#index {
		margin-top: 15px;
	}
	.featured-collection-box .description {
  		max-width:none;
	}
	.banner-img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#featured-collections {
		margin: 15px -15px 0;
	}
	.featured-collection-box {
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.featured-collection-box .title {
		width: 100%;
		text-align: center;
		top: 0;
		background: rgba(0,0,0,0.65);
	}
	.featured-collection-box .title:after {
		content: none;
		border: none;
	}
	.featured-collection-box .description {
		width: 100%;
		max-width: none;
		left: 0;
		padding: 0 50px;
		text-align: center;
		font-size: 24px;
		line-height: 1.2;
		top: auto;
		bottom: 10px;
		margin: 0;
	}
 	#index {
     	padding:0px; 
    }
    #ftrd-top-sellers.featured-collection {
        padding: 0;
        border: none;
        margin: 0;
    }
    .recommendify_col:first-child {
        /*margin-left: 1% !important;*/
    }
}
@media (min-width: 720px) and (max-width: 991px) {
    .container {
    	width: 100%;
    }
}
@media (min-width: 540px) and (max-width: 719px) {
	.featured-collection-box .title {
		font-size: 34px;
		padding: 13px 0;
		text-shadow: black 1px 1px 1px;
	}
	.featured-collection-box .description {
		padding: 0 56px;
		font-size: 27px;
		text-shadow: black 1px 1px 1px;
	}
}
@media (min-width: 480px) and (max-width: 539px) {
	.featured-collection-box .title {
		font-size: 30px;
		text-shadow: black 1px 1px 1px;
	}
	.featured-collection-box .description {
		padding: 0 50px;
		font-size: 24px;
		text-shadow: black 1px 1px 1px;
	}
}
@media (max-width: 479px) {
	.featured-collection-box .title {
		font-size: 20px;
		padding: 10px 0;
		text-shadow: black 1px 1px 1px;
	}
	.featured-collection-box .description {
		padding: 0 30px;
		font-size: 16px;
		text-shadow: black 1px 1px 1px;
	}
	#featured-links.mobile a {
		font-size: 16px;
	}
    #featured-links.mobile td {
        height: 40px;
    }
    #featured-links div:last-child  td {
      	padding-right: 10px;
    }
  	#titllrt-titllrt_ispbxi_ {
   		padding: 6px 10px; 
  	}
}