/* <Null styles>==================================================================================================== */
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,
:active {
    outline: none;
}
a:focus,
a:active,
a:visited {
    outline: none;
}
aside,
nav,
footer,
header,
section {
    display: block;
}
input,
button,
textarea {
    font-family: "Lato";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

.point {
    list-style-type: disc;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li,
ul {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
input {
    border-radius: 0;
    -webkit-appearance: none;
}
/* </Null styles>==================================================================================================== */

.input-file {
	z-index: 0;
}













/* <Fonts>==================================================================================================== */
@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url("../fonts/Lato-Semibold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url("../fonts/Lato-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url("../fonts/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

/* @font-face {
    font-family: "Nunito";
    font-display: swap;
    src: url("../fonts/Nunito-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Nunito";
    font-display: swap;
    src: url("../fonts/Nunito-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
} */

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("../fonts/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("../fonts/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
/* </Fonts>==================================================================================================== */





.js-add-to-email-product.loading, .js-popup-add-to-cart.loading {
    position: relative;
    
}

.js-add-to-email-product.loading::after, .js-popup-add-to-cart.loading::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='shape-rendering: auto; display: block; background: transparent;' width='200' height='200' %3E%3Cg%3E%3Cpath stroke='none' fill='%23033e8a' d='M10 50A40 40 0 0 0 90 50A40 42 0 0 1 10 50'%3E%3CanimateTransform values='0 50 51;360 50 51' keyTimes='0;1' repeatCount='indefinite' dur='1s' type='rotate' attributeName='transform'/%3E%3C/path%3E%3Cg/%3E%3C/g%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	position: absolute;
	right: -40px;
	z-index: 5;
	background-size: cover;
	background-repeat: no-repeat;
}









/* <Global styles>==================================================================================================== */
body {
    font-family: "Lato";
    font-size: 14px;
    line-height: 19px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--tutor-body-color);
    background: var(--body-bg-color);
}
:root {
    --main-color: #033E8A;
    --box-shadow-first: 0px 2px 5px rgba(57, 71, 80, 0.1);
    --box-shadow-second: 0px 0px 30px -5px rgba(57, 71, 80, 0.2);
    --box-shadow-third: 0px 0px 30px -5px rgba(57, 71, 80, 0.1);
    --white-color: #fff;
    --black-color: #000000;
    --light-aqua-color: #9BB2ED;
    --tutor-body-color: #394750;
    --blue-color: #3865DC;
    --light-gray-color: #9CA3A7;
    --body-bg-color: #FAFAFA;
    --yellow-color: #F8C132;
    --red-color: #DA2C6E;
    --darker-gray-color: #616C73;
}
body b,
body strong {
    font-weight: bold;
}
body._lock {
    overflow-y: hidden;
}
a:not(.add_to_cart_button, .not-hover, .btn) {
    color: var(--black-color);
}
a:not(.add_to_cart_button, .not-hover, .btn):hover,
a:hover p,
a:hover span {
    color: var(--tutor-color-primary);
}



.stroke{
    display: flex;
    align-items: center;
    position: relative;
}
.stroke::after,
.stroke::before{
    background: var(--white-color);
    width: 8px;
    height: 2px;
    content: "";
    position: absolute;
}
.stroke:after {
    transform: rotate(45deg);
}
.stroke::before{
    transform: rotate(-45deg);
    z-index: 1;
}





.container {
    max-width: 1320px;
    max-width: 1450px;
    padding: 0 20px;
    margin: 0 auto;
}
.hidden {
    display: none !important;
}
.t-center {
    text-align: center;
}
@media screen and (min-width: 1400px) {
    .tutor-container,
    .tutor-container-sm,
    .tutor-container-md,
    .tutor-container-lg,
    .tutor-container-xl,
    .tutor-container-xxl {
        max-width: 1450px;
    }
}
@media screen and (min-width: 992px) {
    .d-hidden {
        display: none !important;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .t-hidden {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .m-hidden {
        display: none !important;
    }
}





/* btns */
.btn {
    width: fit-content;
    text-align: center;
    background: var(--white-color);
    border: 1px solid var(--blue-color);
    border-radius: 12px;
    transition: .2s;
    color: var(--blue-color);
    padding: 10.5px 39.5px;
    cursor: pointer;
}

.btn:hover{
    background: #EBF0FB;
}

.btn--blue-fill {
    background: var(--blue-color);
    color: var(--white-color);
}

.btn--blue-fill:hover{
    background: #2251d0;
}

.btn--white-gray-fill{
    background: #5985F9;
    color: var(--white-color);
}

.btn--white-aqua{
    background: #C3D1F5;
    border: 1px solid;
}

.btn.disable{
    border: 1px solid #D7DADC;
    color: #D7DADC;
}

.btn--course-item {
    padding: 10.5px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn--single{
    border-radius: 6px;
    padding: 14.5px;
    width: 100%;
}

.btn-text{
    /* font-family: Nunito; */
    font-weight: 700;
}

.btn_disable {
    opacity: .4;
    user-select: none;
    pointer-events: none;
}







/* scrollbar */
body::-webkit-scrollbar {
    width: 4px;
    background-color: var(--main-color);
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--main-color);
}

body::-webkit-scrollbar-track {
    background-color: var(--light-aqua-color);
    border-radius: 5px;
}








/* Choices select style */
.choices {
    margin: 0 !important;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 10px !important;
}

.choices__inner {
    padding: 14.5px 30px 14.5px 12px !important;
    background: #FCFCFD;
    border: 1px solid #DDE1E7 !important;
    border-radius: 12px !important;
}

.choices.is-open .choices__inner {
    border-radius: 12px 12px 0 0 !important;
}

.choices.is-open.is-flipped .choices__inner {
    border-radius: 0 0 12px 12px !important;
}

.choices__list--single {
    padding: 0 !important;
}

.choices[data-type*=select-one]::after,
.choices[data-type*=select-one]::before {
    background: var(--tutor-body-color) !important;
    margin-top: -0.5px !important;
    height: 2px !important;
    border: none !important;
    top: 50% !important;
    position: absolute !important;
    content: "" !important;
    width: 8px !important;
}

.choices[data-type*=select-one]::after {
    transform: rotate(135deg);
    right: 21px;
    transition: .2s ease-out;
}

.choices[data-type*=select-one]::before {
    transform: rotate(-135deg);
    right: 16.5px;
    transition: .2s ease-out;
}

.choices__list--single .choices__item {
    /* font-family: Nunito; */
    font-weight: 400;
    color: var(--tutor-body-color);
}

.choices.is-open[data-type*=select-one]::after {
    transform: rotate(-135deg);
}

.choices.is-open[data-type*=select-one]::before {
    transform: rotate(135deg);
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    background: #FCFCFD !important;
    border: 1px solid #DDE1E7 !important;
}

.choices.is-open .choices__list[aria-expanded] {
    border-radius: 0 0 12px 12px !important;
}

.choices.is-flipped .choices__list[aria-expanded] {
    border-radius: 12px 12px 0 0 !important;

}

.choices__list .choices__item {
    /* font-family: Nunito; */
    font-weight: 400;
    color: var(--tutor-body-color);
}

.choices__list:not(.choices__list--single) .choices__item {
    transition: .2s ease-out;
}

.choices__list:not(.choices__list--single) .choices__item:hover {
    background: #EBF0FB !important;
}

.choices__list .choices__item::after {
    content: "" !important;
}

.select-label {
    /* font-family: Nunito; */
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    margin: 0 0 2px 0;
}
.choices.choose-children .choices__list--single .choices__item--selectable {
    color: red;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .choices__inner {
        padding: 10.5px 30px 10.5px 8px !important;
    }

}







/* text styles */
h1, .h1{
    
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
}
h2,
.h2 {
    
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

h3,
.h3 {
    
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
}

h4,
.h4 {
    
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.paragraph {
    font-weight: 500;
}
.hint {
    
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.link {
    
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}
.return-link{
    transition: .2s ease-out;
    color: var(--blue-color);
}

.return-link:hover{
    color: var(--main-color);
}

.title {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 1.6px;
}

.count {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #1D395B;
}

.t-white{
    color: var(--white-color);
}

.t-blue{
    color: var(--main-color);
}

.t-light-blue{
    color: var(--blue-color);
}

.t-dark-gray{
    color: var(--tutor-body-color);
}

.t-light-gray{
    color: var(--light-gray-color);
}

.t-darker-gray{
    color: var(--darker-gray-color);
}

.t-text-color{
    color: var(--tutor-body-color);
}

.notification{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3F67B5;
    width: 18px;
    height: 16px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    padding: 0 6px;
    position: absolute;
}
.required {
    color: #c80a52;
}


/* Tab styles */
.tab {
    border-radius: 100px;
    background-color: var(--white-color);
    width: fit-content;
}
.tab__block {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.tab__wrapper {
    display: flex;
    column-gap: 20px;
    padding: 10.5px 16px;
}
.tab-separator{
    color: var(--light-aqua-color);
}

@media screen and (max-width: 992px) {
    h1, .h1{
        font-size: 36px;
        line-height: 42px;
    }

    h2, .h2{
        font-size: 28px;
        line-height: 36px;
    }

    h3, .h3{
        font-size: 21px;
        line-height: 25px;
    }

    h4, .h4{
        font-size: 18px;
        line-height: 22px;
    }

    .title{
        font-size: 24px;
        line-height: 30px;
    }

    .count{
        font-size: 38px;
        font-weight: 700;
        line-height: 44px;
    }

    
}

@media screen and (max-width: 768px) {
    h1, .h1{
        font-size: 32px;
        line-height: 38px;
    }   

    h2, .h2{
        font-size: 24px;
        line-height: 32px;
    }

    h3, .h3{
        font-size: 19px;
        line-height: 23px;
    }

    h4, .h4{
        font-size: 16px;
        line-height: 20px;
    }
    .link{
        font-size: 14px;
        line-height: 24px;
    }
    .container{
        padding: 0 15px !important;
    }
    .tab__wrapper {
        column-gap: 10px;
        padding: 6.5px 5px;
    }

    .tab__block {
        column-gap: 6px;
    }

    .title{
        font-size: 20px;
        line-height: 26px;
    }

    .count{
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
    }

    .notification{
        padding: 0 3px;
    }

    .btn--course-item{
        padding: 8.5px 0;
    }
    
}

@media screen and (max-width: 370px) {
    h1, .h1{
        font-size: 28px;
        line-height: 38px;
    }   

    h2, .h2{
        font-size: 22px;
        line-height: 32px;
    }

    h3, .h3{
        font-size: 17px;
        line-height: 23px;
    }

    h4, .h4{
        font-size: 14px;
        line-height: 20px;
    }

    .title{
        font-size: 16px;
        line-height: 24px;
    }

    .link{
        font-size: 12px;
        line-height: 24px;
    }

    .paragraph{
        font-size: 12px;
        line-height: 16px;
    }

    .tab{
        margin: 0 auto;
    }

    .count{
        
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
    }

    .hint{
        font-size: 10px;
        line-height: 14px;
    }
}










/* input styles */
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"]) {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    margin: 0;
    font-weight: 500;
    color: var(--tutor-body-color);
}
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"]) {
    padding: 14.5px 12px;
    border: 1px solid #EBEDED;
    border-radius: 12px;
    background: #F9F9FA;
    width: 100%;
    transition: .2s ease-out;
}
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"]):hover {
    border: 1px solid var(--light-aqua-color);
}
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"]):focus {
    border: 1px solid #3865DC;
}
input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"])::placeholder {
    font-weight: 500;
    color: var(--light-gray-color);
}
label {
    color: var(--tutor-body-color);
    padding: 0;
    display: block;
    margin-bottom: 4px;
}
@media screen and (max-width:768px) {
    input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"]) {
        padding: 10.5px 10px;
    }
}
@media screen and (max-width: 370px) {
    input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"]),
    input:not([type="checkbox"], [type="radio"], [type="submit"], [type="hidden"], [type="search"])::placeholder {
        font-size: 12px;
        line-height: 16px;
    }
}








/* tutor notifications */
.tutor-toast-parent .tutor-is-success .tutor-notification-icon {
    color: var(--tutor-color-primary);
}
.tutor-toast-parent .tutor-is-success .tutor-notification-content h5 {
    color: var(--tutor-color-primary);
}


/* </Global styles>==================================================================================================== */














/* <Header styles>==================================================================================================== */
.header {
    background: var(--main-color);
}
.container--header{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}
.header__wrapper {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__section {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.header__action,
.header__action a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    cursor: pointer;
}
.header__action-icon{
    position: relative;
}
.header__action-icon-notifictaion,
.header__action-icon-notification {
    right: -11px;
    top: -10px;
}
.header__section:nth-child(2) {
    column-gap: 45px;
}







/* search */
.search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-form {
    position: inherit;
}
.search-form__button {
    position: absolute;
}
.search-field {
    min-width: 330px;
    padding: 10.5px 12px;
    background: #1C5295;
    border-radius: 12px;
    position: relative;
    color: var(--white-color);
    border: 1px solid transparent;
}
.search-field::placeholder {
    color: var(--white-color);
    opacity: .5;
}
.search-field:hover {
    border-color: #7998e4;
}
.search-field:focus {
    border-color: #9BB2ED;
}
.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}




/* search results */
.search-output {
    background: #fcfcfd;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 9;
    -webkit-box-shadow: 0 4px 10px rgba(8, 94, 157, 0.1);
    box-shadow: 0 4px 10px rgba(8, 94, 157, 0.1);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.search-result-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.search-result-item img {
    width: 60px;
    height: 50px !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    border-radius: 5px;
}
.search-form.active .search-output {
    opacity: 1;
    visibility: visible;
}
.search-form {
    position: relative;
}
.search-result-item__name {
    font-weight: 500;
}
.search-result-item a:hover p {
    color: var(--tutor-color-primary);
}
.search-result-item__price {
    font-weight: 700;
    color: var(--tutor-color-primary);
}
.search-result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}


/* search loading */
.search-output.loading::before {
    border-color: #fff !important;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
}
.search-output.loading::after {
    top: 38%;
    left: 48%;
    width: 40px;
    height: 40px;
}


/* mobile search */
@media screen and (max-width: 767px) {
    .search-result-item__price {
        width: 50px;
        text-align: right;
    }
    .search-result-item a {
        gap: 10px;
    }
    .search-result-item {
        gap: 20px;
    }

    /* mobile search filter */
    .search-result-item__price {
        width: 50px;
        text-align: right;
    }
    .search-result-item a {
        gap: 10px;
    }
    .search-result-item {
        gap: 20px;
    }
}






.header-action-wrapper {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

/* burger */
.burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.burger__icon {
    width: 100px;
    height: 1.5px;
    background: var(--yellow-color);
}

.burger__icon:after,
.burger__icon:before {
    content: "";
    position: absolute;
    background: var(--yellow-color);
    width: 100%;
    height: 1.5px;
}

.burger__icon:after {
    top: 0;
}

.burger__icon:before {
    bottom: 0;
}

.categories-menu__wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: var(--white-color);
    z-index: 9999;
    transition: .3s ease-out;
}

.categories-menu__header {
    background: var(--main-color);
    padding: 20px;
}

.categories-menu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 34px;
    cursor: pointer;
    z-index: 5;
    padding: 5px;
}

.categories-menu__close:after,
.categories-menu__close:before {
    content: "";
    background: #fff;
    position: absolute;
    height: 2px;
    border-radius: 1.5px;
    width: 20px;
}

.categories-menu__close:after {
    transform: rotate(45deg);
}

.categories-menu__close:before {
    transform: rotate(-45deg);
}

.categories-menu__scroll {
    overflow-y: auto;
    max-height: 100vh;
}

.categories-menu__scroll::-webkit-scrollbar {
    width: 2px;
    background-color: var(--main-color);
    border-radius: 5px;
}

.categories-menu__scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--main-color);
}

.categories-menu__scroll::-webkit-scrollbar-track {
    background-color: var(--light-aqua-color);
    border-radius: 5px;
}

.categories-menu .menu-item {
    margin-bottom: 10px;
}

.categories-menu a {
    color: var(--main-color);
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    column-gap: 15px;
    transition: .2s ease-out;
    position: relative;
    min-height: 50px;
}

.menu-categories-menu-container a:after,
.menu-categories-menu-container a:before {
    content: "";
    position: absolute;
    right: 20px;
    background: var(--main-color);
    transition: .2s ease-out;
    height: 2px;
    width: 12px;
}

.menu-categories-menu-container a:after {
    transform: rotate(45deg);
    top: 20px;
}

.menu-categories-menu-container a:before {
    transform: rotate(-45deg);
    bottom: 20px;
}

.menu-categories-menu-container a:hover:before,
.menu-categories-menu-container a:hover:after {
    right: 25px;
}

.menu-categories-menu-container {
    padding: 45px 20px 20px 20px;
}

.menu-categories-menu-container img {
    width: 50px;
    height: 50px;
}

.categories-menu._active .categories-menu__wrapper {
    left: 0;
}

.categories-menu._active .background-overlay {
    opacity: .5;
    visibility: visible;
    z-index: 9998;
}

@media screen and (max-width: 992px) {
    .header__section:first-of-type .burger {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .header__section:nth-child(2) .burger {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .categories-menu__header {
        padding: 15px;
    }

    .menu-categories-menu-container img {
        width: 40px;
        height: 40px;
    }

    .menu-categories-menu-container a {
        min-height: 40px;
    }

    .menu-categories-menu-container a:after,
    .menu-categories-menu-container a:before {
        width: 9px;
    }

    .menu-categories-menu-container a:after {
        top: 16px;
    }

    .menu-categories-menu-container a:before {
        bottom: 16px
    }
}












@media screen and (max-width: 1150px) {
    .header__wrapper {
        padding: 20px 0;
    }

    .search__input--header {
        min-width: 280px;
    }
}
@media screen and (max-width: 1100px) {
    .header__action-title {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .search__input--header {
        min-width: 230px;
    }
}

@media screen and (min-width: 993px) {
    .header__search--mobile{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header__wrapper{
        padding: 20px 0;
    }

    .header__section svg{
        max-width: 24px;
        max-height: 24px;
    }

    .header__section:nth-child(2) {
        column-gap: 30px;
    }

    .header__search{
        top: 56px;
        position: fixed;
        background: #033E8A;
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        left: 0;
        box-shadow: var(--box-shadow-first);
        transition: .2s ease-out;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
    }

    .header__search._active {
        opacity: 1;
        visibility: visible;
        top: 66px;
    }

    .header__search-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #39475042;
        top: 146px;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-out;
    }

    .header__search._active+.background-overlay {
        top: 126px;
        opacity: .5;
        visibility: visible;
    }

    .menu-categories-menu-container a:after,
    .menu-categories-menu-container a:before {
        right: 10px;
    }
}

@media screen and (min-width: 769px) {
    .header__logo--mobile{
        display: none;
    }

    
}

@media screen and (max-width: 768px) {
    .header .header__action {
        display: none;
    }
    .header__wrapper{
        padding: 15px 0;
    }

    .header__logo{
        display: none;
    }

    .header__section:nth-child(2) {
        column-gap: 20px;
    }

    /* .header__action-title{
        display: none;
    } */

    .header__search._active {
        top: 60px;
    }

    .header__search._active+.background-overlay {
        top: 120px;
    }

    .search__input--header {
        min-width: 230px;
    }

    .categories-menu__close {
        top: 28px;
        right: 15px;
    }
    .categories-menu__header img {
        width: 250px;
    }

    .menu-categories-menu-container a:after,
    .menu-categories-menu-container a:before {
        right: 0;
    }

}

@media screen and (max-width: 370px) {
    .search-field {
        min-width: 300px;
    }
}
/* </Header styles>==================================================================================================== */











/* <Footer styles>==================================================================================================== */

.footer {
    margin-top: 30px;
    padding-bottom: 64px;
}
.footer__wrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-links {
    display: flex;
    gap: 10px;
}
.social-links a:hover circle {
    fill: #033E8A;
}
.footer-menu__wrapper {
    display: flex;
    gap: 30px;
}
.social-links svg {
    width: 34px;
    height: 34px;
}
.footer-menu__wrapper a {
    color: #394750;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-menu__wrapper a:hover {
    color: #3865DC;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .footer__wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .footer-menu__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .footer {
        padding-bottom: 80px;
    }
}

/* </Footer styles>==================================================================================================== */













/* <Homepage styles>==================================================================================================== */

/* Main welcome section */
.welcome {
    background: var(--main-color);
    padding: 0 0 145px 0;
    margin: 0 0 -138px 0;
}
.welcome_homepage {
    padding-bottom: 20px;
    margin-bottom: -70px;
}

.welcome__wrapper {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;
}

.welcome__item-text {
    font-size: 90px;
    font-weight: 900;
    line-height: 120px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    user-select: none;
}
.container--welcome {
    max-width: 1560px;
}
.welcome__item-text.fill {
    opacity: .2;
    color: rgba(255, 255, 255, 0.2);
}

.welcome__item-text:not(.fill) {
    color: var(--main-color);
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.50), 0 1px 1px rgba(255, 255, 255, 0.50), -1px 0 1px rgba(255, 255, 255, 0.50), 0 -1px 1px rgba(255, 255, 255, 0.50);
}

@media screen and (max-width: 1500px) {
    .welcome__item-text{
        font-size: 70px;
        line-height: 90px;
    }
}

@media screen and (max-width: 1100px) {
    .welcome__item-text {
        font-size: 65px;
        line-height: 85px;
    }
}

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

    .welcome__wrapper{
        column-gap: 20px;
    }
    .welcome__item-text {
        font-size: 48px;
        line-height: 75px;
    }
}

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

    .welcome__item{
        text-align: center;
    }

    .welcome__item-text {
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (max-width: 370px) {
    .welcome__item-text {
        font-size: 38px;
        line-height: 45px;
    }
}








/* Coming soon section */
.soon__wrapper {
    display: flex;
    column-gap: 32px;
}

.soon__item {
    border-radius: 16px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 25px 25px 32px 32px;
    width: 100%;
    height: 100%;
}

.soon__item-title{
    transition: .2s ease-out;
}

.soon__item-tab__wrapper {
    margin: 0 0 160px 0;
}

.soon__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px 0;
}

.soon__item-event {
    margin: 0 0 8px 0;
}

.soon__item-desc {
    max-width: 550px;
}

.coming-soon__courses-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39.5px;
    margin: 32px 0 0 0;
}

