
.popular-categories li a{

    width: 25%;
}

@media (min-width: 576px) and (max-width: 991.98px) {

    .popular-categories li a{

        width: 50%;
    }
}

@media (max-width: 575.98px) {

    .popular-categories li a{

        width: 100%;
    }
}


.btn-moro{
    display: block;
    width: 150px;
    margin: 10px auto;
}


/*////////////// load //////////*/

/**
 * placeholder-loading v0.3.0
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/
.ph-item {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 15px 15px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px; }
.ph-item, .ph-item *,
.ph-item ::after, .ph-item ::before {
    box-sizing: border-box; }
.ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%; }
.ph-item > * {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px; }

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5px; }
.ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da; }
.ph-row .big,
.ph-row.big div {
    height: 20px;
    margin-bottom: 15px; }
.ph-row .empty {
    background-color: rgba(255, 255, 255, 0); }

.ph-col-2 {
    flex: 0 0 16.66667%; }

.ph-col-4 {
    flex: 0 0 33.33333%; }

.ph-col-6 {
    flex: 0 0 50%; }

.ph-col-8 {
    flex: 0 0 66.66667%; }

.ph-col-10 {
    flex: 0 0 83.33333%; }

.ph-col-12 {
    flex: 0 0 100%; }

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden; }
.ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%; }

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
    margin-bottom: 15px; }

@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0); }
    100% {
        transform: translate3d(30%, 0, 0); } }

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0); }
    100% {
        transform: translate3d(30%, 0, 0); } }


.d-none{
    display: none !important;
}


.panel-aras{

    overflow: auto;
    max-height: 435px;
}

.btn-password{
    width: 100%;
    background-color: unset;
    color: black;
    font-weight: bold;
    text-align: right;
}

.imag-profile-nav{
    width: 75px;
    border-radius: 100vh;
    margin: 10px 0
}

.user-preview{

    z-index: 2;
}

.category-grid-box .short-description h3{
    height: 28px;
    overflow: hidden;
}
@media (min-width: 991.98px) {

    .featured-slider-3 .additional-information {

        overflow: hidden;
        height: 58%;
    }
}


.searchInSide.search-section #form-panel{
   min-height: unset;
}
.searchInSide.search-section .search-options > li .btn,
.searchInSide.search-section .search-options > li input{
    height: 48px;
}

@media(min-width: 768px){
   .search-options.clearfix{

       display: flex;
   }
    .search-options.clearfix li{

       width: 25%;
   }

    #form-panel {
         min-height: unset;
    }
}



@media(max-width: 319px){

    .main-search-title{
        font-size: 18px;
    }
}

.popular-categories li a i{
    font-weight: 300 !important;
}

.alert{
    padding-right: 50px !important;
}

.btn-show{

    display: block;
    margin: 10px auto 20px;
    width: 150px;
    color: #ffffff !important;
    font-weight: bold;
}

@media (max-width: 767.98px) {

    .how-it-work-icon{
        max-width:100px !important;
    }
}

.icheckbox_minimal, .iradio_minimal{

    height: 30px !important;
}

@media screen and (max-width: 992px){
    .mega-menu .menu-links>li>a i.fa.fa-indicator {
        right: 56px;
        top: 5px;

    }
}

.mega-menu .menu-links li.hoverTrigger .drop-down.grid-col-12{
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    max-height: 575px;
}
