/*  Document     : 4Forsa Bartering
    Author       : 4Forsa
    Version      : V1.0
    Copyright    : 2021
*/
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/*==============================================================
========================= Body =========================
==============================================================*/
body,html{
	font-size: 14px;
	line-height: 1.6;
	color: #999999;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header a {
    color: #262626;
    -webkit-transition: all ease 0.2s;
       -moz-transition: all ease 0.2s;
         -o-transition: all ease 0.2s;
            transition: all ease 0.2s;
}

header .navbar-brand {
    /* margin-bottom: -55px; */
     position: relative; z-index: 1;}

header a:hover {
    text-decoration:none;
    color: #262626;
}
a {
    color: #484646;
    -webkit-transition: all ease 0.2s;
       -moz-transition: all ease 0.2s;
         -o-transition: all ease 0.2s;
            transition: all ease 0.2s;
}
a:hover {
    text-decoration:none;
    color: #484646;
}
:focus, a:focus, button:focus {
  outline: 0;
}
:root {
    --swiper-theme-color: #4C0E51;
}
h1,h2,h3,h4,h5,h6 {
   /* font-family: 'Playfair Display', serif;*/
}
section {
    /* padding-top: 80px; */
    padding-bottom: 80px;
}
.border-top {
    border-top: 1px solid #eeeeee;
}
.popup-body hr {
    border-top: 1px solid #9aa3af;
    margin: 30px 0;
}
hr {
    border-top: 1px solid #9aa3af;
    margin: 40px 0;
}
.n-dropdown .nice-select {
    height: 60px;
    border: 0px;
    font-size: 18px;
    color: #484646;
    font-weight: 500;
    width: 100%;
    margin: 15px 0;
    padding: 13px 26px;
    border-radius: 10px;
}
.n-dropdown .nice-select span.current {
    top: -2px;
    margin-left: 16px;
    position: relative;
}
.n-dropdown .nice-select:after {
    color: #484646;
}
.n-dropdown .nice-select .list {
    border-radius: 10px;
    max-height: 250px;;
    overflow-y: scroll;
    width: 340px;
}
.n-dropdown .nice-select .option {
    min-height: 50px;
    line-height: 50px;
}
select#sort_by{
  background-color: transparent !important;
}
.nice-select {
    float: unset;
}
.text-red {
    color: #f84545;
    font-weight: 500;
}
.text-red:hover {
    color: #f84545;
}
.pb-16 {
    padding-bottom: 16px!important;
}
.f-16 {
    font-size: 16px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}

/*Custom Scrollbar*/
#message::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#message::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#message::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bcbcbc;
}

/*Header Dropdown Menu*/

.nav-item.h-wishlist .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.nav-item.h-wishlist.chat_item{
    position: relative;
}


.nav-item.h-wishlist .dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.nav-item.h-wishlist .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bcbcbc;
}
/*End Custom Scrollbar*/

/*==============================================================
========================= Headings =========================
==============================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #484646;
}
h1 {
    font-size: 30px;
    font-weight: 900;
}
h3, h4 {
    font-weight: 700;
}
h5 {
    font-weight: 800;
}
.heading {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.heading h1 {
    padding-bottom: 20px;
}
.heading-hr {
    position: relative;
    margin-bottom: 30px;
}
.heading-hr:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 3px;
    background: #4C0E51;
    width: 50px;
    margin-left: -25px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
}
h6 {
    font-size: 16px;
    font-weight: 700;
}
.p-24 {
    padding: 24px;
}

/*==============================================================
========================= Buttons =========================
==============================================================*/
.btn-success {
    background-color: #4C0E51;
    border-color: #4C0E51;
}
.btn-success:hover {
    background-color: #37b558;
    border-color: #37b558;
}
.btn-primary-outline {
    background: transparent!important;
    border: 1px solid #4C0E51;
    color: #4C0E51!important;
    font-weight: 700;
    padding: 12px 32px!important;
    border-radius: 4px!important;
    min-width: 180px!important;
    display: inline-block;
}
.btn-primary-outline i {
    padding-left: 10px;
}
.btn-primary-outline:hover {
    color: #4C0E51;
    background: rgba(71,202,105,.2);
}

/*==============================================================
========================= Product =========================
==============================================================*/
.product-card {
    padding: 10px 10px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(118,118,118,0.16);
    -moz-box-shadow: 0px 0px 27px 0px rgba(118,118,118,0.16);
    box-shadow: 0px 0px 27px 0px rgba(118,118,118,0.16);
    margin-bottom: 30px;
}

/*
.product-card .p-img {
    position: relative;
    margin-bottom: 14px;
}
*/

.product-card .p-img {
    position: relative;
    margin-bottom: 14px;
    height: 235px;
    overflow: hidden;
    align-items: center;
    display: flex;
    border-radius: 16px;
}

.product-card .p-content {
    padding-left: 8px;
}
.product-card .p-img img {
    border-radius: 16px;
}
.wishlist, .wishlists {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50px;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 33px;
}
.wishlist i, .wishlists i {
    color: #9aa3af;
    font-size: 18px;
    line-height: 34px;
}
.wishlist.active i, .wishlists.active i {
    color: #ee262c;
    font-size: 18px;
    line-height: 34px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.product-card .p-img .likes {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 8px;
    margin-left: -40px;
    text-align: center;
    padding: 6px 16px;
    background: rgba(255,255,255,0.9);
    border-radius: 50px;
    min-width: 80px;
    color: #484646;
}
.product-card .p-img .likes.active {
    background: #4C0E51;
    color: #ffffff;
}
.product-card .p-title {
    color: #484646;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.product-card .like-view {
    padding-top: 2px;
}
.product-card .like-view .distence {
    padding-right: 20px;
}
.card-header .wishlist, .card-header .wishlists {

}
.card-header .wishlist i, .card-header .wishlists i {
    font-size: 24px;
}
.card-header .wishlist, .card-header .wishlists {
    top: 14px;
    right: 20px;
}

/*==============================================================
========================= Header =========================
==============================================================*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(72,70,70,.5);
    font-weight: 500;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(72,70,70,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(72,70,70,1);
}
.navbar-light .nav-item.wishlist .nav-link, .navbar-light .nav-item.wishlists .nav-link {
    line-height: 30px;
}
.navbar-light .nav-item.wishlist i, .navbar-light .nav-item.wishlists i {
    font-size: 18px;
    color: #484646;
}
.btn.add-listing {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 21px;
}
.btn.add-listing i {
    font-size: 12px;
}
.h-wishlist i {
    /*font-size: 20px;*/
    color: #484646;
    line-height: 28px;
}
.nav-item.add_listing .add-listing {
    border-radius: 4px;
    min-width: 140px;
}
.sub_menus li{
    margin: 0;
}

/*==============================================================
========================= Common =========================
==============================================================*/

/*----- Home search banner -----*/
.search-banner {
    min-height: 610px;
    background-position: 100% 20%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 0;
    justify-content: center;
}
.search-banner .search_content{
    position: absolute;
    width: 100%;
    z-index: 999; 
}
.banner-bg{
    position: relative;
    overflow: hidden;
    max-height: 610px;
    min-height: 610px;
}
.banner-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    top: 0px;
    left: 0px;
    z-index: 999;
}
.hero-content-wraper h1, .hero-content-wraper h3 {
    color: #ffffff;
}
.hero-content-wraper h1 {
    font-size: 60px;
    font-weight: 900;
}
.hero-content-wraper h3 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 14px;
}
.hero-content-wraper h4 {
    font-family: 'Abhaya Libre', serif;
    font-size: 20px;
    color: #dddddd;
    margin-bottom: 30px;
    font-style: italic;
}
/*.search-banner .hero-categories li {
    padding: 0 30px;
    display: inline-block;
}
 .search-banner .hero-categories li a {
    display: block;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    font-weight: 400;
}

.search-banner .hero-categories li a {
    display: block;
    color: rgb(0 0 0 / 100%);
    font-size: 16px;
    font-weight: bold;
    background: rgba(255, 255, 255, 75%);
    min-width: 161px;
    padding: 10px 0;
    border-radius: 9px;
    box-shadow: 2px 4px 19px #000;
}

.search-banner .hero-categories li a img {
    margin-bottom: 10px;
}*/