.soon__item_banner {
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.soon__item_banner:after {
    content: "";
    /* background: linear-gradient(358.96deg, rgba(0, 0, 0, 0.5) 12.43%, rgba(0, 0, 0, 0) 64.11%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1400px){
    .coming-soon__courses-wrapper{
        gap: 20.5px;
    }
    .coming-soon__banner img {
        height: fit-content !important;
    }
}

@media screen and (max-width: 1250px){
    .coming-soon__courses-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 992px) {
    .soon__item{
        max-width: 625px;
        margin: 0 auto;
    }

    .soon__wrapper {
        flex-direction: column;
        row-gap: 25px;
    }    

    .coming-soon__courses-wrapper{
        margin: 16px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .soon__item {
        padding: 15px 10px 20px 10px;
    }

    .soon__item-event{
        margin: 0;
    }

    .soon__wrapper {
        row-gap: 15px;
    }

    .soon__item-tab__wrapper{
        margin: 0 0 100px 0;
    }

    .coming-soon__courses-wrapper {
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }

    .soon__item-content{
        align-items: end;
    }
}
@media screen and (max-width: 400px) {
    .item-tab__block-icon svg {
        width: 18px;
        height: 18px;
    }

    .tab__wrapper {
        column-gap: 5px;
    }

    .tab__block {
        column-gap: 3px;
    }

    .item-tab__block-icon.tab__block-icon {
        height: 18px;
    }
}










/* Categories block styles */
.categories-list,
.shop-category-output {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 34px;
}

.categories-list__item,
.shop-category-output .product-category {
    box-shadow: 0px 0px 30px -5px rgba(57, 71, 80, 0.1);
    border-radius: 24px;
    overflow: hidden;
    background: var(--white-color);
}

.categories__title {
    text-align: center;
    margin: 28px 0;
    position: relative;
}

.categories__title span {
    padding: 0 20px;
    background: var(--body-bg-color);
    position: relative;
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    color: #1E1E1E;
}

.categories__title:after {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1;
}

.categories-list__item-name,
.woocommerce-loop-category__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    border-radius: 0px 0px 24px 24px;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: var(--black-color);
    min-height: 87px;
}

.categories-list__item-name a {
    text-align: center;
}

.categories-list__item img,
.shop-category-output img {
    width: 100%;
    /* height: 200px;
    height: 300px; */
    height: 325px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 1400px) {
    .categories-list__item img,
    .shop-category-output img {
        height: 220px;
    }
}

.shop-category-output {
    margin-bottom: 60px;
}

.shop-category-output mark.count {
    display: none;
}


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

    .categories-list,
    .shop-category-output {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

    .categories-list,
    .shop-category-output {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .categories-list__item-name,
    .woocommerce-loop-category__title {
        font-size: 18px;
        min-height: 70px;
    }
}

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

    .categories-list__item img,
    .shop-category-output img {
        height: 170px;
        
    }

    .categories-list__item-name,
    .woocommerce-loop-category__title {
        font-size: 16px;
        line-height: 21px;
        min-height: 60px;
    }
}

/* </Homepage styles>==================================================================================================== */














/* <Category styles>==================================================================================================== */

/* Section choose courses */
.choose {
    margin: 110px 0 52px 0;
    text-align: center;
}
.choose__title {
    text-transform: uppercase;
}
.choose__wrapper {
    margin: 30px 0 0 0;
}
.choose__items {
    display: flex;
    column-gap: 4px;
    justify-content: center;
}
.choose__items-item {
    display: block;
    background: #61C9AD;
    height: 3px;
}

.choose__items-item:nth-child(1) {
    width: 51px;
}

.choose__items-item:nth-child(2) {
    width: 7px;
}

.choose__items-item:nth-child(3) {
    width: 5px;
}

.choose__items-item:nth-child(4) {
    width: 3px;
}

@media screen and (max-width: 992px) {
    .choose{
        margin: 80px 0 52px 0;
    }
}

@media screen and (max-width: 768px) {
    .choose{
        margin: 80px 0 40px 0;
    }
}










/* Archive filter */
.tutor-course-filter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tutor-course-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}


