.custom-menu-class li::before {
    background-image: url('/wp-content/themes/daoderu/img/pin_icon_green.png');
    background-size: 12px 11px;
    position: absolute;
    margin-left: -17px;
    display: inline-block;
    width: 12px;
    height: 11px;
    content:"";
}

.custom-menu-class li {
    font-size: 17px;
    margin-bottom: 8px;
}

.custom-menu-class {
    border-bottom: 2px dotted darkgray;
    margin-bottom: 7px;
}

.join-link {
    /*display: none;*/
}

.join-link a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fffdc8f5;
    text-align: center;
    background-color: #4dbe4d;
    border: 1px solid darkgreen;
    border-radius: 19px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.join-link a:hover {
    opacity: .8;
    color: white;
}

.promo-ad-box {
    border-radius: 20px;
}

.promo-ad-box .promo-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #d2464a;
    margin-bottom: 20px;
    cursor: pointer;
}
.promo-ad-box .promo-link {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

/* from mobile.css */
.section-hideShow {
    border-bottom: 1px solid rgba(201, 200, 182, 0.5);
}
.section-hideShow--article {
    margin-bottom: 20px;
}
.section-heading {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.section-heading-desc {
    font-size: 11px;
    color: rgba(0,0,0,.4);
    position: absolute;
    left: 20px;
    bottom: 2px;
}
.section-heading .fa-angle-right {
    font-size: 26px !important;
    /*color: #d2464a;*/
    color: #86c886;
    transition: transform 200ms 100ms;
}
.section-hideShow.is-active .fa-angle-right {
    transform: rotate(90deg);
}
.section-hideShow.is-active .section-heading-desc {
    display: none;
}
.section-hideShow.is-active .section-content {
    display: block;
}
.popup .section-heading h2 {
    font-size: 16px;
    margin: 12px 0 16px;
}
.section-heading + ol {
    margin-bottom: 15px;
}
.section-content {
    display: none;
    margin-bottom: 12px;
}

/* */
#forum-quotes {
    display: none;
    position: absolute;
    width: 491px;
    height: 295px;
    left: 23px;
    top: 11px;
    flex-direction: column;
    justify-content: center;
}

#forum-quotes li {
    display: none;
    max-height: 295px;
    overflow: hidden;

    border-style: solid;
    border-color: transparent;
    border-width: 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    /*max-width: 423px;*/
    color: #0645ad;
    box-shadow: 1px 1px 3px #bdbdbd;
    background: #f7f3d2;
    /*border-image: url(http://daojiao.ru/skins/Vector/images/pattern-4.png) 80 round;*/

    border-radius: 20px;

}

#forum-quotes .laozi-ticker {
    margin-bottom: 0px;
    padding: 0;
}
#forum-quotes .laozi-ticker li .author {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    color: #d2464a;
    font-weight: bold;
}
#forum-quotes .laozi-ticker li .quote-link {
    /*margin-top: 5px;*/
    text-align: right
}
#forum-quotes .laozi-ticker li .quote-link a {
    color: #d2464a;
    text-decoration: none
}
/*#forum-quotes .laozi-ticker li .quote {*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*max-height: 150px;*/
    /*overflow: hidden;*/
/*}*/
#forum-quotes .laozi-ticker li div {
    color: #000;
}
#forum-quotes .laozi-ticker li .quote-link a {
    background-color: #d3ffd3e8;
    border-radius: 7px;
    padding: 3px 8px 3px 8px;
    display: inline-block;
    width: 218px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #016300;
    margin: 5px 3px 0px 5px;
    font-style: normal;
    box-shadow: 0.5px 0.5px 1px 0px black;
    cursor: pointer;
    color: #000;
}

#forum-quotes .laozi-ticker li {
    /*display: none;*/
    list-style-type: none;
    font-size: 17px;
}

/*#forum-quotes .laozi-ticker li:nth-child(1) {*/
    /*display: block;*/
/*}*/