.hero-categories .cat-card {
    padding: 0;
    display: inline-block;
}
.hero-categories .cat-card a {
    display: block;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    font-weight: 400;
}
.hero-categories .cat-card a img {
    margin-bottom: 10px;
}


.search-banner .hero-categories li a span {
    display: block;
}
.hero-search {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
    margin: 40px 0;
}
.hero-inputs-wrap {
    position: relative;
    padding: 8px 180px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-title, .search-category, .search-sort {
    border-right: 1px solid #eee;
    height: 100%;
}
.search-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 5px;
    position: relative;
}
.hero-inputs-wrap label {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #4C0E51;
}
.hero-inputs-wrap input {
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 40px;
    background: 0 0;
}
.hero-inputs-wrap .nice-select {
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: 0 0;
}
.nice-select span.current {
    top: 6px;
    position: relative;
}
.hero-inputs-wrap .search-category input {
    padding-left: 26px;
}
.hero-search-button {
    background: #4C0E51;
    position: absolute;
    right: 10px;
    width: 160px;
    color: #fff;
    top: 10px;
    bottom: 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 46px;
}
.hero-search-button i {
    padding-left: 6px;
    font-size: 13px;
}
img.img-fluid.hero-search-gps {
    position: absolute;
    content: "";
    top: 17px;
    right: 30px;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}

