@font-face {
  font-family: Satoshi-Variable;
  src: url(/wp-content/themes/andromede/assets/fonts/Satoshi-Variable.woff2)
      format('woff2'),
    url(/wp-content/themes/andromede/assets/fonts/Satoshi-Variable.woff)
      format('woff'),
    format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url(/wp-content/themes/andromede/assets/fonts/Oswald-SemiBold.woff2)
      format('woff2'),
    url(/wp-content/themes/andromede/assets/fonts/Oswald-SemiBold.woff)
      format('woff'),
    format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Variable;
  src: url(/wp-content/themes/andromede/assets/fonts/Montserrat-VariableFont_wght.ttf)
    format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

:root {
  --cms_global: #0f273e;
  --cms_night: #141416;
  --cms_bg: #141416;
  --colortheme: rgb(0,0,0);
  --colortheme-transparent: rgb(34,34,34);
  --colortheme-dark: rgb(0,0,0);
  --moontheme: #ffffff;
  --lemon: #2a4242;
  --lemonlight: #385353;
  --lemontext: #2a4242;
  --lemonhover: #ccb1b1;
  --blackshop: black;
  --textcolor: #696969;
}
body {
  background: var(--moontheme);
  font-family: Montserrat-Variable !important;
  width: auto !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  min-height: 100vh;
}
.globalTitle {
  color: var(--colortheme);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 80px;
  letter-spacing: 2.2px;
  position: relative;
  z-index: 10;
}
.searchicon:hover,
a:hover {
  color: var(--lemonhover);
}
.cursor:hover svg {
  stroke: var(--lemonhover);
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.dropdown-menu.show {
  border-radius: 0;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #fff !important;
  background-color: var(--lemon);
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.form-check {
  position: fixed;
}
.title_head {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 65px;
  line-height: 75px;
  margin: 0.2rem 0;
  font-weight: 800;
  color: #fefefe;
}
.border_center {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: 5;
  width: 2px;
  height: 140px;
  background-color: #fff;
}
.zfirst {
  z-index: 10;
}
.overlay {
  background-color: rgb(0 0 0 / 70%);
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.navbar a,
.navbar a.nav-link {
  color: var(--moontheme);
  font-weight: 400;
  font-size: 18px;
  padding: 0 20px !important;
  -webkit-transition: font-weight 0.2s !important;
  transition: font-weight 0.2s !important;
}
.navbar a.nav-link:hover,
.navbar a:hover {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .navbar a,
  .navbar a.nav-link {
    font-size: 16px;
  }
}
.navbar a.nav-link {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.navbar a.nav-link.active {
  color: var(--moontheme);
  font-weight: 600;
}
.navbar a.nav-link:hover {
  color: var(--moontheme) !important;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.navbar {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 clamp(2px, 0.5vw, 40px);
  margin: 0;
}
.navbar-transparent {
  background: rgb(0 0 0 / 77%);
}
.navbar-brand .logo_app {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.link_nav {
  text-transform: uppercase;
}
.afozic-cards-wrapper {
  margin: 45px auto 10px;
  min-height: 480px;
}
.afozic_artist {
  position: relative;
  min-height: 450px;
  background-size: cover !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: center !important;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.afozic_artist:hover .bg_artist {
  background-color: var(--colortheme-transparent);
}
.bg_artist {
  background-color: var(--colortheme);
  position: relative;
  opacity: 0.9;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 10px 0;
  border-radius: 3px 0 0 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.afozic_nameArtist_modal {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 24px;
  padding: 6px 50px;
  margin: 20px 20px 10px 0;
  background: var(--colortheme-transparent);
}
.subtitleArtist_modal {
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}
.descriptionArtist_modal {
  margin-top: 10px;
}
.afozic_nameArtist {
  margin: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  right: -8px;
  top: 5px;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 720px) {
  .bg_artist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .afozic_nameArtist_modal {
    font-size: 20px;
    padding: 5px 40px;
  }

  .btn_gotop {
    animation: 15s ease-in-out infinite movebtn!important;
  }

}
button.playBtn_wrapper {
  background: 0 0;
  color: inherit;
  border: none;
  z-index: 20;
  position: absolute;
  bottom: 10px;
  left: 6px;
  padding: 0;
  height: 40px;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.playBtn_wrapper:hover > svg {
  fill: #fff;
  scale: 110%;
}
svg.iconPlay {
  width: 30px;
  height: 30px;
}
@media (max-width: 720px) {
  .playBtn_wrapper {
    width: 100%;
    left: 0;
  }
  .afozic_nameArtist {
    font-size: 16px;
    right: -6px;
  }
  svg.iconPlay {
    left: 4px;
    width: 25px;
    height: 25px;
  }
}
.btnAfozic {
  background: black;
  padding: 1rem 2rem;
  margin: 1rem 0;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  margin: 50px auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--colortheme-transparent);
  border-radius: 50%;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
  display: none;
}
.loading-spinner.active {
  display: block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer_events {
  background-color: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 30px;
  color: black;
  font-size: 28px;
  font-weight: 600;
  gap: 20px 60px;
  -webkit-transition: fontSize 1s;
  transition: fontSize 1s;
}
.footer_events .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.footer_events .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 260px;
  height: 170px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 3px;
  overflow: hidden;
}
.footer_events .bg-hover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--moontheme);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--colortheme-transparent);
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer_events .bg-hover:hover {
  opacity: 1;
}
.footer_events .bg-hover span {
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.footer_block a:hover {
  color: var(--colortheme-transparent);
}
.footer_events .icon {
  margin-left: 20px;
}
@media (max-width: 990px) {
  .footer_events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_events p {
    margin: 0 0 20px;
  }
  .footer_events .image-wrapper {
    width: 230px;
    height: 150px;
    z-index: 0;
  }
  .footer_events .bg-hover span {
    font-size: 16px;
  }
  .footer_events .icon {
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .footer_events {
    padding: 40px 20px;
  }
  .footer_events p {
    font-size: 24px;
  }
  .footer_events .photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_events .image-wrapper {
    width: 300px;
    height: 180px;
    z-index: 0;
  }
  .footer_events .bg-hover span {
    font-size: 20px;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}
@media (max-width: 990px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
footer ul {
  padding: 0;
}
.footer-nav li {
  list-style-type: none;
  border: 0;
  border-right-width: 0;
  border-left-width: 2px;
  border-style: solid;
  font-weight: 400;
}
@media (max-width: 990px) {
  .footer-nav li {
    border: 0;
  }
}
.footer-nav a {
  padding: 0 30px;
  white-space: nowrap;
}
.footer-nav a.active {
  font-weight: 600;
  white-space: nowrap;
}
.footer-nav a.nav-link:hover {
  color: var(--lemonhover);
}
.footer-nav li:first-child {
  border: none;
}
.footercopyright {
  padding-top: 2rem;
  color: var(--moontheme);
}
.footer_andromede {
  color: #fff;
  position: relative;
  background-color: var(--colortheme-dark);
  padding: 60px 0;
}
.footer_andromede #scroll-top-btn {
  position: absolute;
  font-size: 32px;
  bottom: 60px;
  right: 15px;
}
.footer_andromede #scroll-top-btn:hover {
  color: var(--lemonhover);
  cursor: pointer;
}
.footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.footer_socials li {
  list-style-type: none;
  border: 0;
  white-space: nowrap;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_socials li a {
  font-weight: 500;
  padding: 10px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_socials li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer_socials svg {
  height: 30px;
  width: 30px;
}
.newsletter_block {
  font-style: italic;
  font-size: 18px;
  text-align: center;
  margin: 40px 0;
}
.newsletter_block p {
  font-size: 22px;
}
.newsletter_fields label {
  background-color: rgb(34,34,34);
  padding: 2px 16px;
  margin: 5px;
  width: 320px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 380px) {
  .newsletter_fields label {
    width: 100%;
    margin: 5px 0;
  }
}
.newsletter_fields input {
  width: auto;
  color: #fff;
  background: 0 0;
  border: none;
  outline: 0;
  padding-left: 10px;
}
.footer_widget .AndroWidgetTitle {
  font-weight: 800;
  color: #fff;
  font-size: 25px;
}
.footer_widget .widget ul a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}
.footerhr {
  border: 0;
  height: 1px;
  margin-top: 1rem;
  background: #fff;
}
.links_rgpd ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.links_rgpd li {
  margin: 0 0.6rem;
  font-weight: 800;
  font-size: 14px;
}
.has-white-color {
  color: #fff;
}
.link_nav.active {
  color: var(--lemonhover) !important;
}
.latest_blog {
  position: relative;
}
.containerLeft {
  position: relative;
  overflow: hidden;
}
.containerLeft a:hover .AndromedeBlogFirst {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03) rotateX(0)
    rotateY(0) rotateZ(0) skew(0deg, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03) rotateX(0)
    rotateY(0) rotateZ(0) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.AndromedeBlogFirst {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 500px;
  max-height: 500px;
  width: 100%;
}
.AndromedeRightFirst h1 {
  font-size: 28px;
  font-weight: 600;
}
.AndroEntry {
  color: #fff;
}
.AndromedeRightFirst {
  border-left: solid var(--lemon) 3px;
  padding: 100px 7% 100px 5%;
  background: var(--lemonlight);
}
.entryexcerpt {
  width: 100%;
  max-width: 500px;
}
.blog_entry {
  position: relative;
  overflow: hidden;
}
.error_page h1 {
  font-size: 80px !important;
  font-weight: 800;
  font-family: Oswald, sans-serif;
}
.error_page span {
  font-size: 20px;
  font-weight: 400;
  color: #fff !important;
}
.blog_entry img {
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 230px;
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog_entry:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03) rotateX(0)
    rotateY(0) rotateZ(0) skew(0deg, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03) rotateX(0)
    rotateY(0) rotateZ(0) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.entry_content {
  background: #1d3331;
  min-height: 166px;
}
.entry_content .entry_title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.entry_excerpt {
  color: #fff;
}
.link_decorated {
  font-weight: 500;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position-y: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, rgb(42 66 66 / 83%))
  );
  background-image: linear-gradient(transparent 50%, rgb(42 66 66 / 83%) 50%);
  background-size: auto 185%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3em 0 0;
}
.link_decorated:hover {
  background-position-y: 100%;
  background-size: auto 200%;
  color: #fff;
}
.read_morentry {
  text-decoration: underline;
}
.entry_category {
  color: var(--moontheme);
}
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 0;
  margin-top: 2rem;
}
.pagination-wrapper .current,
.pagination-wrapper .page-numbers.current,
.pagination-wrapper .paginate:hover {
  color: #fff !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.5rem;
  background-color: var(--lemon);
}
.pagination-wrapper .page-numbers,
.pagination-wrapper .paginate {
  color: var(--lemontext) !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.5rem;
}
.header_single {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 5rem 0;
}
.header_single .blockheading_title {
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 50px;
  line-height: 50px;
  margin: 0.2rem 0;
  font-weight: 800;
  color: #fefefe;
}
.header_single .overlay_head {
  z-index: 1;
}
.size_format {
  position: relative;
  z-index: 10;
  min-height: 28vh;
  height: 28vh;
}
.searchinput {
  border: 0;
  padding: 1rem;
  border-radius: 3px;
  background: rgb(34,34,34)!important;
  font-weight: 600;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.search-results .show_single{
  background: rgb(34,34,34)!important;
}
.btn_searchform {
  padding: 0.8rem;
  background-color: var(--lemon) !important;
  font-weight: 500 !important;
  border: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 3px !important;
  height: 61px;
}
.searchzone-results {
  max-height: 190px;
  height: 190px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 0;
  margin-bottom: 1rem;
  display: none;
  background: #fafafa;
  padding: 1rem 0.5rem;
  width: 100%;
}
.searchzone-results::-webkit-scrollbar {
  width: 5px;
}
.searchzone-results::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
}
.searchzone::-webkit-scrollbar-track {
  background: #ededed;
}
.cursor {
  cursor: pointer;
}
.searchzone-results .pricesearch,
.searchzone-results .pricesearch ins {
  font-weight: 800;
  text-decoration: none;
}
.searchzone-results .searchpicture {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: ease-out 0.6s;
  transition: ease-out 0.6s;
}
.searchclassic {
  max-height: 100%;
  height: 100%;
}
.searchpicture:hover {
  opacity: 0.6;
  -webkit-transition: ease-out 0.6s;
  transition: ease-out 0.6s;
}
.searchicon {
  color: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.offcanvas {
  color: #fff;
  background-color: var(--colortheme);
  font-size: 20px;
}
.offcanvas button.closebtn {
  background-color: transparent;
}
.offcanvas-top .offcanvas-body {
  overflow: hidden;
}
.offcanvas a {
  padding: 15px 20px;
  -webkit-transition: font-weight 0.2s;
  transition: font-weight 0.2s;
}
.offcanvas a:hover {
  font-weight: 500;
}
.breadcrumbs {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 900px) {
  .navbar .navbar-nav {
    padding-top: 1rem;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
    top: 0;
  }
  .navbar .navbar-brand {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .title_head {
    text-align: center;
    font-size: 3.5rem;
  }
}

.animlink {
  font-weight: 500;
  color: #000;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position-y: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, var(--lemon))
  );
  background-image: linear-gradient(transparent 50%, var(--lemon) 50%);
  background-size: auto 185%;
}
.animlink:hover {
  background-position-y: 100%;
  background-size: auto 200%;
  color: #fff;
}
.navbar-toggler {
  border-radius: 0;
  background: var(--colortheme);
}
.closebtn {
  position: relative;
  height: 50px;
  padding: 0 15px;
  color: #fff;
  border: 2px solid #fff;
  background: var(--colortheme);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
  font-family: inherit;
}
.closebtn:after,
.closebtn:before {
  content: '';
  position: absolute;
  background: var(--colortheme);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.closebtn:before {
  width: calc(100% + 6px);
  height: calc(100% - 16px);
  top: 8px;
  left: -3px;
}
.closebtn:after {
  width: calc(100% - 16px);
  height: calc(100% + 6px);
  top: -3px;
  left: 8px;
}
.closebtn:hover {
  cursor: crosshair;
}
.closebtn:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.closebtn:hover:before {
  height: calc(100% - 32px);
  top: 16px;
}
.closebtn:hover:after {
  width: calc(100% - 32px);
  left: 16px;
}
.closebtn span {
  font-size: 15px;
  z-index: 3;
  position: relative;
  font-weight: 600;
}
#fadeinentry {
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}
.fadeIn {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.resize {
  max-width: 1500px;
}
.wpc-edit-filter-set {
  display: none;
}
.wpc-filter-title {
  margin-bottom: 0.2rem !important;
  font-weight: 600;
  color: black!important;
}
.wpc-filter-layout-dropdown .select2-container .select2-selection--single,
.wpc-sorting-form .select2-container .select2-selection--single {
  border-radius: 5px !important;
  background: #dadada;
  font-weight: 800;
  color: grey;
  border: solid 1px #808080a3 !important;
}
.filterTile {
  font-size: 20px;
  color: black!important;
  text-transform: uppercase;
  font-weight: 500;
}
.offcanvas.sidebaright {
  -webkit-transition: -webkit-transform 0.7s ease-in-out !important;
  transition: -webkit-transform 0.7s ease-in-out !important;
  transition: transform 0.7s ease-in-out !important;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out !important;
  background-color: #151728f7 !important;
}
.offcanvas.sidebaright .widget-title {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
}
.offcanvas.sidebaright a:hover {
  color: #cc063e;
  -webkit-transition: all 0.8;
  transition: all 0.8;
}
.offcanvas.sidebaright a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.8;
  transition: all 0.8;
}
.offcanvas.sidebaright .menu {
  padding: 0;
}
.offcanvas.sidebaright .menu-item {
  margin: 0;
  font-size: 20px;
  font-weight: 400 !important;
  position: relative;
  z-index: 650;
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
  padding: 0;
}
#nav-icon0 {
  width: 30px;
  height: 35px;
  position: relative;
  z-index: 99999;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon0 span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#nav-icon0 span:nth-child(1),
#nav-icon0 span:nth-child(2) {
  top: 0;
}
#nav-icon0 span:nth-child(3),
#nav-icon0 span:nth-child(4) {
  top: 10px;
}
#nav-icon0 span:nth-child(5),
#nav-icon0 span:nth-child(6) {
  top: 20px;
}
#nav-icon0.open span:nth-child(1),
#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon0.open span:nth-child(2),
#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon0.open span:nth-child(1) {
  left: 0;
  top: 9px;
}
#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}
#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon0.open span:nth-child(5) {
  left: 0;
  top: 19px;
}
#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
.fixed-top {
  z-index: 10000;
}
.offcanvas.offcanvas-end {
  border: none !important;
}
.fancybox__container {
  z-index: 10001 !important;
}
.woocommerce .ariane .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  margin: 0;
  font-size: 16px;
  color: var(--blackshop);
  font-weight: 600;
}
.ariane {
  background: #e3e4de;
  padding: 1rem !important;
}
.woocommerce-breadcrumb a:hover {
  color: var(--lemon);
}
.description_longue {
  padding: 1rem;
  font-size: 18px;
  font-weight: 400;
}
.d-none {
  display: none !important;
}
.woocommerce .orderby:hover {
  background-position-y: 100%;
  background-size: auto 200%;
}
.woocommerce ul.products li.product .price {
  text-align: center;
  font-size: 20px;
  color: var(--colortheme);
  font-weight: 600;
}
.product_type_variable,
.product_type_variable_bulk,
.woocommerce .products a.button {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: var(--lemon);
  color: #fff;
  font-weight: 300;
  padding: 1rem;
  width: 100%;
}
.woocommerce li:hover img {
  opacity: 0.8;
}
.woocommerce .product:hover .woocommerce-loop-product__title {
  color: var(--colortheme);
}
.woocommerce .product_type_variable_bulk,
.woocommerce li:hover a.button {
  display: block;
}
.woocommerce span.label_module01 {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 18px;
  right: 5px;
  margin: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.single-product .minilogo {
  left: 10px;
}
.woocommerce .minilogo {
  width: 60px !important;
  height: 60px !important;
  position: relative;
  border: solid 1px var(--lemon);
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0.5rem;
  background: var(--lemon);
  border-radius: 50%;
}
.module_top {
  background: var(--maincolor);
  color: #fff;
}
.module_top .delivery_notice {
  padding: 0.5rem 1rem;
}
.module_top .menu_topecommerce {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.module_top .menu_topecommerce a {
  margin: 0 5px;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.module_top .menu_topecommerce a {
  color: #fff !important;
  text-decoration: none;
}
.shop_global {
  padding: 2rem 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin-bottom: 5px;
}
.widget ul a {
  color: #000;
  text-decoration: none;
}
.bg_menu_bottom {
  background: #f7f7f7;
}
.subicon {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.panier_app {
  position: relative;
  color: #fff;
  text-align: center;
}
.panier_app .account_ecommerce {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.panier_app .account_ecommerce i {
  font-size: 30px;
}
.swal2-styled.swal2-confirm {
  background: #000 !important;
  border-radius: 3px !important;
  width: 100%;
  text-transform: uppercase;
}
.swal2-styled.swal2-cancel {
  background: var(--lemon) !important;
  border-radius: 3px !important;
  width: 100%;
  text-transform: uppercase;
}
.cart-contents {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: var(--colortheme);
  text-decoration: none;
  position: relative;
}
.cart-contents svg {
  height: 40px;
  width: 40px;
}
.cart-contents-count {
  position: absolute;
  right: -4px;
  top: -10px;
  background: var(--lemon);
  border-radius: 50%;
  width: 20px;
  opacity: 0.8;
  color: #fff;
  height: 20px;
}
.offcanvas_cart {
  z-index: 95000;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}
.products .product .star-rating {
  position: absolute !important;
  top: 10px !important;
  left: 10px;
  color: var(--lemon) !important;
}
.woocommerce .woocommerce-result-count {
  display: none;
}
.clear_panier:hover,
.product_type_ticket:hover {
  background-color: transparent !important;
  border: solid 1px var(--maincolor) !important;
  color: var(--maincolor) !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: var(--lemon);
  line-height: 1.5;
  margin: 0 0 3.3rem;
  padding: 1.65rem 3.3rem 1.65rem calc(2 * 1.65rem + 32px);
  text-align: left;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 1.6em;
  color: #fff;
}
.products .product .price {
  text-align: center;
  font-size: 20px !important;
  color: #000 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
  font-size: 18px;
  color: var(--blackshop);
  font-weight: 600;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
  left: 5px;
  top: 5px;
  padding: 0 1rem;
  right: inherit;
  border-radius: 3px;
}
.woocommerce .woocommerce-ordering select {
  border: 0;
}
.woocommerce span.onsale {
  border-radius: 0;
  background-color: var(--lemon);
  text-transform: uppercase;
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.3rem 1rem;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.wpfFilterWrapper {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #eee;
}
.outofstock .button {
  width: 100%;
  background-color: var(--maincolor) !important;
  color: #fff !important;
  font-weight: 300 !important;
  opacity: 0.6;
  border-radius: 0 !important;
  padding: 1rem 1rem !important;
  text-align: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #000;
  opacity: 0.99;
  color: #fff;
}
.product_type_ticket {
  width: 100%;
  background-color: var(--maincolor) !important;
  color: #fff !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
  padding: 1rem 1rem !important;
  text-align: center;
  border: solid 1px var(--maincolor) !important;
}
.woocommerce a.button.alt:hover {
  opacity: 0.9;
}
.coupon .input-text {
  min-width: 250px;
}
.clear_panier,
.coupon_btn,
.page_panier button.button,
.wc-backward {
  background-color: var(--lemon) !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 0.6rem 1rem;
  text-align: center;
  border: solid 1px #000 !important;
  font-weight: 500 !important;
}
button:disabled {
  background-color: var(--lemon) !important;
  opacity: 0.8;
  font-weight: 500;
}
.payment_box p {
  margin: 0;
}
#place_order {
  width: 100%;
}
.showcoupon {
  color: #fff !important;
}
.paragraphcat {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
#place_order,
#submit,
.btn_xxl {
  padding: 1.2375rem 3.3rem !important;
  background-color: var(--lemon) !important;
  font-weight: 500 !important;
  border: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 3px !important;
  margin: 1.65rem 0 !important;
}
.woocommerce-form__input-checkbox {
  accent-color: var(--lemon);
}
#place_order:hover,
#submit:hover,
.btn.promocode:hover,
.btn_xxl:hover,
.continue_shopping:hover,
.single_add_to_cart_button:hover,
.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-confirm:hover,
.woocommerce-mini-cart__buttons .checkout:hover {
  opacity: 0.8 !important;
}
.form_register form .form-row {
  display: grid;
}
.form_register p {
  margin-top: 2rem;
}
.ecommerce_title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.page_panier button.button:hover {
  opacity: 0.8;
}
.woocommerce span.label_module01 {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 18px;
  right: 5px;
  margin: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.page_panier a {
  color: #000;
}
.page_panier table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
  border-radius: 3px;
}
.woocommerce-thankyou-order-received {
  background: var(--maincolor);
  color: #fff;
  padding: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.woocommerce-info {
  border-top-color: var(--maincolor);
}
.woocommerce-info::before {
  color: var(--maincolor);
}
#comment,
#commentform input,
.form_register input,
.formulaire_paiement input,
.page_account input {
  border: 0;
  padding: 1rem;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  font-weight: 600;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#comment {
  min-height: 250px;
}
.formulaire_paiement .select2-selection {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.05);
  -moz-appearance: none;
  font-weight: 600;
  border: 0;
  border-bottom: 0;
  border-radius: 4px;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  padding: 0.825rem 1.2375rem;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
}
.form_register label,
.formulaire_paiement label {
  font-size: calc(0.85 * 18px);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.4125rem 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.formulaire_paiement .form-row {
  margin: 0 0 1.65rem 0 !important;
}
.formulaire_paiement input:hover {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.formulaire_paiement textarea {
  border: 0;
  height: 10rem !important;
  padding: 0.5rem;
  font-weight: 600;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
}
.formulaire_paiement .select2-selection {
  border: solid #ebe9eb 1px;
  padding: 0.5rem;
  height: 45px;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: var(--lemon) !important;
}
.swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#header__centered .woocommerce-breadcrumb {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
#header__centered .woocommerce-breadcrumb a {
  color: #fff;
}
.page_deproduit span.onsale_label {
  min-height: 3.236em;
  min-width: 3.236em;
  padding-left: 0.5rem;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 60px;
  left: 0;
  margin: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.page_deproduit div.product div.images .flex-control-thumbs {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_deproduit .flex-control-thumbs li:nth-child(1) {
  margin-left: auto !important;
}
.page_deproduit .flex-control-thumbs li:nth-last-child(-n + 3) {
  margin-right: auto !important;
}
.page_deproduit div.product p.price ins {
  text-decoration: none !important;
  color: var(--lemontext);
}
.page_deproduit .woocommerce-product-details__short-description {
  font-size: 18px;
  margin-top: 3rem;
  font-weight: 400;
}
.page_deproduit div.product p.price {
  color: #000;
  font-size: 40px;
  font-weight: 600;
}
.page_deproduit .quantity .qty {
  min-height: 37px;
}
.page_deproduit .posted_in a {
  background: var(--maincolor);
  padding: 0.3rem;
  color: #fff;
  border-radius: 0;
  border: solid 1px var(--maincolor);
}
.page_deproduit .posted_in a:hover {
  background: 0 0;
  color: var(--maincolor);
  border: solid 1px var(--maincolor);
}
.page_deproduit div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--lemon);
  z-index: 2;
  border-bottom-color: var(--lemon);
  color: #fff;
  border-radius: 0;
  border: 0;
}
.page_deproduit div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: 0;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.page_deproduit div.product .woocommerce-tabs ul.tabs li a {
  background-image: none;
}
.woocommerce div.product form.cart .variations {
  margin: 0;
}
.variations_button {
  margin-top: 1rem;
}
.page_deproduit .outofstock .button {
  width: auto;
  min-width: 360px;
  background-color: var(--maincolor) !important;
  color: #fff !important;
  font-weight: 300 !important;
  opacity: 1;
  border-radius: 0 !important;
  padding: 1rem 1rem !important;
  text-align: center;
}
.woocommerce div.product .woocommerce-variation-price span.price {
  font-weight: 800;
  color: var(--lemon);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background-color: var(--lemon);
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::before {
  border-color: #fff;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::after {
  background-color: #fff;
}
.page_deproduit .woocommerce-review-link {
  color: var(--maincolor);
}
.page_deproduit .woocommerce-tabs {
  padding: 2rem 0;
}
.woocommerce .woocommerce-product-rating .star-rating {
  color: var(--maincolor);
}
.single_add_to_cart_button {
  width: auto !important;
}
.section_affichage {
  padding: 200px 0;
  background-position: center;
  background-attachment: fixed;
}
.title_section {
  font-weight: 600;
  font-size: 90px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.title_product_section {
  font-weight: 600;
  text-align: center;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  color: #000;
}
.text_section {
  color: #fff;
  font-size: 18px;
  width: 600px;
}
.btn_section {
  background: #fff;
  padding: 1rem 5rem;
}
.page_deproduit .products .product img {
  max-height: inherit;
  min-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}
.page_deproduit div.product form.cart .button {
  background: var(--lemon) !important;
  padding: 1rem 0;
  width: 50% !important;
  border: solid 1px var(--lemon);
  min-height: 80px;
  text-transform: uppercase;
  border-radius: 3px;
}
.page_deproduit .quantity .qty {
  background: var(--lemon);
  border: solid 1px var(--lemon);
  min-height: 80px;
  border-radius: 3px 0 0 3px;
  margin: 0 !important;
  color: #fff;
}
.woocommerce .page_deproduit form.cart {
  margin-top: 3rem;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 1px 0 0;
}
.woocommerce .quantity .qty {
  width: 6rem;
  text-align: center;
}
.woocommerce_andromedesales .smallinfo {
  font-weight: 500;
}
.bandeau_freeshipping {
  font-size: 16px;
  text-align: center;
  margin: 2rem 0;
  background: var(--lemon);
  color: #fff;
  padding: 2rem;
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*='columns-'] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*='columns-'] li.product:nth-child(2n) {
    clear: none !important;
    margin: 0.2rem;
  }
  .order_review {
    padding: 0.5rem !important;
  }
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    width: 100% !important;
    margin: 2rem 0 !important;
  }
}
.woocommerce .star-rating::before {
  color: var(--lemon);
}
.woocommerce table.shop_attributes td {
  text-align: right;
  font-style: normal;
  font-size: 18px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.add_app_product {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 8px 0 20px 8px;
  margin-bottom: 2rem;
}
.add_app_product .bold {
  font-weight: 700;
}
.woocommerce table.shop_attributes {
  border-top: 0;
}
.woocommerce table.shop_attributes th {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.menu_topecommerce ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin: 0;
}
.woocommerce ul.products li.product .price del {
  opacity: 0.8;
}
.menu_topecommerce #menu-top-head {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.menu_topecommerce .menu-item {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.5rem 1rem;
}
@media (max-width: 870px) {
  .delivery_notice {
    font-size: 13px;
  }
  .menu_topecommerce {
    display: none !important;
  }
  .demo_carousel #header__centered {
    min-height: 300px !important;
  }
  .card-lg .card-body {
    padding: 2rem !important;
  }
  .page_deproduit .nombre_vendus {
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: inherit;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.products .product img {
  -o-object-fit: contain;
  object-fit: contain;
}
.products .product .minilogo {
  min-height: inherit !important;
}
body.bg-dark .products .product .price,
body.bg-dark .products .woocommerce-loop-product__title {
  color: #fff !important;
}
body.bg-dark .page_deproduit a,
body.bg-dark .page_deproduit div.product p.price {
  color: #fff !important;
}
.attachment-woocommerce_thumbnail {
  border-radius: 5px;
}
.flex-viewport,
.woocommerce-product-gallery__image:only-child {
  border: 8px solid var(--lemon) !important;
}
.continueshopping {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.page_deproduit .summary.entry-summary {
  padding: 1rem 2rem;
}
.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.promocode {
  border: solid 1px #ddd !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  background: var(--lemon);
  color: #fff;
  border-radius: 3px;
}
.clear_panier,
.update_cart {
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: inherit !important;
  color: #fff !important;
  background: var(--lemon);
  border: 1px solid var(--lemon) !important;
  padding: 1rem !important;
  border-radius: 3px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: 0 0;
}
.clear_panier:hover,
.update_cart:hover {
  border: 1px solid #000 !important;
}
.notice_click {
  margin-bottom: 1rem;
  font-size: 14px;
}
.clickncollectdanger {
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #a8af9a;
  line-height: 1.5;
  margin: 0 0 3.3rem;
  padding: 1.65rem 3.3rem 1.65rem calc(2 * 1.65rem + 32px);
  text-align: left;
}
.woocommerce-checkout #payment {
  background: 0 0;
}
#place_order {
  margin: 1rem 0;
}
.apply_coupon,
.checkout-button {
  background-color: var(--lemon) !important;
  border-radius: 4px !important;
  color: #fff !important;
  display: block !important;
  padding: 1.5rem !important;
  width: 100%;
}
.total_weight,
.variation-PoidsTotal {
  font-weight: 500;
  color: var(--lemon);
}
.offcanvas_cart .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.offcanvas_cart .variation-PoidsTotal p {
  margin: 0 2px;
}
.offcanvas_cart .variation-PoidsTotal {
  margin: 0;
}
.variation-PoidsTotal p {
  font-weight: 800;
  color: var(--lemon);
}
.cart_totals {
  background: rgba(0, 0, 0, 0.05);
  padding: 2rem;
  border-radius: 5px;
}
.single-product .related .minilogo {
  display: none !important;
}
.single-product .related .product img {
  position: relative;
  max-height: 450px !important;
  min-height: 450px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.products .product img {
  max-height: 360px !important;
  min-height: 360px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
#coupon_code {
  padding: 1rem;
  width: 100%;
  border: none;
  background: #ddd;
}
.form_register a,
.page-template-tmp-ecommercemin .product-name a,
.page_deproduit a,
.page_panier a {
  font-weight: 500;
  color: #000;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position-y: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, var(--lemon))
  );
  background-image: linear-gradient(transparent 50%, var(--lemon) 50%);
  background-size: auto 185%;
}
.form_register a:hover,
.page-template-tmp-ecommercemin .product-name a:hover,
.page_deproduit a:hover,
.page_panier a:hover {
  background-position-y: 100%;
  background-size: auto 200%;
  color: #fff;
}
.page_deproduit h3 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.3;
}
.page_panier .quantity .qty {
  background: #ddd;
  border: 0;
  padding: 1rem 0;
  width: 70px;
  text-align: center;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  display: none;
  opacity: 0;
}
.back_to_shop {
  color: #000;
  font-size: 25px;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
  text-decoration: none;
  font-weight: 400;
}
.back_to_cart {
  color: #000;
  font-size: 25px;
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 50px;
  text-decoration: none;
  font-weight: 400;
}
.title_order {
  font-size: 50px;
  margin: 0;
}
.order_review {
  background: rgba(0, 0, 0, 0.05);
  padding: 3rem;
}
.lost_password a {
  font-size: 18px;
}
.image_cart_app img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  width: 80px !important;
  height: 80px !important;
}
.mini_app_quantity {
  font-size: 12px;
  margin-top: 0.2rem;
}
p.woocommerce-mini-cart__total {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
p.woocommerce-mini-cart__total .woocommerce-Price-amount {
  margin-left: auto;
  font-size: 25px;
  font-weight: 500;
}
.woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-mini-cart__buttons {
  margin: 0;
}
.continue_shopping {
  cursor: pointer;
  width: 100% !important;
  background-color: var(--lemon) !important;
  border-color: var(--lemon) !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  color: #fff !important;
  padding: 1rem !important;
  margin: 0.5rem 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.woocommerce-mini-cart__buttons a {
  width: 100% !important;
  background-color: #000 !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  color: #fff !important;
  padding: 1rem !important;
  margin: 0.5rem 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.woocommerce-mini-cart__buttons .checkout {
  background-color: var(--lemon) !important;
}
.page_panier .remove:hover,
.remove_from_cart_button:hover {
  color: red !important;
  background: 0 0 !important;
}
.page_panier .remove,
.remove_from_cart_button {
  color: #000 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400 !important;
  background-image: none !important;
}
.offcanvas_cart .woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 0;
  border-left: none;
}
.page_account a {
  color: #000;
  text-decoration: none;
}
.page_account .account_navigation {
  display: inline-block;
}
.page_account .woocommerce-MyAccount-content,
.page_account .woocommerce-MyAccount-navigation {
  float: inherit !important;
  width: 100%;
}
.page_account .navigation_accountleft {
  background: var(--lemon);
  border-radius: 5px;
  padding: 2rem;
}
.page_account .navigation_accountleft a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.page_account .account_navigation {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
  margin-bottom: 0;
}
.page_account .woocommerce-MyAccount-content {
  background: #fff;
  padding: 2rem;
  min-height: 45vh;
  border-radius: 5px;
  color: #000;
}
.page_account .mark,
mark {
  background: #fff;
  font-weight: 600;
}
.woocommerce-OrderUpdates {
  padding: 0;
}
.woocommerce-OrderUpdates li {
  background: var(--lemonlight);
  color: #fff;
  padding: 2rem;
  border-radius: 5px;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.delivery_free {
  background: var(--lemon);
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.825rem 3.3rem;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--lemon) !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.5rem;
}
.woocommerce nav.woocommerce-pagination ul li .current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  color: #fff !important;
  background-color: var(--lemon) !important;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0 !important;
}
.product_top {
  position: relative;
  background-color: var(--lemon);
  background-size: cover !important;
  background-position: center !important;
  height: 15vh;
}
.store_top {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--lemon);
  height: 60vh;
}
.woocommerce .reset_variations {
  float: right;
}
.woocommerce .variations .value,
.woocommerce .variations label {
  padding: 1rem 1rem 1rem 0;
}
.woocommerce .variations label {
  font-weight: 800;
  color: var(--lemon);
  font-size: 18px;
  text-transform: capitalize;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 100%;
  margin-right: 0;
  border: 0;
  text-align: right;
  font-weight: 800;
  color: var(--lemon);
  font-size: 18px;
}
.woocommerce div.product :focus-visible {
  outline: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: solid 2px var(--lemon);
  border-radius: 3px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 0.2rem;
}
.relatedproductTile {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--lemontext);
}
.woocommerce div.product .product_title {
  font-weight: 700;
  color: var(--lemontext);
}
.woocommerce table.cart thead th {
  padding: 1.65rem 2.475rem 1.65rem 0;
  text-transform: uppercase;
  color: var(--lemontext);
}
.woocommerce table.shop_table td {
  border-top: 1px dashed #f0f0f0;
}
.woocommerce table.shop_table {
  border: 0;
}
.order-total td {
  font-size: 30px;
  text-align: right;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: #000000bd !important;
}
.swal2-container.swal2-center > .swal2-popup {
  border-radius: 0 !important;
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: var(--lemon) !important;
}
.godown {
  position: absolute;
  bottom: -22px;
  right: 25px;
  background: var(--lemon);
  z-index: 10;
  padding: 0.5rem;
}
.godown svg {
  stroke: #fff;
  height: 50px;
  -webkit-animation: MoveUpDown 1.3s linear infinite;
  animation: MoveUpDown 1.3s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
  width: 50px;
}
@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
.woocommerce-ordering select {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: var(--global--font-primary);
  font-size: 1rem;
  font-weight: var(--global--headings-font-weight);
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  padding: 0.825rem 1.2375rem;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
}
.woocommerce-ordering select option {
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce .wc-block-components-filter-reset-button {
  position: relative;
  top: -18px;
  left: -5px;
}
.wooAndroFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wooAndroFilter ul img {
  border-radius: 50%;
  border: 0;
  opacity: 1;
  -webkit-transition: ease-out 0.6s;
  transition: ease-out 0.6s;
}
.wooAndroFilter .wc-block-product-categories-list-item__image {
  border: 0;
}
.wooAndroFilter li {
  padding: 0.1rem;
  font-weight: 500;
}
.wooAndroFilter li a {
  color: var(--lemontext);
}
.wooAndroFilter li a:hover img {
  opacity: 0.6;
  -webkit-transition: ease-out 0.6s;
  transition: ease-out 0.6s;
}
.brand__group {
  list-style: none;
  margin: 0;
}
.brandfilterPic {
  width: 50px !important;
  height: 50px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}
.brand_title {
  font-weight: 800;
  margin: 0.5rem 0;
}
.add_tocartfixed a {
  color: #fff;
}
.add_tocartfixed {
  display: none;
}
@media (max-width: 844px) {
  .add_tocartfixed {
    display: block;
    position: fixed !important;
    z-index: 100;
    bottom: 0;
    background: var(--lemon);
    width: 100%;
    text-align: center;
    right: 0;
    padding: 1rem;
    margin: 0;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  margin: 0;
  margin-bottom: 3rem;
}
.woocommerce-review__author {
  font-weight: 800;
  color: #000;
}
.comment-notes,
.woocommerce-noreviews {
  text-align: center;
}
.comment-form-author label,
.comment-form-comment label,
.comment-form-email label {
  font-weight: 800;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.woocommerce #reply-title {
  font-weight: 800;
  color: #000;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
.comment-form-rating {
  font-weight: 800;
  color: #000;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #comments h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.comment-form-author,
.comment-form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nombre_vendus svg {
  stroke: #fff;
}
.nombre_vendus {
  background: var(--lemon);
  padding: 1rem 1rem;
  text-align: center;
  border-radius: 3px !important;
  width: 60%;
  color: #fff;
}
.stocks_rest {
  color: var(--lemonhover);
  font-weight: 600;
}
.brandsTags {
  margin-bottom: 1.5rem;
}
.skuref {
  font-weight: 600;
  color: var(--lemonhover);
  font-size: 14px;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 0.4s, -webkit-filter 0.4s;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.blur-up.loaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.newsletter_fields .send {
  background: rgb(34,34,34);
  padding: 0.2rem 1rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}

.btn_gotop {
  animation: 3s ease-in-out infinite movebtn;
  transition: 0.5s ease-in-out;
  visibility: hidden;
  border: 1px solid black;
  border-radius: 50%;
  color: black;
  height: 50px;
  width: 50px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 90px;
  right: 25px;
  background-color: white;
  z-index: 20;
  cursor: pointer;
}

.btn_gotop:hover {
  border: 1px solid var(--gold);
}

@-webkit-keyframes movebtn {
  0%,
  100%,
  50% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(20px);
  }

  75% {
    transform: translateY(-20px);
  }
}

@keyframes movebtn {
  0%,
  100%,
  50% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(20px);
  }

  75% {
    transform: translateY(-20px);
  }
}

.video_overlay:hover {
  background-color: rgb(0 0 0 / 30%)!important;
}

#content a {
  color: black;
  font-weight: 800;
}

.banner div.title-box {
  background-color: rgb(34 34 34 / 80%)!important;
}

.gallery_wrapper .bg-hover {
  background-color: rgb(34 34 34 / 78%)!important;
}

.home strong{
  color:black!important;
}

.titreLong {
  font-size: 14px;
}

.rt-wpls .slick-slide img {
  display: block;
  margin: auto;
  height: 200px;
  width: 200px;
  object-fit: contain;
  object-position: center;
}

.single-logo-container img {
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  min-width: 255px;
  min-height: 200px;
  max-height: 200px;
  object-fit: contain;
  padding: 1rem;
}

.logo-description{
  color: #696969;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-top: 5px;
}

.draggable{
  cursor: pointer;
}

.rt-wpls .slick-prev, 
.rt-wpls .slick-next {
  color: #ffffff;
  background: #772f2f;
  border-radius: 0%;
  -moz-border-radius: 0%;
  display:none!important;
  -webkit-border-radius: 0%;
}

.rt-wpls .slick-prev:before,
.rt-wpls .slick-next:before {
  font-family: initial;
  font-size:12px;
  font-weight:400;
}

.single-event .banner div.title-box{
  background: rgba(16, 33, 80, 0.76);
}

.single-event .footer_events,
.page-template-tmp-evenements .footer_events {
  color:#102150;
}

.page-template-tmp-evenements .bg_artist,
.page-template-tmp-evenements .afozic_slidecontent_bottom{
  background: rgb(16 33 80);
}

.single-event .btn_gotop,
.page-template-tmp-evenements .btn_gotop {
  border: 1px solid #000e35;
  color: #000e35;
}

.page-template-tmp-evenements .afozic_artist:hover .bg_artist{
  background: rgba(16, 33, 80, 0.76);
}

.single-event .newsletter_fields .send,
.page-template-tmp-evenements .newsletter_fields .send{
  background: #000e35;
}

.single-event .newsletter_fields label,
.page-template-tmp-evenements .newsletter_fields label{
  background: rgb(0 8 29 / 76%);
}

.single-event .footer_andromede,
.single-event .navbar,
.page-template-tmp-evenements .footer_andromede,
.page-template-tmp-evenements .navbar{
  background:#102150!important;
}

.single-event .bold-text,
.page-template-tmp-evenements .bold-text {
  color: #102150!important;
}