.slogan{
  position:absolute;
  bottom:50%;
  right:0;
  left:0;
  color:#fff;
  z-index:2;
  -webkit-transform:translateY(50%);
  transform:translateY(50%);
  min-width:300px;
  }
@media (min-width: 768px){
  .slogan{bottom:55%;
  }
}
  .slogan h3{
    font-size:2rem;
    font-weight:100;
    line-height:1.2;
  }
@media (min-width: 768px){
  .slogan h3{
    font-size:3.5rem;
  }
}
.slogan hr{
  border-color:#fff;
  max-width:150px;
}
.main-wrapper h2{
  font-size:calc(1rem + 0.5vw);
}
.main-wrapper h2 svg{
  width:auto;
  height:2rem;
}
.main-wrapper a{
  text-decoration:none;
  color:#000;
  font-size:calc(1rem + 0.2vw);
}
.main-wrapper a:hover{
  text-decoration:underline
}
.main-wrapper .hero{
  position:relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url("../img/girls/hero-img.webp");
  background-color:#fdd733;
  background-blend-mode:multiply;
  width:100%;
  background-position:0 -15vw;
  min-height:400px;
  height:55vw;
  max-height:800px;
}
@media (min-width: 1921px){
  .main-wrapper .hero{
    max-height:1100px;
  }
}
.main-wrapper .hero:before{
  content:"";
  position:absolute;
  top:90vw;
  left:-30%;
  background-color:rgba(0,0,0,0.25);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left;
  height:70%;
  width:130%;
  z-index:1;
  -webkit-transform:matrix(1, -0.3, 0, 1, 0, -10);
  transform:matrix(1, -0.3, 0, 1, 0, -10);
}
@media (min-width: 768px){
  .main-wrapper .hero:before{
    top:58vw;
  }
}
@media (min-width: 1900px){
  .main-wrapper .hero:before{
    top:50vw;
  }
}
.main-wrapper .hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:100%;
  background:url("/../img/hub/gridtile.png");
  background-color:rgba(252,222,77,0.2);
}
.main-wrapper .hero video{
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  bottom:0;
}
.scroll-to-top{
  position:fixed;
  display:none;
  bottom:20px;
  right:20px;
  padding:10px 15px;
  background-color:#444;
  color:#fff;
  z-index:3;
  opacity:0;
  -webkit-transition:opacity 1s ease-in-out;
  transition:opacity 1s ease-in-out;-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.15);box-shadow:0px 0px 5px 1px rgba(0,0,0,0.15);
}
.scroll-to-top.visible{
  opacity:1;
  display:block;
}
.scroll-to-top:hover{
  text-decoration:none;
  color:#fff;
}
footer{
  background-color:#444;
}
footer a{
  color:#ccc;
  text-decoration:none;
}
footer svg{
  width:auto;
  height:45px;
}
body{
  font-size:calc(1rem + 0.1vw);
  font-family:'Oxygen', sans-serif;font-weight:100
}
p{
  font-size:calc(0.8rem + 0.1vw)
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
  font-family:"Open Sans", "Helvetica", sans-serif;
  font-weight:100;
}
li{
  line-height:2;
}
.columns-2{
  -webkit-columns:2;
  -moz-columns:2;
  columns:2;
}
.columns-3{
    -webkit-columns:3;
    -moz-columns:3;
    columns:3;
}
@media (min-width: 768px){
  .shown-sm{
    display:block !important;
  }
  .columns-sm-2{
    -webkit-columns:2;
    -moz-columns:2;
    columns:2;
    }
}
.p-075{
  padding:0.75rem !important;
  }
