#page__account .account__navigation ul li .fa {
    font-size: 24px;
}


#page__account, .page__account {
    padding: 30px 0 50px;
}

#page__account .account__navigation {
    margin-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
}

#page__account .account__navigation .curent__item {
    display: none;
}

#page__account .account__navigation ul {
    gap: 3em;
}

#page__account .account__navigation li:nth-child(3) a:hover svg path {
    stroke: var(--orange) !important;
}

#page__account .account__navigation a {
    align-items: center;
    padding: 0 0 15px;
    position: relative;
    top: 3px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    border-bottom: 5px solid transparent;
}

#page__account .account__navigation a:hover, #page__account .account__navigation a.active {
    color: var(--orange);
    border-color: var(--orange);
}

#page__account .account__navigation a:hover svg path, #page__account .account__navigation a.active svg path {
    fill: var(--orange) !important;
}

#page__account .account__navigation a.cabinet:hover svg path, #page__account .account__navigation a.cabinet.active svg path {
    stroke: var(--orange) !important;
}

#page__account .account__navigation a svg {
    width: 24px;
    height: 24px;
}

#page__account .account__navigation a .info svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

#page__account .account__navigation a.active, #page__account .account__navigation a:hover {
    color: var(--orange);
}

#page__account .account__navigation .data a {
    border-radius: 10px 10px 0 0;
    border: 1px solid #EBEBEB;
    background: #F7F7F7;
    padding: 5px 15px;
    font-weight: 700;
    align-items: center;
    gap: 15px;
    position: relative;
    top: 1px;
    min-height: 48px;
}

#page__account .account__navigation .data a:hover {
    border-color: var(--orange);
}

#page__account .account__navigation .data span {
    display: block;
    font-weight: normal;
    font-size: 10px;
}

#page__account .account__navigation .data .price {
    font-size: 15px;
    color: var(--blue);
}

#page__account .pagination {
    justify-content: flex-start;
    padding: 15px 0 0;
}

#page__account .account__navigation .data a .info b {
    margin-bottom: 4px;
    display: inline-block;
}

.breadcrumbs__account h1 {
    display: none;
}

.account__box {
    border-radius: 25px;
    border: 3px solid #EBEBEB;
    padding: 30px;
}

.account__box .account__title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.seller__cabinet .account__box {
    background: #fff;
    box-shadow: 0 18px 60px rgba(29, 34, 124, 0.06);
}

.seller__cabinet .seller-add-book {
    display: block;
}

/*.seller__cabinet .seller-add-book > div > .form-group,*/
/*.seller__cabinet .seller-add-book > div > div:not(.alert):not(.form-group) {*/
/*    clear: both;*/
/*}*/

.seller__cabinet .seller-add-book hr {
    clear: both;
    border: 0;
    border-top: 1px solid #ebebeb;
    margin: 28px 0;
}

.seller__cabinet .row {
    display: flex;
    flex-wrap: wrap;
}

.seller__cabinet .row::before,
.seller__cabinet .row::after {
    display: none;
}

.seller__cabinet .col-sm-2,
.seller__cabinet .col-sm-3,
.seller__cabinet .col-sm-4,
.seller__cabinet .col-sm-6,
.seller__cabinet .col-sm-12 {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#additional-parameters {
    clear: both;
}

.seller__cabinet .col-sm-2 {
    width: 16.66666667%;
}

.seller__cabinet .col-sm-3 {
    width: 25%;
}

.seller__cabinet .col-sm-4 {
    width: 33.33333333%;
}

.seller__cabinet .col-sm-6 {
    width: 50%;
}

.seller__cabinet .col-sm-12 {
    width: 100%;
}