.filter-item {
    position: relative;
}
.filter-item__label {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: -18px;
    left: 0;
}
.filter-item__title {
    background: #FCFCFD;
    border: 1px solid #DDE1E7;
    border-radius: 12px;
    padding: 14px 50px 14px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(29, 57, 91, 0.4);
    position: relative;
    cursor: pointer;
    margin: 0;
    user-select: none;
}
.filter-item__title:after {
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #394750;
    border-right: 2px solid #394750;
    position: absolute;
    top: 18px;
    right: 13px;
    transform: rotate(45deg);
}
.filter-item__title:hover,
.filter-item__title.active,
.filter-item__title.selected {
    color: #394750;
}
.filter-item__content {
    background: #FCFCFD;
    border: 1px solid #DDE1E7;
    border-radius: 12px;
    padding: 20px;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: calc(100% + 5px);
    min-width: 300px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.filter-item__content.active {
    opacity: 1;
    visibility: visible;
}
.filter-item__title.active:after {
    transform: rotate(225deg);
    top: 21px;
}
.tutor-course-filter-form {
    display: flex;
    align-items: center;
    gap: 11px;
}
a[action-tutor-clear-filter] {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #3865DC;
    padding: 0;
    border: none;
    background: transparent !important;
}




/* currency switcher */
.currency-switcher {
    display: flex;
    align-items: center;
    gap: 16px;
}
.currency-switcher__item.active {
    border-color: #3865DC;
    color: #3865DC;
}
.currency-switcher__item {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDE1E7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: rgba(57, 71, 80, 0.4);
    cursor: pointer;
    user-select: none;
}
.currency-switcher__item:hover {
    border-color: #3865DC;
    color: #3865DC;
    opacity: .5;
}
.currency-switcher__item.active:hover {
    opacity: 1;
}




/* ordering */
.custom-filter {
    position: relative;
    background: #FCFCFD;
    border-radius: 12px;
}
.custom-filter .tutor-form-select {
    padding: 14.5px 36px 14.5px 12px;
    border: 1px solid #DDE1E7;
}
.custom-filter .tutor-form-select-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    display: flex;
    user-select: none;
}
.custom-filter .tutor-form-select-dropdown {
    border: 1px solid #DDE1E7;
    box-shadow: var(--box-shadow-first);
    background: #FCFCFD;
}
.custom-filter .tutor-form-select-option span {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    display: flex;
}
.custom-filter__label {
    position: absolute;
    left: 0;
    top: -17px;
}
.tutor-course-list {
    margin: 20px 0 0 0;
}

/* </Category styles>==================================================================================================== */














/* <Archive course card styles>==================================================================================================== */

.tutor-card-course-thumbnail img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 16px;
    right: 24px;
    width: 100%;
    height: 100%;
    top: 24px;
    object-fit: cover;
}

.tutor-card.tutor-course-card {
    padding: 34px 24px 24px 24px;
    border-radius: 24px;
    box-shadow: var( --box-shadow-third);
    border: 0;
    /* max-width: 304px; */
}

.tutor-cart-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 100%;
    /* align-items: center; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -34px -24px 0;
    border-radius: 24px 24px 0 0;
    padding: 34px 24px;
    min-height: 200px;
}

.tutor-card-course-thumbnail {
    min-height: 100px;
    height: 100%;
    display: flex;
    justify-content: end;
    /* align-items: center; */
}

