#main-header {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.single-product .product_meta { display: none; }
.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}
.packages_inner_list li {
    position: absolute;
    top: 5px;
}
 .packages_inner_list li:before {
    /*position: absolute;
    left: 0;
    content: "❯";
    font-size: 18px;
    font-weight: bold;
    color: #b41f37;*/
}
.packages_list .woocommerce-product-gallery {
    display: none;
}
.woocommerce-page .product .summary.has_noproductimg {
    width:100% !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none !important;
    width: 100% !important;
}
input[name='update_cart'] {
    display: none !important;
}
button[name='update_cart'] {
    display: none !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float:none !important;
}
 .packages_inner_list {
    margin-bottom: 30px;
}
.packages_inner_list h1 {
    font-size: 30px;
    border-bottom: 2px solid;
    margin-bottom: 25px;
}
p.price {
    font-weight: bold;
}
.packages_inner_list ul {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.packages_inner_list button, .moredetails {
    border: none;
    background-color: #32373c;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.moredetails:hover {
    color: #fff !important;
}

.product_meta {
    display: none;
}
.btn-inline {
    text-align: left !important;
}


li.listenbutton a {

}

.et_header_style_left #et-top-navigation nav>ul>li.listenbutton>a {
    color: #ffffff;
    background: #b41f37;
    padding: 12px 30px;
    border-radius: 20px;
    font-weight: 700;
    border: solid thin #ffffff;
}
.woocommerce-page a.button:after, .woocommerce-page button.button:after {
    display: none;
}
.et_header_style_left #et-top-navigation nav>ul>li.epbutton>a {
    color: #ffffff;
    background: #f8b819;
    padding: 12px 30px;
    border-radius: 20px;
    font-weight: 700;
    border: solid thin #ffffff;
}

#main-header.et-fixed-header {
    background: #ffffff !important;
    padding-bottom: 16px;
}

.et_pb_blog_grid .et_pb_post {
    border:none !important;
}

.et_mobile_menu {
    background-color: #ffffff !important;
}

.myaccount_menu li a{
    color: #ffffff !important;
    background: #f8b819;
    padding: 10px 30px!important;
    border-radius: 20px !important;
    font-weight: 700;
    border: solid thin #ffffff;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    display: block;
    -webkit-transition: opacity .4s ease-in-out,background-color .4s ease-in-out;
    transition: opacity .4s ease-in-out,background-color .4s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
} 
#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav {
    float:none !important;
}
ul.myaccount_menu li {
    line-height: 1em;
    padding-left: 22px;
}
nav#top-menu-nav {
    display: flex;
    align-items: center;
}
ul.myaccount_menu {
    position: relative;
    z-index: 99;
}
/* Login and Register Page */
.back-img {
    height: 350px;
}

.bann-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.log-container {
    padding: 80px 0;
}

.cuform-input {
    width: 100%;
    padding: 11px;
    border-radius: 10px;
    border: 1px solid #d5cfcf;
}

.for-pass {
    display: flex;
    justify-content: space-between;
}

.log-card {
    background: #fff;
    box-shadow: 0px 5px 20px #bab9b938;
    padding: 36px;
    border-radius: 35px;
    margin-top: -50%;
}

.log-card form h3,
.log-card .form-group {
    margin-bottom: 25px;
}

.log-card form h3 {
    font-size: 35px;
    color: #b41f37;
    font-weight: 700;
}

.log-card .form-check {
    padding: 0;
}

.log-card .form-check {
    margin-bottom: 15px;
}