.seller__cabinet .form-control,
.seller__cabinet select.form-control,
.seller__cabinet textarea.form-control {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.account__settings a {
    color: var(--grey);
    text-decoration: underline;
}

.account__settings a:hover {
    text-decoration: none;
}

.seller__cabinet .form-group input {
    padding: 10px 15px;
}

.seller__cabinet textarea.form-control {
    min-height: 120px;
    padding: 12px 18px;
}

.seller__cabinet select.form-control {
    padding: 0 42px 0 18px;
}

.seller__cabinet .form-control:focus {
    border-color: var(--orange);
    outline: none;
    box-shadow: 0 0 0 3px rgba(250, 174, 69, 0.14);
}

.seller__cabinet .h4-price {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin: 0 0 12px 12px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.seller__cabinet form.seller-add-book div[class^="col-"] label {
    min-height: 35px;
}

.seller__cabinet #original-price, .seller__cabinet #print-price {
    margin-left: 5px;
}

.seller__cabinet .info-color {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    color: var(--orange);
    cursor: help;
}

.seller__cabinet .info-color::after {
    content: attr(data-content);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    z-index: 30;
    width: max-content;
    max-width: 260px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #1d227c;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    box-shadow: 0 14px 34px rgba(29, 34, 124, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity .18s ease, transform .18s ease;
}

.seller__cabinet .info-color:hover::after,
.seller__cabinet .info-color:focus::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.seller__cabinet .images-wrapper {
    margin-top: 14px;
}

.seller__cabinet .images-wrapper .sortable,
.seller__cabinet .images-wrapper .no-sortable {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.seller__cabinet .images-wrapper .img-wrapper {
    position: relative;
    overflow: hidden;
    width: 118px;
    min-height: 118px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #f7f7f7;
}

/*.seller__cabinet .images-wrapper .img-wrapper img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 118px;*/
/*    object-fit: cover;*/
/*}*/

.seller__cabinet .images-wrapper .img-wrapper .delete {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #d12626;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    cursor: pointer;
}

.seller__cabinet .btn.btn-warning,
.seller__cabinet .btn.btn-default,
.seller__cabinet .btn.btn-white-tr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 10px;
}


.seller__cabinet .form-control[disabled], .seller__cabinet fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.seller__cabinet .form-control[disabled], .seller__cabinet .form-control[readonly], .seller__cabinet fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    padding: 10px 15px;
}

.seller__cabinet label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}
.seller__cabinet .btn {
    width: 150px;
    padding: 0;
    font-size: 14px;
    height: 40px;
    line-height: normal;
    margin-top: 10px;
}

.userfile.user__file__mobile label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.userfile.user__file__mobile input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#page__account > .container > .userfile.user__file__mobile form {
    width: 100%;
    padding: 0;
}

#page__account > .container > .userfile.user__file__mobile label {
    min-height: 72px;
    border: 1px dashed var(--orange);
}

#page__account > .container > .userfile.user__file__mobile label:hover {
    background: rgba(254, 192, 47, 0.2);
}

.account__form {
    width: 100%;
    max-width: 600px;
}

.account__form input, .account__form textarea, .account__form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    font-style: italic;
}

.account__form .label {
    margin-bottom: 2px;
    font-size: 14px;
    color: #999999;
    font-style: italic;
}

.account__form .flex .form__item {
    width: calc(50% - 10px);
}

.account__form .flex__save {
    align-items: center;
}

