/*

[Table of contents]

1. Hero Section Two & Three Styling
2. Featured Products Section Styling
3. Large Product Section Styling
4. Featured Categories Section Styling
5. Newsletter Section Styling
6. Reviews Section Styling
7. Blog Posts Section Styling
8. FAQ Section Styling
9. Gallery Section Styling
10. Sidebar & Widgets Styling
11. Single Post Page Styling
12. Author Box Styling
13. Main Footer Styling

*/

/*-------------------------------------------*\
	1. Hero Section Two & Three Styling
\*-------------------------------------------*/

#hero-section-two {
	height: 711px;
	margin-bottom: 97px;
	color: var(--theme-black);
}

#hero-section-two .hero-text {
	top: 180px;
	bottom: unset;
	z-index: 4;
	width: 840px;
	color: var(--theme-black);
}

#hero-section-two .hero-text h1 {
	display: inline;
	padding-right: 32px;
	border-top: 12px solid #fff;
	border-bottom: 14px solid #fff;
	background-color: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: var(--theme-black);
	font-size: 76px;
	line-height: 96px;
}

#hero-section-two .hero-text p {
	max-width: 570px;
	margin-top: 22px;
	color: #777;
	font-weight: 400;
}

.hero-ratings {
	position: relative;
	height: 58px;
	margin-top: 30px;
}

#hero-section-two .avatar-group {
	position: relative;
	width: 118px;
	height: 58px;
	float: left;
	margin-right: 6px;
}

#hero-section-two .review-avatar {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #fff;
	overflow: hidden;
}

#hero-section-two .review-avatar:nth-child(1) {
	left: 0;
	z-index: 3;
}

#hero-section-two .review-avatar:nth-child(2) {
	left: 29px;
	z-index: 2;
}

#hero-section-two .review-avatar:nth-child(3) {
	left: 58px;
	z-index: 1;
}

#hero-section-two .review-rating {
	margin: 4px 0;
}

.ratings-list {
	float: left;
}

.ratings-list li {
	float: left;
	clear: both;
}

#hero-section-two .rating-count {
	font-size: 14px;
	text-transform: uppercase;
	color: #777;
}

#hero-section-two .hero-image {
	position: relative;
	width: 50%;
	height: 100%;
	float: right;
	overflow: hidden;
}

#hero-section-two .hero-image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 276px;
	background: linear-gradient(180deg, rgba(49, 49, 49, 0) 0%, rgba(34, 34, 34, 0.79) 100%);
}

#hero-section-two .hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#hero-section-two .hero-cta-button {
	position: absolute;
	right: 27px;
	bottom: 67px;
	z-index: 2;
	display: inline-block;
	padding: 0 75px;
}

#hero-section-two .hero-call-to-action-text {
	position: absolute;
	right: 27px;
	bottom: 28px;
	z-index: 2;
	width: auto;
	margin-bottom: 0;
}

#hero-section-two .hero-call-to-action-text svg {
	margin-right: 4px;
}

/*** Hero Section Three Styling ***/

#hero-section-three {
	height: 789px;
	margin-bottom: 97px;
	overflow: hidden;
}

#hero-section-three::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: inherit;
	background: radial-gradient(50% 50% at 50% 50%, rgba(34, 34, 34, 0.4015) 0%, rgba(34, 34, 34, 0.6716) 100%);
}

@keyframes hero-text-slide-in-right {
	from {
		right: -70px;
		opacity: 0;
	}

	to {
		right: 100px;
		opacity: 1;
	}
}

#hero-section-three .hero-text {
	left: unset;
	right: 100px;
	bottom: 83px;
	z-index: 4;
	width: 814px;
	text-align: right;
	animation: none;
	animation: hero-text-slide-in-right 1.5s ease-in-out;
}

#hero-section-three .hero-text h1 {
	float: right;
	font-size: 76px;
	line-height: 92px;
}

#hero-section-three .hero-text p {
	float: right;
}

#hero-section-three .hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#hero-section-three .cta-wrap {
	position: absolute;
	left: 100px;
	bottom: 70px;
	z-index: 4;
	width: 323px;
	text-align: right;
}

#hero-section-three .hero-call-to-action-text {
	width: max-content;
	text-align: left;
}

#hero-section-three .hero-call-to-action-text svg {
	margin-right: 4px;
	margin-bottom: 6px;
}

#hero-section-three video {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#hero-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 80px;
	height: 80px;
	color: var(--theme-black);
}

