/* Fonts */

@font-face {
    font-family: 'natsregular';
    src: url('../fonts/nats_400-webfont.woff2') format('woff2'),
        url('../fonts/nats_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'cardobold';
    src: url('../fonts/cardo-bold-webfont.woff2') format('woff2'),
        url('../fonts/cardo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'cardoregular';
    src: url('../fonts/cardo-regular-webfont.woff2') format('woff2'),
        url('../fonts/cardo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'josefinsansregular';
    src: url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'josefinsansmedium';
    src: url('../fonts/JosefinSans-Medium.woff2') format('woff2'),
        url('../fonts/JosefinSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'josefinsansbold';
    src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

/* Reboot css */
body {
    font-size: 18px;
    line-height: 24px;
    font-family: 'cardoregular';
    background-color: #ffffff;
    color: #6E6566;
    /* overflow-x: hidden; */
}

h1,
.h1 {
    font-size: 72px;
    line-height: 80px;
    font-family: 'josefinsansbold';
    color: #4B4142;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'josefinsansbold';
    color: #4B4142;
}

h3,
.h3 {
    font-size: 32px;
    line-height: 40px;
    font-family: 'josefinsansbold';
    color: #4B4142;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'josefinsansbold';
}

h5,
.h5 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'josefinsansbold';
}

a:hover {
    text-decoration: none;
}

button:hover,
.btn:hover,
button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*Buttons*/
.btn-grey {
    background-color: #8E8788;
    border: 1px solid #8E8788;
    color: #ffffff;
    font-size: 23px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s all ease;
}

.btn-grey:hover,
.btn-grey:focus {
    background-color: transparent;
    color: #8E8788;
}

.btn-grey-outline {
    background-color: transparent;
    color: #8E8788;
    border: 1px solid #8E8788;
    font-size: 24px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s all ease;
}

.btn-grey-outline:hover,
.btn-grey-outline:focus,
.btn-grey-outline:focus-visible {
    background-color: #8E8788;
    color: #ffffff;
    border: 1px solid #8E8788;
}

a.edit,
a.edit-profile {
    color: #8E8788;
}

a.edit:hover,
a.edit-profile:hover {
    color: #B7AFB0;
}
.profile-buttons .profile-own-btn a,
.profile-buttons .profile-own-btn a button,
.profile-buttons .profile-own-btn button {
    width: 100% !important;
    font-size: 20px;
    line-height: 24px;
}
.profile-buttons .profile-own-btn {
    padding: 0 15px;
    max-width: 50%;
    flex: 0 0 50%;
}
.profile-buttons {
    display: flex;
    margin: 0 -15px;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb .breadcrumb-item a {
    color: #B7AFB0;
    font-size: 12px;
    line-height: 20px;
    transition: 0.3s all ease;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item.active {
    color: #4B4142;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #B7AFB0;
    font: var(--fa-font-solid);
    content: "\f054";
    margin-top: 5px;
}
/* common */
.validateError{
    color:#FF0000;
    font-size:14px;
}
.irrelavant-product-tbl .text-muted {
    word-break: break-all;
}

/*Header*/
header {
    transition: all .5s ease 0s;
}
.custom-header {
    padding: 10px 0;
    background: #ffffff !important;
    box-shadow: 0 5px 10px 0px #8e8788;
}
.home-banner {
    background-color: #F8F7F7 !important;
}
header.sticky-header {
    transition: all .5s ease 0s;
}
.home-banner .right-order-image img{
    border: 5px solid #fff;
}
.banner-content {
    margin-top: 50px;
}
.banner-content .banner-below-h1 {
    font-size: 26px !important;
    line-height: 29px !important;
    margin-bottom: 30px;
}
.home-banner .container {
    position: inherit !important;
    transform: inherit !important;
    top: inherit !important;
    left: inherit !important;
}
.banner.home-banner {
    height: auto !important;
    padding: 100px 0 40px !important;
}
header .navbar {
    flex: 1 1 0px;
    padding: 0;
}
header .navbar .nav-link {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 5px;
    margin: 0 5px;
    color: #6E6566;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease;
    font-family: 'cardoregular';
}
header .logo-title {
    display: flex;
    align-items: center;
    /* padding: 10px 0; */
}
.logo-title .navbar-brand {
    margin-right: 4px;
    padding: 0;
}

header .navbar .nav-link:hover,
header .navbar .nav-item.active .nav-link {
    color: #4B4142 !important;
    border-bottom: 1px solid #4B4142;
}

header .navbar-brand img {
    max-height: 44px;
}

header .header-title {
    font-size: 40px;
    line-height: 40px;
    font-family: 'josefinsansmedium';
    color: #4B4142;
    text-align: center;
    position: relative;
    top: 5px;
}
header .header-title a{
    color:#4B4142;
}

header .header-links-right {
    flex: 1 1 0px;
    text-align: right
}

header .header-links-right .icon-bar a {
    padding: 0;
    margin: 0 7px;
}
/* .custom-header.sticky-header {
    box-shadow: 0 5px 10px 0px #8e8788;
} */
/* header .header-links-right .icon-bar a img.user-avtar {
    height: 40px;
    border-radius: 50%;
    width: 40px;
} */
header a img.user-avtar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

header .header-links-right .messages-dropdown .dropdown-menu,
header .header-links-right .notifications-dropdown .dropdown-menu {
    max-height: 180px;
    min-width: 280px;
    overflow: auto;
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 8px 1px rgb(142 135 136 / 8%);
    left: auto !important;
    right: 0;
    transform: none !important;
    top: 103% !important;
}
header .header-links-right .messages-dropdown a span{
    position: absolute;
    height: 10px;
    width: 10px;
    background: #FF6D9D;
    border-radius: 50%;
    right: 3px;
    top: -2px;
}

header .header-links-right .notifications-dropdown a span {
    position: absolute;
    height: 10px;
    width: 10px;
    background: #00C9A9;
    border-radius: 50%;
    right: 6px;
    top: -2px;
}
.notifications-dropdown {
    margin-left: 7px;
}

.messages-dropdown .dropdown-menu::-webkit-scrollbar-track,
.notifications-dropdown .dropdown-menu::-webkit-scrollbar-track,
.messenger .chat-container::-webkit-scrollbar-track,
.messenger .contact-list .contacts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ffffff;
    background-color: #F5F5F5;
}
.messages-dropdown .dropdown-menu::-webkit-scrollbar,
.notifications-dropdown .dropdown-menu::-webkit-scrollbar,
.messenger .chat-container::-webkit-scrollbar,
.messenger .contact-list .contacts::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: #ffffff;
}

.messages-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.notifications-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.messenger .chat-container::-webkit-scrollbar-thumb,
.messenger .contact-list .contacts::-webkit-scrollbar-thumb {
    border-radius: 2px;
    /* -webkit-box-shadow: inset 0 0 6px #ffffff; */
    background-color: #B7AFB0;
}

header .messages-dropdown .dropdown-menu li,
header .notifications-dropdown .dropdown-menu li {
    border-bottom: 1px solid #DED6D7;
}

header .messages-dropdown .dropdown-menu li:last-child,
header .notifications-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.messages-dropdown .msg .date-time {
    font-size: 6px;
    line-height: 8px;
    font-family: 'josefinsansregular';
    color: #8E8788;
}

.messages-dropdown .msg .name {
    font-size: 8px;
    line-height: 12px;
    font-family: 'cardobold';
    color: #4B4142;
}

.messages-dropdown .msg .text {
    font-size: 12px;
    line-height: 20px;
    color: #4B4142;
}

.notifications-dropdown .dropdown-menu li .date-time {
    font-size: 10px;
    line-height: 16px;
    font-family: 'josefinsansregular';
}

.notifications-dropdown .dropdown-menu li .text {
    font-size: 14px;
}
.notifications-dropdown .dropdown-menu li .text>span{
    cursor:pointer
}

header .header-links-right a {
    font-size: 14px;
    line-height: 20px;
    font-family: 'cardobold';
    color: #4B4142;
    padding: 10px 10px;
    margin: 0 5px;
}

header .header-links-right a:hover{
    color:#a5a0a1;
}

header .header-links-right>li:last-child a {
    color: #ffffff;
    background-color: #8E8788;
    border:1px solid #8E8788;
    padding: 10px 12px;
    transition: 0.3s all ease;
}
header .header-links-right>li:last-child a:hover {
    color: #8E8788;
    background-color: transparent;
    border:1px solid #8E8788;
}
header .navbar-toggler:focus,
header .navbar-toggler:active {
  outline: 0;
}
header .navbar-toggler {
  height: 45px;
  border:none;
}
header .navbar-toggler span {
  display: block;
  background-color: #8E8788;
  height: 2px;
  width: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}
header .navbar-toggler span:nth-child(1),
header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}
header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  top: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
/*Footer*/
footer {
    background-color: #8E8788;
    padding: 80px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
footer img{
    max-height: 150px;
}
footer .social-links li {
    display: inline-block;
    margin: 0 10px;
}

footer .social-links li a {
    color: #ffffff;
}
footer p a {
    color: #ffffff;
    text-decoration: underline;
}
footer .social-links li a:hover,footer p a:hover {
    color: rgba(255,255,255,0.5);
}
.about-link a {
    color: #fff;
    font-size: 17px;
    text-decoration: underline;

}
.about-link a:hover{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}


/*Home page*/
main.Homepage h1,
main.Homepage h2,
main.Homepage h3,
main.Homepage p,
main.Homepage .banner p.banner-below-h1,
main.Homepage button,
main.Homepage a{
    font-family: 'natsregular';
}
.banner {
    width: 100%;
    /* background: #F8F7F7 url("../images/bannerbackground.png") no-repeat right top; */
    height: 800px;
    position: relative;
    background-size: 50% 100% !important;
}

.banner>div.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .banner-below-h1 {
    color: #6E6566;
    font-family: 'josefinsansregular';
    font-size: 32px;
    line-height: 40px;
}
.banner button, .bay-marketplace button {
    padding: 20px 80px;
}
.auth-btn {
    background-color: #8E8788 !important;
    border: 1px solid #8E8788 !important;
}
.auth-btn:hover {
    background-color: rgba(142, 135, 136, 0.3) !important;
    border: 1px solid transparent !important;
}

.loginvalidationModal .modal-content,
.subscriptionalertModal .modal-content,
.imageModal .modal-content,
.inAppropriateModal .modal-content{
    border: none;
    border-radius: 0;
    color: #4B4142;
}
.loginvalidationModal .modal-content button.close,
.subscriptionalertModal .modal-content button.close,
.imageModal .modal-content button.close{
    font-size: 30px;
}
.loginvalidationModal .modal-content .modal-body {
    padding: 20px;
}

.loginvalidationModal .modal-content a {
    font-size: 14px;
    line-height: 20px;
}

.bay-marketplace img {
    margin-top: -150px;
    border: 5px solid #fff;
}
.bay-marketplace .btn.btn-grey a {
    color: #fff;
}
.bay-marketplace .btn.btn-grey:hover a,.bay-marketplace .btn.btn-grey:focus a{
color: #8E8788;
}



.categories div.category {
    position: relative;
}

.categories a.btn{
    padding:20px 100px;
}
div.category>img{
    height: 280px;
    max-height: 280px;
    width: auto;
    display: block;
    margin: 0 auto;
}

div.category .category-title {
    position: absolute;
    background: #B7AFB0;
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -22px;
    margin: 0 30px;
    padding: 10px 0;
    font-size: 20px;
    line-height:32px;
}

/*Register page & Login Page*/
.above-form {
    color: #6E6566;
}

.login-register-form label,
.profile-form label,
.subscription-form label,
.addlist-form label {
    font-size: 12px;
    line-height: 20px;
    font-family: 'cardobold';
    color: #8E8788;
}

.login-register-form .form-control,
.profile-form .form-control,
.subscription-form .form-control,
.addlist-form .form-control,
.form-inline.search .form-control {
    border-radius: 0;
    border-color: #DED6D7;
    font-size: 14px;
    line-height: 24px;
    font-family: 'cardobold';
    height: 39px;
    color: #495057;
}
.profile-form textarea.form-control,
.addlisting .addlist-form textarea.form-control{
    height:auto;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #DED6D7;
  -webkit-text-fill-color: #495057;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 14px;
  line-height: 24px;
  font-family: 'cardobold';
}
.login-register-form .form-control:focus,
.login-register-form .form-control:focus-visible,
.profile-form .form-control:focus,
.profile-form .form-control:focus-visible,
.subscription-form .form-control:focus,
.subscription-form .form-control:focus-visible,
.addlist-form .form-control:focus,
.addlist-form .form-control:focus-visible,
.form-inline.search .form-control:focus,
.form-inline.search .form-control:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: #8E8788;
}

.login-register-form .form-control::placeholder,
.profile-form .form-control::placeholder,
.subscription-form .form-control::placeholder,
.addlist-form .form-control::placeholder,
.form-inline.search .form-control::placeholder {
    color: #B7AFB0;
    font-size: 14px;
    font-family: 'cardobold';
}

.login-register-form button[type="submit"],
.profile-form button[type="submit"],
.subscription-form button[type="submit"],
.addlist-form button[type="submit"] {

    color: #ffffff;
    background-color: rgba(142, 135, 136, 0.3);
    border-radius: 0;
    font-size: 24px;
    line-height: 32px;
    transition: 0.3s all ease;
}

.login-register-form button[type="submit"]:hover,
.login-register-form button[type="submit"]:focus,
.profile-form button[type="submit"]:hover,
.profile-form button[type="submit"]:focus,
.subscription-form button[type="submit"]:hover,
.subscription-form button[type="submit"]:focus,
.addlist-form button[type="submit"]:hover,
.addlist-form button[type="submit"]:focus {
    background-color: #8E8788;
}

.login-register-form a.fgt-pwd {
    text-decoration: underline;
    font-size: 14px;
    color: #6E6566;
    font-family: 'cardobold';
}

.swith-to-login a,
.swith-to-register a {
    text-decoration: underline;
    color: #6E6566;
    font-family: 'cardobold';
}
.register div.g-recaptcha>div{
    margin:0 auto;
}
.error-msg {
    font-size: 14px;
    color: #F75267;
}
/* ID validation page */
p.status-text{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ffffff;
}
p.status-approved{
    border: 1px solid green;
    color: green;
}
p.status-rejected{
    border: 1px solid red;
    color: red;
}
p.status-pending{
    border: 1px solid blue;
    color: blue;
}
a.skip-validation{
    color: #ffffff;
    background-color: #8E8788;
    border: 1px solid #8E8788;
    padding: 5px 8px;
    transition: 0.3s all ease;
    margin-top: 10px;
    display: inline-block;
}
a.skip-validation:hover{
    color: #8E8788;
    background-color: transparent;
}
/*Profiledetail Page */
.profiledetail .user-profile #profile{
    display: none;
}
.profiledetail .user-profile label{
    cursor: pointer;
}
.profiledetail .info-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #8E8788;
    font-family: 'josefinsansregular';
}

.profiledetail .info {
    color: #4B4142;
}
.profile-details-img img {
    height: 84px;
    width: 84px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/*Subscription Page*/
.subscription-container {
    background-color: #F8F7F7;
}
.subscription .subscription-container {
    background-color: #ffffff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 100%;
    margin: 0 auto;
}

.subscription-form h3 {
    position: relative;
}

.subscription-form h3 a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'cardobold';
    position: absolute;
    left: 100%;
}

.subscription-detail .price {
    line-height: 50px;
}

.subscription-detail .price span {
    font-size: 18px;
    line-height: 24px;

}

.subscription-detail ul {
    list-style: none;
    padding: 0;
}

.subscription-detail ul li {
    padding-left: 1.3em;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.subscription-detail ul li:before {
    content: url(../images/check.png);
    /* font-family: FontAwesome; */
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

/* Loader */
.loader1 {
    display:inline-block;
    font-size:0px;
    padding:0px;
 }
 .loader1 span {
    vertical-align:middle;
    border-radius:100%;

    display:inline-block;
    width:10px;
    height:10px;
    margin:3px 2px;
    -webkit-animation:loader1 0.8s linear infinite alternate;
    animation:loader1 0.8s linear infinite alternate;
 }
 .loader1 span:nth-child(1) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
   background:rgba(245, 103, 115,0.6);
 }
 .loader1 span:nth-child(2) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
   background:rgba(245, 103, 115,0.8);
 }
 .loader1 span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
   background:rgba(245, 103, 115,1);
 }
 .loader1 span:nth-child(4) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
   background:rgba(245, 103, 115,0.8);

 }
 .loader1 span:nth-child(5) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
   background:rgba(245, 103, 115,0.4);
 }
 .main-loader {
     position: fixed;
     height: 100%;
     width: 100%;
     left: 0px;
     top: 0px;
     z-index: 9999;
     background-color: #ffffffa6;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 @keyframes loader1 {
    from {transform: scale(0, 0);}
    to {transform: scale(1, 1);}
 }
 @-webkit-keyframes loader1 {
    from {-webkit-transform: scale(0, 0);}
    to {-webkit-transform: scale(1, 1);}
 }
 /* End Loader */