.account__form .btn-orange {
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.account__form .input__date {
    background: url("/web/themes/printto2025/images/calendar.svg") 100% 50% no-repeat;
}

.account__settings .filters {
    justify-content: flex-start;
    gap: 20px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}

.account__settings .filters.buttons_inline {
    margin-bottom: 0;
}

.account__settings .filters.buttons_inline a {
    height: 20px;
    font-size: 13px;
}


.account__settings .filters a {
    padding: 20px;
    /* color: #000;
     border-bottom: 1px solid transparent;*/
}

.account__settings .filters a:hover, .account__settings .filters a.active {
    /*color: var(--orange);*/
    border-color: var(--orange);
}

.account__files {
    position: relative;
}

.account__files .userfile {
    position: absolute;
    top: -60px;
    right: 0;
    width: calc(50% - 5px);
}
.account__files .userfile {
    height: 58px;
}


.account__files .userfile label {
    text-align: left;
    padding: 5px 15px;
}

.account__files .userfile .flex {
    justify-content: flex-start;
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-bottom: 5px;
}

.account__files .item {
    width: calc(50% - 5px);
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    padding: 24px;
    margin-top: 10px;
}

.account__files .item .info {
    position: relative;
    line-height: 21px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap;*/
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    overflow: hidden;
    /* height: 75%;*/
}


.account__files .item .info img {
    width: 95px;
    height: auto;
}

.account__files .item .info .data {
    flex-grow: 1;
    /* margin-left: 120px;*/
    max-width: 320px;
}

.account__files .item .info.mob a.preview_img {
    position:absolute;
}

.account__files .item .info .name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    word-break: break-word;
}

.account__files .item .info .name a {
    color: var(--black);
}

