/*custom style css*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Playfair+Display:ital@1&display=swap');
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/futura/FuturaPT-Light.eot');
    src: url('../fonts/futura/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/futura/FuturaPT-Light.woff2') format('woff2'),
        url('../fonts/futura/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('../fonts/futura/FuturaPT-Bold.eot');
    src: url('../fonts/futura/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/futura/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/futura/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/futura/FuturaPT-Medium.eot');
    src: url('../fonts/futura/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/futura/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/futura/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Light Italic';
    src: url('../fonts/futura/FuturaPT-LightObl.eot');
    src: url('../fonts/futura/FuturaPT-LightObl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/futura/FuturaPT-LightObl.woff2') format('woff2'),
        url('../fonts/futura/FuturaPT-LightObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a:hover, .alink:hover{
    text-decoration: none;
}
body{
	font-family: 'Futura PT', sans-serif !important;
	font-size: 14px !important;
    color: #000000;
    font-weight: 500;
    line-height: 1.3;
}
p{
    font-size: 16px !important;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.6 !important;
}
.offer-container {
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown{
    left: 13px;
    min-width: 105px;
}
.page-header .header.content > .logo {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.2em;
    color: #000;
    font-size: 22px;
    font-family: 'Futura PT Medium';
    cursor: pointer;
}
.page-header .header.content > .logo:hover{
    text-decoration: none;
}
.page-header .header.content{
    padding:30px 85px 10px !important;
}
.sticky-logo .logo .header-logo-text{
    display: none;
}
.page-header .header.content > .logo img{
    display: none;
}
.sticky-logo .logo img {
    height: 56px !important;
}
.page-header .navigation li.level0.parent > a:after{
    display: none !important;
}
.page-header .nav-sections-item-content > .navigation{
    padding-left: 120px !important;
    display: flex;
    align-items: center;
}
.page-header.sticky-header .minicart-wrapper{
    top: 30% !important;
}
.page-header.sticky-header .navigation>ul{
    margin-left: 120px;
}
.page-header .panel.header .block-search{
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid #333!important;
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    margin-top: 8px !important;
}
.page-header .switcher strong, .page-footer .switcher strong{
    font-size: 14px !important;
    font-weight: 600 !important;
}
.block-search input{
    padding-left: 40px !important;
}
.page-header .block-search .action.search {
    position: absolute;
    left: 0;
}
.page-header .panel.header .switcher{
    display: flex !important;
    justify-content: flex-end;
    margin:0;
}
.page-header #search-close {
    position: absolute;
    right: 12px;
    top: 8px;
    text-indent: -9999px;    
    border: none;
    background: url(../images/close.png) no-repeat center !important;
    background-size: 15px !important;
    width: 20px;
    height: 20px;
}
.page-header #search-close:hover{
    background-color: transparent;
}
.full-screen-slider .porto-icon-chevron-left:before {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 1.3;
    padding-right: 4px;
}
.full-screen-slider .porto-icon-chevron-right:before{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 1.3;
    padding-left: 4px
}
.page-header.sticky-header .nav-sections, .page-header{
	background-color: #fff !important;
}
.page-header .navigation li.level0 > a{
	font-family: 'Futura PT', sans-serif !important;
	font-size: 14px !important;
	padding: 0 18px !important;
	color: #222 !important;
	letter-spacing: 1px !important;
}

.full-screen-slider{
    height: inherit !important;
}
@media(min-width:1920px){
    .full-screen-slider{
    height: 100vh !important;
}
}
.full-screen-slider .slider-item{
    text-align: center;
    position: static !important;
}
    
.full-screen-slider .slider-item:before {
    background-color: rgba(0,0,0,0);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 430ms;
    -webkit-transition: all 430ms;
    -moz-transition: all 430ms;
    -o-transition: all 430ms;
}
.full-screen-slider .slider-item .text-slider {
    position: absolute;
    top: 10%;
    visibility: hidden;
    opacity: 0;
    padding: 0 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 430ms;
    -webkit-transition: all 430ms;
    -moz-transition: all 430ms;
    -o-transition: all 430ms;
}
.full-screen-slider .slider-item .bottom-text {
    width: 100%;
    position: absolute;
    bottom: -19px;
    transition: all 430ms;
    -webkit-transition: all 430ms;
    -moz-transition: all 430ms;
    -o-transition: all 430ms;
}
.full-screen-slider  .slider-item:hover .bottom-text {
    bottom: -100px;
}
.full-screen-slider .slider-item .bottom-text h2 {
    line-height: 35px;
    font-family: 'Futura PT Medium';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.full-screen-slider .slider-item:hover .text-slider {
    top: 50%;
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 2;
}
.full-screen-slider .slider-item:hover:before {
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}
.full-screen-slider .text-slider h2, .full-screen-slider .slider-item .bottom-text h2{
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.full-screen-slider .text-slider p{
    line-height: 36px;
    color: #fff;
    font-size: 15px;
}
.full-screen-slider .text-slider .btn{
    border-radius: 40px !important;
    height: 40px !important;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    color: #fff;
    border: 2px solid #fff !important;
    background-color: transparent !important;
}
.full-screen-slider .owl-carousel .owl-item img{
    width: 100%;
}
.candle-section-wrapper, .home-category-wrapper{
    padding: 30px 0;
}
.candle-section-wrapper{
    background-color: #f4f4f4;
    margin-bottom: 30px;
}
.candle-section-wrapper .porto-ibanner-desc{
    top: auto !important;
    bottom: 15px;
    width: 91%;
}
.candle-section-wrapper .porto-ibanner-desc .btn{
    opacity: 0;
}
.candle-section-wrapper .porto-ibanner:hover .btn{
    opacity: 1;
}
.candle-section-wrapper .porto-ibanner-desc h2{
    color: #fff !important;
    font-family: 'Futura PT', sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase;
}
.candle-section-wrapper .porto-ibanner-desc p{
    color: #fff !important;
}
.candle-section-wrapper .porto-ibanner img, .shop-by-cat-item img {
    transition: transform 0.3s ease-in-out;
}
.candle-section-wrapper .porto-ibanner img:hover, .shop-by-cat-item:hover img {
    transform: scale(1.03);
}
.category-item{
    overflow: hidden;
}
.magicproduct .block-title-tabs {
    text-align: center;
}
.magicproduct .block-title-tabs .cms-title{
    margin-bottom: 20px;
}
.magicproduct .block-title-tabs h2{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
}
.porto-ibanner-desc .btn, .product-item .tocart{
    background-color: #404040 !important;
    border-color: #404040 !important;
    font-family: 'Futura PT'  !important;
    border-radius: 50px !important;
}
.price-box .price{
    font-family: 'Futura PT'  !important;
}
.cms-index-index .products-grid .product-item .product-item-details .product-item-name .product-item-link{
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    white-space: normal;
}
.cms-index-index .products-grid .product-item .product-item-details .product-item-name .product-item-link:hover{
    text-decoration: none;
}
.magicproduct.product.autoplay .product-item{
    padding: 0 30px !important;
}
.porto-ibanner{
    padding: 0 15px;
}
.magicproduct .block-title-tabs .sub-title{
    font-style: italic;
    font-size: 14px;
    color: #878787;
    margin-top: 5px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.home-product-wrapper .slick-prev.slick-arrow {
    color: #666;
    font-size: 20px;
    border: 2px solid #666;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 1.3;
}
.home-product-wrapper .product-items button{
    top: 40% !important;
}
.home-product-wrapper .slick-prev:before{
    margin-left: -2px;
}
.home-product-wrapper .slick-next.slick-arrow {
    color: #666;
    font-size: 20px;
    border: 2px solid #666;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 1.3;
}
.home-product-wrapper .slick-next:before{
    margin-left: -1px;
}
.cms-index-index .products-grid .product-item .product-item-info .sticker{
    text-align: center;
    font-size: 12px;
    top: 50px;
    z-index: 2;
    height: 24px;
    line-height: 24px;
    background: #fe9931;
    color: #ffffff;
    font-weight: bold;
    width: 60px;
    position: absolute;
    display: block;
}
.cms-index-index .products-grid .product-item .product-item-info .sticker.top-right{
    right: 15px;
}
.cms-index-index .products-grid .product-item .product-item-info .sticker.top-left{
    left: 15px;
}
.cms-index-index .products-grid .product-item .product-item-info .actions-no{
    position: absolute;
    top: 30%;
    left: 20%;
}
.cms-index-index .products-grid .product-item-actions {
    display: none;
}
.cms-index-index .products-grid .product-item:hover .product-item-actions{
    display: block;
}
.cms-index-index .products-grid .add-to-links {
    position: absolute;
    top:87px;
    left: 28%;
}
.cms-index-index .products-grid .product-item-actions .action{
    color: #fff !important;
    border:none !important;
    border-radius: 50px !important;
}
.magictabs{
    display: flex;
    justify-content: center;
}
.magictabs li{
    list-style: none;
    background: none !important;
    color: #878787;
    font-family: 'Futura PT Medium';
    border-radius: 20px;
    height: auto !important;
    line-height: 20px !important;
    padding: 8px 25px !important;
    border: 1px solid transparent !important;
    margin: 0 10px;
    cursor: pointer;
}
.magictabs li.activated{
    border: 1px solid #222 !important;
    color: #222;
}
.product-image-wrapper{
    min-height: 288px !important;
    padding-bottom: 0 !important;
}
.cms-index-index .products-grid .product-item .product-item-details .product-item-name{
    font-size: 20px !important;
    color: #222 !important;
}

.testimonial-wrapper{
    background-color: #f6f6f8;
    padding: 30px 0;
    margin-bottom: 30px;
}
.testimonial-wrapper .item{
    display: flex;
    flex-wrap: wrap;
}
.testimonial-wrapper .customer{
    width: 100px;
    height: 100px;
    margin:0 40px 0 0 !important;
}
.testimonial-wrapper .testimonial_text {
    width: 70%;
}
.TRENDING {
    padding: 0;
    display: none;
}
.TRENDING li.activated{
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-style: italic;
    font-size: 16px;
    color: #969696;
}
.testimonial-wrapper .testimonial_text .content {
    line-height: 24px;
    font-size: 18px;
    color: #000;
    font-style: italic;
    position: relative;
}
.testimonial-wrapper .testimonial_text .title-name {
    font-size: 20px;
    font-weight: bold;
    color: #f28600;
    margin-bottom: 15px;
}
.testimonial-wrapper .testimonial_text .info {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 35px;
}
.testimonial-rating{
    display: none;
}
.testimonial-wrapper .testimonial_text .content:before {
    content: "\e843";
    font-family: 'porto-icons' !important;
    position: absolute;
    top: -30px;
    left: -20px;
    font-size: 62px;
    z-index: 0;
    color: rgba(40,40,40,0.1);
    font-style: normal;
    line-height: 1;
}
.footer {
    overflow: hidden;
    background: #f5f5f5;
    width: 100%;
    padding: 60px 0;
    margin-top: 30px;
}
.footer .block-content {
    display: flex;
    justify-content: space-between;
}
div#footer-accordion {
    width: 60%;
    display: flex;
}
.footer .newslatter-container {
    max-width: 40%;
    flex: 0 0 40%;
}
div#footer-accordion .each-category-container {
    max-width: 100%;
    margin-bottom: 15px;
}
.block.newsletter{
    border-radius: 50px !important;
}
.block.newsletter .checkbox-wrap{
    margin-top: 15px;
}
.newsletter input{
    border: none !important;
}
.newsletter input:focus{
    box-shadow: none !important;
}
.block.newsletter {
    width: 86% !important;
}
.block.newsletter .field .control:before{
    display: none;
}
.block.newsletter input{
    padding-left: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #d8d8d8 !important;
    outline: none;
}
.block.newsletter input::placeholder{
    font-size: 1.6rem;
    color: #333;
    font-weight: 300;
}
.block.newsletter .action.subscribe{
    border: none !important;
    background: url(../images/arrow.svg) no-repeat center !important;
    border-bottom: 1px solid #d8d8d8 !important;
    width: 47px;
    border-radius: 0 !important;
}
.block.newsletter .action.subscribe span{
    text-indent: -99999px !important;
    display: inline-block;
}
.footer + div{
    padding: 10px 0;
    text-align: center;
    background-color: #eee;
}
.footer .newslatter-container .block-title {
    margin-bottom: 10px;
    
}
.footer .newslatter-container .block-title strong{
    color: #000;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.main-heading{
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.2em;
    font-weight: 600 !important;
    margin:0 0 20px;
}
.main-heading:before {
    content: '';
    border-bottom: 1px solid #333;
    display: inline-block;
    width: 50px;
    position: absolute;
    top: 12px;
    margin-left: -70px;
}
.main-heading:after {
    content: '';
    border-bottom: 1px solid #333;
    display: inline-block;
    width: 50px;
    position: absolute;
    top: 12px;
    transform: translate(17px, 0px);
}
.image-blog a {
    display: inline-block;
    overflow: hidden;
}
.image-blog img{
    transition: transform 0.3s ease-in-out;
}
.image-blog img:hover {
    transform: scale(1.03);
}
.home-post-title .postTitle{
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 15px;
}
.date-post .day {
    color: #666;
    margin-bottom: 5px;
}
.blog-slide {
    padding-right: 44px;
}
.info-blog-content .postContent{
    font-size: 18px;
    color: #676767;
    line-height: 1.75; 
}
.read-more-button a {
    color: #000;
    font-size: 14px;
    padding-top: 15px;
    display: inline-block;
}

#footer-accordion .block-content .links li a {
    margin-bottom: 12px;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
body .page-footer .footer .container .row {
    width: 100%;
}
.footer .block-content{
    display: block !important;
}
div#footer-accordion .each-category-container {
    max-width: 31.666667%;
    margin-bottom: 15px;
    flex: 0 0 31.666667%;
}
div#footer-accordion .block-title {
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
b, strong{
    font-weight: normal !important;
}


.home-category-wrapper .owl-controls {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.home-category-wrapper .owl-controls .owl-prev {
    position: absolute;
    left: -55px;
    top: 30%;
}
.home-category-wrapper .owl-controls .owl-next {
    position: absolute;
    top: 30%;
    right: -55px;
}
.home-category-wrapper .owl-controls .owl-prev .porto-icon-chevron-left:before,.home-category-wrapper .owl-controls .owl-next .porto-icon-chevron-right:before{
    color: #666;
    font-size: 20px;
    border: 2px solid #666;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 1.3;
}
.home-category-wrapper .owl-controls .owl-prev .porto-icon-chevron-left:before {
    padding-right: 3px;
}
.home-category-wrapper .owl-controls .owl-next .porto-icon-chevron-right:before{
    padding-left: 3px;
}
.home-category-wrapper .owl-carousel .owl-stage-outer{
    z-index: 3;
}
.shop-by-cat-item .cat-thumb{
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
}
#totop{
    display: none !important;
}
.wptuch {
    position: fixed;
    top: 90%;
    z-index: 4;
    right: 0.8%;
    margin: 5px;
    transition-delay: 5s;

}
.wptuch a {
    background: #3f3f3f;
    padding: 15px;
    border-radius:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-section {
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}
.service-col {
    display: flex;
    flex-wrap: wrap;
}
.icon-col {
    margin: 14px 15px 0 0;
}
.icon-col img {
    max-height: 34px;
}
.icon-col i {
    font-size: 25px;
}
.service-text{
    width: 70%;
}
.service-text h4 {
    margin-bottom: 5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}
.two-images-wrapper{
    padding: 30px 0;
}
.text{
    position: absolute;
    top: 10%;
    visibility: hidden;
    opacity: 0;
    padding: 0 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 430ms;
    -webkit-transition: all 430ms;
    -moz-transition: all 430ms;
    -o-transition: all 430ms;
}
.text h2{
    font-family: 'Futura PT medium';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.two-images-wrapper .image-col:before {
    background-color: rgba(0,0,0,0);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 430ms;
    -webkit-transition: all 430ms;
    -moz-transition: all 430ms;
    -o-transition: all 430ms;
}
.two-images-wrapper .image-col:hover:before {
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}
.two-images-wrapper figure img {
    width: 100%;
}
.two-images-wrapper .image-col:hover .text {
    top: 50%;
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 2;
}
.social-icons-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.social-icons-list li {
    margin: 0 10px;
}
.social-icons-list li:first-child{
    margin-left: 0;
}

.payment-icons-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 !important;
}
.payment-icons-list li {
    margin: 0 5px;
}
.payment-icons-list li:first-child{
    margin-left: 0;
}
.payment-icons-list li a img {
    height: 20px;
}
.list-icon li{
    margin-bottom: 15px;
}
.list-icon li span{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.list-icon li .address-icon{
    background: url('../images/location.png') no-repeat;
    background-size: 13px !important;
}
.list-icon li .mail-icon{
    background: url('../images/mail.png') no-repeat center left;
    background-size: 16px !important;
}
.list-icon li .call-icon{
    background: url('../images/phone-call.png') no-repeat;
    background-size: 16px !important;
}

/* About Us */
.banner-wrapper{
    height: 700px;
    background-image: url('https://mahonie.co/pub/media/wysiwyg/smartwave/porto/aboutus/banner-img.jfif');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-wrapper img{
    width: 100%;
}
.banner-text{
    margin: 0 auto;
    position: absolute;
    width:710px;
    height: 166px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 95px;
    color: #fff;
    font-family: 'Futura PT Bold';
}
.cms-index-index .banner-wrapper{
    display: none;
}
.banner-wrapper + .entry-content {
    padding-top: 700px;
}
.entry-content h3{
    font-family: 'Futura PT Bold';
    text-align: center;
    color: #000;
    font-size: 24px;
}
.grey-bg{
    background-color: rgba(244, 244, 244, 1);
    margin: 80px 0;
    padding: 80px 0;
    text-align: center;
    position: relative; 
}
.grey-bg:before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: -100%;
    background-color: rgba(244, 244, 244, 1);
    top: 0;
}
.grey-bg:after{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    right: -100%;
    background-color: rgba(244, 244, 244, 1);
    top: 0;
}
.grey-bg h4{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.our-products h5{
     font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.6;
}
.grey-bg p{
    text-transform: uppercase;
    font-family: 'Futura PT Medium';
}
.our-products{
    border: 1px solid rgba(237, 237, 237, 1);
    text-align: center;
}
.product-inner {
    max-width: 630px;
    display: inline-block;
    padding: 50px 15px;
}
.row-wrapper img {
    max-height: 675px;
}
.row-wrapper-2 img{
    max-height: 475px;
    width: 100%;
}
.video-wrapper{
    min-height: 700px;
    margin: 80px 0;
}
.cms-about-us .page-main{
    padding: 40px 0 !important;
}
.image-prallax-section{
   height: 800px;
    background-image: url('https://mahonie.co/pub/media/wysiwyg/smartwave/porto/aboutus/about-img-4.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    margin-bottom: 80px;
}
.image-prallax-section-2{
   height: 800px;
    background-image: url('https://mahonie.co/pub/media/wysiwyg/smartwave/porto/aboutus/about-img-3.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    margin-bottom: 80px;
}
.image-prallax-section-3{
   height: 400px;
    background-image: url('https://mahonie.co/pub/media/wysiwyg/smartwave/porto/aboutus/about-img-5.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.image-text{
    display: inline-block;
    min-height: 182px;
    max-width: 400px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.image-text h4{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.6;
}
.image-text a{
    padding: 10px 20px;
    border: 1px solid #2C2A34;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}
.image-text a:hover{
    text-decoration: none;
    background-color: #404040;
    border-color: #404040;
    color: #fff;
}
.image-icon-section{
    min-height: 270px;
    text-align: center;
}
.image-icon a{
    display: inline-block;
}
.image-icon a img{
    max-height: 142px;
}
.row-wrapper-3{
    border-top: 1px solid #e8e8e1;
    padding: 80px 0 0;
    text-align: center;
}
.row-wrapper-3 .btn{
    color: black;
    border: 1px solid #e8e8e1;
    background-color: transparent;
}
.top-header-offer {
    float: left;
    font-size: 16px;
    font-weight: 600;
    width: 96%;
    text-align: center;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart{
    color: #fff !important;
}
.action.primary{
    background-color: #404040 !important;
    border-color: #404040 !important;
    border-radius: 50px !important;
    font-family: 'Futura PT Medium' !important;
    color: #fff !important;
}
.page-header .nav-sections-item-title, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus, .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus, .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus{
    background-color: #404040 !important;
    border-color: #404040 !important;
    color: #fff !important;
}


/* Meditation */
.cms-meditation .banner-wrapper, .cms-learn .banner-wrapper{
    background: #eae9e5;
    min-height: 800px;
}
.cms-meditation .banner-text, .cms-learn .banner-text{
    border: none;
    width: 100%;
    color: #522900;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 190px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.6;
}
.cms-meditation .banner-img, .cms-learn .banner-img{
     background: url('https://mahonie.co/pub/media/wysiwyg/smartwave/porto/aboutus/hero-yoga.png') no-repeat center 54px;
     display: inline-block;
     position: absolute;
     z-index: 3;
     height: 653px;
    width: 863px;
    background-size: contain;
}
.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 120vw;
}
.flex-item{
    width: 33.33%; 
    overflow: hidden;
    position: relative;
}
.flex-item img {
  width: 100%;
    display: block;
    transition: transform 0.3s ease-in-out;
    background-color: #000;
}
.flex-item img:hover {
    transform: scale(1.03);
    opacity: .9;
}

.cms-meditation .page-main, .cms-learn .page-main{
    padding:15px !important;
}

.flex-item:before {
    background-color: rgba(0,0,0,0);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 430ms;
    -webkit-transition: all 430ms;
    -moz-transition: all 430ms;
    -o-transition: all 430ms;
}
.flex-item:hover:before {
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}
.flex-item:hover .text {
    top: 50%;
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 2;
}
.notify-slider .slider, .notify-slider-wrapper, .notify-slider-wrapper .products.wrapper.grid .product-item{
    background-color: #454545 !important;
}
.notify-slider .slider, .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a, .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased, .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased{
    color: #fff !important;
}
.notify-slider{
    margin: 0 !important;
    height: 78px !important;
    border-radius: 0 !important;
}
.notify-slider .address-purchased {
    display: none !important;
}

.notify-slider .slider{
    margin: 0 !important;
}
ul.slider.products.list.items.product-items {
    height: 80px !important;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name, .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased{
    margin-bottom: 0 !important;
}
.suggest-slider .x-close{
    color: #fff !important;
    right: 5px !important;
}
/* 02-04-22 */
.notify-slider .product-label{
    display: none !important;
}

/* 20-4-22 */
.instagram-feed .title{
    display: none;
}
.instagram-feed-wrapper{
    margin-top: 30px;
    padding: 25px 0;
    /*background-color: #f6f6f8;*/
}
.instagram-list {
    padding: 0;
}
.instagram-list .slick-slide a {
    position: relative;
    overflow: hidden;
    display: block;
}
.instagram-list .slick-slide a:hover:before {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.instagram-list .slick-slide a:hover:before {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.instagram-list .slick-slide a:before {
    display: inline-block;
    font-family: 'porto-icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f83d";
    font-size: 40px;
    vertical-align: middle;
    transform: translateY(100%);
    transition: all 500ms ease;
    backface-visibility: hidden;
    background: -webkit-linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8));
    background: linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -100%);
    opacity: 0;
    font-weight: 700;
    z-index: 1;
}

/* Media Queries */
@media (min-width: 768px) and (max-width:1024px){
.page-header .nav-sections-item-content > .navigation{
    padding-left: 0 !important;
}
.page-header .header.content{
    padding: 24px 15px !important;
}
.list-icon li span{
    display: none;
}
}
@media(max-width:1024px){
.cms-meditation .banner-wrapper, .cms-learn .banner-wrapper {
    background: #eae9e5;
    min-height: inherit;
    height: 663px;
}
.cms-meditation .banner-img, .cms-learn .banner-img{
    background-position: center 103%;
    height: inherit;
    width: 86%;
    background-size: contain;
}
.cms-meditation .banner-text, .cms-learn .banner-text{
    font-size:8rem;
}
}
@media (max-width: 767px){
.page-footer .col-md-2 {
    width: 100%;
    float: left;
    padding: 0;
}
.each-category-container .block-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\f856';
    transform: rotate(89deg);
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    float: right;
}
.each-category-container.active .block-title strong:after {
    content: '\f856';
    transform: rotate(270deg);
}
#footer-accordion .each-category-container .block-content {
    display: none !important;
}
#footer-accordion .each-category-container.active .block-content {
    display: block !important;
}   
.footer .links>li {
    background: #fff;
    font-size: 1.6rem;
    border-top: 1px solid #ddd;
    margin: 0;
    padding:15px 15px 2px;
}
div#footer-accordion .block-title{
    padding: 0 15px;
}
div#footer-accordion {
    width: 100%;
    display: block;
    margin-top: 30px;
}
div#footer-accordion .each-category-container {
    max-width: 100%;
    margin-bottom: 15px;
    flex: 0 0 100%;
}
.page-header .nav-toggle {
    position: absolute;
    left: 15px;
    top: 46px;
}
.main-heading, .magicproduct .block-title-tabs h2{
    font-size: 17px;
}
.full-screen-slider .porto-icon-chevron-right:before{
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 1.5;
    padding-left: 2px;
    font-size: 17px;
}
.full-screen-slider .porto-icon-chevron-left:before {
    font-size: 17px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 1.5;
    padding-right: 1px;
}
.full-screen-slider .owl-controls{
    top: 60% !important;
}
.home-category-wrapper .owl-controls{
    z-index: 5;
}
.home-category-wrapper .owl-controls .owl-next{
    right: -27px;
}
.home-category-wrapper .owl-controls .owl-prev{
    left: -27px;
}
.offer-container{
    justify-content: center;
    padding: 0 20px !important;
}
.alo-content-621cfb59d1d72.magicproduct.product.autoplay .content-products, .alo-content-621cfb5ada95d.magicproduct.product.autoplay .content-products{
    margin: 0 !important;
}
.magictabs{
    margin: 0;
    padding: 0;
}
.magictabs li{
    line-height: 15px !important;
    padding: 8px 15px !important;
    border-radius: 40px;
}
.testimonial-wrapper .item{
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.testimonial-wrapper .customer{
    display: inline-block;
    margin: 0 0 30px !important;
}
.testimonial-wrapper .testimonial_text .info{
    text-align: center;
}
.page-header .nav-sections-item-title{
    width:33.3% !important;
}
.page-header .nav-sections-item-content > .navigation{
    padding-left: 0 !important;
    width: 100%;
}
.navigation ul{
    width: 100%;
    margin: 0;
}
.sw-megamenu.navigation li.ui-menu-item{
    padding: 10px 0;
}
.page-header .navigation li.level0 > a{
    font-weight: bold;
}
.nav-sections .header.links li, .nav-sections .header.links a{
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #222 !important;
}
.full-screen-slider .text-slider .btn{
    padding: 0 15px;
}
.full-screen-slider .text-slider h2 {
    font-size: 20px;
}
.full-screen-slider .slider-item:hover .text-slider{
    top: 59%;
}
.service-col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.page-footer .footer .container .row{
    margin: 0;
}
.block.newsletter {
    width: 100% !important;
}
.footer {
    padding: 30px 0;
    margin-top: 30px;
}
.block.newsletter .action.subscribe {
    background-size: 25px !important;
}
.list-icon li{
    margin-left: 15px;
}
.cms-index-index .product-image-wrapper {
    min-height: 200px !important;
}
.list-icon li span{
    display: block;
}
.page-header .header.content {
    padding:40px 15px 10px !important;
}
.icon-col{
    margin: 0;
} 
 .full-screen-slider .slider-item .bottom-text h2{
    font-size: 30px;
 }  
 .full-screen-slider .slider-item .bottom-text{
    bottom: -25px;
 }
 .info-blog-content .postContent{
    line-height: 1.2;
 }
 .blog-slide {
    padding-right: 15px;
}
.footer .newslatter-container {
    max-width: 100%;
    flex: 0 0 100%;
}
.banner-text{
    font-size: 55px;
    width: 80%;
}
.banner-wrapper + .entry-content {
    padding-top: 520px;
}
.img-col {
    order: 2;
}
.cms-about-us .entry-content .row{
    margin: 0;
}
.grey-bg{
    margin:30px 0 !important;
    padding: 40px 0;
}
.row-wrapper-3 .btn, .video-wrapper{
    margin-bottom: 30px !important;
}
.grey-bg h4{
    font-size: 25px;
}
.image-prallax-section-2,.image-prallax-section{
    height: 500px;
    margin-bottom: 40px;
}
.image-text{
    max-width: 80%;
}
.open-children-toggle:after{
    font-size: 24px;
    line-height: 15px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin:15px 0 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.page-header .header.content > .logo{
    margin-left: 20px !important;
}
.top-header-offer{
    left: 13px;
}
.page-header.type14 .navigation li.level0 > a {
    padding: 13px 36px 13px 15px !important;
}
.sw-megamenu.navigation li.ui-menu-item{
    padding: 0 !important;
}
.navigation .level0{
    font-size: 16px !important;
    text-transform: uppercase !important;
}
.top-links-area, .my-wishlist, .page-header .panel.header .switcher{
    display: none !important;
}
.nav-sections-item-title.active>a{
    color: #fff !important;
}
.page-header .panel.header .block-search{
    position: static !important;
    top: auto !important;
    margin-top: 0 !important;
    border: none !important;
}
.page-header .block-search .label.active + .control input{
    top: 85px !important;
    min-width: inherit !important;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
}
.page-header .block-search input{
    width: 80%;
}
.page-header #search-close{
    display: none !important;
}
.cms-meditation .banner-text, .cms-learn .banner-text{
    font-size:7rem;
}
.cms-meditation .banner-img, .cms-learn .banner-img {
    background-position: center 50%;
    width: 98%;
    background-size: contain;
}
.cms-meditation .banner-wrapper, .cms-learn .banner-wrapper {
    height: 463px;
}
.cms-meditation .banner-wrapper + .entry-content, .cms-learn .banner-wrapper + .entry-content {
    padding-top: 320px;
}
.porto-ibanner{
    padding: 0;
}
}
@media(max-width:412px){
.cms-static-instagram .main-heading:before{
    width: 40px;
    margin-left: -50px;
    top: 9px;
}
.cms-static-instagram .main-heading:after {
    width: 40px;
    top: 9px;
    transform: translate(7px, 0px);
}
}
@media(max-width:375px){
.cms-static-instagram {
    padding: 0 34px;
}
.cms-static-instagram .main-heading:after{
    transform: translate(31px, 0px);
}
}
@media(max-width:480px){
.flex-container{
    height: inherit;
}
.flex-item{
    width: 100%;
}
.cms-meditation .banner-text, .cms-learn .banner-text{
    font-size:4rem;
}
}