.py-075{
  padding-top:0.75rem !important;
  padding-bottom:0.75rem !important;
}
.d-grid{
  display:grid;
}
@media (min-width: 768px){
  .d-sm-grid{
    display:grid;
    }
}
.grid-col-2{
  grid-template-columns:repeat(2, 50%);
}
.grid-col-4{
  grid-template-columns:repeat(4, 25%);
}
.top-bar-wrapper{
  position:absolute;
  width:100%;
  overflow:hidden;
  height:10%;
  min-height:140px;
}
.top-bar a{
  text-decoration:none;
}
.top-bar .brand-bar{
  z-index:1;color:#444;
}
.top-bar .brand-bar svg,.top-bar .brand-bar .logo_holder{
  width:10vw;
  min-width:40px;
  max-width:60px;
}
.top-bar .brand-bar:hover{
  text-decoration:none;
}
.top-bar .brand-bar span{
  font-size:calc(1rem + 0.3vw);
  font-weight:400;
  font-family:"Open Sans", sans-serif;
}
@media (min-width: 768px){
  .top-bar .brand-bar span{
    font-weight:300;
    }
}
.top-bar .login{
  color:#444;
  font-weight:500;
  font-size:1rem;
  z-index:1;
}
.top-bar .login svg{
  fill:#444;
  width:auto;
  height:24px;
}
@media (min-width: 576px){
  .top-bar .login{
    color:#fff;
  }
  .top-bar .login svg{
    fill:#fff;
  }
}
.top-bar:before{
  content:"";
  -webkit-transform:matrix(1, -0.07, 0, 1, -50, 0);
  transform:matrix(1, -0.07, 0, 1, -50, 0);
  position:absolute;width:150%;
  z-index:1;
  top:-42px;
  background-color:#fdd733;
  height:calc(90px + 2.5vw);
}
@media (min-width: 576px){
  .top-bar:before{
    -webkit-transform:matrix(1, -0.12, 0, 1, -50, 0);
    transform:matrix(1, -0.12, 0, 1, -50, 0);
    top:-10vw;
  }
}
.top-locations{
  width:100%;
  position:relative;
  background-color:#fcde4d;
  z-index:2;
}
@media (max-width: 767px){
  .top-locations{
    margin-top:-50px;
    }
}
.top-locations h2{
  border-bottom:1px solid rgba(0,0,0,0.4);
}
.top-locations div{
  z-index:1;
  position:relative;
}
.top-locations:before{
  content:"";
  position:absolute;
  -webkit-transform-origin:top left;
  transform-origin:top left;
  height:100%;
  width:150%;
  top:0;
  left:-50%;
  background-color:#FFDE4D;
  -webkit-transform:matrix(1, -0.1, 0, 1, 0, 0);
  transform:matrix(1, -0.1, 0, 1, 0, 0);
  min-height:620px;
}
@media (min-width: 1600px){
  .top-locations:before{
    top:22%;
    }
}
.top-locations::after{
  content:"";
  position:absolute;
  bottom:-50%;
  left:-30%;
  background-color:#fccf02;
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left;
  height:51%;
  width:130%;
  z-index:0;
  -webkit-transform:matrix(1, -0.05, 0, 1, 0, -10);
  transform:matrix(1, -0.05, 0, 1, 0, -10);
}
@media (min-width: 1600px){
  .top-locations::after{
    bottom:-60%;
    -webkit-transform:matrix(1, -0.04, 0, 1, 0, -10);
    transform:matrix(1, -0.04, 0, 1, 0, -10);
    }
}
.top-locations ul{
  max-height:250px;
}
.restofworld{
  position:relative;
  background-color:#fdd733;
  z-index:2;
}
.restofworld ul{
  list-style:none;
  margin-bottom:0;
}
@media (min-width: 768px){
  .restofworld ul{
    list-style:disc;
  }
}
.restofworld ul li{
  position:relative;
  left:1.2rem;
}
.restofworld ul li a{
  color: #000;
  font-size: calc(1rem + 0.2vw);
}
.restofworld .groups-container svg{
  -webkit-transition:-webkit-transform .2s ease;
  transition:-webkit-transform .2s ease;
  transition:transform .2s ease;
  transition:transform .2s ease, -webkit-transform .2s ease;
}
.restofworld .groups-container [aria-expanded="true"] svg{
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}
@media (max-width: 767px){
  .restofworld .groups-container [class^='group-']:nth-child(even){
    background-color:#fbd218;
  }
  .restofworld .groups-container [class^='group-'] ul{
    -webkit-columns:2;
    -moz-columns:2;
    columns:2;
  }
  .restofworld .groups-container [class^='group-'] li{
    line-height:2.5;
  }
}
.restofworld .group-Asia{
  grid-column:span 2;
  }
