/** Initialize **/
body {
	background: #fff;
	color: #656565;
}


/** Reset Bootstrap style **/
.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary,
.btn-secondary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.page-item.active .page-link {
	border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active,
.form-control:focus {
	box-shadow: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	outline: none;
}

.btn {
	overflow: hidden;
	position: relative;
}

.input-group-append .btn {
	border-radius: .25rem;
}

.dropdown-toggle::after {
	content: '\f078';
	font-family: Font Awesome\ 5 Pro;
	border: none;
	font-size: 10px;
	margin-left: .255em;
	vertical-align: .255em;
	width: 5px;
	height: 10px;
	font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: Font Awesome\ 5 Pro;
	font-size: .75rem;
}

.navbar-brand {
	margin: 0;
}

/** Header **/
.header-search-form * {
	color: #656565;
}

.header-search-form .input-group {
	border: 1px solid #f3f3f3;
	color: #999;
}

.header-search-form  .btn {
	border-radius: 0;
	background: #fff;
}

.header-search-form input {
	border-radius: 0;
	border: 0;
	font-weight: lighter;
	padding: .5rem;
}

.account-nav .nav-link {
	padding: .25rem;
}

.account-nav .cart-link {
	position: relative;
	font-size: 1.25rem;
	margin-top: -2px;
}

.account-nav .item-count {
	height: 1rem;
	min-width: 1rem;
	border-radius: 50%;
	position: absolute;
	right: -5px;
	bottom: 0;
	font-size: .75rem;
	text-align: center;
	line-height: 1;
	padding: 2px;
}

/** Navigation **/
.layout-zone-navigation a {
	text-transform: uppercase;
}

.container-navigation.container-fluid {
	padding: 0;
}

/** Home page slider **/
.container-slider {
	padding: 0;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-image {
	min-height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
	max-width: 500px;
}

.slide-header {
	line-height: 1;
	margin: 0;
}

.slide-sub-header {
	font-size: 2rem;
}

.btn-slider {
	padding: 0.625rem 1.5rem;
	font-size: 1.25rem;
	margin-top: 1.5rem;
	font-weight: 500;
}

.swiper-pagination-bullet {
	width: .5rem;
	height: .5rem;
	opacity: 1;
}

.swiper-pagination {
	bottom: 5% !important;
	line-height: 1;
}

/** Home page **/
.home-header {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	margin-bottom: 1rem;
	margin-top: 2rem;
	z-index: 1;
}

.home-header span {
	padding: 0 10px;
	z-index: 111;
}

/** Products List **/
.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
}

.product-info .product-rating .rating {
	min-width: auto;
}

.product-info-bottom .col-5.text-right {
	line-height: 1;
}

/** Newsletters **/
.container-newsletters {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

 .newsletters-wrapper .newsletter-title {
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.newsletters-wrapper .btn {
	min-width: 140px;
}

.newsletters-wrapper input,
.newsletters-wrapper .btn {
	font-size: 1rem;
	line-height: 1.5rem;
	border-radius: 0 !important;
	border: 0;
}

.container-sub-footer {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.75rem;
	font-weight: 500; 
	padding:1rem 0;
}

.layout-zone-sub-footer {
	display: flex; 
	align-items: center;   
	flex-direction: column;
} 

.social-links-container {
	padding: 0;
}

@media (min-width: 576px) {
	.home-header:after {
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: -1;
		background: #e8e6e6;
	}

	.layout-zone-sub-footer {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.container-newsletters {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}

	.layout-zone-footer {
		text-align: left
	}
}

@media (min-width: 992px) {
	.slide-image {
		min-height: 600px;
	}

	.btn-slider {
		margin-top: 2rem
	}

	.slide-text-wrapper {
		max-width: 900px;
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 25px;
		transform: translate(0, -50%);
	}

	.slide-text-wrapper.slide-position-left {
		left: 25px;
		transform: translate(0, -50%);
	}

	.slide-position-center {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.container-newsletters {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.layout-zone-footer .nav-link {
		padding:0;
		padding-right:1rem; 

	}
}

@media (min-width: 1200px) {
	.slide-sub-header {
		font-size: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 992px) {
	h2.slide-header {
		font-size: 5rem !important;
	}

	h3.slide-sub-header {
		font-size: 2rem !important;
	}

	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
}

@media (max-width: 768px) {
	h2.slide-header {
		font-size: 3rem !important;
	}

	h3.slide-sub-header {
		font-size: 1.5rem !important;
	}
}
