/*==== Course filter button =====*/

/* ====== Course Sidebar Filter ====== */

/* ===== Course Sorting Top ===== */

/* ===== Course singe page layout 2 top header info ======= */

/* ===== Course singe page layout 2 top header info light ======= */

/* ===== Course singe page layout 2 top header info dark ======= */

/* ======== Course Sidebar ====== */

/* ======== Global related/recent post widget ====== */

/* ===== Sidebar course info ======= */

/* ==== ## Global Course - Grid ==== */

/* ==== Course Price ==== */

/* ==== Course Style 5 ==== */

/* ==== Course layout__3 ===== */

/** === edubin_ld_related_course_content ==== **/

/** ===== single-course-layout global ==== **/

/** ===== single-course-layout-0default ==== **/

/** ===== single-course-layout-01 ==== **/

/** ===== single-course-layout-02 ==== **/

/** ===== single-course-layout-03 ==== **/

/** ===== single-course-layout-04 ==== **/

/** ===== single-course-layout-05 ==== **/

/* ==== Course list style 01 ==== */

/*==== Course filter button =====*/

/* ==== Wishlist ==== */
.edubin-course-filter-buttons {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d2d5d6;
    padding: 0 20px;
    border-radius: 100px;
    background: #f9f9f9;
    color: var(--edubin-content-color);
    line-height: 30px;
}
.edubin-course-filter-buttons:hover {
    border: 1px solid var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover a {
    color: var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover path {
    fill: var(--edubin-primary-color);
}
.edubin-course-filter-buttons svg {
    width: 20px;
    position: relative;
    top: 4px;
}
/* ====== Course Sidebar Filter ====== */

.widget-area.course-filter .widget-area-wrapper {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 38px 30px 38px 30px;
}
.widget-area.course-filter h5.widget-title {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.widget-area.course-filter h5.widget-title:after {
    content: "\f141";
    font-family: 'flaticon_edubin';
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
}
.widget-area.course-filter .collapsed h5.widget-title:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.widget-area.course-filter .filter-widget+.filter-widget {
    border-top: 1px solid var(--edubin-color-border);
    padding-top: 25px;
    margin-top: 25px;
}
.filter-widget.widget label {
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
}
.filter-widget.widget label:last-child {
    margin-bottom: 0;
}
.filter-widget input[type="checkbox"] {
    position: relative;
    width: 17px;
    height: 17px;
    margin: 4px 15px 0 0;
    border: 1px solid #d2d5d6;
    border-radius: 2px;
    background-color: var(--edubin-color-white);
    vertical-align: top;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filter-widget input[type="checkbox"]:checked:before {
    position: absolute;
    content: '\f147';
    font-family: 'flaticon_edubin';
    font-size: 11px;
    height: 17px;
    width: 17px;
    border-radius: 2px;
    line-height: 17px;
    padding-left: 3px;
    left: -1px;
    top: -1px;
    color: var(--edubin-color-white);
    background: var(--edubin-primary-color);
}
.filter-widget label {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: var(--edubin-heading-color);
    cursor: pointer;
    margin-bottom: 0;
}
.filter-widget label .filter-count {
    margin-left: 4px;
}
.filter-widget .edubin-radio-filter {
    display: flex;
    margin-bottom: 15px;
}
.filter-widget.widget-lp_price .edubin-radio-filter:last-child {
    margin-bottom: 0px;
}
.filter-widget input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--edubin-color-white);
    width: 17px;
    height: 17px;
    margin: 5px 15px 0 0;
    border: 1px solid #d2d5d6;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
.filter-widget input[type="radio"]::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    background-color: var(--edubin-primary-color);
}
.filter-widget input[type="radio"]:checked::before {
    transform: scale(1);
}
.edubin-course-filter-buttons {
    margin-top: 30px;
}
.edubin-course-filter-buttons .edu-btn {
    width: 100%;
}
.edubin-course-filter-buttons .edubin-filter-reset, .edubin-course-filter-buttons .edubin-filter-clear {
    margin-top: 15px;
}
.filter-left-align .filter-course-column .filtered-courses {
    padding-left: 15px;
}
.filter-right-align .filter-sidebar-column {
    order: 2;
}
.filter-right-align .filter-course-column .filtered-courses {
    padding-left: 0px;
    padding-right: 20px;
}
@media screen and (max-width: 1199px) {
    .filter-left-align .filter-course-column .filtered-courses, .filter-right-align .filter-course-column .filtered-courses {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* ===== Course Sorting Top ===== */

.edu-top-sorting-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.edu-top-sorting-area .course-found {
    margin-bottom: 0;
}
.edu-top-sorting-area .course-found span.count {
    color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-top-sorting-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher label {
    font-family: var(--edubin-font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--edubin-heading-color);
    margin-top: 4px;
    cursor: pointer;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
    padding-left: 10px;
    list-style: none;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li {
    margin: 5px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a {
    display: inline-block;
    border: 1px solid var(--edubin-color-border);
    border-radius: 3px;
    padding: 8px;
    color: #d1d1d1;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a:hover, .edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a.active {
    border-color: var(--edubin-primary-color);
    color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-course-sorting {
    position: relative;
    margin-left: 30px;
}
.edu-top-sorting-area .edu-course-sorting .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 22px;
    font-size: 14px;
    color: var(--edubin-heading-color);
}
.edu-top-sorting-area .edu-course-sorting .course-orderby {
    min-width: 225px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 50px;
    padding: 10px 20px;
    padding-left: 44px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0 none;
    border-radius: 3px;
    color: var(--edubin-heading-color);
    font-family: var(--edubin-font-secondary);
    font-size: 15px;
    font-weight: 600;
    background: url(../images/icons/arrow-down.png) 88% center no-repeat transparent;
    background-color: #f9f9f9;
    cursor: pointer;
}
.tpc-filter-type-text, .display-layout-grid, .display-layout-list {
    display: none;
}
.tpc-filter-type-text.active, .display-layout-grid.active, .display-layout-list.active {
    display: flex;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
    display: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--edubin-font-secondary);
    color: var(--edubin-heading-color);
    cursor: pointer;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.edubin-filter-close-trigger {
    display: none;
}
@media only screen and (max-width: 991px) {
    .edu-top-sorting-area {
        display: block;
    }
    .edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
        margin-top: 20px;
    }
    .edu-top-sorting-area .edu-course-sorting {
        margin-top: 20px;
    }
    .filter-right-align .filter-sidebar-column {
        order: 1;
    }
    .filter-right-align .edubin-col-lg-9.filter-course-column {
        order: 2;
    }
    .tpc-sidebar-toggle-activated aside#secondary.widget-area {
        margin-top: 0;
        margin-bottom: 20px !important;
    }
    .tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
        display: block;
    }
    .tpc-sidebar-toggle-activated .course-filter-form-wrapper {
        position: fixed;
        overflow-y: auto;
        top: 0;
        width: 350px;
        padding: 0px;
        height: 100%;
        display: block;
        z-index: 0;
        box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
        background: var(--edubin-color-white);
        opacity: 0;
        left: -150px;
        transition: all .5s ease-out;
        pointer-events: none;
    }
    .tpc-sidebar-toggle-activated .course-filter-form-wrapper form {
        padding: 0 20px;
    }
    .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
        opacity: 1;
        left: 0;
        overflow-y: auto;
        z-index: 1020;
        pointer-events: all;
    }
    body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
        padding: 32px 0px 0px;
    }
    .tpc-sidebar-toggle-activated .edubin-filter-close-trigger {
        display: flex;
        justify-content: flex-end;
        padding: 10px 10px 0 0;
        margin-bottom: 20px;
    }
    .tpc-sidebar-toggle-activated .edubin-filter-close-trigger a {
        position: relative;
        z-index: 2;
        top: -2px;
        left: 0;
        background: var(--edubin-color-white);
        border: 0 none;
        color: var(--edubin-heading-color);
        width: 40px;
        height: 40px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    }
}
@media only screen and (max-width: 782px) {
    body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
        padding: 46px 0px 0px;
    }
}
@media only screen and (max-width: 479px) {
    .edu-top-sorting-area .edu-top-sorting-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: initial;
        align-items: center;
        justify-content: space-between;
    }
    .edu-top-sorting-area .edu-course-sorting {
        margin-left: 0px;
    }
    .edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
        margin-right: 0;
    }
}
@media only screen and (max-width: 380px) {
    .tpc-sidebar-toggle-activated .course-filter-form-wrapper {
        width: 100%;
    }
}
/* ===== Course Header Meta ======= */

