.body .site-title .content h1 {
    font-family: 'gilroy_extrabold';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.body .site-title .content h2 {
    font-family: 'open_sans_regular';
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.body .col-left ul li a .img {
    float: left;
    height: 27px;
    text-align: center;
    width: 22px;
}
.body .col-left ul li.summary a .img div {
    background-image: url('../../../img/customer/profile/summary.svg');
    background-size: 22px 16px;
    display: inline-block;
    height: 16px;
    margin-top: 6px;
    width: 22px;
}
.body .col-left ul li.orders a .img div {
    background-image: url('../../../img/customer/profile/orders.svg');
    background-size: 20px 12px;
    display: inline-block;
    height: 12px;
    margin-top: 8px;
    width: 20px;
}
.body .col-left ul li.adressBook a .img div {
    background-image: url('../../../img/customer/profile/address_book.svg');
    background-size: 20px 17px;
    display: inline-block;
    height: 17px;
    margin-top: 6px;
    width: 20px;
}
.body .col-left ul li.newsletter a .img div {
    background-image: url('../../../img/customer/profile/newsletter.svg');
    background-size: 22px 14px;
    display: inline-block;
    height: 14px;
    margin-top: 7px;
    width: 22px;
}
.body .col-left ul li.favourite a .img div {
    background-image: url('../../../img/customer/profile/favourite.svg');
    background-size: 22px 19px;
    display: inline-block;
    height: 19px;
    margin-top: 5px;
    width: 22px;
}
.body .col-left ul li.quotation a .img div {
    background-image: url('../../../img/customer/profile/quotation.svg');
    background-size: 20px 20px;
    display: inline-block;
    height: 20px;
    margin-top: 4px;
    width: 20px;
}
.body .col-left ul li.logout a .img div {
    background-image: url('../../../img/customer/profile/logout.svg');
    background-size: 17px 22px;
    display: inline-block;
    height: 22px;
    margin-top: 3px;
    width: 17px;
}
.body .col-left ul li.trees a .img div {    
    background-size: 17px 22px;
    display: inline-block;
    height: 22px;
    margin-top: 3px;
    width: 17px;
}
.body .col-left ul li a .imageLabel {
    float: left;
    margin-left: 16px;
    width: 130px;
}
.body .col-left ul li a .imageLabel.bold {
    font-family: 'open_sans_bold';
}

.col-wrapper .col-main {
    max-width: 950px;
    min-width: 950px;
    padding-left: 0px;
}
.col-wrapper .col-main .my-account {
    margin-bottom: 80px;
    width: 950px;
}

section.body .page-title {
    margin-top: 0px;
}
.body .page-title h3 {
    font-size: 20px;
    font-family: 'open_sans_regular';
    font-weight: normal;
    line-height: 20px;
}

#userPhotoRow {
    height: 105px;
    padding-bottom: 30px;
}
#userPhotoRow .col {
    height: 97px;
}
#userPhotoRow .col #image {
    border-radius: 97px;
    float: left;
    height: 97px;
    width: 97px;
}
#userPhotoRow .col .userName {
    font-family: 'gilroy_extrabold';
    font-size: 30px;
    float: left;
    line-height: 33px;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 20px;
    max-width: 660px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#userPhotoRow .col .edit {
    color: #ffbb39;
    cursor: pointer;
    display: block;
    float: right;
}
#userPhotoRow .col .edit * {
    color: #ffbb39;
    font-size: 14px;
}

.box-info .row {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    min-height: 115px;
}
.box-info .row:first-of-type {
    border-top: 1px solid #EAEAEA;
}
.dashboard .row .col,
.box-info .row .col {
    float: left;
    overflow: hidden;
    width: calc(100% - 100px);
}
.box-info .row.lastOrderRow .col.last,
.box-info .row#forgetButtonInfo .col.last {
    width: calc(100% - 95px);
}
.box-info .row .col h2 {
    font-family: 'open_sans_regular';
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
}
.box-info .row .col .info,
.box-info .row .col .info * {
    color: #9D9D9D;
    font-size: 14px;
    line-height: 18px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.dashboard .row .col.last,
.box-info .row .col.last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
    text-align: right;
    width: 100px;
}
.box-info .row.lastOrderRow .col.last {
    width: 100px;
}
.box-info .row#forgetButtonInfo .col.last {
    width: 110px;
}

.box-info .row #my-orders-table {
    height: 62px;
}
.box-info .row #my-orders-table tbody tr {
    border-top: 0px;
    border-bottom: 0px;
}