a.log-button {
    display: block;
    border-radius: 10px;
    background-color: rgb(43, 43, 43);
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.bold-thin {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}

.gray-text,
.forg-tex a {
    color: #bbb4b4;
    font-size: 15px;
    text-decoration: none;
}

.is_invalid.cuform-input {
    border-color: #ed0000;
}

.log-container .side-content {
    max-width: 500px;
}

.log-container .side-content h4 {
    font-size: 24px;
}

.log-container .side-content hr {
    margin: 25px 0;
    background: #bbb4b4;
}

.log-container .side-content h6 {
    line-height: 1.5rem;
    color: #a5a5a5;
}
.error-message {
    color: #ed0000;
    font-size: 13px;
}

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

    .log-card {
        padding: 25px;
        border-radius: 20px;
    }

    .log-card form h3 {
        font-size: 30px;
    }
    .log-card {
        margin-top: -65%;
    }
}

.register.log-card {
    margin-top: -65%;
}

.form-row input:not([type="checkbox"]), .select2-container .select2-selection--single {
    width: 100% !important;
    padding: 6px 15px !important;
    border-radius: 10px !important;
    border: 1px solid #d5cfcf;
    border-width: 1px !important;
    line-height: unset !important;
    background-color: transparent !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.login .button.woocommerce-form-login__submit, .register .woocommerce-form-register__submit {
    width: 100%;
    border-radius: 10px;
    padding: 8px 15px;
    background: #000;
    color: #ffffff
}
.register .woocommerce-form-register__submit {
    margin-top: 30px;
}

@media screen and (min-width: 576px){
    #billing_first_name_field, #billing_last_name_field {
        width: 48%;
    }
    #billing_first_name_field { float: left }
    #billing_last_name_field { float: right }
    .register.log-card {
        margin-top: -40%;
    }
}

#billing_phone, #reg_email, #reg_password {
    width: 100%;
}
.log-card.register > h3 {
    margin-bottom: 15px;
}

.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0;
}

ul li.woocommerce-MyAccount-navigation-link.is-active a, ul li.woocommerce-MyAccount-navigation-link a:hover {
    background: linear-gradient(45deg, #ffbb4b, #d02641);
    color: #ffffff;
}
ul li.woocommerce-MyAccount-navigation-link a::before {
    content: "";
    width: 90%;
    height: 2px;
    border-top: 1px dashed #D4D4D4;
    position: absolute;
    bottom: -4px;
    left: 5%;
}
ul li.woocommerce-MyAccount-navigation-link a {
    color: #787878;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 13px 18px;
    border-radius: 12px;
    margin: 5px;
    background: transparent;
    position: relative;
    display: flex;
    gap: 17px;
    align-items: center;
}

ul li.woocommerce-MyAccount-navigation-link.is-active a img, ul li.woocommerce-MyAccount-navigation-link a:hover img {
    filter: brightness(0) invert(1) !important;
}

.woocommerce-MyAccount-content {
    background: #fff;
    box-shadow: 0px 5px 20px #bab9b938;
    padding: 36px;
    border-radius: 35px;
}
        .woocommerce-MyAccount-content .small-span {
            font-size: 18px;
            color: #646464;
        }

        .woocommerce-MyAccount-content .dash-hes {
            color: #b41f37;
            font-size: 35px;
        }
.woocommerce-MyAccount-content h3 {
    color: #000000;
    font-weight: 500;
}
.small-span a {
    color: #b41f37;
    text-decoration: none;
    font-weight: 700;
}
p.dash-p  a {
    text-decoration: none;
    color: #ffbb4b;
    font-weight: 700;
}
.woocommerce-MyAccount-content .dash-hes {
    color: #b41f37;
    font-size: 35px;
}
.woocommerce-MyAccount-content .small-span {
    font-size: 16px;
    color: #646464;
}

packages_inner_list li:before {   
    position: absolute;
    left: 0;
    content: "❯";
    font-size: 18px;
    font-weight: bold;
    color: #b41f37;
}
.woocommerce .woocommerce-error {
    border-radius: 10px;
    background: #fcb90024 !important;
    color: #b98400!important;
    font-weight: 600;
}


.woocommerce a.button:hover {

}

.img-container {
    text-align: center;
}
.woocommerce-MyAccount-content table {
    border-radius: 10px !important;
}
.woocommerce a.button:hover, .woocommerce-page button.button:hover, 
.woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover {
    background: #f8b819 !important;
    color: #ffffff !important;
} 
.woocommerce a.button, .woocommerce a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button:hover, .woocommerce-page button.button.alt, .woocommerce-page button.button  {
 border-radius: 50px;
    padding: 2px 28px !important;
    font-weight: 700;
}
.woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    border-radius: 50px;
    padding: 0px 20px !important;
    font-weight: 700;
    font-size: 15px;
    margin: 2px;
}
#add_payment_method #payment {
    background: unset;
}

