@charset "UTF-8";

.cabinet{
    padding: 10px 0;
}

.cabinet-menu-nav{
    padding-right: 15px;
}

.cabinet-menu-content{
    padding-left: 15px;
}

/* MENU-SLEVA-STYLES */
.cabinet-content-line-v{
    border-right: 1px solid #CCCCD6;
}

.nav-tabs {
    display: flex;
    flex-direction: column;
}

.nav-link {
    text-align: left;
    text-decoration: none;
    align-items: center;
    color: var(--main-color);
}

.nav-link.active {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--main-color)
}

.h2-title {
    margin-bottom: 15px;
    font-family: inherit;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    color: var(--main-color);
}

.cabinet-menu.nav-tabs{
    border-bottom: 0;
}

.cabinet-menu.nav-tabs .nav-link{
    margin-bottom: 20px;
    color: #000033;
}

.cabinet-menu.nav-tabs .nav-item.show .nav-link, .cabinet-menu.nav-tabs .nav-link.active{
    border-bottom: 1px solid #B2B2C1;
}

/* CONTENT STYLES */

.tab-content {

}

/* CONTACT INFORMATION STYLES */

.btn.settings-btn {
    width: 133px;
    height: 68px;
    background-color: var(--main-color);
    border-radius: 4px;
}

.nav-link.nav-settings {
    color: var(--main-color);
    text-align: center;
    line-height: 1.25;
    padding: 0;
    height: 52px;
    width: 100%;
}

.nav-link.active {
    background-color: var(--main-color);
    text-transform: none;
    font-family: inherit;
}

.nav-pills.nav-settings {
    justify-content: space-between;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}

.nav-item.settings {
    display: flex;
    justify-content: center;
    background-color: var(--order-bg-color);
    position: relative;
}

.nav-item.settings::after{
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 60%;
    background-color: var(--card-border-color);
}

.nav-settings .nav-item.settings:last-child::after{
    content:none;
}

.nav-pills .nav-link.active {
    color: black;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    border: none;
    background-color: var(--order-bg-color);
}

.form-label {
    margin-bottom: 0;
    color: var(--main-color);
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
}

.form-outline {
    align-items: center;
}

.form-control {
    height: 4.5rem;
    margin-bottom: 0.625rem;
    text-decoration: none;
    background-color: white;
    border: 1px solid #B2B2C1;
    border-radius: 4px!important;
    font-weight: 600;
    color: #000033;
}

.form-control::placeholder{
    font-weight: 400;
}

.input-group-prepend {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: white;
    min-width: 7.5rem;
}

.input-group-prepend:last-child {
    margin-bottom: 20px;
}

.input-group-prepend.ext {
    min-width: auto;
}

.input-group-text {
    background-color: var(--white);
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
}

/*CHANGE PASSWORD STYLES*/

.input-lg:not(:last-child) {
    margin-bottom: 10px;
}

/* ADDRESS BOOK STYLES */

/* CARD */
.card {
    border: 1px solid #B2B2C1;
    border-radius: 4px;
    width: 18.438rem;
}

.card-wrapper {
    padding-top: 50px;
}

.address-book-card-wrap:not(:last-child) {
    margin-right: 30px;
}

.card-body {
    padding: 40px 20px 20px 20px;

}

.address-card-title {
    display: inline-block;
    padding-bottom: 0.313rem;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    color: var(--main-color);
}