/*----- Sign In -----*/
.modal {
    background: rgba(25,25,25,0.5);
}
.modal-content {
    background-color: #ecedf0;
    border: 0px;
    border-radius: 20px;
    padding: 60px;
}
.modal-dialog button.close {
    position: absolute;
    top: 40px;
    right: 40px;
}
.popup-heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
    padding-bottom: 6px;
}
.popup-heading h2 {
    font-size: 30px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
}
.modal-content p {
    font-size: 16px;
    font-weight: 400;
    color: #484646;
    padding: 10px 0;
    margin: 0;
    line-height: 26px;
}
.orange {
    color: #ff6e2d;
    font-weight: 700;
}
.popup-heading {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.social-btns a:hover {
    color: #ffffff;
}
.facebook-login, .google-login {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    height: 60px;
    border-radius: 10px;
    padding: 16px 30px;
    margin: 15px 0;
    position: relative;
    display: block;
    color: #ffffff;
}
.facebook-login {
    background: #3b5999;
}
.google-login {
    background: #de4b39;
}
.facebook-login:before, .google-login:before {
    position: absolute;
    font-family: 'Font Awesome 5 Brands';
    left: 60px;
    top: 14px;
    font-size: 22px;
    color: #ffffff;
}
.facebook-login:before {
    content: "\f39e";
}
.google-login:before {
    content: "\f1a0";
}
a[class*="sign"] {
    background: #fff;
    display: block;
    padding: 16px 30px 16px 80px;
    margin: 15px 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #484646;
    position: relative;
}
.sign-phone:before {
    content: "\f3cd";
    position: absolute;
    top: 10px;
    left: 40px;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    color: #484646;
    font-weight: 700;
}
.sign-email:before {
    content: "\f0e0";
    position: absolute;
    top: 10px;
    left: 40px;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    color: #484646;
    font-weight: 700;
}
.popup-footer h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    line-height: 26px;
}
.popup-footer a, .form-fields a {
    color: #484646;
    text-decoration: underline;
    font-weight: 800;
}
.bounce {
    transition: transform .2s;
    -webkit-transition: transform .2s;
}
.bounce:hover {
    transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -webkit-box-shadow: 0px 4px 10px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 10px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 10px -9px rgba(0,0,0,0.75);
}
.or-divider {
    font-size: 18px;
    text-align: center;
    position: relative;
}
.or-divider:before {
    content: "";
    position: absolute;
    right: 55%;
    top: 15px;
    width: 152px;
    background: #9aa3af;
    height: 1px;
}
.or-divider:after {
    content: "";
    position: absolute;
    left: 55%;
    top: 15px;
    width: 152px;
    background: #9aa3af;
    height: 1px;
}
.nav-item.sign_in {
    display: flex;
    padding-top: 8px;
    align-items: center;
}
.nav-item.sign_in .nav-link {
    padding: 0 6px;
    cursor: pointer;
}
.form-group {
    position: relative;
    transition: all ease .3s;
}
.form-group .form-label {
    color: #484646;
    font-size: 18px;
    font-weight: 500; 
    opacity: 1;
    position: absolute;
    top: 17px;
    left: 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.form-control {
    border-radius: 10px;
    padding: 16px 30px;
    color: #484646;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    outline: 0px;
    min-height: 60px;
}
.form-group input:focus {
    box-shadow: 0 0 0 0.2rem rgba(71,202,105,.25);
    outline: 0px;
}
.form-control:focus::placeholder {
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
button.btn, .btn {
    background: #4C0E51;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 10px;
    min-width: 170px;
}
.btn:hover {
    color: #ffffff;
}
.help-content .btn:hover {
    color: #000;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(71 202 105 / 25%);
}
.form-control, .modal-content .btn {
    margin: 15px 0;
}
.otp {
    display: flex;
    padding: 0 30px;
}
.otp .form-group {
    margin: auto;
}
.otp .form-control {
    width: 60px;
    text-align: center;
    padding: 16px 10px!important;
}
.input-group a {
    font-weight: 700;
    text-decoration: underline;
    padding: 0 5px;
}
.input-group {
    padding-left: 26px;
    font-size: 16px;
    color: #484646;
}
.input-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.input-group input:checked ~ .checkmark {
  background-color: #4C0E51;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input-group input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input-group .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-area {
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    padding: 18px 26px;
    border-radius: 10px;
}
.radio-area {
    margin: 15px 0;
}
.radio-area .input-group {
    margin-bottom: 0px;
    cursor: pointer;
}
.cat-btn {
    cursor: pointer;
}
.category-card {
    display: inline-block;
    margin: 3px;
    text-align: center;
    vertical-align: top;
}
.cat-btn {
    background: #fff;
    border-radius: 8px;
    padding: 20px 8px;
    min-width: 118px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.cat-btn span {
    display: block;
    padding-top: 10px;
    color: #484646
}
.category-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.category-check:checked + .cat-btn {
    box-shadow: 0 0 0 0.2rem rgba(71,202,105,.75);
}
.category-check:checked + .cat-btn span {
    font-weight: 700;
}
.category-select button.btn {
    margin-left: 7px;
    margin-right: 7px;
}
.ap-btn {
    margin: 7px;
}
span.skip {
    font-size: 14px;
    color: #fff;
    background: #040404;
    border-radius: 50px;
    padding: 10px 26px;
    font-weight: 300;
}
.popup-body .category-select{
    display: flex;
flex-wrap: wrap;
}
button.close.skip-btn {
     top: 16px;
    right: 10px;
}
#per_modal .popup-heading {
    text-align: start;
}
#per_modal .close_modal{
    position: absolute;
    top: 16px;
    left: 40px;
}
.p-btn {
    position: absolute;
    top: -8px;
    right: 4px;
    width: 70px;
    cursor: pointer;
}
span.s-all{
    font-size: 12px;
color: rgb(255, 255, 255);
background: rgb(4, 4, 4);
border-radius: 9px;
padding: 6px;
font-weight: 300;
margin-top: 10px;
}
.p-btn span {
    text-align: right;
    font-size: 14px;
}
.p-relative {
    position: relative;
}
.s-all, .c-all {
    position: absolute;
}
.list-group.foll-list .list-group-item {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #484646;
    padding: 14px 0;
    position: relative;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
}
.list-group.foll-list .list-group-item img {
    border-radius: 50%;
    margin-right: 14px;
}
.list-group.foll-list .list-group-item a.u-name {
    color: #484646;
}
.btn-small {
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 12px;
    font-weight: 400;
    line-height: 30px;
}
.btn-red:hover {
    color: #fff;
    background: #ad1b1b;
}
.btn-small.f-right {
    position: absolute;
    right: 0px;
}
.btn-red {
    background: #ce2424;
}
.btn-dull {
    background: #484646;
}
.btn-dull:hover {
    color: #fff;
    background: #2d2c2c;
}
.r-stars {
    list-style: none;
    padding-left: 0px;
}
.r-stars li {
    display: inline-block;
}
.stars-block {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
}
.stars-block .star {
    position: absolute;
    left: 0px;
    -webkit-transition: all ease 0.2s;
       -moz-transition: all ease 0.2s;
         -o-transition: all ease 0.2s;
            transition: all ease 0.2s;
}
.stars-block.stars-active .star.star-dark {
    opacity: 1;
}
.stars-block.stars-active .star.star-light {
    opacity: 0;
}
.stars-block .star.star-dark {
    opacity: 0;
}
.tap-to-rate {
    color: #484646;
    font-size: 16px;
    top: -7px;
    position: relative;
    padding-left: 13px;
}
.r-product img {
    border-radius: 8px;
    width: 70px;
    height: 70px;
}
.product--info h2 a {
    font-size: 20px;
    font-weight: 700;
}
.r-product {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.product--info {
    padding-left: 20px;
}
.popup-ratings {
    margin: 24px 0;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(71,202,105,.25);
}
.seller-name {
    width: 100%;
}
.seller-name a {
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.seller-pic {
    position: relative;
    display: inline-block;
}
.seller-pic img {
    border-radius: 50px;
    width: 60px;
    height: 60px;
}
.seller-pic .active-dot {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #63de39;
    border-radius: 50px;
    top: 0px;
    right: 3px;
    border: 2px solid #fff;
}
.btn-mid {
    border-radius: 4px;
    font-size: 14px;
    padding: 12px 20px;
    min-width: 134px;
}
.gray-btn {
    background: #f4f8fe;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    min-height: 47px;
    line-height: 42px;
    text-align: center;
    margin-left: 10px;
}

/*----- How it work -----*/
.info-card {
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    padding: 40px 30px;
    height: 100%;
}
.info-card img {
    padding-bottom: 24px;
}
.info-card h5 {
    padding-bottom: 10px;
    font-weight: 800;
}

/*----- Download app -----*/
.download-app {
    /*background: url(../images/green-bg.png);*/
    background:#4d0e4f;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 24px;
    min-height: 600px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.download-app:before {
    content: "";
    position: absolute;
    background: url(../images/hand.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1
}
.download-app:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/lines-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    z-index: -2;
}
.download-app h1 {
    color: #ffffff;
    font-size: 50px;
}
.download-app .download-btn {
    padding-top: 20px;
}

/*----- Testimonials -----*/
.testi-card {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: .9;
}
.testimonial-avatar {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    z-index: 20;
}
.testimonial-avatar img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-box-shadow: 0 9px 26px rgba(58,87,135,.1);
    box-shadow: 0 9px 26px rgba(58,87,135,.1);
}
.testimonial-body {
    text-align: center;
    padding: 75px 50px 36px;
    overflow: hidden;
    background: #f5f6fa;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 9px 26px rgba(58,87,135,.1);
    box-shadow: 0 9px 26px rgba(58,87,135,.1);
    position: relative;
    font-size: 16px;
    color: #7d7d7d;
}
.testimonial-body:before {
    content: "\f10e";
    top: 20px;
    left: 25px;
    color: #4C0E51;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    position: absolute;
    opacity: .3;
    font-size: 24px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.testimonial-body:after {
    content: "\f10e";
    bottom: 20px;
    right: 25px;
    color: #4C0E51;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    position: absolute;
    opacity: .3;
    font-size: 24px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.testimonial-rating {
    margin-bottom: 12px;
    color: #facc39;
}
.t-user-info h3 {
    font-size: 16px;
    font-weight: 700;
    color: #484646;
    padding-top: 16px;
}
.t-user-info h4 {
    font-size: 14px;
    color: #4C0E51;
}
.testimonials .swiper-slide {
    padding: 30px 0;
    margin-bottom: 20px;
}
.swiper-container.test-slider .swiper-button-prev {
    left: -30px;
    padding-left: 20px;
    border-radius: 0 60px 60px 0;
}
.swiper-container.test-slider .swiper-button-prev:hover {
    left: -15px;
    background: rgba(27,26,26,1);
}
.swiper-container.test-slider .swiper-button-next {
    right: -30px;
    padding-right: 20px;
    border-radius: 60px 0 0 60px;
}
.swiper-container.test-slider .swiper-button-next:hover {
    right: -15px;
    background: rgba(27,26,26,1);
}
.swiper-container.test-slider div[class*='swiper-button'] {
    cursor: pointer;
    z-index: 2;
    margin-top: -25px;
    line-height: 50px;
    width: 80px;
    height: 50px;
    top: 50%;
    position: absolute;
    background: rgba(27,26,26,.8);
    -webkit-box-shadow: 0 9px 26px rgba(58,87,135,.45);
    box-shadow: 0 9px 26px rgba(58,87,135,.45);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.swiper-container.test-slider .swiper-button-next:after, .swiper-container.test-slider .swiper-button-prev:after {
    font-size: 20px;
}
.testimonials .swiper-container.test-slider .swiper-button-next:after, .testimonials .swiper-container.test-slider .swiper-button-prev:after {
    color: #fff;
}

.swiper-slide-active .testimonial-card {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #fff;
}
.testimonial-card {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: .9;
}
.swiper-slide-active .testimonial-body {
    background: #fff;
}

/*----- Add A Listing -----*/
.add-your-listing {
    background: #ecedf0;
}
.add-listing-block {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 20px;
}
.form-dark .form-control, .form-dark .nice-select {
    background: #ecedf0;
}
.file_button_container, .file_button_container input {
    height: 108px;
    width: 108px;
    margin-right: 14px;
    cursor: pointer;
 }
 .file_button_container {
    background: #eae8eb;
    border-radius: 10px;
    background-image: url(../images/cam-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
 }
 .file_button_container input {
    opacity: 0;
 }

 /*----- Product Detail -----*/
.card {
    border: 1px solid #eeeeee;
}
.card-header {
    padding: 20px 24px 8px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
.card-footer {
    background: #f9f9f9;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    padding: 0;
    color: #777777;
}
.f14 {
    font-size: 14px;
    font-weight: 700;
}
.list-dashed {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.card-body {
    padding: 20px 24px 24px;
}
.list-dashed li {
    position: relative;
    padding-left: 12px;
    color: #484646;
}
.list-dashed li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 4px;
    height: 1px;
    background: url(../images/dashed.jpg) no-repeat;
}
.card-footer button.like-btn, .card-footer button.like-btns, .card-footer .distence, .card-footer .views {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
button.like-btn, button.like-btns {
    min-width: auto;
    background: transparent;
    color: #777777!important;
    border-radius: 0 0 0 2px;
    position: relative;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
}
.like-btn:after, .like-btns:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}
.like-btn:active:after, .like-btns:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
.like-btn.active-like, .like-btns.active-like {
    background: #4C0E51!important;
    color: #fff!important;
}
.like-btn.btn.focus, .like-btn.btn:focus, .like-btns.btn.focus, .like-btns.btn:focus {
    outline: 0;
    box-shadow: 0 0 0;
}
.p-img .like-btn, .p-img .like-btns {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 8px;
    margin-left: -40px;
    text-align: center;
    padding: 6px 16px;
    border-radius: 50px;
    background: #fff;
    min-width: 80px;
    color: #484646;
    font-size: 14px;
}
.ad-id h6 {
    font-size: 14px;
}
ul.stars {
    padding-left: 0px;
    list-style: none;
}
ul.stars li {
    display: inline-block;
}
ul.stars li .active {
    color: #eba10d;
}
.r-comment {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 22px;
    padding-bottom: 6px;
}
.reviews .card-body {
    background: #f9f9f9;
}
.reviews a {
    color: #484646;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
}
._reviews{
        width: fit-content;
        background: #EDEBF0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 30px;
        padding: 2px 7px;
        margin-top: 6px;
}
._reviews span{
    font-size: 15px;
    color: #000;
}
._reviews i{
    color: #FEC107;padding-left: 6px;
}
._all_reviews {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e0d9d9;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
}
._all_review_list.d-flex {
    align-items: center;
    justify-content: space-between;
}
._all_reviews ._reviews{
    margin-top: 0;
}
.list_title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-right: 6px;

}
.detail_page{
    display: flex;
    align-items: center;
}
.detail_page a{
    padding-right: 30px;
}
.reviewer_details {
    display: flex;
    justify-content: space-between;
        border-bottom: 1px solid #666666;
            padding-bottom: 15px;
}
.reviewer_name ul{
    list-style: none;
    padding-left: 0;
    display: flex;
}
.reviewer_name ul li{
    padding-right:10px;
    color: #FEC107;
}
.reviewer_name h6{
    font-weight: 700;
    color: #000;
    font-size: 16px;
}.review_date {
    font-weight: 500;
    font-size: 16px;
}
._feedback{
    color: #000;
    font-weight: 500;
}
/*==============================================================
========================= Footer =========================
==============================================================*/
.footer {
    padding-top: 50px;
    background-color: #4d0e4f;
    color: #ffffff;
}
.footer_top {
    position: relative;
    background-image: url(../images/footer_bg.png);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    overflow-y: hidden;
    padding-bottom: 50px;
    z-index: 1;
}
.footer-wave {
    position: absolute;
    bottom: -160px;
    width: 100%;
    left: 0;
    z-index: 0;
    height: auto;
    opacity: .06;
    z-index: -1;
}
.footer h3 {
    font-size: 16px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.11);
    padding-bottom: 10px;
    position: relative;
    padding-top: 15px;
}
.footer h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #c3dcb4;
}
.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/* .footer .links {
    
} */
.footer .links a:before {
    content: "\f105";
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 18px;
}
.footer .links a {
    position: relative;
    color: #ffffff;
    line-height: 34px;
    padding-left: 18px;
    -webkit-transition: all ease 0.2s;
       -moz-transition: all ease 0.2s;
         -o-transition: all ease 0.2s;
            transition: all ease 0.2s;
}
.footer .links a:hover {
    text-decoration: underline;
}
.f-contact-info ul {
    list-style: none;
    margin: 15px 0 0;
}
.f-contact-info ul li {
    display: inline-block;
    min-width: 220px;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
    background: rgba(255,255,255,.11);
    border-radius: 30px;
    margin-bottom: 10px;
    color: rgba(255,255,255,.81);
    line-height: 34px;
}
.f-contact-info ul li a, .f-contact-info ul li span {
    color: rgba(255,255,255,.51);
    padding-right: 3px;
}
.f-contact-info ul li a {
    color: rgba(255,255,255,.81);
}
.f-contact-info ul li i {
    color: #c3dcb4;
    margin-right: 5px;
}
.footer-social span {
    margin-right: 15px;
    color: #fff;
    font-size: .923em;
    font-weight: 600;
}
.footer-social li {
    margin-right: 10px;
    padding-top: 0px;
}
.footer-social ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}
.footer-social li a {
    font-size: 1em;
    color: #c3dcb4;
}
.copyright {
    background: #260727;
    padding: 24px 0px;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}
.copyright span {
    color: #c3dcb4;
}

/*----- Product Detail Page Slider -----*/
.product-thumb-slider .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.product-thumb-slider .swiper-slide {

       background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-thumb-slider .gallery-top {
    height: 436px;
    width: 100%;
}
.product-thumb-slider .gallery-thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}
.product-thumb-slider .gallery-thumbs .swiper-slide {
    height: 96px;
    opacity: 0.4;
}
.product-thumb-slider .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
/*==============================================================
========================= Inner Pages =========================
==============================================================*/
.nav_right li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;

} 
.nav_right{
    align-items: center;
}
.nav_right li .nav-link {
    font-size: 14px;
    color: #484646;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
} 
.nav_right li.sign_in i {
    color: #4C0E51;
    padding-right: 3px;
    /* padding-top: 6px; */
}
.nav_right li.add_listing a {
    color: #fff;
}
.nav_left li {
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumb {
    background: #ecedf0;
    margin: 0px;
}
.left_menu {
    border: #c6c6c6 1px solid;
    background: #ecedf0;
}
.left_menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.left_menu ul li {
    padding: 0px;
    border-bottom: #c6c6c6 1px solid;
}
.left_menu ul li:last-child {
    border-bottom:none;
}
.left_menu ul li i {
    margin-right: 10px;
}
.left_menu ul li a {
    padding: 15px 15px;
    color: #484646;
    display: block;
    border-left: 3px solid transparent;
    position: relative;
}
.left_menu ul li.active a, .left_menu ul li a:hover {
    background: #c6c6c6;
    border-color: #252525;
}
.left_menu ul li.active a:after, .left_menu ul li a:hover:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #c6c6c6;
    border-bottom: 8px solid transparent;
}
.right_section {
    border: #eeeeee 1px solid;
}
.right_section h2 {
    font-size: 24px; color: #484646;
}
.package_detail {
    border: #c6c6c6 1px solid;
}
.package_detail h3 {
    background: #ecedf0;
    color: #484646;
    font-size: 20px;
    padding:15px 20px;
    border-bottom: #c6c6c6 1px solid;
}
.package_detail ul {
    padding:0px 20px;
    list-style: none;
}
.package_detail ul li {
    color: #484646;
    font-size: 16px;
    padding: 10px 0px 10px 25px;
    position: relative;
}
.package_detail ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 10px;
    color: #4C0E51;
}
.expire_date {
    padding: 15px 20px;
    color: #484646;
    border-top: #c6c6c6 1px solid;
}
.expire_date span{
    font-weight: 500;
    color: #000;
}
.breadcrumbs {
    background: #ecedf0;
    padding: 19px 0;
}
.breadcrumbs a {
    position: relative;
    color: #484646;
    padding-right: 20px;
}
.breadcrumbs a:after {
    content: "/";
    position: absolute;
    right: 5px;
    top: -1px;
    color: #777777;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #484646;
    background-color: #c6c6c6;
    position: relative;
}
.sidebar-tabs a.nav-link.active:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #252525;
}
.sidebar-tabs a.nav-link.active:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 15px;
    right: -12px;
    top: 50%;
    background: url(../images/right-arrow.png) no-repeat;
    margin-top: -7px
}
.sidebar-tabs a {
    color: #484646;
    font-size: 16px;
    font-weight: 800;
    padding: 18px 24px;
    border-radius: 0px;
    background: #ecedf0;
    border-radius: 0px!important;
    border-bottom: 1px solid #c6c6c6;
    font-family: 'Playfair Display', serif;
}
.sidebar-tabs a i {
    min-width: 40px;
}
.sidebar-tabs a:last-child {
    border-bottom: 0px;
}
.sidebar-tabs #v-pills-tab {
    border: 1px solid #c6c6c6;
}
.verify {
    color: #ee5d1c;
    margin-bottom: 10px;
}
.verify img {
    padding-right: 8px;
    font-size: 16px;
}
.following-number {
    color: #484646;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    padding-left: 0px;
}
.following-number li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #cccccc;
}
.tr-price {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 800;
	color: #000;
}
.following-number li:first-child {
    padding-left: 0px;
}
.following-number li:last-child {
    border-right: 0px;
}
.ep-avatar {
    position: relative;
    width: 75px;
    display: inline-block;
}
.ep-avatar:before{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: -12px;
    left: 50%;
    margin-left: -16px;
    background: url(../images/chamge-pic.png) no-repeat;
}
.ep-a-info {
    display: inline-block;
    padding-left: 0px;
    width: calc(100% - 75px);
}
.bdr-bottom {
    border-bottom: 1px solid #eeeeee;
}
.notification {
    background: #fdc283;
    padding: 15px 24px;
    border-radius: 4px;
    font-size: 16px;
    color: #98632b;
    margin-top: 28px;
}
.pt-24 {
    padding-top: 24px;
}
.tabs-title .filters {
    float: right;
}
.sorting .nice-select span.current {
    top: 0px;
}
.sorting .nice-select {
    padding-left: 10px;
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    min-width: 120px;
}
.sorting .nice-select:after {
    margin-top: -6px;
    right: 14px;
}
.tabs-title h2, .tabs-title .sorting {
    display: inline-block;
}
.ad-list {
    background: #ecedf0;
}
.ad-card {
    background: #fff;
    border-radius: 10px;
    margin-top: 24px;
}
.ad-card .card-header, .ad-card .card-body, .ad-card .card-footer {
    background: transparent;
}
.ad-card .card-header {
    border-bottom: 1px solid #c6c6c6;
    padding: 11px 20px;
}
.ad-card .card-header span {
    color: #000000;
    font-weight: 500;
}
.ad-card .card-footer {
    border-top: 1px solid #c6c6c6;
    font-size: 14px;
    padding: 11px 20px;
}
.boost-ad-btn .btn {
    border: 1px solid #484646;
    background: #fff;
    color: #484646;
    font-weight: 600;
    border-radius: 50px;
    min-width: 90px;
}
.view-dis .distence {
    padding-right: 20px;
}
.distence i, .views i {
    padding-right: 3px;
}
.list-p-img img {
    border-radius: 20px;
}
.list-p-info {
    padding-left: 20px;
}
.list-p-info .btn, .btn-x-small {
    min-width: 90px;
    border-radius: 50px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 12px;
    font-size: 12px;
}
.btn-info {
    background: #FF6E2D;
    color: #fff;
    border-color: #FF6E2D;
}
.btn-info:hover {
    background: #ff773a;
    border-color: #ff773a;
}
.list-p-info span {
    color: #000;
    font-weight: 500;
}
.list-p-img img {
    width: 104px;
    height: 104px;
}
.sub-my-package {
    margin-top: 24px;
}
.sub-my-package .card {
    border: 1px solid #c6c6c6;
    border-radius: 0px;
}
.sub-my-package .card-footer {
    border-top: 1px solid #c6c6c6;
    padding: 11px 20px;
    background: transparent;
    font-size: 14px;
}
.sub-my-package .card-header {
    border-bottom: 1px solid #c6c6c6;
    padding: 21px 20px;
    background: #5f6167;
}
.sub-my-package .card-header h5 {
	color: #ffffff;
}
.black {
    color: #000000;
    font-weight: 500;
}
.list-check {
    list-style: none;
    font-size: 16px;
    color: #484646;
    padding-left: 0px;
    line-height: 24px;
    font-weight: 500;
    margin: 16px 0;
}
.list-check li {
    position: relative;
    padding: 0 30px 16px;
}
.list-check li:last-child {
    padding-bottom: 0px;
}
.list-check li:before {
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    color: #4C0E51;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}
.per-cards .category-card {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin: 0px;
    width: 100%;
}
.per-cards .cat-btn {
    min-width: 100%;
}
.category-select div[class*=col] {
    padding: 7px;
}
.per-cards label {
    margin-bottom: 0px;
}
.header {
    border-bottom: 1px solid #eeeeee;
}
.subscription-card .card {
    border: 1px solid #c6c6c6;
    border-radius: 0px;
}
.subscription-card .card-header {
    background: #5f6167;
    border-bottom: 1px solid #c6c6c6;
    padding: 25px 24px 14px;
}
.subscription-card .card-header h1 {
    font-weight: 700;
    color: #fff;
}
.subscription-card .card-header h4 {
    font-weight: 500;
    margin-bottom: 14px;
    color: #fff;
}
.subscription-card .card-footer a {
    width: 100%;
    border-radius: 0px;
}
.subscription-card {
    padding-bottom: 30px;
}
.prd-type-tabs .nav-link {
    color: #777777;
    font-size: 20px;
    font-weight: 800;
    padding: 7px 20px;
    font-family: 'Playfair Display', serif;
}
.prd-type-tabs .nav-tabs .nav-item.show .nav-link, .prd-type-tabs .nav-tabs .nav-link.active {
    border-color: transparent transparent #4C0E51;
}
.prd-type-tabs .nav-tabs .nav-link {
    border: 3px solid transparent;
}
.prd-type-tabs .nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee
}
.btn-sm {
    font-size: 14px!important;
    padding: 12px 30px!important;
    border-radius: 6px!important;
}
.tr-card {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.form-group span, .textarea span {
	color: #000;
	font-weight: 500;
}
.btn-small-cercle {
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
    padding: 4px 10px;
    min-width: 110px;
}
.text-dark {
    color: #484646;
}
.tr-pimg {
    float: left;
    padding-right: 15px;
}
.tr-pimg img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}
.tr-info h5 {
	color: #000;
	font-weight: 800;
}
.tr-type span {
	color: #000;
}
.tr-card hr, .order-det-card hr {
    border-color: #c6c6c6;
    margin: 20px 0px;
}
.tr-name, .tr-amount {
    color: #484646
}
.tr-amount {
    font-weight: 500;
}
.trad-det p {
    margin-bottom: 8px;
}
.sell-det .tr-pimg img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.seller-profile-links {
    list-style: none;
    padding-left: 0px;
}
.seller-profile-links li {
    display: inline-block;
}
.seller-profile-links li i {
    padding-right: 2px;
    font-size: 12px;
}
.seller-profile-links li:first-child {
    padding-right: 14px;
    margin-right: 14px;
    position: relative;
}
.seller-profile-links li:first-child:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    top: 5px;
    right: -1px;
    background: url(../images/line.png) no-repeat;
}
.seller-profile {
    background: #ecedf0;
    border: 1px solid #c6c6c6;
    padding: 10px;
}
.seller-det {
    padding: 24px 30px;
}
.seller-det {
    padding: 14px 14px 4px;
}
.order-det-card {
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    font-size: 16px;
}
.total p {
    font-size: 20px;
    font-weight: 700;
}
.order-det-card p {
    margin-bottom: 24px;
}
.cnt-upr {
    border-bottom: 1px solid #c7c3c3;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.cnt-upr img {
    border-radius: 14px;
}
.email-ic {
    background: #c6c6c6;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}
.email-card {
    padding-top: 26px;
}
.email-card a {
    font-size: 20px;
    text-decoration: underline;
}
.chat-list {
    border: 1px solid #c6c6c6;
}
.chat-c {
    border-bottom: 1px solid #ecedf0;
    padding: 14px 14px 22px;
}
.chat-c a {
    font-weight: 500;
}
.chat-c.active {
    background: #f2f2f2;
}
.products-avatar {
    position: relative;
    display: inline-block;
}
.products-avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50px;
}
.self-item img {
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
}
.self-item {
    position: absolute;
    right: -8px;
    bottom: -8px;
}
.msg-number {
    height: 16px;
    width: 16px;
    font-size: 10px;
    color: #fff;
    background: #4C0E51;
    border-radius: 50px;
    text-align: center;
}
.chat-maessage {
    border: 1px solid #eeeeee;
}
.chat-card .card-header {
    background: #f2f2f2;
    padding: 10px 20px;
}
.chat-card .card-header a img {
    width: 40px;
    margin-right: 7px;
    height: 40px;
    border-radius: 4px;
}
.chat-card .card-header span {
    font-size: 18px;
    color: #484646;
    font-weight: 700;
}
.chat-card .time {
    font-size: 12px;
    display: block;
    text-align: center;
    opacity: .8;
}
.chat-card .card-footer {
    margin: 10px;
    background: #f2f2f2;
    border: 0px;
    border-radius: 4px;
    padding: 7px 10px 7px 20px;
    font-size: 14px;
    color: #484646;
}
#message {
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
}
.chat-avatar img {
    width: 34px;
    height: 34px;
    border-radius: 50px;
}
.chat-ms {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.chat-ms li {
    background: #f0f0f0;
    margin-bottom: 5px;
    padding: 6px 12px;
    color: #484646;
    border-radius: 6px;
}
.chat-ms li:last-child {
    margin-bottom: 0px;
    border-radius: 6px 6px 6px 0;
}
.chat-ms.dark-bg li {
    background: #6c727a;
    color: #fff;
    position: relative;
    padding: 6px 35px 6px 12px;
}
.chat-ms.dark-bg li:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 10px;
    right: 10px;
    bottom: 13px;
    background: url(../images/chat-check.png) no-repeat;
}
.chat-ms.dark-bg li.active:after {
    background: url(../images/chat-check-active.png) no-repeat;
}
.chat-ms.dark-bg li:last-child {
    border-radius: 6px 6px 0 6px;
}
.chat-card .form-control {
    min-height: 34px;
    padding: 0px 0px;
    font-size: 14px;
    border-radius: 0px;
    margin: 0px 30px 0 0;
    font-weight: 400;
    background: transparent;
}
.chat-card .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0;
}
.msg-invitation {
    text-align: center;
}
.msg-invitation .btn {
    position: relative;
    top: -16px;
}
.msg-card-content {
    background: #fff;
    border: 1px solid #D3D4D6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.msg-invitation .msg-card-content {
    padding: 20px 20px 40px;
}
.msg-card-content h6 {
    padding-bottom: 12px;
}
.amount-info {
    font-size: 16px;
    color: #484646;
    line-height: 40px;
    font-weight: 500;
}
/*.add-new-address {
    padding-top: 80px;
}*/
.boost-heading a img {
    width: 40px;
    margin-right: 7px;
    height: 40px;
    border-radius: 4px;
}
.boost-heading span {
    font-size: 18px;
    color: #484646;
    font-weight: 700;
}
.address .card-footer {
    padding: 2px 24px 24px;
    background: transparent;
    border-top: 0px;
}
.address .card-body {
    padding: 20px 24px 10px 24px;
    font-size: 18px;
    color: #484646;
}
.address .card-footer a.btn-small {
    min-width: auto;
    padding: 0px 14px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #484646;
    line-height: 24px;
}
.new-address {
    border-radius: 20px;
    padding: 40px;
}
.bg-gray {
    background: #ecedf0;
}
.pay-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #484646;
    margin: 16px 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
}
.pay-card span {
    padding-left: 10px;
}
.pay-card img {
    height: 28px;
    border-radius: 2px;
}
.underline {
    text-decoration: underline;
}
.underline:hover {
    text-decoration: underline;
}

