

/* Start:/local/components/2quick/tqOrder_basket/templates/.default/style.css?175498715482969*/
input[type="SUBMIT"] {
    color: #fff;
    height: 54px;
    background: #FFCD00;
    border-radius: 32px;
    font-weight: 500;
    display: inline-flex;
    padding: 0 40px;
    justify-content: center;
    border: 0;
} 
.hide-nice-selector > .nice-select {
    display: none!important;
}
.modern.delivery-block{
    border: 2px solid #FFCC00;
}
.modern.delivery-block .delivery-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    padding: 0 20px 0 20px;
    min-height: 77px;
}
.modern.delivery-block .delivery-item.selected{
    background-color: #FFCC00;
}
.modern.delivery-block .delivery-item:hover:not(.selected){
    background-color: #F6F6F6;
    cursor: pointer;
}
.modern.delivery-block .delivery-item .delivery-img{
    width: 100px;
}
.modern.delivery-block .delivery-item .delivery-img img{
    width: 67px;
}
.modern.delivery-block .delivery-item .delivery-name-date{
    width: 260px;
    line-height: 17px;
}
.modern.delivery-block .delivery-item .delivery-name-date .delivery-name{
    width: 260px;
}
.modern.delivery-block .delivery-item .delivery-price{
    width: 45px;
    text-align: right;
}

#pickup-address {
    padding: 30px 50px;
    border: 2px solid #FFCC00;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 28px;
    white-space: normal;
    text-align: left;
    -moz-text-align-last: left; /* Firefox 12+ */
    text-align-last: left;
    height: auto;
    min-height: auto;
    max-height: auto;
    background: #FFF;
    color: #000;
}

.sdek_pvzLair a.select-point {
    background: #FFF!important;
    padding-top: 23px!important;
    color: #FFCC00!important;
    margin-top: 0!important;
}

.bx-soa-section#bx-soa-custom-auth .bx-soa-section-title-container h2:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+ICA8cGF0aCBkPSJNMTUsMEExNSwxNSwwLDEsMCwzMCwxNSwxNSwxNSwwLDAsMCwxNSwwWk05LDI2LjUzYzEuODctLjgxLDQuNDEtMi4zMSw1LjExLTQuNkE2LjM4LDYuMzgsMCwwLDAsMTUsMjJhNS44Niw1Ljg2LDAsMCwwLC45NC0uMDhjLjY5LDIuMjgsMy4yLDMuNzgsNS4wNyw0LjZhMTIuOTIsMTIuOTIsMCwwLDEtMTIsMFpNMTUsMjBhNCw0LDAsMCwxLTQtNFYxM2E0LDQsMCwwLDEsOCwwdjNBNCw0LDAsMCwxLDE1LDIwWm04LjA3LDUuMTdjLTEuNjQtLjU3LTQuNjktMi01LjI0LTMuODhBNiw2LDAsMCwwLDIxLDE2VjEzQTYsNiwwLDAsMCw5LDEzdjNhNiw2LDAsMCwwLDMuMjMsNS4zMmMtLjU2LDEuOS0zLjYsMy4zLTUuMjgsMy44N2ExMywxMywwLDEsMSwxNi4xMiwwWiIgZmlsbD0iI0YzQzAwNCIvPjwvc3ZnPg==);
}

[data-property-id-col="27"] {
    display: none;
}

.has-error .bx-soa-tooltip {
    display: none !important;
}

.itc-input-w100 {
    width: 100%;
}

.bx-price-old {
    text-decoration: line-through;
}

.width-100 {
    width: 100%;
}

/** CUSTOM SELECT **/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    height: auto;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px!important;
    line-height: 145%;
    color: #000000;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select.open .list li:before {
    content: ' ';
    display: none;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: auto!important;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/** END CUSTOM SELECT **//**/
.special-select select {
    background: transparent;
    border: 0;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
}

.special-select .nice-select .list {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.special-select .nice-select span.current {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
}

.special-select .nice-select .option {
    min-height: 30px;
    background: #C4C4C4;
    line-height: 30px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.special-select .nice-select .list:hover .option:not(:hover) {
    background-color: #C4C4C4 !important;
}

.special-select .nice-select .option:hover, .special-select .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #FFCC00;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.special-select .nice-select .option.selected {
    font-weight: normal;
}

.special-select .nice-select.open:after {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}

/**//** START DELIVERY SELECT **/
.select-with-icon {
    background: #FFF;
}

.select-with-icon .nice-select {
    min-height: 94px;
    width: 100%;
    float: none;
    padding: 13px 0 0 0;
    border: 2px solid #FFCC00;
    box-sizing: border-box;
    border-radius: 0;
}

.select-with-icon .nice-select.open .list {
    width: 100%;
}

.select-with-icon .nice-select.open .list li:before {
    content: ' ';
}

.select-with-icon .nice-select:after {
    width: 44px;
    height: 44px;
    background: url("/local/components/2quick/tqOrder_basket/templates/.default/./images/select-arrow-icon.svg") no-repeat;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -webkit-transform-origin: unset;
    -ms-transform-origin: unset;
    transform-origin: unset;
    border: 0;
    top: 50%;
    margin-top: -22px;
}

.select-with-icon .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select-with-icon .select-html {
    display: flex;
    align-items: center;
    /*height: 100%;*/
}

.select-with-icon .select-html .select-icon {
    height: 67px;
    width: 67px;
    display: block;

}

.select-with-icon .select-html .select-date {
    text-align: left;
    margin-left: 48px;
    width: 147px;
}

.select-with-icon .select-html .select-price {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
    align-self: center;
    padding-left: 10px;
}

.select-with-icon .select-html .select-date .select-date-item {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
    padding-bottom: 6px;
    word-wrap: break-word;
    width: 100%;
    word-break: break-all;
    display: inline-block;
    white-space: break-spaces;
}

.select-with-icon .select-html .select-date .select-date-subtext {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 143%;
    color: #919191;
    white-space: break-spaces;
}

/** END DELIVERY SELECT **//** START CUSTOM TABS **/
.custom-tabs {
    display: flex;
    flex-wrap: wrap;
}

.custom-tabs .module-tab {
    cursor: pointer;
    margin-right: 38px;
    display: inline-block;
    color: #898989;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 143%;
}

.custom-tabs .module-tabs {
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
    padding-top: 45px;
}

.steps.step-three .custom-tabs .module-tabs:before {
    content: ' ';
    border-left: 2px solid #FFCC00;
    position: absolute;
    height: 45px;
    width: 2px;
    left: 45px;
    top: 0px;
}
/*
section.in-bucket .step-three .step-body .bx-sls:after {
    content: ' ';
    border-left: 2px solid #FFCC00;
    position: absolute;
    height: 45px;
    width: 2px;
    left: 83px;
}
*/

.custom-tabs .panels {
}

.custom-tabs .panel {
    display: none; /*animation: fadein .8s;*/
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.custom-tabs .radio {
    display: none;
    position: fixed !important;
}

.custom-tabs #auth-one:checked ~ .panels #auth-one-panel, .custom-tabs #auth-two:checked ~ .panels #auth-two-panel, .custom-tabs #delivery-one:checked ~ .panels #delivery-one-panel, .custom-tabs #delivery-two:checked ~ .panels #delivery-two-panel, .custom-tabs #delivery-three:checked ~ .panels #delivery-three-panel {
    display: block;
    padding: 28px;
}

.custom-tabs #auth-one:checked ~ .module-tabs #auth-one-tab, .custom-tabs #auth-two:checked ~ .module-tabs #auth-two-tab {
    color: #fff;
    border-bottom: 2px solid #ffcc00;
}