/*Mylisting page*/
.item-detail .item-title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'josefinsansbold';
    padding-right: 18px;
}
.list-item a img{
    height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
}
/* .list-item>a>img {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
} */
.edit-icon-are {
    display: none;

}
.edit-image-blog:hover .edit-icon-are {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #00000082;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.edit-image-blog {
    position: relative;
}
.edit-icon-are a.float-right.edit {
    color: #ffff;
    padding-right: 8px;
}
.remove-list-img i{
    color: #fff;
}
.remove-list-img {
    padding-left: 8px;

}
.mylisting .list-item .item-title a {
    color: #6E6566;
}
.productdetail .imageModal .modal-body img {
    width: 100%;
    min-height: 390px;
    /* max-height: 390px; */
    object-fit: cover;
}

/*Addlisting page*/
.addlisting .only-subscriber {
    background-color: #F8F7F7;
    padding: 10px;
    position: relative;
}

.addlisting .only-subscriber button.close {
    position: absolute;
    right: 2%;
}

.addlisting .only-subscriber p {
    font-size: 14px;
    width: 80%;
}

.addlisting .only-subscriber a.btn-grey {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
}

.addlist-form input[id="price"] {
    border-right: 0;
}

.addlist-form .input-group-append {
    border-left: 0;
}

.addlist-form .input-group-append span {
    background-color: transparent;
    font-size: 14px;
    border-radius: 0;
    transition: border-color .15s ease-in-out;
}