.box-info #forgetButtonInfo {
    height: auto;
    min-height: 115px;
}
#forgetButtonInfo .col p {
    margin-bottom: 0px;
    margin-top: 0px;
}
#forgetButtonInfo .col p:first-of-type {
    margin-top: 22px;
}
#forgetButtonInfo .col p:last-of-type {
    margin-bottom: 22px;
}
#forgetButtonInfo #removeButton {
    cursor: pointer;
}
#forgetButtonInfo #removeButton,
#forgetButtonInfo #removeButton * {
    line-height: 135px;
}
#forgetButtonInfo .animationContainer {
    display: none;
    margin: 0px auto 15px auto;
}

.my-account #my-orders-table {
    clear: both;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.my-account #my-orders-table tbody * {
    font-size: 11px;
    line-height: 11px;
}
.my-account #my-orders-table tbody tr {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.my-account #my-orders-table tbody tr td {
    height: 30px;
}
.my-account #my-orders-table tbody tr td a .linkLabel {
    color: #FFBB39;
}
.my-account #my-orders-table td {
    padding-right: 20px;
    text-align: left;
    vertical-align: middle;
}
.my-account #my-orders-table td * {
    color: #9D9D9D;
}
.my-account #my-orders-table td .label {
    margin-right: 5px;
}
.my-account #my-orders-table td .personalizationInfo {
    margin-top: 5px;
}
.my-account #my-orders-table td .personalizationInfo * {
    font-size: 11px;
    line-height: 14px;
}
.my-account #my-orders-table td .personalizationInfo .icon {
    background-image: url(../../../img/personalization/offer/personalize-symbol.svg);
    background-size: 12px 12px;
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: top;
}
.my-account #my-orders-table td .personalizationInfo p {
    color: #FFBB39;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 3px;
    margin-bottom: 0px;
}
.my-account #my-orders-table .fifth {
    width: 80px;
}
.my-account #my-orders-table .edit a {
    color: #ffbb39;
}

/*Szczegóły zamówienia*/
#orderDetailsContainer .page-title h3 {
    margin-bottom: 14px;
}
#orderDetailsContainer .page-title a,
#orderDetailsContainer .page-title span {
    font-size: 14px;
}
#orderDetailsContainer .order-date {
    margin-bottom: 10px;
}
#orderDetailsContainer .buttons {
    margin-bottom: 34px;
}
#orderDetailsContainer .buttons a {
    color: #FFBB39;
}
#orderDetailsContainer .box .box-content address {
    line-height: 24px;
}
#orderDetailsContainer .box .box-content,
#orderDetailsContainer .box .box-content * {
    line-height: 24px;
}
#orderDetailsContainer .box .box-content p {
    font-family: 'open_sans_regular' !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 16px;
    margin-bottom: 0px;
}
.order-items.order-details .table-caption {
    margin-bottom: 20px;
}

/*Książka adresowa*/
.addressContainer .addresses-list .col-1 {
    float: left;
    width: 430px;
}
.addressContainer .addresses-list .col-2 {
    float: right;
    width: 380px;
}
.addressContainer .addresses-list .col-1 > h3,
.addressContainer .addresses-list .col-2 > h3 {
    font-family: 'open_sans_regular';
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
}
.addressContainer .addresses-list .col-1 ol li.item,
.addressContainer .addresses-list .col-2 ol li.item {
    border: 3px solid #333333;
    box-sizing: border-box;
    display: block;
    padding: 12px;
    margin-bottom: 17px;
    width: 380px;
}
.addressContainer .addresses-list .col-1 ol li.item.empty,
.addressContainer .addresses-list .col-2 ol li.item.empty {
    border: 1px solid #dcd6cc;
    min-height: 66px;
}
.addressContainer .addresses-list .col-1 ol li.item h3,
.addressContainer .addresses-list .col-2 ol li.item h3 {
    font-size: 12px;
    font-family: 'open_sans_bold';
    margin-bottom: 16px;
}
.addressContainer .addresses-list .col-1 ol li.item p,
.addressContainer .addresses-list .col-2 ol li.item p {
    margin-bottom: 0px;
    line-height: 17px;
}
.addressContainer .addresses-list .col-1 ol li.item .addressContent,
.addressContainer .addresses-list .col-2 ol li.item .addressContent {
    margin-bottom: 16px;
}
.addressContainer .addresses-list .col-2 ol li.item > a {
    display: block;
}
.addressContainer #addNewAddressButton {
    float: right;
    margin-top: 23px;
    width: 290px;
}
.addressEditForm .selectCountryContainer .sbHolder {
    float: left;
    width: calc(100% - 19px);
}
.addressEditForm .selectCountryContainer .sbSelector {
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
    width: calc(100% - 30px);
}
.addressEditForm .selectCountryContainer .sbOptions {
    max-height: 200px !important;
    width: 100%;
}
.addressEditForm .selectCountryContainer .sbOptions li a {
    font-size: 12px;
    text-transform: uppercase;
}
.addressEditForm .checkboxRecord {
    margin-bottom: 10px;
}
.addressEditForm .checkboxRecord label {
    cursor: pointer;
}

