/* START OF STICKY BOTTOM NAV */
body {
  background: #fff !important;
}


#bottom-cta-nav {
  background: rgb(255, 255, 255);
  border-bottom: #ebebeb solid 1px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  height: auto;
  z-index: 10;
  padding-top: 5px;
  transition: top 0.9s;
}
@media (max-width:1350px) and (min-width:1201px) {
  #bottom-cta-nav {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  }
}


#bottom-cta-nav .list-group {
  box-shadow: none !important;
  display: inline-flex;
}

#bottom-cta-nav .list-group li {
  background-color: transparent !important;
}

@media (max-width: 1064px) {
  #bottom-cta-nav ul li a {
      font-size: 13px !important;
  }}

#bottom-cta-nav ul li a {
  text-align: center;
  border: 0 !important;
  white-space: nowrap;
  text-decoration: none;
}

#bottom-cta-nav ul li a:hover,
#bottom-cta-nav ul li button:hover {
  background: #e05c7c !important;
  color: #fff !important;

}

.desktop-sidebar-menu2 a i {
  display: block;
  font-size: 35px;
}

.fw-b2 {
  background-color: #fff;
}

/* new cta v3 */
.bottom-cta-searchform .search-go {
  line-height: 38px !important;
}

.bottom-cta-searchform p {
  font-size: 11px !important;

}

.bottom-cta-searchform a p {
  margin: 0;
}

.bottom-cta-searchform a p i {
  font-size: 25px;
  color: #C0BABA;
  position: absolute;
  left: 15px;
  top: 8px;
}

.bottom-cta-searchform a p span {
  display: block;
  color: #717171;
}

.bottom-cta-searchform .quick-search-header-modal {
  background: #d9d9d926;
  border-top-left-radius: 15px;
  line-height: 24px;
  border: 1px solid #221e1f29;
  text-align: center;
  color: #323232;
  width: 177px;
  border-bottom-left-radius: 15px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-decoration: none;
}

.bottom-cta-searchform .go-btn {
  width: 50px !important;
  height: 46px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  line-height: 45px;
}

.bottom-cta-members-login {
  padding: 0;
}

.bottom-cta-members-login a {
  background: #c70e15 !important;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  border-radius: 10px;
  max-width: 175px;
}

.bottom-cta-members-login a:hover {
  background: #e05c7c !important;
  text-decoration: none;
  color: #000 !important;
}


.bottom-cta-members-login a span {
  display: block;
  font-size: 13px;
  line-height: 2.4rem;
}

.bottom-cta-members-login a i {
  position: absolute;
  left: 15px;
  font-size: 20px;
  top: 15px;
}



#bottom-cta-nav ul li a:hover,
#bottom-cta-nav ul li button:hover {
  text-decoration: underline;
  text-decoration-color: #e05c7c;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  background: transparent !important;
  color: #333 !important;
}



.desktop-sidebar-menu2 a {
  display: block;
  color: #000;
  margin-top: 25px;
}

.desktop-sidebar-menu2 a:hover {
  text-decoration: none !important;
  color: #000;
}

.desktop-sidebar-menu2 a i {
  display: block;
  font-size: 35px;
}

/* end new cta v3 */


/* NEWEST LADIES PROFILE OFFCANVAS CAROUSEL */


@media screen and (max-width: 991px) {
  #bottom-cta-nav {
    display: none !important;
  }
}

#bottom-cta-nav {
  display: none;
}

/* ************************   START OF MEDIA QUERY  MOBILE  ********************* */

@media screen and (max-width: 767px) {
  .banner {
    background-color: #fff;
    margin: 0px 10px 0px 10px !important;
  }

}


@media (max-width: 600px) {

  #bottom-cta-nav {
    display: none;
  }


}

/* ************************   START OF MEDIA QUERY TABLET   ********************* */

@media (min-width: 601px) and (max-width: 820px) {

  .banner {
    margin: 90px 50px 0px 50px !important;
  }



  #bottom-cta-nav {
    display: none;
  }



  .card-body .row .col-4 {
    width: 100%;
  }

}





.register-modal .close {
  top: 5px !important;
  right: 10px !important;
  width: unset !important;
}

div#bottom-cta-nav .container-fluid,
.header .container {
  max-width: 100%;
  width: 1600px;
}


.list-group {
  margin-bottom: 0;
}


.header .row>* {
  width: unset;
  padding: 0;
}



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

  .list-group {
    margin-bottom: 0;
    display: block;
  }

}

@media only screen and (max-width: 991px) {
  .list-group {
    display: flex;
    width: 80%;
  }


}


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

  .list-group {
    display: flex;
    width: 80%;
  }
}

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

  
  .header .row>* {
    text-align: center !important;
  }

}

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

  ul.list-group.list-group-horizontal.mx-auto {
    width: 100%;
  }
}

@media only screen and (max-width: 340px) {
  .list-group {
    width: 240px;
  }

}



/*override navigation*/



@media only screen and (max-width: 991px) {
  #bottom-cta-nav {
    display: none;
  }
}

/*end override navigation*/


/* Mobile Sidebar v2 */

.cta-rotator-desktop img {
    width: 80px !important;
    height: auto;
}

/* End code snippet */
/*btm cta swiper*/
.swiper_cta {
    position: absolute !important;
    width: 95% !important;
    left: 0;
}
.swiper_cta .swiper-slide {
    width: 80px;
}
.swiper_cta .swiper-button-prev:after,
.swiper_cta .swiper-button-next:after {
    font-size: 15px;
    color: #fff;
    font-weight: 900;
}
.swiper_cta .swiper-button-prev,
.swiper_cta .swiper-button-next {
    background: hsl(358deg 87% 42% / 60%);
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 55%;
}
.swiper_cta .swiper-button-prev {
    transform: translateX(-250%);
    left: 50%;
}
.swiper_cta .swiper-button-next {
    transform: translateX(150%);
    left: 50%;
}
.swiper-slide a img {
  user-select: none;
}