.form-delivery .custom-tabs .module-tab {
    text-align: center;
    width: 168px;
    height: 67px;
    cursor: pointer;
    display: inline-block;
    background: #FFF;
    border: 1px solid #ffcc00;
    box-sizing: border-box;
    margin-right: 0;
    padding: 10px 20px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 143%;
    color: #949494;
}

.form-delivery .dropdown-block .dropdown-icon {
    background: url('/bitrix/templates/catherine/assets/img/dropdown/dropdown-search.svg') no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.form-delivery .dropdown-block .bx-ui-sls-clear {
    background: url('/bitrix/templates/catherine/assets/img/dropdown/dropdown-close.svg') no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    right: 10px;
}

.form-delivery .bx-sls .dropdown-block{
    padding: 0 39px 0 43px;
}

.form-delivery .bx-sls .dropdown-icon {
    top: 50%;
    transform: translateY(-50%);
}

.custom-tabs .delivery-small {
    width: 100%;
    text-align: center;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 143%;
    color: #AEAEAE;
}

.custom-tabs #delivery-one:checked ~ .module-tabs #delivery-one-tab, .custom-tabs #delivery-two:checked ~ .module-tabs #delivery-two-tab, .custom-tabs #delivery-three:checked ~ .module-tabs #delivery-three-tab {
    color: #000000;
    background: #FFCC00;
    border: 2px solid #FFCC00;
    box-sizing: border-box;
    text-align: center;
}

.custom-tabs #delivery-one:checked ~ .module-tabs #delivery-one-tab .delivery-small,
.custom-tabs #delivery-two:checked ~ .module-tabs #delivery-two-tab .delivery-small,
.custom-tabs #delivery-three:checked ~ .module-tabs #delivery-three-tab .delivery-small {
    color: #FFF;
}

.custom-tabs #delivery-two:checked ~ .module-tabs #delivery-one-tab {
    border-right: 0;
}

.custom-tabs #delivery-two:checked ~ .module-tabs #delivery-three-tab {
    border-left: 0;
}

.custom-tabs #delivery-one:checked ~ .module-tabs #delivery-two-tab {
    border-left: 0;
    border-right: 0;
}

.custom-tabs #delivery-three:checked ~ .module-tabs #delivery-two-tab {
    border-left: 0;
    border-right: 0;
}

/** END CUSTOM TABS **//* BUCKET */
.black-line {
    display: block;
    background: #000000;
    height: 3px;
    width: 100%;
    border: 2px solid #000000;
    box-sizing: border-box;
}

.padding-left-98 {
    padding-left: 98px;
}

.wrap-break {
    flex-basis: 100%;
    height: 0;
}

.ellepse {
    text-align: center;
    position: absolute;
    left: -80px;
    top: 37px;
    width: 50px;
    height: 50px;
    border: 2px solid #FFCC00;
    color: #000000;
    border-radius: 50%;
    line-height: 45px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    background: #FFFFFF;
}

.ellepse.active {
    border: 2px solid #FFCC00;
    background: #FFCC00;
    color: #000000;
}

.line-left {
    position: absolute;
    width: 2px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAA4CAYAAAA4lULRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVCiRY/x/huE/AxQwMSCBQcZhYWBgeMAw1ADj/+MMCjAOCwMrw30YZ+BDdFiHNQADqAl6Gg2buQAAAABJRU5ErkJggg==');
}

section.in-bucket {
    padding-top: 140px;
}

section.in-bucket h1 {
    margin-bottom: 0;
}

section.in-bucket .main-content.custom-basket {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    flex: none;
    padding-right: 0;
}

section.in-bucket .bx-soa-section {
    margin-bottom: 0;
}

section.in-bucket .bx-soa-section.black {
    background: #131313;
}

section.in-bucket .steps {
    margin-left: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
}

section.in-bucket .steps .step-header {
    display: flex;
    margin-top: 36px;
}

section.in-bucket .steps.step-one .step-body {
    padding-bottom: 80px;
}

section.in-bucket .steps.step-one .step-header {
    padding-top: 0px;
    margin-top: 28px;
}

section.in-bucket .steps .step-header .title {
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 145%;
    padding-right: 22px;
    padding-left: 11px;
}

section.in-bucket .bx-soa-section.black .steps .step-header .title {
    color: #ffffff;
}

/** STEP ONE **/
section.in-bucket .step-one .step-header .dates {
    display: flex;
    margin-bottom: 11px;
}

section.in-bucket .step-one .step-body .bx-soa-basket {
    margin-bottom: 80px;
}

section.in-bucket .step-one .step-header .dates .date, section.in-bucket .steps .step-header .dates .arrow-left {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 13px;
}

section.in-bucket .step-one .step-header .dates .date span {
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 143%;
}

section.in-bucket .step-one .step-header .dates .arrow-left span {
    display: block;
    margin-bottom: 5px;
    width: 50px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='16' viewBox='0 0 50 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.7071 8.70711C50.0976 8.31658 50.0976 7.68342 49.7071 7.29289L43.3431 0.928932C42.9526 0.538408 42.3195 0.538408 41.9289 0.928932C41.5384 1.31946 41.5384 1.95262 41.9289 2.34315L47.5858 8L41.9289 13.6569C41.5384 14.0474 41.5384 14.6805 41.9289 15.0711C42.3195 15.4616 42.9526 15.4616 43.3431 15.0711L49.7071 8.70711ZM0 9H49V7H0V9Z' fill='%23FFCC00'/%3E%3C/svg%3E");
}

section.in-bucket .step-one .step-body .bx-soa-item-img-block {
    width: 120px;
}