/*-------------------------------------------*\
	2. Featured Products Section Styling
\*-------------------------------------------*/

.wrapper.featured-products {
	margin-bottom: 30px;
}

/*-------------------------------------------*\
	3. Large Product Section Styling
\*-------------------------------------------*/

.large-product-section {
	width: 100%;
	height: 720px;
	overflow: hidden;
	margin-bottom: 112px;
	color: #fff;
}

.large-product-section .product-image {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
}

.large-product-section .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.large-product-section .product-details {
	width: 50%;
	height: 100%;
	float: right;
	background-color: var(--theme-black);
	padding: 75px 54px;
	overflow-y: auto;
	box-sizing: border-box;
}

.large-product-section .product-category {
	display: inline-block;
	margin-bottom: 19px;
	color: #5C5C5C;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.large-product-section .product-category a {
	color: #fff;
}

.large-product-section .product-category a:hover {
	color: #5C5C5C;
	text-decoration: none;
}

.large-product-section h1 {
	color: #fff;
	margin-bottom: 18px;
	font-size: 30px;
	text-transform: uppercase;
}

.large-product-section .custom-rating {
	margin-bottom: 26px;
}

.custom-rating .star {
	font-size: 28px;
	color: #fff;
	margin-right: 2px;
}

.custom-rating .star.filled {
	color: #E9BB3B;
}

.custom-rating .star.empty {
	color: #5C5C5C;
}

.large-product-section .price {
	margin-bottom: 28px;
	font-size: 18px;
}

.large-product-section .price del {
	margin-right: 3px;
	color: #5C5C5C;
}

.large-product-section .price ins {
	font-weight: var(--heading-font-weight);
	text-decoration: none;
}

.large-product-section .woocommerce-product-details__short-description {
	margin-bottom: 40px;
	color: #fff;
}

.large-product-section .variations {
	border-collapse: separate;
	border-spacing: 0 16px;
	margin-bottom: 52px;
}

.large-product-section .variations label {
	margin-right: 16px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.large-product-section .variations .label {
	text-align: left;
}

.large-product-section select {
	width: 300px;
	color: #fff;
	background-color: #111;
	box-shadow: 0 0 0 1px #2C2C2C;
	font-weight: var(--heading-font-weight);
	font-size: 14px;
}

.large-product-section select:hover {
	box-shadow: 0 0 0 1px #fff;
}

.large-product-section .variations .reset_variations {
	margin-left: 10px;
	font-size: 14px;
}

.large-product-section .variations .reset_variations:hover {
	color: #fff;
	text-decoration: none;
}

.large-product-section .quantity {
	float: left;
}

.large-product-section .quantity-wrapper .minus,
.large-product-section .quantity-wrapper .plus {
	width: 48px;
	color: #fff;
	background-color: #262626;
}

.large-product-section .quantity-wrapper .minus:hover,
.large-product-section .quantity-wrapper .plus:hover {
	background-color: #303030;
}

.large-product-section .quantity-wrapper {
	border-color: #262626;
}

.large-product-section .quantity .qty {
	color: #fff;
	border: none;
}

.large-product-section .single_add_to_cart_button {
	position: relative;
	height: 49px;
	padding: 0 34px;
	float: right;
	color: #fff;
	border: none;
	background-color: transparent;
	font-size: 15px;
	font-family: var(--button-font-family);
	font-weight: var(--button-font-weight);
	line-height: 49px;
	text-transform: uppercase;
}

.large-product-section .single_add_to_cart_button:hover {
	cursor: pointer;
	background-color: #fff;
	color: var(--theme-black);
}

.large-product-section .single_add_to_cart_button::before,
.large-product-section .single_add_to_cart_button::after {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .1s;
}

.large-product-section .single_add_to_cart_button::before {
	left: -2px;
	top: -2px;
	background-image: url(../images/cart-btn-left-corner.svg);
}

.large-product-section .single_add_to_cart_button:hover::before {
	left: 0;
	top: 0;
}

.large-product-section .single_add_to_cart_button::after {
	right: -2px;
	bottom: -2px;
	background-image: url(../images/cart-btn-right-corner.svg);
}

.large-product-section .single_add_to_cart_button:hover::after {
	right: 0;
	bottom: 0;
}

/*-------------------------------------------*\
	4. Featured Categories Section Styling
\*-------------------------------------------*/

#featured-categories {
	margin-bottom: 112px;
}