.logo_container .cls-secondary-logo-wrapper img {
    width: 160px;
}
#main-header.et-fixed-header {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
.woocommerce-MyAccount-content h2 {
    font-size: 26px !important;
    margin-bottom: 10px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 48%;
    float: left;
}
#order_review_heading {
    width: 48%;
    float: right;
}
#order_review {
    width: 48%;
    float: right;
}
.clear {
    clear:both;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 12px !important;
}
form.checkout_coupon.woocommerce-form-coupon {
    display: block !important;
}
.woocommerce-form-coupon-toggle {
    display: none !important;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    float: left !important;
}

/*** Cart Section ***/
.cart-ul-j {
    padding: 0 !important;
    list-style: none !important;
}

.cart-li-j {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 10px;
}

.cart-item-j,
.cart-remove {
    align-items: center;
}

.cart-item-j,
.cart-image,
.cart-remove {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.cart-name {
    color: #b41f37;
    font-weight: 700;    
    padding-bottom: 0;
        font-size: 18px;
    line-height: 1.2;
}
.cart-name a:hover {
    color: #b41f37 !important;
}

.cart-image img {
    max-width: 100px;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}
.rem-btn i {
    font-size: 16px;
    color: #b41f37;
}
.remove.rem-btn {
    display: flex !important;
    height: 1.5em !important;
    width: 1.5em !important;
    background: transparent;
    border-radius: 5px !important;
    color: #b41f37 !important;
    transition: all 0.2s;    
    line-height: unset !important;
    align-items: center;
    justify-content: center;
}
.rem-btn:hover a, .woocommerce a.remove:hover{
    background: #b41f37 !important;    
}
.rem-btn:hover i {
    color: #ffffff !important;
}

.cart-remove {
    display: flex;
}

.cart-price {
    font-size: 18px;
    color: #58595b;
    white-space: nowrap;
    padding-bottom: 0px;
}

.card-num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#58595b;
    border: 1px dashed #58595b;
    border-radius: 50%;
}
button.single_add_to_cart_button {
    margin-top: 25px !important;
}
strong.product-quantity {
    display: none;
}
.woocommerce form .form-row input.input-text {
    font-size:18px !important;
}
.packages_inner_list h2 {
    font-size: 22px;
    padding-bottom: 15px;
}
 @media screen and (max-width: 992px) {
    .cart-name {
        font-size: 16px;
    }
 }
 @media screen and (max-width: 576px) {
    .cart-item-j {
        display: block;
    }
    .cart-image {
        justify-content: start;
    }
 }

 /** Package Listing **/
 .package-container h3 {
    font-size: 28px;
    color: #B41F37;
    font-weight: bold;
}

.packbox {
    background: #fff;
    padding: 22px 18px;
    border-radius: 15px;
    border: 1px solid #CDCDCD;
    height: calc(100% - 40px);
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.packbox .sectin-head .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px dashed #CDCDCD;
    padding-bottom: 0px;
    margin-bottom: 8px;
    min-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.packbox .price {
    margin-bottom: 5px;
}

.packbox .con-title {
    display: block;
    font-size: 16px;
    color: #A9A8A8;
}

.packbox .price .pr-num {
    font-size: 28px;
    font-weight: bold;
}

.packbox .price .mon {
    font-size: 15px;
    font-weight: 500;
}

.more-details-btn {
    width: 100%;
    border: none;
    background: #B41F37;
    color: #ffffff !important;
    border-radius: 20px;
    padding: 3px 10px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
}

.info-ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 15px;
}