section.in-bucket .bx-soa-section .bx-soa-item-tr .bx-soa-item-img-block a {
    width: auto;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr {
    border-bottom: 0px;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-img-block .bx-soa-item-imgcontainer {
    width: 120px;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-content .bx-soa-item-title a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 143%;
    text-align: justify;
    color: #000000;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:first-child {
    width: 350px;
    max-width: 350px;
    flex: 1;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment {
    padding-top: 25px;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .nice-select:after {
    -webkit-transform-origin: initial;
    -ms-transform-origin: initial;
    transform-origin: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: rotate(0 eg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffcc00 transparent transparent transparent;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment .bx-soa-item-td {
    padding-left: 8px;
    padding-right: 27px;
    width: 480px;
    max-width: 480px;
    flex: 1;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment textarea.basket-comment-area {
    border: 1px solid #878787;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 16px 22px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    color: #000000;
    height: 127px;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment .basket-total-price {
    padding-left: 0px;
    padding-top: 0;
    padding-right: 0;
    align-self: flex-start;
    width: 206px;
    max-width: 206px;
    display: flex;
    flex-direction: column;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment .total-price {
    margin-top: 8px;
    width: 170px;
    max-width: 170px;
    text-align: center;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment .basket-total-price .price-message {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 145%;
    text-align: left;
    color: #000000;
    margin-top: 17px;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td.basket-properties {
    width: 130px;
    max-width: 130px;
    flex: 1;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td.basket-price {
    width: 170px;
    max-width: 170px;
    flex: 1;
    text-align: center;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td .bx-price {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 145%;
    text-align: justify;
    color: #000000;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td .bx-price span {
    font-weight: 300;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-section-content {
    padding: 0;
    padding-top: 15px;
    background: transparent;
    border: 0;
}

section.in-bucket .step-one .step-body .basket-delete {
    max-width: 36px;
    text-align: center;
}

section.in-bucket .step-one .step-body .basket-delete span {
    cursor: pointer;
    width: 10px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.376503' y1='1.17428' x2='9.15842' y2='9.9562' stroke='black'/%3E%3Cline x1='9.15824' y1='1.3848' x2='0.376319' y2='10.1667' stroke='black'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: 100%;
    display: block;
}

section.in-bucket .step-one .step-body .basket-delete span:hover {
    width: 10px;
    height: 11px;
    background-size: 100%;
    display: block;
    background: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.07133' y1='1.17428' x2='9.85325' y2='9.9562' stroke='%23FFCC00'/%3E%3Cline x1='9.85307' y1='1.3848' x2='1.07114' y2='10.1667' stroke='%23FFCC00'/%3E%3C/svg%3E%0A") no-repeat;
}

/** END STEP ONE **//** STEP TWO **/
section.in-bucket .step-two .step-body .custom-tabs .panels {
    padding-bottom: 60px;
}

section.in-bucket .step-two .step-body {
    padding-top: 42px;
}

section.in-bucket .step-two .step-body .form-custom {
    display: flex;
    flex-wrap: wrap;
}

section.in-bucket .step-two .step-body .form-custom .other-recipient {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.in-bucket .step-two .step-body .form-custom input[type="text"], section.in-bucket .step-two .step-body .form-custom input[type="email"], section.in-bucket .step-two .step-body .form-custom input[type="tel"], section.in-bucket .step-two .step-body .form-custom input[type="password"] {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 143%;
    color: #000000;
    margin-top: 37px;
    border: 0;
    border-radius: 0;
    margin-right: 30px;
    outline: none;
    max-width: 423px;
    height: 60px;
    background: #FFFFFF;
    padding: 19px 27px;
    box-sizing: border-box;
    width: 100%;
}

section.in-bucket .step-two .step-body .form-custom .field_name,
section.in-bucket .step-two .step-body .form-custom .field_secname {
    width: 423px;
    margin-right: 30px;
}

section.in-bucket .step-two .step-body .form-custom .field_name input,
section.in-bucket .step-two .step-body .form-custom .field_secname input {
    width: 100%;
}

section.in-bucket .step-two .step-body .form-custom input::placeholder {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 143%;
    color: #000000;
}

section.in-bucket .step-two .step-body .form-custom .other-buyer {
    margin-top: 51px;
    align-items: center;
    display: flex;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 143%;
    color: #FFFFFF;
}

section.in-bucket .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
section.in-bucket .custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
section.in-bucket .custom-checkbox + label::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    background: #FFFFFF;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

/* стили при наведении курсора на checkbox */
section.in-bucket .custom-checkbox:not(:disabled):not(:checked) + label:hover::after {
    border-color: #C4C4C4;
}

/* стили для активного чекбокса (при нажатии на него) */
section.in-bucket .custom-checkbox:not(:disabled):active + label::after {
    background-color: #FFFFFF;
    border-color: #C4C4C4;
}

/* стили для чекбокса, находящегося в фокусе */
section.in-bucket .custom-checkbox:focus + label::after {
    box-shadow: none;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
section.in-bucket .custom-checkbox:focus:not(:checked) + label::after {
    border-color: #C4C4C4;
}

/* стили для чекбокса, находящегося в состоянии checked */
section.in-bucket .custom-checkbox:checked + label::after {
    border-color: #C4C4C4;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00171 5.67516L7.28085 13.3421L14.8801 0.91748' stroke='%23FFCC00' stroke-width='2'/%3E%3C/svg%3E%0A");
}

/* стили для чекбокса, находящегося в состоянии disabled */
section.in-bucket .custom-checkbox:disabled + label::after {
    background-color: #DADADA;
}

/* END STEP TWO *//* STEP THREE */
section.in-bucket .step-three .step-body {
    padding-top: 48px;
    padding-bottom: 144px;
}

section.in-bucket .step-three .step-body .form-delivery {
    width: 505px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

section.in-bucket .step-three .step-body .form-delivery .custom-tabs {
    margin-top: 0px!important;
}

section.in-bucket .step-three .step-body .form-delivery .panels {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
}

section.in-bucket .step-three .step-body .form-delivery .panels .panel {
    box-sizing: border-box;
    z-index: 9;
    position: relative;
}

.custom-tabs #delivery-one:checked ~ .panels:after,
.custom-tabs #delivery-two:checked ~ .panels:after,
.custom-tabs #delivery-three:checked ~ .panels:after {
    content: ' ';
    border-left: 2px solid #FFCC00;
    position: absolute;
    height: 28px;
    width: 2px;
    top: 0;
    left: 83px;
}

.custom-tabs #delivery-one:checked ~ .panels:before,
.custom-tabs #delivery-two:checked ~ .panels:before,
.custom-tabs #delivery-three:checked ~ .panels:before {
    content: ' ';
    border-left: 2px solid #FFCC00;
    position: absolute;
    height: calc(100% - 56px);
    width: 2px;
    bottom: 28px;
    left: 83px;
}

.custom-tabs #delivery-two:checked ~ .panels:after {
    left: 50%;
}


.custom-tabs #delivery-three:checked ~ .panels:after {
    left: unset;
    right: 82px;
}

section.in-bucket .step-three .step-body .form-delivery input[type="text"] {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 143%;
    color: #000000;
    margin-top: 0px;
    border: 0;
    border-radius: 0;
    outline: none;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    padding: 19px 27px;
    box-sizing: border-box;
}

section.in-bucket .step-three .step-body .form-delivery input::placeholder {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 143%;
    color: #000000;
}

section.in-bucket .step-three .step-body .form-delivery input.city-input {
    margin-bottom: 44px;
    margin-top: 0;
}

section.in-bucket .step-three .step-body .form-delivery input.city-input, section.in-bucket .step-three .step-body .form-delivery input.city-input::placeholder {
    font-size: 20px;
}

section.in-bucket .step-three .step-body .form-delivery input.street-input {
    width: 100%;
    border: 1px solid #000000;
}

section.in-bucket .step-three .step-body .form-delivery input.flat-input, section.in-bucket .step-three .step-body .form-delivery input.index-input {
    width: 50%;
    border: 1px solid #000000;
}

section.in-bucket .step-three .step-body .form-delivery .delivery-block-info {
    display: flex;
}

section.in-bucket .step-three .step-body .form-delivery .delivery-block-info input.index-input {
    margin-left: 17px;
}

/* END STEP THREE *//* START STEP FOUTH */
section.in-bucket .step-fouth .step-body {
    padding-top: 27px;
    padding-bottom: 59px;
}

ul.lt-grid-container { /*    display: grid;    grid-template-columns: repeat(auto-fit, minmax(134px, 213px));    grid-gap: 1rem;     */
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
    max-width: 712px;
}

ul.lt-grid-container > li {
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0;
    width: 213px;
    margin: 6px;
}

ul.lt-grid-container > li:before {
    content: ' ';
}

ul.lt-grid-container > li > label {
    display: flex;
    height: 60px;
    width: 100%;
    padding: 12px;
    align-content: center;
    align-items: center;
    cursor: pointer;
    border: 4px solid transparent;
}

ul.lt-grid-container > li > label div.paysystem-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url('/local/components/2quick/tqOrder_basket/templates/.default/./images/paysystem-icon.svg') no-repeat;
    padding-right: 14px;
    min-width: 35px;
    background-size: contain!important;
}

ul.lt-grid-container > li > label div.paysystem-name {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 104.5%;
    color: #000000;
    padding-left: 14px;
}

section.in-bucket .step-fouth .step-body input[type="radio"] {
    display: none;
}

section.in-bucket .step-fouth .step-body #paysystem-apple-pay:checked ~ ul.lt-grid-container > li > label#paysystem-apple-pay-label, section.in-bucket .step-fouth .step-body #paysystem-google-pay:checked ~ ul.lt-grid-container > li > label#paysystem-google-pay-label, section.in-bucket .step-fouth .step-body #paysystem-card:checked ~ ul.lt-grid-container > li > label#paysystem-card-label, section.in-bucket .step-fouth .step-body #paysystem-sber:checked ~ ul.lt-grid-container > li > label#paysystem-sber-label, section.in-bucket .step-fouth .step-body #paysystem-alfa:checked ~ ul.lt-grid-container > li > label#paysystem-alfa-label, section.in-bucket .step-fouth .step-body #paysystem-tinkoff:checked ~ ul.lt-grid-container > li > label#paysystem-tinkoff-label, section.in-bucket .step-fouth .step-body #paysystem-yandex:checked ~ ul.lt-grid-container > li > label#paysystem-yandex-label, section.in-bucket .step-fouth .step-body #paysystem-webmoney:checked ~ ul.lt-grid-container > li > label#paysystem-webmoney-label, section.in-bucket .step-fouth .step-body #paysystem-qiwi:checked ~ ul.lt-grid-container > li > label#paysystem-qiwi-label, section.in-bucket .step-fouth .step-body #paysystem-nal:checked ~ ul.lt-grid-container > li > label#paysystem-nal-label {
    border: 4px solid #FFCC00;
}

/* END STEP FOUTH *//* START STEP FIVE */
section.in-bucket .step-five .step-body {
    padding-top: 27px;
}

section.in-bucket .step-five .step-body .final-body {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

section.in-bucket .step-five .step-body .final-summary {
    display: flex;
    flex-direction: column;
    width: 360px;
    padding: 37px 40px 40px 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

section.in-bucket .step-five .step-body .final-summary .summary-price, section.in-bucket .step-five .step-body .final-summary .summary-text {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 143%;
    color: #000000;
}

section.in-bucket .step-five .step-body .final-summary .summary-two {
    margin-top: 23px;
}

section.in-bucket .step-five .step-body .final-summary .summary-desc {
    margin-top: 11px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 143%;
    color: #000000;
}

section.in-bucket .step-five .step-body .final-summary .summary-three {
    margin-top: 40px;
}

section.in-bucket .step-five .step-body .final-summary .summary-three .summary-price {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 145%;
    color: #000000;
}

section.in-bucket .step-five .step-body .final-summary .summary-price span {
    font-weight: 300;
    font-style: normal;
}

section.in-bucket .step-five .step-body .final-summary .summary-button {
    margin-top: 45px;
}

section.in-bucket .step-five .step-body .final-summary .summary-button .save-order {
    width: 100%;
    padding: 16px;
    background: #FFCC00;
    text-align: center;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    color: #000000;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: 0.5s linear;
}

section.in-bucket .step-five .step-body .final-summary .summary-button .save-order:hover {
    background: #FFD93F;
}

section.in-bucket .step-five .step-body .final-summary .summary-offer {
    margin-top: 20px;
    width: 100%;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 143%;
    text-align: center;
    color: #000000;
}

section.in-bucket .step-five .step-body .final-summary .summary-offer a {
    color: #FFCC00;
    text-decoration: none;
    border-bottom: 0;
}

section.in-bucket .step-five .step-body .final-summary .summary-step {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.final-summary .coupons_list .coupon-item div {
    padding: 5px;
    border: 1px solid;
}

section.in-bucket .step-five .step-body .final-notify {
    height: 240px;
    margin-left: 47px;
    background: #FFFFFF;
    width: 370px;
    padding: 33px 40px 33px 29px;
    display: flex;
}

section.in-bucket .step-five .step-body .final-notify .final-notify-checkbox {
    margin-right: 15px;
}

section.in-bucket .step-five .step-body .final-notify input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 1px solid #000000;
    box-sizing: border-box;
}

section.in-bucket .step-five .step-body .final-notify .final-notify-text {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 143%;
    color: #000000;
}

section.in-bucket .step-five .step-body .final-notify .final-notify-text label {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 143%;
    color: #C0C0C0;
    cursor: pointer;
}

section.in-bucket .step-five .step-body .final-notify .final-notify-text .small {
    margin-top: 19px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 143%;
    color: #000000;
}

section.in-bucket .step-five .step-body .radio {
    display: none;
}

section.in-bucket .step-five .step-body #notify-week-one:checked ~ label#notify-week-label-one, section.in-bucket .step-five .step-body #notify-week-two:checked ~ label#notify-week-label-two, section.in-bucket .step-five .step-body #notify-week-three:checked ~ label#notify-week-label-three, section.in-bucket .step-five .step-body #notify-week-fouth:checked ~ label#notify-week-label-fouth {
    color: #FFCC00;
    border-bottom: 2px solid #FFCC00;
}

/* END STEP FIVE */
@media (max-width: 1036px) {
    .padding-left-98 {
        padding-left: 48px;
    }

    section.in-bucket .steps {
        margin-left: 55px;
    }
}

@media (max-width: 840px) {
    section.in-bucket .step-five .step-body .final-notify {
        margin-left: 30px;
        padding: 33px 25px 33px 20px;
    }
}

@media (max-width: 785px) {
    section.in-bucket .steps.step-one .step-header {
        flex-direction: column;
    }
}

@media (max-width: 740px) {
    section.in-bucket .step-five .step-body .final-notify br {
        display: none;
    }
}

@media (max-width: 705px) {
    .padding-left-98 {
        padding-left: 0;
    }

    section.in-bucket .steps .step-header {
        margin-top: 31px;
    }

    section.in-bucket .steps.step-one .step-body {
        padding-bottom: 60px;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr {
        flex-flow: row wrap;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(1) {
        order: 1;
        width: 90%;
        max-width: 90%;
        flex: 0 0 90%;
        padding-left: 9px;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(4) {
        order: 2;
        width: 10%;
        max-width: 10%;
        flex: 0 0 10%;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(2) {
        order: 3;
        width: 70%;
        max-width: 70%;
        flex: 0 0 70%;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text span.current, section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text li {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 145%;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(3) {
        order: 4;
        width: 30%;
        max-width: 30%;
        flex: 0 0 30%;
    }

    /*section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(4)::after {        content: " ";        flex-basis: 100%;        width: 0;    }*/
    section.in-bucket .step-one .step-body .bx-soa-item-img-block {
        width: 80px;
    }

    section.in-bucket .steps.step-one .comment-table .bx-soa-item-tr {
        flex-flow: column wrap;
    }

    section.in-bucket .steps.step-one .comment-table .bx-soa-item-tr .bx-soa-item-td:nth-child(1) {
        order: 2;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
    }

    section.in-bucket .steps.step-one .comment-table .bx-soa-item-tr .bx-soa-item-td:nth-child(2) {
        order: 1;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    section.in-bucket .steps.step-one .comment-table .bx-soa-item-tr .bx-soa-item-td.basket-total-price .black-line {
        order: 1;
    }

    .bx-soa-section .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-td-text {
        text-align: right;
        padding-right: 20px;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text {
        padding-right: 0px;
    }

    section.in-bucket .steps.step-one .comment-table .bx-soa-item-tr .bx-soa-item-td.basket-total-price .total-price {
        order: 3;
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
        text-align: right;
        margin-top: 12px;
    }

    section.in-bucket .steps.step-one .comment-table .bx-soa-item-tr .bx-soa-item-td.basket-total-price .price-message {
        order: 2;
        padding-right: 15px;
        width: 60%;
        max-width: 60%;
        text-align: left;
        margin-top: 12px;

    }

    section.in-bucket .bx-soa-item-td.basket-properties .sel.sel--black-panther:first-child .nice-select {
        padding-left: 0;
    }

    section.in-bucket .step-two .step-body {
        padding-top: 24px;
    }

    section.in-bucket .step-two .step-body .form-custom input[type="text"], section.in-bucket .step-two .step-body .form-custom input[type="email"], section.in-bucket .step-two .step-body .form-custom input[type="tel"] {
        margin-right: 0;
        width: 100%;
        height: 60px;
        margin-top: 24px;
    }

    section.in-bucket .step-two .step-body .form-custom .other-buyer {
        margin-top: 34px;
    }

    section.in-bucket .step-two .step-body .form-custom input[type="checkbox"] {
    }

    section.in-bucket .steps .step-header {
        margin-top: 26px;
    }

    section.in-bucket .step-three .step-body {
        padding-top: 26px;
        padding-bottom: 62px;
    }

    section.in-bucket .step-fouth .step-body {
        padding-top: 10px;
    }

    section.in-bucket .step-five .step-body {
        padding-top: 15px;
    }

    section.in-bucket .step-five .step-body .final-body {
        flex-direction: column;
        align-items: center;
    }

    section.in-bucket .step-five .step-body .final-summary {
        width: 100%;
        padding: 37px 20px 50px 26px;
    }

    section.in-bucket .step-five .step-body .final-notify {
        margin-left: 0px;
        margin-top: 21px;
        width: 100%;
        height: auto;
    }

    section.in-bucket .step-five .step-body .final-notify .final-notify-text .small {
        margin-top: 16px;
    }

    .form-delivery .bx-ui-sls-input-block input.bx-ui-sls-route {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 705px) {
    section.in-bucket .step-two .step-body .form-custom .other-recipient {
        flex-direction: column;
    }

    section.in-bucket .step-two .step-body .form-custom input[type="text"], section.in-bucket .step-two .step-body .form-custom input[type="email"], section.in-bucket .step-two .step-body .form-custom input[type="password"], section.in-bucket .step-two .step-body .form-custom input[type="tel"] {
        margin-right: 0;
        width: 100%;
        height: 60px;
        margin-top: 24px;
    }

    .special-select .nice-select {
        padding-left: 5px;
    }

    .special-select .nice-select .list {
        padding: 0;
    }
}

@media (max-width: 620px) {
    section.in-bucket h1 {
        margin-top: 33px
    }

    .ellepse {
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: -43px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        top: 29px;
    }

    section.in-bucket .steps {
        margin-left: 27px;
    }

    section.in-bucket .steps .step-header .title {
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 145%;
        padding-left: 0;
    }

    section.in-bucket .steps .step-header .dates .arrow-left {
        margin: 0;
    }

    section.in-bucket .step-one .step-header .dates .arrow-left span {
        margin-bottom: 0px;
    }

    section.in-bucket .step-one .step-header .dates .date:nth-child(1) {
        margin-left: 0;
    }

    section.in-bucket .step-one .step-header .dates .date span {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 143%;
    }

    section.in-bucket .step-one .step-header .dates .arrow-left span {
        background-position-x: right;
        width: 14px;
    }

    section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-content .bx-soa-item-title a {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 120%;
    }

    .bx-soa-section .bx-soa-item-tr .bx-soa-item-content {
        padding-left: 10px !important;
        padding-top: 8px;
    }

    section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-img-block .bx-soa-item-imgcontainer {
        width: 80px;
    }

    section.in-bucket .step-one .step-body .basket-delete span {
        width: 10px;
        height: 11px;
        font-size: 20px;
        line-height: 19px;
    }

    section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td .bx-price {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 145%;
        text-align: right;
    }

    section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td .total-price .bx-price {
        font-weight: bold;
    }

    section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment textarea.basket-comment-area {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 145%;
    }

    .custom-tabs .module-tab {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 143%;
        margin-right: 29px;
    }

    section.in-bucket .step-two .step-body .form-custom input[type="text"], section.in-bucket .step-two .step-body .form-custom input[type="email"], section.in-bucket .step-two .step-body .form-custom input[type="tel"], section.in-bucket .step-two .step-body .form-custom input[type="password"] {
        height: 40px;
    }

    section.in-bucket .step-two .step-body .form-custom .other-buyer {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 143%;
    }

    section.in-bucket .step-two .step-body .form-custom input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin-left: 13px;
    }

    section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text span.current, section.in-bucket .steps.step-one .bx-soa-section .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text li {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 145%;
    }

    .select-with-icon .nice-select {
        height: 70px;
    }

    .select-with-icon .select-html .select-icon {
        width: 34px;
        height: 34px;
        background-size: 100% !important;
    }

    .select-with-icon .select-html .select-date {
        margin-left: 19px;
    }

    .select-with-icon .select-html .select-date .select-date-item {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 143%;
        color: #000000;
        padding-bottom: 0;
    }

    .select-with-icon .select-html .select-date .select-date-subtext {
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 143%;
        color: #919191;
    }

    .select-with-icon .nice-select:after {
        width: 30px;
        height: 30px;
        background-size: 100%;
        margin-top: -15px;
    }

    section.in-bucket .step-three .step-body {
        padding-top: 0;
    }

    section.in-bucket .step-three .step-body .form-delivery {
        width: 100%;
    }

    section.in-bucket .step-three .step-body .form-delivery input.city-input {
        border: 1px solid #000000;
        margin-bottom: 23px;
        padding: 9px 13px;
    }

    .form-delivery .custom-tabs .module-tab {
        width: 33.3%;
        padding: 10px 14px;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 143%;
        height: 52px;
    }

    section.in-bucket .step-three .step-body .form-delivery .custom-tabs {
        background: transparent;
        width: 100%;
    }

    section.in-bucket .step-three .step-body .form-delivery .panels {
        padding: 0;
        background: transparent;
    }

    section.in-bucket .step-three .step-body .form-delivery .panels .panel {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section.in-bucket .step-three .step-body .form-delivery input[type="text"] {
        height: 60px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 143%;
        padding: 9px 13px;
        margin-top: 0px;
    }

    section.in-bucket .step-three .step-body .form-delivery input[type="text"]::placeholder {
        font-size: 16px;
    }

    section.in-bucket .step-three .step-body .form-delivery input.flat-input {
        width: 152px;
    }

    ul.lt-grid-container > li {
        width: 134px;
    }

    ul.lt-grid-container > li > label {
        padding: 9px 8px 9px 12px;
        height: 43px;
    }

    ul.lt-grid-container > li > label div.paysystem-icon {
        width: 22.9px;
        height: 22.9px;
        background-size: contain;
        padding-right: 7px;
        max-width: 22.9px;
    }

    ul.lt-grid-container > li > label div.paysystem-name {
        padding-left: 7px;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 104.5%;
    }

    section.in-bucket .step-five .step-body .final-summary .summary-price, section.in-bucket .step-five .step-body .final-summary .summary-text {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 143%;
    }

    section.in-bucket .step-five .step-body .final-summary .summary-two {
        margin-top: 20px;
    }

    section.in-bucket .step-five .step-body .final-summary .summary-desc {
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 143%;
    }

    section.in-bucket .step-five .step-body .final-summary .summary-three {
        margin-top: 47px;
    }

    section.in-bucket .step-five .step-body .final-summary .summary-price, section.in-bucket .step-five .step-body .final-summary .summary-text {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 143%;
    }

    section.in-bucket .step-five .step-body .final-summary .summary-button button[type="submit"] {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 145%;
        letter-spacing: 0.175em;
    }

    section.in-bucket .step-five .step-body .final-notify input[type="checkbox"] {
        width: 21px;
        height: 21px;
    }

    section.in-bucket .step-five .step-body .final-notify .final-notify-text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 143%;
    }

    section.in-bucket .step-five .step-body .final-notify .final-notify-text label {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 143%;
    }

    section.in-bucket .step-five .step-body .final-notify .final-notify-text .small {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 143%;
    }
}

@media (max-width: 480px) {
    .modern.delivery-block .delivery-item{
        padding: 0 15px 0 15px;
    }
    .modern.delivery-block .delivery-item .delivery-img{
        width: 60px;
    }
    .modern.delivery-block .delivery-item .delivery-img img{
        width: 50px;
    }
    .modern.delivery-block .delivery-item .delivery-name-date{
        width: 235px;
        line-height: 17px;
    }
    .modern.delivery-block .delivery-item .delivery-name-date .delivery-name{
        width: 235px;
    }
    .modern.delivery-block .delivery-item .delivery-price{
        width: 45px;
        text-align: right;
    }
}

@media (max-width: 460px) {
    .modern.delivery-block .delivery-item{
        padding: 0 15px 0 15px;
    }
    .modern.delivery-block .delivery-item .delivery-img{
        width: 60px;
    }
    .modern.delivery-block .delivery-item .delivery-img img{
        width: 50px;
    }
    .modern.delivery-block .delivery-item .delivery-name-date{
        width: 180px;
        line-height: 17px;
    }
    .modern.delivery-block .delivery-item .delivery-name-date .delivery-name{
        width: 180px;
    }
    .modern.delivery-block .delivery-item .delivery-price{
        width: 45px;
        text-align: right;
    }
}

@media (max-width: 420px) {
    .bx-soa-section .bx-soa-item-tr {
        width: 100% !important;
    }

    section.in-bucket .step-two .step-body .custom-tabs .panels {
        padding-bottom: 55px;
        width: 100%;
    }

    .custom-tabs #auth-one:checked ~ .panels #auth-one-panel, .custom-tabs #auth-two:checked ~ .panels #auth-two-panel, .custom-tabs #delivery-one:checked ~ .panels #delivery-one-panel, .custom-tabs #delivery-two:checked ~ .panels #delivery-two-panel, .custom-tabs #delivery-three:checked ~ .panels #delivery-three-panel {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    section.in-bucket .step-three .step-body .form-delivery .panels .panel {
        padding-top: 23px !important;
        padding-right: 0 !important;
    }

    .custom-tabs #delivery-one:checked ~ .panels:after {
        left: 45px;
    }

    .custom-tabs #delivery-three:checked ~ .panels:after {
        right: 45px;
    }

    .select-with-icon .select-html {
        /*height: 100%;*/
    }

    .select-with-icon .select-html .select-date {
        width: 112px;
    }

    section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td .bx-price {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .modern.delivery-block .delivery-item{
        padding: 0 15px 0 15px;
        font-size: 12px;
    }
    .modern.delivery-block .delivery-item .delivery-img{
        width: 60px;
    }
    .modern.delivery-block .delivery-item .delivery-img img{
        width: 45px;
    }
    .modern.delivery-block .delivery-item .delivery-name-date{
        width: 170px;
        line-height: 17px;
    }
    .modern.delivery-block .delivery-item .delivery-name-date .delivery-name{
        width: 170px;
    }
    .modern.delivery-block .delivery-item .delivery-price{
        width: 45px;
        text-align: right;
    }
}

/* END BUCKET */

input.payment:checked+label{
    border: 4px solid #FFCC00!important;
}
input.delivery_step:checked+label{
    color: #000000!important;
    background: #FFFFFF!important;
    border: 2px solid #FFCC00!important;
    box-sizing: border-box!important;
    text-align: center!important;
}
/*
.select-block{
    height: 60px!important;
    line-height: 63px!important;
}
*/
#popup-window-overlay-loading_screen{
    opacity: .5!important;
}

#hidden-content{
    display: none;
    width: 360px;
}

.bx-sls {
    height: auto;
    margin-bottom: 0;
}

section.in-bucket .step-three .step-body .form-delivery .bx-sls input[type="text"] {
    font-family: 'Cera Pro'!important;
}

.bx-sls .quick-location-tag{
    border: none;
    color: black;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.bx-sls .quick-location-tag:hover {
    background: #FFCC00;
}

.sdek_pvzLair a {
    text-align: center;;
    margin-top: 28px;
    box-sizing: border-box;
    width: 100%;
    height: 60px!important;
    background: #FFCC00!important;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 15px!important;
    line-height: 143%;
    /* or 21px */
    color: #000000!important;
    text-transform: none!important;
    padding: 0 20px!important;
}


.js-phone {
    display: flex;
    justify-content: flex-start;
    width: 423px;
}

.js-phone .js-phone-field {
    margin-left: 8px;
}

.js-phone .nice-select.open .list {
    margin-top: 4px;
    padding: 0;
}

.js-phone .nice-select .option {
    padding-left: 18px;
    padding-right: 29px;
    min-height: 40px;
    line-height: 40px;
}

.js-phone .nice-select .option.selected {
    color: #000000;
}

.js-phone .nice-select {
    background: #FFF;
    height: 60px;
    margin-top: 37px;
    border-radius: 0px;
    padding-left: 18px;
    padding-right: 30px;
    font-family: 'Cera Pro';
}

.js-phone .nice-select span.current {
    line-height: 60px;
}


.js-phone .nice-select:after {
    -webkit-transform-origin: initial;
    -ms-transform-origin: initial;
    transform-origin: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: rotate(0 eg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffcc00 transparent transparent transparent;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.js-phone .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.js-phone .nice-select .list {
    background: #C4C4C4;
}

.select-with-icon .nice-select:after {
    right: 12px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.select-with-icon .nice-select .list {
    background-color: #fff;
}

.select-with-icon .nice-select.open .list {
    box-shadow: none;
    box-sizing: border-box;
    margin-top: 4px;
}

.select-with-icon .nice-select .list {
    padding: 0;
}

.select-with-icon .nice-select .option {
    padding: 5px 0 5px 40px;
    padding-left: 18px;
    padding-right: 29px;
}

.special-select .nice-select .option:hover, .special-select .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #FFCC00;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.special-select .nice-select .option.selected {
    color: #000000;
}

@media (max-width: 1330px) {
    .js-phone .js-phone-field {
        margin-right: 0px;
    }
}

@media (max-width: 620px) {
    .js-phone .nice-select{
        background: #FFF;
        height: 40px;
        margin-top: 24px;
    }

    .js-phone .nice-select span.current {
        line-height: 40px;
    }
}


/*
.js-phone .select-block__head-inner {
    padding: 0 15px;
}

.js-phone .select-block__head-select {
    padding-right: 35px;
}

.js-phone .select-block__head {
    background: #FFF;
}

.js-phone .select-block__head-title--image img {
    display: none;
}

.js-phone .select-block{
    margin-top: 24px;
    height: 40px!important;
    line-height: 40px!important;
}
*/

#sdek_modal, .sdek, .point{
    display: none;
}
#flexleftpanel, .ppwgt_box, .toppanel{
    display: none!important;
}

.custom-modal-order .h2 {
    font-family: Cera Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 164.19%;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 34px;
    text-align: center;
}

.custom-modal-order .info {
    font-family: Cera Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 164.19%;
    color: #000000;
    padding-bottom: 34px;
}

.custom-modal-order .paybutton a {
    font-family: Cera Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    /* or 20px */

    text-align: justify;
    letter-spacing: 0.175em;

    color: #000000;
    width: 100%;
    background: #FFCC00;
    margin-top: 22px;
    margin-bottom: 28px;
}

.custom-modal-order .minitext {
    font-family: Cera Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 164.19%;
    /* or 16px */


    color: #000000;
}


.bx-soa-item-quantity > div {
    margin-left: 10px;
}

.special-type.special-select {
    margin-top: 14px;
}

.special-type.special-select .nice-select {
    width: 140px;
    white-space: break-spaces;
    text-align: right!important;
}

.special-type.special-select .nice-select span.current {
    text-align: right!important;
}

.special-type.special-select .nice-select .option {
    white-space: nowrap;
    text-align: left!important;
}

.special-quantity .control-quantity {
    display: flex;
    align-items: center;
    margin-left: 12.7px;
    justify-content: center;
}

.special-quantity .control-quantity .quantity-button {
    width: 7px;
    height: 14px;
    border: 0;
    text-indent: -9999px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.45944 15.3372L1.45944 8.33716L8.45944 1.33716' stroke='black'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.special-quantity .control-quantity .quantity-button.inc {
    margin-left: 10px;
    transform: rotate(-180deg);
}

.special-quantity .control-quantity .quantity-button.dec {
    margin-right: 10px;
    margin-top: -4px;
}

.special-quantity .control-quantity .quantity-input {
    background: transparent;
    border: 0;
    height: 23px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.175em;
    color: #000000;
    width: 50px;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr .bx-soa-item-td.basket-price.special-type {
    width: 120px;
    max-width: 120px;
    flex: 1;
    text-align: center;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment .basket-total-price.special-type {
    padding-left: 133px;
    width: 263px;
    max-width: 263px;
}

section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.basket-comment .total-price {
    width: auto;
    max-width: inherit;
}


@media (max-width: 705px) {
    section.in-bucket .steps.step-one .bx-soa-section .special-table .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    section.in-bucket .steps.step-one .bx-soa-section .special-table .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text .special-type.special-select {
        margin-top: 0px;
    }

    .special-quantity .control-quantity {
        justify-content: flex-end;
    }

    .special-quantity .control-quantity .quantity-input {
        width: 40px;
    }

    section.in-bucket .steps.step-one .bx-soa-section .special-table .bx-soa-item-tr .bx-soa-item-td:nth-child(2) {
        order: 3;
        width: 70%;
        max-width: 70%;
        flex: 0 0 70%;
    }

    section.in-bucket .steps.step-one .bx-soa-section .special-table .bx-soa-item-tr .bx-soa-item-td:nth-child(4) {
        order: 4;
        width: 29%;
        max-width: 29%;
        flex: 0 0 29%;
    }

    section.in-bucket .steps.step-one .bx-soa-section .special-table .bx-soa-item-tr .bx-soa-item-td:nth-child(3) {
        order: 5;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    section.in-bucket .steps.step-one .bx-soa-section .special-table .bx-soa-item-tr .bx-soa-item-td:nth-child(5) {
        order: 2;
        width: 120px;
        max-width: 120px;
        flex: 1;
        text-align: center;
    }
}

.close-postrf {
    line-height: 1;
    font-size: 0;
    right: 58px;
    top: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
}

.close-postrf img {
    width: 30px;
    height: 30px;
}

#ecom-widget{
    padding: 5%;
    z-index: 2147483647!important;
    top: 1%;
    position: fixed;
    width: 100%;
    height: 100%;
}
select.nice-select.samovivozchange {
    font-size: 18!important;
}

#payButton {
    font-size: 29px!important;
    /* background: #f3c004; */
    /* color: white; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3c004;
    border: 0;
    outline: 0;
    padding: 0 40px;
    color: black;
    font-size: .85714em;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;

}

body .alfabank__payment-link {

    font-size: 29px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f3c004!important;;
    border: 0;
    outline: 0;
    padding: 0 40px;
    color: black;
    font-size: .85714em;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;

}
.payButtonLoader {
    background-image: url(/bitrix/panel/main/images/waiter-white.gif)!important;
    background-repeat: no-repeat!important;
    background-position: right -1px!important;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 2px;
    float: right;
}

.sale_order_pay .btn-copy,
.fancybox-slide .btn-copy {
    width: 100%;
    position: relative;
    color: #000;
    background: white;
    border: 1px solid #f3c004;
}

.sale_order_pay .btn-copy:hover,
.fancybox-slide .btn-copy:hover {
    background: #f3c004;
}

.sale_order_pay .btn-copy span,
.fancybox-slide .btn-copy span {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    padding: 6px 12px;
    background: #fc0;
    color: #000;
    border-radius: 12px;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 1px;
    z-index: 1;
}

.sale_order_pay .btn-copy span::before,
.fancybox-slide  .btn-copy span::before {
    content: '';
    display: block;
    position: absolute;
    border: 5px solid #fc0;
    transform: rotate(45deg);
    top: -4px;
    left: 50%;
    margin-left: -4px;
    z-index: -1;
}

.summary-button .tq_submit_order.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.step-body .bx-soa-section {
    position: relative;
}

#bx-soa-delivery {
    position: relative;
}

#preloading_screen,
#preloading_screen_action {
    position: absolute;
    display: block;
    background: no-repeat center url("/bitrix/templates/catherine/components/bitrix/sale.order.ajax/welder/images/loader.gif");
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /*opacity: .5;*/
    z-index: 15;
}

.fancybox-container {
    z-index: 9!important;
}



/* coupon */
.final-summary .coupon {
    display: flex;
    justify-content: space-between;
}

.final-summary .coupon input {
    height: 30px;
    border: 1px solid;
}

.final-summary .coupon_error {
    min-height: 30px;
    margin-top: -23px;
}

.final-summary .coupons_list .coupon-item {
    display: flex;
    justify-content: space-between;
}

.final-summary .coupons_list .coupon-item div {
    display: flex;
    align-items: center;
}

.final-summary .coupon,
.final-summary .coupons_list {
    margin-bottom: 23px;
}

.final-summary .btn-coupon {
    height: 30px!important;
    padding: 0 10px!important;
    min-width: 105px;
}

.final-summary .summary-discount-price {
    text-align: right;
}

.bx-ui-sls-pane {
    margin-top: 25px;
}

.account-settings-address {
    width: 100%;
    max-width: 636px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

section.in-bucket .step-three .step-body .account-settings-address__select-city .form-delivery {
    width: 100%;
}

.account-settings-address__select-city .form-delivery .bx-sls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.account-settings-address__select-city .form-delivery .bx-sls .quick-locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.account-settings-address__select-city .form-delivery .bx-sls .quick-location-tag {
    height: auto;
    margin: 0;
    padding: 4px 8px;
    color: #000000;
    font-family: "Cera Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #EFBF00;  
    cursor: pointer;
}

.account-settings-address__select-city .form-delivery .bx-sls .quick-location-tag:hover {
    background-color: #EFBF00;
}

.account-settings-address__wrapper-input,
.account-settings-address__select-city .bx-sls .dropdown-block {
    width: 100%;
}

.account-settings-address__select-city .form-delivery .bx-sls .dropdown-block {
    height: 44px;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-radius: 5px;
    background: #ffffff;
}

.account-settings-address__select-city .bx-sls .bx-ui-sls-container {
    min-height: 44px;
}

.account-settings-address__wrapper-input input,
section.in-bucket .step-three .step-body .account-settings-address__select-city .form-delivery input[type="text"] {
    width: 100%;
    height: 44px;
    padding: 0 !important;
    border: none;
    outline: none;
    color: #000;
    font-family: "Cera Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
}

.account-settings-address__select-city .form-delivery .bx-sls .dropdown-icon,
.account-settings-address__select-city .form-delivery .dropdown-block .bx-ui-sls-clear {
    display: none;
}

.account-settings-address__select-city .form-delivery .dropdown-block .bx-ui-sls-clear {
    width: 15px;
    height: 15px;
    top: 13px !important;
    z-index: 100;
}

.account-settings-address__select-city .form-delivery .bx-ui-sls-container .bx-ui-sls-fake::placeholder {
    opacity: 0.5;
    font-size: 14px !important;
}

.account-settings-address__list-address {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 15px;
}

@media(max-width:767px){
	.account-settings-address__list-address{
		flex-direction:column-reverse;
	}
}

.account-wrapper-selects {
    position: relative;
    width: 100%;
    max-width: 453px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.account-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-height: 44px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 15px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
}

.account-select svg {
    margin: auto 0;
}

.account-select__title {
    margin: auto 0;
    color: #000000;
    font-family: "Cera Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    opacity: 0.5;
}

.account-wrapper-selects.select .account-select__title {
    opacity: 1;
}

.account-select__menu {
    display: none;
    position: absolute;
    top: 54px;
    z-index: 100;
    width: 100%;
    padding: 12px 15px;
    border-radius: 0px 0px 5px 5px;
    background: #ffffff;
}

.account-wrapper-selects.open .account-select__menu {
    display: block;
}

.account-wrapper-selects svg {
    transform: rotate(0);
    transition: transform 0.3s;
}

.account-wrapper-selects.open svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.account-select__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.account-select__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #000000;
    font-family: "Cera Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    cursor: pointer;
}

.account-select__control{
    display:flex;
    gap:10px;
}
.account-select__delete{
    width: 18px;
    height:18px;
    cursor:pointer;
    display:flex;
    justify-content: center;
    align-items: center;
}
.account-select__edit{
    width: 18px;
    height:18px;
    cursor:pointer;
}
.account-select__delete img{
    width:100%;
    height:100%;
    max-width: 10px;
}
.account-select__edit img{
    width:100%;
    height:100%;
}

.account-select__item span {
    cursor: pointer;
}

.account-select__item span:hover {
    color: #EFBF00;
}

.account-settings-address__wrapper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    width: 100%;
    max-width: 170px;
    margin: auto 0;
}

.account-settings-address__button-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
    color: #000;
    font-family: "Cera Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    cursor: pointer;
}

.account-settings-address__button-add svg,
.account-settings-address__button-add span {
    margin: auto 0;
}

.account-settings-address__button-add:hover path {
    stroke: #EFBF00;
}

.account-settings-address__button-add:hover span {
    color: #EFBF00;
}

.account-settings-address__added-address {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}

.account-settings-address__added-address.hidden {
    display: none;
}

.account-settings-address__title {
    color: #000000;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.account-settings-address__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.account-settings-address__form .account-settings-address__wrapper-input input {
    padding-left: 15px !important;
}

.account-settings-address__button-send {
    width: 223px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
    border: none;
    border-radius: 6px;
    background: #EFBF00;
    cursor: pointer;
}

.account-settings-address__button-send:hover {
    background-color: #000000;
    color: #ffffff;
}

.account-settings-address__button-send span {
    margin: auto;
}

.custom-tabs .panels {
    position: relative;
}

.custom-tabs #delivery-one:checked ~ .panels::before,
.custom-tabs #delivery-two:checked ~ .panels::before,
.custom-tabs #delivery-three:checked ~ .panels::before {
    left: 7%;
    top: -110px;
    height: 50px;
}

.account-settings-address .custom-tabs {
    margin-top: 0 !important;
}

.account-settings-address .custom-tabs .module-tab {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.account-settings-address .custom-tabs .module-tab {
    margin-right: 0;
    padding-top: 5px !important;
    padding-bottom: 5px;
    padding-right: 19px;
    padding-left: 19px;
}

.account-settings-address .custom-tabs .module-tab {
    position: relative;
    z-index: 10;
    border-top: 1px solid #FFCC00;
    border-bottom: 1px solid #FFCC00;
}

.account-settings-address .custom-tabs .module-tab:first-child {
    border-left: 1px solid #FFCC00;
}

.account-settings-address .custom-tabs .module-tab:last-child {
    padding-right: 0;
    border-right: 1px solid #FFCC00;
}

.account-settings-address .custom-tabs .panels {
    width: 100%;
    background-color: #ffffff;
}

.account-settings-address .steps.step-three .custom-tabs .module-tabs:before {
    display: none;
}

.account-settings-address .custom-tabs.hidden {
    display: none;
}

@media (max-width: 768px) {
    .account-list-cities {
    flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
}

.account-settings-address .custom-tabs .panels::before {
	display: none;
}

.account-settings-address .custom-tabs .panels .panel input[type=text] {
    font-family: "Cera Pro";
}

@media (max-width: 850px) {
	.account-settings-address__select-city .form-delivery .bx-sls {
		width: 100%;
	} 

	.account-settings-address__select-city .form-delivery .bx-sls .quick-locations {
		flex-wrap: wrap;
	}
}

@media (max-width: 420px) {
	.account-settings-address__select-city .form-delivery .bx-sls .dropdown-block {
		padding-right: 25px;
	}

	.steps.step-three .custom-tabs .module-tabs:before {
		left: 15px;
	}

	.account-settings-address .custom-tabs .panels .panel {
		padding-right: 0 !important;
		padding-top: 28px !important;
	}

	.account-settings-address .custom-tabs .panels .panel input[type=text] {
		padding-left: 15px;
	}

	.account-settings-address .custom-tabs .module-tab div:not(.delivery-small) {
		font-size: 11px;
	}

	.account-settings-address .custom-tabs .module-tab div.delivery-small {
		line-height: 1;
	}

	.account-settings-address .custom-tabs .module-tab {
		padding: 6.5px 14px !important;
	}

	.account-settings-address .custom-tabs .module-tab:not(:first-child) {
		border-left: 1px solid #FFCC00;
	}

	.account-settings-address .custom-tabs .panels .panel .IPOL_FIVEPOST_pvzLair a {
		width: 100%;
	}
}

.account-settings-address__wrapper-input {
    position: relative;
    border: 1px solid white;
}

.account-settings-address__wrapper-input.error {
    border: 1px solid red;
}

.prompt-city {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 60px;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.prompt-city.hidden {
    display: none;
}

.prompt-city__icon {
	color: #000000;
	cursor: pointer;
}

.prompt-city__message {
    position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	width: 315px;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
	border: 1px solid #FFCC00;
	border-radius: 8px;
	background-color: #ffffff;
	color: #000000;
	opacity: 0;
}

.prompt-city__close { 
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 100;
    width: 14px;
    height: 14px;
    padding: 3px;
}

@media (min-width: 768px) {
    .prompt-city:hover .prompt-city__message {
        z-index: 100;
        opacity: 1;
    }

    .prompt-city__close {
        display: none;
    }
}

@media (max-width: 768px) {
    .prompt-city__message {
        width: calc(100vw - 150px);
    }

    .prompt-city__message.visible {
        z-index: 100;
        opacity: 1;
    }
}

.account-select__button-delete {
    position: relative;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.account-select__button-delete:hover path {
    stroke: #FFCC00;
}

.account-select__item .account-select__button-delete {
    z-index: -10;
    opacity: 0;
    transition: opacity 0.3s, z-index 0.3s;
}

.account-select__item:hover .account-select__button-delete {
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s, z-index 0.3s;
}

.account-settings-address__wrapper-input-checkbox{
    display:flex;
    gap:10px;
    border:none;
}
.account-settings-address__wrapper-input-checkbox label {
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.account-settings-address__wrapper-input-checkbox label:has(input:checked)::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3px;
    top: 0;
    z-index: 3;
    background: #FFCC00;
    border-radius: 5px;
    bottom: 0;
    margin: auto;
}
.account-settings-address__wrapper-input-checkbox input[type="checkbox"]{
    display:none !important;
}
section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.notInStock .bx-soa-item-imgcontainer{
    filter:grayscale(1);
}
section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.notInStock .bx-soa-item-content .bx-soa-item-title a,
section.in-bucket .step-one .step-body .bx-soa-section .bx-soa-item-tr.notInStock .bx-soa-item-td .bx-price,
.bx-soa-item-tr.notInStock .special-select .nice-select span.current{
    color:#b6b6b6;
}
.notInStockWarning{
    font-size:16px;
    margin: 25px 0 0 8px;
    padding:10px 20px;
    border:1px solid #ff0000;
    background: #ffc1c1;
    color:#000;
    max-width: 678px;
}
@media(max-width:705px){
    .notInStockWarning{
        margin-left: 0;
        font-size:14px;
        max-width:400px;
    }
}
/* End */
/* /local/components/2quick/tqOrder_basket/templates/.default/style.css?175498715482969 */
