/* Demo 15 Homepage 15 */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
/* font-family: 'Poppins', sans-serif; */
.header-search-extended .btn.btn-primary {
  color: #fff;
  font-size: 2.2rem;
  background-color: transparent; }
  .header-search-extended .btn.btn-primary:hover, .header-search-extended .btn.btn-primary:focus, .header-search-extended .btn.btn-primary:active {
    background-color: transparent;
    color: #cc9966; }
.header-search-extended .form-control {
  padding-bottom: .5rem; }

.header-5 {
  margin-top: 0; }

.header-5 .sticky-header:not(fixed) {
  padding-top: 1.5rem;
}
.header-5 .header-search .header-search-wrapper {

  min-width: 270px; }

.header-5 .menu > li > a::before {
  bottom: .8rem; 
}

.header-5 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle, .header-5 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
  color: #fff;
}

.sticky-header.fixed .header-search-extended .btn.btn-primary {
  color: #000;
}

.header-5 .sticky-header.fixed .menu > li > a::before {
  background-color: #000;
}

.header-5 .sticky-header.fixed .header-search .header-search-wrapper {
  border-bottom: .1rem solid #000;
}

.header-5 .sticky-header.fixed {
  background-color: #fff;
  border-bottom: 1px solid rgb(238, 238, 238);
  color: rgb(170, 170, 170);
}

.header-5 .sticky-header.fixed .wishlist-link:not(:hover):not(:focus), .header-5 .sticky-header.fixed .search-toggle:not(:hover):not(:focus):not(.active), .header-5 .sticky-header.fixed .mobile-menu-toggler, .header-5 .sticky-header.fixed .wishlist-link:not(:hover):not(:focus), .header-5 .sticky-header.fixed .menu > li:not(:hover):not(.active):not(.show) > a, .header-5 .sticky-header.fixed .mobile-menu-toggler {
  color: rgb(170, 170, 170);
}


.header-5 .sticky-header.fixed .menu > li:hover > a, .header-5 .sticky-header.fixed .menu > li:focus > a, .header-5 .sticky-header.fixed .menu > li.active > a {
  color: #000;
}

.header-5 .sticky-header.fixed .header-search-extended .form-control {
  color: #000;
}

.header-5 .sticky-header.fixed .header-search-extended .form-control::placeholder {
  color: rgb(170, 170, 170);
  opacity: 1; /* Firefox */
}

.header-5 .sticky-header.fixed .header-search-extended .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(170, 170, 170);
}

.header-5 .sticky-header.fixed .cart-dropdown:not(:hover):not(.show) .dropdown-toggle, .header-5 .sticky-header.fixed .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
  color: #000;
}

.non-transparent .header-search-extended .btn.btn-primary {
  color: #000;
}

.header-5 .non-transparent .menu > li > a::before {
  background-color: #000;
}

.header-5 .non-transparent .header-search .header-search-wrapper {
  border-bottom: .1rem solid #000;
}

.header-5 .non-transparent {
  background-color: #fff;
  color: rgb(170, 170, 170);
}

.header-5 .non-transparent .wishlist-link:not(:hover):not(:focus), .header-5 .non-transparent .search-toggle:not(:hover):not(:focus):not(.active), .header-5 .non-transparent .mobile-menu-toggler, .header-5 .non-transparent .wishlist-link:not(:hover):not(:focus), .header-5 .non-transparent .menu > li:not(:hover):not(.active):not(.show) > a, .header-5 .non-transparent .mobile-menu-toggler {
  color: rgb(170, 170, 170);
}


.header-5 .non-transparent .menu > li:hover > a, .header-5 .non-transparent .menu > li:focus > a, .header-5 .non-transparent .menu > li.active > a {
  color: #000;
}

.header-5 .non-transparent .header-search-extended .form-control {
  color: #000;
}

.header-5 .non-transparent .header-search-extended .form-control::placeholder {
  color: rgb(170, 170, 170);
  opacity: 1; /* Firefox */
}

.header-5 .non-transparent .header-search-extended .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(170, 170, 170);
}

.header-5 .non-transparent .cart-dropdown:not(:hover):not(.show) .dropdown-toggle {
  color: rgb(170, 170, 170);
}

.header-5 .non-transparent .cart-dropdown:not(:hover):not(.show) .dropdown-toggle, .header-5 .non-transparent .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
  color: #000;
}