.address-card-span {
    display: block;
    color: var(--main-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.address-card-span:not(:last-child) {
    /*padding-bottom: 5px;*/
}

.address-card-button {
    background: #000033;
    border-radius: 4px;
    color: var(--white);
    width: 220px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-button-span{
    margin-right: 5px;
}

/*ADDRESS BOOK DESIGN BUTTON*/

.add-design {
    display: flex;
    flex-direction: row-reverse;
}

.add-design-button {
    color: var(--main-color);
    font-size: 16px;
    margin-right: 50px;
}

/*CARD DESIGN*/

.address-book-card-wrap {
    margin: 0 auto;
    border: 1px solid var(--card-border-color);
    border-radius: 4px;
    position: relative;
    max-width: 400px;
}

.trash-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.address-book-card {
    position: relative;
    padding: 10px 20px 20px 20px;
}

.default-address-text {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    padding: 14px 40px;
}

.address-card-button.default {
    background-color: white;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.25;
    border: 1px solid #000033;
}

.address-card-phone a{
    color: #000033;
}

/*PAGINATION*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
    width: 7.688rem;
    border: 1px solid var(--card-border-color);
    border-radius: 4px;
    margin-left: auto;
}

.pagination-item {
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    color: #333;
}

.pagination-item:hover {
    background-color: #f5f5f5;
}

.pagination-separator {
    padding: 2px;
    display: inline-block;
    color: #333;
}

/* ORDERS */
.order-info-span-bold {
    display: block;
    color: var(--main-color);
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}

.order-info-span {
    display: block;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.25;
}

.order-payment-method-list {
    padding-left: 0;
}

.more-info-wrap {
    border-bottom: 1px solid var(--border-color);
}

.order-info-wrapper {
    flex-direction: column;
    display: flex;
    background-color: var(--main-bg-color);
}

.order-info-wrap {
    border-bottom: 1px solid var(--border-color);
}


.order-info-list {
    padding-left: 0;
}

.order-info-list-item {
    display: flex;
}

.order-info-list-span {
    margin-left: auto;
}

/* Small devices (landscape phones, 576px and up)*/
@media all and (min-width: 480px) {
    .more-info-list {
        flex-direction: column;
    }
}

/* Large devices (desktops, 992px and up)*/
@media all and (min-width: 992px) {

    .nav-link--with-line:after {
        content: "";
        display: block;
        position: absolute;
        top: 20%;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 60%;
        background-color: var(--card-border-color);
    }

    .nav-link--with-line {
        position: relative;
    }

}

/* X-Large devices (large desktops, 1200px and up)*/
@media all and (min-width: 1200px) {

    .order-info-list-item {
        display: flex;
        justify-content: space-between;
    }

    .visa-icon {
        margin-right: 10px;
    }

    .order-info {
        display: flex;
        justify-content: space-between;
    }

    .order-info-span-bold:last-child {
        margin-left: auto;
    }

    .more-info-wrap {
        align-self: center;
    }

    .total-product-item:last-child {
        padding-bottom: 5px;
    }

    .order-payment-method-item {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 5px;
    }

    .order-info-wrap {
        display: flex;
        justify-content: space-between;
    }

    .order-info-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media all and (min-width: 1400px) {

    .order-info-wrapper {
        flex-direction: row;
    }

    .order-info-wrap {
        border-bottom: none;
        display: flex;
    }

    .address-payment-wrap {
        display: flex;
        flex-direction: column;
        margin-left: 70px;
    }

    .order-info-list-span {
        margin-left: 40px;
    }

}


/* Order Cart */
.more-info-wrap {
    background-color: #F2F2F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.more-info-wrap.order-card {
    margin-bottom: 0;
}

.more-info-text-wrap {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 10px;
}

.btn.track-shipment-btn {
    min-width: 300px;
    height: 68px;
    background-color: var(--main-color);
    border-radius: 4px;

}

.order-main-info {
    flex-direction: column;
}

.order-main-info-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.more-info-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.order-info-span {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.more-info-list-item:last-child {
    display: flex;
}

.order-main-info-card-img {
    width: 95px;
}

.order-main-info-wrap {
    display: flex;
    padding-bottom: 50px;
}

.order-main-info-text {
    margin-left: 10px;
}

.order-main-info-text-span {
    color: var(--green);
}


/* Small devices (landscape phones,480px up)*/
@media all and (min-width: 480px) {

    .more-info-list-wrap {
        position: relative;
        display: flex;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

    .more-info-list-wrap:before {
        position: absolute;
        content: "";
        width: 45px;
        height: 0;
        border: 1px solid var(--card-border-color);
        align-items: center;
        display: flex;
        transform: rotate(90deg) translateX(60%);
        left: -72px;
    }

    .more-info-text-wrap {
        border-bottom: none;
    }

    .more-info-wrap {
        flex-direction: row;
        align-self: center;
    }

    .order-main-info-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .btn.track-shipment-btn {
        min-width: 180px;
        max-width: 209px;
    }

    .btn.track-shipment-btn:not(:last-child) {
        margin-right: 30px;
    }

    .more-info-list-wrap {
        align-self: center;
    }

    .more-info-text-wrap {
        margin-right: 25px
    }

}

@media all and (min-width: 769px) {

    .btn.track-shipment-btn {
        min-width: 209px;
    }

}


/* X-Large devices (large desktops, 1200px and up)*/
@media all and (min-width: 1200px) {

    .order-main-info {
        flex-direction: row;
    }

    .order-main-info-buttons {
        margin-left: auto;
        align-items: flex-end;
    }

    .track-shipment-btn {
        margin: 0;
    }

    .btn.track-shipment-btn:not(:last-child) {
        margin-right: 0;
    }

    .order-main-info-text {
        min-width: 400px;
    }

    .order-number-item {
        text-align: center;
    }

    .col-9.flex {
        display: flex;
        align-items: center;
    }

    .orders-card-wrapper {
        display: flex;
        flex-direction: column;
    }

    /*ORDER-CARD-STYLES*/

    .order-main-info {
        padding-top: 30px;
    }

    .order-main-info-img {

    }

    .order-main-info-text {

    }

    .order-main-info-wrap {
        display: flex;
    }

    .order-main-info-buttons {
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }

    .tracking-shipment-svg {
        margin-left: 10px;
    }

}

/* Saved Design */

.cabinet-pagination {
    display: flex;
    flex-direction: row-reverse;
}

.saved-design-card-wrap {
    margin-top: 30px;
    background-color: var(--main-bg-color);
    text-align: start;
}

.saved-design-card-facade {

}

.saved-design-card-info {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #B1B1B1;
}

.saved-design-card-text-bold {
    font-family: inherit;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
}

.saved-design-card-text {
    font-size: 16px;
    line-height: 1.25;
    margin-right: 30px;
}

.saved-design-card-text:not(:last-child) {
    margin-bottom: 20px;
}

.saved-design-card-span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

.saved-design-card-icon {
    display: block;
    margin-left: auto;
    align-self: center;
    cursor: pointer;
}

.saved-design-card-wrapper {
    padding: 20px;
    background-color: var(--white);

}

.saved-design-card-btn-wrap {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.address-card-button.white {
    color: var(--main-color);
    background: var(--white);
    border-radius: 4px;
    border: 1px solid var(--main-color);
}

.address-card-button:not(:last-child) {
    margin-bottom: 10px;
}

.saved-design-card-text-wrap {
    max-width: 300px;
    padding-left: 30px;
}


.saved-design-card-img {
    width: 150px;
    height: auto;
}

@media all and (max-width: 479px) {
    .saved-design-card-text {
        margin-right: 0;
    }
}

@media all and (min-width: 1200px) {
    .address-card-button {
        width: 100%;
    }

    .saved-design-card-wrapper {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .saved-design-adaptive-wrap {
        display: flex;
        flex-direction: row;
    }

    .saved-design-adaptive-wrap {
        margin: 0;
    }

    .saved-design-card-btn-wrap {
        display: flex;
        flex-direction: row;
        margin-left: 0;
        flex-wrap: wrap;
    }

    .address-card-button {
        margin: 0 0 10px 0;
    }

}

@media all and (min-width: 1400px) {

    .address-card-button {
        width: 100%;
    }

    .saved-design-adaptive-wrap {
        display: flex;
    }

}


@media all and (max-width: 575px) {

    .saved-design-card-img {
        width: 150px;
    }

}


@media all and (min-width: 576px) {

    .saved-design-card-img {
        width: 220px;
        height: auto;
    }

}

/* Quotes*/

.quotes-wrap {
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.more-info-icon {
    margin-left: 12px;
    transform: rotateZ(0deg);
    transition: transform 0.2s;
}

.cabinet-order-card.show .more-info-icon{
    transform: rotateZ(180deg);
    transition: transform 0.2s;
}

.shipping-address-wrapper {
    display: flex;
    background-color: var(--order-bg-color);
    padding: 20px 0;
    border: 0;
}

.shopping-address-list {
    width: 60%;
    padding-right: 10%;
}

.shipping-address-title {
    font-family: inherit;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.25;
    color: var(--title-color);
}

.shipping-address-item {
    font-size: 16px;
    line-height: 1.25;
}

.shipping-address-item:not(:last-child) {
    margin-bottom: 30px;
}

.order-total-wrap {

}

.order-total-price-wrap {
    display: flex;
    margin-left: auto;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.order-total-valid-span {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.order-total-valid-date {

}

.total-product-list-wrapper {
    width: 40%;
}

.total-product-list {
    padding-left: 0;
    border-bottom: 1px solid var(--border-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.total-product-item {
    display: flex;
}

.total-product-list-span:last-child {
    margin-left: auto;
}

.quotes-hug {
    display: flex;
    padding: 20px;
    justify-content: space-between;
}

.quotes-banners-item {
    margin-bottom: 5px;
}

.quotes-total-order-span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

.question-icon {
    position: fixed;
    bottom: 300px;
    right: 300px;
}

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

    .quotes-banners-list {
        padding-left: 0;
    }

    .shopping-address-list {
        width: auto;
    }

    .nav-pills.quotes-nav-list {
        display: inline-block;
        width: 50%;
        justify-content: space-between;
    }

}

@media all and (max-width: 991px) {

    .quotes-nav-layout {
        justify-content: space-around;
    }

    #pills-tab .nav-item {
        width: calc(50% - 5px);
    }

    .nav-link.nav-quotes {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: var(--order-bg-color);
    }

    .shipping-address-wrapper {
        display: flex;
        flex-direction: column;
    }

    .total-product-list-wrapper {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .shopping-address-list {
        width: auto;
        border-bottom: 1px solid var(--card-border-color);
        padding: 0 0 15px 0;
    }

    .quotes-hug{
        flex-wrap: wrap;
    }

    .quotes-banners-list{
        width: 100%;
        border-bottom: 1px solid var(--card-border-color);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .quotes-info-list{
        width: 100%;
        border-bottom: 1px solid var(--card-border-color);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .quotes-total-order-span{
        width: 100%;
        text-align: right;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media all and (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)*/
@media all and (min-width: 992px) {

    .shopping-address-list {
        padding-left: 0;
        border-bottom: none;
    }

}

/* Cabinet Modal */
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 50px auto auto auto;
    border: 1px solid #888;
    width: 290px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: modalopen;
    animation-duration: 0.5s;
    position: relative;
}

.modal-wrap {
    padding: 10px 20px 35px 20px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 0.625rem;
    right: 1.25rem;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Animation */
@keyframes modalopen {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes modalclose {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.modal.visible .modal-content {
    animation-name: modalclose;
    animation-duration: 0.3s;
}

.modal-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.25;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B2B2C1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.tracking-history {
    padding-top: 20px;
}

.tracking-code {

}

.current-status-wrap {
    display: flex;
    padding-top: 20px;
    padding-bottom: 30px;
}

.current-status-list {
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.current-status-item {

}

.current-status-span {
    color: var(--green);
}

.delivered-list {
    margin-left: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tracking-info-span {
    padding-bottom: 30px;
    border-bottom: 2px solid var(--card-border-color);
}

.nav-item.quotes {
    width: 25%;
    background-color: var(--order-bg-color);
    text-align: center;
    justify-content: center;
    display: flex;
    height: 52px;
}

.nav-cabinet-btn.quotes-nav {
    text-align: center;
}

/* PAGINATE */
.paginate{
    display: flex;
    justify-content: center;
}

.paginate ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #000033;
    border: 1px solid #B2B2C1;
    border-radius: 4px;
    padding: 9px 45px;
}

.paginate ul li{
    display: flex;
    align-items: center;
    margin-right: 9px;
}

.paginate ul li:last-child{
    margin-right: 0;
}

.paginate .page-prev a svg path{
    transition: fill 0.2s;
}

.paginate .page-prev a:hover svg path,
.paginate .page-next a:hover svg path{
    fill: #B2B2C1;
    transition: fill 0.2s;
}

.paginate .page-next{

}

.paginate .page-next svg{
    transform: rotateZ(180deg);
}

.paginate .page{
    width: 20px;
}

.paginate .page a{
    width: 100%;
    height: 100%;
}

.paginate .page-display{

}

.paginate .page-display > *:first-child{

}
.paginate .page-display > *:first-child::after{
    content: '/';
    display: inline-block;
    margin: 0 6px;
    font-size: 17px;
}
.paginate .page-display > *:last-child{

}

@media all and (min-width: 576px) {
    .modal-content {
        width: 500px;
    }
}

@media all and (min-width: 768px) {

    .modal-content {
        width: 655px;
    }

    /*MODAL-TABLE STYLE*/
    .tracking-table {
        border-collapse: collapse;
        width: 100%;
    }

    .tracking-table th, .tracking-table td {
        padding: 8px 12px;
        border-bottom: 1px solid #B2B2C1;
        text-align: left;
    }

    .tracking-table thead th {
        padding-top: 11px;
        padding-bottom: 11px;
    }

}

/* For small screens */
@media only screen and (max-width: 600px) {

    /* Hide the table headers */
    .tracking-table thead th {
        display: none;
    }

    /* Display the table rows as blocks */
    .tracking-table tbody tr {
        display: block;
        border-bottom: 1px solid #B2B2C1;
        margin-bottom: 10px;
    }

    /* Display the table cells as inline-blocks */
    .tracking-table tbody td {
        display: inline-block;
        text-align: left;
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    /* Add a pseudo element to display the table headers */
    .tracking-table tbody td:before {
        content: attr(data-label);
        display: inline-block;
        text-align: left;
        width: 33.3333%;
        font-weight: 800;
        margin-right: 5px;
    }

    /* Add margin to the last cell */
    .tracking-table tbody td:last-child {
        margin-bottom: 0;
    }

}

/* Other */

.menu-tabs {
    font-family: inherit;
    line-height: 1.25;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid #B2B2C1;
}

.nav-tabs .nav-link.active {
    text-transform: uppercase;
    color: var(--main-color);
}

@media all and (max-width: 575px) {

    .input-flex {
        flex-direction: column;
    }
    .input-flex  .ext {
        min-width: 7.5rem;
    }

}

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

    .h2-title {
        font-weight: 600;
        font-size: 27px;
        line-height: 34px;
    }

}



.cabinet-order-card{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.more-info-wrap.order-card{
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    border: 0;
    overflow: hidden;
}

.more-info-top{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px 20px 20px;
}

.more-info-text-wrap{
    margin: 0;
    width: auto;
    position: relative;
    padding-right: 30px;
}

.more-info-text-wrap::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background: var(--card-border-color);
    align-items: center;
    display: flex;
    right: 0;
    top: 5%;
}

.more-info-list-wrap{
    width: 70%;
    justify-content: space-between;
    padding-left: 30px;
}

.more-info-list-wrap > *:first-child{
    order: 1;
}

.more-info-list-item{
    margin: 0;
}

.more-info-bottom{
    width: 100%;
    border-top: 1px solid #B2B2C1;
}

.order-info-wrapper{
    background-color: transparent;
    padding: 20px 0;
}

.more-info-list-wrap:before{
    content: none;
}

.more-info-bottom{
    padding: 0 20px;
    height: 0;
    transition: height 0.2s;
}

.cabinet-order-card.show .more-info-bottom{
    height: 100%;
    transition: height 0.2s;
}

.order-price-info{
    border-bottom: 1px solid #B2B2C1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.order-payment-method-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.order-info-span-bold:last-child{
    margin: 0;
}

.order-payment-method-list{

}

.order-payment-method{
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.more-info-list-item-btn{
    cursor: pointer;
}

@media all and (max-width: 1399px) {

    .order-payment-method{
        margin-top: 0;
    }

    .order-price-wrap{
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #B2B2C1;
    }

    .order-main-info-text > *:first-child{
        font-size: 16px;
        line-height: 20px;
        font-weight: 800;
    }

}

@media all and (max-width: 1199px) {

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

    .more-info-text-wrap{
        width: auto;
    }

    .more-info-list-wrap{
        width: 60%;
    }

    .address-payment-wrap,
    .order-payment-method{
        margin-top: 15px;
    }

    .order-payment-method{
        justify-content: flex-start;
    }

    .order-main-info-wrap{
        margin-top: 20px;
    }

    .nav-item.quotes{
        margin-bottom: 10px;
    }

    .saved-design-card-wrapper{
        padding: 20px 0;
    }

    .saved-design-adaptive-wrap{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .saved-design-card-img-wrap{
        width: 45%;
    }

    .saved-design-card-img{
        width: 100%;
    }

    .saved-design-card-text-wrap{
        width: 45%;
        margin-left: 5%;
        padding-left: 0;
    }

    .saved-design-card-btn-wrap{
        flex-direction: row;
        justify-content: space-between;
    }

    .address-card-button{
        width: 48%;
    }

    .address-book-cards-wrap .address-card-button{
        width: 100%;
    }

    .nav-item.settings{
        margin-bottom: 5px;
    }

    .nav-settings .nav-item.settings:first-child::after{
        content: none;
    }

}

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

    .cabinet-content-line-v{
        border: 0;
    }

    .cabinet-menu-nav{
        padding: 0;
    }

    .cabinet-menu-content{
        padding: 0;
    }

    .more-info-text-wrap,
    .more-info-list-wrap{
        width: 50%;
        border: 0;
    }

    .order-price-wrap{
        margin-top: 15px;
        padding-top: 15px;
    }

    .order-main-info-buttons{
        justify-content: space-between;
    }

    .btn.track-shipment-btn,
    .btn.track-shipment-btn{
        width: 50%;
        margin: 0;
    }

    .more-info-text-wrap{
        padding-right: 10px;
    }

}

@media all and (max-width: 479px) {

    .saved-design-card-btn-wrap{
        flex-wrap: wrap;
    }

    .address-card-button{
        width: 100%;
    }



}