.info-li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
}

.style-li {
    position: absolute;
    left: 0;
    color: #F8B819;
    font-size: 15px;
    top: 1px;
}

.packbox.popular {
    border-color: #B41F37;
    background: #FBF4F5;
}

.packbox.popular .title {
    color: #B41F37;
}

.packbox.popular::before {
    content: "Most popular";
    width: calc(100% + 2px);
    background: linear-gradient(45deg, #B41F37, #F8B819);
    color: #ffffff;
    display: block;
    padding: 10px 0 20px;
    border-radius: 15px 15px 0 0;
    position: absolute;
    left: -1px;
    top: -40px;
    z-index: -1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
 @media screen and (min-width: 586px) {

.packbox-con .item,
.packbox-con .owl-item,
.packbox-con .owl-stage {
    height: 100%;
}


}

.packbox-con .owl-nav {
margin-top: 30px;
text-align: center;
}

.packbox-con .owl-prev,
.packbox-con .owl-next {
width: 30px;
height: 30px;
background-color: #666 !important;
border-radius: 50% !important;
margin: 0 5px !important;
}

.packbox-con .owl-prev.disabled,
.packbox-con .owl-next.disabled {
background-color: #e4e4e4 !important;
}

.packbox-con .owl-prev span,
.packbox-con .owl-next span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    color: #fff;
    font-size: 30px;
}
.packbox-con {
    margin-bottom: 85px;
}

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


    .packages_inner_list.summary .wcdata_desc {
        width: 60%;
        float: left;
            padding-right: 15px;
    }

    .packages_inner_list.summary form.cart {
         width: 40%;
         float: right;
        margin-top: -100px !important;
    }

}
    .packages_inner_list.summary .price {
        width: 100%;
        color: #000 !important;
    }

.packages_inner_list .info-ul {
    margin-top: 0; 
}
    .add_wrap > h2 {
        color: #000;
    }


.packages_inner_list li {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    padding-left:20px;
}
.add_wrap {
    border: 1px solid #dddddd;
    border-radius: 15px;
    padding: 22px;
    margin-bottom: 15px;
}
.short_desc_title {
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 400;
}
.packages_inner_list .addon_list {
    font-size: 16px;
}

.packages_inner_list div.addon_list > input {
    margin-right: 8px;
}
.packages_inner_list .subscription_product_price {
        font-size: 21px;
    font-weight: 600;
    color: #b41f37;
}
.packages_inner_list .single_add_to_cart_button{
        border-radius: 40px !important;
}

.et-fixed-header#main-header {
        box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
/*.packages_inner_list div.addon_list {
  margin-bottom: 10px;
    position: relative;
}
.packages_inner_list div.addon_list > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 11px;
    left: 2px;
}
.packages_inner_list div.addon_list > input:checked + label {
  color: #e856a3;
}
.packages_inner_list div.addon_list > input:checked + label::before {
  background: rgba(232, 86, 163, 0.25);
  border-color: #e856a3;
}
.packages_inner_list div.addon_list > input:checked + label::after {
  transform: scale(1) rotate(-45deg);
}
.packages_inner_list div.addon_list > input:checked + label a {
  text-decoration: underline;
}
.packages_inner_list div.addon_list > label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.1s;
}
.packages_inner_list div.addon_list > label::before {
  border: calc(1px + 0.06em) solid #4d4d4d;
  border-radius: calc(3px + 0.05em);
  content: "";
  display: inline-block;
  font-size: 1.1em;
  height: calc(3px + 0.8em);
  margin-right: calc(4px + 0.4em);
  transition: all 0.1s;
  vertical-align: middle;
  width: calc(3px + 0.8em);
}
.packages_inner_list div.addon_list > label::after {
  border-bottom: calc(2px + 0.07em) solid #e856a3;
  border-left: calc(2px + 0.07em) solid #e856a3;
  content: "";
  font-size: 1.1em;
  height: calc(3px + 0.22em);
  left: calc(0.25em - 1px);
  position: absolute;
  top: calc(50% - 0.1em - 3px);
  transform: scale(0) rotate(-45deg);
  transition: all 0.1s;
  width: calc(5px + 0.32em);
}*/

