/*

/*
Theme Name: SmartMag Child Moe
Theme URI: https://smartmag.theme-sphere.com
Description: Thème enfant de SmartMag
Author: Blanc Olivier
Author URI: https://moekkoislove.moe/
Template: smart-mag
Version: 1.0
*/

/* Add custom CSS here */

/*SUMMARRY
*
*
*/

/****Font****/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

.font-effect-outline {
  text-shadow: 0 1px 1px #f65080, 0 -1px 1px #f65080, 1px 0 1px #f65080,
    -1px 0 1px #f65080 !important;
  color: #fff;
}


/****Root****/

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

/****variables****/
:root {
  /*font*/
  --main-font: "Montserrat", sans-serif;
  --title-font: "Montserrat", sans-serif;
  /*color*/
  --purple: #c8b6db;
  --pink: rgb(246, 80, 128, 0.85);
  --light-pink: rgb(236, 182, 215, 0.85);
  --white: rgb(234, 225, 227, 0.8);
  --black: black;
  --overlay-color: rgba(30, 31, 48, 0.80);
  /*color-hover*/
  --hover-pink: rgb(246, 80, 128);
  --hover-light-pink: rgb(236, 182, 215);
  --hover-white: rgb(234, 225, 227);
  /**Margin-Padding**/
  /*Margin*/
  --margin-xxs: 0.1rem;
  --margin-xs: 0.2rem;
  --margin-s: 0.4rem;
  --margin-m: 0.8rem;
  --margin-l: 1.6rem;
  --margin-xl: 2.4rem;
  --margin-xxl: 3.2rem;
  /*Padding*/
  --padding-xxs: 0.1rem;
  --padding-xs: 0.2rem;
  --padding-s: 0.4rem;
  --padding-m: 0.8rem;
  --padding-l: 1.6rem;
  --padding-xl: 2.4rem;
  --padding-xxl: 3.2rem;
}

::selection {
  background-color: #c8b6db !important;
  color: white !important;

}

::-webkit-selection {
  background-color: #c8b6db !important;
  color: white !important;
}


a:active {
  color: #655096 !important;
}

/**Background**/

.bg-white {
  background-color: var(--white);
}

.bg-pink {
  background-color: var(--hover-pink);
}



/****Text Format****/

/*body*/
body {
  font-family: var(--main-font) !important;
}

body {
  background-color: #655096 !important;
}

body a {
  color: var(--pink);
}

/**Title**/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font) !important;
  margin-top: var(--margin-m);
}

h5,
h6 {
  margin-bottom: 0%;
  margin-top: 0%;
}

h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 6.25rem;
}

a:hover {
  color: #c6b7d9 !important;
}


/* Personalized container*/
.moe-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}






.grid-mo>a {
  margin-left: auto;
  margin-right: auto;
}

.container-mo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 20px;
}

.row-mo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.container>h1 {
  margin-bottom: 4.063rem;
  margin-top: 4.063rem;
}

.container-sm>h1 {
  margin-bottom: 4.063rem;
  margin-top: 4.063rem;
}

.container-artwork {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/**p***/

.bg-pink {
  background-color: #ffeaf8;
}

/* item */

.arrow {
  content: url(assets/svg/arrow-right.svg);
}

/****Nav-Bar****/

.et_header_style_left .logo_container {
  position: absolute;
  height: 100%;
  width: 95%;
}

#mobile_menu_slide a {
  position: relative;
  text-decoration: none;
  font-size: 30px;
}

/* menu item nav bar  */
.at-about-fab__thumbnail::after {
  content: url(./assets/svg/love-letter.svg);
}

/* user account and collection  */
.user-ac {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.link-ac {
  font-size: 20px !important;
}

/*Logo*/

#logo {
  margin-left: 0%;
}

/*All pages except home page*/

