
.country-title {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-left: 74px;
}

  .country-title .country-title-wrap {
 
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
.country-title h1 {
    /* font-size: 1.3em; */
    font-size: 2.125rem !important;
    font-weight: bold;
}

.country-title select#continent {
    font-size: 0.9em;
    padding: 5px 10px;
}

    .women-list {
            display: flex;
            justify-content: center;
            width: 100%;
            gap:30px 10px;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: center;
            margin:10px 0;
        }

        .women-list img {
            margin: 0 auto;
            display: block;
            max-width: 100%;
        }

    .women-list .item.custom-pagination-page img{
        border-radius: 2em;
        width: 230px;
        height: 286px;
        object-fit: cover;
    }
    
    .content{
        text-align: center;
        margin: 10px 0;
    }

    .women-list .content h2{
        font-size: 18px;
        color:#DD0415;
        margin-bottom: 0;
        font-weight: bold;
    }
    .women-list .content p{
        font-size:14px;
        color:#474242;
        line-height: 1.4em;
        font-weight: bold;
    }

    .heart-hover:hover .fa-hover-show,
.heart-hover .fa-hover-hidden {
    display: none;
}
.heart-hover:hover .fa-hover-hidden {
    display: inline;
    
}
.heart-hover i.fas.fa-heart{
    color:#f00 !important;
}

.profile-link .heart-hover {
    color: #fff;
    font-size: 1.8em;
    position: relative;
    top: -10px;
    left: 20px;
    cursor: pointer;
}
    

 .inline-flex{
    display: inline-flex !important;
}

.desktop-display{
    display: inline-flex;
}

 #select-preview{
    text-decoration: none;
    cursor: pointer;
}

 #select-preview.highlight{
    outline: unset;
    text-decoration: none;
}

 #select-preview.highlight small {
    color: #439df1;
}

.item.custom-pagination-page:nth-child(1), .item.custom-pagination-page:nth-child(2),.item.custom-pagination-page:nth-child(3),.item.custom-pagination-page:nth-child(4){
    display: block;
}

.item.custom-pagination-page a{
    text-decoration: none;
}

.item.custom-pagination-page .rated {
    position: relative;

}

.item.custom-pagination-page .rated i {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #fff;
    font-size: 1.8em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: pointer;
}
/* 
@media  (min-width: 1728px) {
    .item.custom-pagination-page .rated i {
        left: 30px !important;
    }
} */
/* .item.custom-pagination-page .rated {

    background: linear-gradient(180deg, rgba(248, 85, 74, 0) 49.92%, rgb(0 0 0 / 50%) 100%);
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;

    box-sizing: border-box;
} */

/* .item.custom-pagination-page .rated i:hover{
    color:#f00;
} */



li.custom-pagination-current-page {
    display: none;
}

li.custom-pagination-current-page.active {
    display: inline;
}


.pagination>.active>a{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: transparent;
    color: #555;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}

.pagination>li>a, .pagination>li>span{
    margin-left: 0;
    color:#555;
    border: none;
    padding-left:5px;
    padding-right: 5px;
    font-size: 1.1em;
}

.pagination{
    margin:0 auto;
    font-size: 1.1em;
}

/* #pagingBottom{
    margin:20px 0;
} */

nav.custom-navigation-nav.item {
    width: 100%;
    align-content: center;
    text-align: center;

    display: flex;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:transparent;
    color:#555;

}


.search-results {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
    width: 90%;
    margin-left: 100px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.search-results .item:first-child {
    flex: 1;
    font-size: 1.25em;
    text-align: center;
}

.search-results .item:nth-child(2),.search-results .item:nth-child(3),.search-results .item:nth-child(4){
    flex:1;
    text-align: right;
}

/* .fl_index .owl-carousel .owl-item img {
    display: block;
    width: 80% !important;
    border-radius: 2em;
} */

.thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: transparent;
    position: relative;
    margin: 0;
    padding: 0;
}

 .thumbnail small {
    position: absolute;
    bottom: 5px;
    color: #fff;
}

.women-list .item.custom-pagination-page {
    width: 17.5%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 80% !important;
    border-radius: 2em;
    margin: 20px auto;
}

.carousel-wrap .owl-carousel .owl-item img.gif-icon {
    position: absolute;
    z-index: 2;
    width: 60px !important;
    bottom: 30%;
    border-radius: 0!important;
    animation: swipe 3s linear infinite;
    -ms-animation: swipe 3s linear infinite;
    -webkit-animation: swipe 3s linear infinite;
    -moz-animation: swipe 3s linear infinite;
    -o-animation: swipe 3s linear infinite;
   
}

.owl-nav {
    display: none;
}

.owl-carousel{
    touch-action: manipulation; 
}

.women-list {
    margin-left: 0px ;
    padding: 0;
}

.mobile-display {
    display: none;
}

.fl-cta {
    width: 100%;
    margin: 10px 0;
    display: flex;
    text-align: center;
    align-items: center;
}

 .fl-cta .msg-btn {
    background: #F8554A;
    border-radius: 50px;
    padding: 10px 0px;
    color: #fff;
    margin: 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000025;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #f8554a;
    line-height: 15px;
}

.fl-cta .search-btn a {
    background: #fff;
    border-radius: 50px;
    border: #F8554A solid 2px;
    padding: 10px 0px;
    color: #F8554A;
    box-shadow: 0px 4px 4px 0px #00000025;
    font-size: 1em;
    font-weight: bold;
    line-height: 15px;
    width: 100%;
    width: 100%;
    display: block;
}

 .fl-cta .msg-btn, .search-btn {
    width: 50%;
}

.tag h1 {
    font-size: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
    font-weight: bold;
    margin: 20px 0 25px;
  }

  .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
    width: 90%;
    margin-left: 100px;
    margin-bottom: 20px;
    padding: 0 20px;
}

