.enwHeader {    
    margin-bottom: 0;
}

.topSearch {
    padding: 16px 0px;
    border-bottom: 1px solid #e7e3e3;
}

.topSearch a {
    background-color: #fff;
    border: 1px solid #e7e3e3;
    border-radius: 10px;
    display: block;
}

.topSearch .searchInner {
    padding: 8px 10px;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.topSearch .searchText{
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 500;
}

.topSearch .searchIcon{
    background-color: #d92b83;
    border-radius: 30px;
    color: #fff;
    padding: 10px;
    display: inline-flex;
}

.topSearch .searchIcon svg{
    fill: #fff;
}

.topSearch .location{
    margin-right: 3px;
    position: relative;
}

.topSearch .location svg{
    fill:#424166;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 15em
}

.showContent {
    height: auto
}

.show-more{
    margin-bottom: 10px;
}

/*************/

.breadcrumb-row {
    display: inline-block;
    margin: 16px 0 0;
    width: 100%;
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    vertical-align: middle;
}

.breadcrumb.erbrcrumb {
color: #d92b83;
}

.breadcrumb.erbrcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    padding: 3px 8px;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb.erbrcrumb .breadcrumb-item a {
    padding: 10px 0;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb.erbrcrumb .breadcrumb-item a div {
    color: #d92b83;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}

.breadcrumb.erbrcrumb .breadcrumb-item.homeIcon a {
    padding: 2px 0px;
}

.homeIcon svg{
    fill: #d92b83;
}

/************/

.topContent{
    margin-top: 5px;
}

.topContent h1{
    height: auto;
    color: #201f1f;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 8px 0 9px;
    text-align: left;
    overflow-wrap: break-word;
}

.form-control{
    color: #fff;
    width: 100%;
    padding: 5px 0;
    height: 33px;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #111;
    border: 1px solid #333; 
}

.btn-search{    
    background: #ffd400;
    width: 100%;
    height: 33px;
    border: none;   
    padding: 1px 0;
    border-radius: 5px;
    font-weight: 500;
}

.profileItems{

}

.superAdd{
    border: .12em solid #387ad1;
}

.normalAdd{
    border: .12em solid #387ad1;
}


.proItem{
    
}

.basicItem{
    
}

.profileItems .profileInner{
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: .7rem;
    box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.08);
}

.profileItems .profileInner .title{
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    color: #ab125b;
}

.profileItems .profileInner .item{
    height: 234px;
    min-height: 234px;
    min-width: 160px;
    overflow: hidden;
    position: relative;
    width: 160px;
}

.profileItems .profileInner .imageSlider .item{
    height: 234px;
    min-height: 234px;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.profileItems .profileInner .imageSliderList{
    min-width: 160px;
    position: relative;
    width: 160px;
    height: 234px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    z-index: 0;
}

.profileItems .profileInner .imageSliderList.imageSlider{
    min-width: 100%;
    position: relative;   
    height: 234px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    z-index: 0;
}

.profileItems .profileInner .item img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    //width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
}

.profileItems .profileInner .photos{
    position: absolute;
    background: #14131352;
    left: 4px;
    bottom: 1px;
    display: inline;
    padding: 0 6px 0px 5px;
    line-height: 18px;
    border-radius: 2px;
}

.profileItems .profileInner.superAdd .photos{   
    left: 4px;
    bottom: 1px;
}

.profileItems .profileInner .photos svg{
    fill: #fff;
}

.profileItems .profileInner .photos span{
    color: #fff;
    line-height: 10px;
    font-size: 11px;
}

.profileItems .itemCnt{
    color: #000;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;    
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profileItems .itemCnt .item-description{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: var(--line-height, 1.2) !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-overflow: ellipsis;    
    -webkit-line-clamp: 4;
    max-height: calc(1em* var(--line-height, 1.2)* 4);
}

.item-card-container{
        -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}

.owl-stage-outer{
    height: inherit;
}

.profileItems .owl-carousel .owl-stage-outer .owl-stage .item img {
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.specification{
   line-height: 22px;
}

.specification span{
    font-size: 11px;
    font-weight: 600;
    display: block;
}

.profileItems .owl-nav {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    justify-content: space-between;
    padding: 0 8px;
}

.profileItems .owl-nav button{
    background: transparent ! important;
    border: none;
    padding: 0 ! important;
    margin: 0px ! important;
}

.profileItems .owl-nav button span{
    font-size: 40px;
    line-height: 25px;
    display: block;
}

/**********************/
/*********************/

.topStories{

}

.topStories h2{
    text-transform: uppercase;
    font-size: 13px;
}

.topStoriesOuter{
    display: flex;
    overflow: scroll;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: content-box;
}

.topStoriesOuter::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.topStoriesOuter figure{
    align-items: center;
    background: #c4c4c4;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 160px;
    justify-content: center;
    margin: 0 12px 0px 0;
    overflow: hidden;
    position: relative;
    width: 90px;
}

.topStoriesOuter figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.topStoriesOuter figure figcaption{
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    line-height: 16px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px #000;
    white-space: nowrap;
}

.topStoriesOuter figure span{
    position: absolute;
    display: flex;
    top: 3px;
    color: #fff;
    padding: 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    background-color: #d92b83;
    background-image: linear-gradient(to right, #d92b83, #ff007a);
}

.topStoriesOuter figure span svg{
    fill: #fff;
    width: 16px;
    margin-right: 4px;
}

/**********************/
/**********************/

.default_paginate{
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.default_paginate .pagination{
    padding: 0;
    margin: 34px 0 12px;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: .25rem;
}

.default_paginate .pagination li{
    margin: 0 4px;
    display: inline-block;
    vertical-align: top;
}

.default_paginate .pagination li.active.disabled a {
    cursor: default;
}

.default_paginate .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #efefef;
    width: 42px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 0;
    border: 1px solid #dee2e6;
    color: #be206b;
    position: relative;
}

.default_paginate .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.default_paginate .pagination li a {
    width: 42px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 0;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #be206b;
    position: relative;
}

.default_paginate .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #efefef;
    border-color: #dee2e6;
    width: 42px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 0;
    border: 1px solid #dee2e6;
    position: relative;
}

.default_paginate .pagination li span{
    
}

/**********************/
/*********************/

.bottomProfile{
    margin: 40px 0;
    padding: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.bottomProfile h3{
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    margin-bottom: 40px;
}

.bottomProfile p{
    font-size: 12px;
}

.moreCategory{
    border-radius: 8px;
    margin-bottom: 25px;   
    box-shadow: 0 4px 32px rgba(0, 0, 0, .06);
}

.moreCategory a{
    font-size: 20px;
    display: block;
    padding: 20px 0;
    font-weight: 500;
}

.moreCategory svg{
    fill: #d92b83;
}

.bottomMoreAddTitle{
    margin: 0 0 45px;
}

/**********************/
/*********************/

@media (max-width: 576px){
    
    .profileItems .item .itemCnt{
        /* padding: 8px 14px;*/
    }

    .profileItems .item .offerTpye{
        font-size: 11px;
        position: absolute;
        right: 10px;
        background: #eee;
        line-height: 17px;
        padding: 0 3px;
        color: #3F51B5;
        border-radius: 2px;
        display: none;
    }
    
    .profileItems .profileInner .imageSliderList.imageSlider .item{
        width: 100%;
        height: 252px;
    }

    .profileItems .profileInner .imageSliderList.imageSlider .item img {        
        border-top-right-radius: 9px;
        border-top-left-radius: 9px;
    }
    
    .profileItems .superAdd .itemCnt{
        padding: 0 10px;
    }

    
}

@media (max-width:445px) {

    .profileItems .profileInner .imageSliderList{
        min-width: 130px;
        width: 130px;
    }

    .profileItems .profileInner .item {
        min-width: 130px;
        width: 130px;
    }

    .profileItems .profileInner .title{
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width:767px) {

    .profileItems .item .title{
        font-size: 14px;
        line-height: 18px;
    }
}