.cls-secondary-logo-wrapper {
    position: absolute;
    bottom: 12px !important;
    left: 0 !important;
}
img#logo {
    opacity: 0 !important;
}
/*.et_fixed_nav #main-header {
     position: unset !important; 
}*/
.et_fixed_nav #main-header {
    background: #fff !important;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 20px 0 20px 0 !important;
}
body:not(.home) .cls-secondary-logo-wrapper {
    bottom: 8px !important;
}
#main-header.et-fixed-header {
    padding-bottom:0px !important;
}
body.et-tb-has-template .et-fixed-header#main-header {
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
.et_builder_inner_content .et_pb_section_first {
    padding-top: 180px !important;
}
.woocommerce-MyAccount-navigation-link--my-podcasts img {
    width: 22px;
}
.woocommerce-MyAccount-content .woocommerce-message {
    background: transparent !important;
    color: #787878 !important;
}

 #packages {
            border-bottom: none;
            width: fit-content;
            padding: 7px 9px;
            border: 1px solid #dee2e6;
            border-radius: 40px;
            gap: 5px;
            margin: auto;
        }

        #packages .nav-link {
            border-radius: 30px;
            padding: 8px 55px;
            color: #B41F37;
            font-weight: bold;
            font-size: 24px;
        }

#packages .nav-link:hover {
    border-color: transparent;
}

#packages .nav-link.active {
    background: #f8b819;
    color: #ffff;
    border-color: #f8b819;
    box-shadow: 0 5px 10px #76767633;
}
.package-container h3 {
    text-align: center;
}

    @media (max-width: 576px){
            #packages .nav-link {
                padding: 8px 10px;
            }
            #packages .nav-link {
                font-size: 18px;
            }
        }

.epis-item .upload-content .icon {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 28px;
}

.epis-item .upload-content .icon + h6 {
        font-size: 13px;
    font-weight: 500;
}

.epis-item .upload-content {
    padding: 6px 6px 3px;
}

.epis-item .upload-box textarea {
    border-radius: 15px;
}
.account-card h3 {
        color: #b41f37;
        font-size: 25px;
    padding-bottom: 4px;
}
.account-card p.divider {
        font-size: 16px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 20px;
}

.epis-item h5 {
        font-size: 16px;
    margin-bottom: 2px;
    color: #505050;
    font-weight: 500;
    /*line-height: 1.4;*/
   /*margin-top: 30px;*/
}

.epis-item:first-child h5 {
    margin-top: 0px;
    
}
.epis-item h5 {
    font-size: 13px;
}

/* --------- add Parent------------*/
.woocommerce-MyAccount-content {
    box-shadow: unset;
    padding: unset;
    border-radius: unset;
}

.account-card {
    box-shadow: 0px 5px 20px #bab9b938;
    padding: 36px;
    border-radius: 35px;
    margin-bottom: 25px;
}

.woocommerce-subscriptions .woocommerce-MyAccount-content,
.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-payment-methods .woocommerce-MyAccount-content,.woocommerce-edit-account .woocommerce-MyAccount-content {
    box-shadow: 0px 5px 20px #bab9b938 !important;
    padding: 36px !important;
    border-radius: 35px !important;
    margin-bottom: 25px !important;
}

/* end */

.woocommerce a.button, .woocommerce-page a.button {
    border-radius: 30px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
     font-weight: 500 !important;
}
.woocommerce a.button:hover, .woocommerce-page a.button:hover {
        border-radius: 30px !important;
    padding: 0 20px !important;
    font-weight: 500 !important;
}
.podcast_facility_section  {
    font-size: 15px;
    padding-left: 16px;
    position: relative;
}
.podcast_facility_section a {
    color: #f8b819;
    font-weight: 600;
}

