
.user-panel-top {
    position: relative;
    margin-bottom: 55px
}

.user-panel-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 160px;
    background: #F7F7F7
}

@media (max-width: 1199px) {
    .user-panel-top {
        margin-bottom: 30px
    }
    .user-panel-top:before {
        height: 100px
    }
}

.user-panel-top .user-panel-top-left {
    display: flex;
    align-items: center;
    padding-top: 24px
}

.user-panel-top .user-panel-top-left .user-logo {
    margin-right: 33px
}

.user-panel-top .user-panel-top-left .user-logo img {
    width: 170px;
    max-height: 170px;
    border-radius: 50%
}

.user-panel-top .user-panel-top-left .user-name span {
    font-family: "Clash Display", sans-serif;
    color: #B91372;
    font-size: 24px;
    font-weight: 500
}

.user-panel-top .user-panel-top-left .user-name p {
    color: #100F36;
    font-size: 14px
}

.user-panel-top .user-panel-top-left .user-security {
    position: absolute;
    top: 32px;
    left: 12px
}

@media (max-width: 1199px) {
    .user-panel-top .user-panel-top-left .user-logo {
        margin-right: 15px
    }
    .user-panel-top .user-panel-top-left .user-logo img {
        max-width: 90px;
        max-height: 90px
    }
    .user-panel-top .user-panel-top-left .user-name span {
        font-size: 16px
    }
    .user-panel-top .user-panel-top-left .user-name p {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .user-panel-top .user-panel-top-left .user-logo {
        margin-right: 5px
    }
    .user-panel-top .user-panel-top-left .user-logo img {
        max-width: 80px;
        max-height: 80px
    }
    .user-panel-top .user-panel-top-left .user-security {
        top: 17px;
        left: 0
    }
}

.user-panel-top .user-panel-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.user-panel-top .user-panel-top-right .rent-out-button {
    margin-right: 25px
}

.user-panel-top .user-panel-top-right .rent-out-button>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 70px;
    color: #B91372;
    font-size: 24px;
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #B91372
}

.user-panel-top .user-panel-top-right .rent-out-button>a svg {
    margin-right: 19px
}

.user-panel-top .user-panel-top-right .logout-button>a {
    color: #B91372;
    font-size: 16px
}

.user-panel-top .user-panel-top-right .logout-button>a svg {
    margin-right: 10px
}

@media (max-width: 1199px) {
    .user-panel-top .user-panel-top-right .rent-out-button {
        margin-right: 0
    }
    .user-panel-top .user-panel-top-right .rent-out-button>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 50px;
        font-size: 16px
    }
    .user-panel-top .user-panel-top-right .rent-out-button>a svg {
        margin-right: 10px
    }
    .user-panel-top .user-panel-top-right .logout-button {
        display: none
    }
}

@media (max-width: 575px) {
    .user-panel-top .user-panel-top-right {
        margin-top: 15px
    }
    .user-panel-top .user-panel-top-right .rent-out-button>a {
        width: 135px
    }
}

.user-panel {
    display: block
}

@media (min-width: 1200px) {
    .user-panel {
        position: sticky;
        position: -webkit-sticky;
        top: 20px
    }
}

@media (max-width: 1199px) {
    .user-panel {
        border-radius: 10px;
        border: 1px solid #E3E3E3;
        margin-bottom: 25px;
        background: #F7F7F7
    }
}

.user-panel .user-panel-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #100F36;
    font-size: 18px;
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    padding: 15px
}

@media (min-width: 1200px) {
    .user-panel .user-panel-title {
        display: none
    }
}

.user-panel .user-panel-title:after {
    content: '\f067';
    font-size: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.user-panel .user-panel-left {
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    background: #F7F7F7
}

@media (max-width: 1280px) {
    .user-panel .user-panel-left {
        padding: 15px
    }
}

@media (max-width: 1199px) {
    .user-panel .user-panel-left {
        display: none
    }
}

.user-panel .user-panel-left-top {
    margin-bottom: 24px
}

.user-panel .user-panel-left-top .user-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 12px 24px;
    background: #FFFFFF
}

.user-panel .user-panel-left-top .user-balance>div span {
    color: #B91372;
    font-family: "Clash Display", sans-serif;
    font-size: 24px;
    font-weight: 500
}

.user-panel .user-panel-left-top .user-balance>div p {
    color: #100F36;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.user-panel .user-panel-left-middle>div {
    margin-bottom: 12px
}

.user-panel .user-panel-left-middle>div.active>a {
    border: 2px solid #B91372
}