.edubin-course-single-header-meta-01 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
}
.edubin-rating-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.edubin-ratings-total {
    margin-left: 8px;
}
.edubin-course-single-header-meta-01>div+div {
    margin-left: 25px;
    padding-left: 25px;
    position: relative;
}
.edubin-course-single-header-meta-01>div+div:before {
    background: #64768e;
    height: 25px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
@media (max-width:991.98px) {
    .edubin-course-single-header-meta-01 {
        display: inline-block;
    }
    .edubin-course-single-header-meta-01>div+div {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
    }
    .edubin-course-single-header-meta-01>div+div:before {
        display: none;
    }
}
.edubin-course-single-header-meta-02 {
    position: relative;
    padding-top: 30px;
}
.edubin-course-single-header-meta-02:before {
    width: 95%;
    height: 1px;
    content: "";
    background: #3d4c66;
    left: 0;
    top: 0;
    position: absolute;
}
body.single .edubin-course-top-info .edubin-breadcrumb-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li, .edubin-course-top-info .edubin-breadcrumb-wrapper ul li a {
    font-size: 15px;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-breadcrumb-wrapper ul li span.active {
    color: #fff;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-course-single-header-meta-01 {
    color: #fff;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li a:hover {
    color: var(--edubin-primary-color);
}
.edubin-course-top-info .post-author img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
}
.edubin-course-top-info .meta-icon {
    font-size: 14px;
    margin-right: 6px;
    color: var(--edubin-primary-color);
}
.edubin-course-top-info .course-title {
    font-size: 40px;
}
/* ===== Course Dark Header ======= */

.edubin-course-top-info.dark {
    background: #13181C;
}
.edubin-course-top-info.dark .course-title {
    color: #fff;
}
.edubin-course-top-info.dark .course-short-text p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.edubin-course-top-info.dark .edubin-course-single-header-meta-01 {
    color: #fff;
}
/* ======== Course Sidebar ====== */

#secondary.widget-area .widget.course__widget {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 30px;
    margin-top: 30px;
}
.course-sidebar-preview {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.widget-area .widget.edubin-course-widget {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 30px;
    margin-top: 30px;
}
.intro-video-sidebar {
    margin-bottom: 35px;
}
.edubin-course .intro-video-sidebar {
    margin-bottom: 0;
}
.intro-video-sidebar.full__preview {
    margin-bottom: 35px;
    margin-left: -30px;
    margin-top: -30px;
    margin-right: -30px;
}
.widget.edubin-ld-widget>.intro-video-sidebar {
    margin-bottom: 0;
}
.intro-video-sidebar .intro-video {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro-video-sidebar.intro-video-content .intro-video {
    padding: 190px 0;
}
.intro-video-sidebar.is__sidebar .intro-video {
    padding: 0;
}
@media (max-width:991.98px) {
    .intro-video-sidebar .intro-video {
        padding: 160px 0;
    }
    .intro-video-sidebar.intro-video-content .intro-video {
        padding: 180px 0;
    }
}
@media (max-width:768.98px) {
    .intro-video-sidebar .intro-video {
        padding: 120px 0;
    }
    .intro-video-sidebar.intro-video-content .intro-video {
        padding: 150px 0;
    }
}
@media (max-width:575.98px) {
    .intro-video-sidebar .intro-video {
        padding: 60px 0;
    }
    .intro-video-sidebar.intro-video-content .intro-video {
        padding: 60px 0;
    }
}
.intro-video-sidebar .intro-video .edubin-popup-videos {
    background: #fff;
    width: 52px;
    display: inline-block;
    height: 52px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    padding-left: 3px;
}
.single-course-layout-05 .intro-video-sidebar .intro-video .edubin-popup-videos {
    line-height: 54px
}
.course-sidebar-preview .intro-video-sidebar .intro-video .edubin-popup-videos {
    line-height: 55px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video .edubin-popup-videos {
    top: -24px;
    position: relative;
}
.intro-video-sidebar .intro-video .edubin-popup-videos span {
    top: 1px;
    left: 2px;
    position: relative
}
.intro-video-sidebar .intro-video .edubin-popup-videos:hover {
    opacity: .9
}
/* ======== Global related/recent post widget ====== */

.pxcv-rr-item-widget {
    margin-left: 0;
    padding: 0;
    list-style: none;
}
.widget ul.pxcv-rr-item-widget li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    display: flex;
}
.widget ul.pxcv-rr-item-widget li:last-child {
    border-bottom: none;
}
.pxcv-rr-item-widget li {
    padding: 0;
    line-height: inherit;
}
.widget.edubin-lp-widget.widget_pxcv_posts ul li {
    border-top: none;
    padding: 25px 0;
}
.pxcv-rr-item-widget li img {
    min-width: 92px;
    width: 92px;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
    margin: 1px 19px 0 0;
    border-radius: 100px;
    overflow: hidden;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
    overflow: hidden;
    border-radius: 100px;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    transform: scale3d(1.1, 1.1, 1.1);
    border-radius: 100px;
    overflow: hidden;
}
.pxcv-rr-item-widget .meta-data {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: -3px;
}
.pxcv-rr-item-widget .meta-data span {
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}
.pxcv-rr-item-widget .pxcv-rr-item-content_wrapper {
    width: calc(100% - 20px);
    align-self: center;
}
.pxcv-rr-item-widget .pxcv-rr-item-content {
    margin-top: 3px;
    font-size: 0.9rem;
    line-height: 1.8;
}
.pxcv-rr-item-widget .post__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: 0.4s;
    margin-top: 0;
    margin-bottom: 8px;
}
.pxcv-rr-item-widget .post__title:hover {
    color: var(--edubin-primary-color);
}
.widget_rt_posts .pxcv-rr-item-widget {
    margin-top: 0;
    margin-bottom: -7px;
}
.pxcv-rr-item-widget .course-price>.price>span:nth-child(1) {
    color: var(--edubin-primary-color);
}
.pxcv-rr-item-widget span>.price {
    color: var(--edubin-primary-color);
    font-size: 16px !important;
    font-weight: 500;
}
.pxcv-rr-item-widget .price__link {
    color: var(--edubin-primary-color);
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
    min-width: 100px;
    width: 100px;
    height: 80px;
    border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
    border-radius: 5px;
}
/* ===== Sidebar course info ======= */

.edubin-course-info {
    padding: 0 32px 0 32px;
    margin-bottom: 30px;
    background: #fff;
}
.edubin-course-info ul {
    list-style: none;
}
.edubin-course-info ul.edubin-course-info {
    padding-left: 0;
    margin-bottom: 0;
}
.edubin-course-info ul.course-info-list {
    padding-left: 0;
    margin-bottom: 30px;
}
.edubin-course-info ul li {
    font-size: 15px;
    overflow: hidden;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    padding: 15px 0;
}
#secondary .edubin-course-info ul li {
    margin-bottom: 0;
}
.edubin-course-info ul li span.language-tag.value {
    display: inline-grid;
    line-height: 28px;
}
.edubin-course-info ul li:first-child {
    border-top: none;
}
.course-sidebar-preview .entry-post-share {
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    padding-top: 25px;
    padding-bottom: 25px;
}
.edubin-course-info ul li i {
    margin-right: 5px;
    font-size: 16px !important;
    line-height: inherit;
    color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value {
    float: right;
}
.edubin-course-info ul li span.label {
    font-weight: 500;
    color: var(--edubin-content-color);
}
.edubin-course-info ul li .language-tag.value>span:not(:first-child) {
    display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a:not(:first-child) {
    display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a {
    color: var(--edubin-content-color);
}
.edubin-course-info ul li span.lp_course_cat.value>a:hover {
    color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value a:nth-child(n+2) {
    display: none;
}
/*body .course-sidebar-preview .edubin-price-meta{}*/
body .course-sidebar-preview .edubin-price-icon{
    top: 10px;
    position: relative;
}
body .course-sidebar-preview .edubin-price-label{
    top: 10px;
    position: relative;
}
body .course-sidebar-preview .edubin-price-value {
    color: var(--edubin-primary-color-alt);
    font-weight: 700;
    font-size: 24px;
}
.edubin-course-info button, .edubin-course-info .button {
    width: 100%;
}
/* ==== ## Global Course - Grid ==== */

.course__container {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    background: #ffffff;
}
.course__container:hover .course__media-link:before {
    opacity: 0.2;
}
.course__media .course__media-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    background: #1C1F27;
    opacity: 0;
}
.edubin-course .course__content--info {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
}
.e-c-layout-3 .edubin-course {
    margin-bottom: 0;
}
.edubin-course .course__content-meta span {
    font-size: 13px;
}
.edubin-course .course__content--meta .course__meta-left{
    line-height: 1;
}
.edubin-course .course__content--meta>span {
    margin-right: 10px;
}
.edubin-course .course__content-meta>span i {
    margin-right: 2px;
}
.edubin-course .course__content--info+.course__content--meta {
    font-size: 15px;
    position: relative;
    padding: 14px 30px 14px 30px;
}
.edubin-course .course-meta {
    font-size: 15px;
    margin-top: 12px;
}
.edubin-course .course-meta span {
    margin-right: 8px;
}
.edubin-course .course-meta i {
    margin-right: 4px;
    font-size: 14px;
    color: var(--edubin-primary-color);
}
.edubin-course .course-meta span i {
    margin-right: 4px;
    font-size: 14px;
    color: var(--edubin-primary-color);
}
.edubin-course .course__border {
    border-top: 1px solid #ebebeb;
    margin-left: 30px;
    margin-right: 30px;
}
.edubin-course .course__content--meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
}
.edubin-course .course__content--meta:empty {
    display: none;
}
.edubin-course .course__content--meta>span:last-child {
    margin-right: 0;
}
.edubin-course .course__content--meta>span {
    margin-right: 10px;
}
.edubin-course .course__content--meta .price {
    font-weight: 700;
}
.edubin-course .course__content--meta .price.see__more {
    font-weight: 500;
}
.edubin-course .course__content--meta span i {
    margin-right: 5px;
    font-size: 14px;
    color: var(--edubin-primary-color);
}
.edubin-course .course__content--meta>.price {
    display: inline-block;
    text-align: right;
    float: right;
    color: var(--edubin-heading-color);
}
.edubin-course .course__media {
    position: relative;
}
.edubin-course .course__media img {
    object-fit: cover;
    height: 200px;
}
.edubin-course.col__4 .course__media img {
    object-fit: cover;
    height: 200px;
}
.intro-video-sidebar .intro-video {
    height: 220px;
}
.edubin-course.col__4 .intro-video-sidebar .intro-video {
    height: 180px;
}
.edubin-course.col__3 .intro-video-sidebar .intro-video {
    height: 220px;
}
.edubin-course.col__2 .intro-video-sidebar .intro-video {
    height: 300px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video {
    height: 250px;
}
.edubin-course.layout__5.col__6 .intro-video-sidebar .intro-video {
    height: 300px;
}
.edubin-course .author__name img {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    margin-right: 5px;
    display: inline-block;
    border: 2px solid #cccccc;
}
.col-lg-4 .edubin-course .author__name img.avatar, .col-lg-6 .edubin-course .author__name img.avatar {
    border: 0;
}
.edubin-course .course-price {
    font-size: 14px;
    font-weight: 800;
    min-width: 62px;
    height: 62px;
    border-radius: 100px;
    text-transform: uppercase;
    box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 11%);
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 0;
    margin-right: 30px;
    color: #fff;
    background: var(--edubin-primary-color);
}
.edubin-course .course__content--meta span {
    font-size: 15px;
    font-style: inherit;
}
.edubin-course .course__content--meta span+span {
    margin-left: 10px;
}
.edubin-course .course__content--meta span.origin-price {
    font-size: 0.85em;
    margin-bottom: 4px;
    text-decoration: line-through;
    margin-right: 5px;
}
.edubin-course .course__media+.course__content .course__categories {
    margin-top: -15px;
}
.edubin-course .course__media+.course__content .course__content--info {
    padding: 0 28px 20px 28px;
}
.edubin-course-style-4 .edubin-course .course__media+.course__content .course__content--info {
    padding: 0 28px 20px 28px;
}
.edubin-course.layout__2.col__3 .course__media+.course__content .course__content--info {
    padding-top: 20px;
}
.edubin-course .course__categories {
    position: absolute;
    top: 25px;
    left: 30px;
    max-width: 70%;
}
.edubin-course .course__categories a {
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0 11px;
    line-height: 29px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    background: var(--edubin-primary-color);
    box-shadow: -1px 0px 20px 1px rgb(149 149 149 / 22%);
}
.edubin-course .course__categories a:nth-child(n+2) {
    display: none;
}
.edubin-course .course__level {
    position: absolute;
    top: 25px;
    left: 30px;
    max-width: 70%;
}
.edubin-course .course__level span {
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0 11px;
    line-height: 29px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--edubin-color-secondary);
    white-space: nowrap;
    background: var(--edubin-primary-color);
    box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 22%);
}
.edubin-course.layout__6 .course__level span {
    border-radius: 100px;
    padding: 0 15px;
}
.edubin-course .course__wishlist {
    position: absolute;
    top: 25px;
    right: 30px;
    max-width: 70%;
}
.edubin-course .course__title {
    padding-top: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 0;
}
.edubin-course .course__title a {
    color: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.edubin-course.col__6 .course__title a {
    font-size: 28px;
    line-height: 37px;
}
.edubin-col-lg-3 .edubin-course .course__title a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.edubin-filter-type-cat-filter .edubin-col-lg-4 .edubin-course .course__title a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.filtered-courses .edubin-col-xl-4 .edubin-course .course__title a {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}
.filtered-courses .edubin-col-xl-6 .edubin-course .course__title a {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.filtered-courses .edubin-course .course__title a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
body.archive.post-type-archive .edubin-course.col__4 .course__title a {
    font-size: 22px;
    line-height: 32px;
}
.edubin-carousel-activation .edubin-course .course__title a {
    font-size: 22px;
    line-height: 32px;
}
.edubin-course .course__title a:hover {
    color: var(--edubin-primary-color);
}
.edubin-course .author__name a:hover {
    color: var(--edubin-primary-color);
}
.edubin-course .updating-icon:before {
    margin-right: 0;
}
.edubin-course .course-excerpt p {
    margin-bottom: 15px;
    padding-top: 15px;
}
/* ==== Course Price ==== */

.edubin-course .price__1 {
    color: var(--edubin-heading-color)
}
.edubin-course .price__1 span, .edubin-course .price__1 {
    font-weight: 700;
    font-size: 16px;
    color: var(--edubin-heading-color)
}
.edubin-course .price__2 {
    position: absolute;
    right: 40px;
    bottom: -29px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--edubin-primary-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.edubin-course .price__2 .origin-price {
    text-decoration: line-through;
    margin-right: 2px;
    font-weight: 400
}
.edubin-course .price__2 del {
    margin-right: 2px;
    font-weight: 400
}
.edubin-course .price__4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: var(--edubin-primary-color);
    text-align: center;
    display: block;
    padding: 5px 15px;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: 20px
}
.edubin-course .price__4 .origin-price {
    text-decoration: line-through;
    margin-right: 2px;
    font-weight: 400
}
/* ==== Course Style 5 ==== */

.edubin-course.layout__5 .course__media>a>img {
    height: 250px;
}
.course__content--meta.layout__5 {
    background-color: rgb(0 0 0 / 77%);
    padding: 15px 30px;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}
.edubin-course.layout__5 .author__name {
    color: #fff;
}
.edubin-course.layout__5 .price__2 {
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 1;
}
.edubin-course.layout__5.review__show .price__2 {
    position: absolute;
    right: 40px;
    bottom: 70px;
    z-index: 1;
}
.edubin-course.layout__5 .course-rating {
    color: #fff;
}
.edubin-course .edubin-course-rate {
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.elementor-editor-active .edubin-course .edubin-course-rate .review-stars-rated {
    display: flex;
    align-items: center;
}
.edubin-course .review-stars-rated {
    margin-bottom: 0;
}
.edubin-course.layout__2 .edubin-course-rate {
    padding-top: 10px;
}
.edubin-course.layout__5 .edubin-course-rate {
    padding-top: 10px;
}
.edubin-course.layout__5 .course__content--meta span:last-child {
    margin-right: 5px;
}
.edubin-course .edubin-course-rate .course-reviews-text {
    font-size: 14px;
    margin-left: 4px;
}
.edubin-course.layout__5 .edubin-course-rate .course-reviews-text {
    color: #fff;
}
.edubin-course.layout__5 .author__name img.avatar {
    width: 35px;
    height: 35px;
}
.edubin-course.layout__5 .course__content--meta span {
    color: #fff;
}
.edubin-course.layout__5 .edubin-course-rate {
    margin-top: 10px;
}
/* ==== Course layout__3 ===== */

.edubin-course.layout__3 .course__container {
    box-shadow: none;
    background: transparent;
}
.edubin-course .price__3 {
    font-size: 14px;
    color: #07294d;
    font-weight: 600;
    background-color: var(--edubin-primary-color);
    text-align: center;
    display: block;
    padding: 8px 15px;
    border-top-left-radius: 3px
}
.edubin-course.layout__3 .course__media+.course__content .course__content--info {
    padding: 0 0 0 0;
}
.edubin-course .price__3 .origin-price {
    text-decoration: line-through;
    margin-right: 2px;
    font-weight: 400
}
.edubin-course.layout__3 .price__0 {
    font-weight: 700;
    color: var(--edubin-color-01);
}
.edubin-course.layout__3 .course__content--info+.course__content--meta {
    padding: 7px 0 7px 0;
}
.edubin-course.layout__3 .author__name {
    margin-bottom: 5px;
    font-size: 15px;
}
.edubin-course.layout__3 .course__title {
    margin-bottom: 5px;
}
.edubin-course.layout__3 .course__categories__2 {
    background: #ff48301c;
    display: inline-block;
    border-radius: 4px;
    padding: 1px 15px;
    margin-top: 20px;
}
.edubin-course.layout__3 .course__categories__2 a {
    color: var(--edubin-color-01);
    font-size: 14px;
}
.edubin-course.layout__3 .course__categories__2 {
    background: color-mix(in srgb, var(--edubin-color-01) 15%, transparent);
    display: inline-block;
    border-radius: 4px;
    padding: 1px 15px;
    margin-top: 20px;
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2, .edubin-slider-item:nth-child(4n+2) .course__categories__2 {
    background: color-mix(in srgb, var(--edubin-color-02) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2 a, .edubin-slider-item:nth-child(4n+2) .course__categories__2 a {
    color: var(--edubin-color-02);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2, .edubin-slider-item:nth-child(4n+3) .course__categories__2 {
    background: color-mix(in srgb, var(--edubin-color-03) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2 a, .edubin-slider-item:nth-child(4n+3) .course__categories__2 a {
    color: var(--edubin-color-03);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
    background: color-mix(in srgb, var(--edubin-primary-color) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
    color: var(--edubin-primary-color);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
    background: color-mix(in srgb, var(--edubin-color-04) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
    color: var(--edubin-color-04);
}
.edubin-course.layout__3 .course__levels {
    position: absolute;
    top: 25px;
    left: 25px;
    background: var(--edubin-color-01);
    padding: 1px 14px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    text-transform: capitalize;
}
.edubin-course.layout__3 span.author--name {
    color: var(--edubin-color-06);
}
.edubin-course.layout__3 .edubin-course-rate {
    padding-top: 0;
    margin-bottom: 5px;
}
/* ==== Course layout__4 ===== */

.edubin-course.layout__4 .course__media {
    padding: 12px;
}
.edubin-course.layout__4 .course__container {
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 12px;
}
.edubin-course.layout__4 .price__4 {
    top: 32px;
    font-weight: 500;
    padding: 0 15px;
    border-radius: 100px;
    font-size: 13px;
    line-height: 29px;
    left: 30px;
    right: auto;
}
.edubin-course.layout__4 .course__categories a {
    border-radius: 100px;
    font-weight: 500;
}
.edubin-course.layout__4 .course__media>.course-thumb>img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.edubin-course.layout__4 .course__media .author__name {
    bottom: -10px;
    position: absolute;
    right: 32px;
}
.edubin-course.layout__4 .author__name img {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    box-shadow: 0 10px 40px #0000000d;
}
.edubin-course.layout__4 .course__media+.course__content .course__content--info {
    padding: 0 20px 20px 20px;
}
.edubin-course.layout__4 .course__content--meta {
    padding: 15px 20px;
}
.edubin-course.layout__4 .course__border {
    margin-left: 0;
    margin-right: 0;
}
.edubin-course.layout__4 .edubin-wishlist-wrapper {
    top: 30px;
    right: 30px;
}
.view-more-btn a {
    font-size: 15px;
    font-weight: 700;
    color: var(--edubin-primary-color);
}
.view-more-btn:hover a {
    color: inherit;
}
/* ==== Course layout__6 ===== */

.edubin-course.layout__6 .course__container {
    border-radius: 20px;
}
.edubin-course.layout__6 .course__content--meta {
    padding: 25px 25px;
}
.edubin-course.layout__6 .top--title {
    position: absolute;
    top: 5px;
    padding: 0 65px 0 25px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.edubin-course.layout__6 .top--title a {
    color: #fff;
}
.edubin-course.layout__6 .top--title:hover a {
    color: color-mix(in srgb, #ffffff 80%, transparent);
}
.edubin-course.layout__6 .no-course-thumb {
    height: 200px;
    width: auto;
    display: block;
    background: #e5572e;
    position: relative;
}
.edubin-course.layout__6 .course__media+.course__content .course__content--info {
    padding: 0 25px 20px 25px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .no-course-thumb {
    background: #2bc183;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .no-course-thumb {
    background: #0870da;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .no-course-thumb {
    background: #7044b3;
}
.edubin-col-sm-12:nth-child(4n+5) .edubin-course.layout__6 .no-course-thumb {
    background: #ea9c0b;
}
.edubin-triangle-up {
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 135px solid #ffffff1f;
    right: -58px;
    bottom: 0;
    position: absolute;
}
.edubin-circle {
    height: 180px;
    width: 180px;
    background-color: #ffffff1f;
    border-radius: 50%;
    right: -34px;
    top: -33px;
    position: absolute;
}
.edubin-rectangle {
    height: 120px;
    width: 200px;
    background-color: #ffffff1f;
    right: -34px;
    bottom: -33px;
    position: absolute;
}
.edubin-circle-border {
    left: -27px;
    bottom: -38px;
    position: absolute;
    border: 2px solid #ffffff3d;
    height: 80px;
    border-radius: 50%;
    width: 80px;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-circle {
    display: none;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-triangle-up {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 180px solid #ffffff1f;
    right: -78px;
    top: -32px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-triangle-up {
    display: none;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-rectangle {
    right: -34px;
    top: 0;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-circle {
    right: -55px;
    top: 77px;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .edubin-rectangle {
    display: none;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-rectangle {
    right: -86px;
    top: 100px;
    transform: skew(341deg);
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-triangle-up {
    display: none;
}
.edubin-course.layout__6 .view-more-btn a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: #2bc183;
    padding: 6px 14px;
    border-radius: 5px;
}
.edubin-course.layout__6 .view-more-btn:hover a {
    background: color-mix(in srgb, #2bc183 75%, transparent);
    color: #ffffff;
}
.edubin-course.layout__6 .edubin-wishlist-wrapper {
    z-index: 1;
}
/** === edubin_ld_related_course_content ==== **/

.related-post-wrap.related_course {
    margin-bottom: -50px ;
}
.single-course-layout-05 .related-post-wrap.related_course{
    margin-top: 0 !important;
}
.related-post-wrap.related_course .related-title {
    font-size: 28px;
    margin-bottom: 45px;
}
.related-post-wrap.related_course .post-thumbnail {
    margin-left: inherit;
    margin-right: inherit;
    max-height: 200px;
    border-radius: 0;
}
.related-post-wrap.related_course .post-thumbnail img {
    height: inherit;
    object-fit: inherit;
}
.related-post-wrap.related_course .entry-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.related-post-wrap.related_course .price {
    color: var(--edubin-heading-color);
    font-size: 15px;
    font-weight: 700;
    display: block;
}
.related-post-wrap.related_course .price__2 .price {
    color: #fff;
}
.related-post-wrap.related_course .course-item-wrap {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 14px 12px rgb(0 0 0 / 6%);
    background: #ffffff;
    margin-bottom: 30px;
}
.related-post-wrap.related_course .entry-desc {
    padding: 25px 30px 35px;
}
.widget ul.pxcv-rr-item-widget li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    display: flex;
    padding-top: 25px;
}
.widget ul.pxcv-rr-item-widget li:first-child {
    padding-top: 0;
}
.widget ul.pxcv-rr-item-widget li:last-child {
    padding-bottom: 0;
}
/** ===== single-course-layout global ==== **/

.intro-video-sidebar.intro-video-content {
    margin-bottom: 0;
}
.edubin-course-single-wrap {
    margin-right: 20px;
}
@media (max-width:991.98px) {
    .edubin-course-single-wrap {
        margin-right: 0;
    }
}
.edubin-course-top-info.light ul li {
    color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li a {
    color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li:after {
    color: var(--edubin-color-body) !important;
}
.edubin-course-top-info .post-author img {
    border: 2px solid var(--edubin-color-body);
}
.edubin-course-top-info .course-short-text {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 150px;
}
@media (max-width:991.98px) {
    .edubin-course-top-info .course-short-text {
        padding-right: 0;
    }
}
/** ===== single-course-layout-0default ==== **/

.single-course-layout-01 aside#secondary.widget-area, .single-course-layout-02 aside#secondary.widget-area, .single-course-layout-03 aside#secondary.widget-area, .single-course-layout-04 aside#secondary.widget-area {
    margin-bottom: 70px;
}
.single-course-layout-0default {
    background: #edf0f2
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs {
    position: relative;
    margin-bottom: 0;
    font-size: 0;
    border: 0;
    padding-bottom: 2px;
    background: none;
    display: inherit;
    background: #fff;
    padding-left: 45px;
    padding-right: 45px;
}
.single-course-layout-0default .course-tab-panels .course-tab-panel {
    padding-top: 30px;
    padding: 40px 45px;
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
    padding: 15px 20px;
    font-size: 16px;
}
/** ===== single-course-layout-01 ==== **/

body.single-course-layout-01 .page-header {
    text-align: center;
}
.single-course-layout-01 {
    background: #f9f9f9;
}
.single-course-layout-01 .post-wrapper {
    background: #fff;
    padding: 45px 45px 45px 45px
}
.single-lp_course.single-course-layout-01 .course-summary {
    padding: 90px 0 0 0;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs {
    position: relative;
    margin-bottom: 0;
    font-size: 0;
    border: 0;
    padding-bottom: 2px;
    background: none;
    display: inherit;
    background: #fff;
    padding-left: 45px;
    padding-right: 45px;
}
.single-course-layout-01 .course-tab-panels .course-tab-panel {
    padding-top: 30px;
    padding: 40px 45px;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
    padding: 20px 20px;
    font-size: 16px;
}
body.single-course-layout-01 .tpc-site-content {
    padding-bottom: 100px;
    padding-top: 0 !important;
}
/** ===== single-course-layout-02 ==== **/
.single-course-layout-02 .course-h-v2:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
}
.single-course-layout-02 .course-sidebar-preview {
    margin-top: -260px;
}
@media (max-width:991.98px) {
    .single-course-layout-02 .course-sidebar-preview {
        margin-top: 45px;
    }
}
.single-course-layout-02 .edubin-single-course-lead-meta-01 {
    margin-bottom: 20px;
}
.single-course-layout-02 .edubin-page-title-area {
    text-align: left;
}
.single-course-layout-02 .header-breadcrumb ul li, .single-course-layout-02 .header-breadcrumb ul li a {
    color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .course-short-text, .single-course-layout-02 .edubin-course-top-info .course-short-text p {
    color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .lead-meta-item .lead-meta-value {
    color: #fff;
}
body.single-course-layout-02 .tpc-site-content {
    padding-bottom: 100px;
    padding-top: 0!important;
}
/** ===== single-course-layout-03 ==== **/
.edubin-page-title-area.edubin-default-breadcrumb.course-header-style--1 .edubin-breadcrumb-wrapper ul li span.active{
    color: inherit;
}
.single-course-layout-03 .edubin-course-single-wrap {
    width: 80%;
    margin: 0 auto;
}
.single-course-layout-03 .page-header {
    text-align: center;
}
.single-course-layout-03 .course-bottom-wrap {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
    margin: 0 auto;
    max-width: 970px;
}
.single-course-layout-03 .course-tab-panels {
    padding: 20px 0 0 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course {
    width: inherit;
    margin-bottom: 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course a {
    display: inherit;
    margin-bottom: 0;
}
.single-course-layout-03 .lp-course-buttons {
    display: inline-block;
}
.single-course-layout-03 .form-button {
    margin-top: 0;
}
.single-course-layout-03 .lp-button {
    margin: 0 20px;
}
.single-course-layout-03 .entry-post-share {
    text-align: inherit;
    display: inline-block;
    padding-left: 30px;
}
.single-course-layout-03 .related-post-wrap {
    padding-top: 60px;
}
.single-course-layout-03 .single-lp_course .post-share.style-02 {
    padding: 0 0 35px 0;
}
.single-course-layout-03 .edubin-course-top-info .edubin-single-course-lead-meta {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 25px;
}
.single-course-layout-03 .edubin-course-top-info .edubin-course-single-header-meta-02 div span {
    color: #fff;
}
.single-course-layout-03 .course-header-style--1 .edubin-course-single-header-meta-02 div span {
    color: var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-top-info .post-author img {
    border: 2px solid var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-single-header-meta-01 {
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 15px;
}
body.single-course-layout-03 .tpc-site-content {
    padding-bottom: 100px;
    padding-top: 0 !important;
}
/** ===== single-course-layout-04 ==== **/

.single-course-layout-04 .course-sidebar-preview {
    margin-top: -260px;
}
@media (max-width:991.98px) {
    .single-course-layout-04 .course-sidebar-preview {
        margin-top: 45px;
    }
}
.single-course-layout-04 .edubin-course-top-info {
    text-align: left;
    background: #eff1f6;
}
.single-course-layout-04 .edubin-single-course-lead-meta-01 {
    margin-bottom: 20px;
}
body.single-course-layout-04 .tpc-site-content {
    padding-bottom: 100px;
    padding-top: 0 !important;
}
body.single-course-layout-04 .edubin-breadcrumb-wrapper ul li span.active {
    color: var(--edubin-color-body);
}
/** ===== single-course-layout-05 ==== **/

.single-course-layout-05 .edubin-course-top-info .course-title {
    font-size: 38px;
    color: #fff;
}
.single-course-layout-05 .edubin-single-course-lead-info {
    padding-right: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
    padding: 0 25px;
    background: #1f2838;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta+.top__meta {
    margin-left: 20px;
}
.single-course-layout-05 .edubin-course-top-info .post-author img {
    width: 35px;
    height: 35px;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 .entry-post-share {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.single-course-layout-05 .edubin-course-top-info li a {
    color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info {
    padding-top: 80px;
    background: #111827;
    padding-bottom: 80px;
    color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info .edubin-single-course-lead-meta {
    border-top: 1px solid #374152;
    padding-top: 25px;
    margin: 0;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
    font-size: 15px;
    display: flex;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item+.lead-meta-item:before {
    top: 6px;
    left: -13px;
}
.single-course-layout-05 .edubin-single-course-top-meta {
    padding-bottom: 20px;
    font-size: 15px;
}
.single-course-layout-05 .review-stars-rated {
    margin-bottom: 0;
    bottom: -2px;
}
.single-course-layout-05 .review-stars-rated svg {
    width: 14px;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item:first-child {
    padding-left: 0;
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .intro-video {
    padding: 0;
    overflow: hidden;
    border: 7px solid rgb(243, 244, 246);
    border-radius: 15px;
    box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .tutor-video-player {
    padding: 0;
    overflow: hidden;
    border: 7px solid rgb(243, 244, 246);
    border-radius: 15px;
    box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .content-area {
    padding-top: 95px;
    padding-bottom: 100px;
}
.single-course-layout-05 .intro-video-sidebar {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .single-course-layout-05 .intro-video-sidebar {
        margin-top: 40px;
    }
}
@media (max-width: 1200px) {
    .single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
        display: inline-block;
    }
    .single-course-layout-05 .edubin-course-top-info .top__meta {
        float: left;
        margin-bottom: 15px;
    }
}
.single-course-layout-05 .intro-video-sidebar .intro-video {
    height: 260px;
}
.single-course-layout-05 .header-breadcrumb ul {
    display: inline-block;
    background: #202837;
    padding: 8px 25px;
    border-radius: 100px
}
.single-course-layout-05 .edubin-page-title-area {
    text-align: left;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .post-author {
    margin-right: 20px;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .course-language a {
    color: #fff;
}
body.single-course-layout-05 .tpc-site-content {
    padding-top: 0 !important;
}
/* ==== Course list style 01 ==== */

.edubin-course.layout-list-01 .course__content--meta {
    padding: 0;
}
.edubin-course.layout-list-01 {
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 6%);
}
.edubin-course.layout-list-01 .course__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.edubin-course.layout-list-01 .course__title {
    padding-top: 10px;
}
.filtered-courses .edubin-course.layout-list-01 .course__title a {
    font-size: 22px;
    line-height: 32px;
}
.edubin-course.layout-list-01 .course__media {
    width: 265px;
    height: 265px;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 30px 0 0;
}
.edubin-course.layout-list-01 .course__media a, .edubin-course.layout-list-01 .course__media a img {
    border-radius: 5px 0 0 5px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.edubin-course.layout-list-01 .course__media a:after {
    background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
    .edubin-course .course__media img {
        object-fit: cover;
        height: auto;
    }
    .edubin-course.layout-list-01 .course__media {
        width: inherit;
        height: inherit;
        margin: 0;
    }
    .edubin-course.layout-list-01 .course__content {
        padding: 28px;
    }
    .edubin-course.layout-list-01 .course__container {
        display: inherit;
        display: inherit;
        display: inherit;
        display: inherit;
        -webkit-box-align: inherit;
        -webkit-align-items: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
}
/* ==== Wishlist ==== */

.edubin-wishlist-wrapper {
    pointer-events: all;
    font-size: 0px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 20px;
    border-color: #fff;
    background: #fff;
    color: var(--edubin-heading-color);
}
.edubin-wishlist-wrapper:before {
    content: "\f139" !important;
    font-family: 'flaticon_edubin' !important;
    margin-right: 0px !important;
    font-weight: 400 !important;
    font-style: normal;
    visibility: visible;
    font-size: 16px;
}
.is-processing .edubin-wishlist-wrapper:before, .edubin-wishlist-wrapper.ajaxload_wishlist:before {
    content: "\f138" !important;
    font-family: 'flaticon_edubin' !important;
    -webkit-animation: 1s linear 0s normal none infinite running edubin-spin;
    animation: 1s linear 0s normal none infinite running edubin-spin;
    cursor: auto;
    display: inline-block;
    font-size: 20px;
}
.tpc-wishlisted .edubin-wishlist-wrapper, .edubin-wishlist-wrapper.on, .edubin-wishlist-wrapper:hover {
    border-color: var(--edubin-color-secondary);
    background: var(--edubin-color-secondary);
    color: var(--edubin-color-white);
}
/*
Theme Name: Edubin
 */

.woocommerce-product-addon {
    position: relative;
}
.coupon.edubin-coupon-wrapper button.button.edubin-button-item {
    padding: 22px 30px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background: var(--edubin-color-btn-bg);
    border-color: var(--edubin-color-btn-border);
    color: var(--edubin-color-btn-text);
    border-radius: 3px;
    padding: 15px 28px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease 0s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background: var(--edubin-color-btn-bg-hover);
    border-color: var(--edubin-color-btn-border-hover);
    color: var(--edubin-color-btn-text-hover);
}
.woocommerce a.button {
    margin-bottom: 0 !important;
}
.woocommerce .loader::before {
    display: none;
}
.woocommerce table.shop_table_responsive thead {
    display: none;
}
.woocommerce table.shop_table_responsive tbody th {
    display: none;
}
.woocommerce table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}
.woocommerce table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove:before {
    display: none;
}
.woocommerce table.shop_table_responsive tr td.actions:before, .woocommerce table.shop_table_responsive tr td.download-actions:before {
    display: none;
}
.woocommerce table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}
.woocommerce-store-notice, p.demo_store, .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--edubin-primary-color);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: var(--edubin-color-secondary);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 30px;
    border-color: var(--edubin-color-border);
}
@media screen and (min-width: 48em) {
    .woocommerce table.shop_table_responsive thead {
        display: table-header-group;
    }
    .woocommerce table.shop_table_responsive tbody th {
        display: table-cell;
    }
    .woocommerce table.shop_table_responsive tr th, .woocommerce table.shop_table_responsive tr td {
        text-align: left;
    }
    .woocommerce table.shop_table_responsive tr td {
        display: table-cell;
    }
    .woocommerce table.shop_table_responsive tr td:before {
        display: none;
    }
}
/**
 * Products
 */

ul.products {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
}
ul.products li.product img {
    display: block;
}
ul.products li.product .button {
    display: block;
}
@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.7966666667%;
        float: left;
        margin-right: 3.8%;
    }
    ul.products li.product.first {
        clear: both;
    }
    ul.products li.product.last {
        margin-right: 0;
    }
    .columns-1 ul.products li.product {
        float: none;
        width: 100%;
    }
    .columns-2 ul.products li.product {
        width: 48.1%;
    }
    .columns-3 ul.products li.product {
        width: 30.7966666667%;
    }
    .columns-4 ul.products li.product {
        width: 22.15%;
    }
    .columns-5 ul.products li.product {
        width: 16.96%;
    }
    .columns-6 ul.products li.product {
        width: 13.4933333333%;
    }
}
/**
 * General WooCommerce components
 */

/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}
.site-header-cart .cart-contents {
    text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
    display: none;
}
.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}
/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}
.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #F29E15;
}
p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}
p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25;
}
p.stars a:hover~a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}
p.stars:hover a:before {
    content: "\53";
    color: #F29E15;
    opacity: 1;
}
p.stars.selected a.active:before {
    content: "\53";
    color: #F29E15;
    opacity: 1;
}
p.stars.selected a.active~a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}
p.stars.selected a:not(.active):before {
    content: "\53";
    color: #F29E15;
    opacity: 1;
}
.woocommerce-tabs .panel h2:first-of-type {
    margin-top: 0;
}
/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}
.woocommerce-password-strength.strong {
    color: #0f834d;
}
.woocommerce-password-strength.short {
    color: #e2401c;
}
.woocommerce-password-strength.bad {
    color: #e2401c;
}
/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inherit;
}
.form-row.woocommerce-invalid input.input-text {
    border-color: red;
}
.required {
    color: red;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
    border-color: var(--edubin-color-border) !important;
}
/**
 * Notices
 */

.woocommerce-info, p.no-comments {
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
}
.woocommerce-error {
    background-color: #e2401c;
}
.woocommerce-error li {
    color: #fff !important;
}
.woocommerce-error::before {
    color: #fff!important;
    margin-top: 10px;
}
.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    color: #ffffff;
    z-index: 9999;
}
@media screen and (min-width: 48em) {
    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
    float: left;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}
/**
 * -----------------------------------
 * # Shop Page
 * -----------------------------------
 */
body.archive.post-type-archive.post-type-archive-product .edubin-woo-cat-description{
    display: none;
}
.edubin-archive-products.edubin-row {
    margin-bottom: -30px;
}
.edubin-woocommerce-shop-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order form {
    background: #F5F5F5;
    border-radius: 5px;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--edubin-color-body);
    margin-bottom: 0;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order form:after {
    content: '\f142';
    position: absolute;
    right: 18px;
    top: 50%;
    font-family: 'flaticon_edubin';
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--edubin-color-body);
    font-weight: 400;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order select {
    font-weight: 400;
    border: 0;
    padding: 0;
    cursor: pointer;
    padding: 21px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--edubin-font-primary);
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order select::-ms-expand {
    display: none;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order select:focus {
    border-color: inherit;
}
/**== WooCommerce Shop Page Category ==  */

.products.edubin-archive-products li.product-category.product {
    list-style: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
@media (max-width: 991px) {
    .products.edubin-archive-products li.product-category.product {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}
@media (max-width: 767px) {
    .products.edubin-archive-products li.product-category.product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 576px) {
    .products.edubin-archive-products li.product-category.product {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.products.edubin-archive-products li.product-category.product img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.woocommerce h2.woocommerce-loop-category__title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--edubin-primary-color);
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
/**
 * -----------------------------------
 * # WooCommerce Shop Page
 * -----------------------------------
 */

.woocommerce div.edubin-single-product-item {
    margin-bottom: 30px !important;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper {
    margin-bottom: 20px;
}
.edubin-product-one-slider.slick-slider {
    margin: 0 -15px;
}
.edubin-product-one-slider .edubin-product-one-single-slider {
    padding-left: 15px;
    padding-right: 15px;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper a {
    display: block;
}
.edubin-single-product-inner .yith-wcqv-button .blockUI.blockOverlay {
    background: none !important;
    opacity: 1 !important;
    cursor: pointer !important;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .edubin-single-product-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cccccc;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .edubin-single-product-thumb:after {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    position: absolute;
    content: '';
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.edubin-single-product-inner:hover .edubin-single-product-thumb-wrapper .edubin-single-product-thumb:after {
    opacity: 1;
    visibility: visible;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper {
    position: relative;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info {
    position: absolute;
    bottom: 45%;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(45%);
    transition: bottom 500ms ease, opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
.edubin-single-product-inner:hover .edubin-single-product-thumb-wrapper .product-over-info {
    bottom: 50%;
    opacity: 1;
    visibility: visible;
    transform: translateY(50%);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li:first-child {
    margin-bottom: 10px;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li {
    position: relative;
    margin: 0 auto;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    opacity: 1 !important;
    font-family: var(--edubin-font-secondary);
    background: var(--edubin-primary-color);
    color: var(--edubin-color-white);
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    opacity: 1 !important;
    padding: 15px 15px;
    line-height: 1;
    /* animation: wc_slide_up 0.6s 2s forwards; */
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a:hover {
    background: var(--edubin-color-secondary);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a.yith-wcqv-button {
    padding-left: 21px;
    background: var(--edubin-color-white);
    color: var(--edubin-heading-color);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a .edubin-product-popup-icon {
    margin-right: 8px;
    display: inline-flex;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a .edubin-product-popup-icon i {
    font-weight: 600;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a.yith-wcqv-button:hover {
    color: var(--edubin-color-white);
    background: var(--edubin-primary-color);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a.add_to_cart_button::before {
    font-family: 'flaticon_edubin' !important;
    content: "\f145";
    font-size: 15px;
    margin-right: 7px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::before {
    display: none;
}
.edubin-single-product-item a.ajax_add_to_cart.loading:after {
    font-family: 'flaticon_edubin' !important;
    content: "\f11c";
    font-size: 15px;
}
.woocommerce div.product form.cart .button.disabled {
    line-height: inherit;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a.added {
    display: none;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart .tutor-icon-cart-line:before {
    display: none;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart .tutor-icon-cart-line {
    margin-right: 0 !important;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a.button.added+.added_to_cart:before {
    content: '\f128';
    font-size: 15px;
}
.edubin-single-product-inner {
    box-shadow: 0 20px 16px rgb(0 0 0 / 5%);
    border-radius: 10px;
    border: 1px solid var(--edubin-color-border);
    overflow: hidden;
}
.edubin-single-product-inner .content {
    text-align: center;
    padding: 0px 10px 20px 10px;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price, .woocommerce .edubin-yith-wcqv-wrapper .product-pricing .price, .woocommerce .edubin-single-product-inner .content .price {
    margin-top: 5px;
    font-size: 15px !important;
    line-height: 21px;
    font-weight: 600;
    font-family: var(--edubin-font-secondary);
    color: var(--edubin-primary-color);
    opacity: 1;
    display: flex;
    justify-content: center;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price {
    justify-content: start !important;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price, .edubin-yith-wcqv-wrapper .product-pricing .price {
    margin: 18px 0 12px !important;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price del, .edubin-yith-wcqv-wrapper .product-pricing .price del, .edubin-single-product-inner .content .price del {
    color: var(--edubin-color-body);
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price ins, .edubin-yith-wcqv-wrapper .product-pricing .price ins, .edubin-single-product-inner .content .price ins {
    background: rgba(0, 0, 0, 0);
    color: var(--edubin-primary-color);
    margin: 0 4px 0 0;
    padding: 0;
    text-decoration: none;
    font-weight: 600 !important;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price del .woocommerce-Price-amount.amount, .edubin-yith-wcqv-wrapper .product-pricing .price del .woocommerce-Price-amount.amount, .edubin-single-product-inner .content .price del .woocommerce-Price-amount.amount {
    opacity: 1;
    font-size: 14px;
    line-height: 21px;
    color: var(--edubin-color-body);
}
.tpc-product-image-top-content {
    position: absolute;
    content: '';
    top: 13px;
    left: 13px;
    z-index: 1;
}
.tpc-featured-product-tag, .tpc-product-offer-percent {
    background: var(--edubin-color-01);
    padding: 0px 13px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--edubin-font-secondary);
    line-height: 28px;
    display: inline-block;
    color: var(--edubin-color-white);
    height: 28px;
    border-radius: 5px;
    margin-right: 7px;
}
.tpc-featured-product-tag {
    background: var(--edubin-primary-color);
}
.edubin-single-product-inner .content .woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
    display: inline-block;
    transition: .3s;
}
.edubin-single-product-inner .content .woocommerce-loop-product__title:hover {
    color: var(--edubin-primary-color);
}
.edubin-single-product-inner .content .author {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.edubin-single-product-item a:focus, .edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner:focus, .woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
    outline: 0;
}
.return-to-shop a.button.wc-backward, .edubin-single-product-item a.button, .edubin-single-product-item a.added_to_cart, .woocommerce-MyAccount-downloads-file.button, .woocommerce-orders-table__cell .woocommerce-button.button.view {
    color: #ffffff;
    padding: 15px 15px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.return-to-shop a.button.wc-backward {
    border-radius: 5px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em;
    position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    position: absolute;
    content: '\f137';
    top: 0;
    left: 0;
    font-family: flaticon_edubin;
    font-style: normal;
    margin-left: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    content: '\f14c';
    margin-left: 0;
}
.woocommerce .woocommerce-customer-details address {
    padding: 15px 20px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0
}
.edubin-product-rating-wrapper {
    display: flex;
    margin: 6px 0 0;
    font-size: 14px;
    color: var(--edubin-color-black);
}
.edubin-single-product-inner .edubin-product-rating-wrapper {
    justify-content: center;
}
.edubin-product-rating-wrapper .star-rating {
    margin: 5px 2px 0 0 !important;
    float: none;
    position: relative;
    width: auto !important;
    height: auto;
}
.edubin-product-rating-wrapper .star-rating span {
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 0;
    font-size: 0;
}
.edubin-product-rating-wrapper .star-rating span:before, .edubin-product-rating-wrapper .star-rating:before, .edubin-product-rating-wrapper .star-rating p.stars a:before {
    letter-spacing: 0.4em;
    font-size: 14px;
    /* font-family: 'icomoon';
    content: "\e916\e916\e916\e916\e916"; */
    font-weight: normal;
    position: static;
    line-height: 1em;
    margin: 0 -0.2em 0 0;
}
.edubin-product-rating-wrapper .star-rating span:before, .edubin-product-rating-wrapper .star-rating:before {
    opacity: 1 !important;
}
.edubin-product-rating-wrapper .star-rating:before {
    color: #d6d6d6 !important;
}
.edubin-product-rating-wrapper .star-rating span:before {
    color: #FFC92E !important;
}
/**
 * -----------------------------------
 * # WooCommerce Product Quick View
 * -----------------------------------
 */

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: inherit !important;
    text-decoration-thickness: 1px;
    font-weight: 400;
    margin-left: 5px;
}
#yith-quick-view-close {
    color: var(--edubin-color-white) !important;
    opacity: 1;
    font-size: 0px;
    width: 40px;
    height: 40px;
    padding-top: 0;
    background: var(--edubin-primary-color) !important;
    line-height: 40px;
    border-radius: 100px;
    border: 0;
}
#yith-quick-view-close:after {
    content: "\e948";
    font-family: 'icomoon' !important;
    font-size: 14px;
}
#yith-quick-view-close:hover {
    color: var(--edubin-color-white) !important;
    background: var(--edubin-color-secondary) !important;
}
body #yith-quick-view-modal #yith-quick-view-content {
    padding: 30px;
}
body #yith-quick-view-modal .yith-wcqv-main {
    box-shadow: inherit;
}
#yith-quick-view-content div.summary {
    padding-left: 40px;
    padding-top: 0;
}
.woocommerce div.product .edubin-product-rating-wrapper .woocommerce-product-rating {
    margin-bottom: 0px;
}
.woocommerce div.product .edubin-product-rating-wrapper .woocommerce-product-rating .star-rating {
    margin-top: 0px;
}
#yith-quick-view-content .edubin-yith-wcqv-wrapper {
    padding-top: 15px !important;
}
#yith-quick-view-content img {
    border-radius: 5px;
}
.edubin-yith-wcqv-wrapper .author {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    margin: 0px 0 15px !important;
}
.edubin-single-product-main-content-wrapper h1.product_title.entry-title, .edubin-yith-wcqv-wrapper h1.entry-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.38;
    font-family: var(--edubin-font-secondary);
    margin: 0 0 10px;
}
.edubin-yith-wcqv-wrapper .product-pricing {
    display: flex;
}
.woocommerce span.onsale {
    background-color: var(--edubin-color-tertiary) !important;
    border-radius: 3px;
    min-width: 50px;
    min-height: 10px;
    line-height: 23px;
}
.edubin-single-product-main-content-wrapper form.cart, .woocommerce div.product .edubin-yith-wcqv-wrapper form.cart {
    display: flex;
    margin-bottom: 30px;
}
.edubin-single-product-main-content-wrapper form.cart {
    margin-bottom: 37px !important;
}
.woocommerce-cart-form .quantity .qty, .edubin-single-product-main-content-wrapper form.cart .quantity .qty, .woocommerce .edubin-yith-wcqv-wrapper .quantity .qty {
    min-width: 144px;
    height: 60px;
    background: #F5F5F5;
    border-radius: 5px;
    border: 0;
    color: var(--edubin-heading-color);
    font-weight: 600;
    margin-right: 12px;
    font-family: var(--edubin-font-secondary);
}
.edubin-single-product-main-content-wrapper form.cart .button, .woocommerce div.product .edubin-yith-wcqv-wrapper form.cart .button {
    width: 100%;
    background: var(--edubin-primary-color);
    border-radius: 5px;
    margin-bottom: 0 !important;
    font-weight: 600;
    font-family: var(--edubin-font-secondary);
}
.edubin-single-product-main-content-wrapper form.cart .button:hover, .woocommerce div.product .edubin-yith-wcqv-wrapper form.cart .button:hover {
    background: var(--edubin-color-secondary);
}
.woocommerce-cart-form input[type=number]::-webkit-inner-spin-button, .woocommerce-cart-form input[type=number]::-webkit-outer-spin-button, .edubin-single-product-main-content-wrapper form.cart input[type=number]::-webkit-inner-spin-button, .edubin-single-product-main-content-wrapper form.cart input[type=number]::-webkit-outer-spin-button, .edubin-yith-wcqv-wrapper .product-cart-wrapper input[type=number]::-webkit-inner-spin-button, .edubin-yith-wcqv-wrapper .product-cart-wrapper input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
.edubin-single-product-main-content-wrapper .product_meta, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta {
    display: flex;
    flex-direction: column;
}
.edubin-single-product-main-content-wrapper .product_meta, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta {
    font-size: 16px;
}
.edubin-single-product-main-content-wrapper .product_meta span, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span {
    font-weight: 500;
}
.edubin-single-product-main-content-wrapper .product_meta span.sku_wrapper, .edubin-single-product-main-content-wrapper .product_meta span label, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.sku_wrapper, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span label {
    color: var(--edubin-heading-color);
}
.edubin-single-product-main-content-wrapper .product_meta span label, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span label {
    margin-right: 3px;
}
.edubin-single-product-main-content-wrapper .product_meta span:not(:last-child), .edubin-single-product-main-content-wrapper .product_meta span:not(:last-child) {
    margin-bottom: 4px;
}
.edubin-single-product-main-content-wrapper .product_meta span.sku, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.sku {
    font-weight: 400;
    margin-left: 5px;
    color: var(--edubin-color-body);
}
.edubin-single-product-main-content-wrapper .product_meta span.posted_in a, .edubin-single-product-main-content-wrapper .product_meta span.tagged_as a, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.posted_in a, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.tagged_as a {
    font-weight: 400;
    color: var(--edubin-color-body);
}
.edubin-single-product-main-content-wrapper .product_meta span.posted_in a:hover, .edubin-single-product-main-content-wrapper .product_meta span.tagged_as a:hover, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.posted_in a:hover, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.tagged_as a:hover {
    color: var(--edubin-primary-color);
}
.edubin-single-product-main-content-wrapper .product_meta span.posted_in a:first-child, .edubin-single-product-main-content-wrapper .product_meta span.tagged_as a:first-child, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.posted_in a:first-child, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.tagged_as a:first-child {
    margin-left: 5px;
    color: var(--edubin-color-body);
}
@media (max-width: 767px) {
    #yith-quick-view-content div.images, #yith-quick-view-content div.summary {
        width: 100%;
        float: none;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        display: none;
    }
    #yith-quick-view-content div.summary {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-top: 30px !important;
    }
    .edubin-yith-wcqv-wrapper .author {
        margin-bottom: 5px !important;
    }
    .edubin-yith-wcqv-wrapper h1.entry-title {
        margin-bottom: 10px;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 20px;
    }
}
.woocommerce div.product form.cart .button {
    margin-bottom: 0 !important;
    border-radius: 0;
}
.woocommerce .quantity .qty {
    height: 46px;
    width: 60px;
}
.cart input[type=number]::-webkit-inner-spin-button, .cart input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 24px;
    font-weight: 700;
    color: var(--edubin-primary-color);
}
.woocommerce div.product p.price {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
body.woocommerce div.product p.price ins, body.woocommerce div.product span.price ins {
    text-decoration: none;
    margin-left: 5px;
}
.woocommerce div.product .product_title {
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
}
/**
 * -----------------------------------
 * # WooCommerce Single Product
 * -----------------------------------
 */

.edubin-related-product-items {
    margin-bottom: -30px;
    margin-top: -20px;
}
.edubin-related-product-items .edubin-single-product-item {
    margin-top: 20px;
}
.edubin-related-product-items .slick-track {
    margin: inherit;
}
.edubin-related-product-items .slick-slide {
    padding: 0 15px;
}
.woocommerce-product-gallery {
    position: relative;
}
.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 15px;
}
.woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
    border-radius: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc((100% - 30px) / 4) !important;
    margin-right: 10px;
}
/*.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}*/

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
    margin: 0 0 20px 0 !important;
}
.stock:empty:before {
    display: none;
}
.stock.in-stock {
    color: #0f834d;
}
.stock.out-of-stock {
    color: #e2401c;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    margin: 0 0 30px;
    padding: 1em 2em 1em 3em;
    list-style: none outside;
    word-wrap: break-word;
}
.woocommerce-info:before, .woocommerce-message::before {
    color: #ffffff;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 1.2em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: underline;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right;
    margin: 4px 0 0 10px;
    height: auto;
    border: 0;
    border-radius: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 0px 15px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}
.edubin-single-product-main-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    align-items: flex-start;
}
.edubin-related-product-content-wrapper .edubin-single-product-item {
    margin-bottom: 0;
}
.edubin-related-product-content-wrapper .edubin-related-product-title {
    margin-bottom: 21px;
    margin-top: 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 20px;
    margin-bottom: 0px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__image img {
    object-fit: cover;
    border-radius: 5px;
    min-height: 270px;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: rgba(54, 85, 198, 0.1);
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner .edubin-single-product-zoom-icon {
    max-width: 20px;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger img, .edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger:before, .edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger:after {
    opacity: 0
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger {
    background: url(../images/icons/search.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(54, 85, 198, 0.1);
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    font-size: 0;
    text-indent: -99999999px;
}
.edubin-single-product-main-content-wrapper .summary.entry-summary {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper .woocommerce-product-rating {
    margin-bottom: 25px;
}
.edubin-single-product-main-content-wrapper .author {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-details__short-description {
    padding: 10px 0 0;
}
.edubin-single-product-main-content-wrapper .price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 21px;
}
.edubin-single-product-main-content-wrapper .price del {
    color: #b6b9c7;
    margin-right: 4px;
}
.edubin-single-product-main-content-wrapper .price ins {
    background: inherit;
}
.edubin-single-product-main-content-wrapper form.cart, .edubin-single-product-main-content-wrapper form.cart .quantity, .woocommerce table.shop_table .quantity {
    display: flex;
}
.edubin-single-product-main-content-wrapper .entry-summary form.variations_form.cart, .edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-bordered {
    border: 0;
    margin-bottom: 0;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-bordered>tbody>tr>td {
    border: 0;
    padding: 0 0 30px;
    vertical-align: middle;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__label a {
    margin-right: 30px;
    display: flex;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__price ins, .edubin-single-product-main-content-wrapper .woocommerce-grouped-product-list-item__price ins {
    background: inherit;
}
.edubin-single-product-main-content-wrapper .woocommerce-grouped-product-list-item__price del {
    color: #b6b9c7;
}
.edubin-single-product-main-content-wrapper .entry-summary form.variations_form.cart .woocommerce-variation-add-to-cart {
    display: flex;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper {
    display: inline-flex;
    border: 1px solid var(--edubin-color-border);
    padding: 8px 15px;
    border-radius: 5px;
    width: 131px;
    height: 60px;
    margin-right: 30px;
    position: relative;
}
.woocommerce-Tabs-panel--description p:last-child {
    margin-bottom: 0;
}
.woocommerce-cart .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper {
    height: 50px;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper button, .edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper button, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"] {
    border: 0;
    padding: 0;
    height: inherit;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"]::-webkit-outer-spin-button, .edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"]::-webkit-outer-spin-button, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"] {
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    font-weight: 700;
    font-size: 22px;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-minus, .edubin-single-product-cart-wrapper .edubin-single-product-cart-plus {
    position: absolute;
    height: 60px;
    cursor: pointer;
    top: 0;
    display: flex;
    align-items: center;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-minus {
    left: 15px;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-plus {
    right: 15px;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-minus img, .edubin-single-product-cart-wrapper .edubin-single-product-cart-plus img {
    cursor: pointer;
}
.edubin-single-product-main-content-wrapper .single_add_to_cart_button, .woocommerce-Reviews .edubin-button-item, .woocommerce table.shop_table .edubin-button-item, .form-row.place-order .edubin-button-item, .order-again .edubin-button-item, .woocommerce-account form.woocommerce-EditAccountForm .edubin-button-item, .woocommerce-form-login .edubin-button-item, .woocommerce-form-register .edubin-button-item, .wc-proceed-to-checkout a {
    cursor: pointer;
    border-radius: 5px;
}
.edubin-single-product-main-content-wrapper .variations_form table {
    border: 0;
    margin-bottom: 20px;
    width: 100%;
}
.edubin-single-product-main-content-wrapper .variations_form table, .edubin-single-product-main-content-wrapper .variations_form table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}
.edubin-single-product-main-content-wrapper .variations_form table {
    margin-bottom: 0;
}
.edubin-single-product-main-content-wrapper .variations_form table td {
    display: table-cell;
    padding: 0 15px 30px 0;
    text-align: left;
    vertical-align: middle;
    border: 0;
}
.edubin-single-product-main-content-wrapper .variations_form table select {
    border: 1px solid var(--edubin-color-border);
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 15px;
    padding: 0 10px 0 10px;
    height: 45px;
    position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-bottom: 90px;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border-bottom: 1px solid var(--edubin-color-border);
    border-radius: 0px;
    align-items: center;
    list-style: none;
    padding: 0 0 0 40px !important;
    margin: 0 0 35px 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
    margin-right: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    height: 2px;
    background: var(--edubin-primary-color);
    transition: 0.4s;
    width: 0;
    right: inherit;
    border-bottom-left-radius: 0;
    border-width: 0;
    border: 0;
}
/* .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    display: none;
} */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
    flex-direction: row-reverse;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
    position: inherit;
    vertical-align: unset;
    margin-right: 5px;
    top: inherit;
    right: inherit;
    left: inherit;
    font-family: 'flaticon_edubin' !important;
    content: "\f11c";
    font-size: 15px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:hover:after {
    width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    width: 100%;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--edubin-heading-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    color: var(--edubin-color-body);
    font-family: var(--edubin-font-secondary);
}
.woocommerce-tabs ul.tabs.wc-tabs li:not(:last-child) {
    margin-right: 3px;
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
    padding: 15px 5px;
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    position: relative;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: rgba(2, 30, 64, 0.3);
    display: block;
}
.woocommerce-tabs ul.tabs.wc-tabs li a:focus {
    outline: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel h3, .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-top: 0;
}
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
    margin-bottom: 0;
    border: 1px solid var(--edubin-color-border);
    width: 100%;
}
table.woocommerce-product-attributes p {
    margin: 0;
}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
    width: 30%;
    padding: 18px;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid var(--edubin-color-border);
    line-height: 1.5;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid var(--edubin-color-border);
    line-height: 1.5;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container {
    display: flex;
    margin-bottom: 7px;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container p.meta {
    margin-bottom: 5px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper {
    margin-top: 30px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-form-cookies-consent {
    display: flex;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-author, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-email {
    margin-bottom: 24px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-comment {
    margin-bottom: 30px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input {
    width: 100%;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    background: var(--edubin-color-white);
    border: 1px solid var(--edubin-color-border);
    font-size: 16px;
    border-radius: 5px;
    display: flex;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input:focus {
    border-color: var(--edubin-primary-color);
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input#wp-comment-cookies-consent {
    width: auto;
    margin-right: 10px;
    margin-top: 3px;
    line-height: 20px !important;
    padding: 0;
    height: 20px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-reply-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--edubin-heading-color);
    display: inline-block;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .woocommerce-tabs.wc-tabs-wrapper {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th, .woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
        padding: 8px;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        padding-bottom: 70px;
    }
    .edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper {
        width: 100px;
        padding: 5px;
        margin-right: 15px;
        height: 50px;
    }
    .edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__label a {
        margin-right: 15px;
    }
    .edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"] {
        font-size: 18px;
    }
    .edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
        margin-bottom: 30px !important;
    }
    .woocommerce div.product .edubin-single-product-main-content-wrapper .woocommerce-product-rating {
        margin-bottom: 10px;
    }
}
@media (min-width: 450px) {
    .woocommerce-tabs ul.tabs.wc-tabs li:not(:last-child) {
        margin-right: 10px;
    }
}
@media (min-width: 576px) {
    .woocommerce-tabs ul.tabs.wc-tabs li a {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 0;
        padding-right: 0px;
    }
    .edubin-single-product-main-content-wrapper .summary.entry-summary {
        margin-left: 15px;
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 0 !important;
    }
    .woocommerce-tabs ul.tabs.wc-tabs {
        padding: 0 30px;
    }
    .woocommerce-tabs ul.tabs.wc-tabs li a {
        padding: 20px 10px;
    }
    .woocommerce-tabs ul.tabs.wc-tabs li:not(:last-child) {
        margin-right: 42px;
    }
}
@media (min-width: 992px) {
    .edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner {
        width: 62px;
        height: 62px;
        line-height: 62px;
        right: 30px;
        top: 30px;
    }
    .edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner .edubin-single-product-zoom-icon {
        max-width: 100%;
    }
    .edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger {
        width: 62px;
        height: 62px;
        line-height: 62px;
        right: 30px;
        top: 30px;
        background-size: 26px;
    }
    .woocommerce-tabs ul.tabs.wc-tabs {
        padding: 0 50px;
    }
    .woocommerce-tabs ul.tabs.wc-tabs li a {
        padding: 27px 10px;
        font-size: 18px;
        line-height: 30px;
    }
}
@media (min-width: 1200px) {
    .edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 0;
        padding-right: 50px;
    }
    .edubin-single-product-main-content-wrapper .summary.entry-summary {
        margin-left: 30px;
        flex-basis: calc(50% - 35px);
        max-width: calc(50% - 35px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper {
        margin-right: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger, .edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner {
        right: 10px;
        top: 10px;
    }
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 25px 0 35px;
    border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
    margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li+li {
    border-top: 1px solid var(--edubin-color-border);
    padding-top: 30px !important;
    margin-top: 20px !important;
}
.comment-list .edubin-woo-review {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--edubin-color-border);
}
.comment-list li:last-child .edubin-woo-review:last-child {
    border-bottom: 0;
    margin-bottom: 10px;
}
.edubin-woo-review div.avatar {
    overflow: hidden;
    border-radius: 50%;
    float: left;
    width: 80px;
    height: 80px;
}
.woocommerce #reviews #comments ol.commentlist li .edubin-woo-review img.avatar {
    width: 80px;
    height: 80px;
    border: 0px;
    border-radius: 100%;
    background: transparent;
    padding: 0;
    position: relative;
}
.edubin-woo-review .comment-box {
    overflow: hidden;
    padding-left: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .edubin-woo-review .comment-text {
    margin: 20px 0 0 !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0 !important;
}
.edubin-woo-review .edubin-woo-review-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.edubin-woo-review .reviewer-name-date {
    padding-right: 10px;
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.edubin-woo-review .reviewer-name-date .date {
    position: relative;
    padding-left: 20px;
    top: 2px;
}
.edubin-woo-review .reviewer-name-date .date:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 1px;
    background: var(--edubin-color-body);
    left: 8px;
    top: 12px;
}
.edubin-woo-review .name-comment {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.edubin-woo-review .star-rating {
    margin-top: 0px;
}
.woocommerce #reviews #comments ol.comment-list li .comment-text {
    margin: 0 !important;
    border: 0px !important;
    padding: 0 !important;
}
.tpc-custom-rating-form {
    display: flex;
    align-items: center !important;
    margin-bottom: 15px !important;
    margin-top: 35px;
}
.tpc-custom-rating-form label {
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
    font-weight: var(--edubin-p-bold);
    margin-bottom: 0;
    color: var(--edubin-heading-color);
    text-transform: capitalize;
}
.woocommerce #review_form #respond p.stars {
    margin-bottom: 0 !important;
    line-height: 0;
    margin-top: -10px;
}
.woocommerce #review_form #respond p.stars a:before {
    color: #ffa41b;
    opacity: 1;
}
.woocommerce #review_form #respond p.stars.selected a.active~a:before {
    color: #ffa41b;
}
.woocommerce #review_form .edubin-woo-comment-form label, .woocommerce #review_form .comment-form label {
    color: var(--edubin-heading-color);
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.woocommerce #review_form .comment-form .tpc-custom-rating-form label {
    font-weight: 700;
}
.woocommerce #review_form p.comment-form-comment, .woocommerce #review_form p.comment-form-author, .woocommerce #review_form p.comment-form-email {
    margin-bottom: 20px !important;
}
.woocommerce #reviews #comment {
    min-height: 170px;
    padding: 17px 30px;
    background: var(--edubin-color-white);
    border-radius: 5px;
    border: 1px solid var(--edubin-color-border);
    font-size: 16px;
    line-height: 26px;
}
.woocommerce #reviews #comment:focus {
    border-color: var(--edubin-primary-color);
}
.woocommerce-Reviews h3.comment-reply-title {
    margin: 8px 0 15px !important;
}
.edubin-woo-comment-form {
    margin-top: 20px;
}
.edubin-woo-comment-form .edubin-row {
    margin-bottom: 0px !important;
}
.edubin-woo-comment-form .edubin-row>* {
    margin-bottom: 20px !important;
}
.edubin-woo-comment-form input, .edubin-woo-comment-form textarea {
    font-family: var(--edubin-font-primary);
}
.edubin-woo-comment-form textarea {
    margin-bottom: 30px;
}
.woocommerce #review_form #respond .edubin-woo-comment-form p.comment-form-cookies-consent {
    margin: 0 0 10px !important;
}
.woocommerce #review_form #respond p.form-submit {
    margin: 0;
}
/**
 * -----------------------------------
 * # Cart Page
 * -----------------------------------
 */

.woocommerce .entry-content {
    margin-top: 0;
}
.woocommerce .hentry {
    margin-bottom: 0;
}
.woocommerce table.shop_table {
    border: 0px;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce table.shop_table.cart>thead>tr {
    background: transparent;
    border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce table.shop_table>thead>tr>th {
    border: 0;
    font-weight: 600;
    padding: 24px 0;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--edubin-font-secondary);
    color: var(--edubin-heading-color);
}
.woocommerce table.shop_table.cart>thead>tr>th {
    border-bottom: 1px solid var(--edubin-color-border);
    border-radius: 0;
}
.woocommerce table.shop_table.cart>thead>tr th:first-child {
    border-radius: 0 !important;
}
.woocommerce table.shop_table>thead>tr th:first-child {
    padding-left: 30px;
    border-radius: 5px 0 0 5px;
}
.woocommerce table.shop_table>thead>tr th:last-child {
    border-radius: 0 5px 5px 0;
}
table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 15px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--edubin-heading-color);
    border-bottom: 1px solid var(--edubin-color-border);
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td:first-child {
    padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
    padding: 12px 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td a, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td span, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
    color: var(--edubin-heading-color);
    font-size: 16px;
    font-weight: 500;
}
.woocommerce table.shop_table>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}
.woocommerce table.shop_table>tbody>tr>td, .woocommerce table.shop_table>tfoot>tr>th, .woocommerce table.shop_table>tfoot>tr>td {
    padding: 30px 0;
    border: 0;
    border-top: 0px solid var(--edubin-color-border);
    font-weight: 500;
    vertical-align: middle;
}
.woocommerce table.shop_table, .woocommerce table.shop_table strong {
    font-weight: 500;
    color: var(--edubin-heading-color);
}
.woocommerce table.shop_table>tbody>tr>td a, .woocommerce table.shop_table>tbody>tr>td span {
    font-weight: 600;
    font-size: 16px;
    font-family: var(--edubin-font-secondary);
    line-height: 28px;
    color: var(--edubin-heading-color);
}
.woocommerce table.shop_table .product-remove a {
    color: var(--edubin-heading-color) !important;
    font-size: 16px;
}
.woocommerce table.shop_table .product-remove a:hover {
    color: var(--edubin-color-secondary) !important;
    background: transparent !important;
}
.woocommerce table.shop_table>tbody>tr>td a:hover {
    color: var(--edubin-primary-color);
}
.woocommerce table.shop_table>tbody>tr>td:first-child, .woocommerce table.shop_table>tfoot>tr>th:first-child, .woocommerce table.shop_table>tfoot>tr>td:first-child {
    padding-left: 30px;
}
.woocommerce table.shop_table tbody tr td {
    border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce table.shop_table tbody tr:last-child td {
    border-bottom: 0;
    padding-left: 0;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a {
    display: flex;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a img {
    width: 70px;
    border-radius: 5px;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}
.woocommerce table.shop_table td.actions {
    text-align: right;
}
.woocommerce table.shop_table td.actions .coupon {
    float: left;
}
.woocommerce table.shop_table .coupon.edubin-coupon-wrapper input[type="text"] {
    border: 1px solid var(--edubin-color-border);
    border-radius: 5px;
    margin-right: 30px;
    height: 60px;
}
.wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
}
.woocommerce .cart_totals {
    padding: 30px;
    max-width: 600px;
    border-radius: 5px;
    margin: 30px auto 0;
    border: 1px solid var(--edubin-color-border);
}
.woocommerce .cart_totals h2 {
    margin-top: 0;
    text-transform: capitalize;
}
.woocommerce .cart_totals table {
    margin-bottom: 30px;
}
.woocommerce .cart_totals table.shop_table tbody th, .woocommerce .cart_totals table.shop_table>tbody>tr>td {
    border: 0;
    padding: 15px;
}
.woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal th, .woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal td {
    border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    background: #F5F5F5;
    border-radius: 5px 0 0 5px;
    border: 0 none;
    height: 60px;
    min-width: 330px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
    color: var(--edubin-color-body);
    font-family: var(--edubin-font-primary);
    margin-right: 0;
}
.woocommerce-cart .edubin-coupon-wrapper button {
    border-radius: 0 5px 5px 0 !important;
    background: var(--edubin-color-dark);
    color: var(--edubin-color-white);
}
.woocommerce-cart .edubin-coupon-wrapper button:hover {
    background: var(--edubin-primary-color);
}
.woocommerce-cart .return-to-shop a.button.wc-backward {
    padding: 0 30px;
    line-height: 60px;
    display: inline-block;
    background: var(--edubin-color-btn-bg);
    border-color: var(--edubin-color-btn-border);
    color: var(--edubin-color-btn-text);
    border-radius: 3px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease 0s;
}
.woocommerce-cart .woocommerce button.button.update-cart:disabled {
    color: var(--edubin-color-white);
    opacity: .7;
    padding: 15px 30px;
}
.woocommerce-cart .woocommerce button.button.update-cart:disabled:hover {
    color: var(--edubin-color-white);
    background: var(--edubin-primary-color);
}
@media (max-width: 767px) {
    .woocommerce table.shop_table>tbody>tr>td {
        padding: 12px;
        border-top: 0;
    }
    .woocommerce table.shop_table {
        border: 0px;
    }
    .woocommerce table.shop_table>tbody>tr {
        border: 1px solid var(--edubin-color-border);
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table, .woocommerce table.shop_table.woocommerce-table--order-details {
        border: 1px solid var(--edubin-color-border);
    }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce table.shop_table.woocommerce-table--order-details th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce table.shop_table.woocommerce-table--order-details td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr, table.woocommerce-table--order-details>tbody>tr {
        margin-bottom: 0;
        border: 0;
        display: table-row;
    }
    .woocommerce .cart_totals table.shop_table>tbody>tr {
        margin-bottom: 0;
    }
    .woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal th, .woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal td {
        border-bottom: 0;
    }
    .woocommerce .cart_totals table.shop_table>tbody>tr.order-total {
        border-top: 0;
    }
    .woocommerce table.shop_table>thead>tr>th.product-thumbnail, .woocommerce table.shop_table>tbody>tr>td.product-thumbnail {
        display: none;
    }
    .woocommerce table.shop_table>tbody>tr>td.product-name {
        border-top: 0;
    }
    .woocommerce table.shop_table .quantity {
        justify-content: flex-end;
    }
    .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper {
        margin-right: 0;
        width: 110px;
        height: 45px;
    }
    .woocommerce table.shop_table .coupon.edubin-coupon-wrapper input[type="text"] {
        height: 48px;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: .5em !important;
        border-radius: 5px !important;
    }
    .woocommerce table.shop_table td.actions .coupon {
        float: inherit;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .woocommerce table.shop_table .button.edubin-button-type-bordered.edubin-button-item {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .woocommerce-page table.cart td.actions .coupon .button {
        width: 100% !important;
    }
    .woocommerce table.shop_table.cart tbody tr:last-child td {
        padding: 20px;
    }
}
/**
 * -----------------------------------
 * # Checkout Page
 * -----------------------------------
 */

.woocommerce .col2-set, .woocommerce-page .col2-set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%;
    width: inherit !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }
}
.woocommerce-page .woocommerce-checkout .col2-set .col-1, .woocommerce-page .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 25px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce form .form-row-first {
    width: 50%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48%;
    overflow: visible;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-account form input, .woocommerce-billing-fields__field-wrapper select, .woocommerce-account form select, .woocommerce-billing-fields__field-wrapper select.select2-hidden-accessible {
    border: 1px solid var(--edubin-color-border);
    border-radius: 5px;
    width: 100%;
    height: 45px;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
    height: 45px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}
.woocommerce-billing-fields__field-wrapper select.select2-hidden-accessible:focus {
    border: 0;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label, .woocommerce form .form-row label {
    margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
    display: flex;
}
.woocommerce form .form-row [name="createaccount"]+span {
    top: 3px;
    position: relative;
}
.woocommerce-additional-fields__field-wrapper textarea {
    border: 1px solid var(--edubin-color-border);
    height: 120px;
}
.woocommerce-billing-fields__field-wrapper label abbr {
    text-decoration: none;
    border: 0;
}
.woocommerce form .form-row {
    padding: 0;
}
.woocommerce-checkout .woocommerce .checkout .form-row, .woocommerce form .form-row {
    margin: 0 0 30px;
}
.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first, .woocommerce-account .woocommerce .form-row.form-row-first, .woocommerce form .woocommerce-address-fields .form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .form-row.form-row-last, .woocommerce-account .woocommerce .form-row.form-row-last, .woocommerce form .woocommerce-address-fields .form-row.form-row-last {
    width: 100%;
    float: none;
}
.woocommerce-billing-fields .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.wc_payment_methods.payment_methods.methods {
    margin: 0;
    padding: 0;
}
.woocommerce-checkout input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    margin: 5px 5px 0 0;
}
.form-row.place-order .edubin-button-item.edubin-button-type-fill#place_order:hover {
    background-color: #ffffff;
}
table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 15px 30px;
    width: 100%;
    margin-bottom: 0;
    background: var(--edubin-primary-color);
    font-size: 15px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--edubin-color-secondary);
}
.woocommerce form.checkout_coupon {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.woocommerce form.checkout_coupon .form-row {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
}
.woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-additional-fields h3, .woocommerce-billing-fields h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--edubin-color-border);
    margin-bottom: 15px;
}
.woocommerce-additional-fields h3 {
    margin-top: 30px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-form-coupon .input-text {
    background: var(--edubin-color-white);
    border-radius: 5px;
    height: 60px;
    padding: 0 25px;
    border: 1px solid var(--edubin-color-border);
    font-family: var(--edubin-font-primary);
}
.woocommerce table.shop_table .coupon.edubin-coupon-wrapper input[type="text"], .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce-form-coupon .input-text:focus {
    border-color: var(--edubin-primary-color);
}
.woocommerce form .form-row textarea {
    height: 120px;
    padding: 15px 25px;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label, .woocommerce form .form-row label {
    margin-bottom: 6px;
    font-weight: 500;
    color: var(--edubin-heading-color);
}
.woocommerce-checkout .woocommerce .checkout .form-row, .woocommerce form .form-row {
    margin: 0 0 20px;
}
.woocommerce .select2-container .select2-dropdown, .woocommerce-page .select2-container .select2-dropdown {
    border-color: #6F6B80;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
    border: 1px solid #6F6B80;
    border-radius: 5px;
    padding: 0 25px;
    height: 60px;
    font-weight: 500;
    color: var(--edubin-color-body);
    position: relative;
}
.woocommerce .select2-container .select2-dropdown li {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: calc(50% + 3px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 6px);
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% + -15px);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--edubin-color-body);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr {
    background: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    float: none;
}
@media (min-width: 992px) {
    .woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
        min-width: 55%;
        float: left;
        margin-right: 4.347826087%;
    }
    .woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading {
        width: 40%;
        float: right;
        margin-right: 0;
        clear: right;
    }
}
/**
 * -----------------------------------
 * # My Account Page
 * -----------------------------------
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 5px;
    border: 1px solid var(--edubin-color-border);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    margin: -1px -1px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    margin: 0 -1px -1px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child a {
    border-radius: 5px 5px 0 0;
}
.woocommerce-MyAccount-navigation li:last-child a {
    border-radius: 0 0 5px 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 30px;
    font-weight: 500;
    color: var(--edubin-heading-color);
    border-top: 1px solid var(--edubin-color-border);
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: var(--edubin-primary-color);
}
.woocommerce-account mark.order-number, .woocommerce-account mark.order-date, .woocommerce-account mark.order-status {
    background: inherit;
}
.woocommerce-account table.woocommerce-table.order_details {
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-downloads-file.button, .woocommerce-account .woocommerce-orders-table__cell .woocommerce-button.button.view, .woocommerce-account .woocommerce-MyAccount-content a.edubin-button-item {
    border-radius: 5px;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table>tfoot>tr>td, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table>tfoot>tr>th {
    font-weight: 700;
}
.woocommerce-account .addresses address {
    font-style: normal;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    border-bottom: 1px solid var(--edubin-color-border);
    width: 100%;
    color: var(--edubin-heading-color);
    margin: 0px 0 15px;
    font-size: 22px;
    padding: 2px 0 10px;
}
.woocommerce-account fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
.woocommerce-account .woocommerce h2.edubin-woocommerce-login-form-headig, .woocommerce-account .woocommerce h2.edubin-woocommerce-registration-form-headig {
    font-size: 40px;
    text-align: center;
    margin: 0 auto 40px;
}
.woocommerce-form-login, .woocommerce-form-register, .lost_reset_password {
    padding: 25px 20px;
    margin: 0 auto 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid var(--edubin-color-border);
}
.woocommerce-account form.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-form-register .woocommerce-privacy-policy-text p {
    margin: 0 0 15px;
}
.woocommerce-account form.woocommerce-form-login input.woocommerce-form__input-checkbox {
    height: 15px;
    width: 15px;
    margin: 5px 5px 0 0;
}
.woocommerce-account .addresses .title h3 {
    float: none;
    margin-bottom: 25px;
}
.woocommerce-account .addresses .title .edit {
    float: none;
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block;
}
.woocommerce-form-login .edubin-button-item {
    margin-top: 25px;
}
.woocommerce-form-register .edubin-button-item {
    margin-top: 27px;
}
.woocommerce-form-login .lost_password a, .woocommerce-form-register .woocommerce-privacy-policy-link {
    font-weight: 500;
}
.woocommerce-form-login .woocommerce-LostPassword {
    margin-bottom: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button.woocommerce-form-register__submit {
    margin: 0 !important;
    padding: 15px 20px;
    width: 100%;
    font-family: var(--edubin-font-secondary);
}
@media (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .woocommerce-account .woocommerce h2.edubin-woocommerce-login-form-headig, .woocommerce-account .woocommerce h2.edubin-woocommerce-registration-form-headig {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .woocommerce-account .woocommerce h2.edubin-woocommerce-registration-form-headig {
        margin: 30px 0 20px;
    }
}
.entry-summary>p>ins>span>bdi {
    color: var(--edubin-primary-color-alt);
    font-weight: 700;
    font-size: 24px;
}
.entry-summary>p>del {
    color: var(--edubin-content-color);
    font-weight: 400;
    font-size: 24px;
}