@media (min-width: 768px){
  .restofworld .group-Asia ul{
    -webkit-columns:2;
    -moz-columns:2;
    columns:2;
  }
}
.restofworld .group-Europe{
  grid-column:span 4;
}
@media (min-width: 768px){
  .restofworld .group-Europe ul{
    -webkit-columns:4;
    -moz-columns:4;
    columns:4;
  }
}
h5,.h5{
  font-weight:500;
}
h5::first-letter,.h5::first-letter{
  font-size:200%;
  font-weight:600;
}
@media (min-width: 768px){
  h5,.h5{
    border-bottom:1px solid rgba(0,0,0,0.4);
  }
}
.front-feed{
  background-color:#33343B;
  word-break:break-word;
}
.front-feed h2{
  color:#fff;
}
.front-feed h3 a{
  color:#fff;
  font-size:calc(14px + 0.4vw);
  font-weight:400;
}
@media (min-width: 768px){
  .front-feed h3 a{
    font-size:calc(9px + 0.4vw);
  }
}
.front-feed p{
  font-size:calc(12px + 0.4vw);
  color:#b2b0b7;
}
@media (min-width: 768px){
  .front-feed p{
    font-size:calc(8px + 0.4vw);
  }
}
.front-feed p a{
  font-size:inherit;
  color:inherit;
}
.front-feed .card{
  background-color:rgba(0,0,0,0.4);
  -webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.2);
  box-shadow:0px 0px 10px 3px rgba(0,0,0,0.2);
}
.front-feed .card .img-wrapper{
  overflow:hidden;
  border-radius:100%;
  width:100%;
  background-size:cover;
  background-position:top;
  }