.user-panel .user-panel-left-middle>div>a {
    display: flex;
    align-items: center;
    height: 52px;
    color: #100F36;
    font-size: 16px;
    padding: 15px 18px;
    border-radius: 4px;
    background: #fff
}

.user-panel .user-panel-left-middle>div>a svg {
    margin-right: 18px
}

.user-panel .user-panel-left-bottom {
    margin-top: 50px
}

.user-panel .user-panel-left-bottom>div>a {
    display: flex;
    align-items: center;
    height: 52px;
    color: #100F36;
    font-size: 16px;
    padding: 15px 18px;
    border-radius: 4px;
    background: #E3E3E3
}

.user-panel .user-panel-left-bottom>div>a svg {
    margin-right: 18px
}

.user-panel.active .user-panel-title:after {
    content: '\f068'
}

.user-panel.active .user-panel-left {
    display: block;
    border: none
}

.user-panel-dashboard {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    padding: 24px 43px 27px 28px;
    margin-bottom: 32px;
    background: #F7F7F7
}

@media (max-width: 991px) {
    .user-panel-dashboard {
        padding: 20px
    }
}

.user-panel-dashboard-title {
    margin-bottom: 20px
}

.user-panel-dashboard-title span {
    color: #100F36;
    font-size: 24px;
    font-family: "Clash Display", sans-serif;
    font-weight: 500
}

.user-panel-dashboard-title p {
    color: #100F36;
    font-size: 14px
}

@media (max-width: 1199px) {
    .user-panel-dashboard-title span {
        font-size: 18px
    }
    .user-panel-dashboard-title p {
        font-size: 14px
    }
}

.user-panel-dashboard-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08)
}

.user-panel-dashboard-content>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 85px;
    padding: 0 24px;
    border-right: 1px solid #F7F7F7
}

.user-panel-dashboard-content>div>span {
    color: #B91372;
    font-size: 32px;
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    line-height: 40px
}

.user-panel-dashboard-content>div>p {
    color: #100F36;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .user-panel-dashboard-content {
        flex-wrap: wrap
    }
    .user-panel-dashboard-content>div {
        width: 50%
    }
    .user-panel-dashboard-content>div>span {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .user-panel-dashboard-content>div>span {
        font-size: 24px
    }
    .user-panel-dashboard-content>div>p {
        font-size: 12px
    }
}

.user-panel-dashboard-bottom>div {
    margin-bottom: 20px
}

.user-panel-dashboard-bottom>div:first-child>a div b {
    color: rgba(0, 0, 0, 0.6)
}

.user-panel-dashboard-bottom>div:last-child {
    margin-bottom: 0
}

.user-panel-dashboard-bottom>div>a {
    display: flex;
    align-items: center;
    color: #141416;
    font-size: 14px
}

.user-panel-dashboard-bottom>div>a svg {
    margin-right: 10px
}

.user-panel-dashboard-bottom>div>a div {
    flex: 1
}

.user-panel-dashboard-bottom>div>a div b {
    font-weight: 400;
    color: #45B26B
}

.user-panel-my-rental {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    margin-bottom: 24px
}

.user-panel-my-rental-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px
}

.user-panel-my-rental-top .user-panel-my-rental-title {
    color: #100F36;
    font-size: 24px;
    font-family: "Clash Display", sans-serif;
    font-weight: 500
}

.user-panel-my-rental-top .user-panel-my-rental-sorting select {
    width: 120px !important;
    height: 32px !important;
    color: #100F36 !important;
    font-size: 16px;
    padding: 0 12px !important;
    background-size: auto !important;
    background-image: url("../images/icon-selectbox.svg") !important
}

.user-panel-my-rental-middle {
    padding: 0 25px 50px 25px
}

.user-panel-my-rental-middle .content-empty {
    color: #100F36;
    font-size: 14px;
    text-align: center
}

@media (max-width: 1199px) {
    .user-panel-my-rental-top {
        padding: 20px
    }
    .user-panel-my-rental-top .user-panel-my-rental-title {
        font-size: 16px
    }
}

.user-panel-my-rented {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    margin-bottom: 24px
}

.user-panel-my-rented-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 24px 20px 24px;
    border-bottom: 1px solid #E3E3E3
}

.user-panel-my-rented-top .user-panel-my-rented-title {
    color: #100F36;
    font-size: 24px;
    font-family: "Clash Display", sans-serif;
    font-weight: 500
}

.user-panel-my-rented-top .user-panel-my-rented-sorting select {
    width: 120px !important;
    height: 32px !important;
    color: #100F36 !important;
    font-size: 16px;
    padding: 0 12px !important;
    background-size: auto !important;
    background-image: url("../images/icon-selectbox.svg") !important
}

