/***
=============================================
Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 93px 0px 93px;
    overflow: hidden;
    z-index: 1;
}

.thm-btn09{
    position: relative;
    display: inline-block;
    /* color: var(--cleanin-white); */
    font-size: 14px;
    line-height: 55px;
    font-weight: 600;
    /* background: var(--cleanin-base); */
    border-radius: 5px;
    border: 1px solid black;
    padding: 0px 35px 0px;
    overflow: hidden;
    font-family: var(--cleanin-font);
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.single-product-style1__img img{
    width: auto !important;
    height: 300px !important;
    margin:20px auto 0px;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--cleanin-black);
    background-blend-mode: luminosity;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--cleanin-base-rgb), 0.5);
    content: "";
    z-index: -1;
}

.page-header .shape1 {
    position: absolute;
    top: -130px;
    left: -120px;
    opacity: 0.5;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.page-header__inner h2 {
    color: var(--cleanin-white);
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.page-header__inner .thm-breadcrumb li {
    color: var(--cleanin-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 5px;
}

.page-header__inner .thm-breadcrumb li:first-child {
    margin-left: 0px;
}

.page-header__inner .thm-breadcrumb li:last-child {
    margin-right: 0px;
}

.page-header__inner .thm-breadcrumb li a {
    color: var(--cleanin-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    top: 2px;
}