.productsMain .productbox-inner .produktdesc-katseite{
    display: none;
}
.productsMain .productbox {
        text-align: left;
    padding: 10px !important;
    border: 1px solid transparent;
    background: #fff !important;
    max-height: 400px;
    height: 100%;
}
.productsMain .catgryimgs img {
    max-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mainBody.ctageoryMasterLayout .breadcumb{
    margin-bottom: 30px;
}
.mainBody.ctageoryMasterLayout p{
    margin: 0;
}
.mainBody.ctageoryMasterLayout .breadcrumb li, .mainBody.ctageoryMasterLayout .breadcrumb li a{
    color: #000 !important;
}
.mainBody{
    background: #f4f4f5;
}
.main-heading{
    color: #000;
}
.topBanner img{
    height: 205px;
    width: 100%;
    object-fit: cover;
}
.productBoxCrd {
    display: flex;
    flex-direction: row;
    border: 1px solid #00c0be;
        border-radius: 5px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.ketgrysection{
    row-gap: 10px;
    margin-top: 20px;
}
.productBoxCrdImg {
    min-height: 95px;
    height: 100%;
    max-width: 35%;
    background-color: #f0f0f0;
    border-right: 1px solid #00c0be;
        border-radius: 5px;
    color: #888;
    font-style: italic;
    width: 100%;
    overflow: hidden;
}
.productBoxCrdImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productBoxCrdTxt {
    padding: 5px;
        max-width: 65%;
        width: 100%;
}
.productBoxTlt {
        font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px 0;
    color: #000;
}
.productBoxTlt a{
    color:#000;
}
.productBoxDes {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin: 0;
}
.productEmtyBox {
    background-color:#e5e5e5;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    border-radius: 5px;
}
.productEmtyBoxTxt {
        font-size: 18px;
    color: #000;
    line-height: 22px;
}
.ketgrysection .productEmtyBoxTxt {
    font-size: 26px;
    color: #000;
    line-height: 36px;
    font-weight: 500;
}
.aktionBanner{
    margin-bottom: 30px;
}
.productsMain{
    padding: 50px 0;
}
.productList-controls .productListControlBtn {
    padding: 8px 15px;
    margin-right: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    font-size: 0.9em;
}
.productList-controls .productListControlBtn.active {
    background-color: #f5f5f5;
    border-color: #000;
}
.listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.listing-header .h2Title {
    margin-bottom: 0;
}
.h2Title {
    font-size: 1.8em;
    font-weight: 500;
    color: #000;
}
.h2Title a{
    color:#000;
}
.pagination-infoTop {
    font-size: 0.9em;
    color: #666;
    display: flex;
    align-items: center;
}
.pagination-navTop {
    margin-left: 10px;
    border: 1px solid #ddd;
    display: inline-flex;
    height: 30px;
}
.pagination-navTop .pageNavArrow {
        display: inline-block;
    padding: 0;
    text-decoration: none;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
}
.kmaterctegor{
    background: #fff;
    padding: 15px;
    height: 100%;
}
.kmaterctegor #sidepanel_left{
    padding: 0;
    position: sticky;
    top: 10px;
}
.sidebar-title {
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0px 0 10px 0;
    color: #000;
}
.productList-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.productList-list li {
    padding: 5px 15px;
    border-left: 3px solid transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productList-list li a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.95em;
    padding: 5px 0;
    flex-grow: 1;
}
.productListBox {
    text-align: left;
    padding: 10px;
    border: 1px solid transparent;
    background: #fff;
    max-height: 355px;
    height: 100%;
}
.proMidAd img{
    max-height: 355px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.productListBoxImg {
    height: 250px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-style: italic;
    overflow: hidden;
}
.productListBoxImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productListRating {
    color: orange;
    font-size: 1em;
    margin-bottom: 0px;
}
.productListName {
    font-size: 1em;
    margin: 0 0 0px 0;
    font-weight: 600;
    color: #000;
}
.productListPrice {
        font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: red;
}
aside.sidebar {
    background: #fff;
    padding: 10px;
    margin-top: 30px;
    height: calc(100% - 50px);
}
.sidebarInner{
    position: sticky;
    top: 10px;
}
.extGrnTxt p {
    color: green;
    font-weight: 500;
}
.note-box {
    background-color: #dabd18;
    padding: 50px 20px; 
    box-sizing: border-box;
    margin-top: 50px;
}

.note-box p {
    color: black;
    font-family: inherit;
    font-size: 24px;
    line-height: 1.3;
    font-weight: normal; 
    margin: 0;
}
.proContentSec .content-area p{
    font-size: 18px;
    color: #000;
}
.content-area ul{
    margin: 10px 0;
    font-size: 18px;
    color: #000;
    padding-left: 25px;
}
.contentProInner {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.contentProDetail {
    padding: 10px 10px 15px 10px;
    display: flex;
    flex-direction: column;
}
.contentProUserInfo {
    font-size: 11px;
    color: #555;
    margin-bottom: 5px;
}
.contentProRating {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.contentProStar {
    color: #e54c3c;
    font-size: 18px;
    margin-right: 5px;
    line-height: 10px;
}
.contentMidPro{
    padding-top: 50px;
}
.contentProRCount {
    font-size: 11px;
    color: #555;
    margin-right: auto;
}
.contentProLink {
    font-size: 11px;
    color: #1a73e8;
    text-decoration: none;
}
.contentProImg img {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
}
.contentProText {
    font-size: 14px;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.contentProductBox h3 {
    margin-bottom: 7px;
    color: #000;
    font-size: 18px;
}
.proContentImg1 img {
    max-height: 340px;
    width: 100%;
    object-fit: cover;
}
.boxBrown{
    background: #DABD18;
    color: #000;
    padding: 25px;
}
.boxBrown h5 {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
}
.proContentSec{
    margin-bottom: 50px;
}
.aktinsale{
    margin-top: 20px;
}
.aktinsale img{
    width: 100%;
}
.contentMidSideBox{
    padding: 50px 0;
}
.style-card .image-container{
    width: 100%;
    height: 250px;
    background: #ddd;
    margin-bottom: 8px;
}
.style-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.styleCardTlt{
        font-size: 18px;
    font-weight: 500;
}
.style-card a{
    color: #000;
    text-decoration: none;
}
.midTlt {
    background: linear-gradient(90deg,rgba(42, 88, 87, 1) 68%, rgba(90, 190, 189, 1) 99%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.midTlt img {
    height: 80px;
    object-fit: scale-down;
}

.midTlt h6 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.h3Title{
    font-size: 22px;
    color: #000;
}
.hlfTxtImg img{
    width: 100%;
}
.faqLftTxt {
    padding: 10px 15px;
    background: #000;
    color: #fff;
}
.sectntitleimg img{
    width: 100%;
}
.faq-nav {
    padding: 0;
    margin: 0;
}
.faq-nav li.faq-nav-item {
    list-style: none;
    padding: 12px 15px;
    background: #000;
    color: #fff;
    font-size: 16px;
}

.faq-content button.faq-question {
   padding: 0.75rem 1.25rem;
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-content .faq-answer {
    background: #fff;
    color: #000;
    font-size: 16px;
}

.faq-wrapper {
    margin-top: 20px;
}
.faq-question.open .faq-toggle-icon {
    content: "-";
}
.faq-question.open + .faq-answer {
  max-height: fit-content; /* or auto with JS depending on need */
    padding: 1.25rem;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    max-height: 0;
}
.blogimgtext {
    padding: 50px 0;
}
.masterBlogBox {
    background: var(--color-header-middle-bg);
    padding: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

.masterBlogImg img {
    object-fit: cover;
    height: 250px;
    width: 100%;
    margin-bottom: 15px;
}

.masterBlogDate {
    margin-bottom: 10px;
}

h4.masterBogName {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 500;
}

.masterBlogContent p {
    color: var(--color-text);
    font-size: 14px;
}

a.masterViewBlog {
    color: var(--color-text);
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}
.blog-sect-contnt{
    padding-bottom: 50px;
}
h5.contnt-blog {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    font-weight: 400;
}
.blog-header .h2{
    margin-bottom: 0;
}


@media(max-width:767px){
    .topBanner img {
    height: 105px;
}
.main-heading {
    font-size: 20px;
}
.h2Title {
    font-size: 18px;
}
.productsMain, .contentMidSideBox {
    padding: 30px 0;
}
.boxBrown h5 {
    font-size: 20px;
}
.h3Title {
    font-size: 16px;
}
aside.sidebar, .listing-header .h2Title, .pagination-navTop{
    display: none;
}
.productList-controls .productListControlBtn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.pagination-infoTop {
    width: 100%;
    justify-content: center;
}
.productListBoxImg {
    height: 115px;
    margin-bottom: 0px;
}
.productListName {
    font-size: 14px;
}
.productListPrice {
    font-size: 14px;
}
.productListBox {
    padding: 5px;
    max-height: 215px;
}
.proMidAd img {
    min-height: 215px;
    max-height: 215px;
}
.midTlt h6 {
    font-size: 20px;
}
.midTlt img {
    height: 50px;
}
.extGrnTxt p {
    font-size: 12px;
}
.faqLftTxt {
    margin-bottom: 15px;
}
}
@media (max-width:991.9px) and (min-width:768px){
.main-heading {
    font-size: 24px;
}
.productList-controls .productListControlBtn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
aside.sidebar {
    margin-top: 0px;
    height: calc(100% - 95px);
}
.productList-list li {
    padding: 2px 5px;
}
.sidebar-title{
    font-size: 16px;
}
.listing-header {
    align-items: end;
    padding-bottom: 10px;
}
.h2Title {
    font-size: 22px;
}
.productListBoxImg {
    height: 180px;
    margin-bottom: 5px;
}
.productListBox, .proMidAd img{
    max-height: 285px;
}
.midTlt h6 {
    font-size: 24px;
}
.midTlt img {
    height: 60px;
}
.note-box p {
    font-size: 20px;
}
.boxBrown h5 {
    font-size: 20px;
}
}
@media (max-width:1299.9px) and (min-width:992px){
.productBoxTlt {
    font-size: 12px;
    margin: 0px 0 0px 0;
}
.productBoxCrdImg {
    height: 102px;
}
    .productList-controls .productListControlBtn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .productList-list li {
    padding: 0px 5px;
    }
    .productListBoxImg {
    height: 200px;
    margin-bottom: 5px;
    }
    .productListBox, .proMidAd img {
    max-height: 300px;
}
aside.sidebar {
    margin-top: 0;
    height: calc(100% - 95px);
}
.note-box p {
    font-size: 22px;
}
.boxBrown h5 {
    font-size: 20px;
}
.style-card .image-container {
    height: 200px;
}
.h2Title {
    font-size: 24px;
}
}
