@charset "utf-8";
/* CSS Document */


:root {
    --crplg-line-height: 1.61;
    --crplg-color: #414042;
    --crplg-link-color: #414042;
    --crplg-link-hover-color: #000;
}
.crplg-content {
    font-size: 16px;
    line-height: var(--crplg-line-height);
    font-family: var(--crplg-font-family);
    color: var(--crplg-color);
    font-weight: 300;
	vertical-align: baseline;
    padding-bottom: 84px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.crplg-content *,
.crplg-content *:before,
.crplg-content *:after
{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-rendering:optimizeLegibility;
}
.crplg-content div,
.crplg-content span,
.crplg-content h1,
.crplg-content h2,
.crplg-content h3,
.crplg-content h4,
.crplg-content h5,
.crplg-content p,
.crplg-content img,
.crplg-content ul,
.crplg-content li,
.crplg-content form,
.crplg-content label,
.crplg-content input,
.crplg-content button,
.crplg-content fieldset,
.crplg-content textarea,
.crplg-content article,
.crplg-content aside,
.crplg-content h1,
.crplg-content p {
    margin: 0;
    padding: 0;
    border: 0;
	font: inherit;
}
.crplg-content button {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
	    -ms-appearance: none;
            appearance: none;
	outline: 0;
}
.crplg-content input,
.crplg-content textarea,
.crplg-content select {
	vertical-align: middle;
	outline: none;
	box-shadow: none;
}
.crplg-content a {
    color: var(--crplg-link-color);
    text-decoration: none;
}
.crplg-content a:hover,
.crplg-content a:active {
    color: var(--crplg-link-hover-color);
}
.crplg-content .crplg-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.crplg-content .crplg-container {
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.crplg-content .crplg-filters-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 55px 0 35px;
}
.crplg-content .crplg-filters-btn .crplg-btn {
    display: block;
    padding: 7px 24px;
	background-color: var(--crplg-color);
    border-radius: 3px;
    border: 0;
    font-family: var(--crplg-font-family);
    color: #fff;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
	    -ms-appearance: none;
            appearance: none;
	outline: 0;
}
.crplg-content .crplg-filters-btn .crplg-btn:hover,
.crplg-content .crplg-filters-btn .crplg-btn:focus {
	background-color: var(--crplg-link-hover-color);
}
.crplg-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.667%;
    -moz-column-gap: 2.667%;
         column-gap: 2.667%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.crplg-entries .crplg-col {
    flex: 0 0 31.55%;
    padding-bottom: 45px;
}
.crplg-content .crplg-entry a {
    display: block;
}
.crplg-content .crplg-entry .crplg-bg_img {
    display: block;
    padding-top: 67.5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.crplg-content .crplg-entry h1 {
    padding: 20px 0 10px;
    font-size: 1.5625em;
    line-height: 1.25em;
    font-weight: 700;
}
.crplg-content .crplg-entry p {
    font-size: 0.9375em;
    line-height: 1.46em;
    font-weight: 300;
}
.crplg-filters-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
}

.crplg-filters-box.opened {
    background-color: rgba(29, 29, 27, 0.6);
    background-color: rgba(29, 29, 27, 0.6);
}
.crplg-filters-box .crplg-outer-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 545px;
    background-color: #fff;
    padding: 55px 35px;
    overflow: auto;
}
.crplg-filters-box .crplg-inner-wrapper {
    padding: 0 20px;
}
.crplg-filters-box .crplg-heading {
    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;
    align-items: center;
    padding: 5px 0 40px;
    border-bottom: 1px solid rgba(65, 64, 66, 0.2);
}
.crplg-filters-box .crplg-close {
    padding: 6px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;
}
.crplg-filters-box .crplg-close:hover,
.crplg-filters-box .crplg-close:focus {
    opacity: 0.8;
}
.crplg-filters-box .crplg-close .icon {
    display: block;
}
.crplg-filters-box .crplg-heading h1 {
    font-weight: 600;
    font-size: 1.3125em;
    text-transform: uppercase;
}
.crplg-filters-box .crplg-widget {
    padding: 30px 0;
    border-bottom: 1px solid rgba(65, 64, 66, 0.2);
}
.crplg-filters-box .crplg-widget-title {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.25em;
}
.crplg-content .crplg-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 12px;
    list-style-type: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.crplg-content .crplg-options label {
    display: block;
    padding: 9px 16px;
	background-color: #efefef;
    border-radius: 4px;
    border: 0;
    font-family: var(--crplg-font-family);
    color: var(--crplg-color);
    font-size: 1.0625em;
    line-height: 1.41;
    font-weight: 300;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
}
.crplg-content .crplg-options input[type="checkbox"],
.crplg-content .crplg-options input[type="radio"],
.crplg-content .crplg-options .ui-checkboxradio-icon,
.crplg-content .crplg-options .ui-checkboxradio-icon-space {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    opacity: 0;
}
.crplg-content .crplg-options label.ui-checkboxradio-checked,
.crplg-content .crplg-options label:hover,
.crplg-content .crplg-options label:focus {
	background-color: var(--crplg-color);
    color: #fff;
    border: 0;
    font-size: 1.0625em;
    font-weight: 300;
}
.crplg-filters-box ::-webkit-scrollbar {
    width: 5px;
}
.crplg-filters-box ::-webkit-scrollbar-track {
    background: #fff;
}
.crplg-filters-box ::-webkit-scrollbar-thumb {
    background: var(--crplg-color);
}
.crplg-filters-box ::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.crplg-content .crplg-range-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 0 20px;
    font-size: 1.0625em;
    line-height: 1;
    font-weight: 300;
}
.crplg-content .crplg-range-inputs .crplg-col {
    width: calc(50% - 15px);
}
.crplg-content .crplg-range-inputs input {
    display: block;
    width: 100%;
	background-color: #efefef;
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-family: var(--crplg-font-family);
    color: var(--crplg-color);
    font-size: 1em;
    line-height: 1.55;
    font-weight: 300;
}
.crplg-content .crplg-range-inputs input::-webkit-input-placeholder {
    color: var(--crplg-color);
    opacity: 1;
}
.crplg-content .crplg-range-inputs input::-moz-placeholder {
    color: var(--crplg-color);
    opacity: 1;
}
.crplg-content .crplg-range-inputs input:-ms-input-placeholder {
    color: var(--crplg-color);
    opacity: 1;
}
.crplg-content .crplg-range-inputs input::-ms-input-placeholder {
    color: var(--crplg-color);
    opacity: 1;
}
.crplg-content .crplg-range-inputs input::placeholder {
    color: var(--crplg-color);
    opacity: 1;
}
.crplg-content .crplg-range-inputs input:focus {
    border-color: var(--crplg-color);
}
.crplg-content .crplg-range-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 20px;
    padding-bottom: 20px;
    font-size: 1.0625em;
    line-height: 1;
    font-weight: 300;
}
.crplg-content .ui-slider-horizontal {
    position: relative;
    width: 100%;
    height: 8px;
    margin-bottom: 25px;
}
.crplg-content .crplg-sl-range .ui-slider-handle {
    display: block;
    top: -9px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background: var(--crplg-color);
    border-radius: 50%;
    outline: 0 !important;
}
.crplg-content .crplg-sl-range .ui-slider-handle:first-of-type {
    margin-left: -3px;
}
.crplg-content .crplg-sl-range .ui-slider-handle:last-of-type {
    margin-left: -21px;
}
.crplg-content .crplg-sl-range .ui-slider-handle:hover,
.crplg-content .crplg-sl-range .ui-slider-handle:active {
    background: #000;
}
.crplg-content .crplg-sl-range .ui-widget-header {
    background: var(--crplg-color);
    border-radius: 3px;
}
.crplg-filters-box .crplg-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    padding: 50px 0;
}
.crplg-filters-box .crplg-btns .crplg-btn {
    display: block;
    min-width: 108px;
    padding: 7px 15px;
	background-color: #efefef;
    border-radius: 4px;
    border: 0;
    font-family: var(--crplg-font-family);
    color: var(--crplg-color);
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 300;
    cursor: pointer;
}
.crplg-filters-box .crplg-btn.submit,
.crplg-filters-box .crplg-btn:hover,
.crplg-filters-box .crplg-btn:focus {
	background-color: var(--crplg-color);
    color: #fff;
}
.crplg-filters-box .crplg-btn.submit:hover,
.crplg-filters-box .crplg-btn.submit:focus {
	background-color: var(--crplg-link-hover-color);
    color: #fff;
}
.crplg-single-post.crplg-content {
    --crplg-calendar-width: 538px;
    --crplg-t_item-num-width: 120px;
    --crplg-t_item-icon-width: 75px;
    padding: 140px 0;
}
.crplg-single-post .crplg-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.crplg-single-post .crplg-row.no-calendar {
    display: block;
}