.user-panel-my-rented-middle .my-rented-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    border-bottom: 1px solid #E3E3E3
}

.user-panel-my-rented-middle .my-rented-item:last-child {
    border-bottom: unset
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-checkbox {
    margin-right: 5px
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-checkbox .checkbox-custom input[type=checkbox]+label:before {
    top: 20px;
    border-radius: 4px;
    border: 2px solid #E3E3E3 !important
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-checkbox .checkbox-custom input[type=checkbox]:checked+label:before {
    border-color: #B91372 !important
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-image {
    margin-right: 10px
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-title {
    color: #100F36;
    font-size: 18px;
    font-family: "Clash Display", sans-serif;
    font-weight: 500
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-spec {
    color: #917484;
    font-size: 16px
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-seller {
    color: #B91372;
    font-size: 16px
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-price {
    color: #B91372;
    font-size: 16px;
    font-weight: 400
}

.user-panel-my-rented-middle .my-rented-item-left .my-rented-item-price span {
    font-size: 24px;
    font-weight: 500;
    font-family: "Clash Display", sans-serif
}

.user-panel-my-rented-middle .my-rented-item-middle .input-date {
    position: relative
}

.user-panel-my-rented-middle .my-rented-item-middle .input-date input {
    height: 40px !important;
    color: #100F36 !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    border: 1px solid #E3E3E3 !important;
    padding: 0 30px 0 10px !important
}

.user-panel-my-rented-middle .my-rented-item-middle .input-date input:disabled {
    opacity: 1;
    background: transparent
}

.user-panel-my-rented-middle .my-rented-item-middle .input-date .input-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.user-panel-my-rented-middle .my-rented-item-right {
    display: flex;
    align-items: center
}

.user-panel-my-rented-middle .my-rented-item-right .my-rented-buttons {
    display: flex;
    align-items: center;
    margin-left: 25px
}

.user-panel-my-rented-middle .my-rented-item-right .my-rented-buttons .process-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 43px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #B91372
}

.user-panel-my-rented-middle .my-rented-item-right .my-rented-buttons .detail-btn {
    color: #B91372;
    font-size: 16px;
    font-weight: bold;
    margin-left: 22px
}

@media (max-width: 1199px) {
    .user-panel-my-rented-top {
        padding: 20px
    }
    .user-panel-my-rented-top .user-panel-my-rented-title {
        font-size: 16px
    }
    .user-panel-my-rented-middle .my-rented-item {
        padding: 15px
    }
    .user-panel-my-rented-middle .my-rented-item-left .my-rented-item-title {
        font-size: 14px
    }
    .user-panel-my-rented-middle .my-rented-item-left .my-rented-item-price {
        font-size: 14px
    }
    .user-panel-my-rented-middle .my-rented-item-left .my-rented-item-price span {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .user-panel-my-rented-middle .my-rented-item-right {
        flex: 1;
        justify-content: space-between;
        margin-top: 20px
    }
    .user-panel-my-rented-middle .my-rented-item-right .my-rented-breadcrumbs {
        max-width: 200px
    }
    .user-panel-my-rented-middle .my-rented-item-right .my-rented-buttons {
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .user-panel-my-rented-middle .my-rented-item-middle {
        margin-top: 20px
    }
    .user-panel-my-rented-middle .my-rented-item-right {
        flex-wrap: wrap
    }
    .user-panel-my-rented-middle .my-rented-item-right .my-rented-buttons {
        margin-top: 20px
    }
}
.activesolmenu
{
    background: #d8d8d8 !important;
}

.user-contentbox {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    padding: 24px 28px
}

.user-contentbox-header {
    margin-bottom: 25px
}

.user-contentbox-header h4 {
    color: #100F36;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0
}

.user-contentbox-header h4 span {
    color: #B91372;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 10px
}

.user-contentbox-header p {
    font-family: "Clash Display", sans-serif;
    color: #917484;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 6px 0 0 0
}

@media (max-width: 991px) {
    .user-contentbox-header h4 {
        font-size: 20px;
        margin-bottom: 0
    }
    .user-contentbox-header h4 span {
        font-size: 14px;
        line-height: 22px
    }
    .user-contentbox-header p {
        font-size: 14px;
        line-height: 22px
    }
}

.user-contentbox-body .rental-search input {
    height: 35px;
    border-radius: 4px;
    border: 1px solid #B91372
}

.user-contentbox-body .user-contentbox-filter {
    margin-bottom: 25px
}

.user-contentbox-body .user-contentbox-filter select {
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
    background-size: auto !important;
    background-image: url("../images/icon-selectbox.svg") !important
}

@media (max-width: 575px) {
    .user-contentbox {
        padding: 20px
    }
    .user-contentbox .rental-search {
        margin-bottom: 15px
    }
}
.notifications-contentbox .user-contentbox-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 24px 21px 24px;
    margin-bottom: 0
}

.notifications-contentbox .user-contentbox-header .btn-read {
    display: flex;
    align-items: center;
    color: #100F36;
    font-size: 16px;
    line-height: 20px
}

.notifications-contentbox .user-contentbox-header .btn-read svg {
    margin-right: 8px
}

@media (max-width: 575px) {
    .notifications-contentbox .user-contentbox-header {
        padding: 24px 12px
    }
    .notifications-contentbox .user-contentbox-header .btn-read {
        font-size: 14px
    }
    .notifications-contentbox .user-contentbox-header .btn-read svg {
        margin-right: 4px
    }
}
.current-page-message .user-contentbox .user-contentbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
    padding-left: 12px
}

.current-page-message .user-contentbox .user-contentbox-header:after {
    content: '\f067';
    font-size: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.current-page-message .user-contentbox.active .user-contentbox-header:after {
    content: '\f068'
}

.current-page-message .user-contentbox.active .message-list {
    display: block
}


.user-settings .user-settings-middle .form-item {
    margin-bottom: 24px;
}

.user-settings .user-settings-middle .form-item label {
    color: #100F36;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.008em;
    margin-bottom: 8px;
}
.user-settings .user-settings-middle .form-item input {
    width: 100%;
    height: 40px;
    color: #100F36;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid #E3E3E3;
    padding: 11px 16px;
    transition: 0.5s cubic-bezier(0.3, 1, 0.8, 1);
}
.user-settings .user-settings-button .btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    padding: 11px 24px;
    background-color: #000;
    margin: 24px 0 0 auto;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 16px;
    border-radius: 100px;
    padding: 0;
    transition: 0.5s cubic-bezier(0.3, 1, 0.8, 1);
}
.btn {
    border: none;
    padding: 1rem 1.5rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.user-settings .user-settings-top .user-logo-upload>div>a.upload-image {
    color: #fff;
    background: #000;
}
.user-settings .user-settings-top .user-logo-upload>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.005em;
    border-radius: 8px;
    border: 2px solid #000;
    padding: 0 24px;
}

.user-my-favourite .my-favourite-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    padding: 20px
}

.user-my-favourite .my-favourite-item .my-favourite-item-left {
    display: flex
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-checkbox {
    margin-right: 5px
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-checkbox .checkbox-custom input[type=checkbox]+label:before {
    top: 20px;
    border-radius: 4px;
    border: 2px solid #E3E3E3 !important
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-checkbox .checkbox-custom input[type=checkbox]:checked+label:before {
    border-color: #B91372 !important
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-image {
    margin-right: 10px
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-title {
    color: #100F36;
    font-size: 18px;
    font-family: "Clash Display", sans-serif;
    font-weight: 500
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-spec {
    color: #917484;
    font-size: 16px
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-seller {
    color: #B91372;
    font-size: 16px
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-price {
    color: #B91372;
    font-size: 16px;
    font-weight: 400
}

.user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-price span {
    font-size: 24px;
    font-weight: 500;
    font-family: "Clash Display", sans-serif
}

.user-my-favourite .my-favourite-item .my-favourite-item-right {
    display: flex;
    align-items: center
}

.user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-price {
    color: #97bade;
    font-size: 24px;
    font-weight: 500;
    margin-right: 15px
}

.user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-price>span {
    color: #100F36;
    font-size: 16px;
    font-weight: 400
}

.user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-buttons {
    display: flex
}

.user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-buttons .process-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 43px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #97bade
}

.user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-buttons .detail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 43px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
    background: #97bade;
}

.user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-buttons .danger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 43px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
    background: #97bade;
}

@media (max-width: 1199px) {
    .user-my-favourite .my-favourite-item {
        padding: 15px
    }
    .user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-title {
        font-size: 14px
    }
    .user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-price {
        font-size: 14px
    }
    .user-my-favourite .my-favourite-item .my-favourite-item-left .my-favourite-item-price span {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .user-my-favourite .my-favourite-item .my-favourite-item-right {
        flex: 1;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px
    }
    .user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-price {
        font-size: 18px;
        margin-right: 0
    }
    .user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-price>span {
        font-size: 14px
    }
    .user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-buttons .process-btn {
        width: 130px
    }
}

@media (max-width: 374px) {
    .user-my-favourite .my-favourite-item .my-favourite-item-right .my-favourite-price {
        font-size: 14px
    }
}