/******/
.ask-box {
    border-radius: 0px;
}
.ask-box-link {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    transition: box-shadow 300ms;
}
.ask-box-link:hover {
    background-image: linear-gradient(-45deg, #fff6bd 46%, #fffae2 50%, #fff6bd 55%);
    box-shadow: 0.5px 0.5px 3px #c6c299, 0 0 20px #ffeabe inset;
    color: unset;
}
@keyframes glow-ask-question {
    0% { background-position: 100% 0; }
    30% { background-position: 100% 0; }
    100% { background-position: 0; }
}
.btn-ask-question {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    /* height: 40px; */
    text-align: center;
    color: #000;
    text-shadow: 0 0 1px #fff;
    font-size: 18px;
    line-height: 1.2;
    /* font-weight: 600; */
    letter-spacing: 0.5px;
    text-decoration: none;
    border: 0;

    cursor: pointer;
    transition: color 500ms, text-shadow 300ms;
    background-image: linear-gradient(-45deg, #fff6bd 46%, #fffae2 50%, #fff6bd 55%);
    box-shadow: 2px 2px 5px #d7ccc8, 0 0 3px #fff27e inset;
    animation: glow-ask-question 4s infinite;
    background-size: 400%;
    border-radius: 0;
}

.btn-wenzi {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: 10px 15px;
    color: #000;
    text-shadow: 0 0 1px #fff;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: color 500ms, text-shadow 300ms;
    background-image: linear-gradient(-45deg, #ffe0bb 46%, #fff7ef 50%, #ffe0bb 55%);
    box-shadow: 2px 2px 5px #d7ccc8, 0 0 3px #ffe0bb inset;
    animation: glow-ask-question 4s infinite;
    background-size: 400%;
    border-radius: 0;
}
.btn-wenzi img {
    width: 40px;
    border: 0;
}
.ask-box-link.btn-wenzi:hover {
    box-shadow: 0.5px 0.5px 3px #c6c299, 0 0 20px #ffeabe inset;
    color: unset;
}

.ask-question {}
.ask-question .popup {
    padding: 15px;
}
.ask-question .popup-ask-question {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.ask-question .popup p, .ask-question .consent {
    margin-bottom: 10px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.5;
}
.ask-question .popup h1 {
    text-align: left;
    margin: 0 0 12px 0;
    font-size: 22px;
    line-height: 1.25;
    color: #000;
}
.ask-question input[type=text], .ask-question textarea {
    width: 100%;
}
.ask-question .btn-submit {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #fff !important;
    background-image: linear-gradient(to top, #677578 0%, #95a4a7 50%) !important;
    background-repeat: repeat-x;
    background-position: bottom;
    cursor: pointer;
    font-weight: 700;
    border-radius: 24px;
    height: 34px;
    padding: 0 15px;
    text-decoration: none;
    color: #272727 !important;
    border: 1px solid;
    border-color: #677578;
    letter-spacing: 0.5px;
    background-image: linear-gradient(to top, #9cd29c 0%, #b9e5b2 50%) !important;
    border-color: #86c886;
    text-shadow: none;
    box-shadow: none;
}

.ask-question .consent {
    display: flex;
    align-items: baseline;
}

#popup-success {
    display: none;
    z-index: 11;
    left: 0;
    top: 0;
    font-size: 24px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url('/wp-content/themes/daoderu/img/fancybox_overlay.png');
}


#popup-success > div {
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
}

#popup-success .success-msg {
    background: #ebffe1;
    font-family: 'HelveticaNeueCyr', sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 10px 20px;
    text-align: center;
    color: #000;
    text-shadow: 0 0 1px #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
    border: 0;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #d7ccc8, 0 0 10px #b7ff92 inset;
    animation: glow-6 5s infinite;
    background-size: 200%;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    transition: box-shadow 300ms;
}
/** new style **/
.course-view {
    margin: 20px 0 30px;
}
.course-view-body {
    display: flex;
    gap: 35px 20px;
    flex-wrap: wrap;
}
.course-view-unit {
    width: calc(33.333% - 14px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #000;
}
.course-view-unit a {
    text-decoration: none;
    text-align: center;
    color: #000;
}
.course-view-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}
.course-view-item img {
    border-radius: 10px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border: 0;
    margin-bottom: 0;
}
.course-view-item--contain img {
    object-fit: contain;
}
.course-view-wrapper {
    margin: 8px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    text-align: center;
}
.course-view-item-text {
    font-size: 15px;
    color: #000;
    line-height: 1.15;
}
.course-view-item-price {
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
    color: #000;
    background: rgba(255, 185, 0, 0.2);
    padding: 0 4px;
    border-radius: 4px;
    margin: 0 auto 8px;
    display: inline-flex;
}
.course-view-item-price .fa {
    color: rgba(0, 0, 0, 0.6);
}
.course-view-type {
    padding: 0 4px;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    right: 5px;
    color: #000;
    background: rgba(140, 185, 237, .8);
    top: 5px;
}
.button-cart {
    margin: 2px 10px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 0 10px;
    font-size: 15px;
    cursor: pointer;
    background: linear-gradient(to top, #b9e5b2 0%, #c5e5bf 50%);
    border: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #b9b6b6;
    letter-spacing: 1px;
    transition: background 300ms, border-color 300ms;
    height: 40px;
}
.button-cart:hover {
    background-position: 0 center;
    background-color: #a2ffa3;
    border-color: #12c700;
}
.icon-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 38px;
    width: 38px;
    box-sizing: border-box;
}
.icon-cart .fa-plus {
    font-size: 10px;
    margin-right: -3px;
}
.icon-cart .fa-shopping-cart {
    font-size: 15px;
    color: #000;
}
.button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    text-shadow: none;
    border: 1px solid;
    border-radius: 24px;
    height: 40px;
    padding: 0 25px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.button-transparent {
    font-size: 14px;
    height: 34px;
    font-weight: 400;
    border-radius: 24px;
    color: #c9c9c9;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-color: rgba(0,0,0,.15);
    padding: 0 10px;
    background: transparent;
}
.button--green {
    background-image: linear-gradient(to top, #9cd29c 0%, #b9e5b2 50%) !important;
    border-color: #86c886;
}
.button--yellow {
    background-image: linear-gradient(to top, #f1d5a4 0%, #fde7b2 50%) !important;
    border-color: #f1bf6a !important;
}
.button--white {
    background: #fff;
    border-color: #e9e9e9;
}
.button--blue {
    background-image: linear-gradient(to top, #adcbef 0%, #cbe2fd 50%) !important;
    border-color: #8cb9ed;
}

/* PAYMENT */
.content-button {
    margin-bottom: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.content-button .button {
    padding: 0 16px;
}
.course-view {
    margin-bottom: 24px;
}
.cart-view-body {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.cart-view-unit {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    box-sizing: border-box;
    box-shadow: 0 0 5px #ccc;
    width: 100%;
    flex-direction: unset;
    background: #fffef2;
    gap: 6px;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    color: #000;
}
.cart-view-wrapper {
    position: relative;
    flex: 1 1 0;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: inherit;
    font-size: 15px;
}
.cart-view-item-text {
    text-align: left;
    justify-content: flex-start;
    padding-right: 24px;
    line-height: 1.25;
    flex-direction: column;
    display: flex;
    font-size: 16px;
    gap: 2px;
}
.cart-view-item-format {
    color: #4dbe4d;
    font-size: 15px;
}
.cart-view-item-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.cart-view-wrapper-price {
    display: flex;
    align-items: baseline;
    gap: 2px;
}
.cart-view-wrapper-price b {
    font-size: 16px;
}
.view-amount {
    display: flex;
    align-items: center;
    font-size: 14px;
    background: #fff;
    height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #9daccc;
}
.view-amount .icon-plus,
.view-amount .icon-minus {
    color: rgba(0,0,0,.7);
}
.view-amount-input {
    width: 58px;
    height: 28px;
    padding: 4px 2px 4px 4px;
    border: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eaeff7;
    box-sizing: border-box;
}
.view-amount-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.view-amount-unit {
    font-size: 13px;
    text-align: center;
    color: #6f6f6f;
}
.icon-plus:before,
.icon-minus:before {
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    border-radius: 50%;
    width: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-minus:before {
    content: '−';
}
.icon-plus:before {
    content: '×';
}
.icon-plus {
    transform: rotate(45deg);
}
.custom-datepicker {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 15px;
}
.cart-view-item-delete {
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-view-item-delete .fa-trash {
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
}
.cart-view-item-delete .fa-trash:hover {
    color: #c42320;
}
.text-input,
.custom-datepicker-input {
    height: 30px;
}
.text-input,
.custom-datepicker-input,
.text-textarea {
    width: 100%;
    font: 15px "HelveticaNeueCyr", sans-serif;
    border: 1px solid #9daccc;
    padding: 3px 5px 4px 5px;
    margin: 2px 0;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
}
.custom-datepicker-input {
    max-width: 110px;
}
.text-textarea {
    min-height: 80px;
}
.text-input-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
}
.text-input-empty-label {
    width: 100%;
    align-items: flex-start;
}
.cart-view-item-detail-wide {
    align-items: flex-start;
}
.cart-view-item-detail-wide .text-input {
    max-width: 110px;
}
label .required {
    color: #d2464a;
    vertical-align: top;
    font-size: 16px;
}
.cart-view-sum {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.cart-view-sum-value {
    margin-bottom: 20px;
}
.cart-view-sum-value b {
    font-size: 20px;
}
.cart-view-sum .button {
    margin-bottom: 12px;
}
.cart-view-item {
    margin: 10px 0 10px 10px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 4px;
}
.cart-view-item img {
    border-radius: inherit;
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border: 1px solid #ede9e9;
}
.content-header-border {
    margin-top: 10px;
    margin-bottom: 26px;
    border-bottom: 2px solid #b5b5b5;
    padding-bottom: 2px;
}

/* POPUP */
.desc-popup-wrap {
    margin: 20px 0;
    background-color: #fefeff;
    border: 1px dotted #cc9500;
    padding: 15px 20px;
    border-radius: 12px;
    overflow: hidden;
}
.popup-picture {
    /*text-align: center;*/
    float: left;
    margin: 0 25px 10px 0;
}
.popup-picture img {
    /*border: 1px solid #cdcdcd;*/
    border: 0;
}
.img-size {
    /*width: 200px;*/
    width: 140px;
    height: auto;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    margin-bottom: 0;
    border-color: #dbdada;
    border-radius: 40px;
    display: block;
}
.picture-text {
    font-size: 12px;
    /*max-width: 300px;*/
    max-width: 150px;
    margin: 5px auto 10px;
    text-align: center;
    line-height: 1.25;
    color: #717171;
}
.timetable-popup-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timetable-popup {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    background-color: #fefeff;
    align-items: center;
    border: 1px dotted #cc9500;
    padding: 20px 12px;
    border-radius: 12px;
    gap: 6px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
}
.timetable-popup--double {
    justify-content: space-around;
    gap: 30px 10px;
}
.timetable-popup--double .timetable-item-part:first-child:before {
    content: '';
    position: absolute;
    border-top: 1px solid #ccc;
    bottom: -18px;
    left: -15px;
    right: -15px;
}
.timetable-popup--double .timetable-desc {
    line-height: 1.25;
    text-align: center;
}
.timetable-popup--double .timetable-title {
    font-size: 17px;
    width: 100%;
}
.timetable-item-part {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 6px;
}
.timetable-popup-detail {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 12px;
    flex-direction: row;
    font-size: 15px;
}
.timetable-popup-time {
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
    color: #000;
}
.timetable-popup-time .fa {
    color: rgba(0, 0, 0, 0.6);
}
.timetable-popup-select {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 5px;
    line-height: 1.25;
    width: 100%;
}
.timetable-popup-label {
    color: #565656;
    font-size: 14px;
}
.popup .timetable-popup {
    max-width: 100%;
}
.form-radio-group {
    display: flex;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}
.form-radio-group-item {
    display: flex;
    flex: 1 1 0;
    position: relative;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    border-right: none;
    background: rgba(255, 185, 0, 0.05);
}
.form-radio-group-item small {
    display: block;
    text-align: center;
    font-size: 15px;
}
.form-radio-group input[type=radio] {
    position: absolute;
    opacity: 0;
}
.form-radio-group label {
    user-select: none;
    font-size: 15px;
    padding: 8px 6px;
    flex: 1 1 0;
    border-radius: inherit;
    cursor: pointer;
}
.form-radio-group-item:first-child {
    border-radius: 10px 0 0 10px;
}
.form-radio-group-item:last-child {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #e9e9e9;
}
.form-radio-group input[type=radio]:checked + label {
    background: rgba(255, 185, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(255, 185, 0, .8) inset;
}
.form-radio-group label:hover {
    color: #000;
}
.form-radio-group-details {
    display: none;
    color: #005ea1;
    min-height: 35px;
    font-size: 14px;
}
.other-forms {
    margin-bottom: 6px;
}
.section-hideShow {
    border-bottom: 1px solid rgba(201, 200, 182, 0.5);
}
.section-hideShow.is-active .fa-angle-right {
    transform: rotate(90deg);
}
.section-hideShow.is-active .section-heading-desc {
    display: none;
}
.section-hideShow.is-active .section-content {
    display: block;
}
.section-hideShow--article {
    margin-bottom: 20px;
}
.section-hideShow-bg .section-content {
    background: rgba(134,200,134,.1);
    padding: 6px;
    border-radius: 4px;
    line-height: 1.25;
    margin-left: 10px;
    gap: 25px;
    position: relative;
    align-items: center;
}
.section-hideShow-bg.is-active .section-content {
    display: flex;
}
.section-heading {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.section-heading-desc {
    font-size: 11px;
    color: rgba(0,0,0,.4);
    position: absolute;
    left: 20px;
    bottom: 2px;
}
.section-heading .fa-angle-right {
    font-size: 26px !important;
    color: #86c886;
    transition: transform 200ms 100ms;
}
.section-heading h2 {
    font-size: 16px;
    margin: 12px 0 16px;
}
.section-heading + ol {
    margin-bottom: 15px;
}
.section-heading-text-price {
    color: rgba(0,0,0,.7);
}
.section-content {
    display: none;
    margin-bottom: 12px;
    padding: 0 0 0 5px;
}
.section-content label {
    flex: 1 1 0;
}
.section-content small {
    position: absolute;
    right: 2px;
    top: 2px;
    color: rgba(0,0,0,.4);
    font-size: 11px;
}
.section-content input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font: inherit;
    color: rgba(0,0,0,.7);
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.7);
    border-radius: 50%;
    display: grid;
    place-content: center;
    flex-shrink: 0;
    margin: 10px 6px 0 0;
}
.section-content input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 10px 10px rgba(0,0,0,.7);
}
.section-content input[type="radio"]:checked::before {
    transform: scale(1) !important;
}
.little-comment {
    font-size: 13px;
    line-height: 1.25;
    margin-top: 12px;
    color: rgba(0,0,0,.7);
}
.top-quote {
    font-size: 12px;
    color: #555;
}
/*********************************************/
.popup-content h1 {
    text-align: left;
    margin-top: 0;
}
#header .MenuWrapper .SubmenuWrapper .Submenu {
    display: flex;
    justify-content: space-between;
    float: none;
    width: auto;
}
#header .MenuWrapper .Submenu:after {
    content: none;
}
#header .MenuWrapper .SubmenuWrapper .Submenu .SubmenuItem {
    margin-right: 0;
}
.SubmenuItem {
    position: relative;
}
.SubmenuItem .fa-shopping-cart {
    font-size: 15px;
    margin-right: 3px;
}
.SubmenuItem .header-btn-count{
    background: #d2464a;
    color: #fff;
    position: absolute;
    left: 8px;
    top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    min-width: 14px;
    height: 14px;
    padding: 2px;
    border-radius: 50%;
}

.entry-slider {
    margin: 20px 0 30px;
}
/* swiper */
.swiper-banners {
    height: 200px;
    border-radius: 10px;
}
.swiper-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    gap: 2px;
    height: 100%;
}
.swiper-inner:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,255,255, .5) 0%, rgba(255,255,255, .3) 50%, transparent 100%);
}
.swiper-info {
    color: #000;
    letter-spacing: 1px;
}
.swiper-title {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    color: #1a1a1a;
    text-shadow: 0 0 3px #fff;
}
.swiper-title strong {
    line-height: 1;
    color: #b82d31;
}
.swiper-text {
    width: 65%;
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.25;
    text-shadow: 0 0 3px #fff;
}
.swiper-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
    border: 0;
    z-index: -1;
    object-position: right;
}
.swiper-slide {
    border: 1px solid #f4e4bc;
    border-radius: 10px;
}
.swiper-button {
    margin-top: auto;
    height: 36px;
    font-size: 16px;
    padding: 0 50px;
}

.swiper-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    opacity: 0.9;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
    /*background: rgb(210, 70, 74);*/
    background: #3a3815cc;
    padding: 5px;
    border-radius: 0px 10px 0px 12px;
}