/*------------------------------------------------------------------
Project:		Sport Store
Version:		1.0
Last change:	02/10/17 [Fixed]
AuthorName:		FineLayers
Primary use:	Sports Store 


[Color codes]
Background:	#ffffff (white)
Content:	#444444 (gray)
Header h1:	#00000 (black)
Header h2:	#222222 (dark gray)
Footer:		#101010 (dark gray)


[Typography]
Body copy:			font:24px/14px 'Open Sans', sans-serif;
Headers:			font:48px/48px 'Signika', sans-serif;
Input, textarea:	font:24px/14px 'Open Sans', sans-serif;
Sidebar heading:	font:18px/18px 'Signika', sans-serif;


/------------------------------------------------------------ 
[Table of contents]


1. Theme Reset Style
   1.1. Wrapper // .wrapper, a, p, :hover
2. Global Elements // bidy h1, h2, h3 
3. Home Page 					
    3.1 Inner Banner // .inner-banner	    		
    3.2 Blog // .blog-post						
4. Single Post // .single-post							
5. Shop // .products-grid							
6. Product Detail					
   6.1 Product Slider // .product-slides
   6.2 Product Details // .product-detail

7. Contact Us // .contact-list		
8. Home 2   					
9. Gallery Pages // .gallery-widget			
10. Cart Pages // .cart-options 				
11. Slide menu // .toggle-meun			
12. Updates // At the End				
-------------------------------------------------------------------*/

/*********** Theme Reset Style Start ***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Roboto+Condensed:400,400i,700,700i|Signika:300,400,600,700');
html body {
	background: #fff;
	font-size: 14px;
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	margin: 0 0 20px;
	font-family: 'Signika', sans-serif;
	color: #000;
	font-weight: bold;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
	color: #fff;
	font-size:18px;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 38px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
div {
	outline: none;
}
p a {
	color: #999;
}
p a:hover {
	text-decoration: underline;
	outline: none;
}
p {
	letter-spacing: normal;
	margin: 0 0 20px;
	line-height: 22px;
	font-size: 14px;
	color: #888;
}
a {
	color: #999;
	text-decoration: none;
	outline: none!important;
	display: block;
}
body a:hover, body a:focus {
	outline: none;
	text-decoration: none;
}
body .btn:hover, body .btn:focus, body .btn.focus, body input {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
iframe {
	border: 0;
	width: 100%;
}
button {
	background: none;
	border: 0;
	background: none;
}
blockquote {
	padding: 0;
	border: 0;
}
label {
	display: block;
	font-weight: 400;
	margin: 0;
}
body textarea {
	border-radius: 0;
	resize: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input, .form-control {
	border: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-radius: 0;
	background: none;
	color: #999;
	padding: 0 20px;
	font-size: 16px;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	text-transform: capitalize;
}
.form-control.border-0 {
	border: 0;
}
.form-control.bg-wihet {
	background: #fff;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control:focus::-webkit-input-placeholder {
opacity: 0;
}
.form-control:focus:-moz-placeholder {
opacity: 0;
}
.form-control:focus::-moz-placeholder {
opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
opacity: 0;
}
/******************** Theme Reset Style ********************/

/******************** Global Elements Start ********************/

