/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
.page-template-page-incellderm .content-area {
    font-family: 'Cormorant Infant', serif;
}
.page-template-page-incellderm .content-area h1,
.page-template-page-incellderm .content-area h2,
.page-template-page-incellderm .content-area h3,
.page-template-page-incellderm .content-area h4,
.page-template-page-incellderm .content-area h5,
.page-template-page-incellderm .content-area h6 {
    font-family: 'Montserrat', sans-serif;
}
.page-template-page-incellderm #logo img {
    opacity: 0 !important;
    visibility: hidden;
}
.sliderBox .text-box.banner-layer {
    left: 15px;
}
.sliderBox .text-box.banner-layer h2 {
    font-size: 50px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
}
.sliderBox .text-box.banner-layer p {
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 0;
}
.sliderBox .text-box.banner-layer .button {
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
    transition: all 0.35s ease-in-out;
}
.sliderBox .text-box.banner-layer .button:hover {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}
.box-text-product-lists {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 20px;
}
.box-text-product-lists h3 {
    font-size: 30px;
    color: #232323;
    line-height: 1.25;
    position: relative;
    letter-spacing: .05em;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
}
.product-list {
    padding-top: 50px !important;
}
.about-box .custom-col {
    display: table;
    width: 100%;
}
.about-box .custom-col .col-inner {
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
}
.about-box .custom-col .col-inner .text {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #000000;
}
.about-box .custom-col .col-inner .text .section-title {
    line-height: 1.5;
    color: #000000;
    position: relative;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
.about-box .custom-col .col-inner .text p {
    text-align: justify;
}
.about-box .custom-col a.button {
    letter-spacing: 3px;
    background: transparent;
    color: #000000;
    padding: 10px 30px;
    font-size: 14px;
    border: 1px solid #000000;
    width: 165px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-family: 'Poppins',serif;
    font-weight: normal;
}
.about-box .custom-col a.button:hover {
    background: #000000;
    color: #FFF;
    box-shadow: none;
}
.about-box .custom-col .img-abs {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40% !important;
    aspect-ratio: 1/1;
}
.image-col > .col-inner,
.image-col > .col-inner .img-inner,
.image-col > .col-inner .img-inner img,
.image-col > .col-inner .img {
    height: 100%;
}
.image-col > .col-inner .img-inner img {
    object-position: center;
    object-fit: cover;
}
.custom-blog {
    justify-content: center;
}
.news {
    padding-bottom: 20px !important;
}
.news .box-blog-post .from_the_blog_excerpt {
    font-size: 16px;
}
.news .box-blog-post .badge .badge-inner .post-date-month {
    font-size: 18px;
    display: block;
}
.news .box-blog-post .badge .badge-inner .post-date-day {
    font-size: 30px;
    border-bottom: 1px solid #000;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.policy {
    padding-bottom: 30px !important;
}
.box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
    font-size: 16px;
    font-family: 'Poppins',serif;
}
.box-text-products.text-center .price {
    font-size: 18px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {
    
}

@media only screen and (max-width: 699.98px) {
    
}

@media only screen and (max-width: 549.98px) {

}

@media only screen and (min-width: 550px) {
    
}

@media only screen and (min-width: 700px) {
    
}

@media only screen and (min-width: 850px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {
    .about-box .custom-col .col-inner .text .section-title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1300px) {
    .about-box .custom-col .col-inner {
        padding: 50px;
        padding-right: calc( (100vw - 1200px)/2 + 15px );
        display: table-cell;
        vertical-align: middle;
    }
    .about-box .custom-row2 .custom-col .col-inner {
        padding-right: 50px;
        padding-left: calc( (100vw - 1200px)/2 + 15px );
    }
}