@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap");
@font-face {
  font-family: "Bardon";
  src: url("../fonts/Bardon-Demo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
header {
  background-color: #fff !important;
  position: sticky;
  top: 0;
  z-index: 9999;
}
header.shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
header.f-height {
  height: 100vh;
  background-color: #FDFBEE !important;
}
header.f-height .navbar {
  background-color: #FDFBEE !important;
}
header .navbar {
  background-color: #fff !important;
}
header .navbar ul li a {
  font-family: "Work Sans", Tahoma;
  font-weight: 400;
  font-size: 18px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
header .navbar ul li a.current {
  position: relative;
}
header .navbar ul li a.current:after {
  content: "";
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 16px - 16px);
  background-color: #C92E26;
  position: absolute;
  height: 2px;
}
@media (max-width: 991px) {
  header .navbar ul li a.current:after {
    display: none;
  }
}
header .navbar ul li a.cart {
  position: relative;
  padding: 5px;
}
header .navbar ul li a.cart span:not(.cart-label) {
  position: absolute;
  bottom: 4px;
  right: 16px;
  background: #C92E26;
  width: 8Px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
header .navbar ul li a.cart .cart-label {
  display: none;
}
@media (max-width: 991px) {
  header .navbar ul li a.cart .cart-label {
    display: block;
  }
}
@media (max-width: 991px) {
  header .navbar ul li a.cart {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
header .navbar .top-right-menu-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
header .navbar .top-right-menu-mobile .cart-count {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #C92E26;
  width: 8Px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
header .navbar .top-right-menu-mobile a {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  header .navbar .top-right-menu-mobile {
    display: flex;
  }
}
header .navbar .navbar-toggler {
  border: none;
  height: 17.5px;
  padding: 0;
  display: none;
  flex-direction: column-reverse;
  justify-content: space-between;
  box-shadow: none;
}
header .navbar .navbar-toggler span {
  height: 2.5px;
  width: 22.5px;
  display: block;
  background: #1E1E1E;
  transition: all 0.3s ease;
}
header .navbar .navbar-toggler.open span:nth-child(1) {
  transform: rotate(45deg) translate(-5px, -5px);
}
header .navbar .navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}
header .navbar .navbar-toggler.open span:nth-child(3) {
  transform: rotate(-45deg) translate(-6px, 5px);
}
@media (max-width: 991px) {
  header .navbar .navbar-toggler {
    display: flex;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse {
    padding-top: 38px;
  }
  header .navbar .navbar-collapse .nav-item .nav-link {
    text-align: center;
    font-family: "Bardon", "Trebuchet MS";
    margin-bottom: 40px;
    font-size: 20px;
    color: #1E1E1E;
  }
  header .navbar .navbar-collapse .nav-item .nav-link img {
    width: 32px;
    height: 32px;
  }
}

footer {
  background-color: #1E1E1E;
  padding-top: 19px;
  padding-bottom: 41px;
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 38px;
}
footer .footer-logo img {
  max-width: 100px;
  object-fit: cover;
}
footer .links-column .column-title {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  margin-bottom: 9px;
}
footer .links-column ul {
  list-style: none;
  padding: 0;
}
footer .links-column ul li {
  min-height: 40px;
}
footer .links-column ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footer-contact {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-contact {
    padding-bottom: 40px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
  }
  footer .footer-contact .widget_block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 244px;
  }
}
footer .footer-contact h4 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 9px;
}
footer .footer-contact p {
  color: #fff;
  margin-bottom: 16px;
}
footer .footer-contact a,
footer .footer-contact button {
  padding: 10px 19px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  color: #1E1E1E;
  background: #fff;
  text-decoration: none;
}
footer .footer-contact a:hover,
footer .footer-contact button:hover {
  opacity: 0.8;
}
footer .footer-bottom .legal-links .language {
  position: relative;
  color: #fff;
  padding-left: 32px;
  padding-right: 30px;
  margin-right: 30px;
}
footer .footer-bottom .legal-links .language:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../assets/icons/earth.svg");
  width: 24px;
  height: 24px;
}
footer .footer-bottom .legal-links .language:after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-bottom .legal-links ul {
  display: inline-flex;
  gap: 30px;
  margin-bottom: 0;
}
footer .footer-bottom .legal-links ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .footer-bottom .legal-links {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-bottom .legal-links .language {
    margin: 0;
    margin-bottom: 20px;
    display: inline-block;
  }
  footer .footer-bottom .legal-links .language::after {
    display: none;
  }
  footer .footer-bottom .legal-links ul {
    display: block;
    padding: 0;
  }
  footer .footer-bottom .legal-links ul li {
    margin-bottom: 20px;
  }
  footer .footer-bottom .legal-links ul li a {
    font-size: 18px;
  }
}
footer .footer-bottom .payment-methods {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-bottom .payment-methods {
    text-align: center;
    margin-top: 41px;
  }
}
footer .footer-bottom .copyright {
  color: #fff;
  margin-bottom: 0;
  margin-top: 26px;
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-bottom .copyright {
    text-align: center;
    margin-top: 10px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #C92E26;
  border-color: #C92E26;
}

.sound-button-group {
  cursor: pointer;
  max-width: 137px;
}
.sound-button-group .button-label.title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sound-button-group.loading {
  margin: auto 0;
  max-width: 50px;
  max-height: 50px;
  margin-left: 43.5px;
  margin-right: 43.5px;
}

body:not(.wp-admin) {
  font-family: "Work Sans", Tahoma !important;
  font-size: 18px !important;
  transition: 0.3s all;
  color: #1E1E1E !important;
}
body:not(.wp-admin) select,
body:not(.wp-admin) textarea,
body:not(.wp-admin) input[type=text],
body:not(.wp-admin) input[type=email],
body:not(.wp-admin) input[type=tel] {
  padding: 10.25px 22px !important;
  border: unset !important;
  font-size: 17px;
  border-radius: 5px !important;
  box-shadow: 0 0 0 2px #1E1E1E !important;
  border-bottom: 1px solid transparent !important;
}
body:not(.wp-admin) select::placeholder,
body:not(.wp-admin) textarea::placeholder,
body:not(.wp-admin) input[type=text]::placeholder,
body:not(.wp-admin) input[type=email]::placeholder,
body:not(.wp-admin) input[type=tel]::placeholder {
  color: #BDBDBD !important;
}
body:not(.wp-admin) select:focus-visible, body:not(.wp-admin) select:focus,
body:not(.wp-admin) textarea:focus-visible,
body:not(.wp-admin) textarea:focus,
body:not(.wp-admin) input[type=text]:focus-visible,
body:not(.wp-admin) input[type=text]:focus,
body:not(.wp-admin) input[type=email]:focus-visible,
body:not(.wp-admin) input[type=email]:focus,
body:not(.wp-admin) input[type=tel]:focus-visible,
body:not(.wp-admin) input[type=tel]:focus {
  outline: none;
}
body:not(.wp-admin) select:focus,
body:not(.wp-admin) textarea:focus,
body:not(.wp-admin) input[type=text]:focus,
body:not(.wp-admin) input[type=email]:focus,
body:not(.wp-admin) input[type=tel]:focus {
  border-bottom: 1px solid #1E1E1E !important;
}
body:not(.wp-admin) select:hover,
body:not(.wp-admin) textarea:hover,
body:not(.wp-admin) input[type=text]:hover,
body:not(.wp-admin) input[type=email]:hover,
body:not(.wp-admin) input[type=tel]:hover {
  background-color: #FDFBEE;
}
body:not(.wp-admin) .select2-container .select2-dropdown, body:not(.wp-admin) .select2-container .select2-selection {
  border: 2px solid #1E1E1E !important;
  font-size: 17px;
  border-radius: 5px !important;
}
body:not(.wp-admin) .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 22px !important;
}
body:not(.wp-admin) a {
  transition: 0.3s all;
}
body:not(.wp-admin) h1,
body:not(.wp-admin) .section-title {
  font-family: "Bardon", "Trebuchet MS";
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  line-height: normal;
}
@media (max-width: 768px) {
  body:not(.wp-admin) h1,
  body:not(.wp-admin) .section-title {
    font-size: 16px;
  }
}
body:not(.wp-admin) input[type=checkbox]:not(:checked),
body:not(.wp-admin) input[type=radio]:not(:checked) {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}
body:not(.wp-admin) input[type=checkbox]:checked,
body:not(.wp-admin) input[type=radio]:checked {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body:not(.wp-admin) input[type=checkbox] {
  -webkit-box-shadow: 0px 0px 0px 2px #1E1E1E;
  -moz-box-shadow: 0px 0px 0px 2px #1E1E1E;
  box-shadow: 0px 0px 0px 2px #1E1E1E;
  width: 20px;
  height: 20px;
  padding: 0;
  min-width: 20px;
  accent-color: #1E1E1E;
  border-radius: 5px;
}

.add_to_cart_button,
.wpcf7-submit,
.buzzer-default-btn {
  font-family: "Work Sans", Tahoma;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 13px 20px;
  background-color: #C92E26;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s all;
  display: inline-block;
}
.add_to_cart_button:hover,
.wpcf7-submit:hover,
.buzzer-default-btn:hover {
  background-color: #8c1e14;
}

.wpcf7-submit {
  border: none;
  text-transform: none;
}

.check-link a {
  font-size: 18px;
  line-height: 21px;
  color: #1E1E1E;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.check-link a:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C92E26;
  left: 0;
}
.check-link a:hover {
  background-color: #1E1E1E;
  color: white;
}

.body:not(.wp-admin) .page-title {
  font-family: "Bardon", "Trebuchet MS";
  font-size: 24px;
  margin-bottom: 26px;
}
.body:not(.wp-admin) .page-title.left {
  text-align: left;
}

.product-card {
  background: #ffffff;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}
@media (max-width: 768px) {
  .product-card {
    margin-bottom: 30px;
  }
}
.product-card:hover .image-container .product-image {
  transform: scale(1.1);
}
.product-card:hover .product-details .product-title {
  text-decoration: underline;
}
.product-card .image-container {
  width: 100%;
  height: 180px;
  position: relative;
  background-color: #F8F8F8;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-card .image-container .product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.3s all;
}
.product-card .product-details {
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card .product-details .product-title {
  font-family: "Work Sans", Tahoma;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #1E1E1E;
  margin: 0;
  text-align: left;
}
.product-card .product-details .text-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.product-card .product-details .text-price del {
  font-family: "Work Sans", Tahoma;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #7A7A7A;
  text-decoration: line-through;
}
.product-card .product-details .text-price ins {
  text-decoration: none;
  margin-right: 10px;
}
.product-card .product-details .text-price ins .woocommerce-Price-amount bdi {
  font-family: "Work Sans", Tahoma;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #1E1E1E;
  text-decoration: none;
}

@media (max-width: 768px) {
  .wp-block-lazyblock-idees-de-bruitage .sound-button-group:nth-child(n+5) {
    display: none;
  }
}

.sound-button-group.loading {
  border: 8px solid #f3f3f3; /* Light gray */
  border-top: 8px solid #C92E26; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
.sound-button-group.loading > * {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .sound-button-group {
    flex: 0 0 40%;
  }
}
.sound-button-group .sound-button {
  width: 116px;
  height: 116px;
  object-fit: cover;
}
.sound-button-group .button-label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-top: 8px;
  min-height: 43px;
  transition: 0.3s all;
}
.sound-button-group .button-label.button-label-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sound-button-group .use-it-button {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  background: #C92E26;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
}
.sound-button-group.show-use-it-btn .button-label {
  opacity: 0;
}
.sound-button-group.show-use-it-btn .button-label.button-label-2 {
  opacity: 1;
}

.woocommerce-order-received .wp-block-lazyblock-section-au-dessus-du-footer,
.single-product .wp-block-lazyblock-section-au-dessus-du-footer,
.error404 .wp-block-lazyblock-section-au-dessus-du-footer,
.page-template-template-contact .wp-block-lazyblock-section-au-dessus-du-footer {
  display: none;
}

.max-875 {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-default h1 {
  text-align: left !important;
}

.woocommerce-billing-fields__field-wrapper > p.woocommerce-invalid-required-field input {
  box-shadow: 0 0 0 2px #C92E26 !important;
}
.woocommerce-billing-fields__field-wrapper > p.woocommerce-invalid-required-field input:focus {
  border-color: #C92E26 !important;
}
.woocommerce-billing-fields__field-wrapper > p.woocommerce-invalid-required-field label {
  color: #C92E26;
}
.woocommerce-billing-fields__field-wrapper > p.woocommerce-invalid-required-field .select2-selection {
  border-color: #C92E26 !important;
}
.woocommerce-billing-fields__field-wrapper > p.woocommerce-invalid-required-field .select2-selection .select2-selection__arrow b {
  border-color: #C92E26 transparent transparent transparent;
}
.woocommerce-billing-fields__field-wrapper > p label {
  display: block;
  margin-bottom: 5px;
}
.woocommerce-billing-fields__field-wrapper > p input {
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper > p .select2-selection {
  height: 51px;
}
.woocommerce-billing-fields__field-wrapper > p .select2-selection .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-billing-fields__field-wrapper > p .select2-selection .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 14px;
}
.woocommerce-billing-fields__field-wrapper > p .select2-selection .select2-selection__arrow b {
  border-color: #1E1E1E transparent transparent transparent;
}

/* WooCommerce checkout loader */
.woocommerce .blockUI.blockOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 9999;
}

.woocommerce .blockUI.blockOverlay::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border: 4px solid #ededed;
  border-top-color: #0071a1; /* WooCommerce default blue */
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**************** Block Hero ****************/
.hero-section {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #FDFBEE;
}
.hero-section .hero-content {
  padding: 86px 20px 118px;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero-section .hero-content {
    padding-bottom: 80px;
    padding-top: 48px;
  }
}
.hero-section .hero-content h1 {
  font-family: "Bardon", "Trebuchet MS";
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hero-section .hero-content h1 {
    font-size: 22px;
  }
}
.hero-section .hero-content .hero-decorations {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hero-section .hero-content .decoration {
  position: absolute;
  z-index: 1;
}
.hero-section .hero-content .decoration.decoration-top-left {
  top: 5%;
  left: 15%;
  width: 60px;
  height: 39px;
  transform: rotate(-24.46deg);
}
@media (max-width: 768px) {
  .hero-section .hero-content .decoration.decoration-top-left {
    display: none;
  }
}
.hero-section .hero-content .decoration.decoration-top-right {
  top: 5%;
  right: 15%;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .hero-section .hero-content .decoration.decoration-top-right {
    right: 16.34px;
    top: 18px;
  }
}
.hero-section .hero-content .decoration.decoration-bottom-left {
  bottom: 5%;
  left: 10%;
  width: 121px;
  height: 109px;
}
@media (max-width: 768px) {
  .hero-section .hero-content .decoration.decoration-bottom-left {
    max-width: 56.61px;
    left: 13px;
    bottom: 19px;
  }
}
.hero-section .hero-content .decoration.decoration-bottom-right {
  bottom: 5%;
  right: 10%;
  width: 71px;
  height: 79px;
  transform: matrix(-1, -0.05, -0.05, 1, 0, 0);
}
@media (max-width: 768px) {
  .hero-section .hero-content .decoration.decoration-bottom-right {
    right: 10.61px;
    bottom: 55.32px;
    max-width: 40.19px;
  }
}
.hero-section .hero-content .hero-description {
  font-family: "Work Sans", Tahoma;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #1E1E1E;
  max-width: 520px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.hero-section .hero-footer {
  padding-top: 29px;
  background-color: #fff;
}
.hero-section .hero-footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin: 0;
}
@media (max-width: 768px) {
  .hero-section .hero-footer ul {
    gap: 20px;
  }
  .hero-section .hero-footer ul li span {
    font-size: 14px;
  }
  .hero-section .hero-footer ul li span img {
    max-width: 20px;
  }
}
.hero-section .hero-footer ul img {
  margin-right: 2px;
}

/**************** Block Sound ideas ****************/
.sound-ideas-block .block-title {
  font-family: "Bardon", sans-serif;
  font-size: 24px;
  line-height: 45px;
  color: #1E1E1E;
}
.sound-ideas-block .gap {
  column-gap: 40px;
}
.sound-ideas-block .check-link a:hover {
  background-color: #C92E26;
  color: #fff;
}

/**************** Block featured products ****************/
.products-section {
  background-color: #FDFBEE;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .products-section {
    padding: 38px 20px 59px;
  }
}
.products-section .header {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .products-section .header {
    margin-bottom: 12px;
  }
}
.products-section .header .logo {
  width: 132.21px;
  height: auto;
}
.products-section .header .description {
  margin-top: 20px;
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
}
.products-section .header .decoration {
  position: absolute;
  bottom: calc(100% - 24px);
  right: calc(100% - 28px);
  width: 95px;
  height: 95px;
}
@media (max-width: 991px) {
  .products-section .header .decoration {
    display: none;
  }
}
.products-section .product-grid .product-card {
  background: #ffffff;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .products-section .product-grid .product-card {
    margin-bottom: 30px;
  }
}
.products-section .product-grid .product-card .image-container {
  width: 100%;
  height: 180px;
  position: relative;
  background-color: #F8F8F8;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.products-section .product-grid .product-card .image-container .product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.products-section .product-grid .product-card .product-details {
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products-section .product-grid .product-card .product-details .product-title {
  font-family: "Work Sans", Tahoma;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #1E1E1E;
  margin: 0;
  text-align: left;
}
.products-section .product-grid .product-card .product-details .prices {
  display: flex;
  align-items: center;
  gap: 10px;
}
.products-section .product-grid .product-card .product-details .prices .current-price {
  font-family: "Work Sans", Tahoma;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #1E1E1E;
}
.products-section .product-grid .product-card .product-details .prices .old-price {
  font-family: "Work Sans", Tahoma;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #7A7A7A;
  text-decoration: line-through;
}

/**************** Block features ****************/
.features-section .row .col-lg-8 .row .feature-image img {
  max-width: 100%;
}
.features-section .row .col-lg-8 .row .feature-title {
  font-family: Bardon;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .features-section .row .col-lg-8 .row .feature-title {
    margin-top: 20px;
  }
}

/**************** Block explore more ideas ****************/
.explore-ideas {
  overflow-x: hidden;
}
.explore-ideas .section-title {
  font-family: "Bardon", "Trebuchet MS";
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  line-height: normal;
}
@media (max-width: 768px) {
  .explore-ideas .swiper-slide {
    width: 80%;
  }
}
.explore-ideas .swiper-slide .idea-card {
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.explore-ideas .swiper-slide .idea-card img {
  height: 155px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s all;
}
.explore-ideas .swiper-slide .idea-card .idea-body {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  background: #fff8cc;
  text-align: left;
  transition: 0.3s all;
}
.explore-ideas .swiper-slide .idea-card .idea-body .idea-title {
  color: #C92E26;
  font-family: "Bardon", "Trebuchet MS";
  font-size: 16px;
  margin-bottom: 10px;
}
.explore-ideas .swiper-slide .idea-card .idea-body .idea-text {
  font-size: 18px;
  color: #C92E26;
}
.explore-ideas .swiper-slide .idea-card:hover img {
  transform: scale(1.1);
}
.explore-ideas .arrows {
  height: 40px;
  margin-top: 21px;
  justify-content: center;
  gap: 14px;
  display: none;
}
@media (max-width: 768px) {
  .explore-ideas .arrows {
    display: flex;
  }
}
.explore-ideas .arrows .swiper-button-prev,
.explore-ideas .arrows .swiper-button-next {
  position: relative;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background: #C92E26;
  color: #fff;
  left: unset;
  right: unset;
}
.explore-ideas .arrows .swiper-button-prev::after,
.explore-ideas .arrows .swiper-button-next::after {
  font-size: 22px;
}
.explore-ideas .arrows .swiper-button-prev.swiper-button-disabled,
.explore-ideas .arrows .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
  background: #D9D9D9;
}

/**************** Block spread smiles ****************/
.spread-smiles .smile-card {
  background: #FFC80A;
  padding: 20px;
  max-width: 580px;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 768px) {
  .spread-smiles .smile-card {
    padding-bottom: 46px;
    padding-top: 39px;
  }
}
.spread-smiles .smile-card .items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .spread-smiles .smile-card .items {
    flex-direction: column-reverse;
  }
}
.spread-smiles .smile-card .smile-text {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .spread-smiles .smile-card .smile-text {
    margin-top: 51.21px;
  }
}
.spread-smiles .smile-card .smile-image {
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
}
.spread-smiles .smile-card .smile-image .card-img {
  object-fit: cover;
  height: 257px;
  object-position: left top;
  max-width: 242px;
  border-radius: 10px;
}

/**************** Block FAQ ****************/
@media (max-width: 991px) {
  .faq-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding-top: 38px;
  }
}
.faq-section .faq-card {
  max-width: 780px;
  margin: auto;
  position: relative;
}
.faq-section .faq-card::before {
  position: absolute;
  left: 0;
  bottom: calc(100% - 50px);
  content: "";
  background-image: url("../assets/icons/smily-red-face.svg");
  width: 84px;
  height: 66px;
  background-size: cover;
}
@media (max-width: 768px) {
  .faq-section .faq-card::before {
    bottom: calc(100% + 34px);
  }
}
.faq-section .accordion {
  margin-bottom: 31px;
  max-width: 613px;
  margin-left: auto;
  margin-right: auto;
}
.faq-section .accordion .faq-item {
  border: none;
}
.faq-section .accordion .faq-item:first-child button {
  padding-top: 0 !important;
}
.faq-section .accordion .faq-item button {
  padding: 20px 0 !important;
  border-bottom: 2px solid #EEEEEE;
  font-weight: 700;
  padding: 0;
  background: unset;
  box-shadow: none;
  color: #1E1E1E;
  font-size: 24px;
}
.faq-section .accordion .faq-item button::after {
  background-image: url("../assets/icons/arrow_drop_down.svg");
  background-size: 10px;
  background-position: center;
}
.faq-section .accordion .faq-item .accordion-body {
  padding-left: 0;
  color: #1E1E1E;
}
.faq-section .faq-footer .faq-link:hover {
  background-color: #C92E26;
  color: #fff;
}

/**************** Block Explanation ****************/
.explanation-section {
  background-color: #FDFBEE;
  padding-top: 38px;
  padding-bottom: 40px;
  text-align: center;
}
.explanation-section .explanation-content {
  max-width: 621px;
  margin: auto;
}
.explanation-section .explanation-content img {
  margin-bottom: 21px;
}
.explanation-section .explanation-content a {
  text-decoration: none;
  position: relative;
  color: #1E1E1E;
}
.explanation-section .explanation-content a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1E1E1E;
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
}

/********************** Bloc espacement *************************/
.responsive-spacer {
  display: block;
  width: 100%;
  height: var(--desktop-height);
}

@media (max-width: 768px) {
  .responsive-spacer {
    height: var(--mobile-height);
  }
}
.contact-btn-section {
  text-align: center;
}

/*********************** Archive product page ******************************/
.page-template-template-product main {
  padding: 69px 0 0;
}
.page-template-template-product main .description,
.page-template-template-product main h1 {
  margin-bottom: 19px;
}
.page-template-template-product main .description {
  max-width: 784px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-product main .header {
  position: relative;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-product main .header:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url("../assets/icons/red-face.svg");
  width: 87.43px;
  height: 51.85px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .page-template-template-product main .header:after {
    width: 48.15px;
    height: 28.25px;
    bottom: calc(100% - 10px);
    top: unset;
  }
}
.page-template-template-product main .header:before {
  position: absolute;
  right: 100%;
  bottom: -35px;
  content: "";
  background-image: url("../assets/icons/yellow-face.svg");
  width: 71px;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .page-template-template-product main .header:before {
    bottom: 0;
    width: 46px;
    height: 51px;
  }
}
@media (max-width: 768px) {
  .page-template-template-product main .header:before {
    left: 0;
    top: 100%;
  }
}
.page-template-template-product main .filters {
  margin-bottom: 36px;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-product main .filters ul {
  padding: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-template-product main .filters ul li {
  flex: 1;
  text-align: center;
}
.page-template-template-product main .filters ul li a {
  background-color: #DBDBDB;
  border-radius: 55px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  font-family: "Bardon", "Trebuchet MS";
  text-decoration: none;
  display: block;
  color: #414141;
  padding-left: 45px;
  padding-right: 45px;
}
.page-template-template-product main .filters ul li a:hover {
  background-color: #c2c2c2;
}
.page-template-template-product main .filters ul li a.active {
  background-color: #FFC80A;
}
.page-template-template-product main .audios-wrapper {
  padding-top: 33px;
  padding-bottom: 58px;
  background: #FDFBEE;
  border-radius: 10px;
  margin-bottom: 69px;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-template-template-product main .audios-wrapper .loading-items {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5294117647);
  display: none;
}
.page-template-template-product main .audios-wrapper .loading-items.show {
  display: block;
}
.page-template-template-product main .audios-wrapper .loading-items .spinner {
  animation: spin 1s linear infinite;
  border: 8px solid #f3f3f3; /* Light gray */
  border-top: 8px solid #C92E26; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: absolute;
  inset: 0;
  margin: auto;
}
.page-template-template-product main .audios-wrapper.loading {
  border: 8px solid #f3f3f3; /* Light gray */
  border-top: 8px solid #C92E26; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
.page-template-template-product main .audios-wrapper.loading > * {
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-product main .audios-wrapper {
    padding: 33px 0;
  }
}
.page-template-template-product main .audios-wrapper .audios {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;*/
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.page-template-template-product main .audios-wrapper .audios .sound-button-group {
  width: 19%;
  display: inline-block;
  margin-bottom: 60px;
  max-width: unset;
}
.page-template-template-product main .audios-wrapper .audios .sound-button-group > div {
  max-width: 116px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .page-template-template-product main .audios-wrapper .audios .sound-button-group {
    width: 49%;
    margin-bottom: 10px;
  }
}
.page-template-template-product main .audios-wrapper .audios .sound-button-group.loading {
  border: 8px solid #f3f3f3; /* Light gray */
  border-top: 8px solid #C92E26; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
.page-template-template-product main .audios-wrapper .audios .sound-button-group.loading > * {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-template-product main .product-grid .product-card {
  margin-bottom: 60px;
}

/*********************** Single product page ******************************/
.single-product .product-top-section {
  max-width: 1072px;
  margin: auto;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .single-product .product-top-section {
    padding: 14px 0 38px;
  }
}
.single-product .product-top-section h1 {
  text-align: left;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .single-product .product-top-section h1 {
    margin-bottom: 20px;
    margin-top: 14px;
    display: none;
  }
}
.single-product .product-top-section .product-imgs-wrapper {
  max-width: 517px;
}
.single-product .product-top-section .product-imgs-wrapper h2 {
  display: none;
  font-size: 18px;
}
@media (max-width: 768px) {
  .single-product .product-top-section .product-imgs-wrapper h2 {
    display: block;
    margin-bottom: 20px;
  }
}
.single-product .product-top-section .productSwiper img {
  width: 513px;
  height: 430px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .single-product .product-top-section .productSwiper img {
    height: 100%;
    width: 100%;
  }
}
.single-product .product-top-section .productThumbsContainer {
  padding: 0 41px;
  position: relative;
}
.single-product .product-top-section .productThumbsContainer .productThumbs .swiper-wrapper .swiper-slide {
  opacity: 0.58;
}
.single-product .product-top-section .productThumbsContainer .productThumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.single-product .product-top-section .productThumbsContainer .productThumbs .swiper-wrapper .swiper-slide img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.single-product .product-top-section .productThumbsContainer .swiper-button-prev,
.single-product .product-top-section .productThumbsContainer .swiper-button-next {
  width: 30px;
  height: 50px;
  background: #C92E26;
  border-radius: 10px;
}
.single-product .product-top-section .productThumbsContainer .swiper-button-prev::after,
.single-product .product-top-section .productThumbsContainer .swiper-button-next::after {
  font-size: 24px;
  color: #fff;
}
.single-product .product-top-section .productThumbsContainer .swiper-button-prev {
  left: 0;
}
.single-product .product-top-section .productThumbsContainer .swiper-button-next {
  right: 0;
}
.single-product .product-top-section .price-reviews .ratings {
  display: flex;
  gap: 6px;
  margin-bottom: 30px;
  padding-bottom: 26px;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  align-items: center;
}
.single-product .product-top-section .price-reviews .ratings .nb-ratings {
  color: #C92E26;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 12%;
  text-decoration-skip-ink: auto;
}
.single-product .product-top-section .price-reviews .text-price {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .single-product .product-top-section .price-reviews .text-price {
    margin-bottom: 0;
  }
}
.single-product .product-top-section .price-reviews .text-price ins {
  text-decoration: none;
  font-size: 24px;
}
.single-product .product-top-section .price-reviews .text-price del {
  text-decoration: line-through;
  font-size: 16px;
  color: #6F6F6F;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-product .product-top-section .price-reviews {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
  .single-product .product-top-section .price-reviews .ratings {
    margin: 0;
    padding: 0;
    border: unset;
    justify-content: end;
    align-items: start;
  }
  .single-product .product-top-section .price-reviews .nb-ratings {
    padding-top: 4px;
  }
}
.single-product .product-top-section .product-description {
  margin-top: 26px;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  .single-product .product-top-section .product-description {
    margin-top: 20px;
  }
}
.single-product .product-top-section .select-audio-files {
  width: 100%;
}
.single-product .product-top-section .select-audio-files > div {
  border: 2px solid #1E1E1E;
  width: 100%;
  padding: 8px 0;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 54px;
}
.single-product .product-top-section .select-audio-files > div:hover {
  background-color: #FDFBEE;
  cursor: pointer;
}
.single-product .product-top-section .select-audio-files > div.loading > * {
  display: none;
}
.single-product .product-top-section .select-audio-files > div.loading .loading-animation {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #C92E26;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  display: block;
  margin: auto;
}
.single-product .product-top-section .select-audio-files > div:hover {
  background-color: #FDFBEE;
}
.single-product .product-top-section .select-audio-files > div .cancel {
  position: absolute;
  bottom: calc(100% - 10px);
  left: calc(100% - 15px);
  content: "";
  background-image: url("../assets/icons/close.svg");
  width: 24.5px;
  height: 24.5px;
  border-radius: unset;
  outline: none;
  background-color: #fff;
  background-position: center;
  border: none;
}
.single-product .product-top-section .select-audio-files > div .cancel:hover {
  background-image: url("../assets/icons/close-red.svg");
}
.single-product .product-top-section .select-audio-files > div img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.single-product .product-top-section .select-audio-files > div .play-recorded-audio {
  min-width: 32px;
  width: 32px;
  height: 32px;
  background-image: url("../assets/icons/arrow_back.svg");
  margin-left: 27px;
  margin-right: 23px;
  background-color: #C92E26;
  background-repeat: no-repeat;
  background-position: 13px;
  border: none;
  border-radius: 50%;
}
.single-product .product-top-section .select-audio-files > div .play-recorded-audio.pause {
  background-image: url("../assets/icons/pause-white.svg");
  background-position: center;
  background-size: 9px;
}
.single-product .product-top-section .select-audio-files > div span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-product .product-top-section .select-audio-files .add-other-song-wrapper {
  position: relative;
  display: block;
  margin-bottom: 60px;
  width: fit-content;
}
@media (max-width: 768px) {
  .single-product .product-top-section .select-audio-files .add-other-song-wrapper {
    margin-bottom: 38px;
  }
}
.single-product .product-top-section .select-audio-files .add-other-song-wrapper button {
  width: 24px;
  height: 24px;
  background-image: url(../assets/icons/help.svg);
  transition: 0.3s all;
  position: absolute;
  left: calc(100% + 14px);
  bottom: 0;
  top: 0;
  margin: auto;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.single-product .product-top-section .select-audio-files .add-other-song-wrapper button:hover {
  background-image: url(../assets/icons/help-red.svg);
}
.single-product .product-top-section .select-audio-files .add-another-audio {
  font-size: 18px;
  font-weight: 400;
  text-transform: unset;
  position: relative;
  display: inline-block;
  padding-left: 44px;
  width: fit-content;
  background: #fff;
  border: 2px solid #C92E26;
  color: #1E1E1E;
  transition: 0.2s all;
  margin-top: 0;
}
.single-product .product-top-section .select-audio-files .add-another-audio:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url("../assets/icons/add.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s all;
}
.single-product .product-top-section .select-audio-files .add-another-audio:hover {
  background-color: #C92E26;
  color: #fff;
}
.single-product .product-top-section .select-audio-files .add-another-audio:hover:before {
  background-image: url("../assets/icons/add-white.svg");
}
.single-product .product-top-section #add-to-cart-btn {
  margin-top: 15px !important;
}
.single-product .product-top-section label {
  margin-bottom: 0px;
  font-size: 14px;
  display: flex;
  gap: 7px;
  align-items: start;
  cursor: pointer;
}
.single-product .product-top-section label input {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}
.single-product .product-top-section label a {
  color: #000;
}
.single-product .product-top-section label.error {
  color: #C92E26;
}
.single-product .product-top-section label.error a {
  color: #C92E26;
}
.single-product .product-top-section label.error input {
  -webkit-box-shadow: 0px 0px 0px 2px #C92E26;
  -moz-box-shadow: 0px 0px 0px 2px #C92E26;
  box-shadow: 0px 0px 0px 2px #C92E26;
}
.single-product .product-top-section .add-song,
.single-product .product-top-section .add_to_cart_button {
  width: 100%;
  border: none;
}
.single-product .product-top-section .add-song {
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.single-product .features-bar {
  padding: 30px 0;
  background-color: #FDFBEE;
  margin-top: 35px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .single-product .features-bar {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.single-product .features-bar .features-bar-content {
  max-width: 1072px;
  margin: auto;
}
.single-product .features-bar .features-bar-content .feature-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .single-product .features-bar .features-bar-content .feature-items {
    gap: 14px;
  }
}
.single-product .features-bar .features-bar-content .feature-items .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-product .features-bar .features-bar-content .feature-items .feature-item p {
  margin: 0;
  height: fit-content;
}
@media (max-width: 768px) {
  .single-product .features-bar .features-bar-content .feature-items .feature-item p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .single-product .features-bar .features-bar-content .feature-items .feature-item img {
    max-width: 20px;
  }
}
.single-product .product-features {
  max-width: 1072px;
  margin: auto;
  margin-bottom: 148px;
}
@media (max-width: 768px) {
  .single-product .product-features {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.single-product .product-features a {
  color: #1E1E1E;
  text-decoration-color: #C92E26;
  text-decoration-thickness: 2px;
}
.single-product .product-features .shipping h3,
.single-product .product-features .product-details h3 {
  font-family: "Bardon", "Trebuchet MS";
  font-size: 16px;
  margin-bottom: 18px;
}
.single-product .product-features .shipping > div {
  padding-left: 20px;
}
.single-product .product-features .faq-section .accordion {
  margin-bottom: 0;
}
.single-product .product-features .faq-section .faq-card .faq-title {
  text-align: left;
}
.single-product .product-features .faq-section .faq-card:before {
  right: calc(100% + 20px);
  left: unset;
}
.single-product .spread-smiles {
  margin-bottom: 106px;
}
@media (max-width: 768px) {
  .single-product .spread-smiles {
    margin-bottom: 50px;
  }
}
.single-product .recordModal,
.single-product .listAudiosModal,
.single-product .addSongModal {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  display: none;
}
.single-product .recordModal.show,
.single-product .listAudiosModal.show,
.single-product .addSongModal.show {
  display: flex;
}
.single-product .recordModal > div,
.single-product .listAudiosModal > div,
.single-product .addSongModal > div {
  background: #fff;
  padding: 20px;
  padding-top: 0;
  border-radius: 8px;
  width: 375px;
  text-align: center;
  position: relative;
  margin: auto;
  height: 699px;
  max-height: 100%;
}
.single-product .recordModal > div #record-modal,
.single-product .listAudiosModal > div #record-modal,
.single-product .addSongModal > div #record-modal {
  margin-bottom: 0;
}
.single-product .recordModal > div h2,
.single-product .listAudiosModal > div h2,
.single-product .addSongModal > div h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 154px;
  padding-top: 3px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .recordModal > div .btns,
.single-product .listAudiosModal > div .btns,
.single-product .addSongModal > div .btns {
  position: absolute;
  inset: 0;
  margin: auto;
  height: fit-content;
  max-width: 355px;
}
.single-product .recordModal > div .btns.loading,
.single-product .listAudiosModal > div .btns.loading,
.single-product .addSongModal > div .btns.loading {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #C92E26;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
.single-product .recordModal > div .btns.loading > *,
.single-product .listAudiosModal > div .btns.loading > *,
.single-product .addSongModal > div .btns.loading > * {
  display: none;
}
.single-product .recordModal > div .btns button,
.single-product .listAudiosModal > div .btns button,
.single-product .addSongModal > div .btns button {
  margin-bottom: 20px;
  height: 92px;
  background: #fff;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
.single-product .recordModal > div .btns button::after,
.single-product .listAudiosModal > div .btns button::after,
.single-product .addSongModal > div .btns button::after {
  content: "";
  right: 29px;
  bottom: 0;
  top: 0;
  background-image: url("../assets/icons/arrow_right.svg");
  position: absolute;
  width: 8.33px;
  height: 16.67px;
  margin: auto;
  background-repeat: no-repeat;
}
.single-product .recordModal > div .btns button::before,
.single-product .listAudiosModal > div .btns button::before,
.single-product .addSongModal > div .btns button::before {
  content: "";
  left: 20px;
  bottom: 0;
  top: 0;
  background-image: url("../assets/icons/upload_file.svg");
  position: absolute;
  width: 26.47px;
  height: 33.09px;
  margin: auto;
}
.single-product .recordModal > div .btns button:nth-child(2)::before,
.single-product .listAudiosModal > div .btns button:nth-child(2)::before,
.single-product .addSongModal > div .btns button:nth-child(2)::before {
  background-image: url("../assets/icons/music_note.svg");
  width: 24px;
  height: 30px;
}
.single-product .recordModal > div .btns button:nth-child(2)::before,
.single-product .listAudiosModal > div .btns button:nth-child(2)::before,
.single-product .addSongModal > div .btns button:nth-child(2)::before {
  background-image: url("../assets/icons/mic.svg");
  width: 23.16px;
  height: 31.43px;
}
.single-product .recordModal > div .btns button:hover,
.single-product .listAudiosModal > div .btns button:hover,
.single-product .addSongModal > div .btns button:hover {
  background: #FDFBEE;
}
.single-product .recordModal > div input,
.single-product .listAudiosModal > div input,
.single-product .addSongModal > div input {
  font-size: 16px;
  border: 2px solid #1E1E1E;
  width: 100%;
  height: 48px;
  margin-bottom: 21px;
  border-radius: 5px;
}
.single-product .recordModal > div .confirm-wrapper,
.single-product .listAudiosModal > div .confirm-wrapper,
.single-product .addSongModal > div .confirm-wrapper {
  border-top: 1px solid #C6C6C6;
  padding-top: 20px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.single-product .recordModal > div .confirm-wrapper a,
.single-product .listAudiosModal > div .confirm-wrapper a,
.single-product .addSongModal > div .confirm-wrapper a {
  width: 100%;
}
.single-product .recordModal .closeModal,
.single-product .listAudiosModal .closeModal,
.single-product .addSongModal .closeModal {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 13px;
  background: #707070;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-right: 0;
}
.single-product .recordModal .back,
.single-product .listAudiosModal .back,
.single-product .addSongModal .back {
  width: 24px;
  height: 24px;
  left: 6px;
  top: 8px;
  display: block;
  position: relative;
  position: absolute;
  background-image: url("../assets/icons/back.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.single-product .listAudiosModal > div {
  padding-left: 0;
  padding-right: 0;
}
.single-product .listAudiosModal > div .input-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 3px 10px 0px rgba(199, 199, 199, 0.2509803922);
}
.single-product .listAudiosModal > div h2 {
  margin-bottom: 44px;
}
.single-product .listAudiosModal > div .confirm-wrapper {
  border-top: 1px solid #C6C6C6;
  padding-top: 20px;
  padding-left: 28px;
  padding-right: 28px;
}
.single-product .listAudiosModal > div .confirm-wrapper a {
  width: 100%;
}
.single-product .listAudiosModal > div ul {
  padding: 0;
  list-style: none;
  overflow: auto;
  height: 550px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-product .listAudiosModal > div ul.custom-pt {
  padding-bottom: 85px;
}
.single-product .listAudiosModal > div ul button {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
  background: #fff;
  gap: 13px;
  transition: 0.3s all;
  border: 2px solid #fff;
}
.single-product .listAudiosModal > div ul button.active {
  background: #FDFBEE;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
}
.single-product .listAudiosModal > div ul button:hover {
  background: #FDFBEE;
}
.single-product .listAudiosModal > div ul button a {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(41, 41, 41, 0.2);
  border-radius: 50%;
  background-color: #fff;
}
.single-product .listAudiosModal > div ul button a::after {
  position: absolute;
  background-image: url("../assets/icons/play.svg");
  inset: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  height: 17.5px;
  background-position: 25px;
  background-size: contain;
  text-align: center;
  align-items: center;
}
.single-product .listAudiosModal > div ul button a.pause::after {
  background-image: url("../assets/icons/pause.svg");
  height: 14px;
}
.single-product .listAudiosModal > div ul button div {
  text-align: left;
}
.single-product .listAudiosModal > div ul button div span {
  display: block;
}
.single-product .listAudiosModal > div ul button div span.title {
  font-size: 18px;
  margin-bottom: 6px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.single-product .listAudiosModal > div ul button div span.timer {
  font-size: 16px;
  color: #5F5F5F;
}
.single-product .recordModal > div {
  padding-left: 0;
  padding-right: 0;
}
.single-product .recordModal > div h2 {
  margin-bottom: 33px;
}
.single-product .recordModal > div > span.infos {
  font-size: 14px;
  color: #3B82F6;
  display: block;
  text-align: left;
  background: #E8F3FF;
  padding: 13px;
  margin: 0 11px;
  border-radius: 10px;
}
.single-product .recordModal > div div.record-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
  padding: 100px 0 150px;
}
.single-product .recordModal > div div.record-section .recorded-audio-result {
  padding-left: 11px;
  padding-right: 11px;
  width: 100%;
  display: none;
}
.single-product .recordModal > div div.record-section .recorded-audio-result > div {
  border: 2px solid #1E1E1E;
  width: 100%;
  padding: 13px 0;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.single-product .recordModal > div div.record-section .recorded-audio-result > div .cancel {
  position: absolute;
  bottom: calc(100% - 10px);
  left: calc(100% - 15px);
  content: "";
  background-image: url("../assets/icons/close.svg");
  width: 24.5px;
  height: 24.5px;
  border-radius: unset;
  outline: none;
  background-color: #fff;
}
.single-product .recordModal > div div.record-section .recorded-audio-result > div .cancel:hover {
  background-image: url("../assets/icons/close-red.svg");
}
.single-product .recordModal > div div.record-section .recorded-audio-result > div img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.single-product .recordModal > div div.record-section .recorded-audio-result > div .play-recorded-audio {
  width: 32px;
  height: 32px;
  background-image: url("../assets/icons/arrow_back.svg");
  margin-left: 27px;
  margin-right: 23px;
}
.single-product .recordModal > div div.record-section span.label {
  font-size: 18px;
}
.single-product .recordModal > div div.record-section span.timer {
  color: #C92E26;
  font-size: 24px;
  font-weight: 700;
  display: none;
}
.single-product .recordModal > div div.record-section span.allow {
  display: none;
  line-height: normal;
}
.single-product .recordModal > div div.record-section span.result {
  display: none;
}
.single-product .recordModal > div div.record-section.recording span.label {
  display: none;
}
.single-product .recordModal > div div.record-section.recording span.timer {
  display: block;
}
.single-product .recordModal > div div.record-section.recording span.allow {
  display: none;
}
.single-product .recordModal > div div.record-section.recording span.result {
  display: none;
}
.single-product .recordModal > div div.record-section.recording button {
  background-image: url(../assets/icons/pause-white.svg);
  background-size: 25px;
}
.single-product .recordModal > div div.record-section.permission-denied span.label {
  display: none;
}
.single-product .recordModal > div div.record-section.permission-denied span.timer {
  display: none;
}
.single-product .recordModal > div div.record-section.permission-denied span.allow {
  display: block;
}
.single-product .recordModal > div div.record-section.permission-denied span.result {
  display: none;
}
.single-product .recordModal > div div.record-section.permission-denied button {
  background: #7A7A7A;
  background-image: url(../assets/icons/mic_alert.svg);
}
.single-product .recordModal > div div.record-section.recording-finished .recorded-audio-result {
  display: flex;
}
.single-product .recordModal > div div.record-section.recording-finished .record-audio {
  display: none;
}
.single-product .recordModal > div div.record-section.recording-finished > span {
  display: none;
}
.single-product .recordModal > div div.record-section button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #C92E26;
  position: relative;
  border: none;
  background-image: url(../assets/icons/mic-white.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.single-product .recordModal > div div.record-section button.play {
  background-image: url(../assets/icons/pause-white.svg) !important;
  background-size: 9px;
}
.single-product .faq-section .faq-title {
  font-size: 16px;
}
.single-product .smile-card .picture img {
  min-width: 240px;
}

/*********************** Contact page ******************************/
.contact-page {
  padding: 57px 0;
  max-width: 857px;
  margin: auto;
}
.contact-page h1 {
  text-align: left !important;
}
@media (max-width: 768px) {
  .contact-page {
    padding: 27px 0 28px;
  }
}
.contact-page .contact-info {
  height: 100%;
}
.contact-page .contact-info .content {
  position: relative;
}
.contact-page .contact-info .content:after {
  content: "";
  position: absolute;
  top: calc(100% + 50px);
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../assets/icons/pink_smile.svg");
  width: 71px;
  height: 79px;
}
@media (max-width: 768px) {
  .contact-page .contact-info .content:after {
    display: none;
  }
}
.contact-page .contact-info .content a {
  color: #1E1E1E;
  text-decoration-color: #C92E26;
  text-decoration-thickness: 2px;
}
.contact-page .contact-info .contact-email {
  margin-bottom: 47px;
}
.contact-page .contact-info .contact-email a {
  position: relative;
  padding-left: 36px;
  text-decoration: none;
  color: #1E1E1E;
}
.contact-page .contact-info .contact-email a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url("../assets/icons/mail.svg");
  width: 24px;
  height: 24px;
}
.contact-page .contact-form {
  background-color: #FDFBEE;
  padding: 29px 40px 81px;
  margin-top: -54.8px;
  min-height: 583px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact-page .contact-form {
    margin-bottom: 41px;
    padding-bottom: 21px;
    margin-top: 0;
    min-height: 300px;
  }
}
.contact-page .contact-form form input,
.contact-page .contact-form form textarea {
  width: 100%;
}
.contact-page .contact-form form.sent {
  height: 100%;
}
.contact-page .contact-form form.sent p {
  display: none;
}
.contact-page .contact-form form.sent .wpcf7-response-output {
  border: none;
  height: 167.13px;
  margin: auto;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  position: relative;
}
.contact-page .contact-form form.sent .wpcf7-response-output:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 71px;
  background-image: url("../assets/icons/smile-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*********************** Cart page ******************************/
.page-template-template-cart .woocommerce-message {
  display: none;
}

.page-template-template-checkout main,
.page-template-template-cart main {
  padding: 50px 0;
  max-width: 874px;
  margin: auto;
}
.page-template-template-checkout main h1,
.page-template-template-cart main h1 {
  text-align: left;
}
.page-template-template-checkout main h1.thank-you,
.page-template-template-cart main h1.thank-you {
  position: relative;
  width: fit-content;
}
.page-template-template-checkout main h1.thank-you:after,
.page-template-template-cart main h1.thank-you:after {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../assets/icons/pink-smile-2.svg");
  width: 62px;
  height: 49px;
  background-size: contain;
}
.page-template-template-checkout main .cart-cards .cart-card,
.page-template-template-cart main .cart-cards .cart-card {
  overflow: hidden;
  background-color: #FDFBEE;
  padding-left: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head,
.page-template-template-cart main .cart-cards .cart-card .cart-head {
  display: flex;
  gap: 16.65px;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head img,
.page-template-template-cart main .cart-cards .cart-card .cart-head img {
  width: 75.45px;
  height: 63px;
  border-radius: 10px;
  object-fit: contain;
  background-color: #fcfcfc;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .product-price,
.page-template-template-cart main .cart-cards .cart-card .cart-head .product-price {
  text-align: center;
  margin-top: 10px;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .product-price bdi,
.page-template-template-cart main .cart-cards .cart-card .cart-head .product-price bdi {
  font-size: 12px;
  font-weight: 400;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head h3 a,
.page-template-template-cart main .cart-cards .cart-card .cart-head h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #1E1E1E;
  text-decoration: none;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head h3 a:hover,
.page-template-template-cart main .cart-cards .cart-card .cart-head h3 a:hover {
  text-decoration: underline;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .audios-list .audio,
.page-template-template-cart main .cart-cards .cart-card .cart-head .audios-list .audio {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 10px;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .audios-list .audio span,
.page-template-template-cart main .cart-cards .cart-card .cart-head .audios-list .audio span {
  font-size: 14px;
  max-width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .audios-list .audio button,
.page-template-template-cart main .cart-cards .cart-card .cart-head .audios-list .audio button {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(41, 41, 41, 0.2);
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .audios-list .audio button:after,
.page-template-template-cart main .cart-cards .cart-card .cart-head .audios-list .audio button:after {
  position: absolute;
  content: "";
  background-image: url("../assets/icons/play.svg");
  width: 5.04px;
  height: 6.42px;
  inset: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .audios-list .audio button.pause:after,
.page-template-template-cart main .cart-cards .cart-card .cart-head .audios-list .audio button.pause:after {
  background-image: url("../assets/icons/pause-red.svg");
}
.page-template-template-checkout main .cart-cards .cart-card .cart-head .audios-list .left-items,
.page-template-template-cart main .cart-cards .cart-card .cart-head .audios-list .left-items {
  font-size: 12px;
  padding-left: 29px;
}
.page-template-template-checkout main .cart-cards .cart-card .quantity-group,
.page-template-template-cart main .cart-cards .cart-card .quantity-group {
  max-width: 150px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 768px) {
  .page-template-template-checkout main .cart-cards .cart-card .quantity-group,
  .page-template-template-cart main .cart-cards .cart-card .quantity-group {
    position: relative;
    float: right;
  }
}
.page-template-template-checkout main .cart-cards .cart-card .quantity-group label,
.page-template-template-cart main .cart-cards .cart-card .quantity-group label {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.page-template-template-checkout main .cart-cards .cart-card .quantity-group .qte-group .quantity,
.page-template-template-cart main .cart-cards .cart-card .quantity-group .qte-group .quantity {
  height: 27px;
}
.page-template-template-checkout main .cart-cards .cart-card .quantity-group .qte-group button,
.page-template-template-cart main .cart-cards .cart-card .quantity-group .qte-group button {
  height: 27px;
  padding-bottom: 0;
  padding-top: 0;
  border: 2px solid;
  border-color: #1E1E1E;
  position: relative;
  width: 37px;
}
.page-template-template-checkout main .cart-cards .cart-card .quantity-group .qte-group button.delete:after,
.page-template-template-cart main .cart-cards .cart-card .quantity-group .qte-group button.delete:after {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  background-image: url(../assets/icons/delete.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-checkout main .cart-cards .cart-card .quantity-group .qte-group input[type=number]::-webkit-outer-spin-button,
.page-template-template-checkout main .cart-cards .cart-card .quantity-group .qte-group input[type=number]::-webkit-inner-spin-button,
.page-template-template-cart main .cart-cards .cart-card .quantity-group .qte-group input[type=number]::-webkit-outer-spin-button,
.page-template-template-cart main .cart-cards .cart-card .quantity-group .qte-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-template-template-checkout main .cart-cards .cart-card .quantity-group .qte-group input,
.page-template-template-cart main .cart-cards .cart-card .quantity-group .qte-group input {
  width: 69px;
  padding: 0;
  border: 1px solid;
  border-radius: 0;
  height: 100%;
  border-top-width: 2px;
  border-bottom-width: 2px;
  text-align: center;
}
.page-template-template-checkout main .empty-text,
.page-template-template-cart main .empty-text {
  margin-bottom: 24px;
}
.page-template-template-checkout main .add-more-products a,
.page-template-template-cart main .add-more-products a {
  padding: 7.5px 18px 7.5px 34px;
  border: 2px solid #C92E26;
  border-radius: 5px;
  text-decoration: none;
  color: #1E1E1E;
  display: block;
  width: fit-content;
  position: relative;
}
.page-template-template-checkout main .add-more-products a::after,
.page-template-template-cart main .add-more-products a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  left: 8px;
  margin: auto;
  background-image: url("../assets/icons/add.svg");
  transition: 0.3s all;
}
.page-template-template-checkout main .add-more-products a:hover,
.page-template-template-cart main .add-more-products a:hover {
  background-color: #ba3c30;
  color: white;
}
.page-template-template-checkout main .add-more-products a:hover::after,
.page-template-template-cart main .add-more-products a:hover::after {
  filter: brightness(0) invert(1); /* makes it white */
}
.page-template-template-checkout main .cart-collaterals,
.page-template-template-cart main .cart-collaterals {
  max-width: 335px;
  float: right;
}
@media (max-width: 768px) {
  .page-template-template-checkout main .cart-collaterals,
  .page-template-template-cart main .cart-collaterals {
    display: none;
  }
}
.page-template-template-checkout main .cart-collaterals .cart_totals,
.page-template-template-cart main .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  display: block;
  padding: 20px;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
}
.page-template-template-checkout main .cart-collaterals .cart_totals h3,
.page-template-template-checkout main .cart-collaterals .cart_totals h2,
.page-template-template-cart main .cart-collaterals .cart_totals h3,
.page-template-template-cart main .cart-collaterals .cart_totals h2 {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 24px;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table,
.page-template-template-cart main .cart-collaterals .cart_totals table {
  border: none;
  margin-bottom: 0;
  width: 100%;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table tr,
.page-template-template-cart main .cart-collaterals .cart_totals table tr {
  margin-bottom: 12px;
  display: block;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table tr th,
.page-template-template-cart main .cart-collaterals .cart_totals table tr th {
  width: 90%;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  border: none;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table tr td,
.page-template-template-cart main .cart-collaterals .cart_totals table tr td {
  border: none;
  padding: 0;
  font-weight: 400;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table tr td bdi,
.page-template-template-cart main .cart-collaterals .cart_totals table tr td bdi {
  font-size: 16px;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table tr:last-child,
.page-template-template-cart main .cart-collaterals .cart_totals table tr:last-child {
  padding-top: 21px;
  margin-top: 21px;
  border-top: 1px solid #B4B4B4;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table tr:last-child th,
.page-template-template-cart main .cart-collaterals .cart_totals table tr:last-child th {
  font-weight: 700;
  font-size: 20px;
}
.page-template-template-checkout main .cart-collaterals .cart_totals table tr:last-child td bdi,
.page-template-template-cart main .cart-collaterals .cart_totals table tr:last-child td bdi {
  font-size: 20px;
  font-weight: 700;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .accept-check,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check {
  font-size: 14px;
  display: flex;
  gap: 7px;
  align-items: start;
  color: #000;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .accept-check.error,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check.error {
  color: #C92E26;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .accept-check.error input, .page-template-template-checkout main .cart-collaterals .cart_totals .accept-check.error label, .page-template-template-checkout main .cart-collaterals .cart_totals .accept-check.error a,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check.error input,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check.error label,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check.error a {
  color: #C92E26;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .accept-check.error input,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check.error input {
  -webkit-box-shadow: 0px 0px 0px 2px #C92E26;
  -moz-box-shadow: 0px 0px 0px 2px #C92E26;
  box-shadow: 0px 0px 0px 2px #C92E26;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .accept-check input,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check input {
  margin-top: 5px;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .accept-check label,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check label {
  color: #000;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .accept-check label a,
.page-template-template-cart main .cart-collaterals .cart_totals .accept-check label a {
  color: #000;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.page-template-template-cart main .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 9px;
  padding-top: 0;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.page-template-template-cart main .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  font-weight: 700;
  padding: 11.5px 0 11.5px 20px;
  font-size: 18px;
  background-color: #C92E26;
  text-align: left;
  border-radius: 5px;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .wc-proceed-to-checkout a.pay,
.page-template-template-cart main .cart-collaterals .cart_totals .wc-proceed-to-checkout a.pay {
  text-align: center;
  text-transform: uppercase;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .wc-proceed-to-checkout a.pay:after,
.page-template-template-cart main .cart-collaterals .cart_totals .wc-proceed-to-checkout a.pay:after {
  display: none;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover,
.page-template-template-cart main .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #8c1e14;
}
.page-template-template-checkout main .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after,
.page-template-template-cart main .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../assets/icons/arrow_forward.svg");
  width: 17.17px;
  height: 17.17px;
}
.page-template-template-checkout main .cart-collaterals .coupon,
.page-template-template-cart main .cart-collaterals .coupon {
  margin-top: 30px;
  display: flex;
  border: 2px solid #1E1E1E;
  border-radius: 5px;
  overflow: hidden;
  padding: 7px;
  justify-content: space-between;
}
.page-template-template-checkout main .cart-collaterals .coupon input,
.page-template-template-cart main .cart-collaterals .coupon input {
  border: none !important;
  padding-left: 13px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: unset !important;
}
.page-template-template-checkout main .cart-collaterals .coupon button,
.page-template-template-cart main .cart-collaterals .coupon button {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 5px;
  border: none;
}
@media (max-width: 768px) {
  .page-template-template-checkout main form,
  .page-template-template-cart main form {
    padding-bottom: 200px;
  }
}
.page-template-template-checkout main .mobile-order-infos,
.page-template-template-cart main .mobile-order-infos {
  position: fixed;
  border: 2px solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 20px 12px;
  z-index: 999999999;
  display: none;
}
@media (max-width: 768px) {
  .page-template-template-checkout main .mobile-order-infos,
  .page-template-template-cart main .mobile-order-infos {
    display: block;
  }
}
.page-template-template-checkout main .mobile-order-infos .accept-check,
.page-template-template-cart main .mobile-order-infos .accept-check {
  font-size: 14px;
  display: flex;
  gap: 7px;
  align-items: start;
  color: #000;
  margin-bottom: 20px;
}
.page-template-template-checkout main .mobile-order-infos .accept-check.error,
.page-template-template-cart main .mobile-order-infos .accept-check.error {
  color: #C92E26;
}
.page-template-template-checkout main .mobile-order-infos .accept-check.error input, .page-template-template-checkout main .mobile-order-infos .accept-check.error label, .page-template-template-checkout main .mobile-order-infos .accept-check.error a,
.page-template-template-cart main .mobile-order-infos .accept-check.error input,
.page-template-template-cart main .mobile-order-infos .accept-check.error label,
.page-template-template-cart main .mobile-order-infos .accept-check.error a {
  color: #C92E26;
}
.page-template-template-checkout main .mobile-order-infos .accept-check input,
.page-template-template-cart main .mobile-order-infos .accept-check input {
  margin-top: 5px;
}
.page-template-template-checkout main .mobile-order-infos .accept-check label,
.page-template-template-cart main .mobile-order-infos .accept-check label {
  color: #000;
}
.page-template-template-checkout main .mobile-order-infos .accept-check label a,
.page-template-template-cart main .mobile-order-infos .accept-check label a {
  color: #000;
}
.page-template-template-checkout main .mobile-order-infos > a,
.page-template-template-cart main .mobile-order-infos > a {
  font-weight: 700;
  padding: 14.5px 0 14.5px 20px;
  font-size: 18px;
  background-color: #C92E26;
  text-align: left;
  border-radius: 5px;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
}
.page-template-template-checkout main .mobile-order-infos > a.pay,
.page-template-template-cart main .mobile-order-infos > a.pay {
  text-transform: uppercase;
  text-align: center;
}
.page-template-template-checkout main .mobile-order-infos > a.pay::after,
.page-template-template-cart main .mobile-order-infos > a.pay::after {
  display: none;
}
.page-template-template-checkout main .mobile-order-infos > a:hover,
.page-template-template-cart main .mobile-order-infos > a:hover {
  background-color: #8c1e14;
}
.page-template-template-checkout main .mobile-order-infos > a:after,
.page-template-template-cart main .mobile-order-infos > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../assets/icons/arrow_forward.svg");
  width: 17.17px;
  height: 17.17px;
}
.page-template-template-checkout main .mobile-order-infos button,
.page-template-template-cart main .mobile-order-infos button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  border: none;
  padding: 0;
  background-color: #fff;
  margin-bottom: 20px;
}
.page-template-template-checkout main .mobile-order-infos button.open span:first-child:after,
.page-template-template-cart main .mobile-order-infos button.open span:first-child:after {
  transform: rotate(0deg);
}
.page-template-template-checkout main .mobile-order-infos button > span,
.page-template-template-cart main .mobile-order-infos button > span {
  position: relative;
}
.page-template-template-checkout main .mobile-order-infos button > span:first-child,
.page-template-template-cart main .mobile-order-infos button > span:first-child {
  padding-right: 20px;
}
.page-template-template-checkout main .mobile-order-infos button > span:first-child:after,
.page-template-template-cart main .mobile-order-infos button > span:first-child:after {
  transition: 0.3s all;
  margin: auto;
  width: 10px;
  height: 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../assets/icons/arrow_drop_down.svg");
  transform: rotate(180deg);
}
.page-template-template-checkout main .mobile-order-infos .order-totals,
.page-template-template-cart main .mobile-order-infos .order-totals {
  display: none;
  overflow: hidden;
}
.page-template-template-checkout main .mobile-order-infos .order-totals ul,
.page-template-template-cart main .mobile-order-infos .order-totals ul {
  padding: 0;
  list-style: none;
}
.page-template-template-checkout main .mobile-order-infos .order-totals ul li,
.page-template-template-cart main .mobile-order-infos .order-totals ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-template-template-checkout main .mobile-order-infos .order-totals ul.total,
.page-template-template-cart main .mobile-order-infos .order-totals ul.total {
  font-weight: 700;
  font-size: 20px;
  padding-top: 20px;
}
.page-template-template-checkout main .mobile-order-infos .order-totals .coupon,
.page-template-template-cart main .mobile-order-infos .order-totals .coupon {
  position: relative;
  border: 2px solid #1E1E1E;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
}
.page-template-template-checkout main .mobile-order-infos .order-totals .coupon input,
.page-template-template-cart main .mobile-order-infos .order-totals .coupon input {
  border: none !important;
  font-size: 16px;
  padding-left: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: none !important;
}
.page-template-template-checkout main .mobile-order-infos .order-totals .coupon button,
.page-template-template-cart main .mobile-order-infos .order-totals .coupon button {
  position: absolute;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: fit-content;
  border-radius: 5px;
  background: #EFEFEF;
  width: fit-content;
  padding: 6px 8.43px;
  font-size: 16px;
  font-weight: normal;
}

.page-template-template-checkout .woocommerce-SavedPaymentMethods-saveNew {
  display: none !important;
}
.page-template-template-checkout .woocommerce .col2-set .col-2,
.page-template-template-checkout .woocommerce-page .col2-set .col-2,
.page-template-template-checkout .woocommerce .col2-set .col-1,
.page-template-template-checkout .woocommerce-page .col2-set .col-1 {
  width: 100%;
}
.page-template-template-checkout .woocommerce .col2-set .col-2,
.page-template-template-checkout .woocommerce-page .col2-set .col-2 {
  margin-top: 20px;
}
.page-template-template-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.page-template-template-checkout #place_order {
  font-weight: 700;
  padding: 14.5px 50px 14.5px 20px;
  font-size: 18px;
  background-color: #C92E26;
  text-align: left;
  border-radius: 5px;
  position: relative;
}
.page-template-template-checkout #place_order:hover {
  background-color: #8c1e14;
}
.page-template-template-checkout #place_order:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../assets/icons/arrow_forward.svg");
  width: 17.17px;
  height: 17.17px;
}
.page-template-template-checkout input {
  padding: 14px 20px;
}
.page-template-template-checkout #order_review table thead {
  display: none;
}
.page-template-template-checkout #order_review table tbody {
  display: none;
}
.page-template-template-checkout #order_review table tbody tr {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.page-template-template-checkout h1 {
  margin-bottom: 12px !important;
}
.page-template-template-checkout form #wc-stripe-express-checkout-element {
  margin-top: 0 !important;
}
.page-template-template-checkout form h3 {
  display: none;
}
.page-template-template-checkout .woocommerce-additional-fields {
  display: none;
}
.page-template-template-checkout .paying-form ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
  background-color: #fff;
}
.page-template-template-checkout .paying-form ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe {
  background-color: #fff !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-template-template-checkout .paying-form ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe:before {
  display: none !important;
}
.page-template-template-checkout .paying-form .place-order {
  display: none;
}

.woocommerce-order-received .thank-you-text p a {
  color: #000;
  text-decoration: none;
}
.woocommerce-order-received .thank-you-text p a:hover {
  text-decoration: underline;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  display: none;
}
.woocommerce-order-received .woocommerce-order-details__title {
  border-top: 2px solid #1E1E1E;
  margin-top: 50px;
  padding-top: 30px;
  font-family: "Bardon", "Trebuchet MS";
  font-size: 24px;
  margin-bottom: 30px;
}
.woocommerce-order-received .orders-cards {
  margin-top: 0px;
  padding-top: 30px;
  border: 2px solid #1E1E1E;
  background-color: #FDFBEE;
  border-radius: 10px;
  padding: 20px;
}
.woocommerce-order-received .orders-cards .order-card {
  display: flex;
  gap: 16px;
  position: relative;
}
.woocommerce-order-received .orders-cards .order-card .qte {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.woocommerce-order-received .orders-cards .order-card .qte .title {
  font-size: 10px;
}
.woocommerce-order-received .orders-cards .order-card .audios-list .audio {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce-order-received .orders-cards .order-card .audios-list .audio span {
  font-size: 14px;
  max-width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce-order-received .orders-cards .order-card .audios-list .audio button {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(41, 41, 41, 0.2);
}
.woocommerce-order-received .orders-cards .order-card .audios-list .audio button:after {
  position: absolute;
  content: "";
  background-image: url("../assets/icons/play.svg");
  background-repeat: no-repeat;
  width: 5.04px;
  height: 6.42px;
  inset: 0;
  margin: auto;
  background-size: contain;
}
.woocommerce-order-received .orders-cards .order-card .audios-list .audio button.pause:after {
  background-image: url("../assets/icons/pause-red.svg");
}
.woocommerce-order-received .orders-cards .order-card .thumb {
  text-align: center;
}
.woocommerce-order-received .orders-cards .order-card .thumb img {
  width: 76px;
  height: 63px;
  background-size: contain;
  display: block;
}
.woocommerce-order-received .orders-cards .order-card .thumb span {
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
.woocommerce-order-received .orders-cards .order-card .infos h3 {
  font-size: 18px;
}
.woocommerce-order-received .orders-cards .order-card .infos h3 a {
  padding-top: 6px;
  color: rgba(26, 26, 26, 0.8705882353);
  text-decoration: none;
}
.woocommerce-order-received .orders-cards .order-card .infos h3 a:hover {
  text-decoration: underline;
}
.woocommerce-order-received .contact-card {
  padding: 22px 20px;
  border: 2px solid #1E1E1E;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .woocommerce-order-received .contact-card {
    margin-top: 20px;
  }
}
.woocommerce-order-received .contact-card p {
  margin-bottom: 10px;
  font-weight: 700;
}
.woocommerce-order-received .contact-card a {
  color: #1E1E1E;
  text-decoration: none;
}
.woocommerce-order-received .contact-card a:hover {
  text-decoration: underline;
}
.woocommerce-order-received .contact-card .address {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #B4B4B4;
}

/*********************** FAQ page ******************************/
.page-template-template-faq main {
  padding-top: 69px;
}
.page-template-template-faq main .page-title {
  position: relative;
  max-width: 889px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-faq main .page-title::after {
  position: absolute;
  right: 0;
  content: "";
  background-image: url("../assets/icons/smile-emoji.svg");
  width: 97.55px;
  height: 76.67px;
  bottom: 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .page-template-template-faq main .page-title::after {
    width: 50px;
    height: 39.3px;
  }
}
.page-template-template-faq main .col-md-12 > p {
  max-width: 784px;
  font-size: 16px;
  margin: auto;
  text-align: center;
}
.page-template-template-faq main .col-md-12 .faq-section .faq-card:before {
  background-image: url("../assets/icons/pink-smile.svg");
  width: 121px;
  height: 109px;
  right: calc(100% + 83px);
  left: unset;
  display: none;
}
.page-template-template-faq main .col-md-12 .faq-section .faq-card .accordion {
  position: relative;
}
.page-template-template-faq main .col-md-12 .faq-section .faq-card .accordion:before {
  background-image: url("../assets/icons/pink-smile.svg");
  width: 121px;
  height: 109px;
  right: calc(100% + 83px);
  position: absolute;
  content: "";
  top: 109px;
  background-size: contain;
}
@media (max-width: 768px) {
  .page-template-template-faq main .col-md-12 .faq-section .faq-card .accordion {
    padding-top: 102px;
  }
  .page-template-template-faq main .col-md-12 .faq-section .faq-card .accordion:before {
    top: 0;
    left: 0;
    right: unset;
    width: 60px;
    height: 54px;
  }
}

.simple-page {
  padding: 57px 0;
}

/*# sourceMappingURL=style.css.map */