/*Subskrypcje*/
.my-account .newsletter .buttons-set {
    margin-top: 45px;
}
.my-account .newsletter .buttons-set #addNewAddressButton {
    width: 300px;
}

/*Edytuj konto*/
.my-account {
    width: 812px;
}
.my-account form .validation-advice-parent {
    top: -6px !important;
}
.my-account form .inputContainer {
    box-sizing: border-box;
    border: 0;
    float: left;
    height: auto;
    padding: 0;
    margin-bottom: 18px;
    width: 100%;
}
.my-account form .inputContainer input,
.my-account form .inputContainer select {
    float: none;
    margin: 0;
    top: 0;
    width: 100%;
}
.my-account form .inputContainer .field {
    float: left;
    width: calc(100% - 19px);
}
.my-account form .postalCodeInputContainer {
    width: 190px;
}
.my-account form .requiredStar {
    background-size: 10px 10px;
    float: left;
    height: 10px;
    margin-left: 8px;
    position: relative;
    top: 15px;
    width: 10px;
}
.my-account form .form-list #userPhotoRow {
    cursor: pointer;
    float: left;
    margin-bottom: 25px;
    position: relative;
}
.my-account form .form-list #userPhotoRow #userPhotoLabel {
    line-height: 105px;
    margin-bottom: 0px;
    margin-right: 21px;
}
.my-account form .form-list #userPhotoRow #image {
    border-radius: 104px;
    height: 104px;
    width: 104px;
}
.my-account form .form-list #userPhotoRow #userPhotoLabel {
    float: left;
}
.my-account form .form-list #userPhotoRow #image {
    float: right;
}
.my-account form .form-list #userPhotoRow #uploadField {
    cursor: pointer;
    height: 104px;
    position: absolute;
    right: 0px;
    opacity: 0;
    width: 104px;
}
.my-account form .form-list #sendingInfoRow {
    display: none;
    float: left;
}
.my-account form .form-list #sendingInfoRow #sendingInfo {
    line-height: 105px;
    margin-left: 21px;
}
.my-account #changePasswordRow {
    margin-bottom: 20px;
}
.my-account #changePasswordRow label[for="change_password"] {
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: 1px;
    text-transform: uppercase;
}
.my-account .buttons-set {
    margin-top: 59px;
}
.my-account .buttons-set .button,
.my-account .buttons-set button{
    margin-top: 0px;
    margin-right: 10px;
    width: calc(50% - 10px);
}

/*Subskrypcja*/
.newsletter form {
    margin-top: 49px;
}

/*Pagination*/
.pager {
    float: right;
}

@media all and (max-width: 1230px) {
    .col-wrapper .col-left.sidebar {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 3px solid #000;
        padding-left: 16px;
        padding-right: 16px;
    }
    .col-wrapper .col-main {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .col-wrapper .col-main .my-account {
        margin-top: 25px;
        padding-bottom: 20px;
        width: auto;
    }
    
    .col-wrapper .col-main .my-account .addressContainer .addresses-list .col-2 {
        float: left;
    }
}
@media all and (max-width: 900px) {
    #userPhotoRow {
        padding-bottom: 0px;
    }
    #userPhotoRow .col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #userPhotoRow .col #image {
        display: none;
    }
    #userPhotoRow .col .userName {
        font-size: 25px;
        margin: 0px;
        white-space: normal;
    }
    
    #my-orders-table tbody tr td {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .box-info .row #my-orders-table {
        height: 62px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .my-account #my-orders-table tbody tr td {
        height: auto;
    }
    .my-account #my-orders-table tbody tr td.first {
        padding-top: 15px;
    }
    .my-account #my-orders-table tbody tr td.last {
        padding-bottom: 15px;
    }
    .my-account #my-orders-table tbody tr td a .linkLabel {
        font-size: 14px;
        line-height: 14px;
    }
    
    .my-account .buttons-set {
        margin-top: 20px;
    }
    .my-account .buttons-set .button,
    .my-account .buttons-set button {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
}

@media all and (max-width: 620px) {
    .addressContainer .addresses-list .col-1,
    .addressContainer .addresses-list .col-2 {
        width: auto;
    }
}
@media all and (max-width: 444px) {
    .addressContainer .addresses-list .col-1,
    .addressContainer .addresses-list .col-2 {
        width: 100%;
    }
    .addressContainer .addresses-list .col-1 ol li.item, 
    .addressContainer .addresses-list .col-2 ol li.item {
        box-sizing: border-box;
        width: 100%;
    }
    .addressContainer .addresses-list .col-2 #addNewAddressButton {
        width: 100%;
    }
}