/*
Theme Name: MyCouchbox Custom Theme
Theme URI: https://www.mycouchbox.de/
Author: MyCouchbox Team
Author URI: https://www.mycouchbox.de/
Description: MyCouchbox Custom Theme is a modern, responsive WordPress theme designed for subscription box brands, snack reviews, and lifestyle content. It features product‑focused layouts, unboxing galleries, review sections, and multilingual support to showcase monthly boxes and engage snack lovers.
Version: 1.0
Text Domain: mycouchbox
Tags: subscription-box, snacks, reviews, lifestyle, responsive, ecommerce, custom-theme
*/



body{
	margin: 0;
	font: 300 1.4em / 1.5em Arial, sans-serif;
}
* {
    box-sizing: border-box;
}




.mycouchbox-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.container, #content {
    max-width: 1200px !important;
    width: 100%;
    margin: auto;
    padding: 20px !important;
    background-color: #fff !important;
}

.mycouchbox-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.mycouchbox-content-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.mycouchbox-content-area h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
   
}

.mycouchbox-content-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    
}

.mycouchbox-content-area h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
 }

.mycouchbox-content-area h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
   
}

.mycouchbox-content-area ol li {
    list-style: decimal;

}

.mycouchbox-content-area ul li {

    list-style: disc;
}

.mycouchbox-content-area ol,
.mycouchbox-content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0 !important;

}

.mycouchbox-content-area table {

    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mycouchbox-content-area td {
    border: 1px solid #ccc !important;
    padding: 8px;
    font-size: 16px;
}
table tr th:last-child, table tr td:last-child{
	border-right: 1px solid #ccc !important;
}

.mycouchbox-content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.mycouchbox-content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.mycouchbox-content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}


.mycouchbox-content-area li {
    line-height: 30px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}
.main-header {
    padding: 20px 0;
}

/* Add FontAwesome arrow only to top-level menu items with children */
.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 10px;
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children>a::after {
    display: block;
    right: 0;
}

.mycouchbox-navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
    width: 100%;
    display: none;
}

.mycouchbox-navigationcl a {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    font-size: 17px;
    line-height: 40px;
    color: #000;
    overflow: visible;
    text-decoration: none;

}

.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    Color: #000;

}

.mycouchbox-navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.mycouchbox-nav-select {
    display: inline-block;
    visibility: visible;
    width: 100%;
    text-align: right;
}

.mycouchbox-navigationcl a:hover,
.mycouchbox-navigationcl a:focus {
    color: #000;
}

.mycouchbox-navbar-togglecl {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    word-break: break-word;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;

}

.mycouchbox-nav-select .sub-menu>li>.sub-menu {
    display: none;
    position: absolute;

}

.mycouchbox-nav-select .menu__list>li:hover>.sub-menu,
.mycouchbox-nav-select .sub-menu>li:hover>.sub-menu {
    display: block;
}

.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}


.aligncenter {

    display: block;
    margin: auto;
}

.mycouchbox-content-area table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #ccc;
}

.footer {
    text-align: center;
}
.nav-menu li.menu-item-has-children:hover>a::after {
    transform: rotate(-180deg);
}
.box-image img {
    width: 100%;
}
.accordionButton h3 {
    font-weight: 900 !important;
}
.su-button-style-flat:hover span {
    top: unset !important;
}
.su-button span {
    background-color: #17c69b;
}

@media only screen and (max-width: 579px) {
	   .mycouchbox-content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1599px) {
.sub-menu {
    left: -94px;
}
}
/*—-------------------------------------------------------*/
@media only screen and (max-width: 991px) {

    .menu-item-has-children>a::after,
    .sub-menu .menu-item-has-children>a::after {
        display: none;
    }

    .table-auto {
        overflow-x: scroll;
        width: 100%;
    }


    *:not(.simulator) {
        scrollbar-width: thin;
    }

    .mycouchbox-navigationcl {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #fff;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        Z-index:999;
    }

    .mycouchbox-navbar-togglecl {
        display: block !important;
    }

    .mycouchbox-navbar-togglecl {
       background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }

    .mycouchbox-navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 6px;
        right: 0;
    }

    .mycouchbox-navbar-togglecl span::before,
    .mycouchbox-navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }

    .mycouchbox-navbar-togglecl span::after {
        top: 7px;
    }

    .mycouchbox-navigationcl li {
        position: relative;
        display: inline-block;
        Padding: 0 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;

    }


    .mycouchbox-navigationcl a {
        font-size: 15px;
        color: #000;
        height: auto;
        padding: 5px 10px;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }

    .mycouchbox-navigationcl ul {
        visibility: visible;
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }

    .mycouchbox-navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 26px;
        background-image: none;
        border-width: 0;
        text-align: left;
    }

    .mycouchbox-navigationcl li:hover>ul {
        visibility: visible;
        top: auto;
    }

    .mycouchbox-toggle-menu {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        transform: rotate(0deg);
        text-align: center;
        top: 7px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #000;
    }
    .mycouchbox-toggle-menu i {
        transition: transform 0.3s ease;
    }
 
    .mycouchbox-toggle-menu.on i {
        transform: rotate(180deg);
    }
    .sub-menu .mycouchbox-toggle-menu {
        top: 10px;
    }

    .mycouchbox-nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .mycouchbox-nav-select .sub-menu>li>.sub-menu {
        display: block;
        position: relative;

    }

    .mycouchbox-nav-select .menu__list>li:hover>.sub-menu,
    .mycouchbox-nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }
    /*img.custom-logo {
	    max-width: 180px;
	    height: 60px;
	}*/
	.mycouchbox-navbar-togglecl {
	    top: 25px;
	}
    #navigation {
    display: none !important;
}
#header .nav-toggle {
    display: none;
}

}
@media only screen and (max-width: 768px) {
#header #logo {
    position: unset;
    margin: unset;
    width: auto;
    padding-left: 10px;
}
header#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
@media only screen and (min-width: 769px) {
    #header.c #navigation > ul > li {
        background: unset;
    }
}



#wrapper {
    background-image: unset;
}

ul#menu-footer-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
#footer-widgets .block {
    margin-right: 0;
    float: unset;
}
#copyright aside#block-7 {
    display: flex;
    justify-content: center;
    margin: 0;
}



/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
   background: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.name_author_out p{
margin:0 !important;
}
 
 
/*AUTHOR SECTION And Page START*/
 
.main-title {
    text-align: left;
}
 
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}
 
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
 
.name_author_out {
    display: flex;
    align-items: center;
}
 
.name_author_out span.lbl {
    margin-right: 5px;
}
 
.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
 
.name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}
 
.name_author_out a:hover p {
    color: #ea0101;
}
 
.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
 
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
 
.author_imag {
    line-height: 0;
}
 
.name_author_out {
    display: flex;
}
 
.name_author_out span.lbl {
    margin-right: 5px;
}
 
.name_author_out a {
    color: inherit;
}
 
/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
 
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
 
.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
 
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
 
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    letter-spacing: 1px;
}
 
.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}
 
.author-f-name .label, .author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}
 
.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}
 
.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.name_author_out a:hover,
.name_author_out a:hover p {
    color: #000 ;
    text-decoration-color: #000 ;
}
 
/*AUTHOR SECTION And Page END*/