.tutor-card__item {
    background: #EBF0FB;
    background: #fff;
    border-radius: 100px;
    padding: 8px 16px;
    width: fit-content;
}
.tutor-card__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tutor-card-body {
    padding: 0;
    margin: 40px 0 0 0;
}

.tutor-course-price{
    margin: 8px 0 0 0;
}

.tutor-course-excpert {
    margin: 16px 0 0 0;
}

.tutor-card-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    padding: 0;
    align-items: center;
    border: 0 !important;
    margin: 38px 0 0 0;
}

.tutor-card-footer a {
    display: flex;
}

.tutor-course-card_fully {
    position: relative;
}

.tutor-course-card_fully:before {
    content: "No Free Places";
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #38454e;
    padding: 10.5px;
    border: 1px solid #000;
    border: 1px solid #38454e;
    border-radius: 12px;
    white-space: nowrap;
    background: #fff;
}

.tutor-course-card_fully:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffb8;
    z-index: 1;
    border-radius: 24px;
}


@media screen and (max-width: 992px) {
    .tutor-card.tutor-course-card{
        padding: 30px 20px 20px 20px;
    }

    .tutor-card-footer{
        margin: 30px 0 0 0;
    }

    .tutor-card-body{
        margin: 30px 0 0 0;
    }
    .tutor-cart-header {
        margin: -30px -20px 0;
    }
}

@media screen and (max-width: 768px) {
    .tutor-card.tutor-course-card{
        padding: 25px 15px 15px 15px;
    }
    .tutor-cart-header {
        margin: -25px -15px 0;
    }

    .tutor-card-footer{
        margin: 25px 0 0 0;
    }

    .tutor-card-body{
        margin: 20px 0 0 0;
    }

    .tutor-card.tutor-course-card{
        max-width: 304px;
        margin: 0 auto;
        width: 100%;
    }

    .tutor-card-course-thumbnail img{
        max-height: 80px;
        max-width: 80px;
    }
}




/* filter styles */
.filter-item {
    position: relative;
}

.filter-item__title._active:after {
    transform: rotate(225deg);
    top: 21px;
}

.filter-item__content._active {
    opacity: 1;
    visibility: visible;
}

.filter-item-select::after {
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #394750;
    border-right: 2px solid #394750;
    position: absolute;
    top: 18px;
    right: 13px;
    transform: rotate(45deg);
}




.tutor-form-check-input[type='radio']:checked {
    border-color: var(--tutor-color-primary);
    background-color: var(--tutor-color-primary);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.922 5.7a.627.627 0 01-.127-.194.72.72 0 010-.5.6.6 0 01.127-.195l.905-.867a.562.562 0 01.425-.195.592.592 0 01.25.05.665.665 0 01.207.145l2.73 2.734L11.295.82a.658.658 0 01.202-.145.613.613 0 01.484.002.568.568 0 01.191.143l.905.88a.6.6 0 01.127.195.72.72 0 010 .5.628.628 0 01-.127.194l-7.2 7.163a.575.575 0 01-.195.147.655.655 0 01-.5 0 .575.575 0 01-.195-.147L.922 5.7z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.tutor-list-item label input[type="radio"] {
    margin-right: 16px;
    border-radius: 4px;
}



.tutor-course-card-data svg {
    width: 18px;
    height: 18px;
}
.tutor-course-card-data {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: -5px;
    margin-top: 15px;
}
.tutor-course-card-data * {
    font-size: 13px;
}
.tutor-course-card-data__time,
.tutor-course-card-data__weekdays {
    display: flex;
    align-items: center;
}
.tutor-course-card-data svg {
    margin-right: 5px;
}
.tutor-course-card-data__weekdays .tab-separator {
    margin: 0 2px;
}

/* </Archive course card styles>==================================================================================================== */
















/* <Cart style>==================================================================================================== */

.cart {
    position: relative;
    z-index: 999;
}
.cart__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000070;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
}
.cart._active .cart__overlay {
    opacity: 1;
    visibility: visible;
}
.cart__wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 640px;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    background: var(--body-bg-color);
    display: flex;
    flex-direction: column;
    transition: .3s ease-out;
}
.cart._active .cart__wrapper {
    right: 0;
}
.cart__title {
    display: block;
    text-align: center;
    margin-bottom: 6px;
}
.cart-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-top: auto;
}
.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}
.cart-total * {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
}
.cart-area__wrapper {
    position: fixed;
    top: 0;
    max-width: 640px;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    background: var(--body-bg-color);
    display: flex;
    flex-direction: column;
    transition: .2s ease-out;
    opacity: 0;
    visibility: hidden;
    padding: 80px 32px;
    overflow-y: auto;
}
.cart-area._active .cart-area__wrapper {
    visibility: visible;
    opacity: 1;
}
.cart-product-list {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.cart-product-list__title {
    margin: 12px 0 -4px 0;
}
.cart-area-action {
    display: flex;
    justify-content: center;
    gap: 25px;
    /* margin: 180px 0 0 0; */
    margin: 20px 0 0 0;
}
.payment-methods {
    margin-top: 40px;
}
.cart-area-action span:first-child {
    justify-self: end;
}
.cart-area-action span {
    max-width: 200px;
    width: 100%;
    padding: 14.5px 0;
}
.cart-area-total {
    margin: 28px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.btn-go-shop {
    line-height: 27px;
}


.btn-place-order.loading {
    position: relative;
    background: #3865dc36;
    color: var(--white-color);
    border: #3865dc7a;
    pointer-events: none;
}
.btn-place-order.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #f4f4f4;
    border-top-color: #3865db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}





/* cart close  */
.cart__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}
.cart__close svg {
    width: 100%;
    height: 100%;
}
.cart__close:hover path {
    fill: var(--blue-color);
}





/* cart items */
.cart-item {
    display: grid;
    grid-template-areas: "img name "
    " img top "
    "img subtop "
    " img bottom";
    grid-template-columns: 140px 1fr;
    row-gap: 10px;
    column-gap: 12px;
    padding: 24px;
    box-shadow: var(--box-shadow-third);
    border-radius: 12px;
}
.cart-item__image {
    grid-area: img;
}
.cart-item__image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 110px;
    object-fit: contain;
}
.cart-item__name:hover {
    color: var(--blue-color);
}
.cart-item__info {
    opacity: .7;
}
.cart-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-area: top;
}
.cart-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-area: bottom;
}
.cart-item__remove {
    cursor: pointer;
}
.cart-item__remove:hover path {
    fill: var(--blue-color);
}
.cart-item__subtop span {
    text-transform: capitalize;
}
.cart-item__subtop {
    /* margin-top: -10px; */ 
}
.cart-item__subtop {
    font-weight: bold;
}
.cart-item__name {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    grid-area: name;
}
.cart-item__subtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-area: subtop;
}
@media screen and (max-width: 550px) {
    .cart-item {
        grid-template-columns: 80px 1fr;
    }
}





/* add course area */
.add-course__image img {
    width: 100%;
    max-height: 272px;
    height: 100%;
    object-fit: cover;
}

.add-course__image {
    margin: 0 0 16px 0;
    max-height: 272px;
    height: 272px;
}
.single-course-bg__video_cart {
    height: 100%;
    width: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.add-course-content{
    padding: 0 49.5px;
}

.add-course-head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.add-course-desc {
    grid-column: 1/3;
    margin: 13px 0 0 0;
    opacity: .7;
}

.add-course-head__wrapper {
    justify-self: end;
}

.add-course-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.add-course {
    overflow-y: auto;
}

.add-course-events {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
}

.add-course-item__icon img {
    border-radius: 8px;
}

.add-course-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.add-course-item__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.add-course-item__info .tab-separator{
    color: #D7DADC;
}

.add-course-head__price {
    font-family: Inter;
    font-weight: 700;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
}

.add-course-point__title{
    margin: 0 0 8px 0;
}

.add-course-bar {
    position: sticky;
    bottom: 0;
    background: rgba(3, 62, 138, 0.2);
}
.add-course-bar__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 39px 20px 35px 20px;
    background: rgba(238, 238, 238, 0.01);
    backdrop-filter: blur(3px);
    gap: 24px;
    position: relative;
}
.cart-error {
    position: relative;
    color: #DA2C6E;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    order: 0;
    flex: 1 1 100%;
}
.add-course-bar__item{
    width: 100%;
    max-width: 200px;
    flex: 0 0 calc(50% - 12px);
    order: 2;
}
.add-course-bar__item:first-child{
    justify-self: end;
}
.add-course-head__label{
    text-align: end;
    color: #515B62;
    opacity: 0.7;
}
.add-course-point__content{
    color: #616C73;
}
.add-course__btn {
    min-width: 150px;
    padding: 14.5px 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-course .added_to_cart {
    display: none !important;
}
.add-course-head__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #394750;
}
.add-course-point__content ul {
    padding-left: 20px;
}

.add-course-point__content ul li {
    list-style: disc;
}

.add-course-point__content p,
.add-course-point__content ul {
    margin-bottom: 10px;
}
.add-course__area {
    max-height: calc(100vh - 125px);
    min-height: calc(100vh - 125px);
    overflow-y: auto;
}
@media screen and (max-width: 500px) {
    .add-course-bar__wrapper {
        gap: 12px;
    }
    .add-course-bar__item {
        flex: 0 0 calc(50% - 6px);
    }
}



/* classes list */
.assignment-container {
    padding: 32px 20px;
    background: var(--white-color);
    border-radius: 16px;
}
.assignment-wrapper--cart {
    padding: 0px 28px;
    max-height: 449px;
    overflow-y: auto;
}
.assignment-wrapper--cart::-webkit-scrollbar {
    width: 2px;
    background-color: var(--main-color);
    border-radius: 5px;
}

.assignment-wrapper--cart::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--main-color);
}

.assignment-wrapper--cart::-webkit-scrollbar-track {
    background-color: var(--light-aqua-color);
    border-radius: 5px;
}

.assignment-wrapper__scroll--cart {
    padding: 16px 0;
    
}

.assignment-wrapper__scroll {
    overflow-y: auto;
    max-height: 483px;
    padding-right: 33px;
    padding-left: 5px;
}