.mobile_menu_bar:before {
  content: url(./assets/svg/menu.svg);
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before {
  content: url(./assets/svg/crossed_heart.svg) !important;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before {
  content: "\4d";
}

.personalize-div {
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
}

.home #main-header {
  box-shadow: none;
}

.et_header_style_fullscreen .et_slide_in_menu_container {
  padding-top: 70px;
  right: 0 !important;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  display: block !important;
  visibility: hidden;
  overflow-x: hidden;
  -webkit-transition: 1s ease-in-out, padding-top 0s;
  transition: 0.5s ease-in-out, padding-top 0s;
}

.nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
  color: #fff;
  overflow: hidden;
  letter-spacing: 3px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}

.nav__list-item a {
  height: 30px;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav__list-item a:after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  margin-top: 3px;
  background-color: var(--hover-pink);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav__list-item a:hover:after {
  height: 12px;
  opacity: 0.7;
  position: absolute;
  z-index: -1;
}

.nav__list-item a:hover {
  color: rgb(255, 255, 255);
}

.nav__list-item.active-nav a {
  color: rgba(255, 255, 255, 1);
}





#et-footer-nav ul {
  margin-bottom: 0px;
}

.containt-f {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.containt-f>a:hover {
  color: var(--hover-white);
}

.text-footer {
  color: var(--hover-white);
  margin-bottom: 0px;
  text-decoration: none;
}

@media (min-width: 1400px) {
  .container-p {
    max-width: 100% !important;
  }
}

/**pagination **/

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #bcaed5 !important;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: #bcaed5 !important;
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: #bcaed5 !important;
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #bcaed5 !important;
  --bs-pagination-active-border-color: #bcaed5 !important;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.container-pag {
  margin-bottom: 50px;
}

/**Button**/

/* button favoris  */
.simplefavorite-button {
  width: 100%;
  padding: 0.4rem;
  font-size: 15px;
  border-radius: 3px;
  color: black !important;
  text-align: center;
  background-color: #c8b6db;
  margin-bottom: 0;
  border: none;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 0.8rem;
  z-index: 3;
}


.button {
  display: inline-flex;
  letter-spacing: 0.2px;
  align-items: center;
}

.btn_return {
  height: 20px;
  width: 40px;
  border: 1px solid;
  border-color: white;
  padding: 0.4rem;
  border-radius: 3px;
  color: black !important;
  text-align: center;
  background-color: #c8b6db;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 0.8rem;
  background-image: url(assets/svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;

}

.btn_return:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  background-color: #c8b6db;
}

.btn-second:hover {
  color: var(--pink);
  background-color: var(--hover-white);
  transition: all 0.3s ease;
}

.btn_close_m {
  margin-left: auto;
  margin-right: auto;
  padding: 0.4rem;
  font-size: 20px;
  height: 43px;
  border-radius: 3px;
  color: whitesmoke;
  text-align: center;
  background-color: #c8b6db;
  margin-bottom: 0;
  text-decoration: none;
}

.btn_close_m:hover {
  color: #f65080;
}

/**Footer Insta**/
.sbi_follow_btn {
  margin-bottom: 0.3 rem;
}

/**Cards personalized For archive goodies**/






/* heart collection */