.category-item {
	position: relative;
	width: 464px;
	height: 732px;
	float: left;
	margin-right: 3px;
}

.category-item:nth-child(3n) {
	margin-right: 0;
}

.category-title {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: block;
	padding: 14px 23px;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
	transition: all .3s;
}

.category-title:hover {
	color: var(--theme-black);
	background-color: #fff;
	cursor: pointer;
}

.category-title::before,
.category-title::after {
	content: "";
	position: absolute;
	display: block;
	width: 23px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .1s;
}

.category-title::before {
	left: -2px;
	top: -2px;
	background-image: url(../images/cat-btn-left-corner.svg);
}

.category-title:hover::before {
	left: 0;
	top: 0;
}

.category-title::after {
	right: -2px;
	bottom: -2px;
	background-image: url(../images/cat-btn-right-corner.svg);
}

.category-title:hover::after {
	right: 0;
	bottom: 0;
}

.category-item a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.49);
	transition: background .4s;
}

.category-item a:hover::after {
	background: rgba(34, 34, 34, 0.63);
}

.category-item .category-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.category-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.category-item:hover img {
	transform: scale(1.05);
	rotate: -.8deg;
}

/*-------------------------------------------*\
	5. Newsletter Section Styling
\*-------------------------------------------*/

.wrapper.newsletter-section {
	height: 362px;
	margin-bottom: 112px;
}

.newsletter-col {
	width: 50%;
	height: 100%;
	float: left;
}

.newsletter-image {
	overflow: hidden;
}

.newsletter-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsletter-content {
	color: #868686;
	background-color: var(--theme-black);
}

.newsletter-content h2 {
	margin-bottom: 16px;
	color: #fff;
	font-size: 32px;
}

.newsletter-content p {
	margin-bottom: 33px;
	font-size: 16px;
}

.newsletter-content-wrap {
	margin: 92px 55px 0;
}

.newsletter-content #email {
	width: 362px;
	font-family: var(--body-font-family);
	height: 56px;
	padding: 0 27px;
	color: #868686;
	background: #111;
	border: 1px solid #2C2C2C;
	font-size: 15px;
}

.newsletter-content input::placeholder {
	color: #868686;
}

.newsletter-content #email:focus {
	color: #fff;
	outline: none;
	background: #111;
	border-color: #3a3a3a;
}

.newsletter-content label {
	margin-right: 5px;
	font-size: 13px;
	text-transform: uppercase;
}

.newsletter-content input[type="submit"] {
	height: 58px;
	padding: 0 34px;
	color: var(--theme-black);
	border: none;
	background-color: #fff;
	font-size: 15px;
	font-family: var(--button-font-family);
	font-weight: var(--button-font-weight);
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s;
}

.newsletter-content input[type="submit"]:hover {
	background-color: #262626;
	color: #fff;
}

/*-------------------------------------------*\
	6. Reviews Section Styling
\*-------------------------------------------*/

.reviews-section.wrapper {
	margin-bottom: 112px;
}

.review-item {
	position: relative;
	width: 339px;
	height: 260px;
	padding: 66px 62px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	text-align: center;
}

.review-item:nth-child(3n) {
	margin-right: 0;
}

.review-item::before,
.review-item::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-repeat: no-repeat;
}

.review-item-1::after,
.review-item-2::before {
	right: 0;
	bottom: 0;
	background-image: url('../images/review-corner-right-bottom.svg');
}

.review-item-2::after,
.review-item-2::after,
.review-item-3::after {
	left: 0;
	bottom: 0;
	background-image: url('../images/review-corner-left-bottom.svg');
}

.review-item-4::before,
.review-item-5::after {
	right: 0;
	top: 0;
	background-image: url('../images/review-corner-right-top.svg');
}

.review-item-5::before,
.review-item-6::before {
	left: 0;
	top: 0;
	background-image: url('../images/review-corner-left-top.svg');
}

.review-image {
	display: inline-block;
	width: 79px;
	height: 79px;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 50%;
}

.review-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-rating {
	margin-bottom: 10px;
}

.review-rating.custom-rating .star {
	font-size: 27px;
	margin-right: 0px;
}

.review-rating.custom-rating .empty {
	color: #5C5C5C;
}

.review-content {
	margin-bottom: 13px;
	color: #222;
	line-height: 1.4em;
}

.review-author {
	position: relative;
	display: inline-block;
	height: 18px;
	padding-left: 37px;
	color: #696969;
	font-size: 14px;
	text-transform: uppercase;
}