.p-card [type="checkbox"]:checked, .p-card [type="checkbox"]:not(:checked), .p-card [type="radio"]:checked, .p-card [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.payment-opt:checked + label {
    box-shadow: 0 0 0 0.2rem rgb(71 202 105 / 75%);
}
.modal-full {
    width: 100%;
    margin: 0px;
}
.modal-full .modal-content {
    border-radius: 0px;
    background: #fff;
}
.ship-address .modal-dialog button.close {
    position: absolute;
    top: 6px;
    left: 0px;
    opacity: 1;
}
.ship-address .modal-dialog button.close:hover {
    opacity: 1;
}
.btn-gray {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #484646;
}
.btn-gray:hover {
    color: #484646;
}
.action-buttons li {
    display: inline-block;
}
.action-buttons li a {
    border-radius: 4px;
    font-size: 14px;
    padding: 12px 20px;
    background: #4C0E51;
    color: #ffffff;
    display: block;
    text-align: center;
    border: 1px solid #4C0E51;
}
.action-buttons li a.gray {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #484646;
}
.action-buttons li:nth-child(2) {
    margin-left: 10px;
}
.filter-title {
    font-size: 16px;
    font-weight: 500;
    color: #484646;
    display: block;
    position: relative;
}
.filter-title {
    position: relative;
    padding-bottom: 20px;
}
.filter-title button {
    background: none;
    border: 0px;
    font-weight: 600;
    color: #484646;
    padding: 0px;
    font-size: 16px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    position: relative;
z-index: 1;
}
.filter-block .list-unstyled {
    padding-bottom: 16px;
}
.filter-block .filter-title .title .fas {
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
}
.filter-block .filter-title .title.collapsed .fas {
    transform: rotate(180deg);
}
.bdr-0 {
    border-bottom: 0px!important;
}
.filters .input-group {
    font-size: 14px;
    line-height: 24px;
}
.filters .checkmark {
    height: 16px;
    width: 16px;
}
.filters .input-group .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
}
.filters .form-control {
    min-height: 44px;
    border-radius: 4px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 400;
}
a.search {
    position: absolute;
    top: 13px;
    right: 12px;
}
a.location {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 14px;
    height: 14px;
}
.filters {
    background: #ecedf0;
    border-radius: 10px;
}
.filter-block {
    border-bottom: 1px solid #9aa3af;
    padding: 20px 20px 0;
}
.filters h4 {
    padding: 20px 20px 0;
}
.filter-block.filter-categories {
    border-bottom: 0px;
}
.foll-list .list-group-item img {
    width: 40px;
    height: 40px;
}
.r-stars img {
    height: 28px;
    width: 28px;
}
.wh-small {
    width: 90px;
    height: 90px;
    border-radius: 8px;
}
.add-new .cat-btn {
    padding: 40px 10px;
    width: 116px;
}
.dashed {
    border: 1px dashed #707070;
}