.account__files .item .info .date {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

.account__files .item .info p {
    font-size: 15px;
}

.account__files .item .actions {
    padding: 12px 0 0;
}

.account__files .item .actions .btn {
    width: 150px;
    padding: 0;
    font-size: 14px;
    height: 40px;
    line-height: normal;
    margin-top: 10px;
}

.account__files .item .actions a {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.account__files .item .actions a svg {
    width: 20px;
}

.account__files .item .actions a:hover {
    border-color: var(--orange);
}

.account__files .item .actions .flex {
    gap: 15px;
    margin-top: 10px;
}


.account__prints {
    position: relative;
}

.account__prints .pagination__arrow {
    position: absolute;
    top: -40px;
    right: 0;
    gap: 30px;
}

.account__prints .item {
    align-items: center;
    position: relative;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    line-height: 30px;
    padding: 10px 0;
}

.account__prints .item .list {
    gap: 15px;
    align-items: center;
}

.account__prints .item img {
    height: auto;
    /*height: 110px;*/
}

.account__prints .item a.repeat {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
    font-weight: 600;
}

.account__prints .item strong a {
    color: #605959;
    font-weight: 600;
}

.account__prints .item strong a:hover, .list__orders .detail__order .data__list .name a:hover {
    color: #f8a34b;
}

.account__prints .item a:hover {
    border-color: transparent !important;
}

.account__prints .item .data {
    text-align: right;
    font-weight: 700;
}

.account__prints .item .data .price {
    color: var(--blue);
    font-size: 17px;
}

.account__prints .item .data a {
    color: var(--blue);
    border-color: var(--blue);
    border-bottom: 1px solid var(--blue);
    font-weight: 600;
}

.account__prints .item .more {
    cursor: pointer;
}

.account__prints .item .more:hover path {
    fill: var(--orange) !important;
}

.account__prints .item .hidden {
    display: none;
}

.account__prints .item .hidden.open {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.account__prints .item__zamv {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    margin-bottom: 15px;
    position: relative;
}

/*.account__prints .item__zamv:last-child {
    margin-bottom: 0;
}*/

.account__prints .item__zamv .info {
    padding: 0 0 0 110px;
}

.account__prints .item__zamv .info img {
    width: 100px;
    /*height: 100px;*/
    position: absolute;
    top: 0;
    left: 0;
}

.account__prints .item__zamv .info .name {
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
}

.account__prints .item__zamv .info .date {
    margin-bottom: 10px;
}

.account__prints .item__zamv .info p {
    line-height: 22px;
}

.account__prints .item__zamv .actions {
    padding: 12px 0 0;
}

.account__prints .item__zamv .actions .btn {
    line-height: 40px;
    font-size: 14px;
}

.account__prints .item__zamv .actions a {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.account__prints .item__zamv .actions a.download_file {
    width: 40px;
    height: 40px;
}

.account__prints .item__zamv .actions a:hover {
    border-color: var(--orange);
}

.account__prints .item__zamv .actions a svg {
    width: 20px;
    height: 20px;
}

.account__prints .item__zamv .actions .flex {
    gap: 15px;
}

.order__proccess {
    align-items: center;
    margin-bottom: 30px;
}

.detail__order .order__proccess {
    margin-top: 30px;
    border-bottom: 1px solid #EBEBEB;
}

.order__proccess .btn {
    padding: 0 22px;
    margin-bottom: 30px;
}

.order__proccess .slide {
    width: 680px;
}

.order__proccess ul {
    width: 680px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.order__proccess ul.width_240 {
    width: 240px;
}

.order__proccess ul li {
    position: relative;
    padding-bottom: 10px;
    min-width: 90px;
}

.order__proccess ul li:after {
    position: absolute;
    top: 18px;
    right: -60px;
    width: 65px;
    height: 1px;
    content: "";
    background: #D6D6D6;
}

.order__proccess ul li:last-child:after {
    display: none;
}

.order__proccess ul li.active .icon {
    background: var(--orange);
}

.order__proccess ul li.active .icon path {
    fill: #fff !important;
}

.order__proccess ul span {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.order__proccess ul .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #F7F7F7;
    margin: 0 auto 10px;
}

.order__proccess .active .fa.fa-check {
    color: #fff;
}
.order__proccess .fa.fa-check {
    color:  var(--orange);
}

.order__proccess ul li .icon.done-success {
    background: #7dce1ccc;
}

.account__sidebar {
    align-items: flex-start;
}

.account__sidebar .account__box {
    width: 710px;
}

.account__sidebar .order__data {
    width: 365px;
}

.account__sidebar .order__data .actions {
    width: 100%;
    margin-bottom: 15px;
}

.account__sidebar .order__data .actions .btn {
    width: calc(50% - 8px);
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    line-height: 1.3;
    margin-bottom: 5px;
}

.account__sidebar .order__data .information {
    border-radius: 25px;
    border: 3px solid #EBEBEB;
}

.account__sidebar .order__data .information .row {
    align-items: flex;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px 10px 25px;
}

.account__sidebar .order__data .information .row:nth-child(2n) {
    background: #F7F7F7;
}

.account__sidebar .order__data .information .row p {
    width: 175px;
    font-weight: 300;
}

.account__sidebar .order__data .information .row strong {
    width: calc(100% - 180px);
    text-align: center;
}

.account__sidebar .order__data .information .row strong.delivery-name {
    display: flex;
    gap:10px;
    line-height: 24px;
}

.account__sidebar .order__data .information .note {
    padding: 10px 10px 10px 25px;
    font-size: 13px;
    line-height: 22px;
}

.list__orders .item {
    padding: 20px 30px 20px 30px;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #EBEBEB;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.list__orders .item:after {
    position: absolute;
    top: 34px;
    width: 20px;
    height: 20px;
    right: 30px;
    transition: all 0.2s;
    content: "";
    background: url("/web/themes/printto2025/images/arrd.svg") 50% 50% no-repeat;
    background-size: 100%;
}

.list__orders .item.active {
    border-color: var(--orange);
}

.list__orders .item.active:after {
    background: url("/web/themes/printto2025/images/arrdo.svg") 50% 50% no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

.list__orders .item:last-child {
    margin-bottom: 0;
}

.list__orders .item .image {
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    /* min-width: 300px;*/
}

.list__orders .item .image img {
    width: 60px;
}

.list__orders .item .status {
    position: relative;
    color: var(--orange);
    /* padding-left: 15px;*/
}

.list__orders .item.item_cab_market .status {
    padding-left: 15px;
}

.list__orders .item .status:after {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    content: "";
}

.list__orders .item .status.red {
    color: red;
}

.list__orders .item .status.red:after {
    background: red;
}

.list__orders .item .status.green {
    color: green;
}

.list__orders .item .status.green:after {
    background: green;
}

.list__orders .item .status.grey {
    color: var(--grey);
}

.list__orders .item .status.grey:after {
    background: var(--grey);
}

.list__orders .item .price {
    /*margin-right: 50px;*/
    width: 120px;
}


.list__orders .item .price strong {
    display: inline-block;
    margin-left: 5px;
}

.list__orders .detail__order {
    width: 100%;
    border-top: 1px solid #EBEBEB;
    margin: 20px 0 0;
    display: none;
}

.list__orders .detail__order .list {
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    border-right: 1px solid #EBEBEB;
}

.list__orders .detail__order .list .item__list {
    position: relative;
    line-height: 1.5;
    padding: 20px 0 20px 120px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
}

.list__orders .detail__order .list .item__list:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.list__orders .detail__order .list .item__list img {
    position: absolute;
    top: 20px;
    left: 0;
    max-width: 110px;
}

.list__orders .detail__order .list .item__list .name {
    font-weight: 700;
    margin-bottom: 5px;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.list__orders .detail__order .list .item__list .flex {
    justify-content: flex-start;
    gap: 30px;
    margin-top: 5px;
}

.list__orders .detail__order .information {
    width: 50%;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    position: sticky;
    top: 70px;
    align-self: flex-start;
    margin-bottom: 20px;
}

.list__orders .detail__order .information img {
    /* width: 60px; */
    height: auto;
}

.list__orders .detail__order .information .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.list__orders .detail__order .information p.flex {
    min-width: 220px;
}

.list__orders .detail__order .information p.flex span {
    position: relative;
    color: var(--orange);
    padding-left: 20px;
}

.list__orders .detail__order .information p.flex span:after {
    position: absolute;
    top: calc(50% - 4px);
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    content: "";
}

.list__orders .detail__order .information p.flex span.red {
    color: red;
}

.list__orders .detail__order .information p.flex span.red:after {
    background: red;
}

.list__orders .detail__order .information p.flex span.green {
    color: green;
}

.list__orders .detail__order .information p.flex span.green:after {
    background: green;
}

.list__orders .detail__order .information p.flex span.grey {
    color: var(--grey);
}

.list__orders .detail__order .information p.flex span.grey:after {
    background: var(--grey);
}

.list__orders .detail__order .information .actions {
    width: 100%;
    margin-top: 20px;
}

.list__orders .detail__order .information .actions .btn {
    width: auto;
    padding: 0 20px;
    height: 40px;
    /*line-height: 40px;*/
    font-size: 14px;
}

.list__orders .detail__order .information .actions .btn:hover {
    color: #fff !important;
}

.list__orders .detail__order .information .actions .btn-grey-tr {
    border-color: #999999 !important;
    color: #999;
}

.list__orders .detail__order .data__list .row__tth {
    line-height: 26px;
}


.account__prints .item {
    padding: 0 40px 15px 0;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0;
}

.account__prints .item:after {
    right: 0;
}

.item .info {
    width: 200px;
}

.account__prints .item .data {
    text-align: right;
    width: 170px;
}

.account__prints .item .data .price {
    margin: 0;
    width: auto;
}

.account__prints .item .data .status {
    color: #000;
}

.account__prints .item .data .status:after {
    display: none;
}

.account__prints .item .list.list-2 {
    width: 600px;
    justify-content: start;
}

.account__files .item .actions a img {
    width: 20px;
}

.cabinet-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.cabinet-menu li {
    position: relative;
}

.cabinet-menu a {
    text-decoration: none;
    color: #333;
    padding: 8px 10px;
    border-radius: 6px;
    transition: 0.2s;
    display: flex;
    align-items: center;
}

.cabinet-menu a.active,
.cabinet-menu a:hover {
    background: #f0f0f0;
}


.account__settings .account__form input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    color: transparent;
}

input[type="date"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}


.order-image-placeholder {
    width: 65px;
    height: 90px;
    aspect-ratio: 1 / 1;
    background: #f2f2f2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9a9a;
    font-size: 13px;
    text-align: center;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.item__zamv .order-image-placeholder {
    position: absolute;
    left: 15px;
}

.order-image-placeholder span {
    position: absolute;
    bottom: 0;
    font-size: 10px;
}


.order-image-placeholder::before,
.order-image-placeholder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.8),
            inset 0 -1px 0 rgba(0,0,0,0.12);
}

.order-image-placeholder::before {
    transform: rotate(45deg);
}

.order-image-placeholder::after {
    transform: rotate(-45deg);
}


.order-image-placeholder::content {
    content: "No Image";
}


#page__account .list__orders .item_clickable {
    display: contents;
}

#page__account .data small {
    color: #979797;
    font-size: 13px;
}

#page__account .data small a {
    text-decoration: underline;
    color: #686868;
}

.actions.flex .h4-price {
    font-size: 20px;
    color: #4e4e4e;
}

#page__account .actions.flex .fa-times {
    color: #9b2400;
    font-size: 26px;
    vertical-align: middle;
    margin-top: 8px;
}

#page__account .actions.flex .fa-check {
    color: #409b33;
    font-size: 26px;
    vertical-align: middle;
    margin-top: 8px;
}

