/** Shopify CDN: Minification failed

Line 16:0 All "@import" rules must come first

**/
@font-face {
	font-family: 'bodoni_72_smallcapsbook';
	src: url('/cdn/shop/files/bodoni-72-smallcaps-book-webfont.woff2?v=1773656294') format('woff2'),
		url('/cdn/shop/files/bodoni-72-smallcaps-book-webfont.woff?v=1773656294') format('woff'),
		url('/cdn/shop/files/bodoni-72-smallcaps-book-webfont.ttf?v=1773656295') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
	font-size: 10px;
	scroll-behavior: smooth;
}

@media (max-width: 1259px) {
	html {
		font-size: 9px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 8px;
	}
}
.gradient-line {
	background: linear-gradient(90deg, #F00000, transparent);
	display: inline-block;
	height: 1px;
}
/* Btn Start */
.btn-clean-white {
    font-size: 1.8rem;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 1.3rem 2.2rem;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	color: #fff;
}
.btn-clean-white:hover {
background-color: #fff;
color: #000;
}
.btn-clean-white:hover svg path {
    fill: #000;
}
@media(max-width: 767.98px) {
.btn-clean-white {
	font-size: 14px;
	    padding: 7px 12px;
}	
}
/* Btn End */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'bodoni_72_smallcapsbook';
	letter-spacing: 0;
	font-weight: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	letter-spacing: 0;
}

/* Container Start */
@media(min-width: 1260px) {
	.container {
		max-width: 1370px;
	}
}

@media(max-width: 1259.98px) {
	.container {
		max-width: 100%;
	}
}

/* Container End */


/* Collection Page Css Start */
/* Card Style Start  */
.product-collection .product-collection__wrapper .product-collection__image {
	border-radius: 2rem;
	overflow: hidden;
}

.product-collection .product-collection__wrapper .product-collection__title h4,
.product-collection .product-collection__wrapper product-collection__title h4 a {
	font-size: 1.8rem;
	line-height: 1.3em;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}

.product-collection .product-collection__wrapper .product-collection__price {
	margin-bottom: 0 !important;
	border: 1px solid #FA9B1F;
	border-radius: 1rem;
	padding: 0.5rem 2.2rem;
}