.podcast_facility_section::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #58595b;
    left: 3px;
    top: calc( 50% - 3px );
    border-radius: 50%;
}
form.checkout_coupon.woocommerce-form-coupon input[type="submit"] {
    border-radius: 50px;
    padding: 2px 28px !important;
    font-weight: 700;
}

.chat-container .chat-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chat-container .chat-li {
    position: relative;
        margin-bottom: 15px;
}

.chat-container .chat-li .chat-icon {
        width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.chat-container .chat-li:nth-child(odd) .chat-icon {
    top: 0;
    left: 0;
} 
.chat-container .chat-li:nth-child(even) .chat-icon {
    top: 0;
    right: 0;
} 
.chat-container .chat-li:nth-child(odd) .chat-content {
    margin: auto auto auto 40px;
}
.chat-container .chat-li:nth-child(even) .chat-content {
    margin: auto 40px auto auto;
}
.chat-container .chat-content {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    max-width: 500px;
}

.chat-container .byname-con {
    display: flex;
    justify-content: space-between;
        margin-bottom: 12px !important;
            padding-bottom: 5px !important;
}
.chat-container .chat-content h5 {
    color: #3a3a3a;
    font-size: 15px;
        line-height: 1.2;
    font-weight: 600;
}
.chat-container .uplo-file-item {
        display: flex;
    padding: 6px 13px;
    gap: 12px;
    background: #eee;
    align-items: center;
    margin-top: 8px;
    border-radius: 12px;
}
.chat-container .uplo-file-item .cusfile-name {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.uplo-file-item .cbtn {
    border: none;
    background: none;
    font-size: 14px;
}
.uplo-file-item .cbtn.cbtn-delete i {
    color: #c74545;
}

.uplo-file-item .cbtn.cbtn-download i {
    color: #71c745;
}

.view-more-btn {
    margin-bottom: -20px;
    display: block;
    text-align: center;
    color: #f8b819;
    font-weight: 700;
    margin-top: 25px;
}

.uplo-file-item .buttons-group {
    white-space: nowrap;
}

.addon_list label {
    display: contents;
}

.view_podcastlink {
    line-height: 1.7em!important;
    background: transparent;
    position: relative;
    border: 2px solid;
    border-color:#fdb819;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fdb819 !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 2px 20px !important;
    display: inline-block;
    /*margin-top: 18px;*/
}

 .chat-container .chat-content h5 {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.4;
    max-height: 100px;
    overflow-y: auto;
    font-weight: 600;
}
.woocommerce button.button {
    border-radius: 50px !important;
    line-height: 1.5em!important;
}
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt,
.woocommerce-page button.button {
    font-weight: 500 !important;
}
.add_remaining_addon {
    display: inline-block !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.audio-carousel .owl-stage,.video-carousel .owl-stage {
    margin: auto;
}

.tooltip_sec {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip_sec .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 14px;
}

.tooltip_sec .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip_sec:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.woocommerce-product-gallery__image img {
    position: unset !important;
}

.has-post-thumbnail .packages_inner_list.summary .wcdata_desc {
    width: 100% !important;
    float: none !important;
}

.has-post-thumbnail .packages_inner_list.summary form.cart {
    width: 100% !important;
    float: none !important;
    margin-top:0 !important;
}

.woocommerce-product-gallery__image img.zoomImg {
    display: none !important;
}
.woocommerce ul.order_details li {
    margin-right:1em !important;
    padding-right:1em !important;
}
.epis-item {
    margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
    .chat-list-card {
        box-shadow: unset;
        padding: unset;
    }
    .chat-container .chat-content h5 {
        font-weight: 500;
        font-size: 13px;
    }
    .entry-content ul {
            padding-left: 0 !important;
    }
    ul li.woocommerce-MyAccount-navigation-link a {
            margin-left: 0;
    margin-right: 0;
    }
}

