/* Fix Styles Start */
/* .hp-page{
    max-width: unset;
    padding: 185px 0 100px;
} */
body .display-none{
    display: none!important;
}
.hp-modal{
    width: unset;
    min-width: 576px;
    padding: 40px;
    border-radius: 20px;
}
.fancybox-button.fancybox-close-small{
    width: 60px;
    height: 60px;
    color: #000;
}
.hp-modal__title{
    text-align: center;
    color: #000;
    font-size: 28px;
}
.categories-menu__category-link .arrow-tablet{
    min-width: 40px;
}
.footer__contacts a img{
    max-width: 24px;
}
body .products__item-like{
    text-decoration: none!important;
    padding: 14px;
    cursor: pointer;
    color: #ff804d!important;
}
body .products__item-like.active{
    background: #ff804d;
    color: #fff!important;
}

#user_password_request_modal .hp-form__fields input{
    padding: 16px 12px;
    border-radius: 5px;
    border: 1px solid #797979;
    width: 100%;
    font-size: 1rem;
    outline: none;
}
#user_password_request_modal .hp-form__footer{
    display: flex;
    justify-content: center;
}
#user_password_request_modal .hp-form__footer .hp-form__button{
    padding: 17px 60px;
    background: #FF804D;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 50px;
    width: auto;
}
.filter__reset-filter .title--04{
    color: #2F2F2F;
}
body .hp-status span{
    border-width: 2px;
    font-weight: 600;
    border-radius: 6px;
}
@media (min-width: 992px){
    body .products__item-like:hover{
        background: #ff804d;
        color: #fff!important;
    }
}
body .header__user-actions-link svg{
    min-width: 32px;
    min-height: 32px;
    fill: transparent;
    stroke: #0554f2;
    stroke-width: 40;
    overflow: inherit;
}
body .header__user-actions-link:hover svg{
    fill: #0554f2;
}
body .leave-rating__opener{
    color: #0554f2!important;
}
@media(max-width:1440px){
    .change-default-hp-grid > div.hp-row{
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
}
@media(max-width:1023px){
    .hp-page{
        padding: 60px 0 100px;
    }
}
@media(max-width:767px){
    .change-default-hp-grid > div.hp-row{
        grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    }
}
@media(max-width:576px){
    .hp-modal{
        min-width: unset;
        width: 100%;
    }
}
/* Fix Styles End */


.hp-link i:first-child{
    margin: 0;
}
.product__slider-area{
    min-width: 33%;
}
body .hp-page__sidebar{
    display: block!important;
}
.product__share-link{
    position: relative;
}
.product__share-link-label{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -41px;
    padding: 4px;
    border: 2px solid #ff804d;
    border-radius: 4px;
    color: #ff804d;
}
.products__item-image{
    height: 300px;
}
.products__item{
    height: 100%!important;
    display: flex;
    flex-direction: column;
}
/* Растягиваем описание, чтобы цена прижалась к низу */
.products__item .products__item-description{
    flex: 1;
}
/* Перебиваем скрытие последнего параграфа из HivePress */
.products__item-description p:last-child{
    display: block!important;
}
/* Ограничение названия листинга — максимум 2 строки */
.products__item .hp-listing__title,
.products__item-name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Message Form Start */
.hp-form.hp-form--message-send textarea{
    resize: none;
    width: 100%;
    font: 400 1rem/1.4 'Open Sans';
    outline: none;
    color: #000;
    border: 1px solid #666666;
    border-radius: 10px;
    padding: 10px;
}
.hp-form.hp-form--message-send .hp-form__footer button{
    padding: 25px 60px;
    background-color: #ff804d;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 48px;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    width: fit-content;
    transition: all .35s ease-out;
}
/* Message Form End */



/* Review Form Start */
.hp-form.hp-form--review-submit textarea{
    resize: none;
    width: 100%;
    font: 400 1rem/1.4 'Open Sans';
    outline: none;
    color: #000;
    border: 1px solid #666666;
    border-radius: 10px;
    padding: 10px;
}
.hp-form.hp-form--review-submit .hp-form__footer button{
    padding: 25px 60px;
    background-color: #ff804d;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 48px;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    width: fit-content;
    transition: all .35s ease-out;
}
.hp-form.hp-form--review-submit .hp-rating-stars i{
    font-size: 26px;
}
/* Review Form End*/



/* Mett Add Details Page Start */
.mett-add-details-page{
    padding: 60px 0;
}
.mett-add-details-page__title{
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #cdddfc;
    width: 100%;
    color: #2f2f2f;
}
/* .mett-add-details-page__title::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    
} */
.mett-add-details-page .hp-form__field .hp-field__label{
    font-weight: 600;
    color: #2f2f2f;
}
.mett-add-details-page .hp-form__field .hp-field--text,
.mett-add-details-page .hp-form__field .hp-field--number,
.mett-add-details-page .select2-selection.select2-selection--multiple,
.mett-listing-edit-page .hp-field--text,
.mett-listing-edit-page .hp-field--number,
.mett-listing-edit-page .hp-field--textarea,
.mett-listing-edit-page .select2-selection.select2-selection--multiple{
    padding: 16px 12px;
    border-radius: 5px;
    border: 1px solid #797979;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
}
.mett-add-details-page .hp-form__footer button,
.mett-add-details-page .hp-form__field--attachment-upload button,
.mett-listing-edit-page .hp-form__field--attachment-upload button,
.mett-listing-edit-page .hp-form__footer button{
    padding: 25px 60px;
    background-color: #ff804d;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 48px;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    width: fit-content;
    transition: all .35s ease-out;
}
.mett-add-details-page .select2-container .select2-selection--single{
    height: unset;   
    padding: 13px 12px;
    border: 1px solid #797979;
}
.mett-add-details-page .select2-container .select2-selection__arrow{
    height: 100%;
}
.mett-add-details-page .select2-selection__arrow{
    height: 100%;
}
.mett-add-details-page .hp-form__fields{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.mett-add-details-page .hp-form__field--attachment-upload{
    grid-column: 1/2;
    grid-row: 8/10;
    order: -1;
}
.mett-add-details-page .hp-form__field:not(.hp-form__field--attachment-upload){
    grid-column: span 2;
}
body .mett-add-details-page .hp-form__field--tags,
body .mett-add-details-page .hp-form__field--textarea{
    grid-column: span 4!important;
}
body .mett-add-details-page .hp-form__footer,
body .mett-listing-edit-page .hp-form__footer{
    justify-content: center;
}
@media(max-width:767px){
    .mett-add-details-page{
        padding: 40px 0 0;
    }
    .mett-add-details-page .hp-form__field,
    body .mett-add-details-page .hp-form__field--tags,
    body .mett-add-details-page .hp-form__field--textarea{
        grid-column: span 5!important;
    }
    body .mett-listing-edit-page .hp-form__fields{
        display: flex!important;
        flex-direction: column;
    }
    .mett-add-details-page__title{
        font-size: 2.5rem;
    }
}
/* Mett Add Details Page End */


/* Account Listing Page Start */
.woocommerce-account .page__main{
    flex: unset;
    padding: 100px 0 0;
}
.hp-template--user-account-page .page .hp-page{
    padding-bottom: 0;
}
.hp-template--user-account-page .page .hp-page > .hp-row:first-child,
.woocommerce-account .page__main .woocommerce div:first-child > .hp-row{
    margin-left: 0;
    margin-right: 0;
    min-height: 70vh;
}
.hp-template--user-account-page .hp-page__sidebar,
.woocommerce-account .hp-page__sidebar{
    display: flex!important;
    justify-content: flex-end;
    background: #FAF6EE;
    padding: 60px 0;
    max-width: 26%;
    flex-basis: 26%;
}
.hp-template--user-account-page .hp-page__sidebar > div:first-child,
.woocommerce-account .hp-page__sidebar > div:first-child{
    max-width: 440px;
    width: 100%;
}
.hp-template--user-account-page .hp-page__sidebar .hp-vendor__actions{
    display: none;
}
.hp-template--user-account-page .hp-page__sidebar .inner-wrapper-sticky,
.woocommerce-account .hp-page__sidebar .inner-wrapper-sticky{
    position: static!important;
    transform: unset!important;
}
.hp-template--user-account-page .hp-page__sidebar .hp-menu--user-account,
.woocommerce-account .hp-page__sidebar  .hp-menu--user-account{
    width: 100%;
}
.hp-template--user-account-page .hp-page__sidebar .hp-menu--user-account ul,
.woocommerce-account .hp-page__sidebar .hp-menu--user-account ul{
    list-style: none;
}
.hp-template--user-account-page .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item a,
.woocommerce-account .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item a{
    padding: 17px 24px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2F2F2F;
}
.hp-template--user-account-page .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item.hp-menu__item--current,
.woocommerce-account .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item.hp-menu__item--current{
    background: #FFA784;
}
.hp-template--user-account-page .hp-page__content,
.woocommerce-account .hp-page__content{
    padding: 60px 40px;
    max-width: 74%;
    flex-basis: 74%;
}

.hp-template--user-account-page .hp-page__content .hp-page__title,
.woocommerce-account .hp-page__content .hp-page__title,
.hp-page__mett-listing-edit-page .hp-page__title,
.mett-listing-edit-page .hp-page__title{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    color: #2F2F2F;
    border-bottom: 1px solid #797979;
}

.account-custom-table-container{
    overflow: auto;
}
.account-custom-table-container table{
    min-width: 600px;
}

.hp-template--user-account-page .hp-page__content table.hp-listings,
.hp-template--user-account-page .hp-page__content .hp-orders,
.woocommerce-account .woocommerce .hp-page__content .woocommerce-orders-table,
.account-custom-table-container table.hp-messages{
    width: 100%;
    padding: 0px 16px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    font-size: 18px;
}
.hp-template--user-account-page .hp-page__content table.hp-listings tr:not(:last-child) td,
.hp-template--user-account-page .hp-page__content .hp-orders tr:not(:last-child) td,
.woocommerce-account .woocommerce .hp-page__content .woocommerce-orders-table tr:not(:last-child) td,
.woocommerce-account .woocommerce .hp-page__content .woocommerce-orders-table tr th,
.account-custom-table-container table.hp-messages tr:not(:last-child) td,
.account-custom-table-container table.hp-messages tr th{
    border-bottom: 1px solid #DBDBDB;
    border-top: 0;
}
.hp-template--user-account-page .hp-page__content table.hp-listings tr td,
.hp-template--user-account-page .hp-page__content .hp-orders tr td,
.woocommerce-account .woocommerce .hp-page__content .woocommerce-orders-table tr td,
.woocommerce-account .woocommerce .hp-page__content .woocommerce-orders-table tr th,
.account-custom-table-container table.hp-messages tr td,
.account-custom-table-container table.hp-messages tr th{
    padding: 16px 8px;
    border-top: 0;
}
.woocommerce-account .woocommerce .hp-page__content .woocommerce-orders-table .woocommerce-button{
    background-color: #5BC9FC;
    font-weight: 600;
}
.hp-template--user-account-page .hp-page__content table.hp-listings tr td a,
.hp-template--user-account-page .hp-page__content .hp-orders tr td a,
.account-custom-table-container table.hp-messages tr td a{
    text-decoration: none;
}
.hp-template--user-account-page .hp-page__content table.hp-listings .hp-listing__title a,
.hp-template--user-account-page .hp-page__content .hp-orders .hp-order__number a,
.account-custom-table-container table.hp-messages .hp-message__sender a,
.account-custom-table-container table.hp-messages .hp-message__listing a{
    column-gap: 16px;
    color:#2F2F2F;
}
.hp-template--user-account-page .hp-page__content table.hp-listings .hp-listing__title a .hp-icon,
.hp-template--user-account-page .hp-page__content .hp-orders .hp-order__number a .hp-icon{
    font-size: 24px;
    color: #797979;
}
.hp-template--user-account-page .mett-listings-favorite .hp-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 16px 24px;
    min-height: unset!important;
}
.hp-template--user-account-page .mett-listings-favorite  .hp-grid__item{
    padding: 0;
    max-width: 100%;
}


.hp-page__mett-listing-edit-page .hp-form__fields,
.mett-listing-edit-page .hp-form__fields{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
    gap: 10px;
}
.hp-page__mett-listing-edit-page .hp-form__field:not(.hp-form__field--attachment-upload),
.mett-listing-edit-page .hp-form__field:not(.hp-form__field--attachment-upload){
    grid-column: span 2!important;
}
body .mett-listing-edit-page .hp-form__field--location,
body .mett-listing-edit-page .hp-form__field--tags,
body .mett-listing-edit-page .hp-form__field--textarea{
    grid-column: span 4!important;
}
.mett-listing-edit-page .hp-form__field--attachment-upload{
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    order: -1;
}
.mett-listing-edit-page .hp-form__field--location + .hp-form__field.hp-form__field--attachment-upload{
    grid-column: 1 / 2;
    grid-row: 1 / 6;
    order: -1;
    
}
.mett-listing-edit-page .hp-form__fields div:nth-of-type(2){
    grid-column: 1 / 2;
    order: -1;
}
body .mett-listing-edit-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media(max-width:1440px){
    .woocommerce-account .page__main{
        padding-top: 185px;
    }
    .hp-template--user-account-page .mett-listings-favorite .hp-row{
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}
@media(max-width:1023px){
    .woocommerce-account .page__main{
        padding-top: 60px;
    }
    .hp-template--user-account-page .page .hp-page .hp-row, 
    .woocommerce-account .hp-row{
        flex-direction: column;
    }
    .hp-template--user-account-page .hp-page__sidebar, 
    .woocommerce-account .hp-page__sidebar,
    .hp-template--user-account-page .hp-page__content, 
    .woocommerce-account .hp-page__content{
        max-width: 100%;
        flex-basis: 100%;
    }
    .hp-template--user-account-page .hp-page__sidebar, 
    .woocommerce-account .hp-page__sidebar{
        padding: 16px 0;
        margin-bottom: 0!important;
    }
    .hp-template--user-account-page .hp-page__content, 
    .woocommerce-account .hp-page__content{
        padding: 40px 16px 70px;
    }
    .hp-template--user-account-page .hp-page__content .hp-page__title, 
    .woocommerce-account .hp-page__content .hp-page__title,
    .hp-page__mett-listing-edit-page .hp-page__title,
    .mett-listing-edit-page .hp-page__title{
        font-size: 32px;
        line-break: 38px;
    }
    .hp-template--user-account-page .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item a, 
    .woocommerce-account .hp-page__sidebar .hp-menu--user-account ul .hp-menu__item a{
        padding: 16px;
    }
    .hp-template--user-account-page .hp-page__sidebar > div:first-child, 
    .woocommerce-account .hp-page__sidebar > div:first-child{
        max-width: unset;
    }
}
@media(max-width:768px){
    .hp-template--user-account-page .mett-listings-favorite .hp-row{
        grid-template-columns: repeat(1, minmax(100px, 1fr));
    }
    .account-custom-table-container .woocommerce-orders-table thead{
        display: table-header-group!important;
    }
    .account-custom-table-container .woocommerce-orders-table tr{
        display: table-row!important;
    }
    body .woocommerce .hp-row .hp-page__content .account-custom-table-container .woocommerce-orders-table tr td{
        display: table-cell!important;
        text-align: left!important;
    }
    .account-custom-table-container .woocommerce-orders-table td::before{
        display: none;
    }
}
/* Account Listing Page End */

/* Custom Checkout Fields START */
.custom-block-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.custom-block-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{
    display: none;
}   
.custom-block-checkout .wc-block-components-form .wc-block-components-checkout-step{
    padding-left: 0;
}
.custom-block-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, 
.custom-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active label, 
.custom-block-checkout .wc-block-components-text-input input:-webkit-autofill+label, 
.custom-block-checkout .wc-block-components-text-input.is-active label{
    transform: unset;
}
.custom-block-checkout .wc-block-components-form .wc-block-components-text-input label, 
.custom-block-checkout .wc-block-components-text-input label,
.custom-block-checkout .components-base-control__field label{
    position: static!important;
    display: block;
    order: -1;
    transform: unset!important;
    color:#2F2F2F!important;
}
.custom-block-checkout .wc-block-components-text-input,
.custom-block-checkout .components-base-control__field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.custom-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.custom-block-checkout .wc-block-components-text-input.is-active input[type=text],
.custom-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.custom-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.custom-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
    padding: 16px 12px;
}
.custom-block-checkout .wc-block-components-title.wc-block-components-title{
    font-size: 24px;
    color:#2F2F2F;
    margin-bottom: 16px;
}
.custom-block-checkout .wc-block-components-checkout-step__description{
    color: #2F2F2F;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}
.custom-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.custom-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.custom-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__label,
.custom-block-checkout .wc-block-checkout__terms span{
    color: #2F2F2F;
    font-size: 16px;
    line-height: 22px;
}
.custom-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input,
.custom-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{
    border: 1px solid rgba(5,84,242, 0.25);
}
.custom-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked,
.custom-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{
    border: 1px solid rgb(5,84,242);
}
.custom-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{
    background: rgb(5,84,242);
}
.custom-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus,
.custom-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{
    outline: 1px solid rgba(5,84,242, 0.8);
}
.custom-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark{
    fill: rgb(5,84,242);
}
.custom-block-checkout .wc-block-checkout__terms{
    margin: 24px 0;
}
.custom-block-checkout .wc-block-checkout__terms span a{
    display: inline;
    color:#0554F2;
    text-decoration: underline;
}
body .custom-block-checkout .wc-block-checkout__actions{
    border-top: 0;
    padding: 0;
}
body .custom-block-checkout .wc-block-components-checkout-place-order-button{
    padding: 25px 40px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background:#FF804D;
    width: auto;
    min-height: unset;
    border-radius: 50px;
}
body .custom-block-checkout .wc-block-components-checkout-step__content>*{
    margin-bottom: 0;
}
body .custom-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
    width: 100%;
    padding-right: 40px;
    max-width: 1280px;
}
body .custom-block-checkout .wc-block-components-sidebar{
    width: 100%;
    padding-left: 40px;
    max-width: 520px;
    margin-top: 0px;
}
body .custom-block-checkout .wc-block-components-totals-coupon__button{
    padding: 17px 40px;
    background: #FF804D;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 50px;
    height: 56px;
}
body .custom-block-checkout .wc-block-components-sidebar-layout{
    flex-wrap: nowrap;
}
body .custom-block-checkout .wc-block-components-totals-coupon__form{
    align-items: flex-end;
}
body .custom-block-checkout .wc-block-components-sidebar .wc-block-components-panel, 
body .custom-block-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon, 
body .custom-block-checkout .wc-block-components-sidebar .wc-block-components-totals-item{
    color: #2F2F2F;
}
body .custom-block-checkout .wp-block-woocommerce-checkout{
    padding-top: 0;
}
body .custom-block-checkout .custom-block-checkout__title{
    font-size: 50px;
    line-height: 60px;
    color:#2F2F2F;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #797979;
}
body .custom-block-checkout{
    padding-top: 60px;
}
body .custom-block-checkout .wc-block-components-checkout-return-to-cart-button{
    color: #2F2F2F;
}
@media(max-width:1024px){
    body .custom-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
        padding-right: 15px;
        max-width: 50%;
    }
    body .custom-block-checkout .wc-block-components-sidebar{
        padding-left: 15px;
        max-width: 50%;
    }
}
@media(max-width:730px){
    body .custom-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
        padding-right: 0px;
        max-width: 100%;
    }
    body .custom-block-checkout .wc-block-components-sidebar{
        padding-left: 0px;
        max-width: 100%;
    }
}
/* Custom Checkout Fields End*/

/* Checkout ThankYou Page Start */
.woocommerce-order{
    color:#2F2F2F;
}
.woocommerce-thankyou-order-received,
.woocommerce-order-details__title,
.woocommerce-column__title{
    margin-bottom: 15px;
}
.woocommerce-customer-details address{
    padding: 15px;
    line-height: 2em;
}
.woocommerce ul.order_details li{
    margin-bottom: 10px;
}
/* Checkout Thank you Page End */

/* Reset Pass Page Start */
.hp-template--user-password-reset-page .hp-page__content{
    padding-top: 60px;
}
.hp-template--user-password-reset-page .hp-page__title{
    color: #000;
    font-size: 28px;
}
.hp-template--user-password-reset-page .hp-field--password{
    padding: 16px 12px;
    border-radius: 5px;
    border: 1px solid #797979;
    width: 100%;
    font-size: 1rem;
    outline: none;
}
.hp-template--user-password-reset-page .hp-form__button{
    padding: 17px 60px;
    background: #FF804D;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 50px;
    width: auto;
}

/* Reset Pass Page End */