.addlist-form input[id="price"]:focus+.input-group-append span,
.addlist-form input[id="price"]:focus-visible+.input-group-append span {
    border-color: #8E8788;
}

#files {
    display: none;
}

#uploadimage {
    cursor: pointer;
}

button.delete {
    position: absolute;
    border: none;
    background: transparent;
    color: #ffffff;
}
.validate_price div#price-error {
    position: absolute;
    bottom: -24px;
}
.image-slider .slick-slide img {
    display: block;
    max-height: 90px;
    min-height: 90px;
    width: 100%;
    object-fit: cover;
}
.image-slider .slick-slide {
    height: auto;
}

/*catalog page*/
.catalog .form-inline.search {
    width: 23%;
}

.catalog .form-inline.search .input-group-append button {
    padding: 0.688rem 0.75rem;
}
.catalog .filters input[type=checkbox] {
    accent-color: #6E6566;
}
.catalog .filters .filter-category{
/* .catalog .responsive-filter .filter-category { */
    color: #6E6566;
    transition: 0.3s all ease;
}

.catalog .filters input:checked~.checkmark{
/* .catalog .responsive-filter input:checked~.checkmark{ */
    background-color: #8E8788;
}

.catalog .filters .filter-category::after{
/* .catalog .responsive-filter .filter-category::after{ */
    content: url(../images/downarrow.png);
    border: none;
    vertical-align: baseline;
    margin-left: 10px;
}

