.width-100{
    width: 100%;
}

div.auth__page {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    color: #2f2f2f;
}

div.auth__page .hp-page__title {
    text-align: center;
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 700;
}

.form__form {
    width: 100%;
}

.form__form .hp-form__actions {
    order: -1;
    margin-bottom: 20px;
}

.form__form .hp-form__footer {
    flex-direction: column;
}

.form__form .hp-form__fields {
   margin: 0;
}

.hp-page__sidebar {
    display: none;
}

body .categories__slide-link.btn--02{
    white-space: unset;
    max-width: 90%;
}

.account_settings_page .hp-page__title{
    color: #2F2F2F;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #797979;
}
.account_settings_page  .hp-row{
    margin-right: 0;
    margin-left: 0;
}
.account_settings_page .hp-form__fields {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: end;
}
.account_settings_page .hp-field--attachment-upload .hp-field--button{
    color:#0554F2;
    font-weight: 600;
}


.account_settings_page .hp-form__field:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    text-align: center;
}
.account_settings_page .hp-field--attachment-upload .hp-row{
    flex-wrap: nowrap;
}
.account_settings_page .hp-form__field:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.account_settings_page .hp-form__field:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.account_settings_page .hp-form__field:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.account_settings_page .hp-form__field:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.account_settings_page .hp-form__field:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.account_settings_page .hp-form__field:nth-child(7) {
    grid-column: 2 / 3;
    grid-row: 4 / 4;
}

.account_settings_page .hp-form__field:nth-child(8) {
    grid-column: 3 / 4;
    grid-row: 4 / 4;
}
.account_settings_page .hp-form__field:not(:last-child){
    margin-bottom: 0;
}
.form__account {
    color: #2f2f2f;
}


/* .form__account .hp-form__field {
    max-width: 436px;
} */

.form__account small {
    display: none;
}

/* .form__account .hp-field--attachment-upload {
    height: 100%;
} */

/* .form__account .hp-form__field--attachment-upload .hp-row {
    height: 100%;
} */
.form__account .hp-field--attachment-upload>div:first-child>div{
    margin: 0;
}

.form__account .hp-form__field--attachment-upload .hp-col-sm-2,
.form__account .hp-form__field--attachment-upload .hp-col-xs-4  {
    max-width: 100%;
    flex-basis: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
}

.form__account .hp-form__field--attachment-upload .hp-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.form__account .hp-field--attachment-upload>div:first-child:not(:empty) {
    margin-bottom: 0;
}
.form__account .hp-field--attachment-upload label {
    float: none;
}
body .products__item-like.active i, 
body .products__item-like:focus i, 
body .products__item-like:hover i{
    font-family: "Font Awesome 5 Free"!important;
}
body .products__item-like[data-state="active"]{
    background: #ff804d!important;
    color: #fff !important;
}
.hp-field--attachment-upload input[type=file]{
    width: 100%;
    height: 100%;
    font-size: 0!important;
}
@media(max-width:992px){
    .account_settings_page .hp-form__fields {
        grid-template-columns: repeat(3, 3fr);
        grid-template-rows: repeat(5, 100px);
    }
    .account_settings_page .hp-form__field:first-child {
        grid-column: 1 / 2;
        grid-row: 1 / 5;
        text-align: center;
    }
    .account_settings_page .hp-form__field:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .account_settings_page .hp-form__field:nth-child(5) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }
    .account_settings_page .hp-form__field:nth-child(6) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .account_settings_page .hp-form__field:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    .account_settings_page .hp-form__field:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
    .account_settings_page .hp-form__field:nth-child(7) {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }
    
    .account_settings_page .hp-form__field:nth-child(8) {
        grid-column: 3 / 4;
        grid-row: 5 / 6;
    }
}
@media(max-width:576px){
    .account_settings_page .hp-form__fields {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: unset;
        gap: 20px;
    }
    .account_settings_page .hp-form__field:first-child,
    .account_settings_page .hp-form__field:nth-child(2),
    .account_settings_page .hp-form__field:nth-child(3),
    .account_settings_page .hp-form__field:nth-child(4),
    .account_settings_page .hp-form__field:nth-child(5),
    .account_settings_page .hp-form__field:nth-child(6),
    .account_settings_page .hp-form__field:nth-child(7),
    .account_settings_page .hp-form__field:nth-child(8) {
        grid-column: unset;
        grid-row: unset;
    }    
    .account_settings_page .hp-form__field:first-child{
        order: 0;
    }
    .account_settings_page .hp-form__field:nth-child(2){
        order: 1;
    }
    .account_settings_page .hp-form__field:nth-child(5){
        order: 3;
    }
    .account_settings_page .hp-form__field:nth-child(6){
        order: 4;
    }
    .account_settings_page .hp-form__field:nth-child(3){
        order: 5;
    }
    .account_settings_page .hp-form__field:nth-child(4){
        order: 6;
    }
    .account_settings_page .hp-form__field:nth-child(7){
        order: 7;
    }
    .account_settings_page .hp-form__field:nth-child(8){
        order: 8;
    }
}