.review-author::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	display: inline-block;
	width: 30px;
	height: 1px;
	margin-right: 7px;
	background-color: #818983;
}

/*-------------------------------------------*\
	7. Blog Posts Section Styling
\*-------------------------------------------*/

.blog-section.wrapper {
	margin-bottom: 112px;
}

/*-------------------------------------------*\
	8. FAQ Section Styling
\*-------------------------------------------*/

.faq-section.wrapper {
	width: 808px;
	margin: 0 auto 112px;
}

.centered-section-title {
	margin-bottom: 56px;
	text-align: center;
}

.centered-section-title h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.faq-item {
	position: relative;
	padding-right: 37px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	cursor: pointer;
}

.faq-question {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: var(--body-font-family);
	font-weight: var(--heading-font-weight);
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
}

.faq-item::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 19px;
	height: 19px;
	background-image: url('../images/faq-plus.svg');
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(0deg);
	transition: transform 0.4s ease, background-image 0.4s ease;
}

.faq-item.active::after {
	background-image: url('../images/faq-minus.svg');
	transform: rotate(180deg);
}

.faq-answer {
	height: 0;
	overflow: hidden;
	padding-bottom: 0;
	color: #636363;
	line-height: 1.6;
	transition: height 0.4s ease, opacity 0.4s ease, padding-bottom 0.4s ease;
	opacity: 0;
}

.faq-item.active .faq-answer {
	height: var(--faq-answer-height, auto);
	padding-bottom: 20px;
	opacity: 1;
}

/*-------------------------------------------*\
	9. Gallery Section Styling
\*-------------------------------------------*/

.gallery-section.wrapper {
	margin-bottom: 112px;
}

.instaram-gallery-link {
	color: var(--theme-black);
	font-weight: var(--light-text-weight);
	text-transform: lowercase;
}

.instaram-gallery-link span {
	font-weight: var(--heading-font-weight);
}

.instaram-gallery-link:hover {
	color: #5f5f5f;
	text-decoration: none;
}

.qshop-gallery-item {
	position: relative;
	width: 275px;
	height: 334px;
	margin-right: 6px;
	float: left;
	overflow: hidden;
}

.qshop-gallery-item:nth-child(2n) {
	height: 385px;
}

.qshop-gallery-item:nth-child(5n) {
	margin-right: 0;
}

.qshop-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .6s;
}

.qshop-gallery-item:hover img {
	transform: scale(1.08);
	rotate: -.8deg;
}

.qshop-gallery-item a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('../images/instagram-hover.svg') no-repeat center center rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity .3s;
}

.qshop-gallery-item a:hover::after {
	opacity: 1;
}

/*-------------------------------------------*\
	10. Sidebar & Widgets Styling
\*-------------------------------------------*/

/*** Recent / Popular Posts Styling ***/

.small-post {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EBEBEB;
}

.small-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.small-thumb {
	display: block;
	width: 130px;
	height: 120px;
	float: left;
	margin-right: 16px;
}

.small-posts .format-video .post-thumb .thumb-link::after,
.small-posts .format-gallery .post-thumb .thumb-link::after,
.small-posts .format-audio .post-thumb .thumb-link::after {
	width: 56px;
	height: 56px;
}

.small-posts .format-video .post-thumb .thumb-link::after,
.small-posts .format-audio .post-thumb .thumb-link::after {
	background-position-x: 24px;
	background-image: url('../images/play-icon-small.svg');
}

.small-content {
	padding-top: 12px;
	overflow: hidden;
}

.small-content .post-title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 22px;
}

.small-date a {
	color: #959595;
	font-size: 14px;
	text-transform: uppercase;
}

.small-date a:hover {
	color: var(--theme-black);
	text-decoration: none;
}

/*** Info Widget Styling ***/

.qshop-info-widget p {
	line-height: 1.4em;
}

.qshop-info-widget-email a {
	color: var(--theme-black);
	text-decoration: underline;
}

.qshop-info-widget-email a:hover {
	text-decoration: none;
}

.qshop-info-widget-logo {
	height: 39px;
	margin-bottom: 30px;
}

.qshop-info-widget-logo img {
	width: auto;
	max-height: 100%;
	object-fit: contain;
}

.qshop-info-social {
	padding-top: 4px;
}

.qshop-info-social li {
	float: left;
}