.catalog .filters .filter-category:hover,
.catalog .filters .filter-category[aria-expanded='true']{
/* .catalog .responsive-filter .filter-category[aria-expanded='true'],
.catalog .responsive-filter .filter-category[aria-expanded='true']{ */
    color: #4B4142;
}

.catalog .filters .filter-category .catalog .item-detail .item-title::after {
    position: absolute;
    content: url(../images/favourite-empty.png);
    right: 0;
}

.catalog .filters .filter-category+.dropdown-menu {
    box-shadow: 0px 0px 8px 1px #8E878814;
    border: none;
    border-radius: 0;
}

.catalog .filters .dropdown-menu .form-check {
    padding-left: 0.5rem;
}

.catalog .filters .dropdown-menu label {
    font-size: 16px;
    line-height: 20px;
    color: #4B4142;
}

.catalog .filters .location div.dropdown-menu::-webkit-scrollbar-track,
.catalog .filters .price div.dropdown-menu::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #ffffff;
    background-color: #F5F5F5;
}

.catalog .filters .location div.dropdown-menu::-webkit-scrollbar,
.catalog .filters .price div.dropdown-menu::-webkit-scrollbar{
    width: 2px;
    border-radius: 1px;
    background-color: #ffffff;
}

.catalog .filters .location div.dropdown-menu::-webkit-scrollbar-thumb,
.catalog .filters .price div.dropdown-menu::-webkit-scrollbar-thumb{
    border-radius: 1px;
    /* -webkit-box-shadow: inset 0 0 6px #ffffff; */
    background-color: #B7AFB0;
}