.assignment-wrapper__scroll::-webkit-scrollbar {
    width: 2px;
    background-color: var(--main-color);
    border-radius: 5px;
}

.assignment-wrapper__scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--main-color);
}

.assignment-wrapper__scroll::-webkit-scrollbar-track {
    background-color: var(--light-aqua-color);
    border-radius: 5px;
}

.assignment-item__data {
    margin: 0 0 14px 0;
    color: var(--light-gray-color);
}

.assignment-item__duration__time {
    color: var(--main-color);
}

.assignment-item__content {
    background: var(--white-color);
    box-shadow: 0px 0px 10px rgba(8, 32, 64, 0.1);
    border-radius: 8px;
    padding: 20px 24px;
    margin: 0 0 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 80px;
}

.assignment-item__heading {
    display: flex;
    gap: 8px;
    align-items: center;
}

.assignment-item__icon {
    display: flex;
    align-items: center;
}

.assignment-item__duration {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10.5px 16px;
    background: #EBF0FB;
    border-radius: 100px;
}

.assignment-item__duration__icon {
    display: flex;
    align-items: center;
}




/* our products */
.add-course-products-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.course-products-item__thumbnail img {
    width: 100%;
    height: 174px;
    border-radius: 16px 16px 0px 0px;
    object-fit: cover;
}

.add-course-products__title {
    margin: 56px 0 9px 0;
}

.course-products-item__content {
    padding: 32px 24px 24px 24px;
    background: var(--white-color);
    border-radius: 0px 0px 16px 16px;
}

.course-products-item__add-to-cart {
    display: flex;
    justify-content: center;
    margin: 18px 0 0 0;
}

.course-products-item__title {
    margin: 0 0 6px 0;
}