.qshop-info-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-right: 8px;
	color: var(--theme-black);
	border-radius: 50%;
	border: 1px solid #DBDBDB;
	background-color: #F0F0F0;
	transition: all .5s;
}

.qshop-info-social li a:hover {
	border-color: var(--theme-black);
	background-color: var(--theme-black);
	color: #fff;
}

.qshop-info-social svg {
	display: block;
	margin: 0 auto;
}

/*-------------------------------------------*\
	11. Single Post Page Styling
\*-------------------------------------------*/

/*** Single Post Page Share Styling ***/

.single-share-icons {
	height: 42px;
	margin-bottom: 50px;
}

.share-this-txt {
	color: #222;
	font-size: 12px;
	text-transform: uppercase;
}

.single-share-icons li {
	float: left;
	margin-right: 8px;
	line-height: 42px;
}

.single-share-icons a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 0.2s ease-in-out;
}

.single-share-icons a:hover {
	transform: translateY(-2px);
}

.single-share-icons .x {
	background-color: #000000;
	background-position-y: 13px;
	background-image: url(../images/button-share-x.svg);
}

.single-share-icons .facebook {
	background-color: #1877F2;
	background-position-y: 12px;
	background-image: url(../images/button-share-facebook.svg);
}

.single-share-icons .linkedin {
	background-color: #0077b6;
	background-image: url(../images/button-share-linkedin.svg);
}

.single-share-icons .reddit {
	background-color: #FF4500;
	background-image: url(../images/button-share-reddit.svg);
}

.single-share-icons .mail-to {
	background-color: var(--accent-color);
	background-position-y: 12px;
	background-image: url(../images/button-share-email.svg);
}

/*** Post Share URL Field Styling ***/

.single-share-icons .copy-link-share {
	position: relative;
	width: 350px;
	height: 38px;
	padding: 0 20px;
	float: right;
	border: 1px solid #E8E8E8;
	background: #fff;
	line-height: 38px;
	transition: all .3s;
}

.single-share-icons .copy-link-share:hover {
	border-color: var(--theme-black);
}

.copy-link-input {
	width: inherit;
	height: inherit;
	border: none;
	background: transparent;
	color: #555;
	font-size: 14px;
	font-weight: 400;
}

.copy-link-input:focus {
	outline: none;
}

.copy-link-button {
	position: absolute;
	right: 1px;
	bottom: 1px;
	display: inline-block;
	width: 36px;
	height: 36px;
	color: var(--theme-black);
	background-color: #fff;
	cursor: pointer;
	transition: all .4s;
}

.copy-link-button:hover {
	background-color: var(--theme-black);
	color: #fff;
}

.copy-link-button svg {
	position: absolute;
	left: 10px;
	top: 10px;
}

.copied-link-txt {
	display: none;
}

/*-------------------------------------------*\
	12. Author Box Styling
\*-------------------------------------------*/

.author-icons {
	display: inline-block;
}

.author-icons li {
	float: left;
	margin-right: 10px;
}

.author-icons li:last-child {
	margin-right: 0;
}

.author-icons a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	color: var(--theme-black);
	border-radius: 50%;
	border: 1px solid #EAEAEA;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .4s;
}

.author-icons a:hover {
	border-color: var(--theme-black);
	background-color: var(--theme-black);
	color: #fff;
}

.author-icons a svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
}

/*-------------------------------------------*\
	13. Main Footer Styling
\*-------------------------------------------*/

/*** Footer Info Styling ***/

.footer-info {
	padding: 38px 0;
	border-bottom: 1px solid #E0E0E0;
}

.footer-info-item {
	height: 112px;
	float: left;
	color: #222;
	font-size: 16px;
	line-height: 112px;
	font-weight: var(--heading-font-weight);
	text-transform: uppercase;
}

.footer-info-icon {
	display: flex;
	align-items: center;
	float: left;
	height: 112px;
	margin-right: 14px;
}

.footer-info-text {
	display: block;
	float: left;
}

.footer-info-item::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 112px;
	margin: 0 90px;
	background-color: #E0E0E0;
}

.footer-info-item:last-child::after {
	display: none;
}

/*** Footer Payment Methods Styling ***/

.footer-payment-methods {
	float: left;
	margin: 41px 0;
}

.footer-payment-methods li {
	float: left;
	margin-right: 8px;
}

.footer-payment-methods-title {
	color: #222;
	font-size: 13px;
	text-transform: uppercase;
}