.catalog .filters .dropdown-menu input[type=radio]{
/* .catalog .responsive-filter .dropdown-menu input[type=radio]{ */
    -webkit-appearance: none;
}

.catalog .filters .location div.dropdown-menu,
.catalog .filters .price div.dropdown-menu{
    max-height: 172px;
    /* overflow: auto; */
}
.catalog .filters .location div.dropdown-menu .form-check:hover,
.catalog .filters .price div.dropdown-menu .form-check:hover{
   background-color: #F8F7F7;
}
.catalog .filters .category div.dropdown-menu {
    width: 264px;
    padding: 10px 20px;
}
.catalog .filters .category .dropdown-submenu {
    background-color:transparent !important;
}
.catalog .filters .category .dropdown-submenu .subcategory-dropdown {
   display: none;
}

.catalog .filters .category .dropdown-submenu .subcategory-dropdown .form-check {
   margin-left: 1.5rem;
 }

.catalog .filters .category .dropdown-submenu>label {
    font-size: 16px;
    line-height: 20px;
}

.catalog .filters .category .dropdown-submenu .toggledropdown.dropdownclose::after,
.catalog .responsive-filter .category .dropdown-submenu .toggledropdown.dropdownclose::after{
    position: absolute;
    content: url(../images/dropdownclose.png);
    margin-left: -10px;
}