#page__account .actions.flex .btn-grey-tr {
    padding: 0;
}

#page__account .actions.flex .btn-grey-tr:hover {
    background: transparent;
}

#page__account .text-center {
    text-align: center;
}

#page__account .seller-promo .thumbnail {
    display: block;
    padding: 8px 4px 4px 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

#page__account .seller-promo .thumbnail h4 {
    font-size: 16px;
    font-weight: 500;
}

input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 18px;
    background-size: auto;
    background-size: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #EBEBEB;
}

.col-sm-3 {
    width: 25%;

}

.col-sm-6 {
    width: 50%;
}

.col-sm-6, .col-sm-3 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



form.seller-add-book label.format-label input[type="radio"]:checked + div {
    color: #333;
    background-color: #fde1bc;
    border-color: #faae45;
}
form.seller-add-book label.format-label input[type="radio"] + div {
    font-weight: 400;
    display: block;
    border-radius: 4px;
    border: solid 1px #ddd;
    cursor: pointer;
}

form.seller-add-book label.format-label input[type="radio"]:checked + div {
    color: #333;
    background-color: #fde1bc;
    border-color: #faae45;
}
form.seller-add-book label.format-label input[type="radio"] + div {
    font-weight: 400;
    display: block;
    border-radius: 4px;
    border: solid 1px #ddd;
    cursor: pointer;
}