/*media query*/

@media only screen and (max-width: 1600px) {
 
    .women-list .item.custom-pagination-page {
        width: 19%;
    }

    .women-list {
        padding:0;
    }

    .country-title {
        width: 93%;
        padding-left: 105px;
    }
}

@media only screen and (max-width: 1200px) {

    .women-list .item.custom-pagination-page {
        width: 24%;
    }

    .country-title{
        padding-left: 140px;
       }

        .tag {
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #f1f1f1;
            width: 80%;
            margin-left: 150px;
            margin-bottom: 20px;
            padding: 0 20px;
        }

}


@media only screen and (max-width: 991px) {

    .country-title .country-title-wrap {
        flex-wrap: wrap;
        padding-left: 150px;
      }
      .country-title .country-title-wrap .item:first-child,   .country-title .country-title-wrap .item:nth-child(2) {
        flex: 100%;
    }
    
      .country-title h1 {
        margin-bottom: 20px;
    }

    .women-list .item.custom-pagination-page {
        width: 30%;
    }

    .women-list {
        padding:0;
    }


    .search-results {
        text-align: center;
        width: unset;
        padding-left: 321px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        margin-left:0;
    }

    .search-results .item:first-child {
        flex: 100%;
        text-align: center;
    }

    .search-results .item:nth-child(2), .search-results .item:nth-child(3), .search-results .item:nth-child(4) {
        flex: 1;
        text-align: center;
        padding: 0 3px;
    }
     .tag {
            width: 60%;
            margin-left: 299px;
        }

}

@media only screen and (max-width: 768px) {

    .country-title .country-title-wrap .item:nth-child(2), .country-title .country-title-wrap .item:nth-child(3){
        flex:1;
      }
    
    .country-title{
      padding:0;
      width: 100%;
      margin:0;
    }
    
    .country-title .country-title-wrap{
      padding:0;
    }

     .tag{
         display: none;
        }

    .women-list .item.custom-pagination-page {
        width: 48%;
    }

.item.custom-pagination-page .rated i {
    color: #fff;
    font-size: 1.3em;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}

    .item.custom-pagination-page .rated i {
        padding:197px 10px 10px;
    }

    .pagination {
        font-size: 1.3em;
    }

    .search-results {
        padding-left: 0;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    .carousel-wrap .content h2 {
        font-size: 18px;
        color: #DD0415;
        margin: 0;
        font-weight: bold;
    }

    .carousel-wrap .content p {
        font-size: 14px;
        color: #474242;
        line-height: 1.4em;
        font-weight: bold;
    }

   .women-list {
        padding: 0;
        display: none;
    }

    .mobile-display {
        display: block;
    }

    .fl-cta .msg-btn,  .fl-cta .search-btn {
        font-size: 0.8em;
        margin: 0 5px;
    }

   .fl-cta .msg-btn a {
        color: #fff;
    }

    .head-text {
        font-size: 1em;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

    .owl-carousel .owl-item img {
        width: 60% !important;

    }

    .wrap-details.mobile-display {
        align-items: center;
        justify-content: space-between;
    }

    .wrap-details.mobile-display .item:first-child {
        flex: 1;
    }
}

@media only screen and (max-width: 600px) {

    .country-title select#continent {
        font-size: 0.7em;
        padding: 5px;
    }
    
    .owl-carousel .owl-item img {
        width: 50% !important;

    }
}




@-webkit-keyframes swipe {
    0%{
        transform: rotate(0deg);
       }
    50%{
        transform: rotate(45deg);
       }
 
  }

  @-moz-keyframes swipe {
    0%{
        transform: rotate(0deg);
       }
    50%{
        transform: rotate(45deg);
       }
  
  }

  @keyframes swipe {
    0%{
        transform: rotate(0deg);
       }
    50%{
        transform: rotate(45deg);
       }
   
  }