.front-feed .card .img-wrapper:after{
  content:"";
  display:block;
  padding-bottom:100%;
}
@media (min-width: 768px){
  .front-feed .card .add-info{
    height:155px;
    overflow:hidden;
  }
}
.front-feed .card .loc-pill{
    font-size:8px;
    height:10px;
    line-height:10px;
    text-transform:uppercase;
    font-weight:600;
    background-color:#fdd733;
    color:#444;
    padding:0 0.6rem;
    border-radius:1px;
}
.front-feed .card .timestamp{
  font-size:10px;
}
.front-feed .card .card-footer{
  background-color:rgba(0,0,0,0.3);
  border-top:1px solid rgba(0,0,0,0.5);
}
.front-feed .card .card-footer svg{
  max-height:18px;
  fill:#ccc;
}
.front-feed .card .card-footer span{
  color:#ccc;
  font-size:calc(9px + 0.4vw);
}
.front-feed .nocomment-info{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:-1;
  background-color:rgba(0,0,0,0.62);
  opacity:0;
  color:#fff;
  font-size:2rem;
  -webkit-transition:opacity 0.3s ease;
  transition:opacity 0.3s ease;
  height:0;
}
@media (min-width: 576px){
  .front-feed .nocomment-info{
    font-size:inherit;
  }
}
.front-feed .nocomment-info button{
  position:absolute;
  top:3px;
  right:3px;
}
.front-feed .nocomment-info button svg{
  width:36px;
  fill:#fff;
}
.front-feed .nocomment-info a{
  color:#fdd733;
  font-size:inherit;
}
.front-feed .nocomment-on .row{
  -webkit-filter:blur(3px);
  filter:blur(3px);
}
.front-feed .nocomment-on .nocomment-info{
  z-index:3;
  opacity:1;
  height:auto;
}
.glossary{
  color:#e0e0e0;
  background-color:#37383f;
}
.glossary svg{
  fill:currentColor;
}
.glossary .word-nav{
  position:-webkit-sticky;
  position:sticky;
  top:0;
  background-color:#37383f;
}
.glossary .word-nav h3{
  font-size:calc(1rem + 1vw);
}
@media (min-width: 992px){
  .glossary .word-nav h3{
    font-size:calc(0.5rem + 0.5vw);
  }
}
.glossary .word-nav h3 a{
  color:currentColor;
  font-size:inherit;
  letter-spacing:0.25rem;
}
.glossary .word-list>li{
  list-style:none;
}
.glossary .word-list ul{
  -webkit-column-gap:calc(2rem + 0.5vw);
  -moz-column-gap:calc(2rem + 0.5vw);
  column-gap:calc(2rem + 0.5vw);
}
.glossary .word-list ul li{
  list-style:none;
  list-style-image:url("/../img/arrow_bullet.svg");
}
.glossary h4{
  border-bottom:1px solid currentColor;
  font-size:calc(1.5rem + 0.5vw);
}
/*.btn-dark{
  background-color:rgba(0,0,0,0.3);
}
.btn-dark:hover{
  background-color:#000;
  text-decoration:none;
}
.btn-dark:hover span{
  color:#fff;
}*/
.btn-black,a.btn-black{
  color:#fff;
  background-color:#000;
  border-color:#000;
}
.btn-black:hover,a.btn-black:hover{
  color:#fff;
  -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.05),0 4px 10px rgba(33,37,41,0.25);
  box-shadow:0 5px 15px rgba(0,0,0,0.05),0 4px 10px rgba(33,37,41,0.25);
  text-decoration:none;
}
.btn-icon{
  -webkit-appearance:none;
  background-color:transparent;
  border:none;
}
.interlude{
  position:relative;
  z-index:2;
}
.interlude p{
  font-size:calc(1rem + 0.1vw);
}
.random-word{
  color:#000;
  background-color:#fcde4d;
}
.random-word .btn{
  min-height:40px;
}
.newsletters{
  background-color:#fccf03;
}
.newsletters svg{
  height:1rem;
  width:1rem;
}
footer p{
  color:#b3b3b3;
  font-size:11px;
  font-weight:bold;
}
footer a{
  color:#b3b3b3;
  text-decoration:underline;
}
footer a:hover{
  color:#ccc;
}
.location-hint{
  position:absolute;
  top:225px;
  width:92%;
  right:4%;
  z-index:3;
  background-color:#fffcef;
  -webkit-box-shadow:1px 1px 2px rgba(68,68,68,0.1),1px 1px 4px rgba(68,68,68,0.05);
  box-shadow:1px 1px 2px rgba(68,68,68,0.1),1px 1px 4px rgba(68,68,68,0.05);
}
@media (min-width: 992px){
  .location-hint{
    bottom:25px;
    top:auto;
    right:30px;
    width:auto;
    max-width:450px;
  }
}
@media (min-width: 1200px){
  .location-hint{
    bottom:255px;
  }
}
.location-hint h4{
  font-size:calc(0.9rem + 0.2vw);
  font-weight:600;
}
.location-hint p{
  font-size:calc(0.7rem + 0.1vw);
  font-weight:400;
  line-height:1.4;
}
.location-hint a{
  font-size:12px;
  font-weight:600;
  color:#fff;
}
.location-hint a:hover{
  text-decoration:none;
}
.location-hint .close{
  padding:0.3rem 0.6rem;
}
.location-hint .card-img{
  border-radius:50%;
  max-width:36px;width:8vw;border:1px solid #e0e0e0;
}
.location-hint .badge-pill{
  padding-right:.8em;
  padding-left:.8em;
}
.ad-carousel .lh-carousel{
  position:relative;
  z-index:2;
  background-color:#fccf02;
}
.ad-carousel .lh-carousel:nth-child(even){
  background-color:#fcd733;
}
.ad-carousel .lh-carousel .container-fluid{
  max-width:1440px;
}
.carousel{
  z-index:2;
}
.carousel .card{
  color:#fff;
  border:none;
  height:auto;
  overflow:hidden;
  width:100%;
  -webkit-box-shadow:0 0.46875rem 1rem rgba(90,97,105,0.1),0 0.9375rem 1.1rem rgba(90,97,105,0.1),0 0.25rem 0.53125rem rgba(90,97,105,0.12),0 0.125rem 0.1875rem rgba(90,97,105,0.1);
  box-shadow:0 0.46875rem 1rem rgba(90,97,105,0.1),0 0.9375rem 1.1rem rgba(90,97,105,0.1),0 0.25rem 0.53125rem rgba(90,97,105,0.12),0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
@media (min-width: 768px){
  .carousel .card{
    max-width:200px;
    /*height:270px;*/
  }
}
.carousel .card .img-wrapper{
  overflow:hidden;
  border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  width:100%;
  background-size:cover;
  background-position:top;display:block;
  -webkit-transition:opacity .2s linear;transition:opacity .2s linear;
}
.carousel .card .img-wrapper:after{
  content:"";
  display:block;
  padding-bottom:150%;
}
.carousel .card a{
  color:currentColor;
}
.carousel .card .btn-expand svg{
  fill:#fff;
  width:24px;
  height:24px;
}
@media (min-width: 768px){
  .carousel .card .btn-expand svg{
    width:18px;
    height:18px;
  }
}
.carousel .card .card-body{
  position:absolute;
  bottom:0;
  background-color:#33343B;
  max-height:calc(3rem + 0.5vw);
  -webkit-transition:max-height .2s linear;
  transition:max-height .2s linear;
  overflow:hidden;
  word-break:break-word;
  z-index:1;
  max-width:100%;
}
@media (min-width: 768px){
  .carousel .card .card-body{
    max-height:calc(1.8rem + 0.2vw);
  }
}
@media (min-width: 992px){
  .carousel .card .card-body:hover{
    max-height:100%;
  }
}
.carousel .card .card-body.expand{
  max-height:100%;
}
.carousel .card .card-title a{
  line-height:1.4;
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
@media (min-width: 768px){
  .carousel .card .card-title a{
    font-size:calc(0.7rem + 0.2vw);
  }
}
.card_col{
  margin-bottom: 20px;
}
/*.glider-contain{
  width:100%;
  margin:0 auto;
  position:relative;
}
.glider{
  margin:0 auto;
  position:relative;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:none;-webkit-transform:translateZ(0);
  transform:translateZ(0);
  opacity:0;
  -webkit-transition:opacity .5s linear;transition:opacity .5s linear;
}
.glider::-webkit-scrollbar{
  opacity:0;
  height:0;
}
.glider-track{
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  width:100%;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  z-index:1;
}
.glider-slide img{
  max-width:100%;
}
.glider-prev,.glider-next{
  cursor:pointer;
  color:#666;
  opacity:1;
  -webkit-transition:opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition:opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glider-prev:hover,.glider-next:hover{
  color:#a89cc8;
}
.glider-prev:focus,.glider-next:focus{
  color:#a89cc8;
}
.glider-next.disabled,.glider-prev.disabled{
  opacity:.25;
  color:#666;
  cursor:default;
}
.glider-hide{
  opacity:0;
}*/
.version-modal .top-bar-wrapper,.version-modal .main-wrapper{
  -webkit-filter:blur(3px);filter:blur(3px);-webkit-transform:scale(1.01);transform:scale(1.01);
}
.version-modal .modal-backdrop{
  opacity:0.9;
}
.modal-site-ver{
  top:12%;
  display:block;
}
.modal-site-ver .emoji{
  font-size:80px;
}
.modal-site-ver .modal-content{
  background-color:#fdd733;
}
.modal-site-ver .modal-dialog{
  max-width:400px;
}
.modal-site-ver .btn-sm{
  font-size:10px;
}
.modal-site-ver .circle{
  background-color:#f5f5f5;
  border-radius:50%;
  width:130px;
  height:130px;
  border:4px solid #fff;
}
/*login Form Start*/
.loginBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: auto;
    padding: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
}

.user{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(-100px/2);
    left: calc(50% - 50px);
}

h2{
    margin: 0;
    padding: 10px 0 20px;
    color: #efed40;
    text-align: center;
}

.loginBox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fff;
}