.catalog .filters .category .dropdown-submenu .toggledropdown::after,
.catalog .responsive-filter .category .dropdown-submenu .toggledropdown::after{
    position: absolute;
    margin-left: -10px;
    content: url(../images/dropdownopen.png);
}

.catalog .selected-filter .individual-filter {
    font-size: 14px;
    background-color: #F8F7F7;
}
.catalog .filters .price .input-group{
    max-width: 60px;
}
.catalog .filters .price  input[type="text"]{
    max-width:30px;
    font-size:12px;
    line-height:18px;
    border:1px solid #DED6D7;
    border-right:none;
}
.catalog .filters .price  input[type="text"]:focus-visible{
    border:1px solid #DED6D7;
    border-right:none;
    outline: none;
}
.catalog .filters .price  .input-group-text{
    font-size:12px;
    line-height: 18px;
    padding: 0 0.5rem;
    background-color: transparent;
    border-radius: 0;
    border-left: none;
}
/* .bootbox {
    padding-right: 0px !important;
} */
.item-detail .item-title span {
    position: absolute;
    /* content: url(../images/favourite.png); */
    right: 0;
    cursor: pointer;
    top: 0;
}
.favourite-product .item-detail .item-title span {
    position: absolute;
    /* content: url(../images/favourite.png); */
    right: 0;
}
.product-list .item-title a{
    color: #6E6566;
}
.productdetail .item-title a{
    color: #6E6566;
}
.sellerprofile .item-title a{
    color: #6E6566;
}
.favourite-product .item-title a{
    color: #6E6566;
}
.catalog .item-title.position-relative.favorite span,
.favourite-product .item-title.position-relative.favorite span  {
    text-align: right;
}
/* .catalog .item-detail .item-title span img{
   width:20px;
} */
/*Favourites page*/
.favourites .item-detail .item-title::after {
    position: absolute;
    content: url(../images/favourite.png);
    right: 0;
}

/*Sellprofile page*/
.seller-intro .name {
    color: #4B4142;
    margin-bottom: 10px !important;
    position: relative;
}
.seller-intro .name img{
    position: absolute;
    right:-25px;
    top:0;
}

.seller-intro .rate {
    color: #8E8788;
}

.seller-intro .joining-date {
    font-size: 14px;
    margin-top: 10px;
}

.seller-intro .title {
    color: #4B4142;
}

.sellerprofile .review {
    border: 1px solid #DED6D7;
    padding: 10px;
    color: #4B4142;
}
.review .name {
    font-size: 12px;
    line-height: 20px;
    font-family: 'cardobold';
}

.review .rate {
    color: #8E8788;
}

.review .review-text {
    font-size: 12px;
    line-height: 20px;
}

.review .review-date {
    font-size: 10px;
    line-height: 16px;
    font-family: 'josefinsansregular';
    color: #8E8788;
}
.seller-review .review-seller-intro{
    position: relative;
}
.seller-review .review-seller-intro::after{
    position: absolute;
    content: url('../images/quote.png');
    right:0;
}
.user-seller-profile > img {
    height: 84px;
    width: 84px;
    border-radius: 50%;
    object-fit: cover;
}
.review-seller-intro img{
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 50%;
}
.star-block {
    display: flex;
    height: 100%;
    margin-top: 10px !important;
}
.star-block .rate {
    padding-right: 3px;
}

