.heading h2 {
	text-transform: none;
    font-style: italic;
    font-weight: 700;
}
.heading.type1 h2 {
font-size: 3.375rem;
}
.heading.type2 h2 {
font-size: 3rem;
}
.heading.type1 span {
    font-family: var(--font-gilroy);
	font-weight: 500;
	text-transform: uppercase;
    font-style: normal
}
.product__thumbs {
    padding-top: 127%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.product__thumbs img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-position: center;
	object-fit: cover;
	border-radius: 4px;
	transition: all .5s ease-in-out
}
.product__image__featured img.product__gallery__image {
	opacity: 0
}
.product__image__featured:hover img.product__gallery__image{
	opacity: 1;
	z-index: 3
}
a.product__title {
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
    transition: all .3s;
}
.product__categories a {
    color: #828282;
    text-transform: uppercase;
    font-size: 1rem;
}
span.out-of-stock-text {
    font-size: 1rem;
    text-transform: uppercase;
    color: #EB5757;
    font-weight: 600;
}
.product__categories {
    margin-bottom: 1rem;
}
.product__text__box {
    padding: 1.25rem 0;
}
.overlay__prd {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #00000033;
	opacity: 0;
	z-index: -1;
	transition: all .3s
}
.product__image__featured:hover .overlay__prd {
	opacity: 1;
	z-index: 9
}
.product__add__to__cart {
     position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateX(48deg);
    width: max-content;
	min-width: max-content;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	transform-origin: bottom;
}
.product__image__featured:hover .product__add__to__cart{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) rotateX(0);
}
.product__add__to__cart .add_to_cart_button:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/flatsome-child/images/icon-cart.png);
    width: 1.875rem;
    height: 1.875rem;
    background-size: contain;
    filter: brightness(0) invert(1);
    left: 4%;
}
.add_to_cart_button, .added_to_cart, .product__add__to__cart a.button {
    font-size: 1.125rem !important;
    color: #fff !important;
    margin: 0 !important;
    border-radius: 4px !important;
    background: #000000 !important;
    font-weight: 500 !important;
    padding: 0.825rem 1rem !important;
    transition: all .3s;
    min-height: auto !important;
    line-height: normal !important;
}
a.button.add_to_cart_button {
	padding-left: 3rem !important
}
.product__add__to__cart a.button:hover {
	background: #5e5e5e !important
}

.Ss__border__top {
	border-top: 1px solid #E0E0E0
}
.wrapper__ss__stt3 .box__text__feat p {
    font-size: 4rem;
    color: #000;
    font-family: var(--font-sub);
    font-weight: 400;
    letter-spacing: -3px;
    margin: 0;
    display: inline-block;
    background: #fff;
    position: relative;
	line-height: 1.17;
}
.box__text__feat p span {
	color: #00000080;
	display: inline-block
}
.text__w__border {
	position: relative
}
.text__w__border:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	bottom: 27%;
	left: 0
}
.wrapper__ss__stt3 .box__text__left .text__w__border p {
    padding-right: 0.5rem
}
.wrapper__ss__stt3 .box__text__right .text__w__border p {
    padding-left: 0.5rem
}
.box__center__logo {
    width: 15rem;
    height: 15rem;
    background: #CFA187;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box__center__logo img {
	filter: brightness(0) invert(1);
} 
.box__center__logo .img	 {
	width: 11.563rem !important;
}
.Ss__homepage__stt3 .wrapper__ss__stt3 .col__right {
    display: flex;
    align-items: flex-end;
}
.sub__title__2 h4 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
	margin-bottom: 0
}
.title__special h2 {
    display: inline-block;
    width: max-content;
}
.title__special {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	margin-bottom: 1.25rem
}
.title__special h2 {
    display: inline-block;
    width: max-content;
    font-size: 6.238rem;
    margin: 0;
    line-height: 1;
    font-style: italic;
}
.title__special h2.bot {
    padding-left: 9rem;
}
.wrapper__bottom_stt3 .img__feat img {
	width: 18.75%
}
.wrapper__bottom_stt3 .img__feat .img-inner {
	display: flex;
	justify-content: center
}
.wrapper__bottom_stt3 {
    position: relative;
}
.wrapper__bottom_stt3 .box__bottom__stt3 {
	padding-top: 4rem;
}
.wrapper__bottom_stt3 .bg__hp__stt3 {
	position: absolute;
	width: 100%;
	height: 87.75%;
	left: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 57%;
}

.wrapper__bottom_stt3 .bg__hp__stt3:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 1

}
.row__top__stt3 {
    margin-bottom: 2rem;
}
.box__desc__header {
    max-width: 46.875rem;
    margin: 0 auto;
}
.slider__unoverf .flickity-viewport {
	overflow: visible !important
}

.slider__focus__hp .flickity-slider>:not(.is-selected) {
    transform: scale(0.95) !important;
	opacity: 1 !important
}
.heading__giltroy h2 {
    font-size: 2.25rem;
    font-family: 'SVN-Gilroy';
    font-weight: 700;
}
.slider__certi .img {
	margin: 0 0.875rem !important
}
.slider__certi .img > .img-inner {
    background: #F1F1F1;
}
.slider__pd0 .slider {
	padding: 0 !important
}
.text__step p {
    font-size: 2.25rem;
    font-family: var(--font-sub);
    font-weight: 500;
    color: #000;
    margin: 0;
    display: inline-block;
    position: relative;
    background: #fff;
	letter-spacing: 0
}
.box__text__left .text__step .text__w__border p {
	padding-right: 1rem
}
.box__text__feat .text__step:not(:last-child) {
    margin-bottom: 3rem;
}
.box__text__right .text__step .text__w__border p {
    padding-left: 1rem;
}
.wrapper__iconbox__feat .icon-box-img {
	width: 14.375rem !important
}
.wrapper__iconbox__feat .icon-box {
    padding: 0 2rem;
}
.wrapper__iconbox__feat .icon-box-text h3 {
    font-family: var(--font-gilroy);
    font-size: 2rem;
    font-weight: 500;
    display: block;
    min-height: 6rem;
}
.col__slogan .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 3rem
}
.col__slogan h2, .col__slogan p{
	margin: 0
}
.Ss__homepage__stt8:before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
   width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}
.wrapper__slogan {
    padding: 11.5rem 0;
}
.col__right__btn .col-inner {
    display: flex;
    justify-content: flex-end;
}
p.text__insta {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}
.wrapper__grid__images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.875rem;
}
.wrapper__grid__images .item__img:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
}
.wrapper__grid__images .item__img {
	position: relative
}
.wrapper__grid__images .item__img:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0 , .7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all .3s
}
.wrapper__grid__images .item__img:hover:before, .wrapper__grid__images .item__img:hover i.fa-instagram{
	opacity: 1
}
.wrapper__grid__images .item__img:hover img {
	transform: scale(1.1)
}
.wrapper__grid__images i.fa-instagram {
    position: absolute;
	opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.5rem;
	transition: all .3s;
	z-index: 2
}

.text__testi {
    color: #B78163;
    font-family: var(--font-sub);
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
}

.text__testi p {
    margin-bottom: 1rem;
}
.text__country p {
    color: #000;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
	margin-bottom: 1rem
}
.pagi__slick_testi {
    display: flex;
    justify-content: center;
}
.wrapper__dots__pagi ul {
	margin: 0
}
.wrapper__slick__testi {
    position: relative;
    max-width: 45rem;
    margin: auto;
    padding: 4.5rem 0 3.25rem;
}
.col__left__footer__top > .col-inner {
    padding-right: 13rem;
}