.wrapper {
	position: relative;
}
.tc-btn {
	display: inline-block;
	position: relative;
	padding: 0 60px 0 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #005994;
	position: relative;
	font-size: 18px;
	overflow: hidden;
}
.tc-btn i {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	background: rgba(0,0,0,0.1);
}
.tc-btn-1 {
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	background: #424242;
	border-radius: 3px;
	display: inline-block;
}
.tc-btn-1:hover {
	color: #fff;
}
.tc-btn:hover {
	color: #fff;
}
.tc-btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 43px;
	background: rgba(0,0,0,0.1);
}
.tc-btn:hover::before {
	right: 0;
	width: 100%;
}
.main-heading-holder {
	text-align: center;
}
.main-heading {
	display: inline-block;
	padding: 0 0 50px;
}
.main-heading h2 {
	margin: 0 0 16px;
}
.dot-style {
	display: inline-block;
	width: 120px;
	border-bottom: 1px solid #424242;
	position: relative;
}
.dot-style::before, .dot-style::after, .dot-style i::before, .dot-style i::after {
	content: "\f111";
	font-family: icomoon;
	font-style: normal;
	position: absolute;
	top: -7px;
	font-size: 9px;
}
.dot-style::before {
	right: 100%;
}
.dot-style::after {
	left: 100%;
}
.dot-style i {
	display: inline-block;
	height: 5px;
	left: 50%;
	position: absolute;
	width: 55px;
	margin: 0 0 0 -26px;
	top: -2.8px;
}
.dot-style i::before, .dot-style i::after {
	top: -4.2px;
}
.dot-style i::before {
	left: 98%;
}
.dot-style i::after {
	right: 98%;
}
.main-heading-holder.left {
	overflow: hidden;
}
.main-heading-holder.left .main-heading {
	float: left;
}
.main-heading-holder.left .main-heading {
	width: 100%;
	display: block;
}
.main-heading-holder.left .main-heading .dot-style {
	width: 100%;
}
.main-heading-holder.left .main-heading h2 {
	text-align: left;
}
.main-heading-holder.left .main-heading .dot-style i {
	left: 0;
	width: 30%;
	margin: 0;
}
.main-heading-holder.left .main-heading .dot-style::before {
	display: none;
}
.main-heading-holder.left .main-heading .dot-style i::after {
	left: -1px;
}
.main-heading.h-white .dot-style {
	border-color: #fff;
}
.main-heading.h-white .dot-style::before, .main-heading.h-white .dot-style::after {
	color: #fff;
}
.tc-pagination {
	text-align: center;
	position: relative;
}
.tc-pagination.border-top {
	border-top: 1px solid #e7e7e7;
	padding: 30px 0 0;
}
.tc-pagination ul {
	display: inline-block;
	margin: 0;
}
.tc-pagination ul li {
	margin: 0 0 0 5px;
	float: left;
}
.tc-pagination ul li:first-child {
	margin: 0;
}
.tc-pagination ul li a {
	height: 35px;
	line-height: 30px;
	min-width: 35px;
	text-align: center;
	font-weight: bold;
	color: #777;
	border: 2px solid #e1e1e1;
	padding: 0;
	border-radius: 0!important;
	display: block;
	background: none;
	font-size: 12px;
}
.tc-pagination ul li a:hover {
	color: #fff;
}
.tc-breadcrumb ul {
	display: inline-block;
}
.tc-breadcrumb li {
	float: left;
	color: #fff;
}
.tc-breadcrumb li a {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.tc-breadcrumb li::before {
	float: left;
	line-height: 22px;
	content: "/";
	font-family: fontawesome;
	margin: 0 10px;
}
.tc-breadcrumb li:first-child::before {
	display: none;
	margin: 0;
}
.rating-stars li {
	float: left;
	margin: 0 0 0 3px;
}
.rating-stars li:first-child {
	margin: 0
}
.rating-stars li i {
	color: #fdcb2f;
}
.tc-social-icons ul {
	overflow: hidden;
}
.tc-social-icons ul li {
	margin: 0 0 0 1px;
	float: left;
}
.tc-social-icons ul li:first-child {
	margin: 0;
}
.tc-social-icons ul li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.overlay-dark {
	position: relative;
}
.overlay-dark::before, .overlay-dark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.position-center-x {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.position-center-y {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.p-absolute {
	position: absolute;
}
.p-relative {
	position: relative;
}
.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
.meta-post ul {
	overflow: hidden;
}
.meta-post ul li {
	float: left;
	color: #000;
	font-size: 14px;
	margin: 0;
}
.meta-post ul li::before {
	content: "\f142";
	float: left;
	margin: 0 8px;
	font-family: icomoon;
	color: #d9d9d9;
	font-size: 12px;
}
.meta-post ul li:first-child::before {
	display: none;
}
.meta-post ul li i {
	margin: 0 10px 0 0;
	color: #000;
}
.white-bg {
	background: #fff;
}
.gray-bg {
	background: #f7f7f7;
}
.text-white {
	color: #fff;
}
.font-bold {
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.d-inline-block {
	display: inline-block;
}
.d-block {
	display: block;
}
.h-white h1, .h-white h2, .h-white h3, .h-white h4, .h-white h5, .h-white h6 {
	color: #fff;
}
.p-white p {
	color: #fff;
}
.h-m-0 h1, .h-m-0 h2, .h-m-0 h3, .h-m-0 h4, .h-m-0 h5, .h-m-0 h6 {
	margin: 0;
}
.p-m-0 p {
	margin: 0;
}
.h-white h1 a, .h-white h2 a, .h-white h3 a, .h-white h4 a, .h-white h5 a, .h-white h6 a {
	color: #fff;
}
.p-white p {
	color: #fff;
}
.h-m-0 h1 a, .h-m-0 h2 a, .h-m-0 h3 a, .h-m-0 h4 a, .h-m-0 h5 a, .h-m-0 h6 a {
	margin: 0;
}
.p-m-0 p a {
	margin: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-80 {
	margin-bottom: 90px;
}
.mb-80 {
	margin-bottom: 1000px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-80 {
	margin-top: 90px;
}
.mt-80 {
	margin-top: 100px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-80 {
	padding-bottom: 90px;
}
.pb-80 {
	padding-bottom: 100px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-80 {
	padding-top: 90px;
}
.pt-80 {
	padding-top: 100px;
}
.tc-padding-top {
	padding-top: 70px;
}
.tc-padding-bottom {
	padding-bottom: 70px;
}
.tc-padding {
	padding: 70px 0;
}
.tc-margin {
	margin: 70px 0;
}
.tc-margin-top {
	margin-top: 70px;
}
.tc-margin-bottom {
	margin-bottom: 70px;
}
.btn-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-list li {
	float: left;
	margin: 0 0 0 30px;
}
.btn-list li:first-child {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.d-list li {
	float: left;
	margin: 0 0 0 10px;
}
ul.d-list li:first-child {
	margin: 0;
}
.m-0 {
	margin: 0!important;
}
.m-bottom-0 {
	margin-bottom: 0!important;
}
.p-0 {
	padding: 0!important;
}
.border-0 {
	border: 0!important;
}
.m-lef-0 {
	margin-left: 0;
}
.m-right-0 {
	margin-right: 0;
}
.w-100-pre {
	width: 100%;
}
.h-100-pre {
	height: 100%;
}
.radius-1 {
	border-radius: 1px;
}
.radius-2 {
	border-radius: 2px;
}
.radius-3 {
	border-radius: 3px;
}
.radius-4 {
	border-radius: 4px;
}
.radius-5 {
	border-radius: 5px;
}
.radius-6 {
	border-radius: 6px;
}
.radius-7 {
	border-radius: 7px;
}
.radius-8 {
	border-radius: 8px;
}
.radius-9 {
	border-radius: 9px;
}
.radius-10 {
	border-radius: 10px;
}
.overflow-hidden {
	overflow: hidden;
}
.has-layout {
	float: left;
	width: 100%;
}
.navbar-brand {
	height: auto;
	width: auto;
	padding: 0;
}
.after-clear::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.slick-list {
	margin: 0 -15px;
	overflow: hidden;
}
.slick-list .slick-slide {
	margin: 0 15px;
	display: inline-block;
}
/****** Global Elements End******/


/****** Home Page 1 Start *****************************************************************/

/* Top Bar */
.top-bar .tc-social-icons {
	float: left;
}
.top-bar .tc-social-icons ul {
	float: left;
}
.shipping-p {
	float: left;
	margin: 0 0 0 20px;
	line-height: 40px;
	color: #fff;
	font-family: 'Signika', sans-serif;
}
.address-nd-search {
	float: right;
}
.mobile-address {
	line-height: 40px;
	display: inline-block;
	color: #fff;
	float: left;
	margin: 0 20px 0 0;
	font-family: 'Signika', sans-serif;
}
.mobile-address i, .search-bar a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin: 0 20px 0 0;
}
.search-bar a {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.search-bar {
	position: relative;
	float: left;
}
.search-bar input {
	height: 40px;
	line-height: 40px;
	border: 0;
	color: #fff;
	font-size: 13px;
	background: #c50e00;
}
 .search-bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.search-bar input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.search-bar input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.search-bar input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
/* Logo Bar */
.logo-bar {
	text-align: center;
	padding: 8px 0;
}
.logo {
	display: inline-block;
}
.cart-options li {
	float: left;
	margin: 0 0 0 10px;
}
.cart-options li:first-child {
	margin: 0;
}
.cart-options li a {
	height: 48px;
	line-height: 52px;
	position: relative;
	width: 48px;
	text-align: center;
	color: #888;
	border: 1px solid #ddd;
	font-size: 20px;
}
.cart-options li a:hover {
	color: #fff;
}
.cart-options .icon-cart {
	position: relative;
}
.badge.badge-notify.my-cart-badge {
	position: absolute;
	top: 0;
}
/* Nav Holder */
.nav-holder {
	background: #f2f2f2;
	text-align: center;
}
.nav-list li {
	float: left;
	position: relative;
}
.nav-list li a {
	padding: 26px 32px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Signika', sans-serif;
	border-left: 1px solid #dfdfdf;
	color: #535353;
}
.nav-list li:last-child a {
	border-right: 1px solid #dfdfdf;
}
.nav-list li:first-child::before {
	display: none;
}
.nav-list li:hover ul {
	visibility: visible;
	opacity: 1;
}
.nav-list li ul {
	position: absolute;
	top: 100%;
	background: #fff;
	left: 0;
	z-index: 1;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
}
.nav-list li ul li {
	float: none;
}
.nav-list li ul li a {
	padding: 10px 20px;
	border: 0;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
	font-size: 13px;
}
.nav-list li ul li a:hover {
	color: #fff;
}
.nav-holder.style-2 .nav-list li a {
	color: #fff;
	border-color: rgba(255,255,255,0.4);
}
.nav-holder.style-2 .nav-list li ul li a {
	color: #999;
}
.nav-holder.style-2 .nav-list li ul li a:hover {
	color: #fff;
}
/* Shipping Alerts */
.shipping-alerts {
	background: #1a1a1a;
}
.alerts-list li {
	float: left;
	width: 33%;
	text-align: center;
	padding: 15px 0;
}
.alerts-list li h5 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.alerts-list li span {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.alerts-list li.active {
	background: #005994;
}
/* Banner */
.banner {
	position: relative;
	padding: 110px 0;
}
.banner img {
	width: 100%;
}
.inner-overlay {
	width: 100%;
}
.caption-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.caption {
	padding: 80px 0 0;
}
.caption h1 {
	font-size: 72px;
	color: #005994;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.caption h2 {
	font-size: 42px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.caption .tc-btn {
	margin: 10px 0 0 0;
}
/* Circul Products */
.circul-products {
	background: #fff;
	text-align: center;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
.circul-products img {
	border: 10px solid #eee;
	border-radius: 100%;
}
.circul-products h4 {
	padding: 15px 0;
	background: #eee;
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin: 0;
	font-size: 14px;
}
.circul-products:hover h4 {
	color: #fff;
}
/* Products */
.products-grid {
	background: #fff;
	border: 1px solid #c8c6c6;
	margin: 15px 0;
}
.products-grid:hover .product-btach {
	left: 0;
}
.products-grid figure {
	position: relative;
	overflow: hidden;
}
.product-btach {
	position: absolute;
	top: 20px;
	left: -45%;
	padding: 2.4px 10px;
	background: #ba9f65;
	color: #fff;
	font-size: 11px;
}
.product-btach::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 20px;
	width: 10px;
	background: url(assets/images/batch-curve.png) no-repeat;
}
.products-grid .detail {
	overflow: hidden;
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	background: #1b6e75;
	font-size:16px!important;
	color:#fff!important;
}
.products-grid .detail h3 {
	float: left;
	line-height: 24px;
	margin: 0;
}
.products-grid .detail h4 {
	float: right;
	color: #bababa;
	line-height: 24px;
	margin: 0;
}
.products-grid .btm {
	overflow: hidden;
}
.products-grid .btm .shop-btn:hover {
	color: #fff;
}
.products-grid .btm .shop-btn:first-child {
	width: 30%;
	border-right: 1px solid #f2f2f2;
}
.shop-btn {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	float: left;
	font-size: 17px;
}
.products-grid .btm .shop-btn:last-child {
	width: 70%;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.products-grid .btm .shop-btn:last-child i {
	margin: 0 10px 0 0;
	font-size: 35px;
}
.my-cart-icon {
	cursor: pointer;
}
/* Testimonial Holder */
.testimonial-holder {
	position: relative;
}
.testimonial-holder::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.aurthor-title {
	text-align: center;
	float: left;
	margin: 0 100px 0 0;
}
.aurthor-title img {
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0 0 20px;
}
.aurthor-title h3 {
	color: #fff;
	margin: 0;
}
.testimonial-text {
	float: left;
	width: 77%;
}
.testimonial-text .head {
	overflow: hidden;
	margin: 0 0 20px;
}
.testimonial-text .head h3 {
	float: left;
	color: #fff;
	margin: 0;
}
.testimonial-text .head .rating-stars {
	float: left;
	margin: 8px 0 0 20px;
}
.testimonial-text p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 0;
}
/* Brands icons */
.icons-list ul {
	margin: -20px 0 0 -30px;
	overflow: hidden
}
.icons-list ul li {
	float: left;
	margin: 20px 0 20px 30px;
}
.address-list {
	background: #005994;
}
.address-list li {
	font-size: 14px;
	color: #fff;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.address-list li i {
	margin: 0 10px 0 0;
}
.instagram-slider .slick-list, .instagram-slider .slick-slide {
	margin: 0!important;
}
.instagram-slider li a {
	position: relative;
}
.instagram-slider li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	visibility: hidden;
	opacity: 0;
	top: 100%;
}
.instagram-slider li a:hover::before {
	visibility: visible;
	opacity: 1;
	top: 0;
}
.instagram-slider li img {
	width: 100%;
	border-right: solid 1px #a79e9e;
}
.instagram-slider li a span {
	font-size: 0;
	color: #fff;
}
.instagram-slider li a:hover span {
	font-size: 40px;
}
.instagram-feed {
	position: relative;
}
.instagram-heading {
	width: 16.7%;
	position: absolute;
	height: 100%;
	z-index: 1;
	padding: 40px 30px;
	overflow: hidden;
}
.instagram-heading h1 {
	font-size: 40px;
	color: #fff;
	line-height: 55px;
}
/*
.instagram-heading::before {
	content: "";
	width: 0;
	height: 100%;
	border-style: solid;
	border-width: 0 0 230px 180px;
	border-color: transparent transparent #252525 transparent;
	position: absolute;
	top: 0;
	right: 0;
}
*/
.blog-nd-map-holder {
	position: relative;
}
.blog-nd-map {
	padding: 80px 0;
	background: #fff;
}
.blog-grid figure {
	margin: 0 0 10px;
	border: 1px solid #bfbfbf;
}
.blog-grid .detail h4 {
	margin: 0 0 5px;
}
.blog-grid .detail p {
	font-size: 12px;
	margin: 0;
}
.blog-grid .detail p a {
	display: inline-block;
}
#map-1 {
	height: 188px;
	border-top: 8px solid;
}
.footer-map .btm {
	padding: 10px 15px;
	overflow: hidden;
	margin-top: -5px;
}
.footer-map iframe {
	border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 200px;
}
.footer-map .btm span {
	float: left;
	color: #fff;
}
.footer-map .btm a {
	float: right;
	color: #fff;
	font-size: 16px;
}
.nav-nd-icons {
	padding: 30px 0;
	overflow: hidden;
}
.footer-nav {
	float: left;
	margin: 10px 0 0;
}
.footer-nav li {
	float: left;
	margin: 0 0 0 50px;
}
.footer-nav li:first-child {
	margin: 0;
}
.footer-nav li a {
	color: #9a9a9a;
}
.nav-nd-icons .tc-social-icons {
	float: right;
}
/* Sub Footer */
.sub-footer {
	background: #101010;
	padding: 20px 0;
}
.sub-footer p {
	float: left;
	margin: 0;
}
.sub-footer .d-list {
	float: right;
}
.sub-footer .d-list li a {
	font-size: 20px;
}
/****** Inner Banner ***************************/
.inner-banner {
	padding: 28px 0;
}
.inner-banner h2 {
	font-size: 33px;
	float: left;
	margin: 0;
}
/****** Blog ***********************************************************/
.blog-post figure {
	margin: 0 0 30px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.blog-post figure img {
	width: 100%;
}
.blog-post figure iframe {
	height: 340px;
}
.blog-post figure .overlay {
	position: absolute;
	right: -100%;
	top: auto;
	left: auto;
	bottom: -100%;
	height: 300px;
	width: 300px;
	background: none;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.blog-post figure .overlay::before {
	content: "";
	width: 0;
	height: 100%;
	border-style: solid;
	border-width: 0 0 140px 232px;
border-color: top: 0;
	right: 0;
	position: absolute;
}
.blog-post figure .overlay .d-list {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.blog-post figure .overlay .d-list li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background: #293237;
	transform: scale(0.9);
	visibility: hidden;
	opacity: 0;
}
.blog-post figure .overlay .d-list li:first-child a {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.blog-post figure .overlay .d-list li:last-child a {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.blog-post figure:hover .overlay .d-list li a {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}
.blog-post figure:hover .overlay {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	right: 0;
}
.blog-post .detail {
	padding: 0 0 0 125px;
	position: relative;
}
.blog-post .detail .blog-date {
	position: absolute;
	left: 0;
}
.blog-date .date {
	position: relative;
	height: 85px;
	width: 85px;
	text-align: center;
	background: #424242;
	border-radius: 100%;
	padding: 15px 0 0;
}
.blog-date .date .ref-icon {
	position: absolute;
	right: -20px;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 16px;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
}
.blog-date strong, .blog-date span {
	color: #fff;
	font-family: 'Signika', sans-serif;
}
.blog-date strong {
	font-size: 30px;
	display: block;
	line-height: 30px;
}
.blog-date span {
	font-size: 12px;
}
.blog-date img {
	border: 7px solid #fff;
	border-radius: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
	visibility: visible;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.blog-post:hover .blog-date img {
	margin: -15px 0 0;
	visibility: visible;
	opacity: 1;
}
.blog-post:hover .blog-date .ref-icon {
	background: #424242;
}
.blog-post .inner-detail .meta-post {
	margin: 0 0 20px;
	border-top: 1px solid #e3e7e8;
	border-bottom: 1px solid #e3e7e8;
	padding: 10px 0;
}
/* Aside */
.aside-widget {
	margin: 0 0 40px;
	overflow: hidden;
}
.aside-widget:last-child {
	margin: 0;
}
.aside-widget h3 {
	position: relative;
    padding: 7px 0 7px 23px;
    margin: 0 0 30px;
    background: #235b97;
    color: #f1f1f3;
}
.aside-widget h3::before {
	content: "\f111";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 10px;
	font-family: icomoon;
	margin: -5px 0 0;
}
.aside-search {
	position: relative;
}
.aside-search .form-control {
	width: 84%;
	height: 40px;
	line-height: 40px;
}
.aside-search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: 0;
	padding: 0 20px;
}
.categories-list ul li {
	border-bottom: 1px solid #eee;
}
.categories-list ul li:first-child a {
	padding-top: 0;
}
.categories-list ul li a {
	padding: 10px 10px;
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.categories-list ul li a:hover {
	padding: 10px 10px;
	font-size: 16px;
	color: #444;
	font-weight: bold;
	background:#ccc;
}
.recent-post ul li {
	position: relative;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
	padding: 0 0 15px 85px;
}
.recent-post ul li:last-child {
	margin: 0;
	padding-bottom: 0;
	border: 0;
}
.recent-post ul li img {
	position: absolute;
	left: 0;
}
.recent-post ul li h5 {
	margin: 0 0 2px;
}
.instagram-gallery ul {
	margin: -5px 0 0 -5px;
}
.instagram-gallery ul li {
	margin: 0 0 5px 5px;
	float: left;
	width: 31%;
}
.instagram-gallery ul li a {
	border: 1px solid #eee;
}
.aside-widget .tc-social-icons ul li, .tc-social-icons.style-2 ul li {
	margin: 0 0 0 10px;
}
.aside-widget .tc-social-icons ul li:first-child, .tc-social-icons.style-2 ul li:first-child {
	margin: 0;
}
.aside-widget .tc-social-icons ul li a, .tc-social-icons.style-2 ul li a {
	border-radius: 100%;
	background: #005994;
	line-height: 37px;
	height: 35px;
	width: 35px;
	font-size: 14px;
}
.aside-tags ul {
	margin: 0 0 -8px -8px;
}
.aside-tags ul li {
	float: left;
	margin: 0 0 8px 8px;
}
.aside-tags ul li a {
	padding: 0 20px;
	font-size: 12px;
	color: #888;
	background: #eee;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.aside-tags ul li a:hover {
	color: #fff;
}
.twitter-list li {
	padding: 0 0 20px 40px;
	position: relative;
	border-bottom: 1px solid #e3e7e8;
	margin: 0 0 20px;
}
.twitter-list li p {
	color: #444;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 10px;
}
.twitter-list li p a {
	display: inline-block;
	color: #00bdff;
}
.twitter-list li i {
	position: absolute;
	font-size: 30px;
	left: 0;
	color: #00bdff;
}
.twitter-list li span {
	font-size: 14px;
	color: #333;
	font-style: italic;
}
/****** Single Post ***********************************************************/
.blog-post.single-post blockquote {
	position: relative;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	font-family: 'Signika', sans-serif;
	padding: 0 0 0 25px;
}
.blog-post.single-post blockquote::before {
	content: "\f10e";
	position: absolute;
	left: 0;
	font-family: icomoon;
	color: #005994;
}
.blog-post.single-post > p {
	font-size: 15px;
	color: #444;
	line-height: 30px;
}
.tags-and-share {
	margin: 0 0 20px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.aside-tags.style-2 {
	float: left;
}
.aside-tags.style-2 ul {
	margin: 0;
}
.aside-tags.style-2 ul li {
	float: left;
	color: #444;
	margin: 0 0 0 10px;
}
.aside-tags.style-2 ul li a {
	color: #444;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
.aside-tags.style-2 ul li:first-child {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.post-share {
	float: right;
}
.post-share strong {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin: 0 20px 0 0;
	float: left;
	line-height: 40px;
}
.post-share .tc-btn {
	border-radius: 3px;
}
.post-aurthor {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin: 0 0 50px;
}
.post-aurthor > img {
	position: absolute;
	left: 0;
}
.post-aurthor .detail {
	padding: 0 0 0 130px;
}
.post-aurthor .detail p {
	font-size: 16px;
	color: #444;
}
.post-aurthor .detail .head {
	overflow: hidden;
	margin: 0 0 20px;
}
.post-aurthor .detail .head h3 {
	float: left;
	margin: 0;
}
.post-aurthor .detail .head .tc-social-icons {
	float: right;
}
.post-aurthor .detail .head .tc-social-icons ul li {
	margin: 0 0 0 10px;
}
.post-aurthor .detail .head .tc-social-icons ul li a {
	border-radius: 100%;
	background: #005994;
	line-height: 37px;
	height: 35px;
	width: 35px;
	font-size: 14px;
}
.related-post {
	margin: 0 0 40px;
}
.realted-post-grid figure {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.realted-post-grid figure img {
	width: 100%;
}
.realted-post-grid .detail {
	padding: 10px 0 0;
	text-align: center;
}
.realted-post-grid .detail h6 {
	margin: 0 0 5px;
}
.realted-post-grid .detail span {
	color: #666;
}
.comment-holder {
	margin: 0 0 50px;
}
.comment-holder h4 {
	text-align: center;
	background: #eee;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0 0 40px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
}
.comment-holder ul li {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px;
}
.comment-holder > ul > li:last-child {
	margin: 0;
}
.comment-holder ul li img {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
}
.comment-detail {
	padding-left: 130px;
}
.comment-detail h5 {
	display: inline-block;
	margin: 0 10px 0 0;
}
.comment-detail span {
	display: inline-block;
}
.comment-detail p {
	margin: 5px 0;
	color: #555;
}
.reply-btn {
	margin: 0 10px 0 0;
	padding: 3px 20px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	background: #eee;
	color: #444;
}
.sub-comment {
	margin: 0 0 0 130px!important;
}
.sub-comment ul li .comment-detail {
	padding-left: 90px;
}
.leave-a-reply .form-control {
	padding: 0 35px;
}
.leave-a-reply .form-group i {
	color: #aaa;
}
.form-control.style-d {
	padding: 10px 35px;
}
/****** Shop ***********************************************************/
.range-slider .slider.slider-horizontal {
	margin: 0 0 20px;
	width: 100%;
}
.range-slider .slider.slider-horizontal .slider-track {
	background: #eee;
	box-shadow: none;
	border-radius: 0;
	height: 8px;
}
.range-slider .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-top: -10px;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	width: 20px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.range-slider .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	height: 15px;
	width: 15px;
	background: #005994;
	margin-top: -3px!important;
	box-shadow: none;
	border-radius: 0;
}
.range-slider span {
	color: #444;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 30px;
}
.filter-btn {
	padding: 3px 20px;
	border-radius: 3px;
	text-align: center;
	background: #005994;
	color: #fff;
	display: inline-block;
	float: right;
}
.recent-products-list > ul > li {
	position: relative;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
	padding: 0 0 15px 90px;
}
.recent-products-list > ul > li:last-child {
	margin: 0 0 3px;
	padding-bottom: 0;
	border: 0;
}
.recent-products-list > ul > li img {
	position: absolute;
	left: 0;
	border: 1px solid #c8c6c6;
}
.recent-products-list > ul > li h5 {
	margin: 0 0 10px;
	font-size: 18px;
}
.recent-products-list > ul > li span {
	display: block;
	margin: 0 0 10px;
}
.recent-products-list > ul > li > .rating-stars {
	overflow: hidden;
}
.shop-sort {
	margin: 0 0 20px;
}
.shop-sort p {
	float: left;
	color: #000;
	line-height: 40px;
	font-size: 14px;
}
.shop-sort::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.shop-sort .bootstrap-select > .dropdown-toggle {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
.shop-sort .filter-option {
	color: #000;
	font-weight: bold;
}
.grid-option {
	float: right;
}
.grid-option li {
	float: left;
	margin: 0 0 0 10px;
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
}
.grid-option li a {
	font-size: 14px;
	color: #cecece;
	height: 30px;
	width: 30px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 28px;
}
/****** Product Detail ***********************************************************/
/* Product Slider */
.product-slides .slick-list {
	margin: 0 0 10px!important;
}
.product-slides li {
	margin: 0!important;
	padding: 2px;
}
.product-slides ul li {
	position: relative;
}
.search-icon {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #d5d5d5;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product-slides li img, .product-thumnail li img {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
}
.product-thumnail .slick-list {
	margin: 0 -7.5px;
	padding-top: 5px;
}
.product-thumnail li {
	display: inline-block;
	cursor: pointer;
	margin: 0 7.5px!important;
}
/* Product Detail */
.product-detail h3 {
	font-size: 30px;
	margin: 0 0 5px;
}
.product-detail h3 span {
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin: 5px 0 0;
}
.product-detail p {
	color: #333;
	margin: 0 0 10px;
}
.p-price {
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}
.p-price span {
	color: #444;
	font-size: 26px;
	margin: 0 0 0 10px;
	font-weight: normal;
}
.rating-stars.style-2 {
	overflow: hidden;
	margin: 0 0 20px;
}
.rating-stars.style-2 li i {
	font-size: 16px;
}
.rating-stars.style-2 li:last-child i {
	color: #c0ccd3;
}
.delivery-report ul {
	overflow: hidden;
	border: 1px solid #e2e2e2;
	margin: 0 0 20px;
}
.delivery-report ul li {
	width: 50%;
	float: left;
	padding: 15px 25px;
	background: #f1f1f1;
	border-left: 1px solid #e2e2e2;
}
.delivery-report ul li:first-child {
	border: 0;
}
.delivery-report ul li span {
	color: #3d3938;
	display: block;
}
.delivery-report ul li strong {
	font-size: 15px;
}
.quantity-addwish {
	overflow: hidden;
	margin: 0 0 20px;
}
.quantity-addwish .quantity-box {
	float: left;
	width: 150px;
	height: 35px;
}
.quantity-addwish .input-number {
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.quantity-addwish .input-group-btn {
	background: #f1f1f1;
}
.quantity-addwish .discount-code {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 248px;
	margin: 0 0 0 10px;
}
.product-detail .d-list {
	overflow: hidden;
	margin: 0 0 10px;
}
.product-detail .d-list .tc-btn-1 i {
	margin: 0 10px 0 0;
}
.products-tags {
	overflow: hidden;
}
.products-tags span {
	color: #848484;
	display: block;
	margin: 0 0 10px;
}
.products-tags span i {
	font-style: normal;
}
.products-tags ul li {
	float: left;
	margin: 0 0 0 10px;
}
.products-tags ul li:first-child {
	margin: 0;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.products-tags ul li a {
	padding: 5px 10px;
	background: #f1f1f1;
	color: #636363;
	border-radius: 4px;
	font-size: 12px;
}
.detail-tabs {
	border: 1px solid #f2f2f2;
}
.tab-nav {
	border-bottom: 1px solid #f2f2f2;
	background: #fdfdfd;
}
.tab-nav::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.tab-nav li {
	float: left;
}
.tab-nav li a {
	padding: 10px 30px;
	position: relative;
	color: #333;
	background: #fdfdfd;
	font-size: 18px;
}
.tab-nav li.active a {
	background: #f1f1f1;
}
.tab-nav li.active a::before {
	content: "";
	position: absolute;
	border-bottom: 3px solid;
	width: 100%;
	height: 100%;
	bottom: 100%;
	left: 0;
}
.tabs-panal-widget {
	padding: 30px;
}
.reviewer-list li {
	margin: 0 0 30px;
}
.reviewer-list li .comment-detail {
	position: relative;
	padding: 0 0 0 85px;
}
.reviewer-list li img {
	position: absolute;
	left: 0;
	top: 0;
}
.tabs-disc p {
	font-size: 14px;
	color: #636363;
}
.tabs-disc p:last-child {
	margin: 0;
}
.custom-rating h2 {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 18px;
}
.custom-rating .rating-container {
	display: inline-block;
	position: absolute;
	top: -5px;
}
.custom-rating {
	margin: 0 0 30px;
}
.custom-rating .caption, .custom-rating .clear-rating {
	display: none;
}
.rating-xs {
	font-size: 17px;
}
/****** Contact Us ***********************************************************/
.map-2 {
	height: 400px;
}
.contact-list ul li {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 15px;
}
.contact-list ul li h5 {
	margin: 0 0 10px;
}
.contact-list ul li i {
	height: 35px;
	line-height: 35px;
	left: 0;
	width: 35px;
	background: #404040;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: absolute;
}
.contact-list ul li p {
	color: #969595;
	margin: 0;
}
.contact-list ul li p:last-child {
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 15px;
}
.contact-holder > div > h3 {
	font-size: 36px;
	margin: 0 0 40px;
}
/****** Home 2 ***********************************************************/
.cart-etc-option {
	float: right;
}
.cart-etc-option ul li {
	float: left;
	margin: 0 0 0 40px;
}
.cart-etc-option ul li:first-child {
	margin: 0;
}
.cart-etc-option ul li a i {
	height: 40px;
	line-height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin: 0 10px 0 0;
}
.cart-etc-option ul li a {
	line-height: 40px;
	color: #fff;
	font-family: 'Signika', sans-serif;
}
.cart-etc-option ul li a::after {
	content: "\f107";
	float: right;
	font-family: icomoon;
	color: #fff;
	margin: 0 0 0 10px;
}
.logo-bar.style-2 .logo {
	float: left;
}
.add-1 {
	float: right;
}
.add-1 {
	padding: 1px;
	border: 1px solid #ccc;
}
.logo-bar.style-2 .opencart {
	float: right;
	margin: 20px 0 0 30px;
	padding: 10px 20px;
	background: #e0e0e0;
	font-size: 18px;
	position: relative;
}
.logo-bar.style-2 .toggleMenu {
	float: right;
	margin: 20px 0 0 10px;
	padding: 10px 20px;
	background: #e0e0e0;
	font-size: 18px;
}
.banner.style-2 {
	position: relative;
}
.banner.style-2::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
}
.banner.style-2 .caption {
	padding: 140px 0 0;
}
.banner.style-2 .caption h2 {
	font-size: 70px;
	color: #fff;
	text-transform: none;
}
.banner.style-2 .caption h1 {
	font-size: 100px;
	text-transform: none;
}
.banner.style-2 .caption h2 span {
	display: block;
	font-size: 44px;
	color: #fff;
	margin-top: 20px;
}
.quotes-and-reviews {
	background: #ececec;
}
.quotes {
	background: #45aadd;
	padding: 27px 0;
	position: relative;
}
.quotes::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 999%;
	right: 100%;
	background: #45aadd;
	top: 0;
}
.quotes h2 {
	font-size: 48px;
	color: #fff;
	margin: 0;
	line-height: 55px;
}
.reviews {
	padding: 30px 0 30px 40px;
}
.reviews p {
	color: #666;
	font-size: 18px;
	margin: 0;
}
.reviews .btm {
	overflow: hidden;
	margin: 20px 0 0;
}
.reviews .btm .rating-stars {
	float: left;
	margin: 5px 0 0;
}
.reviews .btm .rating-stars li i {
	font-size: 24px;
}
.reviews .btm .rating-stars li:last-child i {
	color: #666;
}
.reviews .btm .tc-btn {
	float: right;
}
.categories-figure {
	position: relative;
}
.categories-figure .overlay {
	padding: 30px 80px 30px 20px;
}
.categories-figure .overlay h2, .categories-figure .overlay p {
	color: #fff;
	margin: 0 0 15px;
}
.categories-figure .overlay .tc-btn {
	background: #505050;
}
.categories-figure .overlay .tc-btn i {
	background: #393939;
}
.products-grid.style-2 figure .overlay {
	background: rgba(0,0,0,0.5);
	padding: 20px 10px;
	margin: 0 0 0 50px;
	visibility: hidden;
	opacity: 0;
}
.products-grid.style-2:hover figure .overlay {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
.products-grid.style-2 figure .overlay ul {
	float: left;
	margin: 0 0 0 -40px;
	visibility: hidden;
	opacity: 0;
}
.products-grid.style-2:hover figure .overlay ul {
	margin: 0;
	visibility: visible;
	opacity: 1;
}
.products-grid.style-2 figure .overlay ul li a {
	color: #222;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin: 0 0 1px;
	background: #ececec;
	text-align: center;
}
.products-grid.style-2 figure .overlay ul li a:hover {
	color: #fff;
}
.color-option {
	padding: 15px;
	overflow: hidden;
	border: 1px solid #eee;
}
.color-option .rating-stars {
	float: left;
}
.color-option .rating-stars li i {
	font-size: 16px;
}
.color-option .rating-stars li:last-child i {
	color: #666;
}
.color-option .colors {
	float: right;
}
.products-grid.style-2 .btm .shop-btn:first-child {
	color: #fff;
	line-height: 42px;
	border: 0;
	background: rgba(255,255,255,0.1);
}
.products-grid.style-2 .btm .shop-btn:last-child {
	color: #fff;
}
.products-grid.style-2 .btm .shop-btn:hover {
	background: #222;
}
.filter-tags-holder {
	text-align: center;
	overflow: hidden;
}
.filter-tags-holder ul {
	display: inline-block;
	margin: 0 0 30px;
}
.filter-tags-holder ul li {
	float: left;
	margin: 0 0 0 10px;
}
.filter-tags-holder ul li:first-child {
	margin: 0;
}
.filter-tags-holder ul li a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #222;
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	color: #fff;
}
.cart-option-list {
	overflow: hidden;
	border-top: 1px solid #eee;
}
.cart-option-list ul li {
	width: 33%;
	float: left;
	border-left: 1px solid #eee;
}
.cart-option-list ul li:first-child {
	border: 0;
}
.cart-option-list ul li a {
	color: #bababa;
	height: 50px;
	line-height: 50px;
	background: none;
	text-align: center;
	font-size: 18px;
}
.fabric-processing {
	position: relative;
}
.fabric-processing::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.9);
}
.fabric-p-figure figure {
	margin: 0 0 20px;
	border: 1px solid #979797;
}
.fabric-p-figure .detail h3 {
	margin: 0 0 10px;
}
.fabric-p-figure .detail h3 a {
	color: #fff;
}
.fabric-p-figure .detail p {
	color: #fff;
}
.fabric-p-figure .detail p a {
	display: inline-block;
}
.delivery-peross {
	padding: 20px 100px 20px 30px;
	position: relative;
	overflow: hidden;
}
.delivery-peross.peross-1 {
	background: #ececec;
}
.delivery-peross.peross-2 {
	background: #dadada;
}
.delivery-peross.peross-3 h3, .delivery-peross.peross-3 p {
	color: #fff;
}
.delivery-peross h3 {
	font-size: 30px;
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
}
.delivery-peross p {
	margin: 0;
	color: #888;
	position: relative;
	z-index: 2;
}
.delivery-peross::before {
	font-family: icomoon;
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 188px;
	margin: -55px 0 0 -120px;
	color: #e1e1e1;
	z-index: 1;
}
.delivery-peross.peross-1::before {
	content: "\f0d1";
}
.delivery-peross.peross-2::before {
	content: "\e96d";
}
.delivery-peross.peross-3::before {
	content: "\f025";
	opacity: 0.1;
}
.blog-nd-map-holder.style-2 .icons-list ul {
	margin: -20px 0 0 0;
}
.blog-nd-map-holder.style-2 .social-figure {
	float: right;
}
.blog-nd-map-holder.style-2 .icons-list ul li {
	margin: 20px 0 20px 54px;
}
.blog-nd-map-holder.style-2 .icons-list ul li a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.blog-nd-map-holder.style-2 .icons-list ul li a:hover {
	filter: grayscale(0);
}
/****** Gallery Pages ***********************************************************/
.gallery-widget {
	margin: 15px 0;
}
.gallery-widget figure {
	position: relative;
	margin: 0 0 20px;
	border: 1px solid #cbc9c9;
}
.gallery-widget figure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}
.gallery-widget figure a {
	font-size: 40px;
	margin: 40px 0 0;
	font-weight: 100;
	color: #fff;
	visibility: hidden;
	opacity: 0;
}
.gallery-widget:hover figure::before {
	visibility: visible;
	opacity: 1;
}
.gallery-widget:hover figure a {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
.gallery-widget .detail {
	overflow: hidden;
}
.gallery-widget .detail > div {
	float: left;
}
.gallery-widget .detail h5 {
	font-size: 18px;
	margin: 0;
}
.gallery-widget .detail span {
	color: #888;
	font-size: 16px;
}
.gallery-widget .detail > a {
	float: right;
	font-size: 18px;
}
.gallery-widget .detail > a i {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.error-content {
	text-align: center;
}
.error-content img {
	display: inline-block;
	margin: 0;
}
.error-content strong {
	font-size: 90px;
}
.error-content strong span {
	color: #005994;
}
.error-content div {
	display: block;
}
.error-content p {
	font-size: 28px;
	color: #545454;
}
/****** Cart Page ***********************************************************/
.shop-cart {
	background: #fff;
	padding: 60px 30px;
}
.cart-table-holder {
	overflow: hidden;
	margin-bottom: 50px;
}
.cart-table-holder table {
	border: 0;
	margin: 0;
}
.cart-table-holder table thead tr {
	border-bottom: 1px solid #f5f5f5;
}
.cart-table-holder table thead tr th:first-child {
	text-align: left;
}
.cart-table-holder table thead tr th {
	text-align: center;
	padding: 20px;
	border: 0;
	color: #555;
	font-size: 13px;
}
.cart-table-holder table tbody tr td {
	text-align: center;
	padding: 20px;
	color: #555;
	font-weight: bold;
	border: 0;
	line-height: 50px;
}
.cart-table-holder table tbody tr {
	border-bottom: 1px solid #f5f5f5;
}
.cart-table-holder table tbody tr td .cencel-product {
	font-size: 16px;
	cursor: pointer;
	color: #bfbfbf;
}
.table-cart-product {
	float: left;
}
.table-cart-product img {
	display: inline-block;
	margin: 0 20px 0 0;
	border-radius: 100%;
}
.table-cart-product h4 {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}
.cart-btns {
	overflow: hidden;
	padding: 20px;
}
.cart-btns a:first-child {
	float: left;
}
.cart-btns a:last-child {
	float: right;
}
.quantity-box {
	width: 100px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	margin: 0 auto;
}
.quantity-box input {
	padding: 0;
	text-align: center;
	border: 0;
	height: 30px;
	line-height: 30px;
}
.quantity-box .btn {
	font-size: 16px;
	color: #bfbfbf;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
.quantity-box .quantity-box {
	float: left;
}
.total-ammount2 {
	overflow: hidden;
	padding: 15px 30px;
	margin: 0 0 20px;
	border-bottom: 1px solid #f5f5f5;
}
.total-ammount2 strong:first-child {
	float: left;
}
.total-ammount2 strong:last-child {
	float: right;
}
.total-ammount2 strong {
	color: #999;
	font-size: 14px;
}
.total-ammount2 strong span {
	margin: 0 0 0 10px;
}
.delivery-address {
	background: #fff;
}
.d-address-form {
	width: 65%;
	margin: 0 auto;
}
.d-address-form .form-group .form-control {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #f9f9f9;
	border-color: #d0d0d0;
	border-radius: 3px;
}
.d-address-form .form-group label {
	display: block;
	margin: 0 0 10px;
	color: #555;
}
.d-address-form .form-group .bootstrap-select > .dropdown-toggle {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #f9f9f9;
	color: #999;
}
.delivery-address .btn-list {
	display: inline-block;
	margin: 20px 0 0;
}
.checkout-holder {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.cards-list {
	padding: 0 80px;
	position: relative;
	margin: 0 0 30px;
}
.cards-slider .slick-arrow {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	border: 1px solid #c2c2c2;
	display: block;
	text-align: center;
	line-height: 23px;
	position: absolute;
	top: 15px;
	font-family: icomoon;
	cursor: pointer;
}
.cards-slider .slick-arrow.slick-next {
	right: 0;
}
.cards-slider .slick-arrow.slick-prev {
	left: 0;
}
.cards-slider .slick-arrow.slick-next::before {
	content: "\f105";
}
.cards-slider .slick-arrow.slick-prev::before {
	content: "\f104";
}
.cards-form {
	padding: 20px 50px;
	border: 2px solid #ededed;
	overflow: hidden;
}
.cards-form .form-group label {
	display: block;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #555;
	margin: 0 0 10px;
	text-align: left;
}
.cards-form .form-group input {
	float: left;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	background: #f1f2f7;
	border: 1px solid #d0d0d0;
}
.checkout-holder .btn-list {
	display: inline-block;
	margin: 30px 0 0;
}
.done-order {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.done-order img {
	margin: 0 0 20px;
}
.done-order h2 {
	font-size: 34px;
	color: #333;
	margin: 0 0 10px;
	font-weight: bold;
}
.done-order p {
	color: #555;
	margin: 0;
}
/****** Slide menu ***********************************************************/
.toggleMenu {
	float: right;
	display: none;
	color: #fff;
	font-size: 16px;
}
.slide-menu {
	padding: 30px;
	background: #fff;
	overflow: auto!important;
}
.slide-menu li a {
	font-size: 16px;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}
.slide-menu li ul {
	margin: 0 0 0 20px;
}
.slide-menu li a.drop-icon::before {
	content: "\f0dd";
	position: absolute;
	right: 0;
	font-family: icomoon;
}
.slide-logo {
	margin: 0 0 30px;
}
/****** Updats **********************************************************
[02-10-2017]
*/

.footer {
	background: #1a1a1a;
	width: 100%;
	float: left;
	padding-top: 50px;
}
.widget {
	margin-bottom: 50px;
}
.widget.text-widget img {
	margin-bottom: 20px;
}
.widget h3 {
	color: #fff;
	font-size: 24px;
}
.quick-links li {
	width: 50%;
	float: left;
}
.quick-links li a {
	line-height: 30px;
	color:#888888;
}

.sub-footer .d-list a {color:#888;}

.quick-links li a:before {
	background: url(assets/images/arrow.png);
	display: inline-block;
	margin-right: 10px;
	content: "";
	width: 7px;
	height: 7px;
	line-height: 30px;
}
.f-pro li {
	width: 33%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
}
.footer .tc-social-icons {
	width: 100%;
	float: left;
}
.newsletter-bar {
	position: relative;
	margin-bottom: 20px;
}
.newsletter-bar input {
	background: #f5f5f5;
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
	font-size: 14px;
	border: 0px;
}
.widget .tc-social-icons ul li a {
	background: #333;
}
.newsletter-bar a {
	position: absolute;
	top: 0;
	right: 0px;
	background: #d31001;
	height: 33px;
	color: #fff;
	width: 38px;
	line-height: 33px;
	text-align: center;
}
.tc-pagination {
	margin-bottom: 50px;
}

div#gmap {width:100%; float:left; overflow:hidden;}
.footer-map div#gmap iframe {width:100%; border:0px; outline:none; height:200px; margin-bottom:0;}
div#gmap iframe {width:100%; border:0px; outline:none; height:350px; margin-bottom:50px;}

.mtn{margin-bottom:-10px!important;}
section {
    padding: 40px 0 0 0;
    position: relative;
}

@media only screen and (min-width: 768px) {
.slide-menu{overflow: auto;}
}
.mr{margin-right: 16px!important;}
.carousel-control     		 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
}
.pd40{padding:40px 0px!important;}