/*Product page*/
.product-detail .product-title {
    position: relative;
    word-break: break-word;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.product-detail .product-title span.product-fav{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.product-detail .info p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.product-detail  .large-image{

    overflow: hidden;
}
.product-detail  .large-image img{
    transition: 0.7s all ease;
    cursor: pointer;
}
.product-detail  .large-image-slider{
    cursor: pointer;
}
/* .product-detail  .large-image:hover img{
    transform: scale(1.25);
    transition: 0.5s all ease;
    cursor: pointer;
    overflow: hidden;
} */
.product-detail .product-tumb-slider div img{
    cursor:pointer;
}

.product-detail .info p.product-price {
    font-size: 20px;
    line-height: 28px;
    color: #4B4142;
}

.productdetail .product-tabs a.nav-item {
    font-family: 'josefinsansbold';
    font-size: 24px;
    line-height: 32px;
    color: #4B4142;
    border: none;
    border-bottom: 4px solid transparent;
    transition: 0.3s all ease;
}

.productdetail .product-tabs a.nav-item.active,
.productdetail .product-tabs a.nav-item:hover {
    border-bottom: 4px solid #4B4142;
    padding:0.5rem 0;
    margin:0 1rem;
}

.productdetail .product-tabs .tab-content .heading,
.product-detail .seller-products .heading {
    font-family: 'josefinsansbold';
    color: #4B4142;
}
.product-detail .large-image-slider .slick-arrow,
.product-detail .seller-products .seller-products-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    padding:0;
}
.product-detail .large-image-slider .slick-arrow{
    z-index:2;
    font-size: 30px;
}
.product-detail .large-image-slider .slick-arrow.prev-arrow{
    left: 15px;
}
.product-detail .large-image-slider .slick-arrow.next-arrow{
    right: 15px;
}
.product-detail .seller-products .seller-products-slider .slick-arrow.prev-arrow{
    left: -15px;
}
.product-detail .seller-products .seller-products-slider .slick-arrow.next-arrow{
    right: -15px;
}
.product-detail .info .seller-name{
    font-family: "cardobold";
    color:#4B4142;
}
.productdetail .product-tabs .tab-content li {
    margin-bottom: 8px
}
.product-detail p.short-note {
    display: flex;
}
.product-detail span.right-des {
    max-width: 300px;
    flex-wrap: wrap;
    word-break: break-all;
    margin-left: 5px;
}
.product-detail p.short-note span.title {
    display: block;
    min-width: 90px;
}
.inAppropriateModal .modal-header {
    border-bottom: 0;
}
.wishlist-multiple-btn .bottom-btn {
    margin-top: 10px;
    width: 100%;
}
.wishlist-multiple-btn .right-btn {
    padding-right: 0;
    margin-top: 11px;
}
.wishlist-multiple-btn .right-btn .inappropriate-model{
    font-size: 16px;
    font-style: italic;
    cursor: pointer;
}
.wishlist-multiple-btn .marked-btn {
    font-size: 22px;
    width: 100%;
}
.wishlist-multiple-btn .flex-btn.row {
    margin: 0;
}
.wishlist-multiple-btn .left-btn {
    padding: 0;
}
.wishlist-multiple-btn .flex-btn.row,
.wishlist-multiple-btn .left-btn button,
.wishlist-multiple-btn .left-btn a,
.wishlist-multiple-btn .right-btn button,
.wishlist-multiple-btn .right-btn a {
    width: 100%;
}
/* .wishlist-multiple-btn .flex-btn.row {
    width: 100%;
} */
/* .wishlist-multiple-btn .right-btn a {
    width: 100%;
} */
.right-btn {
    padding-right: 0;
    /* padding-left: 0; */
}
.seller-products .seller-products-slider .slick-slide {
    height: auto;
}
.seller-products .seller-products-slider .slick-slide img {
    max-height: 80px;
    min-height: 80px;
    width: 100%;
    object-fit: cover;
}
.large-image-slider .large-image-container img {
    max-height: 500px;
    height: 500px;
    margin: 0 auto;
    /* min-height: 500px;
    width: 100%;
    object-fit: cover; */
}
.product-tumb-slider .slick-track img {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
}
.seller-name a{
    color: #6E6566;
}

/* Messenger page */
.contact-list .heading {
    color: #4B4142;
}

.messenger .form-inline.search input {
    border-right: 0;
    width: 85%;
}

.form-inline.search .input-group-append button {
    font-size: 15px;
    border-radius: 0;
    border: 1px solid #DED6D7;
    border-left: 0;
    color: #8E8788;
    transition: border-color .15s ease-in-out;
    padding: 0.46rem 0.75rem;
}

.form-inline.search input:focus+.input-group-append button,
.form-inline.search input:focus-visible+.input-group-append button {
    border-color: #8E8788;
    color: #4B4142;
}

.contact-list .contacts {
    overflow: auto;
    height: calc(56vh);
}
.contact-list .contacts li a .contact .img-container>img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    min-width: 48px;
    max-width: 48px;
}
.user .name {
    font-family: 'josefinsansbold';
    color: #4B4142;
}