.loginBox input{
    width: 100%;
    margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"]{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

::placeholder{
    color: rgba(255,255,255,.5);
}

.loginBox input[type="submit"]{
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background:#f82249;
    cursor: pointer;
    border-radius: 20px;
}

.loginBox input[type="submit"]:hover{
    background: #efed40;
    color: #262626;
}

.loginBox a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.login_span{
  color: #fff;
  font-size: 14px;
}
/*Login Form End*/
/*Listing Page Css Start*/

/*BreadCrumb Style Start*/

.breadcrumb {
  text-align: left;
  background-color: transparent;
}/*
.breadcrumb li {
  float: left;
}

.breadcrumb a {
  color: #fff;
  background: #efed40;
  text-decoration: none;
  position: relative;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  padding: 0 5px;
  text-shadow: 1px 1px 1px black;
}

.breadcrumb a::before,
.breadcrumb a::after {
  content: "";
  position: absolute;
  border-color: #efed40;
  border-style: solid;
  border-width: 15px 5px;
}

.breadcrumb a::before {
  left: -10px;
  border-left-color: transparent;
}
.breadcrumb a::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #efed40;
}

.breadcrumb a:hover {
  background-color: #000;
}
.breadcrumb a:hover::before {
  border-color: #000;
  border-left-color: transparent;
}
.breadcrumb a:hover::after {
  border-left-color:#000;
}
.breadcrumb li a{
    
    color: #ffffff;
    display: block;
    font-size: 16px;   
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
ul{
    padding: 0px;
    margin: 10px 0px;
}
li{
    margin:0px;
    list-style: none;
}
*/
/*BreadCrumb Ends*/










/*Select Box Listing page*/


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  display: flex;
  width: 13em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
  font-size: 14px;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.select:hover::after {
  color: #f39c12;
}
/*Select Box Listing page End*/
/*Product Listing page Img Start*/
.glider-contain .img-love{
  position: absolute;
  left: 5px;
  top: 3px;
  text-shadow: 1px 1px 1px black;
}
.glider-contain .img-love:hover{
  color: #FF1493;
  text-shadow: 1px 1px 1px #FF1493;
}
.card_col img{
  width: 100%;
  height: 300px;
}

/*Product Listing page Img End*/