.bartering-suggestion input[type="radio"] {
    display:none;
    box-sizing: border-box;
    padding: 0;
}
.bartering-suggestion input[type="radio"]:checked + label {
    box-shadow: 0 0 0 0.2rem rgb(71 202 105 / 75%);
}
.bartering-suggestion label {
    background: #fff;
    border-radius: 8px;
    padding: 12px 8px;
    min-width: 118px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.bartering-suggestion label span {
    display: block;
    padding-top: 10px;
    color: #484646;
}
.bartering-suggestion input[type="radio"]:checked + label span {
    font-weight: 700;
}
.swiper-container.cat-slider .swiper-button-next {
    right: 0px;
}
.swiper-container.cat-slider .swiper-button-prev {
    left: 0px;
}
.swiper-container.cat-slider div[class*=swiper-button]:after {
    font-size: 26px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
background: transparent;
border: 0px!important;
padding: 0px;
box-shadow: 0 0 0!important;
height: auto;
font-size: 18px;
background-image: none!important;
}

.form-control.t3 .current {
    top: -3px;
    
}
.chosen-container-single .chosen-single {
background: transparent;
border: 0px!important;
padding: 0px!important;
box-shadow: 0 0 0!important;
height: auto;
font-size: 18px;
background-image: none!important;
}

/*.chosen-container .chosen-container-single .form-control {
    width: 100%;
}*/


.chosen-container .chosen-drop {
    left: 0px;
    border: 1px solid #aaa!important;
    border-radius: 4px!important;
}

.swiper-slide.swiper-slide-visible {
    cursor: pointer;
}

.notification_section{}
.notification_section ul{ margin: 0; padding: 0 }
.notification_section ul li {background: #e7e7e7; padding: 10px; list-style: none; margin-bottom: 10px; }
.notification_section ul li:nth-child(even) {background: #fff; border: 1px solid #e7e7e7;}
.notification_section ul li span { display: block; }
.notification_section ul li span a {color: #fff; background: #37b558; padding: 2px 7px; font-size: 12px; border-radius: 3px; }
.notification_section ul li span a:hover { background: #1d8238 }


.dropdown_notification_menu {
	text-transform: capitalize;
	font-size: 14px;
	padding:10px 0 10px;
	border-bottom: 1px solid #e1e1e1;
}
.nav-item.h-wishlist .far.fa-bell, .nav-item.h-wishlist .fas.fa-th-large {
	font-size: 18px;
}
.header .navbar.navbar-expand-lg .dropdown-menu {
	position: absolute;
	border-radius: 10px;
    border: 0px;
	border-radius: 4px;
	padding: 10px 30px 10px 40px!important;
    overflow-x: hidden;
    min-width: 180px;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
}
.header .navbar.navbar-expand-lg .show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}	
.notification_menu_is_read {
	background: #e7e7e7;
}
.swiper-slide .cat-card span {
    display: block;
}


.hero-categories { max-width: 750px; margin: auto; }
.header-cat-slider .owl-item img {
    width: auto;
}
.header-cat-slider .owl-item .item {
    justify-content: center;
    display: flex;
}
.header-cat-slider .owl-item .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff; border-radius: 20px; padding: 10px; width: 100%; max-width: 94px; box-shadow: rgba(77,14,79,0.2) 0px 10px 10px;
}
.header-cat-slider .owl-item .item span {
    font-size: 15px;
    color: #4d0e4f;
    padding-top: 5px; display: block;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap; width: 100%;
}
.header-cat-slider .owl-item .item img {
    display: inline-block; max-width: 45px; max-height: 45px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -15px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -15px;
}
.owl-carousel .owl-nav button span {
    font-size: 40px;
    color: #fff;
    line-height: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.tr-type {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}
.g-bg {
	background: #ecedf0;
}
.font-secondary {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}
.nav-item.h-wishlist .dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
	color: #000
}
.nav-item.h-wishlist .dropdown-menu {
	width: 340px;
	max-height: 350px!important;
}
.nav-item.h-wishlist .dropdown-menu a {
	word-wrap: break-word;
    white-space: normal;
    line-height: 20px;
    position: relative;
}
.nav-item.h-wishlist .dropdown-menu a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #4C0E51;
	border-radius: 50%;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
}
.nav-item.h-wishlist .dropdown-menu a strong {
	display: block;
}


.clear_chat {
    position: absolute;
    width: max-content;
    background: #fff;
    padding: 10px 25px 10px 10px;
    right: 22px;
    top: 38px;
    z-index: 999;
    box-shadow: 0 0 2px 0px;
    border-radius: 5px;
    display: none;
}

.clear_chat.active {
    display: block;
}

.clear_chat a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.notificaton {
    padding-left: 0;
}

.notificaton.chat_section .notificaton_list {
    font-size: 14px;line-height: 20px;text-transform: capitalize;
}

.notificaton.chat_section .products-avatar img {
    width: 40px;
    height: 40px;
}
.notificaton.chat_section .self-item img{
    width: 25px;
    height: 25px;
}
.notificaton.chat_section .small{
    color: #939393e6;
    font-size: 12px;
}
.request_accepted{
    display: flex;
    align-items: center;
        font-size: 16px;
            text-transform: capitalize;
            color: #000;
            font-weight: 500;
}
.request_accepted i{
    background: #34A853;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    font-size: 10px;margin-right: 6px;
}
.accept_deal{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.accept_deal a{
    font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        width: max-content;
            border: 1px solid #C0AAD1;
            padding: 5px;
                font-weight: 600;
            border-radius: 5px;
}
.accept_deal a:hover ,.accept_deal a.active{
    background:#C0AAD1 ;
}
.accept_deal a::before{
    display: none;
}
.country_code_number{
    display: flex;
}
.country_flag img {
    width: 30px;
}
.country_code_number .n-dropdown{
    width: 30%;
}
.edit_profile.country_code_number .n-dropdown{
    width: 30%;
}
.country_code_number .n-dropdown .nice-select{
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #e5e4e4;
}
.country_code_number input{
    width:70%;
    border-radius: 0 10px 10px 0;
}
.country_flag img {
    width: 30px;
    position: absolute;
    z-index: 99;
    top: 37px;
    left: 6px;  
}
.country_code_number.edit_profile .chosen-container-single{
    width: 100% !important;
    border-radius: 10px 0px 0 10px;
    border-right: 1px solid #d5d2d2;
}
.edit_profile.country_code_number .country_flag img {
    width: 30px;
    position: absolute;
    z-index: 99;
    top: 39px;
    left: 8px;
}
.country_code_number .chosen-container-single .chosen-single span{
    margin-left: 20px;
    margin-top: 4px;
   
}
.choose-category .btn-group{
    width: 100%;
    display: block;
}
.choose-category .btn-group button.btn{
    background: #ecedf0;
    width: 100%;
    margin-top: 17px;
    text-align: left;
    position: relative;
}
.choose-category .btn-group button.btn:after{
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}
.choose-category .multiselect-container{
    width: 260px !important;
}
.listing_category{
    background: #ecedf0;
    width: 100%;
    margin-top: 17px;
    padding: 13px;
    border: 0;
    border-radius: 8px;
    height: 50px;
}
.listing_sub.form-control[multiple], .listing_sub.form-control[size]{
    height: 50px;
}
.hero-inputs-wrap .search-sort{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-inputs-wrap .search-sort select{
    border: 0;
}
.prod_list .btn-primary-outline{
    border: 0;
}
.prod_list h6{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
.swiper-button-next, .swiper-button-prev {
    background-color: #787878;
    padding: 7px;
    border-radius: 50%;
    width: 35px;
height: 35px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 22px;
  }
  .banner-image-wrapper img{
    width: 100%;
  }


  .p-img a:first-child{
    width: 100%;
  }
/*==============================================================
========================= Responsive =========================
==============================================================*/

/*----- 0px to 575px -----*/
@media (max-width: 575px) {
    .product-card .p-img {
        height: 158px;
      }
    #per_modal .popup-heading {
        margin-top: 11px;
    }
    .modal-dialog {
        max-width: 340px;
        margin: 1.75rem auto;
    }
    .modal-content {
        padding: 30px;
    }
    .facebook-login:before, .google-login:before {
        left: 30px;
        font-size: 20px;
        top: 11px;
    }
    .facebook-login, .google-login {
        font-size: 16px;
        height: 52px;
        padding: 14px 30px;
    }
    .modal-dialog button.close {
        top: 8px;
        right: 16px;
    }
    a[class*="sign"] {
        font-size: 16px;
        padding: 14px 30px 14px 68px;
    }
    .sign-phone:before, .sign-email:before {
        left: 30px;
        font-size: 20px;
        top: 12px;
    }
    .popup-footer h3 {
        font-size: 14px;
        padding-top: 14px;
    }
    .popup-heading h2 {
        font-size: 22px;
    }
    .popup-heading span {
        font-size: 10px;
        margin-top: 13px;
    }
    .form-control {
        font-size: 16px;
        padding: 14px 30px;
        min-height: 52px;
    }
    button.btn, .btn {
        padding: 13px 30px;
        font-size: 16px;
    }
    .otp {
        padding: 0px;
    }
    .modal-content p {
        font-size: 14px;
    }
    .radio-area {
        padding: 14px 26px;
    }
    .n-dropdown .nice-select {
        font-size: 16px;
        height: 52px;
    }
    .n-dropdown .nice-select span.current {
        top: -6px;
    }
    .nice-select:after {
        right: 26px;
    }
    span.skip {
        font-size: 12px;
        padding: 7px 20px;
    }
    .list-group.foll-list .list-group-item {
        font-size: 14px;
    }
    .list-group.foll-list .list-group-item img {
        margin-right: 10px;
    }
    .r-stars img {
        height: 24px;
        width: 24px;
    }
    .stars-block {
        height: 24px;
        width: 24px;
    }
    .tap-to-rate {
        font-size: 14px;
    }
    .following-number li:first-child {
        padding-left: 7px;
      }
      .following-number li {
        padding: 0 7px 0 7px;
      }
}

/*----- 0px to 767px -----*/
@media (max-width: 767px) {
    .hero-content-wraper h3 {
        padding-top: 10px;
    }
header .navbar-brand {margin-bottom: 0px; max-height: 60px;}
.hero-inputs-wrap .search-sort {
    max-width: max-content;
margin: auto;
position: relative;
  }
.hero-inputs-wrap .search-sort label:first-child {
    left: -18px;
top: 2px;
  }
  .p-24 {
    padding: 16px;
  }
}

/*----- 0px to 991px -----*/
@media (max-width: 991px) {
    .download-app:before {
        display: none;
    }
    .download-app {
        min-height: 445px;
        text-align: center;
    }
    .pt-sm-60 {
        padding-top: 60px;
    }
    .hero-inputs-wrap {
        padding: 10px 20px;
    }
    .hero-search-button {
        position: relative;
        margin: 5px 15px 0;
        left: 0px;
        top: 0px;
        width: 100%;
    }
    .search-title, .search-category, .search-sort {
        border-right: 0px;
    }
    .search-title {
        position: initial;
        padding: 0px;
    }
    .hero-inputs-wrap input {
        padding-left: 50px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
    }
    .hero-inputs-wrap div[class*="col"] {
        margin: 4px 0;
    }
    .hero-inputs-wrap label {
        left: 34px;
    }
    .hero-inputs-wrap .nice-select {
        border: 1px solid #dee2e6;
    }
    .hero-inputs-wrap .search-category input {
        padding-left: 50px;
    }
    .hero-inputs-wrap .nice-select {
        padding-left: 50px;
    }
    .navbar-collapse {
        padding-top: 24px;
    }
    .navbar-nav.nav_left li {
        border-bottom: 1px solid #dee2e6;
        padding: 6px 20px;
    }
    .navbar-nav.nav_left {
        border: 1px solid #dee2e6;
    }
    .navbar-nav.nav_left li:last-child {
        border-bottom: 0px;
    }
    .navbar-nav.ml-auto.nav_right {
        padding: 10px 0;
    }
    .navbar-nav.ml-auto.nav_right li {
        padding-left: 0px;
        padding-top: 10px;
    }
    .navbar-nav.ml-auto.nav_right .nav-link {
        padding-left: 0px;
    }
    .nav-item .btn {
        display: block;
    }
    .nav-item.notification_item{
        position: relative;
        width: 100%;
        text-align: center;
    }
    .header .navbar.navbar-expand-lg .nav-item.notification_item .dropdown-menu{
        overflow-y: scroll;
max-width: 340px;
z-index: 10000;
left: 51%;
transform: translateX(-50%);
min-width: auto;
width: 100%;
padding: 10px 30px 10px 30px !important;
    }
    .following-number li {
        padding: 0 7px;
      }
}



/*----- 0px to 1199px -----*/
@media (max-width: 1199px) {
    .download-btn img {
        height:70px;
        padding-bottom: 10px;
    }.search-banner{
        min-height: auto;
    }
    .banner-bg{
        min-height: 100%;
        max-height: 100%;
    }
}


/*----- 360px to 575px -----*/
@media (max-width: 575px) {
    .download-app h1 {
        font-size: 30px;
    }
    .download-app {
        font-size: 16px;
        min-height: auto;
    }
    .pt-xs-60, .pt-sm-60 {
        padding-top: 40px;
    }
    .hero-content-wraper h1 {
        font-size: 30px;
    }
    .hero-content-wraper h3 {
        font-size: 16px;
    }
    .search-banner .hero-categories li a span {
        font-size: 14px;
    }
    .search-banner .hero-categories li {
        padding: 0 16px;
    }
    .search-banner .hero-categories li a img {
        width: 34px;
    }
    .following-number {
        line-height: 22px;
      }
      .following-number li {
        min-width: 104px;
        line-height: 19px;
      }
      .following-number li:last-child {
        border-right: 1px solid #ccc;
      }
      .ep-card.d-flex.align-items-center{
        align-items: start !important;
      }
}
@media (min-width: 768px) {
    /*
    .swiper-container.cat-slider div[class*=swiper-button] {
        display: none;
    }
    */
}

/*----- 576px to 767px -----*/
@media (min-width: 576px) and (max-width: 767px) {
    .download-app h1 {
        font-size: 40px;
    }
    .hero-content-wraper h1 {
        font-size: 40px;
    }
    .hero-content-wraper h3 {
        font-size: 20px;
    }
}

/*----- 768px to 991px -----*/
@media (min-width: 768px) and (max-width: 991px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out,
        -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out,
        visibility .3s ease-in-out;
        transition: transform .3s ease-in-out,
        visibility .3s ease-in-out,
        -webkit-transform .3s ease-in-out;
      }
      .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
      }
}

/*----- 992px to 1199px -----*/
@media (min-width: 992px) and (max-width: 1199px) {
    .download-app:before {
        background-position: 86% 100%;
        background-size: 380px;
    }
    .pl-md-150 {
        padding-left: 0px;
    }
    .download-app h1 {
        font-size: 44px;
    }
    .download-app {
        font-size: 18px;
        min-height: 420px;
    }
    .header .navbar {
        padding: .5rem 0rem;
    }
    .header .navbar-brand {
        max-width: 129px;
      }
      .header .mr-auto {
        margin-left: auto !important;
      }
      .header .nav_left li {
        padding-left: 5px;
        padding-right: 5px;
      }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-bg{
        max-height: 530px;
        min-height: 530px;
    }
    .search-banner{
    min-height: 530px;
    }
}
/*----- 1200px to 1366px -----*/
@media (min-width: 1200px) and (max-width: 1366px) {
    .download-app:before {
        background-position: 100% 100%;
    }
   
}
@media (max-width:850px){
    .banner-slider1  .owl-item  img{
        height: 610px !important;
    }
}
/*----- 1367px to 1920px -----*/
@media (min-width: 1367px) {
    .pl-md-150 {
        padding-left: 150px;
    }
    .download-app:before {
        background-position: 92% 100%;
    }
    .cat-slider .swiper-wrapper {
        margin-left: 15px;
    }
}
.logoimg img {
    width: 100%;
    max-width: 200px;
}
.on_desktop select{
    border: 0;
    background: #4c0e51;
    color: #fff;
    margin-top: 6px;
    padding: 4px 7px;
}