.container-img>.simplefavorite-button,
.trading-card>.simplefavorite-button {
  width: 20px;
  height: 20px;
  background-image: url("./assets/svg/purple_heart-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999em;
  position: absolute;
  right: 1%;
  top: 1%;
}

.container-img>.simplefavorite-button.active,
.trading-card>.simplefavorite-button.active {
  width: 20px;
  height: 20px;
  background-image: url("./assets/svg/purple_heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1%;
  top: 1%;
}








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

  .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
    right: 25px;
    top: 35px;
  }

  .container-staff,
  .container-artwork {
    max-width: 720px;

  }


  /* CARD */
  .cardSGoodies {
    height: 21.25rem;
    width: 95%;
    min-width: 95%;
  }

  .cardSGoodies__main {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  .cardSGoodies_img {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* contact */

  .contact-container {
    position: relative;
  }


  .contat__form {
    display: flex;
    flex-direction: row;
  }



  .wpcf7-response-output {
    color: #ccd7e1 !important;
  }

  .contact-container>img {}
}

@media screen and (min-width: 992px) {

  /* container */
  .container-staff,
  .container-artwork {
    max-width: 960px;
    justify-content: center;
  }

  /* Container card  */




  .cardSGoodies {
    height: 21.25rem;
  }

  .cardSGoodies_img {
    width: 240px;
    height: 240px;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* contact */



}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
    right: 25px !important;
    top: 35px !important;
  }

  .container-staff,
  .container-artwork {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }





  .contact-container>img {}




}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {




  .contact-container>img {}



}



/* media 1000 1199 */
@media screen and (min-width: 1200px) {

  /*Menu over*/
  .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
    right: 10px;
    top: 39px;
  }

  /* container */
  .container-staff,
  .container-artwork {
    max-width: 1140px;

  }

  /* Btn */
  .simplefavorite-button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Container card  */




  /* card */
  .cardSGoodies {
    display: flex;
    width: 95%;
    min-width: 95%;
    height: 660px;
    background-color: #c8b6db;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #f9cdcc;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cardSGoodies_body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-color: white;
    padding: 0.5rem;
    border-radius: 1.875rem;
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    -ms-border-radius: 1.875rem;
    -o-border-radius: 1.875rem;
  }

  .cardSGoodies__main {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  .cardSGoodies_img {
    width: 500px;
    height: 500px;
  }

  .cardSGoodies__infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: calc(.25rem - 1px);
    width: 358.594px;
    height: 358.594px;
    padding-bottom: 15px;
  }



  .cardSGoodies_info {
    font-size: 20px;
  }

  .cardSGoodies_info2,
  .cardSGoodies_artist {
    font-size: 15px;
    margin-bottom: 0px !important;
  }

  .cardSGoodies__g {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  /* contact */




}



@media (min-width: 1201px) {}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 1401px) {

  /*Menu over*/
  .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
    right: 25px;
    top: 35px;
  }

  .cardSGoodies {
    display: flex;
    width: 1200px;
    min-width: 1200px;
    height: 660px;
    background-color: #c8b6db;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #f9cdcc;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* contact */




  .page-id-269 .wpcf7-form-control .wpcf7-submit .has-spinner .btn-form .btn-s {
    padding: 0px;
  }


}

/**Main container**/

.p-div {
  position: relative;
}

.p-div>a {
  text-transform: uppercase;
}

.ve-texte2 {
  display: none;
  bottom: 7px;
  left: 50px;
  position: absolute;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: white;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: bolder;
}