.header-middle .menu.sf-arrows > li > .sf-with-ul {
  padding-right: 3rem;
  margin-right: 2rem;
}

.header-5 .menu > li > a::before {
  content: '';
  position: absolute;
  left: 1rem;
  right: 4rem;
  bottom: .5rem;
  height: .1rem;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header-5 .menu > li:has(.active) > a::before {
  transform: scale(1, 1);
  transition: transform .3s;
}

.title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.01em; }

.title-desc {
  letter-spacing: 0; }

.heading {
  margin-bottom: 4.4rem; }
  .heading .title {
    margin-bottom: 2rem; }

@media screen and (min-width: 1600px) {
  .header-5 .container-fluid {
    padding-left: 6.2rem;
    padding-right: 6.2rem; } }
.intro-slider-container,
.intro-slide {
  height: 100vh;
  background-color: #333; }

.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center bottom; }
  .intro-slide .intro-content {
    position: static;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0); }

.intro-content .btn {
  text-transform: uppercase; }
  .intro-content .btn i:last-child {
    margin-left: .3rem; }
.intro-content .btn-outline-primary-2 {
  color: #fff; }
.intro-content .intro-subtitle {
  color: #ccc; }

.intro-subtitle {
  font-weight: 400;
  letter-spacing: -.025em;
  margin-bottom: 1rem; }

.btn i:last-child {
  margin-left: .7rem; }

.intro-title {
  color: #333333;
  font-weight: 600;
  letter-spacing: -.025em;
  margin-bottom: 1.8rem; }

.bg-light {
  background-color: #f2f2f2; }

.text-darkblack {
  color: #777 !important; }

.text-brightblack {
  color: #ebebeb !important; }

.product {
  margin-bottom: 2.6rem;
  background-color: transparent; }
  .product:hover {
    box-shadow: none; }
  .product .product-body {
    padding-left: 0;
    padding-right: 0; }

.product-cat {
  color: #ccc;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase; }

.product-title {
  font-size: 1.4rem;
  letter-spacing: 0; }

.product-price {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  margin-bottom: .5rem; }

.product-body {
  background-color: transparent; }

.old-price {
  text-decoration: none;
  color: #777; }

@media screen and (min-width: 992px) {
  .product.product-4 {
    margin-bottom: 0; } }
.product.product-4 .product-title {
  margin-bottom: .2rem; }
.product.product-4 .product-action-vertical {
  top: 2rem; }
.product.product-4 .btn-product {
  color: #333;
  background-color: #fff;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-transform: uppercase; }
  .product.product-4 .btn-product span {
    font-size: 1.4rem; }
  .product.product-4 .btn-product:before {
    display: none; }
  .product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
    background-color: #cc9966; }
.product.product-4 .product-body {
  padding-bottom: 0; }
.product.product-4 .product-nav {
  margin-top: 1.4rem;
  margin-bottom: 0; }

.btn-product-icon:not(:hover):not(:focus) {
  color: #333; }

.display-row {
  padding-top: 8rem;
  padding-bottom: 8rem; 
}
.display-row .banner {
  margin-bottom: 5rem;
}
.display-row .heading {
  margin-bottom: 2.5rem; 
}
.display-row .title {
  font-size: 1.6rem; 
}
.display-row .heading.text-center .title-desc {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto; 
}
.icon-box {
  -webkit-box-align: start;
  margin-bottom: 3.6rem; }
  .icon-box figure {
    flex: 0 0 40px; }
  .icon-box i {
    font-size: 3.4rem; }

.icon-box-content {
  margin-left: 1.5rem; }
  .icon-box-content .icon-title {
    margin-bottom: 4px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.1; }
  .icon-box-content p {
    line-height: 1.1em; }

  .swiper-cat {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .slider-centered .swiper-wrapper {
    max-width:100%;
    justify-content: center !important;
  }

  .swiper-cat .swiper-wrapper {
    justify-content: normal;
  }

  .swiper-cat .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .swiper-cat .cat-image{
    background-color: #ebebeb;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .swiper-cat .cat-image img{
    width: 80%;
  }
  
.cat-content {
  padding-top: 1.4rem; }

.cat-title {
  color: #333;
  font-weight: 500;
  letter-spacing: -.01em;
  transition: color .3s, box-shadow .3s; }
  .cat-title:hover {
    box-shadow: 0 1px #61ab00; }

.cat-count {
  padding-bottom: 3.6rem;
  font-size: 1.4rem;
  line-height: .9em;
  color: #ccc; }

    
.banner {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff; }
  .banner img {
    min-height: 370px;
    object-fit: cover; }
  .banner .btn {
    text-transform: uppercase;
    min-width: 130px;
    text-decoration: none !important;
    padding: 1.15rem 1.5rem; }
  .banner .btn-outline-primary-2 {
    color: #fff; }
  .banner ul {
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.5; }
    .banner ul li {
      position: relative;
      padding-left: 1rem; }
      .banner ul li:before {
        position: absolute;
        top: 50%;
        margin-top: -.2rem;
        left: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #333;
        margin-top: -.1rem; }
    .banner ul.text-white li:before {
      background-color: #fff; }

.banner-overlay.banner-light > a:after {
  background-color: rgba(255, 255, 255, 0.4); }
.banner-overlay.banner-light .btn-outline-primary-2 {
  color: #333; }

.banner-overlay > a:after {
  transition-duration: .5s; }

.banner-content {
  left: 30px;
  padding-top: 0; }

.banner-title {
  color: #333;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: .9rem; }
  .men .banner-title {
    letter-spacing: 0; }
  .women .banner-title {
    letter-spacing: -.025em; }

.women.banner-content {
  left: 11rem; }

.banner-text,
.banner-subtitle {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: 0; }

.banner-subtitle {
  margin-bottom: .9rem; }

.banner-text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem; }

.video-banner-title {
  font-weight: 600;
  margin-bottom: 2rem; }

.video-banner-title > span {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.03em;
  margin-bottom: 1.8rem; }

.btn-video {
  box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.1); }

.cta-title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.025em;
  margin-bottom: 0; }

.cta-wrapper .cta-title,
.cta-wrapper.cta-text .cta-title {
  margin-bottom: 2.8rem; }

.cta-wrapper.cta-text .cta-desc {
  margin-bottom: 3.5rem; }

.cta-desc {
  color: #777;
  font-size: 1.5rem;
  line-height: 1.625; }

.cta-wrapper {
  max-width: 580px; }

.cta-wrapper.cta-text {
  max-width: 360px; }

.cta .social-icon {
  width: 4.6rem;
  height: 4.6rem;
  font-size: 1.8rem; }
.cta blockquote {
  color: #666;
  font-style: normal;
  line-height: 1.875;
  margin-bottom: 2.2rem; }
.cta .testimonial-icon:before {
  margin-top: 0;
  font-size: 1.8rem; }
.cta .owl-simple .owl-nav .owl-prev {
  left: -100px; }
.cta .owl-simple .owl-nav .owl-next {
  right: -100px; }

blockquote p {
  font-size: 1.6rem;
  color: #666; }
blockquote cite {
  letter-spacing: 0;
  font-weight: 400; }
  blockquote cite span {
    color: #777; }

.blog-posts .entry {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0; }
.blog-posts .entry-media {
  margin-bottom: 1.5rem; }
.blog-posts .entry-media > a {
  position: relative; }
  .blog-posts .entry-media > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.4);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease; }
  .blog-posts .entry-media > a:hover:after, .blog-posts .entry-media > a:focus:after {
    visibility: visible;
    opacity: 1; }
.blog-posts .entry-body.text-center .entry-content {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto; }
.blog-posts .entry-meta {
  margin-bottom: .4rem; }
.blog-posts .entry-title {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: .7rem; }
.blog-posts .entry-content p {
  margin-bottom: .6rem; }
.blog-posts .read-more {
  text-transform: capitalize; }

.footer .widget-about p {
  max-width: 540px; }
.footer .widget-about-info a {
  color: #cc9966; }

.footer-bottom .container,
.footer-bottom .container-fluid {
  padding-bottom: 2.1rem; }

.widget-newsletter form {
  padding-top: 2.3rem; }
  .widget-newsletter form .form-control::placeholder {
    color: #ccc; }

@media screen and (min-width: 576px) {
  .banner-content {
    left: 50px; } }
@media screen and (min-width: 768px) {
  .intro-subtitle {
    font-size: 1.6rem; }

  .banner-title,
  .cta-title,
  .title {
    font-size: 3rem; } }
@media screen and (min-width: 992px) {
  .intro-content .btn {
    min-width: 170px; }

  .intro-subtitle {
    margin-bottom: 1.6rem; }

  .cta-separator [class*="col-"] + [class*="col-"]:before {
    height: 76%; }

  .banner-content {
    left: 70px; }

  .display-row {
    padding-top: 10rem;
    padding-bottom: 10rem; }
    .display-row .banner {
      margin-bottom: 0; }

  .video-banner-bg {
    padding-top: 16.5rem; } }
@media screen and (min-width: 1200px) {
  .intro-content .btn {
    min-width: 190px; }

  .intro-title {
    font-size: 5rem; }

  .banner-content {
    left: 100px; }

  .display-row .banner {
    margin-right: 5rem; }
  .display-row .order-lg-last .banner {
    margin-right: 0;
    margin-left: 5rem; }

  .container-fluid {
    padding-left: 62px;
    padding-right: 62px; } }
@media screen and (min-width: 1600px) {
  .footer-bottom .container-fluid:before {
    left: 62px;
    right: 62px; } }
@media screen and (max-width: 450px) {
  .banner-content.men,
  .banner-content.women {
    left: 4rem; } }

/*# sourceMappingURL=demo-15.css.map */

/*# banner */
@media screen and (min-width: 1200px){
  .intro-banner {
    height: 560px;
  }
}

.intro-content .banner-logo {
  min-height: 0px;
  object-fit: fill;
}

.intro-banner {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.intro-banner {
  height: 360px;
  background-color: #eee;
}

.intro-banner .intro-content {
  position: static;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

@media screen and (min-width: 992px){
   .intro-banner {
      height: 480px;
  }
}
@media screen and (min-width: 768px){
  .intro-banner {
      height: 450px;
  }
}
@media screen and (min-width: 576px){
  .intro-banner {
      height: 400px;
  }
}

/*# sections -Home Page */
.QnA-content ul{
  list-style: disc;
  padding-left: 2rem;
}

.section-title{
  font-size: 3rem;
  font-weight: 400;
  color: rgb(31, 31, 31);
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 576px){
  .section-title{
    font-size: 3.5rem;
    font-weight: 400;
    color: rgb(31, 31, 31);
    padding-bottom: 0.5rem;
  }
}


.product-container .swiper{
  clear: both;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}
.product-container .swiper-button-next::after, .product-container .swiper-button-prev::after {
  content: "";
}
.product-container .swiper-container {
  width: 100%;
  height: 100%;
}

.product-container{
  position: relative;
  display: inline-flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: auto;    
  padding-left: 4.64602%;
  padding-right: 4.64602%;
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 1rem;
}

.small-heading .title {
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 27px;
  font-size: 22px;
  font-weight: 400;
  color: rgb(31, 31, 31);
  text-align: left;
  margin-top: 2rem;
  
}
.product-container .swiper .product-cat{
  font-size:1rem;
}

.product-container .swiper .product-title,.product-container .swiper .product-price{
  font-size: 1.2rem;
}

.product-container .swiper-button-prev, .product-container .swiper-button-next {
  visibility: visible;
  width: 20px;
  height: 46px;
  margin-top: auto;
  background-size: auto;
  top: 50%;
  opacity: 0;
  transform: translateY(-55.5px);
  color:black;
  font-size: 2rem;
}

.product-container:hover .swiper-button-next,.product-container:hover .swiper-button-prev {
  opacity: 0.8;
}

.product-container .swiper-button-next.swiper-button-disabled,.product-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}

.product-container .swiper-button-next.swiper-button-disabled i,.product-container .swiper-button-prev.swiper-button-disabled i{
  cursor: auto;
  pointer-events: auto;
}

.product-container:hover .swiper-button-next.swiper-button-disabled,.product-container:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.product-container .swiper-button-next {
  right: 4px;
  box-sizing: inherit;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.product-container .swiper-button-next.button-lg{
  right: 2rem;
  font-size: 3rem;
}

.product-container .swiper-button-prev {
  left: 4px;
  box-sizing: inherit;
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

.product-container .swiper-button-prev.button-lg {
  left: 2rem;
  font-size: 3rem;
}

.product-container .swiper-horizontal>.swiper-scrollbar, .product-container .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
}

.product-container  .swiper-scrollbar-drag {
  height: 1px;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #ffd766;
  border-color: #ffd766;
  box-shadow: none;
}

.header-5 .menu > li > a {
  padding-left: 0;
}

.header-5 .sticky-header.fixed .nav-top{
  display: none;
}

.header-5 .non-transparent .logo img{
  content: url('../img/ceyx_logo_Black.png');
}

.header-5 .logo img{
  content: url('../img/ceyx_logo_White.png');
  /* content: var(url('img/ceyx_logo_White.png')); */
}

.header-5 .wishlist-link{
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  margin: 0;
}
.header-5 .header-right .vertical-line{
  border-right: 1px solid;
  padding: 0px;
  height: 15px;
  margin: 0;
}

.header-5 .menu > li > a {
  font-size: 18px;
  font-weight: 400;
}

.header-5 .menu > li:not(.active) > a {
  font-weight: 300;
}

.header-5 .wishlist-link:first-child{
  border-left: 0;
}

.header-center {
  margin-left: auto;
  margin-right: 0;
}

.header-search-extended {
  min-width: 400px;
}

.square {
  padding-bottom: 90%;
  position: relative;
  height: 0;

}

.square>div {
  position: absolute;
  height: 100%;
  margin: 0.5rem;
  background-color:#ffd766;
}
@media screen and (min-width: 1000px) {
  .square>div {
    height: 110%;
  }
}

@media screen and (min-width: 1600px) {
  .square>div {
    height: 90%;
  }

  .banner-big .banner-content {
    left: 25rem;
}

@media screen and (min-width: 1800px) {
  .square>div {
    height: 90%;
  }

  .banner-big .banner-content {
    left: 35rem;
}
}
}
p{
  font-weight: 300;
  font-size: 13px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2rem;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
  top: 2px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00d27a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00d27a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  transform: translateX(2rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.h7{
  font-size: 1.3rem;
}

/* badge-color */
.badge-subtle-warning {
  color: #ac5a2b;
  background-color: #fde6d8;
}

.badge-subtle-success {
  color: #00894f;
  background-color: #d9f8eb;
}

.badge-subtle-secondary {
  color: #5d6776;
  background-color: #e6e8ec;
}

.badge-subtle-danger {
  color: #b82c46;
  background-color: #fbdbe1;
}

.badge-subtle-primary {
  color: #215cac;
  background-color: #d9e7fa;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 6rem;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #ffd766;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.available_slots label {
  float: left; line-height: 3.0em;
  width: 8.0em; height: 3.0em;
}

.available_slots label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}

.available_slots label input {
  position: absolute;
  display: none;
  color: #000;
}
/* selects all of the text within the input element and changes the color of the text */
.available_slots label input + span{
    color: #000;
    border: 1px solid grey;
    margin: 2px;
}

/* This will declare how a selected input will look giving generic properties */
.available_slots input:checked + span {
    background-color: #000;
    color: #fff;
    text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
}

#overlay_spinner {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
  font-size: 1.8rem;
}
.dashed{
  list-style: disc;
  padding-left: 20px;
}

.gradient-partial:not(.show) .gradient-hidden{
  height:200px; 
  overflow:hidden;
  position: relative;
}

.gradient-partial:not(.show) .gradient-hidden::after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0%;
  height: 100%;
  width: 100%;
  mix-blend-mode: hard-light;
  background: linear-gradient( rgba(250, 245, 245, 0.5), rgba(255, 255, 255));
  pointer-events: none;
}

.gradient-partial.show .btn-gradient-show
{
  display:none;
}
.shadow-image
{
  box-shadow: -10px 7px 20px rgb(145 127 127);
}

.card-title a {
  font-weight: 400;
}

.btn {
  font-weight:400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  margin-bottom: 1rem;
}

.icon-box-title {
  font-weight: 300;
}

.small, small {
  font-weight: 300;
}

.footer .widget-title {
  font-weight: 400;
}

.form-tab .nav.nav-pills .nav-link {
  font-weight: 300;
}

.nav-link {
  font-weight: 400 !important;
}

.icon-x:before {
  content: url('../molla/assets/images/x-twitter-brands-solid.svg');
  width: 13px;
  height: 13px;
}
.icon-x{
  display: flex;
  align-items: end;
}

.icon-threads:before {
  content: url(../molla/assets/images/threads-brands-solid.svg);
  width: 12px;
  height: 12px;
}
.icon-threads{
  display: flex;
  align-items: end;
}

.menu li::marker {
  list-style: none; 
  content: "";
}

a {
  font-family: inherit !important;
}