.product-collection .product-collection__wrapper .main-price-wrapper {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.product-collection .product-collection__wrapper .product-collection__price span {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.3em;
}

.product-collection .product-collection__wrapper .product-collection__labels .label {
	background-color: #F00000;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.1em;
	padding: 0.4rem 1.1rem;
	text-transform: capitalize;
	height: auto;
	border-radius: 30px;
	top: 1.5rem;
	left: 1.5rem;
	position: absolute;
	transition: all .2s ease;
}
.product-collection .product-collection__wrapper .product-collection__labels .label:hover {
	background-color: #FFFFFF;
	border-color: #00000066;
	color: #000;
}
.product-collection .product-collection__wrapper .product-collection__button-add-to-wishlist {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	padding: 0 !important;
	z-index: 1;
	background: rgb(255 255 255 / 80%);
	width: 3.4rem;
	height: 3.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	box-shadow: 0 0 8px 0 rgb(0 0 0 / 16%);
}

.product-collection .product-collection__wrapper .product-collection__button-add-to-wishlist svg path {
	fill: #000;
}

.product-collection .product-collection__wrapper .product-card-button-wrapper {
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 3rem);
	display: flex;
	justify-content: space-between;
	z-index: 1;
	gap: 0.8rem;
	flex-wrap: wrap;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.product-collection:hover .product-collection__wrapper .product-card-button-wrapper {
	opacity: 1;
	bottom: 10px;
}

.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column {
	width: calc(100% / 2 - 0.4rem);
}

.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .js-product-button-add-to-cart {
	width: 100%;
	min-height: 3.8rem;
	height: 3.8rem;
	opacity: 1;
	background-color: #0A0A0A;
	border-color: #0A0A0A;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	font-size: 1.4rem;
}

.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .button-quick-view {
	width: 100%;
	height: 100%;
	border-radius: 999px !important;
	font-size: 1.4rem;
	color: #000;
	min-height: 3.8rem;
	box-shadow: 0 0 8px 0 rgb(0 0 0 / 16%);
	height: 3.8rem;
}

.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .product-collection__button-quick-view {
	height: 100%;
}

.product-collection .product-collection__wrapper .product-options--type-collection .product-options__value--circle {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	margin-bottom: 1rem;
}

.product-collection .product-collection__wrapper .product-options--type-collection .product-options__value--circle.active {
	border: 0 !important;
}

.product-collection .product-collection__wrapper .product-options--type-collection .product-options__value--circle.active:before {
	width: 26px;
	height: 26px;
	border-color: #f00000 !important;
}

.product-collection .product-collection__wrapper .product-options__section {
	padding: 0 !important;
}

.product-collection .product-collection__wrapper .product-card-product-type {
	font-size: 1.4rem;
	color: #7a7a7a;
	line-height: 1.2em;
}

.product-collection .product-collection__wrapper .product-options__section[data-style="large-text"] .product-options__value,
.product-collection .product-collection__wrapper .product-options__section[data-style="text"] .product-options__value {
	border: 1px solid #fff !important;
	border-radius: 5px;
	padding: 0.5rem 1rem !important;
	font-size: 1.4rem;
	color: #fff;
}

.product-collection .product-collection__wrapper .product-options__section[data-style="large-text"] .product-options__value.active,
.product-collection .product-collection__wrapper .product-options__section[data-style="text"] .product-options__value.active {
	border: 1px solid #F00000 !important;
	color: #fff;
}

.product-collection .product-collection__wrapper .product-collection__image {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.product-collection .product-collection__wrapper .price-wrapper-right {
	display: flex;
	align-items: center;
}
@media (min-width: 1260px) and (max-width: 1360.98px) {
	.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .js-product-button-add-to-cart {
		font-size: 12px;
		    padding-left: 5px !important;
    padding-right: 5px !important;
	}

	.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .button-quick-view {
		font-size: 12px;
		    padding-left: 5px !important;
    padding-right: 5px !important;
	}
}

@media(max-width: 1024.98px) {
	.product-collection .product-collection__wrapper .product-options__section {
		column-gap: 7px;
	}

	.product-collection .product-collection__wrapper .product-options__section[data-style="large-text"] .product-options__value,
	.product-collection .product-collection__wrapper .product-options__section[data-style="text"] .product-options__value {
		font-size: 13px;
	}

	.product-collection .product-collection__wrapper .product-options__value {
		margin-bottom: 8px;
	}

	.product-collection .product-collection__wrapper .product-collection__title h4,
	.product-collection .product-collection__wrapper product-collection__title h4 a {
		font-size: 16px;
	}

	.product-collection .product-collection__wrapper .product-card-product-type {
		font-size: 13px;
	}

	.product-collection .product-collection__wrapper .product-collection__price span {
		font-size: 14px;
	}

	.product-collection .product-collection__wrapper .product-collection__content {
		align-items: flex-start !important;
		text-align: left;
	}

	.product-collection .product-collection__wrapper .product-options__section {
		justify-content: flex-start;
	}

	.product-collection .product-collection__wrapper .product-card-button-wrapper {
		bottom: 10px;
		opacity: 1;
	}

	.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .js-product-button-add-to-cart {
		font-size: 12px;
		    padding-left: 5px !important;
    padding-right: 5px !important;
	}

	.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .button-quick-view {
		font-size: 12px;
		    padding-left: 5px !important;
    padding-right: 5px !important;
	}

	.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .button-quick-view svg,
	.product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .js-product-button-add-to-cart svg {
		width: 15px;
		height: 15px;
	}

	.product-collection .product-collection__wrapper .product-card-button-wrapper {
		width: calc(100% - 10px);
	}

	.product-collection .product-collection__wrapper .product-collection__labels .label {
		left: 10px;
	}

	.product-collection .product-collection__wrapper .product-collection__button-add-to-wishlist {
		right: 10px;
	}
}
@media(max-width: 767.98px) {
		.product-collection .product-collection__wrapper .product-card-button-wrapper {
		width: calc(100% - 20px);
	}
}

/* Card Style End  */

/* Pagination Start */
.pagination-wrapper .pagination__item:not(.pagination__item-arrow) {
	width: 4.5rem;
	height: 4.5rem;
	border: 1px solid #fff;
	border-radius: 8px;
	font-size: 1.4rem;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.pagination-wrapper .pagination__item.pagination__item--current:not(.pagination__item-arrow) {
	border: 1px solid #F00000;
	color: #F00000;
}

.pagination-wrapper .pagination__item.pagination__item-arrow {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-wrapper .pagination__item.pagination__item--next.pagination__item-arrow {
	transform: rotate(180deg);
}

@media(max-width: 767.98px) {
	.pagination-wrapper .pagination__item:not(.pagination__item-arrow) {
		width: 30px;
		height: 30px;
		border-radius: 4px;
		font-size: 12px;
	}

	.pagination-wrapper .pagination__item.pagination__item-arrow {
		width: 30px;
		height: 30px;
	}
}

/* Pagination End */

/* Collection Content Css Start */
.template-collection .collection-side-image {
	width: 50%;
	height: 20%;
	background: linear-gradient(to right, #F00000, #8A0000);
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	filter: blur(500px);
}

.template-collection .collections {
	overflow: hidden;
	position: relative;
}

@media(max-width: 1259.98px) {
	.template-collection .collection-side-image {
		width: 70%;
		height: 40%;
	}
}

/* Collection Content Css End */

/* Filter Css Start */
.template-collection .collection-filters__field .collection-filters__sort {
	padding-left: 1.5rem !important;
	border: 1px solid #7A7A7A !important;
	border-radius: 30px;
	color: #fff;
	font-weight: 300;
	padding-right: 3.5rem !important;
	height: 5rem !important;
	font-size: 14px;
	background-color: transparent;
	appearance: none;
}

.template-collection .collection-filters__field .select__dropdown {
	background-color: #000 !important;
}

.template-collection .collection-filters__field .select__dropdown span {
	font-size: 14px;
	line-height: 1.7em;
	color: #fff !important;
}

.template-collection .collection-filters__field .select__dropdown span.selected {
	color: #000 !important;
}

.template-collection .collection-filters__field .dropdown-icon svg {
	fill: #fff;
	width: 30px;
	height: auto;
}

.template-collection .collection-filters__field .dropdown-icon {
	margin-top: -14px;
	right: 10px;
}

.template-collection .collection-filters__field .collection-filters__label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
}

.template-collection .collection-control #CollectionProductCount {
	font-size: 14px;
	line-height: 1.3em;
}

@media(max-width: 1024.98px) {
	.template-collection .filter-menu-wrapper {
		border-bottom: 1px solid #383838;
		padding-bottom: 15px;
	}

	.template-collection .collection-filters__sort option {
		background-color: #000;
	}
	.template-collection .collection-filters__field .dropdown-icon {
		right: 2px;
		top: 6px;
		margin: 0;
		pointer-events: none;
	}
}

@media(max-width: 540.98px) {
	.template-collection .filter-type-1 {
		border-bottom: 1px solid #383838;
		padding-bottom: 15px;
	}
}

/* Filter Css End */
/* Collection Page Css End */

/* Cart Page Start */
.template-cart .cart-page-title {
    font-family: 'bodoni_72_smallcapsbook';
    font-size: 3.8rem;
    font-weight: normal;
	line-height: 1.2em;
}
.template-cart .free-shipping {
	border: 1px solid rgb(50 50 50);
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: transparent;
    }
.template-cart .free-shipping__progress {
    background-color: #148f00;
}
.template-cart .cart-item-variant-wrapper {
    margin-top: 0.85rem;
	    gap: 1rem;
}
.template-cart .cart-item-variant-wrapper .cart-item-product-type {
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #7A7A7A;
    font-weight: 300;
}
.template-cart .cart__head label {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: 600;
}
.template-cart .cart__head {
    background-color: #fff;
	border-radius: 1rem;
	margin-bottom: 1.8rem;
	padding: 1.8rem;
}
.template-cart .cart-product-item-row {
    background-color: rgb(31 31 31 / 50%);
    border-radius: 1rem;
    margin-bottom: 1.8rem;
    padding: 1.8rem;
}
.template-cart .cart__image {
	width: 100%;
	max-width: 7rem;
	border-radius: 0.7rem;
	overflow: hidden;
}
 .template-cart .product-title {
    font-size: 1.8rem;
    line-height: 1.4em;
} 
 .template-cart .cart-item-variant {
    font-size: 1.6rem;
    padding: 0.2rem 1.5rem;
    border-radius: 30px;
}
 .template-cart .cart-product-item-row .price span,
 .template-cart .cart-product-item-row .price {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3em;
}
 .template-cart .cart-product-item-row .cart_quantity {
    border: 1px solid #fff;
    height: 4.5rem;
    width: 14rem;
    border-radius: 5rem;
	    overflow: hidden;
}
 .template-cart .cart-product-item-row .cart_quantity .quantity-data-control {
    background-color: transparent;
	        width: 5rem;
        min-width: 5rem;
}
 .template-cart .cart-product-item-row .cart_quantity .product-cart__input-quantity {
    background-color: transparent !important;
    width: 4rem !important;
    min-width: 4rem !important;
    border: 0 !important;
	font-size: 1.6rem;
    color: #ffff !important;
}
.template-cart .cart-head-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
	    flex-wrap: wrap;
		    align-items: center;
}
.template-cart .cart__sidebar .cart-sidebar-main-title {
    font-size: 2.6rem;
    font-family: 'Outfit';
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.3em;
	    display: flex;
    align-items: center;
}
.template-cart .cart__sidebar .cart-sidebar-main-title .gradient-line {
    background: linear-gradient(90deg, #F00000, transparent);
    display: inline-block;
    height: 1px;
	    margin-top: 10px;
}
.template-cart .cart__sidebar .cart__subtotal,
.template-cart .cart__sidebar .cart__total {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 15px;
	margin-bottom: 15px;
}
.template-cart .cart__sidebar .cart__subtotal .cart__subtotal__left,
.template-cart .cart__sidebar .cart__total .cart__total__left {
    font-family: 'Outfit';
    font-size: 16px;
    line-height: 1.2em;
}
.template-cart .cart__sidebar .cart__subtotal .cart__subtotal__right {
    font-family: 'Outfit';
    font-size: 20px;
    line-height: 1.2em;
}
.template-cart .cart__sidebar .cart__total .cart__total__right {
    font-family: 'Outfit';
    font-size: 26px;
    line-height: 1.2em;
	font-weight: 600;
}
.template-cart .cart__sidebar .checkout-btn {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
.template-cart .cart__sidebar .payment-icons-box .payment-icons {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}
.template-cart .cart__sidebar .payment-icons-box {
    margin-top: 25px;
}
.template-cart .cart__sidebar .payment-icons-box .secure-text {
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 15px;
}
.template-cart .payment-icons-box .social-media a {
    min-width: 40px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    transition: all 0.2s ease;
}
.template-cart .payment-icons-box .social-media a svg path {
	fill: #000;
}
.template-cart .payment-icons-box .social-media a:hover {
    background-color: rgb(255 255 255 / 80%);
}

.template-cart .payment-icons-box .social-media i {
    min-width: 50%;
    height: 50%;
    width: 50%;
    color: inherit;
    margin: 0;
}
.template-cart .product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .js-product-button-add-to-cart {
    font-size: 12px;
}

.template-cart .product-collection .product-collection__wrapper .product-card-button-wrapper .product-card-button-column .button-quick-view {
    font-size: 12px;
}
.template-cart .product-collection .product-collection__wrapper .product-card-button-wrapper {
    width: calc(100% - 2rem);
}
@media(max-width: 767.98px){
	.template-cart .free-shipping{
		font-size: 14px;
		line-height: 1.5;
	}
.template-cart .payment-icons-box .social-media a {
        min-width: 32px;
        height: 32px;
        width: 32px;
    }
	.template-cart .cart-item-variant-wrapper .cart-item-product-type {
    font-size: 13px;
}
	.template-cart .cart-product-item-row .js-product-button-remove-from-cart svg {
    width: 16px;
    height: auto;
}
	.template-cart .cart__sidebar .cart-sidebar-main-title {
    margin-bottom: 10px;
}
	.template-cart .product-title {
    font-size: 14px;
}
.template-cart .cart__image {
    max-width: 70px;
    min-width: auto;
}
	.template-cart .cart-product-item-row .price span, .template-cart .cart-product-item-row .price {
    font-size: 16px;
}
	.template-cart .cart-product-item-row .cart_quantity {
        width: 120px;
}
.template-cart .cart-product-item-row .cart_quantity .product-cart__input-quantity {
    width: 50px !important;
    min-width: 50px !important;
}
.template-cart .cart-product-item-row .cart_quantity .quantity-data-control svg {
    width: 12px;
	height: auto
}
.template-cart .cart-product-item-row .cart_quantity .quantity-data-control {
    width: 35px;
    min-width: 35px;
}
	.template-cart .cart__head {
    border-radius: 5px;
    padding: 10px;
}
.template-cart .cart__head label {
    font-size: 14px;
}
    }
/* Cart Page End */


/* Faq Section Start */
.faq-section .faqs {
	background-color: #121212;
	margin-bottom: 1.5rem;
	border-radius: 1rem;

}

.faq-section .faqs:last-child {
	margin-bottom: 0;
}

.faq-section .faqs .faqs__head {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.3em;
	font-weight: 500;
}

.faq-section .faqs .rte {
	font-size: 1.6rem;
	line-height: 1.5em;
	    border-top: 1px solid rgb(255 255 255 / 10%);
}
.faq-section .faqs .faqs__cross svg {
	fill: #fff;
}
.faq-section .faqs .faqs__cross svg {
    fill: #fff;
    width: 30px;
}

@media(max-width: 767.98px) {
.faq-section .faqs .rte {
	font-size: 14px;
}
.faq-section .faqs .faqs__head {
	font-size: 15px;
}
.faq-section .faqs .faqs__cross svg {
    width: 25px;
}	
}
/* Faq Section End */

/* Contact Form Section Start */
.contact-form-wrapper {
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 10px;
	padding: 2.5rem;
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #121212;
}

.contact-form-wrapper form label {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.3em;
}

.contact-form-wrapper form input {
	height: 4.8rem;
}

.contact-form-wrapper form input,
.contact-form-wrapper form textarea {
	font-size: 14px;
	line-height: 1.4em;
	background: transparent !important;
	border: 1px solid rgb(255 255 255 / 10%) !important;
	border-radius: 6px;
	color: #fff !important;
}

.contact-form-wrapper form input::placeholder,
.contact-form-wrapper form textarea::placeholder {
	color: #838383 !important;
}

.contact-form-wrapper form {
	margin-bottom: 0;
}

.contact-form-main-wrapper .contact-form-head .home-section-subtitle {
	font-size: 15px;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 1259.98px) {
	.contact-form-main-wrapper .contact-form-head .home-section-subtitle {
		font-size: 14px;
	}
}

@media(max-width: 767.98px) {
	.contact-form-wrapper form label {
		font-size: 14px;
		margin-bottom: 7px;
	}

	.contact-form-wrapper form input,
	.contact-form-wrapper form textarea {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.contact-form-wrapper {
		padding: 15px;
		border-radius: 7px;
	}

}

/* Contact Form Section End */

/* Subscription Popup Start */
.popup-subscription-confirmation,
.popup-contact-confirmation {
	border-radius: 10px;
}

.popup-subscription-confirmation .popup-subscription-confirmation__message,
.popup-contact-confirmation .popup-contact-confirmation__message {
	background-color: transparent;
}
.popup-contact-confirmation .popup-contact-confirmation__title-icon svg,
.popup-subscription-confirmation .popup-subscription-confirmation__title-icon svg {
fill: #fff;
}
.popup-subscription-confirmation, .popup-contact-confirmation {
        background-color: #121212;
    }

.popup-subscription-confirmation .popup-subscription-confirmation__message p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
}

.popup-contact-confirmation .popup-contact-confirmation__message p {
	color: #ffff;
	font-weight: 500;
}
/* Subscription Popup End */


/* Static Page Start */
.static-page-wrapper .rte h2 {
    font-size: 2.6rem;
}
.static-page-wrapper .rte {
	font-size: 16px;
	line-height: 1.5em;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.static-page-wrapper .rte li {
	font-size: 16px;
	line-height: 1.5em;
}
.static-page-wrapper .rte ul:not(.list-unstyled) li:before{
	background-color: var(--theme-head-c);
}
.static-page-wrapper .rte h1,
.static-page-wrapper .rte h2,
.static-page-wrapper .rte h3,
.static-page-wrapper .rte h4,
.static-page-wrapper .rte h5,
.static-page-wrapper .rte h6 {
	margin-bottom: 10px;
}

@media(max-width: 1259.98px) {
	.static-page-wrapper .rte li {
		font-size: 15px;
	}

	.static-page-wrapper .rte {
		font-size: 15px;
	}
}

/* Static Page End */