.hp-listing-packages{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAF6EE;
    border-radius: 24px;
    padding: 40px;
}
.hp-listing-package__name{
    color:#2F2F2F;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.hp-listing-package--view-block .hp-listing-package__name:not(:last-child), .hp-listing-package--view-block .hp-listing-package__price:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__header:not(:last-child){
    margin-bottom: 24px;
}
.hp-listing-package__price{
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color:#2F2F2F;
}
.hp-listing-packages .hp-grid__item{
    margin-bottom: 0;
}
.hp-template--listing-submit-package-page .hp-page__title{
    color: #2F2F2F;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #797979;
}
.hp-form__action--listing-details-change{
    margin-bottom: 24px;
    color:#2F2F2F;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
    margin-top: 60px;
}
.hp-form__action--listing-details-change span{
    margin-left: 16px;
}
@media (max-width: 991.98px){
    .hp-template--listing-submit-package-page .hp-page__title{
        font-size: 32px;
        line-height: 38.4px;
    }
    
}
@media (max-width: 767.98px){
    .hp-form__action--listing-details-change{
        margin-top: 40px!important;
    }
}
@media (min-width: 992px){
    .product__additional-btns .btn:hover{
        background-color: #ff804d;
        border-color: #ff804d;
        color: #fff;
        box-shadow: none;
    }
}
.hp-template--user-login-page .hp-row{
    margin-left: 0;
    margin-right: 0;
}
.hp-template--user-account-page .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item.hp-menu__item--user-logout a{
    color:#EE5656;
}
.hp-template--user-account-page .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item.hp-menu__item--user-logout a:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5C2 4.20435 2.31607 3.44129 2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H9C9.55228 2 10 2.44772 10 3C10 3.55228 9.55228 4 9 4H5ZM15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z' fill='%23EE5656'/%3E%3C/svg%3E%0A");
    position: relative;
    margin-left: auto;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.hp-field--attachment-upload .hp-row > div{
    max-width: 100%;
    flex-basis: 100%;
}
.listings-account-link{
    padding: 8px 16px;
    color:#2F2F2F;
    font-size: 16px;
    font-weight: 600;
    background-color: #5BC9FC;
    border-radius: 8px;
    white-space: nowrap;
}
#menu-footer .menu-item--last, #menu-footer .menu-item--first{
    display: none!important;
}
.products__item-category span{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.languages-chekboxes ul{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.wc-block-components-order-summary-item__image {
    display: none !important;
}
.wc-block-components-order-summary-item__description{
    padding-left: 0!important;
}
.parent-cat-title{
    position: relative;
    top:108px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color:#797979;
}
@media (max-width: 767.98px){
    .parent-cat-title{
        top:0;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px){
    .parent-cat-title{
        top:45px;
    }
}

.hp-template--listing-submit-page .hp-form--listing-submit .hp-form__footer{
    flex-direction: column;
}
.hp-template--listing-submit-page .hp-form--listing-submit .hp-form__footer a{
    margin-top: 25px;
    color:#000;
    font-weight: 600;
}

.mett-add-details-page .hp-form__field--location + .hp-form__field.hp-form__field--attachment-upload{
    grid-column: 1 / 2;
    grid-row: 2 / 6;
    order: -1;
    position: relative;
    z-index: 10;
}