.contact.user .message {
    font-size: 14px;
    line-height: 20px;
    color: #6E6566;
}

.time-tick .time {
    font-size: 12px;
    line-height: 20px;
}

.time-tick .number {
    font-size: 12px;
    background: green;
    color: #fff;
    border-radius: 50%;
    font-family: 'cardobold';
    margin: 0 2px;
}

.contact.user.online .img-container::after {
    position: absolute;
    content: url(../images/online.png);
    bottom: -5%;
    right: -5%;
}

.current-conversation .header .user>img{
    width:56px;
    height:56px;
    border-radius: 50%;
}
.current-conversation .header .user .name {
    font-family: 'josefinsansbold';
    color: #4B4142;
}

.current-conversation .header .user .online-status {
    font-size: 14px;
    line-height: 20px;
    color: #27AE60;
}

.current-conversation .header .user .offline-status {
    font-size: 14px;
    line-height: 20px;
    color: #6E6566;
}

.current-conversation .header .btn-grey-outline {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
}

.current-conversation .header .ellipsis-vertical {
    border: none;
    background-color: transparent;
}

.chat-parent {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

.chat-container {
    overflow: auto;
    height: calc(50vh);
}
.chat-container .log img[alt="user"]{
    height:32px;
    width: 32px;
    border-radius: 50%;
}
.chat-container .chat-log {
    background-color: #F8F7F7;
    padding: 15px 20px 8px;
    margin-bottom: 8px;

}

.chat-container .chat-log p.msg,
.chat-container .chat-log button.msg {
    font-size: 14px;
    line-height: 20px;
    color: #4B4142;
    font-family: 'cardoregular';
    word-wrap: break-word;
}

.chat-container .chat-log p.time {
    color: #8E8788;
    font-size: 12px;
    line-height: 18px;
}

.chat-container .chat-log.own-msg {
    border-radius: 20px 0px 20px 20px;
    max-width: 600px;
}

.chat-container .chat-log.receive-msg {
    border-radius: 0px 20px 20px 20px;
    max-width: 600px;
}

.send-message #attachment {
    display: none;
}

.send-message form.form-inline {
    flex-grow: 2;
}

.send-message form.form-inline .form-control {
    width: 89% !important;
    border: 0;
    background-color: #F8F7F7;
    border-radius: 10px !important;
}

.send-message form.form-inline .form-control::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #B7AFB0;
}

.send-message form.form-inline .form-control:focus,
.send-message form.form-inline .form-control:focus-visible {
    outline: none;
    box-shadow: none;
    border: 1px solid #8E8788;
}
.btnAttach {
    width: 5%;
}
.send-message button {
    color: #27AE60;
    font-family: 'cardobold';
    font-size: 16px;
    line-height: 24px;
    width: 6%;
    text-align: right;
    padding-right: 0;
    padding-left: 5px;
}

.send-message button:hover,
.send-message button:focus {
    color: rgba(39, 174, 96, 0.5);
}

.day-date {
    position: relative;
    text-align: center;
}

.day-date ::before {
    border-top: 1px solid #F8F7F7;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.day-date span {
    font-size: 12px;
    line-height: 20px;
    background-color: #ffffff;
}

.review-part {
    display: none;
}

ul>li.star.hover>i.fa-star {
    color: #FFCC36;
}

ul>li.star.selected>i.fa-star {
    color: #FF912C;
}