.course-products-item__price {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.course-products-item__desc {
    margin: 16px 0 0 0;
    color: rgba(57, 71, 80, 0.8);
}

.course-products-item__add-to-cart form,
.course-products-item__add-to-cart .btn {
    width: 100%;
}









/* cart options area */
.cart-option__wrapper{
    position: fixed;
    top: 0;
    max-width: 640px;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    background: var(--body-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .2s ease-out;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.cart-option._active .cart-option__wrapper{
    opacity: 1;
    visibility: visible;
}
.cart-option__heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.cart-option__action {
    display: flex;
    justify-content: center;
    gap: 16px;
    max-width: 375px;
    margin: 0 auto;
}
.cart-option__icon {
    margin: 0 0 40px 0;
}
.cart-option__icon img{
    border-radius: 8px;
}
.cart-option__title {
    max-width: 450px;
    margin: 0 auto;
}
.cart-checkout__title {
    display: flex;
    justify-content: center;
    margin: 0 0 4px 0;
}
.order-label {
    margin: 12px 0 -4px 0;
}









/* empty cart */
.cart_empty .cart-area-total {
    display: none;
}
.cart_empty .btn-place-order {
    display: none;
}
.empty-cart-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.empty-cart-message__image {
    max-width: 135px;
    display: block;
}
.empty-cart-message__text {
    font-size: 22px;
    font-weight: 800;
    opacity: .5;
}
.cart_empty .payment-methods {
    display: none;
}






/* cart loading */
.cart__wrapper.loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    opacity: .5;
}
.cart__wrapper.loading:before {
    content: "";
    position: absolute;
    border: 6px solid #f3f3f3;
    border-top: 6px solid var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* cart quantity */
.quantity-cart {
    display: flex;
    align-items: center;
}

.quantity-cart .plus,
.quantity-cart .minus {
    background: var(--main-color);
    color: var(--white-color);
    height: 30px;
    min-width: 23px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-out;
}

.quantity-cart .plus:hover,
.quantity-cart .minus:hover {
    background: #03306e;
}

.quantity-cart .minus {
    border-radius: 5px 0 0 5px;
}

.quantity-cart .plus {
    border-radius: 0 5px 5px 0;
}

.quantity-cart .qty {
    padding: 5px;
    height: 30px;
    text-align: center;
    border-radius: 0;
    width: 40px;
    pointer-events: none;
}

.qty[type="number"]::-webkit-outer-spin-button,
.qty[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.qty[type='number'],
.qty[type="number"]:hover,
.qty[type="number"]:focus {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
.non-working {
    opacity: .3;
    pointer-events: none;
}



/* cart policy */
.cart-area-policy {
    margin-top: 30px;
}

.cart-area-policy label {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cart-area-policy input {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.cart-area-policy input:checked:after,
.cart-area-policy input:checked:before {
    content: "";
    position: absolute;
    height: 1.5px;
    border-radius: 1.5px;
    background: var(--main-color);
}

.cart-area-policy input:checked:after {
    transform: rotate(-45deg);
    width: 10px;
    right: 3px;
}

.cart-area-policy input:checked:before {
    transform: rotate(45deg);
    width: 4px;
    left: 3.5px;
    top: 10px;
}

button:disabled,
button[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

button:disabled,
button[disabled]:hover {
    background: var(--main-color) !important;
}

.cart_empty .cart-area-policy {
    display: none;
}
.ajax_add_to_cart.added {
    position: relative;
    color: var(--blue-color);
    pointer-events: none;
}

.ajax_add_to_cart.added:hover {
    color: var(--blue-color);
    background: var(--blue-color);
}

.ajax_add_to_cart.added:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\2714";
    /* код символа галочки */
    display: inline-block;
    margin-right: 5px;
    /* отступ от текста */
    color: #fff;
    /* цвет символа */
    font-size: 22px;
}





.js-cart-option-bus-add .cart-option__content>div {
    flex: 0 0 350px;
}
.js-cart-option-bus-add .cart-option__content {
    gap: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 380px) {
    .js-cart-option-bus-add .cart-option__content>div {
        flex: 0 0 280px;
    }
}


@media screen and (max-width: 992px) {
    .add-course-content{
        padding: 0 30.5px;
    }

    .add-course-products__title{
        margin: 30px 0 9px 0;
    }

    .assignment-wrapper--cart{
        padding: 16px 32px;
    }

    .course-products-item__content{
        padding: 24px 20px 20px 20px;
    }

    .cart-area__wrapper{
        padding: 40px 24px;
    }

    .cart-item{
        padding: 16px;
    }
    
    .cart-area-action{
        margin: 120px 0 0 0;
    }

    .cart-area-action span{
        max-width: 180px;
    }

    .cart-area-total{
        margin: 16px 0 0 0;
    }
    .cart-error {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 768px) {
    .cart-option__wrapper{
        max-width: 100%;
    }

    .add-course-content{
        padding: 0 15.5px;
    }

    .cart__wrapper{
        max-width: 100%;
    }

    .cart-option__heading{
        margin: 140px 0 20px 0;
    }

    .cart-option__icon {
        margin: 0 0 20px 0;
    }

    .cart-option__icon img {
        max-width: 75px;
        max-height: 75px;
    }

    .add-course__btn{
        padding: 10.5px 0 !important;
        min-width: 110px;
    }

    .cart-option__title{
        max-width: 330px;
    }

    .orders__items-item__action {
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .course-products-item__price{
        font-size: 14px;
        line-height: 16px;
    }

    .add-course-products__title{
        margin: 20px 0 9px 0;
    }

    .assignment-wrapper--cart{
        padding: 16px;
    }

    .course-products-item__content{
        padding: 16px 12px 12px 12px;
    }

    .assignment-wrapper__scroll--cart{
        padding: 8px 0;
    }

    .cart-area__wrapper{
        padding: 20px 16px;
        max-width: 100%;
    }

    .cart-product-list{
        row-gap: 12px;
    }

    .cart-item {
        padding: 12px !important;
        position: relative;
    }

    
    .cart-item__top{
        align-items: start;
    }

    .cart-area-action{
        margin: 40px 0 0 0;
        column-gap: 15px;
    }

    .cart-area-action span{
        max-width: 150px;
        padding: 10.5px 0;
    }
    .cart-error {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 500px) {
    .add-course-events{
        row-gap: 12px;
    }

    .add-course-products-items{
        grid-template-columns: auto;
    }

    .cart-item__top{
        /* flex-direction: column; */
    }

    .cart-item__remove{
        position: absolute;
        right: 12px;
        top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25;
        height: 25px;
    }

    .cart-item{
        row-gap: 10px !important;
    }
    .cart-area-policy {
        margin-top: 20px;
    }

    .cart-area-action {
        margin-top: 20px;
    }
}

@media screen and (max-width: 370px) {
    .add-course-content{
        padding: 0 10.5px;
    }

    .cart-option__title{
        max-width: 300px;
    }
    .cart-area-action .btn {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* </Cart style>==================================================================================================== */












/* <Login, auth, reset password pages style>==================================================================================================== */

.authorization__wrapper {
    display: grid;
    grid-template-columns: 660px 1fr;
    min-height: 100vh;
}
.authorization-image img {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
}
.authorization-form {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 130px;
}
.authorization-form>svg {
    margin-bottom: 20px;
}
.authorization-form>* {
    width: 100%;
}
.authorization-form__heading {
    margin-bottom: 40px;
    font-size: 20px !important;
    line-height: 20px !important;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    width: 100% !important;
    margin: 40px 0 0;
    height: 48px;
    font-weight: 700;
}
.authorization-form__sign-in-link,
.woocommerce-form-register__submit,
.authorization-form__sign-in a,
.reset_password {
    width: 100% !important;
    display: block;
    height: 48px;
    line-height: 24px;
    font-weight: 700;
}
.authorization-form__privacy {
    display: none;
}
.authorization .lost_password {
    text-align: right;
}
.authorization .lost_password a {
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: #3865DC;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.form-row:not(:last-of-type) {
    margin-bottom: 16px;
}
.forgot_password {
    margin-bottom: 30px;
}
.forgot_password+.authorization-form__sign-in a {
    margin-top: 10px;
}
.woocommerce-notices-wrapper>* {
    background-color: #3865db;
    border-radius: 0px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    color: #fff;
}
.authorization-form__sign-in-text {
    display: block;
    margin-bottom: 5px;
}
.page-id-120 .woocommerce-notices-wrapper ul,
.page-id-122 .woocommerce-notices-wrapper ul {
    margin: 0;
}


/* login width google and apple btn */
div.nsl-container .nsl-button-google[data-skin="light"],
div.nsl-container .nsl-button-apple[data-skin="light"] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #3865DC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px !important;
    /* width: 190px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .2s;
}
div.nsl-container .nsl-button-google[data-skin="light"]:hover,
div.nsl-container .nsl-button-apple[data-skin="light"]:hover {
    background-color: #3865DC !important;
    color: #fff !important;
}
div.nsl-container .nsl-button-google[data-skin="light"]:hover *,
div.nsl-container .nsl-button-apple[data-skin="light"]:hover * {
    color: #fff !important;
}
.nsl-button-label-container {
    /* font-family: 'Nunito' !important; */
    font-size: 14px !important;
    font-weight: bold;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #394750;
}
div.nsl-container {
    text-align: center !important;
}
div.nsl-container .nsl-container-buttons {
    padding: 0 !important;
}
div.nsl-container .nsl-container-buttons a {
    margin: 0 !important;
}
.nsl-container.nsl-container-block {
    margin-bottom: 40px;
}
div.nsl-container .nsl-button-svg-container {
    padding: 8px 3px 8px 0 !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
}
div.nsl-container .nsl-button-apple .nsl-button-svg-container {
    padding: 0 3px 0 0 !important;
}
div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
    flex: 1 1 calc(50% - 5px);
}
div.nsl-container .nsl-button-apple[data-skin="light"] rect,
div.nsl-container .nsl-button-apple[data-skin="light"]:hover rect {
    fill: transparent !important;
}

div.nsl-container .nsl-button-apple[data-skin="light"]:hover path {
    fill: #fff;
}


.welcome-site-text {
    margin-bottom: 30px;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .authorization-form {
        padding: 0 30px;
    }

    .authorization__wrapper {
        grid-template-columns: 450px 1fr;
    }
}
@media screen and (max-width: 992px) {
    .authorization__wrapper {
        grid-template-columns: 100%;
    }
    .welcome-site-text {
        margin-bottom: 20px;
    }

    .authorization-form {
        order: 2;
        padding: 20px 20px 90px;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .form-row:not(:last-of-type) {
        margin-bottom: 12px;
    }
}

/* </Login, auth, reset password pages style>==================================================================================================== */














/* <Product card content style>==================================================================================================== */
.single-products-wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.product-content__image img {
    width: 100%;
    height: 249px;
    border-radius: 16px 16px 0px 0px;
    object-fit: cover;
}

.product-content__wrapper {
    padding: 32px 24px;
    border-radius: 0px 0px 16px 16px;
    background: var(--white-color);
}

.product-content__heading {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px 0;
    align-items: center;
}

.product-content__action {
    margin: 32px 0 0 0;
    display: flex;
    justify-content: center;
}

.product-content__title span {
    transition: .2s ease-out;
}

.product-content__action:not(.variable) .cart {
    width: 100%;
    max-width: 168px;
}

.product-content__action .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14.5px 0;
    width: 100%;
}

.cart .added_to_cart {
    display: none;
}

@media screen and (max-width: 1150px) {
    .variable .choices__inner {
        padding: 8px 8px 8px 8px !important;
        display: flex;
        align-items: center;
    }

    .variable .choices[data-type*=select-one]::before,
    .variable .choices[data-type*=select-one]::after {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .variable .choices__inner {
        padding: 14.5px 30px 14.5px 12px !important;
    }

    .variable .choices[data-type*=select-one]::before,
    .variable .choices[data-type*=select-one]::after {
        display: block !important;
    }
}

@media screen and (max-width: 370px) {
    .variable .choices__inner {
        padding: 8px 8px 8px 8px !important;
        display: flex;
        align-items: center;
    }

    .variable .choices[data-type*=select-one]::before,
    .variable .choices[data-type*=select-one]::after {
        display: none !important;
    }
}

/* </Product card content style>==================================================================================================== */
.select_numbers .choices {
	width: 100%;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;   
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.inputfile + div {
    max-width: 100%;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    color: #033E8A;
    border: 1px solid #EBEDED;
    background-color: #F9F9FA;
    padding: 0;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    display: flex;
   justify-content: space-between;
}

.no-js .inputfile +  div {
    display: none;
}

.inputfile:focus +  div,
.inputfile.has-focus +  div {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile +  div * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + div svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6:focus +  div,
.inputfile-6.has-focus +  div,
.inputfile-6 +  div:hover {
    border-color: #3865DC;
}

.inputfile-6 +  div span,
.inputfile-6 +  div strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + div span {
    width: 100%;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 +  div strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #033E8A;
    display: inline-block;
    font-size: 14px;
}

.inputfile-6:focus +  div strong,
.inputfile-6.has-focus +  div strong,
.inputfile-6 +  div:hover strong {
    background-color: #3865DC;
}












/* <Product archive card styles>==================================================================================================== */

.product-content__wrapper {
    padding: 34px 24px 24px 24px;
    border-radius: 24px;
    box-shadow: var(--box-shadow-third);
    border: 0;
    /* max-width: 304px; */
    margin: 0 auto;
    position: relative;
}

.product-content__header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-content__header a {
    display: block;
    width: 100%;
}
.product-content__header img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
    border-radius: 16px;

    max-height: 200px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.product-content__main {
    margin-top: 40px;
}

.product-content__title {
    /* height: 57.5px; */
    overflow: hidden;
}

.product-content__price {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product-content__excerpt {
    margin-top: 16px;
    height: 60px;
    overflow: hidden;
}

.product-content__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 100%;
    gap: 15px;
    align-items: end;
    margin-top: 15px;
}

.product-content__bottom.variable {
    grid-template-columns: auto;
}

.product-content__bottom.variable .variations_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    order: -1;
}

.product-content__bottom .stock {
    display: none;
}

.product-content__bottom .button {
    padding: 10.5px 39.5px;
    height: 100%;
    font-weight: 700;
    margin: 0 auto;
    display: block;
}
.product-content__bottom>.price {
    display: none;
}

.product-content__btn {
    padding: 10.5px 0;
    width: 100%;
}
.product-content__bottom .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 10px;
}

.product-content__bottom .woocommerce-variation-add-to-cart .btn {
    padding: 10.5px 0;
    width: 100%;
}

.product-content__bottom .woocommerce-variation-add-to-cart .choices__item--selectable:not(.choices__item--choice) {
    /* width: 69px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-content__bottom .woocommerce-variation-add-to-cart .choices__inner {
    padding: 10px !important;
}

.product-content__bottom .js-custom-price+.btn {
    width: 100%;
}

.archive .product-content__bottom {
    min-height: 74px;
}

.custom-price {
    margin-bottom: 10px;
}
.product-custom-text-label {
    margin-bottom: 20px;
}
.variations .select-value {
    display: none;
}
.product-custom-text-label input {
    background: #FCFCFD;
    height: 51px;
}

@media screen and (max-width: 1150px) {
    .variable .choices__inner {
        padding: 8px 8px 8px 8px !important;
        display: flex;
        align-items: center;
    }

    .variable .choices[data-type*=select-one]::before,
    .variable .choices[data-type*=select-one]::after {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .product-content__wrapper {
        padding: 30px 20px 20px 20px;
    }

    .product-content__main {
        margin-top: 30px;
    }

    .product-content__title {
        height: 50.5px;
    }

    .product-content__bottom {
        margin-top: 20px;
    }

    .variable .choices__inner {
        padding: 14.5px 30px 14.5px 12px !important;
    }

    .variable .choices[data-type*=select-one]::before,
    .variable .choices[data-type*=select-one]::after {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .product-content__wrapper {
        padding: 25px 15px 15px 15px;
    }

    .product-content__main {
        margin-top: 20px;
    }

    .product-content__title {
        /* height: 47.5px; */
    }

    .product-content__btn,
    .product-content__bottom .button {
        padding: 8.5px 0;
    }
}

@media screen and (max-width: 370px) {
    .variable .choices__inner {
        padding: 8px 8px 8px 8px !important;
        display: flex;
        align-items: center;
    }

    .variable .choices[data-type*=select-one]::before,
    .variable .choices[data-type*=select-one]::after {
        display: none !important;
    }
}

/* </Product archive card styles>==================================================================================================== */









/* <Product archive styles>==================================================================================================== */

.post-type-archive-product .footer {
    margin-top: 142.5px;
}
.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.post-type-archive-product .categories {
    margin-bottom: 140px;
}

.post-type-archive-product .categories__title span {
    background: var(--main-color);
    color: var(--white-color);
}

.archive__items {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 24px));
    gap: 32px;
}

.woocommerce-shop .woocommerce-error, .tax-product_cat .woocommerce-error {
    display: none !important;
}


@media screen and (max-width: 1200px) {
    .archive__items {
        grid-template-columns: repeat(3, calc(33.3% - 21px));
    }
}

@media screen and (max-width: 992px) {
    .post-type-archive-product .footer {
        margin-top: 100.5px;
    }

    .post-type-archive-product .categories {
        margin-bottom: 120px;
    }

    .archive__items {
        grid-template-columns: repeat(2, calc(50% - 32px));
    }
}

@media screen and (max-width: 768px) {
    .post-type-archive-product .footer {
        margin-top: 80.5px;
    }

    .archive__items {
        grid-template-columns: 100%;
    }
}



/* </Product archive styles>==================================================================================================== */









.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-color);
    z-index: 45;
    transition: .2s ease-out;
    opacity: 0;
    visibility: hidden;
}








/* <Mobile bar styles>==================================================================================================== */

.mobile-bar {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-bar {
        display: block;
    }

    .mobile-bar__wrapper {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 15px;
        z-index: 15;
        background: var(--white-color);
    }

    .mobile-bar__items {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .mobile-bar-item svg {
        width: 25px;
        height: 25px;
    }

    .mobile-bar-item path {
        transition: .15s ease-out;
    }

    .mobile-bar-item:hover path {
        fill: var(--main-color);
    }
}


.btn-details {
    grid-column: 1/3;
}

.match-error {
    grid-column: 1/3;
    color: red;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.course-enrolled {
    /* font-family: Nunito; */
    grid-column: 1/3;
    text-align: center;
}

.tutor-list {
    max-height: 250px;
    overflow: auto;
}

.tutor-course-filter-container-mobile {
    display: none;
}

.filter-item__title {
    white-space: nowrap;
    overflow: hidden;
    max-width: 121px;
}
@media screen and (min-width: 992px) {
    .filter-item__title svg {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .tutor-course-filter-container {
        display: none;
    }

    .tutor-course-filter-container-mobile {
        display: block
    }

    .mobile-panel-catalog-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-panel-catalog-actions .tutor-return a {
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
    }
    .tutor-course-filter-switch {
        background: #FCFCFD;
        border: 1px solid #DDE1E7;
        border-radius: 12px;
        padding: 5px 10px;
        transition: .2s ease-out;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        border: none;
        width: fit-content;
        margin-left: auto;
        font-weight: 500;
    }
    .tutor-course-filter-switch svg {
        width: 18px;
        height: 18px;
        fill: #394750;
    }

    /* .background-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--black-color);
        z-index: 45;
        transition: .2s ease-out;
        opacity: 0;
        visibility: hidden;
    } */

    .tutor-course-filter-switch._active {
        color: var(--main-color);
    }

    .background-overlay._active {
        opacity: .5;
        visibility: visible;
    }

    .tutor-course-filter-mobile-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        background: #FCFCFD;
        border: 1px solid #DDE1E7;
        padding: 40px 20px;
        width: 100%;
        max-width: 400px;
        height: 100%;
        z-index: 50;
        transition: .2s ease-out;
    }

    .tutor-iconic-btn {
        display: none;
    }

    .tutor-course-filter-mobile-wrapper._active {
        left: 0;
    }

    .tutor-course-filter-form {
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: center;
        justify-content: center;
    }

    .archive-course-scroll {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .filter-item__title {
        border: none;
        color: inherit;
        padding: 0;
        width: fit-content;
        margin: 0 auto;
    }

    .filter-item__title:after {
        display: none;
    }

    .filter-item__label {
        display: none;
    }

    .filter-item__content {
        position: static;
        border: none;
        border-radius: 0;
        padding: 0;
        margin-top: 10px;
        margin-left: 10px;
        display: none;
    }

    .filter-item__content._active {
        display: block;
    }

    .tutor-widget-course-filter {
        margin: 0 auto;
    }

    .tutor-list-item {
        width: fit-content;
        margin: 0 auto;
    }

    .tutor-list-item label input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .tutor-list-item label {
        font-size: 14px;
        line-height: 14px;
    }

    .tutor-filter-close {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .tutor-filter-close:hover:after,
    .tutor-filter-close:hover:before {
        background: var(--main-color);
    }

    .tutor-mb-16.tutor-d-block.tutor-d-lg-none.tutor-text-right {
        display: none !important;
    }

    .tutor-filter-close:after,
    .tutor-filter-close:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 1.5px;
        border-radius: 1.5px;
        background: var(--tutor-body-color);
        transition: .2s ease-out;
    }

    .tutor-filter-close:after {
        transform: rotate(45deg);
    }

    .tutor-filter-close:before {
        transform: rotate(-45deg);
    }

    .tutor-course-filter-container-mobile .tutor-course-filter-wrapper {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .currency-switcher__item {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .choose__title_mobile {
        text-align: center;
    }

    .choose__wrapper_mobile {
        margin: 10px 0 20px 0;
    }

    .choose__wrapper_mobile .choose__items-item:nth-child(1) {
        width: 31px;
    }





    .tutor-course-filter-mobile .filter-item__title {
        display: flex;
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
    }

    .tutor-course-filter-mobile .filter-item {
        width: 100%;
    }

    .tutor-course-filter-mobile .tutor-course-filter-form {
        gap: 0;
    }

    .tutor-course-filter-mobile .tutor-widget-course-filter {
        margin-top: 30px;
    }

    .tutor-course-filter-mobile .tutor-list-item {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }

    .tutor-course-filter-mobile .tutor-list {
        margin-bottom: 15px;
    }
    .filter-logo {
        text-align: center;
        margin-bottom: 15px;
    }

}
@media screen and (max-width: 992px) {
    .tutor-course-filter-container-mobile .tutor-course-filter-wrapper {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .tutor-course-filter-mobile-wrapper {
        padding: 30px 20px;
    }
}

/* </ Mobile bar styles>==================================================================================================== */












/* <404 styles>==================================================================================================== */

.error-404 {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-404__title {
    /* font-family: 'Nunito'; */
    font-size: 250px;
    line-height: 250px;
    font-weight: 900;
    margin-bottom: 10px;
}

.error-404__button {
    display: flex;
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .error-404__title {
        font-size: 220px;
        line-height: 220px;
    }
}

@media screen and (max-width: 992px) {
    .error-404 {
        min-height: 400px;
    }

    .error-404__title {
        font-size: 180px;
        line-height: 180px;
    }
}

@media screen and (max-width: 768px) {
    .error-404 {
        min-height: 350px;
    }

    .error-404__title {
        font-size: 150px;
        line-height: 150px;
    }
}
/* </ 404 styles>==================================================================================================== */














/* <Notifications>==================================================================================================== */

#tutor-notifications-wrapper .tutor-iconic-btn {
    margin-bottom: 0;
    margin-top: 0;
    width: 28px;
    height: 27px;
    border: inherit;
}
.tutor-icon-bell-bold {
    color: #F6C854;
    font-size: 28px;
}

.tutor-iconic-btn-secondary {
    background: transparent;
}

.tutor-floating-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3F67B5;
    min-width: 18px;
    min-height: 16px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    padding: 0 6px;
    position: absolute;
    right: -11px;
    top: -10px;
}
.header__action_announcement {
    display: block !important;
}

.header__action_announcement .tutor-iconic-btn {
    display: block;
}
.header__action_announcement .tutor-iconic-btn-secondary:hover {
    background: transparent !important;
}
.notification_mobile {
    right: -11px;
    top: -10px;
}
.mobile-bar-item {
    position: relative;
}
.tutor-notification-element .element-content .header {
    background: transparent;
}


/* popover info */
.header__action_info {
    position: relative;
}
.info-popover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 5px);
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    transition: .3s;
    white-space: nowrap;
}
.header__action_info:hover .info-popover {
    opacity: 1;
    visibility: visible;
}
.info-popover a {
    display: inline-block;
}
.mobile-bar-item_popover .info-popover {
    top: auto;
    bottom: 64px;
    position: fixed;
    left: 0;
    transform: none;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .header__action_announcement>div>button.tutor-iconic-btn {
        display: none;
    }
}

/* </ Notifications>==================================================================================================== */


















/* <Order pay, order received pages>==================================================================================================== */

.woocommerce-order-pay .entry-title {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px;
}

.woocommerce-order-pay .woocommerce-error {
    text-align: center;
    max-width: 700px;
    margin-inline: auto;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 80px;
}

.woocommerce-order-pay .entry-footer {
    display: none;
}

@media screen and (max-width: 992px) {
    .woocommerce-order-pay .entry-title {
        margin-top: 60px;
    }

    .woocommerce-order-pay .woocommerce-error {
        max-width: 600px;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-order-pay .entry-title {
        margin-top: 40px;
    }

    .woocommerce-order-pay .woocommerce-error {
        max-width: 500px;
        font-size: 18px;
        line-height: 22px;
        width: calc(100% - 15px);
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 370px) {
    .woocommerce-order-pay .entry-title {
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 24px;
    }

    .woocommerce-order-pay .woocommerce-error {
        max-width: 400px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}
.shop_table {
    margin-inline: auto;
    border-collapse: collapse;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    display: table;
}
.shop_table th,
.shop_table td {
    padding: 10px;
    text-align: center;
    color: #636363;
    border: 1px solid #e5e5e5;
    line-height: 24px;
}
#order_review {
    margin-top: 40px;
    padding: 0 20px;
}
#payment {
    width: 100%;
    max-width: 600px;
    display: block;
    margin-inline: auto;
    margin-top: 20px;
}
#place_order {
    width: fit-content;
    text-align: center;
    border: 1px solid var(--blue-color);
    border-radius: 12px;
    transition: .2s;
    padding: 10.5px 39.5px;
    cursor: pointer;
    background: var(--blue-color);
    color: var(--white-color);
    font-weight: 700;
    margin-left: auto;
    display: block;
    margin: 20px auto 0;
}
ul.wc-item-meta {
    display: none;
}
ul.wc_payment_methods.payment_methods.methods {
    text-align: center;
}
@media screen and (max-width: 768px) {

    .shop_table th,
    .shop_table td {
        padding: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    #payment {
        width: calc(100% - 15px);
    }
}

.woocommerce-order-received .entry-title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.woocommerce-order-received .entry-footer {
    display: none;
}

.woocommerce-order {
    max-width: 600px;
    margin-inline: auto;
    text-align: center;
}

.woocommerce-order-details__title {
    margin-bottom: 20px;
    margin-top: 15px;
}

.woocommerce-column__title {
    margin-top: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-received .entry-title {
        margin-bottom: 5px;
    }
}
ul.woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
    padding: 0 20px;
}

ul.woocommerce-thankyou-order-details>li {
    flex: 1 1 calc(20% - 10px);
    display: flex;
    flex-direction: column;
}

.woocommerce-order-received .woocommerce-order {
    max-width: 800px;
}
section.woocommerce-order-details {
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    ul.woocommerce-thankyou-order-details>li {
        flex: 1 1 calc(50% - 10px);
    }
}

/* </ Order pay, order received pages>==================================================================================================== */





















/* trash icon in notifications */
.tutor-dropdown-item svg {
    width: 16px;
    height: 16px;
}

.tutor-dropdown-item path {
    fill: #394750;
}

.tutor-dropdown-item:hover path {
    fill: #3e64de;
}
.tutor-dropdown-dark {
    background: #fff;
    border: none;
}

.tutor-dropdown-dark * {
    color: #394750;
}

.tutor-dropdown-dark .tutor-dropdown-item:hover,
.tutor-dropdown-dark .tutor-dropdown-item:focus {
    background: transparent;
}
.trash-icon {
    margin-bottom: -3px;
}

#tab-item-target-1.loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    opacity: .5;
}

#tab-item-target-1.loading:before {
    content: "";
    position: absolute;
    border: 6px solid #f3f3f3;
    border-top: 6px solid var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}















.custom-select {
    position: relative;
}

.select-options {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility
}

.custom-select.is-active .select-options {
    visibility: visible;
}

.select-styled {
    cursor: pointer;
    position: relative;
}

.select-styled:after,
.select-styled:before {
    content: "";
    background: var(--tutor-body-color);
    margin-top: -0.5px;
    height: 2px;
    border: none;
    top: 50%;
    position: absolute;
    width: 8px;
}

.select-styled::after {
    transform: rotate(135deg);
    right: 21px;
    transition: .2s ease-out;
}

.select-styled::before {
    transform: rotate(-135deg);
    right: 16.5px;
    transition: .2s ease-out;
}

.custom-select.is-active .select-styled::after {
    transform: rotate(-135deg);
    right: 21px;
    transition: .2s ease-out;
}

.custom-select.is-active .select-styled::before {
    transform: rotate(135deg);
    right: 16.5px;
    transition: .2s ease-out;
}
.select-hidden {
    display: none !important;
}
.select-options .choices__item {
    transition: inherit !important;
}
.select-options {
    border-radius: 10px;
}
.custom-select.is-active .select-styled {
    border-radius: 12px 12px 0 0 !important;
}
.custom-select.is-active .select-options {
    border-radius: 0 0 12px 12px;
}








/* woocommerce pagination */
ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 40px; */
    gap: 10px;
    margin: 40px auto 0;
}

li .page-numbers:not(.prev, .next) {
    background: #3865db;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
}

li .page-numbers {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li .page-numbers:not(.prev, .next):hover {
    background: #2251d0;
    color: #fff;
}
@media screen and (max-width: 500px) {
	ul.page-numbers {
		gap: 7px;
	}
}





























/* Coming soon myaccount page */
.coming-soon__banner {
    position: relative;
}

.coming-soon__banner img {
    width: 100%;
    object-fit: cover;
}

.coming-soon__banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}


.coming-soon__banner-content.coming-soon__banner-content--choose {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
    text-align: center;
    max-width: 530px;
    text-align: left;
}

.coming-soon__courses {
    margin: 56px 0;
}

.coming-soon__radio {
    display: flex;
    align-items: center;
}

.coming-soon__wrapper {
    display: flex;
    column-gap: 26px;
    margin: 40px 0 0 0;
}

.coming-soon__title {
    margin: 0 0 16px 0;
    font-weight: 700;
}

.coming-soon__radio label {
    padding-left: 8px;
}


.coming-soon__radio-item:after {
    background: var(--white-color);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.coming-soon__radio-item:before {
    position: absolute;
    width: 0;
}

.coming-soon__radio-item:checked::before,
.coming-soon__radio-item:checked::after {
    background: var(--white-color);
    height: 2px;
    border-radius: 1px;
    content: "";
}

.coming-soon__radio-item:checked::after {
    transform: rotate(45deg);
    left: 5.5px;
    width: 6px;
    top: 14px;
}

.coming-soon__radio-item:checked::before {
    transform: rotate(-45deg);
    width: 12px;
    right: 4px;
    top: 12px;
}

.coming-soon__radio,
.coming-soon__radio label,
.coming-soon__radio-item {
    cursor: pointer;
}

.coming-soon__radio-item {
    background: var(--blue-color);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.coming-soon__text {
    display: flex;
    justify-content: center;
}

.coming-soon__text h3 {
    font-weight: 600;
    max-width: 370px;
}

.coming-soon__banner-content.coming-soon__banner-content--choose .coming-soon__text {
    justify-content: start;
}

.coming-soon__title_courses {
    grid-column: 1/4;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 15px auto !important;
}

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

@media screen and (max-width: 992px) {
    .coming-soon__courses {
        margin: 30px 0;
    }

    .coming-soon__banner-content.coming-soon__banner-content--choose .coming-soon__title {
        max-width: 420px;
    }

}

@media screen and (max-width: 768px) {
    .coming-soon__courses {
        margin: 20px 0;
    }

    .coming-soon__title {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 8px 0;
    }

    .coming-soon__title_courses {
        max-width: 400px;
    }

    .coming-soon__banner-content.coming-soon__banner-content--choose {
        left: 20px;
        max-width: 350px;
    }

    .coming-soon__banner-content.coming-soon__banner-content--choose .coming-soon__title {
        max-width: 300px;
    }

    .coming-soon__wrapper {
        column-gap: 10px;
        margin: 10px 0 0 0;
    }

    .coming-soon__radio label {
        padding-left: 5px;
    }

    .coming-soon__radio-item {
        width: 20px;
        height: 20px;
    }

    .coming-soon__radio-item:after {
        width: 16px;
        height: 16px;
    }

    .coming-soon__radio-item:checked::after {
        left: 4px;
        width: 5.5px;
        top: 11px;
    }

    .coming-soon__radio-item:checked::before {
        width: 10px;
        right: 3.5px;
        top: 9px;
    }

    .coming-soon__banner-content.coming-soon__banner-content--choose .coming-soon__title {
        max-width: 250px;
    }

    .coming-soon__banner-content.coming-soon__banner-content--choose {
        left: 15px;
    }

    .coming-soon__text h3 {
        max-width: 300px;
    }
}

@media screen and (max-width: 500px) {
    .coming-soon__title {
        font-size: 20px;
        line-height: 22px;
    }

    .coming-soon__banner-content.coming-soon__banner-content--choose .coming-soon__title {
        max-width: 230px;
    }

    .coming-soon__text h3 {
        font-size: 16px;
        line-height: 18px;
        max-width: 250px;
    }

    .coming-soon__wrapper {
        flex-direction: column;
        row-gap: 0;

    }

    .coming-soon__radio-item {
        width: 16px;
        height: 16px;
    }

    .coming-soon__radio-item:after {
        width: 12px;
        height: 12px;
    }

    .coming-soon__radio-item:checked::after {
        left: 2.5px;
        width: 4.5px;
        top: 8px;
    }

    .coming-soon__radio-item:checked::before {
        width: 9px;
        right: 2.5px;
        top: 7px;
    }

    .coming-soon__wrapper {
        margin: 5px 0 0 0;
    }

}

@media screen and (max-width: 400px) {
    .coming-soon__title {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 4px 0;
    }

    .coming-soon__title_courses {
        max-width: 280px;
    }

    .coming-soon__text h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .coming-soon__banner-content.coming-soon__banner-content--choose .coming-soon__title {
        max-width: 200px;
    }

    .coming-soon__radio-item {
        width: 14px;
        height: 14px;
    }

    .coming-soon__radio-item:after {
        width: 10px;
        height: 10px;
    }

    .coming-soon__radio-item:checked::after {
        left: 3px;
        width: 3.5px;
        top: 7px;
    }

    .coming-soon__radio-item:checked::before {
        width: 8px;
        right: 2px;
        top: 6px;
    }

}

@media screen and (max-width: 370px) {
    .coming-soon__banner-content.coming-soon__banner-content--choose .coming-soon__title {
        font-size: 10px;
        max-width: 150px;
        line-height: 12px;
    }

    .coming-soon__text h3 {
        font-size: 10px;
        line-height: 12px;
        max-width: 160px;
    }

    .coming-soon__radio-item {
        width: 12px;
        height: 12px;
    }

    .coming-soon__radio-item:after {
        width: 8px;
        height: 8px;
    }

    .coming-soon__radio-item:checked::before {
        top: 5px;
        width: 7px;
        right: 1.5px;
    }

    .coming-soon__radio-item:checked::after {
        left: 2.5px;
        top: 6px;
    }

    .coming-soon__banner-content--choose .paragraph {
        font-size: 10px;
        line-height: 12px;
    }

    .coming-soon__wrapper {
        gap: 2px;
    }
}





























/* woocommerce checkout css */
.woocommerce-checkout .entry-content .woocommerce,
.woocommerce-checkout header.entry-header {
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
}

.woocommerce-checkout header.entry-header {
    text-align: center;
    margin: 40px auto 20px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout div#customer_details,
.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout footer.entry-footer {
    display: none;
}
form.checkout.woocommerce-checkout {
    display: none;
}

.woocommerce-checkout header.entry-header {
    display: none;
}
.woocommerce-order-received.woocommerce-checkout header.entry-header {
    display: block;
}
.checkout-preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 60px 0;
}

.checkout-preloader__image {
    max-width: 150px;
    animation: flickerAnimation 1s infinite;
}

.checkout-preloader__text {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}









.term-description {
    color: #fff;
}











/* new styles */
.popup {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup.active .background-overlay {
    opacity: .5;
    visibility: visible;
    z-index: 1000;
}

.popup__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 200px;
    max-width: 400px;
    padding: 30px;
    background: var(--white-color);
    z-index: 1001;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__close {
    right: 15px;
    top: 15px;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup__close:after,
.popup__close:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--main-color);
}

.popup__close:after {
    transform: rotate(45deg);
}

.popup__close:before {
    transform: rotate(-45deg);
}





.cart-area-policy label a {
    margin-left: -7px;
    text-decoration: underline;
}
.simple-text-page {
    margin-top: 30px;
}

.simple-text-page .entry-content>* {
    margin-bottom: 15px;
}

.simple-text-page .entry-content ul,
.simple-text-page .entry-content ol {
    padding-left: 30px;
}

.simple-text-page .entry-content ul li {
    list-style: disc;
}

.simple-text-page .entry-content li {
    margin-bottom: 5px;
}




.cart-check-error {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    background: #C70A52;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}