.card-goodies {
  display: flex;
  width: 1200px;
  min-width: 1200px;
  height: 660px;
  background-color: #c8b6db;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #f9cdcc;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

/**Body of card**/
.card-goodies-body {
  width: 1180px;
  height: 640px;
  background-color: #fff;
  margin: auto;
  border-radius: 33px;
}

.card-goodies-main {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

/**Img for single goodies**/
.card-goodies-img {
  width: 500px;
  height: 500px;
}

/**Parts info in single goodies**/

.card-info {
  width: 500px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.card-info>.title-croop {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4rem;
  height: 37px;
}

.card-info p:not(.has-background):last-of-type {
  padding-bottom: 0.4rem;
}

/**title infos**/


.info-container p {
  margin-bottom: 0;
}

.info-container-u p {
  margin-bottom: 0;
}

.info {
  text-transform: uppercase;
  color: black;
  padding-bottom: 0rem !important;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}

/**content info**/
.info-2 {
  color: #6a6074;
}

.info-2>a {
  text-decoration: none;
  color: #6a6074;
}

.info-a {
  display: flex;
  flex-direction: row;

  flex-wrap: wrap;

}

.info-a>p {
  color: #6a6074;
  padding-bottom: 0px;
}

.info-footer,
.btn-collection {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4rem;
  font-size: 20px;
  height: 43px;
  border-radius: 3px;
  color: whitesmoke;
  text-align: center;
  background-color: #c8b6db;
  margin-bottom: 0;
}

/**icon Ultimate**/
.check-u {
  width: 150px;
  height: 36.98px;
  background-image: url("./assets/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center left 136.4px;
}

/**Menu Sociale**/
.social-ul {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  gap: 0.5rem;
  padding-top: 1rem;
  justify-content: center;
}

.insta-header::before {
  content: url(assets/svg/instagram-head.svg);
}

.x-header {
  content: url(assets/svg/twitter-head.svg);
}

.discord-header {
  content: url(assets/svg/discord-head.svg);
}


/**Link SN**/




.ul-sn {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  gap: 0.5rem;
  padding-top: 1rem;
  justify-content: center;
}

.link-sta {
  text-decoration: none;
}

.link-twitter::before {
  content: url(assets/svg/twitter.svg);
}

.link-instagram::before {
  content: url(assets/svg/instagram-logo.svg);
}



.img-wrap {
  width: 100%;

}

.title-s {
  font-size: 24px;
}

/*MAIN PAGE*/

/**background for main page  **/

.main-title {
  font-size: 2rem;
}


.page-id-511 #et-footer-nav {
  background-color: transparent;
}

/*For the title of the main page */

.dsm-typing-effect>span {
  font-size: 75px !important;
}



/**overlay**/
.container2 {
  position: relative;
}

/**Img in overlay**/
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #ffeaf8;
}

.container2:hover .overlay {
  opacity: 0.75;
}

.overlay-content {
  color: rgb(0, 0, 0);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.zoom-overlay {
  background-color: #000000;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 22px 50px -3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}



.zoom-overlay>.fa-solid {
  margin-left: auto;
  margin-right: auto;
}

/*modal*/
.modal {
  margin-top: 100px;
}

.modal-body {
  padding: 0px !important;
}

/**MY Account**/

.container-acc {
  display: flex;
  align-items: center;
  width: 600px;
  min-width: 600px;
  height: 790px;
  background-color: #c8b6db;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #f9cdcc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.card-acc {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 580px;
  height: 760px;
  background-color: #fff;
  margin: auto;
  border-radius: 30px;
  background-image: url(./images/grid.png);
}

.card-acc>div {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-acc>div>img {
  margin-bottom: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.card-acc>div>h1 {
  font-size: 40px !important;
  color: #f65080;
  font-weight: bold;
  text-align: start;
}



.card-acc-info {
  width: 580px;
  height: 350px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-acc-info>.info-container {
  column-gap: 10px;
}

.card-info-badge {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.tittle-acc {
  background-color: #c8b6db;
  padding: 0.625rem 0.625rem 0.625rem 0;
  width: 100%;
  border-radius: 0.313rem;
  margin-bottom: 21px;
}

@media (max-width: 600px) {
  .container-acc {
    width: 95%;
    height: auto;
    min-width: 0;
    padding: 10px;
  }

  .card-acc_user {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .card-acc>div>h1 {
    text-align: center;
  }

  .card-acc {
    width: 95%;
    height: auto;
  }





}

*/ .title-coll {
  background-color: #f65080;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.title-coll>h1 {
  font-size: 36px !important;
  margin-bottom: 0px;
  padding: 5px;
  color: white;
}

.title-coll>h2 {
  font-size: 36px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 5px;
  color: white;
}

.title-coll>h1:nth-child(1) {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: #f65080;
  text-transform: uppercase;
}

.title-coll>h2:nth-child(2n) {
  opacity: 25%;
}

.title-coll>h2:nth-child(2n + 1) {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: #f65080;
}

.card-collection {
  background-color: #c8b6db;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #f9cdcc;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.063rem;
  margin-top: 4.063rem;
  width: 1500px;
}

/**body card collection**/
.card-c-body {
  background-color: #fff;
  margin: auto;
  border-radius: 30px;
  margin: 16px;
}

/**header card collection**/
.card-c-header {
  background-color: #c8b6db;
  width: auto;
  height: 80px;
  background-image: url(./images/code-m-1.png);
  background-repeat: no-repeat;
  background-position: right 0% bottom 60%;
}

.card-c-header>p {
  padding: 12px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  color: white;
  text-align: center;
  box-sizing: border-box;
  font-size: 30px;
}

.favorites-list {
  text-align: center;
  border-radius: 30px;
}

.item-link {
  text-decoration: none;
}

.item-link:hover {
  color: var(--pink);
}


/****404***/



body.error404 .main-wrap {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.error404 .page-wrapper {
  display: flex;
  flex: 1;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

body.error404 .container-404 {
  display: flex;
  justify-content: center;
  font-size: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.container-404>div>p {
  margin: 0px;
}

.container-404>div>a {
  color: #f65080d9;
}

.container-404>div>a:hover {
  color: white !important;
}

body.error404 .img_404-mobile {
  display: block;
}

body.error404 .img_404-desktop {
  display: none;
}


body.error404 .container-404>div,
body.error404 .container-404>div>h1 {
  color: white;
}




@media screen and (min-width: 992px) {
  body.error404 .img_404-mobile {
    width: 500px;
  }

  body.error404 .container-404 {
    font-size: 30px;
  }
}


@media (min-width: 1024px) and (max-width: 1440px) {

  body.error404 .img_404-mobile {
    display: none;
  }

  body.error404 .img_404-desktop {
    display: block;
    max-width: 250px;
  }
}

@media (min-width: 1441px) {

  body.error404 .img_404-mobile {
    display: none;
  }

  body.error404 .container-404 {
    display: flex;
    justify-content: center;
    font-size: 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.error404 .img_404-desktop {
    display: block;
    max-width: 400px;
  }
}

/* swipper */

.mySwiperMoe {
  width: 100%;
  height: 300px;
}

.swiper {
  width: 100%;
  height: 100%;
}

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

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/***New CSS for smart ***/

/*HEADER*/

.main-navigation__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;

}

.home .main-navigation__top {
  position: relative;
  z-index: 99;
}

#logo-moe {
  max-width: 200px;
  height: auto;
}

.main-navigation__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;

}

.overlay_none {
  display: none;
}

.overlay-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
}


.menu {
  text-align: center;
}

.menu-item {
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
  color: #fff;
  overflow: hidden;
  letter-spacing: 3px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-item a {
  overflow: hidden;
  position: relative;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.menu-item a:hover {
  color: #ffffff;
}

.menu-item a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  background-color: var(--hover-pink);
  z-index: -1 !important;
  -webkit-transition: transform 300ms linear, opacity 300ms linear;
  transition: transform 300ms linear, opacity 300ms linear;
}

.menu-item a:hover:after {
  transform: scaleY(1);
  margin-top: 3px;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.all__menu {
  position: relative;
  width: 40px;
  height: 38px;
}

.moe-menu {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
}

.moe-menu:hover {
  background-color: transparent;
  box-shadow: none;
}

.hidden-button {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}

.close_menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
}

/* link header social media */
.social-ul {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
}

.social-ul>li>p {
  margin: 0px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

/*FOOTER*/

/**Footer**/
footer {
  z-index: 2;
}

#main-footer {
  background-color: var(--black);
  padding-left: 30px;
  padding-right: 30px;
}

.home #main-footer {
  position: relative;
  z-index: 2;
}

.page-id-511 #main-footer {
  background-color: transparent;
}

.text-footer {
  margin-bottom: 0px;
}







/*home page */



.page-id-511 #main-footer {
  position: absolute;
  bottom: 0px;
}

.page-id-511 .elementor-video {
  height: 100vh !important;
}

@media screen and (max-width: 375px) {
  .menu-item a {
    font-size: 20px;
  }
}

body:not(.home) .main-navigation {
  background-color: white;
}

input[type=submit] {
  color: #808094 !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: white !important;
}

input[type=submit]:hover {
  color: white !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: #bcaed5 !important;
}

@media (max-width: 359px) {
  .btn-radio {
    flex-direction: column;
  }

  .btn-radio>p {
    width: 100%;
  }
}


.grecaptcha-badge {
  opacity: 0.1;

}

.grecaptcha-badge:hover {
  opacity: 0.1;
}