form.seller-add-book input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

form.seller-add-book h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;

}

form.seller-add-book p {
    margin: 0 0 10px;
}

form.seller-add-book div[class^="col-"] label, form.seller-add-book div.form-group label {
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 15px;
    color: #000;
    display: block;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    text-align: left;
    margin-bottom: 20px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


@media screen and (max-width: 1179px) {
    .account__form {
        width: 100%;
        max-width: 100%;
    }

    #page__account .account__navigation {
        position: relative;
    }

    #page__account .account__navigation .curent__item {
        display: none;
        font-weight: 600;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        cursor: pointer;
        height: 40px;
        border-radius: 6px;
        border: 1px solid #ebebeb;
        width: 100%;
        padding: 0 20px 0 15px;
        background: url(/web/themes/printto2025/images/arrd.svg) calc(100% - 15px) 50% no-repeat;
        background-size: 15px;
        margin-bottom: 20px;
    }

    #page__account .account__navigation .curent__item svg, #page__account .account__navigation a svg {
        width: 20px;
        height: 20px;
    }

    #page__account .account__navigation ul li .fa {
        font-size: 20px;
    }

    #page__account .account__navigation .flex {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    #page__account .account__navigation .data {
        position: absolute;
        top: -65px;
        right: 0;
    }

    #page__account .account__navigation .data a {
        border-radius: 15px;
    }

    .account__files .item {
        width: 100%;
    }

    .account__files .userfile {
        position: relative;
        top: 0;
        width: 100%;
    }

    .account__files .userfile span {
        margin-top: 5px;
        font-size: 12px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .account__prints .item .list.list-2 {
        width: 300px;
        justify-content: start;
    }

    .seller__cabinet .col-sm-3 h3 {
        font-size: 20px;
    }
}

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


    .userfile .file__title {
        border: none;
        background: none;
    }


    #page__account .account__navigation {
        position: relative;
    }

    #page__account .account__navigation .curent__item {
        display: flex;
    }

    #page__account .account__navigation ul {
        width: 100%;
        padding: 0 15px 5px;
        border-radius: 10px;
        margin: 0px 0 15px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: none;
    }

    #page__account .account__navigation ul li:last-child a {
        border-bottom: none;
    }

    #page__account .account__navigation ul a {
        display: flex;
        justify-content: flex-start !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        align-items: center;
        padding: 10px 0;
        font-weight: 600;
        font-size: 15px;
    }

    #page__account .account__navigation .data {
        position: relative;
        top: 0;
        width: 100%;
    }

    .account__form {
        width: 100%;
    }

    .account__box {
        padding: 15px;
    }

    .account__box .account__title {
        font-size: 18px;
    }

    .account__settings .filters a {
        font-size: 13px;
    }

    .account__form .btn-orange, .account__form .flex .form__item {
        width: 100%;
    }

    .account__files-cabdruk {
        /*margin-top: 100px;*/
        position: relative;
        border: none;
        padding: 0;
    }

    .account__files-cabdruk > .flex {
        align-items: center;
    }

    .account__files-cabdruk form.flex {
        /*width: 100%;*/
    }
    .account__files-cabdruk form.flex .btn {
        padding: 0 30px 0 10px;
    }
    .account__files-cabdruk form.flex .btn[name="view"] {
        display: none;
    }

    .account__files {
        position: relative;
    }

    .account__files-cabdruk .userfile.user__file__mobile {
        top: -105px;
        left: -30px;
        width: calc(100% + 60px);
        position: absolute;
    }

    .account__files-cabdruk .userfile.user__file__mobile span {
        font-size: 8px;
    }

    .account__files .userfile .flex {
        width: 100%;
        font-size: 12px;
        justify-content: center;
    }

    #page__account .account__navigation {
        border-bottom: none;
        margin-bottom: 0;
    }

    .account__settings .filters {
        margin-top: 20px;
    }

    #page__account .alert {
        margin-top: 20px;
        font-size: 14px;
    }

    .account__box .account__title {
        display: none;
    }

    .account__files .item .info {
        padding-left: 75px;
        font-size: 14px;
        gap: 1rem;
    }

    .account__files .item .info img {
        width: 65px;
    }

    .account__files .item.item_f_druk .info .data {
        width: calc(100% - 80px);
        margin-left: 90px;
    }

    .account__files .item .info .name {
        word-break: break-all;
        font-size: 14px;
    }

    .account__files .item .info.mob {
        padding-left: 0;
    }

    .account__files .item {
        padding: 10px;
    }

    .account__files .item .info p {
        font-size: 14px;
    }

    .account__prints .item__zamv .actions {
        gap: 0 !important;
        justify-content: space-between !important;
    }

    .account__prints .item__zamv .actions .btn {
        order: 1;
        width: calc(100% - 55px);
    }

    .account__prints .item__zamv .actions .flex {
        order: 0;
        width: 40px;
    }

    .account__prints .item .list.list-2 {
        width: 300px;
        justify-content: start;
    }

    .seller__cabinet .col-sm-2,
    .seller__cabinet .col-sm-3,
    .seller__cabinet .col-sm-4,
    .seller__cabinet .col-sm-6,
    .seller__cabinet .col-sm-12 {
        width: 100%;
        flex: 0 0 100%;
    }

    .seller__cabinet .form-control, .seller__cabinet select.form-control {
        margin-bottom: 5px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.pagination a, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}