.crplg-single-post .crplg-main-info {
    width: calc(100% - var(--crplg-calendar-width));
    padding-right: 8%;
}

.crplg-single-post .no-calendar .crplg-main-info {
    width: 80%;
    margin: 0 auto;
}

.crplg-single-post .crplg-calendar-col {
    width: var(--crplg-calendar-width);
}
.crplg-single-post .crplg-main-info h1.crplg-heading {
    padding-bottom: 30px;
    font-size: 2.125em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-single-post .crplg-main-info p {
    padding-bottom: 30px;
    font-size: 1.125em;
    font-weight: 300;
}
.crplg-single-post .crplg-main-info .crplg-row {
    padding-top: 35px;
}
.crplg-single-post .crplg-main-info .crplg-row .crplg-col {
    width: calc(50% - 15px);
}
.crplg-single-post .crplg-main-info .crplg-col h3.crplg-heading {
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-single-post .crplg-calendar-col h2.crplg-heading {
    padding: 10px 0 15px;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
}
.crplg-single-post .pignose-calendar {
    width: 100%;
    max-width: none;
    background-color: #f9f9f9;
    border-radius: 32px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.crplg-single-post .pignose-calendar .pignose-calendar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
    background-color: transparent;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.crplg-single-post .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month,
.crplg-single-post .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
    display: inline;
    margin-bottom: 0;
    font-size: 1.3125em;
    line-height: 1em;
    font-weight: 300;
    color: var(--crplg-color);
    text-transform: none;
}
.crplg-single-post .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    position: static;
    padding: 0;
}
.crplg-single-post .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev,
.crplg-single-post .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
    display: block;
    width: 92px;
    height: 48px;
    margin: 0;
    padding: 0;
    float: none;
    background-position: center center;
    background-size: 9px auto;
    background-repeat: no-repeat;
    text-indent: -9999em;
}
.crplg-single-post .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
    background-image: url(../images/icon-prev.svg);
}
.crplg-single-post .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
    background-image: url(../images/icon-next.svg);
}
.crplg-single-post .pignose-calendar .pignose-calendar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 36px;
    margin-top: 0;
    font-weight: 500;
}
.crplg-single-post .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
.crplg-single-post .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
    color: var(--crplg-color);
}
.crplg-single-post .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    width: 14.28%;
    height: auto;
    line-height: 1;
    float: none;
}
.crplg-single-post .pignose-calendar .pignose-calendar-body {
    padding: 15px 30px;
}
.crplg-single-post .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.crplg-single-post .pignose-calendar .pignose-calendar-unit {
    float: none;
    height: auto;
    padding: 7px 4px;
    line-height: 42px;
}
.crplg-single-post .pignose-calendar .pignose-calendar-unit a {
    width: 42px;
    height: 42px;
    color: var(--crplg-link-hover-color);
    font-size: 1.125em;
    font-weight: 300;
    line-height: 42px;
    text-align: center;
    -webkit-transition: background-color .1s ease,color .1s ease;
    transition: background-color .1s ease,color .1s ease;
}

