/* ----------------------------------------------------------------
	Canvas: eCommerce Demo
	Version: 1.0
	-----------------------------------------------------------------*/


	body.top-search-open #top-search a i.icon-line2-magnifier,
	#top-search a i.icon-line-cross { opacity: 0; }

	.banner-section { position: relative; }

	.banner-section .text-overlay {
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background: transparent;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.banner-section .text-overlay h4 {
		position: absolute;
		top: auto;
		left: 30px;
		bottom: 30px;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #555;
		text-shadow: none;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.banner-section .text-overlay span {
		position: absolute;
		top: auto;
		left: 30px;
		bottom: 6px;
		color: #555;
		text-shadow: none;
		font-style: italic;
		font-family: 'Droid Serif', serif;
		font-size: 13px;
		font-weight: 400;
		opacity: 0;
		line-height: 24px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.banner-section .text-overlay span i { margin-left: 3px; }

	.banner-section .text-overlay:hover h4,
	.banner-section .text-overlay:hover span {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}

	.banner-section .text-overlay:hover span {
		opacity: 1;
		-webkit-transition: all .3s .15s ease;
		-o-transition: all .3s .15s ease;
		transition: all .3s .15s ease;
	}

	.banner-section .text-overlay .price {
		position: absolute;
		right: 30px;
		bottom: 20px;
		text-shadow: none;
		font-size: 22px;
		color: #444;
	}

	.slider-caption .emphasis-title h2,
	.slider-caption .emphasis-title p  {
		opacity: 0;
		-webkit-transform: translateX(-120px);
		-ms-transform: translateX(-120px);
		-o-transform: translateX(-120px);
		transform: translateX(-120px);
		-webkit-transition: -webkit-transform .05s ease-out;
		transition: -webkit-transform .05s ease-out;
		transition: transform .05s ease-out;
		transition: transform .05s ease-out, -webkit-transform .05s ease-out;
		backface-visibility: hidden;
	}

	.swiper-slide.swiper-slide-active .slider-caption .emphasis-title h2,
	.swiper-slide.swiper-slide-active .slider-caption .emphasis-title p  {
		opacity: 1;
		-webkit-transition: transform 1s, opacity 3s;
		-o-transition: transform 1s, opacity 3s;
		transition: transform 1s, opacity 3s;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		backface-visibility: hidden;
	}

	.swiper-slide.swiper-slide-active .slider-caption .emphasis-title p {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.swiper-slide .slide-number {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		margin-top: -30px;
		margin-left: -40px;
		font-size: 130px;
		color: #F5F5F5;
		font-weight: 700;
		-webkit-transition: opacity .6s .5s ease;
		-o-transition: opacity .6s .5s ease;
		transition: opacity .6s .5s ease;
	}

	.swiper-slide.swiper-slide-active .slide-number {
		opacity: 1;
	}

	.slider-arrow-left,
	.slider-arrow-right {
		top: auto;
		bottom: 10px;
		left: 185px;
		width: 40px;
		height: 40px;
		margin-top: 0;
		background-color: rgba(255,255,255,0.6);
		border-radius: 50%;
	}

	.slider-arrow-left i,
	.slider-arrow-right i {
		color: #333;
		width: auto;
		height: auto;
		font-size: 18px;
		line-height: 40px;
		margin-left: 10px;
	}


	.slider-arrow-left:hover,
	.slider-arrow-right:hover { background-color: #EEE !important; }

	.slider-arrow-left { left: 140px; }



	@media (min-width: 992px) {

		body.stretched #header.full-header .container { padding-right: 0; }

		#header.full-header #primary-menu.style-ecommerce > ul { border-right: none; }

		#primary-menu > ul > li > a {
			position: relative;
			margin: 30px 15px;
			padding: 0 3px;
			padding-top: 9px;
			padding-bottom: 9px;
			font-size: 12px;
			letter-spacing: 1px;
			color: #333;
		}

		#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
			padding-top: 0;
			padding-bottom: 7px;
			margin: 16px 15px;
		}

		#primary-menu.style-ecommerce > ul > li > a:after {
			position: absolute;
			content: '';
			top: auto;
			left: 50%;
			bottom: 0;
			width: 0px;
			height: 2px;
			background-color: #9AD12B;
			-webkit-transition: all .3s ease;
			-o-transition: all .3s ease;
			transition: all .3s ease;
		}

		#primary-menu.style-ecommerce > ul > li:hover > a,
		#primary-menu.style-ecommerce > ul > li.current > a { color: #9AD12B; }

		#primary-menu.style-ecommerce > ul > li:hover > a:after,
		#primary-menu.style-ecommerce > ul > li.current > a:after {
			width: 100%;
			left: 0;
		}

		#primary-menu.style-ecommerce ul ul:not(.mega-menu-column),
		#primary-menu.style-ecommerce ul li .mega-menu-content {
			width: 250px;
			border: 1px solid #EEE;
			padding: 15px;
			margin-top: -1px;
		}


		#primary-menu ul ul li:hover > a { background-color: transparent; }


		#primary-menu.style-ecommerce ul li .mega-menu-content,
		#primary-menu.style-ecommerce ul li.mega-menu-small .mega-menu-content {
			width: 720px;
			max-width: 400px;
			padding: 0;
		}

		#primary-menu.style-ecommerce ul li.mega-menu .mega-menu-content {
			margin: 0 15px;
			width: 1140px;
			max-width: none;
		}

		body.stretched #header.full-header #primary-menu.style-ecommerce ul li.mega-menu .mega-menu-content { margin-top: -1px; }

		#primary-menu.style-ecommerce ul li .mega-menu-content ul {
			display: block;
			position: relative;
			top: 0;
			min-width: inherit;
			border: 0;
			padding: 0;
			box-shadow: none;
			background-color: transparent;
		}


		#primary-menu.style-ecommerce #top-search,
		#primary-menu.style-ecommerce #top-cart,
		#primary-menu.style-ecommerce #side-panel-trigger,
		#primary-menu.style-ecommerce #top-account {
			margin: 0 !important;
			border-left: 1px solid #EEE;
			padding: 0;
			transition: all .3s ease;
		}
		#primary-menu ul ul li > a {
			font-weight: 600;
			text-transform: none;
			font-size: 14px;
		}

		#primary-menu.style-ecommerce #top-search:hover,
		body.top-search-open #top-search,
		#primary-menu.style-ecommerce #top-cart:hover,
		#primary-menu.style-ecommerce #top-cart.top-cart-open,
		#primary-menu.style-ecommerce #side-panel-trigger:hover,
		#primary-menu.style-ecommerce #top-account:hover { background-color: #F8F8F8; }

		#primary-menu.style-ecommerce #top-search > a,
		#primary-menu.style-ecommerce #top-cart > a,
		#primary-menu.style-ecommerce #side-panel-trigger > a,
		#primary-menu.style-ecommerce #top-account > a {
			width: 80px;
			height: 100px;
			padding: 30px 30px;
			font-size: 20px;
			line-height: 40px;    
			-webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
		}
		#primary-menu.style-ecommerce #top-account > a{
			width: auto;
		}
		#primary-menu.style-ecommerce #top-account > a > span{
			font-size: 12px;
			float: left;
			text-transform: uppercase;
			line-height: 40px;
			margin: 0;
			font-weight: 600;
			font-family: 'Raleway', sans-serif;
			-webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
		}
		#top-cart a:hover { color: #000; }
		#top-cart a.button:hover { color: #fff; }

		#primary-menu.style-ecommerce #top-cart > a > span {
			top: 30px;
			left: 60%;
			right: 0;
			font-size: 11px;
			font-weight: 400;
			font-family: 'Raleway', sans-serif;
			color: #FFF;
			font-weight: 300;
			text-shadow: none;
			background-color: #333;
			border-radius: 50%;
			-webkit-transition: all .4s ease;
    		-o-transition: all .4s ease;
    		transition: all .4s ease;
		}

		#primary-menu.style-ecommerce #top-cart .top-cart-content { right: 0; }

		#top-cart .top-cart-content { top: 100px; }

		#header.sticky-header:not(.static-sticky) #top-search,
		#header.sticky-header:not(.static-sticky) #top-cart,
		#header.sticky-header:not(.static-sticky) #side-panel-trigger,
		#header.sticky-header:not(.static-sticky) #top-account {
			margin-top: 0 !important;
			margin-bottom: 0 !important;
		}
		#header.sticky-header:not(.static-sticky) #top-search > a,
		#header.sticky-header:not(.static-sticky) #top-cart > a,
		#header.sticky-header:not(.static-sticky) #side-panel-trigger > a,
		#header.sticky-header:not(.static-sticky) #top-account > a {
			padding: 10px 30px;
			height: 60px;
		}
		#header.sticky-header:not(.static-sticky) #top-cart > a > span{
			top: 10px;
			left: 60%;
			right: 0;
		}
		#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 60px; }

		.grid-item {
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}

		.swiper-caption-wrapper {
			width: 576px;
			height: 500px;
			background-color: rgba(0, 0, 0, 0.85);
		}

		.swiper-caption-wrapper:after {
			content: '';
			position: absolute;
			bottom: -180px;
			width: 0;
			height: 0;
			border-left: 150px solid transparent;
			border-right: 425px solid transparent;
			border-top: 180px solid rgba(0, 0, 0, 0.85);
		}

		.swiper-caption-wrapper .caption { margin: 30px auto 0; }

		.swiper-caption-wrapper .caption h2 {
			font-size: 56px;
			line-height: 64px;
		}

		.slider-arrow-left,
		.slider-arrow-right { bottom: 70px; }

	}

	.device-xs .swiper-caption-wrapper { display: none; }

	.device-md #top-account,
	.device-sm #top-account,
	.device-xs #top-account { margin: 39px 0 32px; }

	.device-lg #primary-menu > ul > li > a {
		margin: 30px 10px;
		padding: 9px 0px;
		font-size: 12px;
		letter-spacing: 0px;
	}

	#primary-menu.style-ecommerce #top-cart > a > span { background-color: #9AD12B }

	#top-bar p {
		font-size: 13px;
		font-weight: 300;
		margin-bottom: 0;
	}

	#top-bar p a {
		color: #FFF;
		font-weight: 400;
		border-bottom: 1px solid #EEE;
	}


	.grid-item .grid-info h3 { margin-bottom: 15px }

	.grid-item .grid-info h3 a {
		display: block;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 15px;
		letter-spacing: 1px;
		color: #111;
	}

	.grid-item .grid-info h3 a span {
		display: block;
		font-weight: 300;
		font-size: 13px;
		color: #999;
		margin-top: 5px;
		text-transform: none;
		letter-spacing: 0;
	}

	.more-link {
		color: #666;
		border-bottom-color: #666;
		font-style: normal;
		font-weight: 300;
		font-size: 13px;
		cursor: pointer;
	}


	@media (max-width: 991px) and (min-width: 767px) {
		.grid-item .grid-info h3 { margin-bottom: 10px; }

		.grid-item .grid-info h3 a {
			font-size: 13px;
			letter-spacing: 0;
			color: #111;
		}

		.grid-item .grid-info h3 a span {
			font-size: 11px;
			color: #999;
			margin-top: 5px;
			text-transform: none;
			letter-spacing: 0;
		}

		.more-link {
			font-size: 12px;
		}
	}

	@media (max-width: 767px) {
		.grid-info {
			padding: 15px 0;
			margin-bottom: 30px;
			text-align: center;
		}
	}


	.iportfolio .portfolio-image .flex-prev,
	.iportfolio .portfolio-image .flex-next,
	.product-cart,
	.product-quickview {
		opacity: 0;
		background-color: #FFF;
		border-radius: 35px;
		width: 35px;
		height: 35px;
		border: 1px solid rgba(0, 0, 0, .07) !important;
		text-align: center;
		margin: -17px 8px 0;
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
		-webkit-transition: -webkit-transform .6s;
		transition: -webkit-transform .6s;
		transition: transform .6s;
		transition: transform .6s,-webkit-transform .6s;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 2;
	}

	.product-cart,
	.product-quickview {
		position: absolute;
		bottom: 10px;
		right: 0px;
		-webkit-transform: none;
		transform: none;
	}

	.product-quickview { right: 40px; }

	.iportfolio .portfolio-image .flex-next {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	.iportfolio:hover .portfolio-image .flex-prev,
	.iportfolio:hover .portfolio-image .flex-next,
	.iportfolio:hover .product-cart,
	.iportfolio:hover .product-quickview {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.iportfolio .portfolio-image .flex-prev i,
	.iportfolio .portfolio-image .flex-next i,
	.product-cart i,
	.product-quickview i {
		color: #444;
		text-shadow: none;
		width: auto;
		height: auto;
		line-height: 33px;
		margin-left: -2px;
		font-size: 18px;
		text-align: center;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.product-cart i,
	.product-quickview i {
		font-size: 14px;
		margin-left: 1px;
	}

	.iportfolio .portfolio-image .flex-next i { margin-left: 2px; }

	.iportfolio .portfolio-image .flex-prev:hover,
	.iportfolio .portfolio-image .flex-next:hover { background-color: #FFF !important; }

	.sale-flash {
		background-color: #454545;
		color: #FFF;
		border-radius: 50%;
		min-height: 60px;
		min-width: 60px;
		font-size: 12px;
		line-height: 48px;
		text-align: center;
		font-weight: 400;
		text-transform: uppercase;
	}

	.portfolio-desc {
		position: relative;
		font-family: 'Raleway';
	}

	.portfolio-desc h3 a {
		font-size: 16px;
		font-weight: 400;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.portfolio-desc span a {
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0;
		margin-top: 0;
	}

	.portfolio-desc .item-price {
		position: absolute;
		bottom: 0;
		right: 5px;
		float: right;
		text-align: right;
	}

	.portfolio-desc .item-price span {
		font-weight: 400;
		font-size: 15px;
		color: #444;
		margin-bottom: 3px;
	}

	.portfolio-desc .item-price del { color: #AAA; }

	.rating-stars i { color: #CCC; }

	.tooltip.top .tooltip-arrow{ border-top: 5px solid #FFF; }

	.tooltip-inner {
		padding: 4px 8px;
		color: #555;
		background-color: #FFF;
		border-radius: 2px;
		border: 1px solid #EEE;
		font-family: 'Raleway';
		font-weight: 300;
	}

	.heading-block.center > span {
		font-size: 15px;
		color: #BBB;
		font-family: 'Raleway';
	}


	.ecommerce-categories [class^=col-] {
		position: relative;
		margin-bottom: 30px;
	}

	.ecommerce-categories [class^=col-] > a {
		display: block;
		position: relative;
		height: 300px;
		background-color: #EEE;
		border:2px solid #eee;
	}
.ecommerce-categories [class^=col-] > a img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
	
	.ecommerce-categories [class^=col-] img { display: block; }

	.ecommerce-categories [class^=col-] > a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.6);
		opacity: 0;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 2;
	}

	.ecommerce-categories [class^=col-] > a:hover:before { opacity: 1; }
.ecommerce-categories h2{
    font-size: 20px;
    text-transform: initial;
    letter-spacing: initial;
    opacity: 0;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
}

.ecommerce-categories [class^=col-] > a:hover h2{
    opacity: 1;
}
.ecommerce-categories .category-content{
	z-index: 3;
}
.ecommerce-categories .category-count{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #666;
	bottom: 20px;
    right: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-shadow: none;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	z-index: 4;
	opacity: 1;
}
	.before-heading {
		text-transform: uppercase;
		font-style: normal;
		letter-spacing: 4px;
		font-family: 'Lato' !important;
		font-weight: 400;
		font-size: 14px;
	}


	.item-title h3 { margin-bottom: 20px; }

	.item-title h3 a {
		font-size: 40px;
		color: #444;
	}

	.item-meta {
		color: #777;
		font-weight: 300;
	}

	.item-desc p {
		margin-top: 20px;
		font-size: 1rem;
		color: #888;
		font-weight: 400;
	}

	.item-color span {
		display: block;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 3px;
		margin-bottom: 12px;
		font-weight: 600;
	}

	#item-color-dots .owl-dot { display: inline-block; }

	#item-color-dots .owl-dot span {
		display: block;
		width: 16px;
		height: 16px;
		margin: 0 5px;
		opacity: 1;
		border-radius: 50%;
		background-color: #444;
		cursor: pointer;
		-webkit-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}

	#item-color-dots .owl-dot.active span {
		opacity: 0.7;
		border: 2px solid #000 !important;
	}

	#item-color-dots .owl-dot:nth-of-type(1) span {
		margin-left: 0;
		background-color: #2f3977;
	}

	#item-color-dots .owl-dot:nth-of-type(2) span { background-color: #c8271d; }
	#item-color-dots .owl-dot:nth-of-type(3) span { background-color: #723f2e; }
	#item-color-dots .owl-dot:nth-of-type(4) span { background-color: #4a4c4b; }
	#item-color-dots .owl-dot:nth-of-type(5) span { background-color: #af6035; }
	#item-color-dots .owl-dot:nth-of-type(6) span { background-color: #3d6370; }

	.section-content {
		display: block;
		max-width: 400px;
		position: absolute;
		width: 90%;
		top: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-content h3 {
		display: block;
		font-size: 32px;
		line-height: 1.5;
		font-weight: 400;
		margin-bottom: 20px;
	}

	.section-content span {
		display: block;
		font-size: 14px;
		font-weight: 300;
		color: #888;
		margin-bottom: 20px;
	}

	.fbox-image { margin-top: 20px; }

	.feature-box .before-heading { font-size: 10px; }


	.app-footer-features h5 {
		display: inline-block;
		font-weight: 500;
		font-size: 13px;
		letter-spacing: 1px;
	}

	.app-footer-features h5 a {
		color: #666;
		font-weight: 600;
	}

	.app-footer-features h5 a:hover {
		color: #444;
		border-bottom: 1px dotted #AAA;
	}

	.app-footer-features i {
		position: relative;
		top: 8px;
		width: 30px;
		height: 30px;
		font-size: 30px;
		margin-right: 10px;
		color: #888;
	}

	.app-footer-features h5 span { color: #A0ACB6 !important; }

	.payment-cards {
		list-style: none;
		text-align: right;
		margin: 0;
	}

	.payment-cards li {
		display: inline-block;
		margin: 0 5px;
		width: 44px;
	}

	.widget.subscribe-widget .form-control {
		border-radius: 0 !important;
		border: 1px solid #333;
	}

	.widget.subscribe-widget .button {
		border-radius: 0 !important;
		height: 46px;
		line-height: 46px;
		margin: 0;
	}

	.widget.subscribe-widget .button:hover { background-color: #111; }

	.copy-link a {
		font-family: 'Raleway';
		color: #000;
		opacity: .5;
		font-weight: 300;
		font-size: 13px;
	}

	.social-icon.si-mini {
		width: 24px;
		height: 24px;
		font-size: 11px;
		line-height: 23px !important;
	}

	.social-icon.si-mini:hover i:first-child { margin-top: -23px; }

/* Footer
-----------------------------------------------------------------*/
.widget_links li,
.widget_links li a {
	background-image: none !important;
	padding-left: 0;
	font-weight: 300;
}


@media (max-width: 991px) {

	.payments-info { text-align: center; }

	.payment-cards {
		margin-top: 40px;
		text-align: center;
	}
}