.pagination a:hover {
    color: #fff;
    background: var(--orange);
    border-color: var(--orange);
}

.pagination span.current, .pagination li.active a  {
    border-color: var(--orange);
    color: var(--orange);
}

.pagination span {
    border-color: transparent;
}

.pagination li.disabled {
    border-radius: 5px;
}

.pagination li.active a:hover {
    color: #fff;
}

.detail__order .information .delivery-address {
    width: 200px;
    color: #000;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

@media screen and (min-width: 778px) {
    .account__files .items.list .item {
        width: 100%;
        padding: 1rem;
        display: flex;
    }
    .account__files .items.list .item > .info {
        flex-grow: 1;
    }
    .account__files .items.list .item .actions.flex {
        gap: 1rem;
        justify-content: end;
    }
    .account__files .items.list .item .info .data {
        max-width: 700px;
    }
}

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

    #page__account .order__proccess ul {
        width: 100%;
    }

    #page__account .order__proccess ul li {
        min-width: 50px;
    }

    #page__account .order__proccess .slide {
        overflow-x: hidden;
    }

}

@media screen and (max-width: 650px) {
    .pagination, .pagination li,.pagination a {
        display:inline-block;
        line-height: 35px;
    }

    #page__account .pagination {
        text-align: center;
    }

    .order__proccess ul li::after {
        top: 18px;
        right: -35px;
        width: 40px;
    }

    #page__account .order__proccess .slide {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    #page__account .order__proccess ul li p {
        font-size: 12px;
    }

    #page__account .order__proccess ul li p span{
        font-size: 13px;
    }

}