.crplg-single-post .pignose-calendar .pignose-calendar-unit.disableDate {
    pointer-events: none;
}

.crplg-single-post .pignose-calendar .pignose-calendar-unit.disableDate a {
    color: #ccc;
    pointer-events: none;
}

.crplg-single-post .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    background-color: #424242;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.crplg-single-post .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a,
.crplg-single-post .pignose-calendar .pignose-calendar-unit a:hover,
.crplg-single-post .pignose-calendar .pignose-calendar-unit a:active {
    background-color: #424242;
    color: #fff;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.crplg-single-post .crplg-sub_info {
    padding-top: 55px;
}
.crplg-single-post .crplg-sub_info h2.crplg-heading {
    padding-bottom: 55px;
    font-size: 1.5625em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-single-post .crplg-sub_info-item {
    --crplg-sub_info-num-width: 65px;
    padding-top: 50px;
    margin-top: 55px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.crplg-single-post .crplg-sub_info-item:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.crplg-single-post .crplg-sub_info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 25px;
}
.crplg-single-post .crplg-sub_info-num {
    width: var(--crplg-sub_info-num-width);
}
.crplg-single-post .crplg-sub_info-heading {
    width: calc(100% - var(--crplg-sub_info-num-width));
}
.crplg-single-post .crplg-sub_info-num div {
    width: 35px;
    height: 35px;
    border: 1px solid #424242;
    font-size: 1.25em;
    line-height: 35px;
    text-align: center;
    color: var(--crplg-color);
    border-radius: 50%;
}
.crplg-single-post .crplg-sub_info-heading h3 {
    font-size: 1.1875em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-single-post .crplg-sub_info-content {
    padding-left: var(--crplg-sub_info-num-width);
}
.crplg-single-post .crplg-toggle-item {
    position: relative;
    padding-right: 60px;
    padding-bottom: 35px;
}
.crplg-single-post .crplg-t_item-remove {
    position: absolute;
    right: 0;
    top: 22px;
}
.crplg-single-post .opened .crplg-t_item-remove {
    top: 31px;
}
.crplg-single-post .crplg-t_item-remove button {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #424242;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-single-post .crplg-t_item-remove button:hover {
    border-color: var(--crplg-link-hover-color);
}
.crplg-single-post .crplg-t_item-remove button img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.crplg-single-post .crplg-t_item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    background-color: #f4f4f4;
    border-radius: 15px;
}
.crplg-single-post .opened .crplg-t_item-wrapper {
    padding-top: 35px;
}
.crplg-single-post .crplg-t_item-num {
    width: var(--crplg-t_item-num-width);
    padding-right: 18px;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 500;
}
.crplg-single-post .crplg-t_item-content {
    width: calc(100% - var(--crplg-t_item-num-width) - var(--crplg-t_item-icon-width));
}
.crplg-single-post .crplg-t_item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 25px;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.6;
    font-weight: 300;
}
.crplg-single-post .crplg-t_item-icon {
    width: var(--crplg-t_item-icon-width);
    display: block;
}
.crplg-single-post .crplg-t_item-icon button {
    display: block;
    width: 45px;
    height: 28px;
    background: transparent url(../images/icon-arrow-bottom.svg) no-repeat center center / 20px auto;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-single-post .crplg-t_item-icon button:hover {
    opacity: 0.8;
}
.crplg-single-post .crplg-toggle-item form {
    display: none;
}
.crplg-single-post .crplg-toggle-item.opened form {
    display: block;
}
.crplg-single-post .crplg-toggle-item.opened .crplg-t_item-name {
    display: none;
}
.crplg-single-post .opened .crplg-t_item-icon button {
    background-image: url(../images/icon-arrow-top.svg);
}
.crplg-single-post .crplg-toggle-item .crplg-t_item-inputname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 40px;
}
.crplg-single-post .crplg-toggle-item .crplg-t_item-inputname .crplg-col {
    width: 100%;
    max-width: 262px;
}
.crplg-single-post .crplg-toggle-item form label {
    display: inline-block;
    padding: 0.15em 0 15px;
    font-size: 1.125em;
    line-height: 1.25;
    color: #606060;
    font-weight: 300;
}
.crplg-single-post .crplg-toggle-item form input[type="text"] {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 16px 18px;
    font-size: 1.125em;
    line-height: 1.25;
    color: var(--crplg-color);
    font-weight: 300;
    border: 1px solid #fff;;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-single-post .crplg-toggle-item form input[type="text"]:focus {
    border-color: var(--crplg-color);
}
.crplg-single-post .crplg-t_item-equipment legend {
    display: block;
    padding-bottom: 25px;
    font-size: 1.1875em;
    line-height: 1.25;
    color: var(--crplg-color);
    font-weight: 300;
}
.crplg-single-post .crplg-t_item-equipment .crplg-cols-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 75px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.crplg-single-post .crplg-t_item-equipment .crplg-cols-3:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.crplg-single-post .crplg-t_item-equipment .crplg-col {
    width: calc(33.333% - 50px);
}
.crplg-content .crplg-form-checkbox label {
    position: relative;
    padding: 0 0 0 50px !important;
    margin-bottom: 15px;
	background-color: transparent !important;
    border-radius: 0;
    border: 0 !important;
    font-family: var(--crplg-font-family);
    color: var(--crplg-color);
    font-size: 1.0625em;
    line-height: 1.41;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
    outline: 0 !important;
}
.crplg-content .crplg-form-checkbox label.crplg-with_tooltip {
    padding: 0 40px 0 50px !important;
}
.crplg-content .crplg-form-checkbox label:hover,
.crplg-content .crplg-form-checkbox label:focus {
    color: var(--crplg-link-hover-color);
    border: 0;
    font-weight: 300;
}
.crplg-content .crplg-form-checkbox .ui-checkboxradio-label .ui-checkboxradio-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    box-shadow: none;
    border-radius: 50%;
    border: 1px solid var(--crplg-color);
}
.crplg-content .crplg-form-checkbox .ui-button.ui-state-active:after {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
	background: var(--crplg-color);
    content: '';
}
.crplg-content .crplg-chk-p_methods .crplg-form-checkbox .ui-button.ui-state-active:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.crplg-content .crplg-tooltip {
    position: absolute;
    top: 0;
    right: 0;
}
.crplg-content .crplg-tooltip .crplg-info {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid var(--crplg-color);
    border-radius: 50%;
}
.crplg-content .crplg-tooltip .crplg-info img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.crplg-ui-tooltip {
    padding: 10px 20px;
    border-radius: 10px;
    border: none !important;
    color: var(--crplg-color);
    font-size: 13px;
    line-height: var(--crplg-line-height);
    font-family: var(--crplg-font-family);
    color: var(--crplg-color);
    font-weight: 300;
    box-shadow: none;
}
.crplg-single-post .crplg-select {
    padding-left: 50px;
}
.crplg-select .ui-selectmenu-button.ui-button {
    position: relative;
    width: 128px;
    padding: 9px 40px 9px 15px;
    background: #fff;
    border-radius: 9px;
    border: 0;
    font-size: 1em;
    line-height: 1.25;
    color: var(--crplg-color);
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-select .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.crplg-select .ui-selectmenu-icon.ui-icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 40px;
    height: 30px;
    background: url(../images/icon-arrow-bottom.svg) no-repeat center center / 14px auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.crplg-select .ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
    background-image: url(../images/icon-arrow-top.svg);
}
.ui-selectmenu-menu {
    z-index: 1111111111111;
}
.crplg-selectmenu-menu .ui-widget.ui-widget-content {
    border: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: var(--crplg-color);
}
.crplg-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
    border-top: 1px solid #ededed;
    padding: 7px 15px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25em;
    font-family: var(--crplg-font-family);
}
.crplg-selectmenu-menu .ui-state-active {
    margin: 0;
    border: 0;
    border-top: 1px solid #ededed;
    background: #ededed;
    font-weight: 300;
    color: inherit;
}
.crplg-add-member {
    width: 100%;
    text-align: right;
}
.crplg-add-member button {
    display: inline-block;
    background: transparent;
    font-size: 1.25em;
    font-weight: 300;
    color: var(--crplg-color);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-add-member button:hover {
    color: var(--crplg-link-hover-color);
}
.crplg-add-member button span {
    display: inline-block;
    vertical-align: middle;
}
.crplg-add-member button .icon {
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 25px;
    border: 1px solid #424242;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-add-member button:hover .icon {
    border-color: var(--crplg-link-hover-color);
}
.crplg-add-member button .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.crplg-content .crplg-select-2 {
    padding-right: 60px;
}
.crplg-selectmenu-menu,
.crplg-selectmenu-menu *,
.crplg-selectmenu-menu-2,
.crplg-selectmenu-menu-2 * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.crplg-select-2 .ui-selectmenu-button.ui-button {
    position: relative;
    width: 100%;
    padding: 25px 58px 25px calc(var(--crplg-t_item-num-width) - 30px);
    background: #f4f4f4;
    border-radius: 15px;
    border: 0;
    font-size: 1.1875em;
    line-height: 1.25;
    font-weight: 500;
    color: var(--crplg-color);
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-select-2 .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.crplg-select-2 .ui-selectmenu-icon.ui-icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 58px;
    height: 35px;
    background: url(../images/icon-arrow-bottom.svg) no-repeat center center / 18px auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.crplg-select-2 .ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
    background-image: url(../images/icon-arrow-top.svg);
}
.crplg-selectmenu-menu-2 .ui-widget.ui-widget-content {
    max-height: 360px;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 58px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #f4f4f4;
    color: var(--crplg-color);
    white-space: pre
}
.crplg-selectmenu-menu-2 .ui-menu .ui-menu-item-wrapper {
    border-top: 0;
    padding: 18px 75px;
    font-family: var(--crplg-font-family);
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.25em;
    border-radius: 6px;
    white-space: pre-wrap;
}
.crplg-selectmenu-menu-2 .ui-state-active {
    margin: 0;
    border: 0;
    background: #fff;
    font-weight: 300;
    color: inherit;
}
.crplg-selectmenu-menu-2 .ui-state-disabled .ui-state-active {
    background: transparent;
}
.crplg-selectmenu-menu-2 ::-webkit-scrollbar {
    width: 9px;
}
.crplg-selectmenu-menu-2 ::-webkit-scrollbar-track {
    background: #ededed;
    border-radius: 4px;
}
.crplg-selectmenu-menu-2 ::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 4px;
}
.crplg-selectmenu-menu-2 ::-webkit-scrollbar-thumb:hover {
    background: var(--crplg-color)
}
.crplg-single-post .crplg-checkout_btn {
    padding-top: 50px;
    padding-right: 60px;
    text-align: right;
}
.crplg-single-post .crplg-checkout_btn .crplg-btn {
    display: inline-block;
    width: 100%;
    max-width: 266px;
    padding: 17px 24px;
	background-color: var(--crplg-color);
    border-radius: 9px;
    border: 0;
    font-family: var(--crplg-font-family);
    color: #fff;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
	    -ms-appearance: none;
            appearance: none;
	outline: 0;
}
.crplg-single-post .crplg-checkout_btn .crplg-btn:hover,
.crplg-single-post .crplg-checkout_btn .crplg-btn:focus {
	background-color: var(--crplg-link-hover-color);
}
/* Checkout page */
.crplg-checkout_pg-hdr {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.crplg-checkout_pg-hdr .crplg-logo {
    max-width: 588px;
    padding: 140px 30px;
    margin: auto;
}
.crplg-checkout_pg-hdr .crplg-logo img {
    display: block;
    max-width: 100%;
}
.crplg-checkout_pg-hdr .crplg-prev_pg {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.crplg-checkout_pg-hdr .crplg-prev_pg a {
    display: block;
    -webkit-transition: opacity 0.1s ease; -o-transition: opacity 0.1s ease; transition: opacity 0.1s ease;
}
.crplg-checkout_pg-hdr .crplg-prev_pg a:hover,
.crplg-checkout_pg-hdr .crplg-prev_pg a:active {
    opacity: 0.8;
}
.crplg-checkout_pg-hdr .crplg-prev_pg a img {
    display: block;
    width: 25px;
}
.crplg-checkout-main {
    padding-bottom: 140px;
}
.crplg-checkout-main .crplg-m_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.crplg-checkout-main .crplg-m_row .crplg-m_col:first-child {
    width: calc(100% - 530px);
    padding-right: 84px;
}
.crplg-checkout-main .crplg-m_row .crplg-m_col:last-child {
    width: 530px;
}
.crplg-content .crplg-chk-p_methods {
    padding-top: 152px;
}
.crplg-checkout-main .crplg-title {
    --crplg-checkout-ttl-num-width: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
    line-height: 1.25;
    font-size: 1.4375em;
}
.crplg-checkout-main .crplg-title .crplg-ttl-num {
    width: var(--crplg-checkout-ttl-num-width);
}
.crplg-checkout-main .crplg-title .crplg-ttl-heading {
    width: calc(100% - var(--crplg-checkout-ttl-num-width));
}
.crplg-checkout-main .crplg-title .crplg-ttl-num div {
    width: 40px;
    height: 40px;
    border: 1px solid #424242;
    font-size: 1em;
    line-height: 40px;
    text-align: center;
    color: var(--crplg-color);
    border-radius: 50%;
}
.crplg-checkout-main .crplg-title .crplg-ttl-heading h2 {
    font-size: 1em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-checkout-main .crplg-outer-wrapper {
    position: relative;
}
.crplg-checkout-main label {
    display: block;
    padding: 5px 0 12px;
    font-size: 1.25em;
    line-height: 1.2;
    color: #606060;
}
.crplg-checkout-main .crplg-chk-cust_info input,
.crplg-checkout-main .crplg-chk-cust_info textarea {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    background-color: #f4f4f4 !important;
    border-radius: 8px !important;
    padding: 16px 18px !important;
    font-size: 1.25em !important;
    line-height: 1.2 !important;
    color: var(--crplg-color) !important;
    border: 1px solid #f4f4f4 !important;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.crplg-checkout-main .crplg-chk-cust_info input.required,
.crplg-checkout-main .crplg-chk-cust_info textarea.required {
    border: 1px solid red !important;
}
.crplg-checkout-main textarea {
    resize: none;
}
.crplg-checkout-main input:focus,
.crplg-checkout-main textarea:focus {
    border-color: var(--crplg-color);
}
.crplg-checkout-main .crplg-cols-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 27px;
}
.crplg-checkout-main .crplg-cols-2 .crplg-col {
    flex: 0 1 50%;
}
.crplg-checkout-main .crplg-chk-summary .crplg-outer-wrapper {
    padding: 52px 31px;
    background-color: #f4f4f4;
    border-radius: 20px;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item {
    --crplg-chk-avatar: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.crplg-checkout-main .crplg-chk-summary .crplg-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item .crplg-col:first-child {
    width: var(--crplg-chk-avatar);
    height: var(--crplg-chk-avatar);
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item .crplg-col:last-child {
    width: calc(100% - var(--crplg-chk-avatar));
    padding-left: 22px;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item .crplg-col.mbl {
    display: none;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item h3 {
    padding-bottom: 20px;
    font-size: 1.75em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item ul {
    list-style-type: none;
    padding-bottom: 10px;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item ul .crplg-label {
    padding-right: 6px;
    color: #999;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item ul .crplg-more {
    padding-right: 6px;
    color: #999;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item a.crplg-more {
    display: inline-block;
    padding: 3px 12px;
	background-color: #fff;
    border-radius: 4px;
    color: var(--crplg-color);
    font-size: 1em;
    line-height: 1.25;
}
.crplg-checkout-main .crplg-chk-summary .crplg-item a.crplg-more:hover,
.crplg-checkout-main .crplg-chk-summary .crplg-item a.crplg-more:active {
	background-color: var(--crplg-color);
    color: #fff;
}
.crplg-checkout-main .crplg-chk-summary .crplg-price,
.crplg-checkout-main .crplg-chk-summary .crplg-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    font-weight: 500;
    padding-top: 15px;
}
.crplg-checkout-main .crplg-chk-summary .crplg-price {
    max-width: 255px;
}
.crplg-checkout-main .crplg-chk-summary .crplg-price .crplg-value {
    font-size: 1.125em;
}
.crplg-checkout-main .crplg-chk-summary .crplg-total-price {
    max-width: 423px;
    padding-top: 5px;
    font-size: 1.375em;
    line-height: 24px;
    font-weight: 300;
}
.crplg-checkout-main .crplg-chk-summary .crplg-total-price .crplg-value {
    font-size: 1.36em;
}
.crplg-checkout-main .crplg-chk-p_methods .crplg-form-checkbox {
    padding: 0 0 15px 50px;
}
.crplg-checkout-main .crplg-form-checkbox label {
    display: inline-block;
    padding-left: 40px !important;
}
.crplg-checkout-main .crplg-chk-p_methods .crplg-form-checkbox label {
    font-size: 1.25em;
    line-height: 1.125;
}
.crplg-checkout-main .crplg-chk-p_methods .crplg-form-checkbox label span.crplg-text,
.crplg-checkout-main .crplg-chk-p_methods .crplg-form-checkbox label span.crplg-icon {
    display: inline-block;
    vertical-align: middle;
}
.crplg-checkout-main .crplg-chk-p_methods .crplg-form-checkbox label span.crplg-text {
    padding-right: 10px;
}
.crplg-checkout-main .crplg-chk-p_methods .crplg-form-checkbox label span.crplg-icon img {
    max-width: 100%;
}
.crplg-checkout-main .crplg-chk-p_methods .crplg-form-checkbox .ui-checkboxradio-label .ui-checkboxradio-icon,
.crplg-checkout-main .crplg-form-checkbox .ui-checkboxradio-label .ui-checkboxradio-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.crplg-chk-p_methods .crplg-form-checkbox .ui-button.ui-state-active:after,
.crplg-checkout-main .crplg-form-checkbox .ui-button.ui-state-active:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.crplg-checkout-main .crplg-chk-btn {
    position: relative;
    padding: 45px 0 0 50px;
}
.crplg-checkout-main .crplg-chk-btn .crplg-form-checkbox label {
    font-size: 0.9375em;
}
.crplg-checkout-main .crplg-chk-btn .crplg-btn {
    display: block;
    width: 100%;
    max-width: 205px;
    margin: 15px auto;
    padding: 15px 24px;
	background-color: var(--crplg-color);
    border-radius: 8px;
    border: 0;
    font-family: var(--crplg-font-family);
    color: #fff;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
	    -ms-appearance: none;
            appearance: none;
	outline: 0;
}
.crplg-checkout-main .crplg-chk-btn .crplg-btn:hover,
.crplg-checkout-main .crplg-chk-btn .crplg-btn:focus {
	background-color: var(--crplg-link-hover-color);
}
.crplg-member_eq-pp {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.crplg-member_eq-pp .crplg-box {
    --crplg-mbr_lnum-width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 95vh;
    max-height: 765px;
    width: 95vw;
    max-width: 765px;
    padding: 0 35px 0 52px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 32px;
}
.crplg-member_eq-pp .crplg-header {
    position: relative;
    padding: 35px 0;
}
.crplg-member_eq-pp .content {
    overflow-y: auto;
}
.crplg-member_eq-pp .crplg-heading {
    width: calc(100% - 32px);
    padding-right: 48px;
}
.crplg-member_eq-pp .crplg-close_btn {
    position: absolute;
    top: 32px;
    right: -10px;
    width: 32px;
}
.crplg-member_eq-pp .crplg-close_btn button {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #424242;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;
}
.crplg-member_eq-pp .crplg-close_btn button:hover {
    border-color: #000;
}
.crplg-member_eq-pp .crplg-close_btn button img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.crplg-member_eq-pp .crplg-toggle-item {
    padding-right: 35px;
    padding-bottom: 45px;
}
.crplg-member_eq-pp .crplg-toggle-item:last-child {
    padding-bottom: 15px;
}
.crplg-member_eq-pp .crplg-heading h1 {
    padding-left: var(--crplg-mbr_lnum-width);
    font-size: 1.375em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-member_eq-pp .crplg-b_content .crplg-outer-wrapper {
    overflow: auto;
}
.crplg-member_eq-pp .crplg-t_item-heading {
    position: relative;
    padding-left: var(--crplg-mbr_lnum-width);
    padding-right: 48px;
    padding-top: 3px;
    color: #606060;
    cursor: pointer;
    -webkit-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;
}
.crplg-member_eq-pp .crplg-t_item-heading:hover {
    color: #000;
}
.crplg-member_eq-pp .crplg-t_item-heading .crplg-t_item-num {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--crplg-mbr_lnum-width);
}
.crplg-member_eq-pp .crplg-t_item-heading .crplg-t_item-num div {
    width: 28px;
    height: 28px;
    border: 1px solid #424242;
    border-radius: 50%;
    text-align: center;
    font-size: 1.25em;
    line-height: 28px;
    font-weight: 500;
    color: #606060;
}
.crplg-member_eq-pp .crplg-t_item-heading .crplg-t_item-name {
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-member_eq-pp .crplg-t_item-heading .crplg-t_item-arrow {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 18px;
    height: 18px;
    background: url(../images/icon-arrow-bottom-2.svg) no-repeat center center / contain;
}
.crplg-member_eq-pp .opened .crplg-t_item-heading .crplg-t_item-arrow {
    background-image: url(../images/icon-arrow-top-2.svg);
}
.crplg-member_eq-pp .crplg-t_item-content {
    display: none;
    padding: 16px 11px 0 var(--crplg-mbr_lnum-width);
}
.crplg-member_eq-pp .opened .crplg-t_item-content {
    display: block;
}
.crplg-member_eq-pp .crplg-t_item-content table {
    width: 100%;
    border-collapse: collapse;
}
.crplg-member_eq-pp .crplg-t_item-content table th,
.crplg-member_eq-pp .crplg-t_item-content table td {
    padding: 9px 0;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 300;
    color: #606060;
}
.crplg-member_eq-pp .crplg-t_item-content table th {
    text-align: left;
}
.crplg-member_eq-pp .crplg-t_item-content table td {
    padding-left: 24px;
    text-align: right;
}
.crplg-member_eq-pp ::-webkit-scrollbar {
    width: 11px;
}
.crplg-member_eq-pp ::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 5px;
}
.crplg-member_eq-pp ::-webkit-scrollbar-thumb {
    background: #A8A8A8;
    border-radius: 5px;
}
.crplg-member_eq-pp ::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.crplg-member_eq-pp .crplg-btn {
    padding: 20px 55px 35px 0;
    text-align: right;
}
.crplg-member_eq-pp .crplg-btn button {
    display: inline-block;
    padding: 3px 16px;
	background-color: var(--crplg-color);
    border-radius: 5px;
    border: 0;
    font-family: var(--crplg-font-family);
    color: #fff;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
	    -ms-appearance: none;
            appearance: none;
	outline: 0;
}
.crplg-member_eq-pp .crplg-btn button:hover,
.crplg-member_eq-pp .crplg-btn button:focus {
	background-color: var(--crplg-link-hover-color);
}
.crplg-receipt .crplg-intro {
    padding-bottom: 30px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.crplg-receipt .crplg-intro h2 {
    padding-bottom: 6px;
    font-size: 2.1875em;
    font-weight: 500;
}
.crplg-receipt .crplg-intro p {
    padding-bottom: 12px;
    font-size: 1.625em;
}
.crplg-receipt .crplg-order-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 15%;
    padding-bottom: 60px;
}
.crplg-receipt .crplg-order-info h4 {
    padding-bottom: 20px;
    font-size: 1.625em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-receipt .crplg-order-info strong {
    font-weight: 500;
}
.crplg-receipt .crplg-order-info .crplg-order-num h4 {
    padding-bottom: 12px;
}
.crplg-receipt .crplg-order-info .crplg-order-num p {
    font-size: 1.5625em;
}
.crplg-receipt .crplg-order-info h5 {
    padding-bottom: 3px;
    font-size: 1em;
    font-weight: 500;
}
.crplg-receipt .crplg-order-info ul {
    list-style-type: none;
}
.crplg-receipt .crplg-order-info li {
    padding-bottom: 3px;
}
.crplg-receipt .crplg-order-summary {
    --crplg-order-summary-bg: #F4F4F4;
    padding: 30px 48px 36px;
    background-color: var(--crplg-order-summary-bg);
    border-radius: 25px;
}
.crplg-receipt .crplg-order-summary h2 {
    padding-bottom: 40px;
    font-size: 1.625em;
    font-weight: 500;
}
.crplg-order-summary .crplg-item {
    --crplg-chk-avatar: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1008px;
    padding-bottom: 35px;
}
.crplg-order-summary .crplg-item .crplg-col:first-child {
    width: var(--crplg-chk-avatar);
    height: var(--crplg-chk-avatar);
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}
.crplg-order-summary .crplg-item .crplg-col:last-child {
    width: calc(100% - var(--crplg-chk-avatar));
    padding-left: 35px;
}
.crplg-order-summary .crplg-item h3 {
    padding: 5px 0 20px;
    font-size: 1.75em;
    line-height: 1.25;
    font-weight: 500;
}
.crplg-order-summary .crplg-item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 2%;
    list-style-type: none;
    padding-bottom: 10px;
}
.crplg-order-summary .crplg-item ul li {
    flex: 0 0 19%;
}
.crplg-order-summary .crplg-item ul li.crplg-order-summary-num {
    flex: 1 0 23%;
}
.crplg-order-summary .crplg-item ul li.crplg-order-summary-pickup {
    flex: 1 0 30%;
}
.crplg-order-summary .crplg-item ul .crplg-label {
    padding-right: 6px;
    color: #999;
}
.crplg-order-summary .crplg-item .crplg-price:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 95%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}
.crplg-order-summary .crplg-item .crplg-price {
    position: relative;
    text-align: right;
}
.crplg-order-summary .crplg-item .crplg-price .crplg-wrapper {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    background-color: var(--crplg-order-summary-bg);
}
.crplg-order-summary .crplg-item .crplg-price .crplg-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    padding: 5px 0;
}
.crplg-order-summary .crplg-item .crplg-price .crplg-value {
    padding-left: 48px;
}
.crplg-order-summary .crplg-total-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    max-width: 1008px;
    font-weight: 500;
    padding-top: 15px;
}
.crplg-order-summary .crplg-total-price .crplg-value {
    font-size: 1.125em;
    font-weight: 600;
}
.crplg-receipt .crplg-btn {
    padding: 35px 0;
    text-align: right;
}
.crplg-receipt .crplg-btn a {
    display: inline-block;
    padding: 15px 30px;
	background-color: var(--crplg-color);
    border-radius: 12px;
    border: 0;
    font-family: var(--crplg-font-family);
    color: #fff;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
	    -ms-appearance: none;
            appearance: none;
	outline: 0;
}
.crplg-receipt .crplg-btn a:hover,
.crplg-receipt .crplg-btn a:focus {
	background-color: var(--crplg-link-hover-color);
}