.wrap-single-courese {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.cb {
    padding: 0 !important;
    /* padding-top: 50px !important; */
    padding-bottom: 40px !important;
}
.c_the_content{
    margin-bottom: 15px;
}
.thumbnail-item {
    position: relative;
    overflow: hidden;
}
.thumbnail-item .img-item {
    position: relative;
    overflow: hidden;
   /* padding-bottom: calc(1*100%);
    */
    border-radius: 50%;

}
.thumbnail-item .img-item img {
    display: block;
    height: 55px;
    width: 55px;
    object-fit: cover;
    transition: all ease-in-out 600ms;
    transform-style: preserve-3d;
    object-position: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}
.author-item {
    display: block;
    position: relative;
    width: 100%;
}
.author-item .head-item {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
}
.wrap-single-courese .cb {
    width: 100%;
}
.author-item .head-item .thumbnail-item {
    flex-basis: 18%;
}
.author-item .head-item .name-author {
    flex-basis: 82%;
}
.author-item .head-item .name-author h3 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.author-item .head-item .name-author .text-sub {
    color: #bd0e23;
    font-size: 14px;
    font-weight: 500;
}
.description-author ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.detail-item .description-author .box-content_author {
    color: #000;
    font-size: 93%;
}
.detail-item .description-author .box-content_author p, .detail-item .description-author .box-content_author ul,.detail-item .description-author .box-content_author h1, .detail-item .description-author .box-content_author h2,.detail-item .description-author .box-content_author h3, .detail-item .description-author .box-content_author h4,.detail-item .description-author .box-content_author h5, .detail-item .description-author .box-content_author h6 {
    margin-bottom: 14px;
}
.wrap-vc_courses_nav.active {
    position: fixed;
    top: 72px;
    width: 100%;
    background: #fff;
    z-index: 999;
    display: block;
    border-top: solid 1px #ddd;
}
body.admin-bar .wrap-vc_courses_nav.active{
    top: 104px;
}
.vc_courses_nav a {
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
}
.wrap-single-courese .left {
    width: 70%;
    padding-right: 60px;
}
.wrap-single-courese .right {
    width: 30%;
}
.detail-item .description-author .box-content_author p {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
}
.description-author ul li {
    font-weight: 400;
}


.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
    margin-top: 10px;
    background: #bd0e23;
    color: #FFF !important;
    text-decoration: none;
    font-weight: 500 !important;
    outline: none;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: none;
}
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover{
    opacity: 0.8;
}

.wc-block-cart__totals-title,
.wc-block-cart-items th {
    color: #000!important;
    font-size: 16px!important;
    font-weight: 500 !important;
}
.wc-block-components-product-name{
    color: #000!important;
    font-size: 16px;
    font-weight: 500 !important;
    text-decoration: none;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background: #000;
    color: #FFF;
    border-radius: 3px;
}
table.wc-block-cart-items .wc-block-components-sale-badge{
    display: none!important;
}
.wc-block-cart-item__image img {
    min-width: 100px!important; /* Adjust width as needed */
    height: auto; /* Keeps the aspect ratio */
}
table.wc-block-cart-items .wc-block-components-product-name {
    margin-bottom: 5px !important;
}
a{
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #bd0e23;
}

 /* Loader container */
 .loader-black {
    width: 18px;
    height: 18px;
    border: 2px solid #00000062;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loader-white {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff9e;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


.single-vc_courses .vc-process-courses {
    margin-bottom: 20px;
}
.single-vc_courses .vc-process-courses .top-process {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.main-header .elementor-search-form__toggle {
    width: 15px;
    height: 15px;
    position: relative;
    font-size: 0 !important;
}
.main-header .elementor-search-form__toggle::before {
    content: url(../img/search-icon.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
}
.main-header .elementor-screen-only,
.main-header .elementor-search-form__toggle i{
display: none!important;
}
.main-header .elementor-button-icon-qty {
    min-width: 1.5em !important;
    max-height: 1.5em !important;
    font-size: 9px !important;
    right: -0.9em !important;
    top: -.5em !important;
}
.main-header .elementor-search-form__input {
    padding-bottom: 10px !important;
}
/*ipad (tablet)*/
@media (max-width: 1028px) {
    .main-header .elementor-nav-menu--dropdown a {
        justify-content: space-between;
    }
    .wc-block-cart-item__image img {
        min-width: auto !important;
    }
    .thumbnail-item .img-item {
        width: 125px;
        height: 125px;
    }
    .author-item .head-item .thumbnail-item {
        flex-basis: 25%;
    }
    .author-item .head-item .name-author {
        flex-basis: 75%;
    }
    .author-item .head-item {
        gap: 10px;
    }
    .author-item .head-item .name-author h3 {
        font-size: 21px;
    }
    .author-item .head-item .name-author .text-sub {
        font-size: 14px;
    }
  }
  /*iphone5 (small smartphone)*/
  @media (max-width: 767px) {
    .thumbnail-item .img-item {
        width: 75px;
        height: 75px;
    }
    .author-item .head-item .thumbnail-item {
        flex-basis: 25%;
    }
    .author-item .head-item .name-author {
        flex-basis: 75%;
    }
    .author-item .head-item {
        gap: 12px;
    }
    .author-item .head-item .name-author h3 {
        font-size: 21px;
    }
    .author-item .head-item .name-author .text-sub {
        font-size: 14px;
    }
    .wrap-vc_courses_nav li a {
        font-size: 14px;
        padding: 12px 2px;
    }
    .vc_courses_nav {
        gap: 12px;
    }
    .wrap-vc_courses_nav.active {
        top: 81px;
    }
    body.admin-bar .wrap-vc_courses_nav.active{
        top: 77px;
    }
    .vc_courses_nav a {
        background: transparent;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        padding: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
    }
    .wrap-vc_courses_nav .v-container {
        padding: 0 10px;
    }
  }
