/*
Theme Name: Azure film
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

span#coupon-error-notice {
  color: #fff;
}
.coupon {
  border-radius: 10px;
}
#coupon-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.community-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  aspect-ratio: 7 / 2;
}

.colored-blocks-section {
  padding-top: 0;
}

.inner-div {
  margin: 0;
}

.lh-12 {
  line-height: 1.2em;
}

.p-0 {
  padding: 0;
}

.pt-13 {
  padding-top: 13px !important;
}

.fs-12 {
  font-size: 12px;
}

.pr-18 {
  padding-right: 18px;
}

.underline {
  text-decoration: underline;
}

a.underline.hov-blue:hover {
  color: #2a9fd0;
}

.width-100 {
  width: 100% !important;
}

.page-id-16148 #content {
  padding-bottom: 0;
}

.circle-border {
  border: 1px solid #2aa0d1;
  border-radius: 50%;
}

.discord-icon {
  width: 2.2em !important;
}

.prednost-img {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 100%;
}

.prednosti-box .col-inner {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex !important;
}

.box-text {
  padding-top: 1.4em;
}

.header-main .nav > li > a {
  line-height: 16px !important;
}

.img-icon {
  height: 30px;
  width: 30px;
}

.lang-name,
.lang-arrow {
  height: 25px;
  width: 25px;
}

.dropdown-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .community-images {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }

  .col-mob {
    padding-bottom: 15px;
  }

  .hero-banner-section,
  .bestsellers-section {
    padding-top: 20px;
  }

  .hero-banner-section {
    padding-bottom: 0;
  }

  .community-images-col,
  .community-follow-col {
    padding-bottom: 0;
  }

  .community-follow-col .col-inner {
    margin-bottom: 0;
  }

  .blog-posts-slider {
    padding: 0;
  }

  .ig-title {
    margin-top: 0;
  }

  .prednost-img {
    display: flex;
    align-items: center;
  }

  .prednost-img .box-text {
    padding: 0;
    width: 390px;
    margin-left: 15px;
  }

  .prednost-txt p {
    line-height: 1.2em;
    font-size: 12px;
  }

  .header-wishlist-icon {
    margin-right: -2px !important;
  }

  .header-cart-link {
    padding: 10px 0;
  }

  .img-icon {
    height: 27px;
    width: 27px;
}

  .align-center {
    align-items: center;
  }

  .bt-0 {
    padding-bottom: 0 !important;
  }

  .colored-block-txt {
    width: 250px;
  }

  .lh {
    line-height: 1.6em;
  }

  .featured-post-item {
    align-items: center;
  }

  #top-bar {
    display: none;
  }
}

.home #content{
  padding-bottom: 0px;
}

.home.faq-section.section-content.col{
  padding-bottom: 0 px!important;
}