@media screen and (max-width: 520px) {
    .order__proccess ul li::after {
        top: 18px;
        right: -15px;
        width: 20px;
    }
}


@media screen and (max-width: 500px) {
    .list__orders .detail__order .information {
        padding: 0;
    }

    #page__account .pagination {
        text-align: center;
        width: 100%;
    }

    #page__account .pagination li {
        display: inline-block;
        float: none;
    }

    #page__account .pagination,
    .pagination li,
    .pagination a {
        /*line-height: 25px;*/
    }

    #page__account .pagination li.active + li + li + li + li:not(.next),
    #page__account .pagination li.active + li + li + li + li + li:not(.next),
    #page__account .pagination li.active + li + li + li + li + li + li:not(.next),
    #page__account .pagination li.active + li + li + li + li + li + li + li:not(.next)
    {
        display: none;
    }

    #page__account .pagination a,
    .pagination span {
        /*
        width: 25px;
        height: 25px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 700;
        */
    }

    #page__account .order__proccess .slide {
        margin-left: 0;
        padding: 0 ;
        overflow-x: hidden;
    }

    /*.list__orders .detail__order .list .item__list .name {
        min-height: 30px;
    }*/
}

@media (max-width: 480px) {
    .bonus-table table th:nth-child(3),
    .bonus-table table td:nth-child(3) {
        display: none;
    }


    #page__account .order__proccess ul li p {
        font-size: 12px;
    }

    #page__account .order__proccess ul li p span{
        font-size: 13px;
    }

    #page__account .order__proccess ul .icon {
        width: 36px;
        height: 36px;
    }

    #page__account .order__proccess ul li {
        min-width: 50px;
    }


    #page__account .order__proccess ul li::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height:0;
        content: "";
        background: #D6D6D6;
    }

}

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


    #page__account .order__proccess ul li p {
        font-size: 10px;
    }

    #page__account .order__proccess ul li p span{
        font-size: 10px;
    }

    #page__account .order__proccess ul .icon {
        width: 26px;
        height: 26px;
    }

}


@media screen and (max-width: 400px) {
    /*.account__files .item .info.mob a.preview_img {*/
    /*    position: relative;*/
    /*}*/
    .account__files .item.item_f_druk .info .data {
        margin-left: 0
    }
}
