@charset "UTF-8";
/* -- Theme -- */
/* -- BUTTON --  */
/* -- COUNTER --  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: #1C3763;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #FFF;
  position: relative;
}
h1 {
  font-size: 3em;
  font-weight: 800;
}
@media (max-width: 1230px) {
  h1 {
    font-size: 1.5em;
    font-weight: 800;
  }
}
h2,
h3 {
  font-size: 2.3em;
  font-weight: 800;
}
@media (max-width: 1230px) {
  h2,
  h3 {
    font-size: 20px;
    font-weight: 800;
  }
}
h4 {
  font-size: 2em;
}
@media (max-width: 1230px) {
  h4 {
    font-size: 20px;
  }
}
a {
  text-decoration: none;
  color: #1C3763;
}
p {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1230px) {
  p {
    font-size: 13px;
  }
}
ul {
  list-style: none;
}
ul li {
  font-size: 1rem;
  font-weight: 600;
  color: #1C3763;
}
@media (max-width: 1230px) {
  ul li {
    font-size: 13px;
  }
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.container {
  width: 1169px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media (max-width: 1230px) {
  .container {
    width: auto;
  }
}
.bg_secondary {
  background-color: #1C3763;
}
.text-active {
  color: #A41834;
}
.actions_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.alert {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 16px;
  background-color: #C9C9C9;
}
.alert.alert-danger {
  background-color: #ffd5d8;
  color: #A41834;
  border-color: #A41834;
}
.alert.alert-success {
  background-color: #b6f3b6;
  color: #0f7727;
  border-color: #0f7727;
}
.collapse {
  height: 0px;
  margin-top: 0px;
  overflow: hidden;
  visibility: hidden;
}
.rotateCollapseIcon {
  rotate: 180deg;
}
#backToTop {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  pointer-events: none;
}
#backToTop #backToTop-inner {
  width: 1169px;
  position: relative;
  right: 80px;
  top: 20vh;
}
#backToTop #backToTop-inner #backToTop-inner-btn {
  pointer-events: visible;
  display: none;
  width: 48px;
  height: 48px;
  background-color: #1C3763;
  justify-content: center;
  align-items: center;
  top: 80vh;
  border-radius: 7px;
  cursor: pointer;
}
#backToTop #backToTop-inner #backToTop-inner-btn img {
  width: 12px;
  rotate: 90deg;
}
/* -- LOGO CONTAINER -- */
#desktop_header {
  position: relative;
  z-index: 5000;
  background-color: #00102E;
  /* -- NAVBAR -- */
}
#desktop_header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #00102E;
}
#desktop_header #container_logo {
  border-bottom: 7px solid #C21835;
  padding: 32px 0px 57px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#desktop_header #container_logo img {
  object-fit: cover;
  width: 17rem;
  height: 4rem;
}
#desktop_header #navbar {
  display: flex;
  justify-content: center;
}
#desktop_header #navbar nav {
  position: absolute;
  bottom: -25px;
  width: 1169px;
  height: 61px;
  background-color: #F5F5F5;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#desktop_header #navbar nav .inner_pagelinks {
  margin-left: 24px;
}
#desktop_header #navbar nav .inner_pagelinks ul {
  display: flex;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_items:not(.inner_pagelinks_items:first-child) {
  margin-left: 32px;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_items:hover ul.inner_pagelinks_subitems {
  visibility: visible;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_items ul {
  padding-top: 18px;
  visibility: hidden;
  position: absolute;
  background-color: #F5F5F5;
  flex-direction: column;
  width: 193px;
  font-weight: 600;
  border-radius: 0px 0px 10px 10px;
  z-index: 1;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_items ul .inner_pagelinks_subitem:first-child {
  border-top: 8px solid #A41834;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_items ul .inner_pagelinks_subitem:nth-child(odd) {
  background-color: #FFF;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_items ul .inner_pagelinks_subitem {
  padding: 16px 16px;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_items ul .inner_pagelinks_subitem:last-child {
  border-radius: 0px 0px 10px 10px;
}
#desktop_header #navbar nav .inner_pagelinks ul .inner_pagelinks_item:not(.inner_pagelinks_item:first-child) {
  margin-left: 32px;
}
#desktop_header #navbar nav .inner_pagelinks ul li a:hover {
  color: #A41834;
  cursor: pointer;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language {
  display: inline-flex;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul {
  display: flex;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul .inner_pagelinks_items:not(.inner_pagelinks_items:first-child) {
  margin-left: 32px;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul .inner_pagelinks_items:hover ul.inner_pagelinks_subitems {
  visibility: visible;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul .inner_pagelinks_items ul {
  padding-top: 17px;
  margin-left: -20px;
  width: 55px;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul .inner_pagelinks_items ul .inner_pagelinks_subitem:first-child {
  border-top: 8px solid #A41834;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul .inner_pagelinks_items ul .inner_pagelinks_subitem:nth-child(odd) {
  background-color: #FFF;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul .inner_pagelinks_items ul .inner_pagelinks_subitem {
  padding: 16px 16px;
}
#desktop_header #navbar nav .inner_pagelinks#inner_pagelinks_language ul .inner_pagelinks_items ul .inner_pagelinks_subitem:last-child {
  border-radius: 0px 0px 10px 10px;
}
#desktop_header #navbar nav #inner_actions {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
#desktop_header #navbar nav #inner_actions input {
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  height: 32px;
  width: 180px;
  border-radius: 7px;
  color: #1C3763;
  font-size: 1em;
  padding: 0px 10px;
}
#desktop_header #navbar nav #inner_actions div {
  margin-left: 24px;
}
#desktop_header #navbar nav #inner_actions div span + span {
  margin-left: 24px;
}
#desktop_header #navbar nav #inner_actions div .actions_icon_container {
  display: inline-flex;
}
#desktop_header #navbar nav #inner_actions div .cart_active {
  position: relative;
}
#desktop_header #navbar nav #inner_actions div .cart_active::before {
  content: "";
  position: absolute;
  background-color: #A41834;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0px;
  right: -2px;
}
@media (max-width: 1230px) {
  #desktop_header {
    display: none;
  }
}
#tablet_header {
  display: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #A41834;
  background-color: #00102E;
  position: relative;
  z-index: 5000;
}
@media (max-width: 400px) {
  #tablet_header {
    padding: 26px 15px;
  }
}
@media screen and (max-width: 360px) {
  #tablet_header {
    padding: 26px 8px;
  }
}
#tablet_header.fixed {
  position: fixed;
  top: 0;
}
#tablet_header #tablet_main_search {
  display: none;
  flex-basis: 100%;
}
#tablet_header #tablet_main_search form {
  display: flex;
  margin-top: 10px;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
#tablet_header #tablet_main_search form button {
  margin-left: 10px;
}
#tablet_header input {
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  height: 32px;
  width: 180px;
  border-radius: 7px;
  color: #1C3763;
  font-size: 1em;
  padding: 0px 10px;
}
@media (max-width: 1230px) {
  #tablet_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #00102E;
    width: 100%;
    padding: 26px 32px;
  }
  #tablet_header .tablet_header_right_col {
    display: flex;
    align-items: center;
  }
  #tablet_header .tablet_header_right_col div:nth-child(2) img {
    position: relative;
    top: 2px;
  }
  #tablet_header .tablet_header_right_col .tablet_header_cart_mobile {
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
  #tablet_header .tablet_header_right_col .tablet_header_cart_mobile.last_before_search {
    margin-right: 0;
  }
}
@media screen and (max-width: 1230px) and (max-width: 360px) {
  #tablet_header .tablet_header_right_col .tablet_header_cart_mobile {
    display: none;
  }
}
@media (max-width: 1230px) {
  #tablet_header .tablet_header_right_col .tablet_header_cart_mobile img {
    position: relative;
    color: white;
    top: 2px;
    width: 21px;
    height: 21px;
  }
  #tablet_header .tablet_header_right_col #tablet_main_search_button {
    margin-left: 16px;
  }
  #tablet_header .tablet_header_right_col #burger_menu {
    margin-left: 24px;
    width: 22px;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  #tablet_header .tablet_header_right_col #burger_menu span {
    border-radius: 20px;
    width: 100%;
    display: block;
    height: 2px;
    background-color: #1C3763;
  }
  #tablet_header .tablet_header_right_col #burger_menu span:not(span:first-child) {
    margin-top: 3px;
  }
}
#tablet_header #header_list_items {
  display: none;
  position: absolute;
  left: 0;
  top: 86px;
  z-index: 5000;
  background-color: #FFF;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#tablet_header #header_list_items .header_list_items_item .header_list_items_item_link {
  font-size: 16px;
  width: 100%;
  display: flex;
  height: 100%;
  padding: 16px 24px;
}
#tablet_header #header_list_items .header_list_items_item .header_list_items_subitems {
  visibility: hidden;
  height: 0;
}
#tablet_header #header_list_items .header_list_items_item .header_list_items_subitems li {
  display: flex;
}
#tablet_header #header_list_items .header_list_items_item .header_list_items_subitems .header_list_items_subitem_link {
  font-size: 16px;
  background: rgba(28, 55, 99, 0.15);
  width: 100%;
  height: 100%;
  padding: 16px 24px;
}
#tablet_header #header_list_items .header_list_items_item .header_list_items_subitems_active {
  visibility: visible;
  height: 100%;
}
#tablet_header #header_list_items .header_list_items_item_title_active {
  color: #A41834;
  background-color: #F5F5F5;
}
#tablet_header .header_list_items_visible {
  display: block !important;
}
/* -- SUBNAV HOVER -- */
.dropdown-active {
  display: flex !important;
}
/* -- BLUR -- */
#blur {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  z-index: 5000;
  cursor: pointer;
}
.blur_visible {
  display: block !important;
}
/* -- BLUR POP_UP -- */
#blur_popup {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  z-index: 1000;
  cursor: pointer;
}
.blur_popup_visible {
  display: block !important;
}
.page_header {
  padding: 40px 0;
  margin-bottom: -35px;
  background-color: #0661A8;
}
@media (max-width: 1230px) {
  .page_header {
    padding: 24px 0;
    margin-bottom: -25px;
  }
}
.page_header .container .page_title {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (max-width: 1230px) {
  .page_header .container .page_title {
    padding-left: 41px;
    padding-right: 41px;
  }
  .page_header .container .page_title h1 {
    margin-bottom: 4px;
  }
}
@media (max-width: 800px) {
  .page_header .container .page_title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page_header .container .page_title span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 20px;
  margin-left: 0;
  font-weight: 500;
  font-size: 1.2rem;
  color: #FFF;
}
@media (max-width: 1230px) {
  .page_header .container .page_title span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .page_header .container .page_title span {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.page_header .container .page_title span a {
  color: #FFF;
}
.page_header h1 {
  color: #FFF;
}
/* -- FOOTER -- */
footer {
  background-color: #F5F5F5;
  margin-top: 80px;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 4000;
}
@media (max-width: 1230px) {
  footer {
    margin-top: 40px;
  }
}
footer ul {
  background-color: #1C3763;
  padding: 24px 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1230px) {
  footer ul {
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
  }
}
footer ul li {
  color: #FFF;
}
@media (max-width: 1230px) {
  footer ul li:not(li:first-child) {
    margin-left: 0px;
    margin-top: 8px;
  }
}
footer ul li a {
  color: #FFF;
}
footer #main_footer {
  padding: 40px 0;
  color: #1C3763;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 1230px) {
  footer #main_footer {
    flex-direction: column;
    padding: 32px 24px;
  }
}
footer #main_footer .main_footer_item {
  width: auto;
}
@media (max-width: 1230px) {
  footer #main_footer .main_footer_item:not(.main_footer_item:first-child) {
    margin-top: 32px;
  }
}
footer #main_footer .main_footer_item h4 {
  margin-bottom: 24px;
}
@media (max-width: 1230px) {
  footer #main_footer .main_footer_item h4 {
    margin-bottom: 16px;
    font-weight: 800;
  }
}
footer #main_footer .main_footer_item span {
  display: flex;
  font-weight: 600;
}
@media (max-width: 1230px) {
  footer #main_footer .main_footer_item span {
    font-size: 16px;
  }
}
footer #main_footer .main_footer_item span:not(span:first-child) {
  margin-top: 16px;
}
footer #main_footer .main_footer_item span:nth-child(3) a {
  color: #1C3763;
  text-decoration: underline;
}
footer #copyright {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 1230px) {
  footer #copyright {
    padding: 0px 24px;
  }
}
.form_field {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.form_field input, .form_field select, .form_field textarea {
  background-color: #FFF;
  border: none;
  border-radius: 6px;
  width: 100%;
  height: 36px;
  color: #1C3763;
  text-align: left;
  font-size: 1em;
  padding: 0px 12px;
  font-weight: 500;
  font-family: "system-ui", sans-serif;
}
.form_field input::placeholder, .form_field select::placeholder, .form_field textarea::placeholder {
  color: #C9C9C9;
}
@media (max-width: 1230px) {
  .form_field input, .form_field select, .form_field textarea {
    font-size: 12px;
  }
}
.form_field textarea {
  padding-top: 8px;
  height: auto;
  resize: none;
}
.form_field select {
  padding-right: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form_field select option {
  color: #1C3763;
}
.form_field_checkbox {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.form_field_checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #1C3763;
  background-color: #FFF;
  outline: none;
  margin-right: 5px;
}
.form_field_checkbox input[type=checkbox]:checked {
  background-color: #1C3763;
  border-color: #1C3763;
}
.form_field_checkbox input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 15px;
  margin-left: 3px;
}
.form_field_checkbox span {
  text-align: left;
  font-size: 1em;
  padding: 0px 12px;
  font-weight: 500;
  font-family: "system-ui", sans-serif;
}
.form_field_select:after {
  content: "▼";
  font-size: 15px;
  margin-left: -24px;
  margin-top: 7px;
}
.form_actions {
  display: flex;
  margin-top: 20px;
}
.form_actions a, .form_actions button {
  background-color: #1C3763;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: normal;
  color: #FFF;
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.form_actions a.primary, .form_actions button.primary {
  background-color: #A41834;
  margin-right: 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #1C3763;
  -webkit-text-fill-color: #1C3763;
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* -- MAIN HEADER -- */
.home .bg_secondary {
  display: flex;
  justify-content: center;
}
.home .bg_secondary .inner_img {
  height: 50vh;
  min-height: 300px;
  display: flex;
  padding-top: 18px;
}
@media (max-width: 1230px) {
  .home .bg_secondary .inner_img {
    min-height: 157px;
    margin-top: 24px;
    padding: 0px 16px 0px 16px;
    height: 157px;
  }
}
.home .bg_secondary .inner_img img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 1230px) {
  .home .bg_secondary .container:first-child {
    width: 100%;
  }
}
@media (max-width: 1230px) {
  .home .container:nth-child(3) {
    margin: auto 16px;
  }
}
.home .tagline {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  background-color: #F5F5F5;
  padding: 1.3rem 4rem 2.6rem 4rem;
}
@media (max-width: 1230px) {
  .home .tagline {
    border-radius: 0px 0px 7px 7px;
    background-color: #F5F5F5;
    padding: 24px 24px 24px 24px !important;
  }
}
.home .tagline h1 {
  font-size: 2rem !important;
}
.home .tagline p {
  margin: 40px 0;
}
@media (max-width: 1230px) {
  .home .tagline p {
    margin: 16px 0;
  }
}
.home .tagline a {
  display: inline-block;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 24px;
  background-color: #A41834;
}
@media (max-width: 1230px) {
  .home .tagline a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
/* -- PRODUCT SECTION -- */
#home_section_catalog h2 {
  text-transform: uppercase;
  margin-top: 80px;
}
@media (max-width: 1230px) {
  #home_section_catalog h2 {
    margin-top: 40px;
    margin-left: 24px;
  }
}
#home_section_catalog #home_catalog_ctn_buttons {
  margin-bottom: 24px;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_catalog_ctn_buttons {
    padding: 0px 24px;
  }
}
#home_section_catalog #home_catalog_ctn_buttons a {
  display: inline-flex;
  margin-top: 40px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 24px;
  background-color: #1C3763;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_catalog_ctn_buttons a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media (max-width: 1230px) {
  #home_section_catalog #home_catalog_ctn_buttons a {
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border-radius: 7px;
    padding: 8px 16px;
    background-color: #1C3763;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 16px;
  }
}
@media (max-width: 1230px) and (max-width: 1230px) {
  #home_section_catalog #home_catalog_ctn_buttons a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
#home_section_catalog #home_catalog_ctn_buttons a:first-child {
  margin-right: 24px;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_catalog_ctn_buttons a:first-child {
    margin-right: 16px;
  }
}
#home_section_catalog #home_products_ctn {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #1C3763;
  border-radius: 0px 0px 10px 10px;
  border-top: 7px solid #A41834;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  padding: 40px 70px;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_products_ctn {
    grid-template-columns: repeat(1, 1fr);
    padding: 24px 16px;
    gap: 16px;
    border-radius: 0px 0px 0px 0px;
  }
}
#home_section_catalog #home_products_ctn article {
  background-color: #F5F5F5;
  border-radius: 10px;
}
#home_section_catalog #home_products_ctn article .home_product_image img {
  height: 42vh;
  min-height: 320px;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_products_ctn article .home_product_image img {
    min-height: 0px;
    width: 100%;
    height: 177px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
  }
}
#home_section_catalog #home_products_ctn article .home_inner_products {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home_section_catalog #home_products_ctn article .home_inner_products div span {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_products_ctn article .home_inner_products div span {
    font-size: 20px;
    font-weight: 800;
  }
}
#home_section_catalog #home_products_ctn article .home_inner_products div p {
  margin-top: 24px;
  margin-bottom: 100px;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_products_ctn article .home_inner_products div p {
    margin-bottom: 24px;
  }
}
@media (min-width: 1230px) {
  #home_section_catalog #home_products_ctn article .home_inner_products div p {
    height: 0;
  }
}
#home_section_catalog #home_products_ctn article .home_inner_products span {
  display: inline-flex;
}
#home_section_catalog #home_products_ctn article .home_inner_products span a {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 24px;
  background-color: #A41834;
  display: flex;
}
@media (max-width: 1230px) {
  #home_section_catalog #home_products_ctn article .home_inner_products span a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media (max-width: 1230px) {
  #home_section_catalog #home_products_ctn article .home_inner_products span a {
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border-radius: 7px;
    padding: 8px 16px;
    background-color: #A41834;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media (max-width: 1230px) and (max-width: 1230px) {
  #home_section_catalog #home_products_ctn article .home_inner_products span a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
/* -- NEWS SECTION -- */
#home_section_news h3 {
  text-transform: uppercase;
  color: #A41834;
  margin-top: 80px;
}
@media (max-width: 1230px) {
  #home_section_news h3 {
    margin-top: 40px;
    padding: 0px 24px;
  }
}
#home_section_news #home_news_ctn_buttons {
  margin-bottom: 24px;
}
@media (max-width: 1230px) {
  #home_section_news #home_news_ctn_buttons {
    padding: 0px 24px;
  }
}
#home_section_news #home_news_ctn_buttons a {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 24px;
  background-color: #A41834;
  display: inline-flex;
  margin-top: 40px;
}
@media (max-width: 1230px) {
  #home_section_news #home_news_ctn_buttons a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media (max-width: 1230px) {
  #home_section_news #home_news_ctn_buttons a {
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border-radius: 7px;
    padding: 8px 16px;
    background-color: #A41834;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 16px;
  }
}
@media (max-width: 1230px) and (max-width: 1230px) {
  #home_section_news #home_news_ctn_buttons a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
#home_section_news .slider-container {
  position: relative;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 1230px) {
  #home_section_news .slider-container {
    padding: 0px 24px;
  }
}
#home_section_news .slider-container .swiper-button-prev,
#home_section_news .slider-container .swiper-button-next {
  background-color: #1C3763;
  border-radius: 7px;
  width: 32px;
  height: 32px;
}
#home_section_news .slider-container .swiper-button-prev::after,
#home_section_news .slider-container .swiper-button-next::after {
  display: none;
}
#home_section_news .slider-container .swiper-button-prev img,
#home_section_news .slider-container .swiper-button-next img {
  width: 8px;
  height: auto;
  user-select: none;
}
#home_section_news .slider-container .swiper-button-prev {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  left: -50px;
}
@media (max-width: 1230px) {
  #home_section_news .slider-container .swiper-button-prev {
    left: 8px;
  }
}
#home_section_news .slider-container .swiper-pagination {
  display: none;
}
@media (max-width: 1230px) {
  #home_section_news .slider-container .swiper-pagination {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    padding: 0px 24px;
    bottom: 0px;
    left: -4px;
  }
}
#home_section_news .slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 4px;
  background-color: #A41834;
  border-radius: 0px;
}
#home_section_news #slider_news {
  background: rgba(28, 55, 99, 0.15);
  border-radius: 10px;
  display: grid;
  gap: 24px;
  background-color: #FFF;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1230px) {
  #home_section_news #slider_news {
    grid-template-columns: repeat(1, 1fr);
  }
}
#home_section_news #slider_news .swiper-slide {
  width: fit-content;
  opacity: 0.4;
}
@media (max-width: 1230px) {
  #home_section_news #slider_news .swiper-slide {
    width: initial;
  }
}
#home_section_news #slider_news .swiper-slide article {
  width: 520px;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1230px) {
  #home_section_news #slider_news .swiper-slide article {
    width: auto;
  }
}
#home_section_news #slider_news .swiper-slide article .img-news {
  display: flex;
  justify-content: center;
}
#home_section_news #slider_news .swiper-slide article .img-news img {
  user-select: none;
  height: 22vh;
  min-height: 180px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
#home_section_news #slider_news .swiper-slide article .btn-plus {
  top: 20px;
  right: 20px;
  border-radius: 7px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #A41834;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  #home_section_news #slider_news .swiper-slide article .btn-plus {
    display: none;
  }
}
#home_section_news #slider_news .swiper-slide article .btn-plus span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FFF;
}
#home_section_news #slider_news .swiper-slide article .btn-plus span:first-child {
  rotate: 180deg;
}
#home_section_news #slider_news .swiper-slide article .btn-plus span:last-child {
  rotate: 90deg;
}
#home_section_news #slider_news .swiper-slide article .inner_products {
  padding: 24px 28px 42px 24px;
}
#home_section_news #slider_news .swiper-slide article .inner_products .inner_products_btn_responsive {
  display: none;
}
@media (max-width: 1230px) {
  #home_section_news #slider_news .swiper-slide article .inner_products .inner_products_btn_responsive {
    display: inline-flex;
    font-size: 12px;
    margin-top: 16px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border-radius: 7px;
    padding: 8px 16px;
    background-color: #A41834;
    border-radius: 4px;
  }
}
@media (max-width: 1230px) and (max-width: 1230px) {
  #home_section_news #slider_news .swiper-slide article .inner_products .inner_products_btn_responsive {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
#home_section_news #slider_news .swiper-slide article .inner_products span {
  font-size: 1.8em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  #home_section_news #slider_news .swiper-slide article .inner_products span {
    font-size: 20px;
    font-weight: 800;
  }
}
#home_section_news #slider_news .swiper-slide article .inner_products p {
  margin-top: 7px;
}
#home_section_news #slider_news .swiper-slide-fully-visible {
  opacity: 1;
}
a {
  color: #1C3763;
}
.btn_bleu {
  color: #1C3763 !important;
}
.breadcrumb a {
  color: #1C3763;
}
.card-square {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-square-img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.removefromwishlistbutton .text-secondary {
  color: #cc1f1a !important;
}
.product_link_catalogue {
  width: 100%;
  overflow: hidden;
  min-height: 100px;
  /* height: 60%; */
}
.product_link_catalogue span {
  color: #1C3763;
}
.main_title_bandeau {
  font-size: 40px !important;
  font-weight: bold;
  color: #FFF;
}
.wishlist_cart_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cart_item_inner_prices .actions_icon_container a {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .container .categories_inner {
    grid-template-columns: 1fr;
  }
  .page_header span a {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .page_header span a {
    font-size: 18px;
  }
}
.cart_inner {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 80px 80px 80px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.cart_inner.cart_confirmation_inner {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1230px) {
  .cart_inner {
    padding: 24px 24px 24px 24px;
    margin: auto 16px;
  }
}
.cart_inner h2 {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .cart_inner h2 {
    font-size: 24px;
  }
}
.cart_inner .cart_address + .cart_address {
  margin-top: 24px;
}
.cart_inner .cart_summary_addresses {
  margin-top: 24px;
}
.cart_inner .cart_summary_addresses .cart_summary_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
  font-size: 1.1em;
}
.cart_inner .cart_summary_addresses .cart_summary_row span {
  flex: 0 0 30%;
  box-sizing: border-box;
}
.cart_inner .cart_summary_addresses .cart_summary_row span:nth-child(2) {
  text-align: left;
}
.cart_inner .cart_summary_addresses .cart_summary_row span:nth-child(3) {
  text-align: right;
}
.cart_inner .cart_ctn {
  border-bottom: 1px solid #1C3763;
}
.cart_inner .cart_ctn .cart_toggle {
  cursor: pointer;
  width: 100%;
  color: #1C3763;
  font-family: "system-ui", sans-serif;
  margin-top: 40px;
  background: rgba(28, 55, 99, 0.15);
  padding: 16px 24px;
  border-radius: 7px 7px 0px 0px;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .cart_inner .cart_ctn .cart_toggle {
    margin-top: 24px;
    font-size: 13px;
    padding: 10px 16px;
    text-align: left;
  }
}
.cart_inner .cart_items {
  margin-bottom: 40px;
}
.cart_inner .cart_items .cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item {
    display: block;
  }
  .cart_inner .cart_items .cart_item:not(.cart_item:last-child) {
    margin-bottom: 20px;
  }
}
.cart_inner .cart_items .cart_item:first-child {
  margin-top: 40px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item:first-child {
    margin-top: 28px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left {
  display: flex;
  align-items: center;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter {
  display: flex;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment,
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #A41834;
  border: none;
  border-radius: 4px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment,
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
    width: 20px;
    height: 20px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter input {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  border: none;
  border-radius: 4px;
  width: 70px;
  height: 32px;
  color: #1C3763;
  text-align: center;
  font-size: 1em;
  padding: 0px 6px;
  font-weight: 700;
  font-family: "system-ui", sans-serif;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter input {
    font-size: 12px;
    width: 70px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
    margin-right: 9px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement span {
  display: flex;
  width: 50%;
  height: 2px;
  background-color: #FFF;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment {
  margin-left: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment {
    margin-left: 9px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FFF;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment span:last-child {
  rotate: 90deg;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter {
    order: 2;
    position: relative;
    z-index: 10;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  font-size: 1.1em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title {
    font-size: 13px;
    order: 1;
    margin-left: 0px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:nth-child(2) {
  color: #A41834;
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:nth-child(2) {
    margin-left: 0px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:nth-child(2) a {
  color: #A41834;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:last-child {
  cursor: pointer;
  display: flex;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:last-child img {
  margin-left: 24px;
  width: 20px;
  height: 20px;
}
.cart_inner .cart_items .cart_item .cart_item_inner_prices {
  display: flex;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices {
    justify-content: end;
    flex-direction: column;
    align-items: end;
    position: relative;
    top: -26px;
  }
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices {
    align-items: start;
    top: 0px;
    margin-top: 15px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_prices span:first-child {
  font-size: 1.3em;
  font-weight: 700;
  margin-right: 20px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices span:first-child {
    margin-right: 0px;
    font-size: 20px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_prices span:last-child {
  font-size: 0.9em;
  font-weight: 500;
  color: #A41834;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices span:last-child {
    font-size: 12px;
  }
}
.cart_inner .total {
  padding: 40px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .cart_inner .total {
    padding: 24px 0px 0px;
    flex-direction: column;
  }
}
.cart_inner .total h4 {
  font-size: 3em;
  font-weight: 800;
}
@media (max-width: 1230px) {
  .cart_inner .total h4 {
    font-size: 24px;
  }
}
.cart_inner .total .total_actions_prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -70px;
}
@media (max-width: 1230px) {
  .cart_inner .total .total_actions_prices {
    margin-top: 16px;
    flex-direction: column;
    align-items: baseline;
  }
}
.cart_inner .total .total_actions_prices .total_actions {
  margin-top: 24px;
  display: flex;
}
@media (max-width: 1230px) {
  .cart_inner .total .total_actions_prices .total_actions {
    margin-top: 0px;
    order: 2;
  }
}
.cart_inner .total .total_actions_prices .total_actions div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 375px) {
  .cart_inner .total .total_actions_prices .total_actions div {
    gap: 16px;
  }
}
@media (max-width: 1230px) {
  .cart_inner .total .total_actions_prices .total_actions div {
    margin-top: 0px;
  }
}
.cart_inner .total .total_actions_prices .total_actions div button {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 10px 15px;
  background-color: #1C3763;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-right: 8px;
}
@media (max-width: 1230px) {
  .cart_inner .total .total_actions_prices .total_actions div button {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.cart_inner .total .total_actions_prices .total_actions div button:first-child {
  background-color: #A41834;
}
@media screen and (max-width: 375px) {
  .cart_inner .total .total_actions_prices .total_actions div button:first-child {
    height: 35px;
  }
}
.cart_inner .total .total_actions_prices .total_actions div button:last-child {
  margin-right: 0 !important;
}
.cart_inner .total .total_actions_prices .total_actions div button img {
  margin-right: 10px;
}
.cart_inner .total .total_actions_prices .total_actions div button a {
  color: #FFF;
}
.cart_inner .total .total_actions_prices .total_actions div button.primary {
  background-color: #A41834;
  margin-right: 10px;
}
.cart_inner .total .total_actions_prices .total_prices {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1230px) {
  .cart_inner .total .total_actions_prices .total_prices {
    order: 1;
    align-self: end;
    margin-bottom: 24px;
  }
}
.cart_inner .total .total_actions_prices .total_prices span {
  text-align: end;
}
.cart_inner .total .total_actions_prices .total_prices span:first-child {
  font-size: 3em;
  font-weight: 800;
}
@media (max-width: 1230px) {
  .cart_inner .total .total_actions_prices .total_prices span:first-child {
    font-size: 24px;
  }
}
.cart_inner .total .total_actions_prices .total_prices span:last-child {
  margin-top: 4px;
  font-size: 2em;
  font-weight: 700;
  color: #A41834;
}
@media (max-width: 1230px) {
  .cart_inner .total .total_actions_prices .total_prices span:last-child {
    font-size: 16px;
  }
}
.cart_inner .actions_icon_container {
  display: inline-flex;
  gap: 5px;
  margin-left: 10px;
}
@media (max-width: 1230px) {
  .cart_ctn_wishlist .cart_items .cart_item .cart_item_inner_title span:last-child {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
/* ===== Container ===== */
.summary_container {
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
/* ===== Headings ===== */
.summary_heading {
  color: #1c3763;
  margin-bottom: 20px;
}
/* ===== Adresses ===== */
.summary_addresses {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 30px;
}
.summary_add_info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.summary_address_card {
  flex: 1;
  background: #f2f5fa;
  border: 1px solid #d6dbe6;
  border-radius: 8px;
  padding: 15px 20px;
}
.summary_address_card .summary_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 15px;
  color: #274b8f;
}
.summary_address_add span:first-child {
  font-weight: bold;
  color: #333;
}
.summ_col_dtl span:last-child {
  color: #555;
  background-color: #e6e6e6;
  margin-left: 10px;
}
.summary_address_row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.summ_col_dtl {
  width: 100%;
  min-height: 20px;
  border-radius: 5px;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.summary_address_row span:first-child {
  width: 150px;
  font-weight: bold;
  color: #333;
}
.summary_address_row span:last-child {
  color: #555;
}
/* ===== Produits ===== */
.summary_cart_item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.summary_cart_item_inner_left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.summary_counter input {
  width: 50px;
  text-align: center;
}
.summary_cart_item_inner_prices span {
  display: block;
  text-align: right;
}
/* ===== Totaux ===== */
.summary_total {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #1c3763;
}
.summary_total_actions_prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* ===== Buttons ===== */
.summary_primary {
  background: #1c3763;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.summary_primary:hover {
  background: #274b8f;
}
.news_inner {
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 30px;
}
@media (max-width: 1230px) {
  .news_inner {
    grid-template-columns: 1fr;
    margin: auto 16px;
    row-gap: 16px;
    column-gap: 0px;
  }
}
.news_inner h2 {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .news_inner h2 {
    font-size: 24px;
  }
}
.news_inner .news_item {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1230px) {
  .news_inner .news_item {
    width: auto;
  }
}
.news_inner .news_item .img-news {
  display: flex;
  justify-content: center;
}
.news_inner .news_item .img-news img {
  user-select: none;
  height: 22vh;
  min-height: 180px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 7px 7px 0px 0px;
}
.news_inner .news_item .btn-plus {
  top: 20px;
  right: 20px;
  border-radius: 7px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #A41834;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .news_inner .news_item .btn-plus {
    display: none;
  }
}
.news_inner .news_item .btn-plus span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FFF;
}
.news_inner .news_item .btn-plus span:first-child {
  rotate: 180deg;
}
.news_inner .news_item .btn-plus span:last-child {
  rotate: 90deg;
}
.news_inner .news_item .inner_products {
  padding: 24px 28px 42px 24px;
}
@media (max-width: 1230px) {
  .news_inner .news_item .inner_products {
    padding: 24px;
  }
}
.news_inner .news_item .inner_products .inner_products_btn_responsive {
  display: none;
}
@media (max-width: 1230px) {
  .news_inner .news_item .inner_products .inner_products_btn_responsive {
    display: inline-flex;
    font-size: 12px;
    margin-top: 16px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border-radius: 7px;
    padding: 8px 16px;
    background-color: #A41834;
    border-radius: 4px;
  }
}
@media (max-width: 1230px) and (max-width: 1230px) {
  .news_inner .news_item .inner_products .inner_products_btn_responsive {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.news_inner .news_item .inner_products span {
  font-size: 1.8em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .news_inner .news_item .inner_products span {
    font-size: 20px;
    font-weight: 800;
  }
}
.news_inner .news_item .inner_products p {
  margin-top: 7px;
}
.news_element {
  background-color: #F5F5F5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 10px;
  z-index: 1000;
}
@media (max-width: 1230px) {
  .news_element {
    margin: auto 16px;
  }
}
.news_element article {
  position: relative;
}
.news_element article .btn-minus {
  top: 20px;
  right: 20px;
  border-radius: 7px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #A41834;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
@media (max-width: 1230px) {
  .news_element article .btn-minus {
    display: none;
  }
}
.news_element article .btn-minus span {
  width: 100%;
  height: 2px;
  background-color: white;
}
.news_element article .news_element_img img {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1230px) {
  .news_element article .news_element_img img {
    height: 177px;
  }
}
.news_element article .news_element_text {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 1230px) {
  .news_element article .news_element_text {
    margin: 0px 0px 40px 0px;
    padding: 24px 24px 0px 24px;
  }
}
.news_element article .news_element_text p {
  font-weight: 500;
}
.news_element article .news_element_text p + p {
  margin-top: 20px;
}
.news_element article .news_element_text h2 {
  font-size: 3em;
  margin-bottom: 24px;
}
@media (max-width: 1230px) {
  .news_element article .news_element_text h2 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
}
.news_element article .news_element_text a {
  display: inline-block;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 24px;
  background-color: transparent;
}
@media (max-width: 1230px) {
  .news_element article .news_element_text a {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.news_element article .news_element_text a.link-button {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 24px;
  background-color: #A41834;
}
@media (max-width: 1230px) {
  .news_element article .news_element_text a.link-button {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.news_element article:first-child, .news_element article:not(:last-child) {
  border-bottom: 8px solid #A41834;
}
.news_element article:first-child img, .news_element article:not(:last-child) img {
  border-radius: 10px 10px 0px 0px;
}
.news_element article .news_element_actions {
  padding-left: 64px;
  padding-right: 64px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .news_element article .news_element_actions {
    font-size: 10px;
    padding: 0px 24px;
    font-weight: 500;
  }
}
.news_element article .news_element_actions button {
  color: #A41834;
  font-size: 1em;
}
@media (max-width: 1230px) {
  .news_element article .news_element_actions button {
    font-size: 10px;
  }
}
.news_element article .news_element_actions span.disabled {
  color: #646464;
}
.news_item_categorie {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.news_item_categorie img {
  user-select: none;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 1230px) {
  .news_item_categorie img {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .news_item_categorie img {
    object-fit: fill;
  }
}
.news_item_categorie .inner_products_categorie {
  padding: 12px 0 12px 12px;
}
.news_item_categorie .inner_products_categorie a {
  display: inline-flex !important;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 24px;
  background-color: #C21835;
  border-radius: 4px;
  margin: 0 !important;
}
.categorie_itm_hdr {
  display: flex;
  position: relative;
  min-height: 210px;
}
.categorie_itm_hdr span {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 15px;
}
@media (max-width: 510px) {
    .categorie_itm_hdr {
        min-height: 5vw !important;
    }
}
.categorie_name {
  position: absolute;
  display: flex;
  width: 100%;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
}
.grid_footer {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.grid_footer button {
  cursor: pointer;
  font-size: 0.9rem;
  background-color: transparent;
  border: none;
  color: #1C3763;
  font-weight: 500;
  text-decoration: underline;
}
main .config {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  border-radius: 10px;
  background-color: #F5F5F5;
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 1230px) {
  main .config {
    grid-template-columns: 1fr;
    margin: auto 16px;
    padding: 24px 16px;
  }
}
@media (max-width: 1230px) {
  main .config .filter_products {
    display: none;
  }
}
main .config .filter_products .filter_category button {
  cursor: pointer;
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 7px 7px 0px 0px;
  background-color: #FFF;
  border: 0;
  color: #1C3763;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
main .config .filter_products .filter_category .filter_category_list {
  margin-bottom: 24px;
}
main .config .filter_products .filter_category .filter_category_list > ul {
  margin-top: 24px;
  margin-left: 24px;
}
main .config .filter_products .filter_category .filter_category_list > ul li {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 500;
}
main .config .filter_products .filter_category .filter_category_list > ul li > ul {
  margin-left: 12px;
}
main .config .filter_products .filter_category .filter_category_list > ul li > ul li {
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 400;
}
main .config .filter_products .filter_category .filter_category_list a:hover {
  color: #A41834;
}
main .config .display_products {
  display: flex;
  flex-direction: column;
}
main .config .display_products header .horizontal_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #1C3763;
}
@media (max-width: 1230px) {
  main .config .display_products header .horizontal_bar {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
}
main .config .display_products header .horizontal_bar .horizontal_bar_left {
  font-size: 0.9em;
  font-weight: 500;
}
@media (max-width: 1230px) {
  main .config .display_products header .horizontal_bar .horizontal_bar_left {
    font-size: 13px;
  }
}
main .config .display_products header .horizontal_bar .horizontal_bar_filter_mobile {
  display: none;
}
@media (max-width: 1230px) {
  main .config .display_products header .horizontal_bar .horizontal_bar_filter_mobile {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}
main .config .display_products header .horizontal_bar .horizontal_bar_right {
  display: flex;
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .horizontal_bar_actions {
  display: flex;
  align-items: center;
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .horizontal_bar_actions input {
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  height: 32px;
  width: 180px;
  border-radius: 7px;
  color: #1C3763;
  font-size: 1em;
  padding: 0px 10px;
  margin-right: 24px;
}
@media (max-width: 1230px) {
  main .config .display_products header .horizontal_bar .horizontal_bar_right .horizontal_bar_actions input {
    display: none;
    margin-top: -10px;
  }
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .horizontal_bar_actions a {
  display: flex;
  align-items: center;
}
@media (max-width: 1230px) {
  main .config .display_products header .horizontal_bar .horizontal_bar_right .horizontal_bar_actions a#desktop_product_search {
    display: none;
  }
}
@media (min-width: 1230px) {
  main .config .display_products header .horizontal_bar .horizontal_bar_right .horizontal_bar_actions a#tablet_product_search {
    display: none;
  }
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .switch_view {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
@media (max-width: 1230px) {
  main .config .display_products header .horizontal_bar .horizontal_bar_right .switch_view {
    display: none;
  }
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .switch_view a {
  display: flex;
  align-items: center;
  height: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .switch_view a span {
  display: flex;
  padding: 4px 8px;
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .switch_view a:first-child {
  border-radius: 7px 0px 0px 7px;
  background-color: #F5F5F5;
}
main .config .display_products header .horizontal_bar .horizontal_bar_right .switch_view a:last-child {
  border-radius: 0px 7px 7px 0px;
  background-color: #FFF;
}
main .config .display_products .pagination {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1230px) {
  main .config .display_products .pagination {
    display: none;
  }
}
main .config .display_products .pagination .pagination_inner {
  display: flex;
}
main .config .display_products .pagination .pagination_inner .previous {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 24px;
  background-color: transparent;
  border: none;
}
main .config .display_products .pagination .pagination_inner .list_pages_number .page_active {
  padding: 5px 9px;
  background-color: #1C3763;
  color: #FFF;
  font-weight: 700;
  border-radius: 3px;
}
main .config .display_products .pagination .pagination_inner .list_pages_number button {
  font-family: "system-ui";
  border: none;
  background-color: transparent;
  color: #1C3763;
  font-weight: 500;
  font-size: 0.9em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
main .config .display_products .pagination .pagination_inner .list_pages_number button:not(button:first-child) {
  margin-left: 24px;
}
main .config .display_products .pagination .pagination_inner .next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  rotate: 180deg;
  margin-left: 24px;
}
main .config .display_products #grid_products {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1230px) {
  main .config .display_products #grid_products {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
main .config .display_products #grid_products article {
  position: relative;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  display: flex;
  flex-direction: column;
}
main .config .display_products #grid_products article .card-square {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
main .config .display_products #grid_products article .card-square-img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
main .config .display_products #grid_products article .product_info {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
main .config .display_products #grid_products article .product_info span {
  display: flex;
  background-color: #A41834;
  height: 2px;
  position: absolute;
}
main .config .display_products #grid_products article .product_info span:first-child {
  width: 100%;
}
main .config .display_products #grid_products article .product_info span:last-child {
  background-color: #A41834;
  width: 100%;
  rotate: 90deg;
}
main .config .display_products #grid_products article .product_image {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
main .config .display_products #grid_products article .product_image img {
  padding: 0 24px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
main .config .display_products #grid_products article .product_price {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: rgba(28, 55, 99, 0.15);
  padding: 0px 24px;
}
main .config .display_products #grid_products article .product_price span:first-child {
  font-size: 1.2rem;
  font-weight: 700;
}
main .config .display_products #grid_products article .product_price span:last-child {
  margin-top: 4px;
  margin-left: 8px;
  font-size: 0.8rem;
  color: #A41834;
  font-weight: 500;
}
main .config .display_products #grid_products article .product_cart {
  background-color: #FFF;
  padding: 16px 24px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
main .config .display_products #grid_products article .product_cart span {
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
}
main .config .display_products #grid_products article .product_cart .product_cart_actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
main .config .display_products #grid_products article .product_cart .product_cart_actions button:first-child {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 12px 18px;
  background-color: #C21835;
  font-size: 0.95em;
  font-weight: 500;
}
@media (max-width: 1230px) {
  main .config .display_products #grid_products article .product_cart .product_cart_actions button:first-child {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
main .config .display_products #grid_products article .product_cart .product_cart_actions button:last-child {
  background-color: transparent;
  border: none;
  height: 24px;
}
main .config .display_products #grid_products article .product_cart .product_cart_actions button img {
  width: 24px;
  height: 24px;
}
main .config .display_products #list_products {
  margin-top: 24px;
}
main .config .display_products #list_products article {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 0px 0px 7px 7px;
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
}
@media (max-width: 1230px) {
  main .config .display_products #list_products article {
    flex-direction: column;
    align-items: baseline;
  }
}
main .config .display_products #list_products article:nth-child(even) {
  background: rgba(28, 55, 99, 0.1);
}
main .config .display_products #list_products article .product_info_left {
  display: flex;
  font-size: 1.1em;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  main .config .display_products #list_products article .product_info_left {
    font-size: 13px;
  }
}
main .config .display_products #list_products article .product_info_left .product_info {
  background-color: transparent;
  border: 0;
  margin-right: 40px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1230px) {
  main .config .display_products #list_products article .product_info_left .product_info {
    display: none;
  }
}
main .config .display_products #list_products article .product_info_left .product_info span {
  background-color: #C21835;
  display: inline-flex;
  width: 100%;
  height: 2px;
  position: absolute;
}
main .config .display_products #list_products article .product_info_left .product_info span:last-child {
  rotate: 90deg;
}
main .config .display_products #list_products article .product_info_right {
  display: flex;
}
@media (max-width: 1230px) {
  main .config .display_products #list_products article .product_info_right {
    justify-content: space-between;
    width: 100%;
  }
}
main .config .display_products #list_products article .product_info_right .product_price {
  display: flex;
  align-items: center;
}
main .config .display_products #list_products article .product_info_right .product_price span:first-child {
  font-size: 1.2em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  main .config .display_products #list_products article .product_info_right .product_price span:first-child {
    font-size: 20px;
  }
}
main .config .display_products #list_products article .product_info_right .product_price span:last-child {
  margin-left: 8px;
  font-size: 0.9em;
  font-weight: 500;
  color: #A41834;
}
@media (max-width: 1230px) {
  main .config .display_products #list_products article .product_info_right .product_price span:last-child {
    font-size: 12px;
  }
}
main .config .display_products #list_products article .product_info_right .product_actions {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media (max-width: 1230px) {
  main .config .display_products #list_products article .product_info_right .product_actions {
    position: relative;
    top: -12px;
  }
}
main .config .display_products #list_products article .product_info_right .product_actions a {
  display: flex;
}
main .config .display_products #list_products article .product_info_right .product_actions button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
}
main .config .display_products #list_products article .product_info_right .product_actions button:last-child {
  margin-left: 16px;
}
main .config .grid_footer {
  padding: 0;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
main .config .grid_footer button {
  cursor: pointer;
  font-size: 0.9rem;
  background-color: transparent;
  border: none;
  color: #1C3763;
  font-weight: 500;
  text-decoration: underline;
}
/* -- Hide Products container -- */
.hide_productsCTN {
  display: none !important;
}
.show_productCTN {
  display: block !important;
}
/* -- Product Pop-up Page -- */
.prd_show_return_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: 20px;
  width: auto;
}
.prd_show_return_btn a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--blue-logo-color);
}
@media (max-width: 1230px) {
  .prd_show_return_btn p {
    display: none;
  }
}
.product_container {
  z-index: 1000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #F5F5F5;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1230px) {
  .product_container {
    margin: 0px 16px;
  }
}
.product_container .dezoom {
  width: 100%;
  height: 20px;
}
@media (max-width: 1230px) {
  .product_container .dezoom {
    right: 16px;
  }
}
.product_container .dezoom span {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #A41834;
  margin-right: 10px;
}
.product_container .dezoom p {
  font-weight: bold;
}
.product_container .page_title {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-bottom: 7px solid #C21835;
}
@media (max-width: 1230px) {
  .product_container .page_title {
    padding: 24px;
  }
  .product_container .page_title h1 {
    padding-right: 32px;
  }
}
.product_container .page_title .breadcrumb {
  font-size: 1.3em;
  margin-top: 8px;
  margin-bottom: 16px;
  display: inline-flex;
}
@media (max-width: 1230px) {
  .product_container .page_title .breadcrumb {
    display: none;
  }
}
.product_container .page_title .ref {
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 1230px) {
  .product_container .page_title .ref {
    margin-top: 16px;
    font-size: 13px;
  }
}
.product_container .page_title .ref span:last-child {
  color: #1DCE2F;
  margin-left: 16px;
}
.product_container .page_title .ref .alerte_stock {
  color: #C21835 !important;
}
#product {
  display: flex;
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 0 80px;
}
@media (min-width: 1230px) {
  #product {
    min-height: 520px;
  }
}
@media (max-width: 1230px) {
  #product {
    flex-direction: column;
    padding: 0 16px;
  }
}
#product .product_img {
  width: 30%;
  margin-right: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1230px) {
  #product .product_img {
    width: 100%;
    padding: 24px 0px;
  }
}
#product .product_img .product_img_self {
  display: flex;
  justify-content: center;
}
#product .product_img .product_img_self img {
  width: 100%;
  height: 100%;
  max-width: 80%;
  object-fit: cover;
}
@media (max-width: 1230px) {
  #product .product_img .product_img_self img {
    min-height: 170px;
    max-width: 100% !important;
  }
}
#product .product_img .product_img_switch {
  display: flex;
  justify-content: center;
  position: absolute;
  gap: 40px;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1230px) {
  #product .product_img .product_img_switch {
    gap: 31px;
  }
}
#product .product_img .product_img_switch button {
  width: 25%;
  border: none;
  height: 4px;
  background-color: #A41834;
  cursor: pointer;
  opacity: 0.4;
}
#product .product_img .product_img_switch button:first-child {
  opacity: 1;
}
#product .product_img .product_img_expand {
  border: none;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  bottom: 40px;
  right: 0px;
  width: 20px;
  height: 20px;
}
#product .product_info {
  padding: 40px 0px;
  width: 60%;
}
@media (max-width: 1230px) {
  #product .product_info {
    width: 100%;
    padding: 24px 0px;
  }
}
#product .product_info h2 {
  font-size: 1.3em;
  margin-bottom: 16px;
}
#product .product_info .product_info_description p {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1230px) {
  #product .product_info .product_info_description p {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
#product .product_info .product_info_caracteristic h2 {
  margin-bottom: 0px;
}
#product .product_info .product_info_caracteristic table {
  width: 100%;
  font-weight: 500;
}
@media (max-width: 1230px) {
  #product .product_info .product_info_caracteristic table {
    font-size: 13px;
  }
}
#product .product_info .product_info_caracteristic table tr {
  display: flex;
  justify-content: space-between;
  padding: 2px 8px;
  font-size: 1.3em;
}
#product .product_info .product_info_caracteristic table tr:nth-child(even) {
  background: rgba(28, 55, 99, 0.15);
}
.docs {
  padding: 40px 80px;
}
@media (max-width: 1230px) {
  .docs {
    padding: 16px 16px 0px 16px;
  }
}
.docs .docs_listings {
  margin-top: 24px;
}
@media (max-width: 1230px) {
  .docs .docs_listings {
    font-size: 13px;
  }
}
.docs .docs_listings article {
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 0px 0px 7px 7px;
}
@media (max-width: 1230px) {
  .docs .docs_listings article {
    padding: 9px 16px;
  }
}
.docs .docs_listings article:not(article:first-child) {
  margin-top: 16px;
}
.docs .docs_listings article:nth-child(odd) {
  background: rgba(28, 55, 99, 0.15);
}
.docs .docs_listings article .docs_listings_left {
  display: flex;
  align-items: center;
}
.docs .docs_listings article .docs_listings_left button {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: none;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1230px) {
  .docs .docs_listings article .docs_listings_left button {
    display: none;
  }
}
.docs .docs_listings article .docs_listings_left button span {
  width: 100%;
  height: 2px;
  background-color: #A41834;
  position: absolute;
}
.docs .docs_listings article .docs_listings_left button span:last-child {
  rotate: 90deg;
}
.docs .docs_listings article .docs_listings_left span {
  font-size: 1.1em;
  font-weight: 500;
}
.docs .docs_listings article .docs_listings_right {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-right: 8px;
}
.docs .docs_listings article .docs_listings_file {
  flex-basis: 100%;
  margin-top: 10px;
}
@media (min-width: 1230px) {
  .docs .docs_listings article .docs_listings_file {
    margin-left: 60px;
  }
}
@media (min-width: 1230px) {
  .plus_toggle_expand_block {
    display: none;
  }
}
.buy {
  padding: 0 80px;
}
@media (max-width: 1230px) {
  .buy {
    padding: 16px 16px 0px 16px;
  }
}
.buy .buy_inner {
  border-bottom: 1px solid #1C3763;
  padding-bottom: 40px;
}
.buy .buy_inner .buy_items {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items {
    margin-top: 24px;
  }
}
.buy .buy_inner .buy_items .buy_items_item .buy_items_item_title {
  font-size: 1.3em;
  font-weight: 700;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-flex;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_item .buy_items_item_title {
    font-size: 20px;
  }
}
.buy .buy_inner .buy_items .buy_items_item .buy_items_item_info {
  font-size: 0.8em;
  font-weight: 500;
  margin-right: 35px;
  position: relative;
  bottom: 1px;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_item .buy_items_item_info {
    display: none;
  }
}
.buy .buy_inner .buy_items .buy_items_item .counter {
  display: flex;
}
.buy .buy_inner .buy_items .buy_items_item .counter .increment,
.buy .buy_inner .buy_items .buy_items_item .counter .decrement {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #A41834;
  border: none;
  border-radius: 4px;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_item .counter .increment,
  .buy .buy_inner .buy_items .buy_items_item .counter .decrement {
    width: 20px;
    height: 20px;
  }
}
.buy .buy_inner .buy_items .buy_items_item .counter input {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  border: none;
  border-radius: 4px;
  width: 70px;
  height: 32px;
  color: #1C3763;
  text-align: center;
  font-size: 1em;
  padding: 0px 6px;
  font-weight: 700;
  font-family: "system-ui", sans-serif;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_item .counter input {
    font-size: 12px;
    width: 70px;
  }
}
.buy .buy_inner .buy_items .buy_items_item .counter .decrement {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_item .counter .decrement {
    margin-right: 9px;
  }
}
.buy .buy_inner .buy_items .buy_items_item .counter .decrement span {
  display: flex;
  width: 50%;
  height: 2px;
  background-color: #FFF;
}
.buy .buy_inner .buy_items .buy_items_item .counter .increment {
  margin-left: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_item .counter .increment {
    margin-left: 9px;
  }
}
.buy .buy_inner .buy_items .buy_items_item .counter .increment span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FFF;
}
.buy .buy_inner .buy_items .buy_items_item .counter .increment span:last-child {
  rotate: 90deg;
}
.buy .buy_inner .buy_items .buy_items_prices {
  display: flex;
  align-items: end;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_prices {
    flex-direction: column;
    align-self: end;
  }
}
.buy .buy_inner .buy_items .buy_items_prices .buy_items_prices_ht {
  font-size: 1.3em;
  font-weight: 700;
}
.buy .buy_inner .buy_items .buy_items_prices .buy_items_prices_ttc {
  margin-left: 16px;
  font-size: 0.9em;
  font-weight: 500;
  color: #A41834;
  position: relative;
  bottom: 4px;
}
.buy .buy_inner .buy_items .buy_items_prices .buy_items_item_info_responsive {
  display: none;
}
@media (max-width: 1230px) {
  .buy .buy_inner .buy_items .buy_items_prices .buy_items_item_info_responsive {
    display: block;
    font-size: 12px;
  }
}
.total {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .total {
    padding: 24px 16px;
    flex-direction: column;
  }
}
.total h4 {
  font-size: 3em;
}
@media (max-width: 1230px) {
  .total h4 {
    font-size: 24px;
  }
}
.total .total_actions_prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -70px;
}
@media (max-width: 1230px) {
  .total .total_actions_prices {
    margin-top: 16px;
    flex-direction: column;
    align-items: baseline;
  }
}
.total .total_actions_prices .total_actions {
  margin-top: 24px;
  display: flex;
}
@media (max-width: 1230px) {
  .total .total_actions_prices .total_actions {
    margin-top: 0px;
    order: 2;
  }
}
.total .total_actions_prices .total_actions div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 375px) {
  .total .total_actions_prices .total_actions div {
    gap: 16px;
  }
}
@media (max-width: 1230px) {
  .total .total_actions_prices .total_actions div {
    margin-top: 0px;
  }
}
.total .total_actions_prices .total_actions div button {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 10px 15px;
  background-color: #1C3763;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1230px) {
  .total .total_actions_prices .total_actions div button {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.total .total_actions_prices .total_actions div button:first-child {
  background-color: #A41834;
  margin-right: 8px;
}
@media screen and (max-width: 375px) {
  .total .total_actions_prices .total_actions div button:first-child {
    height: 35px;
  }
}
.total .total_actions_prices .total_actions div button img {
  margin-right: 10px;
}
.total .total_actions_prices .total_prices {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1230px) {
  .total .total_actions_prices .total_prices {
    order: 1;
    align-self: end;
    margin-bottom: 24px;
  }
}
.total .total_actions_prices .total_prices span {
  text-align: end;
}
.total .total_actions_prices .total_prices span:first-child {
  font-size: 3em;
  font-weight: 800;
}
@media (max-width: 1230px) {
  .total .total_actions_prices .total_prices span:first-child {
    font-size: 24px;
  }
}
.total .total_actions_prices .total_prices span:last-child {
  margin-top: 4px;
  font-size: 2em;
  font-weight: 700;
  color: #A41834;
}
@media (max-width: 1230px) {
  .total .total_actions_prices .total_prices span:last-child {
    font-size: 16px;
  }
}
.popup_close {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
  text-decoration: underline;
  color: #A41834;
}
.popup_close button {
  color: #A41834;
  font-size: 0.9em;
}
@media (max-width: 1230px) {
  .uppercase {
    text-transform: uppercase;
  }
}
@media (max-width: 1230px) {
  .cart_inner {
    padding: 24px 16px 24px 16px;
    margin: auto 16px;
  }
}
.cart_inner h2 {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .cart_inner h2 {
    font-size: 24px;
    font-weight: 800;
  }
}
.cart_inner .profile_inner {
  margin-bottom: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1C3763;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
  }
}
.cart_inner .profile_inner .profile_inner_name {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_name {
    display: block;
    position: absolute;
    z-index: 10;
  }
}
.cart_inner .profile_inner .profile_inner_name button {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
  padding: 10px 12px;
  background-color: #1C3763;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_name button {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.cart_inner .profile_inner .profile_inner_name button a {
  color: #FFF;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_name button {
    margin-top: 16px;
  }
}
@media screen and (max-width: 360px) {
  .cart_inner .profile_inner .profile_inner_name button {
    margin-top: 105px;
  }
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_name h2 {
    font-weight: 800;
  }
}
.cart_inner .profile_inner .profile_inner_infos {
  display: flex;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_infos {
    display: block;
    width: 100%;
  }
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file {
  position: relative;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file {
    display: flex;
    justify-content: end;
  }
}
@media screen and (max-width: 360px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file {
    justify-content: start;
  }
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file .profile_inner_infos_file_inner {
  position: relative;
}
@media screen and (max-width: 360px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file .profile_inner_infos_file_inner {
    margin-top: 45px;
  }
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file .profile_inner_infos_file_inner::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='7.19995'%20width='16'%20height='1.6'%20fill='%231C3763'/%3e%3crect%20x='8.79688'%20width='16'%20height='1.6'%20transform='rotate(90%208.79688%200)'%20fill='%231C3763'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file .profile_inner_infos_file_inner::after {
    width: 14px;
    height: 14px;
  }
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file input[type=file] {
  color: transparent;
  position: relative;
  width: 200px;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file input[type=file] {
    width: 80px;
  }
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file input[type=file]::-webkit-file-upload-button {
  position: relative;
  color: transparent;
  background: rgba(28, 55, 99, 0.15);
  border: none;
  height: 200px;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_file input[type=file]::-webkit-file-upload-button {
    height: 80px;
  }
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_details {
  margin-left: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_details {
    margin-left: 0px;
    margin-top: 24px;
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_details {
    margin-top: 65px;
  }
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_details .details_row {
  display: flex;
  justify-content: space-between;
}
.cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_details .details_row:not(.details_row:first-child) {
  margin-top: 8px;
}
@media (max-width: 1230px) {
  .cart_inner .profile_inner .profile_inner_infos .profile_inner_infos_details .details_row .details_row_summarize {
    display: none;
  }
}
.cart_inner .cart_ctn {
  margin-top: 24px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_ctn {
    margin-top: 8px;
  }
}
.cart_inner .wishlist_link a {
  color: #A41834;
  font-weight: 700;
  margin-top: 24px;
  display: block;
  text-decoration: underline;
  font-size: 18px;
}
@media (max-width: 1230px) {
  .cart_inner .wishlist_link a {
    font-size: 1em;
  }
}
.cart_inner .cart_toggle_container_prices {
  display: flex;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner .cart_toggle_container_prices {
    justify-content: space-between;
    width: 100%;
  }
}
.cart_inner .cart_toggle_container_prices .cart_item_inner_prices {
  margin-right: 24px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_toggle_container_prices .cart_item_inner_prices {
    margin-right: 0px;
  }
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_toggle_container_prices .cart_item_inner_prices {
    align-items: start;
    top: 0px;
    margin-top: 15px;
  }
}
.cart_inner .cart_toggle_container_prices .cart_item_inner_prices span:first-child {
  font-size: 1.3em;
  font-weight: 700;
  margin-right: 20px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_toggle_container_prices .cart_item_inner_prices span:first-child {
    margin-right: 0px;
    font-size: 20px;
  }
}
.cart_inner .cart_toggle_container_prices .cart_item_inner_prices span:last-child {
  font-size: 0.8em;
  font-weight: 500;
  color: #A41834;
}
@media (max-width: 1230px) {
  .cart_inner .cart_toggle_container_prices .cart_item_inner_prices span:last-child {
    font-size: 12px;
  }
}
@media (max-width: 1230px) {
  .cart_inner .cart_toggle_container_prices .triangle {
    position: relative;
    top: -10px;
  }
}
.cart_inner .cart_items .cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item {
    display: block;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_items .cart_item {
    margin-top: 25px;
  }
}
.cart_inner .cart_items .cart_item:first-child {
  margin-top: 24px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item:first-child {
    margin-top: 24px;
  }
}
.cart_inner .cart_items .cart_item:last-child {
  margin-bottom: 24px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item:last-child {
    margin-bottom: 0px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left {
  display: flex;
  align-items: center;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter {
  display: flex;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment,
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #A41834;
  border: none;
  border-radius: 4px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment,
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
    width: 20px;
    height: 20px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter input {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  border: none;
  border-radius: 4px;
  width: 70px;
  height: 32px;
  color: #1C3763;
  text-align: center;
  font-size: 1em;
  padding: 0px 6px;
  font-weight: 700;
  font-family: "system-ui", sans-serif;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter input {
    font-size: 12px;
    width: 70px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement {
    margin-right: 9px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .decrement span {
  display: flex;
  width: 50%;
  height: 2px;
  background-color: #FFF;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment {
  margin-left: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment {
    margin-left: 9px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FFF;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .counter .increment span:last-child {
  rotate: 90deg;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .counter {
    order: 2;
    position: relative;
    z-index: 10;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  font-size: 1.1em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title {
    font-size: 13px;
    order: 1;
    margin-left: 0px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:nth-child(2) {
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:nth-child(2) {
    margin-left: 0px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:last-child {
  cursor: pointer;
  display: flex;
}
.cart_inner .cart_items .cart_item .cart_item_inner_left .cart_item_inner_title span:last-child img {
  margin-left: 24px;
  width: 20px;
  height: 20px;
}
.cart_inner .cart_items .cart_item .cart_item_inner_prices {
  display: flex;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices {
    justify-content: end;
    flex-direction: column;
    align-items: end;
    position: relative;
    top: -26px;
  }
}
@media screen and (max-width: 350px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices {
    align-items: start;
    top: 0px;
    margin-top: 15px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_prices span:first-child {
  font-size: 1.3em;
  font-weight: 700;
  margin-right: 20px;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices span:first-child {
    margin-right: 0px;
    font-size: 20px;
  }
}
.cart_inner .cart_items .cart_item .cart_item_inner_prices span:last-child {
  font-size: 0.8em;
  font-weight: 500;
  color: #A41834;
}
@media (max-width: 1230px) {
  .cart_inner .cart_items .cart_item .cart_item_inner_prices span:last-child {
    font-size: 12px;
  }
}
.cart_inner .profile_documentation h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1230px) {
  .cart_inner .profile_documentation h2 {
    margin-bottom: 24px;
  }
}
.cart_ctn_order:nth-child(even) .cart_toggle {
  background-color: #FFF;
}
.cart_ctn_order:nth-child(odd) .cart_toggle {
  background: rgba(28, 55, 99, 0.15);
}
.cart_toggle {
  cursor: pointer;
  width: 100%;
  color: #1C3763;
  font-family: "system-ui", sans-serif;
  margin-top: 16px;
  padding: 14px 24px;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 0px 0px 7px 7px;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_toggle {
    margin-top: 8px;
    font-size: 13px;
    padding: 10px 24px;
    text-align: left;
    align-items: baseline;
    flex-direction: column;
  }
}
@media (max-width: 1230px) {
  .cart_toggle .cart_toggle_container_prices {
    margin-top: 8px;
  }
}
@media screen and (max-width: 350px) {
  .cart_toggle .cart_toggle_container_prices {
    margin-top: 0px;
  }
}
.profile_documentation .cart_ctn_order:nth-child(even) .cart_toggle {
  background: rgba(28, 55, 99, 0.15);
}
.profile_documentation .cart_ctn_order:nth-child(odd) .cart_toggle {
  background: rgba(28, 55, 99, 0.15);
}
@media (max-width: 1230px) {
  .profile_documentation .cart_ctn_order:last-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 1230px) {
  .profile_documentation .cart_toggle {
    flex-direction: row;
    align-items: center;
  }
}
.profile_documentation .cart_toggle span:first-child {
  text-decoration: underline;
}
@media (max-width: 1230px) {
  .profile_documentation .cart_toggle .cart_toggle_container_prices {
    width: auto;
  }
}
@media (max-width: 1230px) {
  .profile_documentation .cart_toggle .cart_toggle_container_prices .triangle {
    position: relative;
    top: -2px;
  }
}
.profile_documentation .cart_items .cart_item {
  padding: 4px 16px;
  margin-bottom: 0px !important;
}
@media (max-width: 1230px) {
  .profile_documentation .cart_items .cart_item {
    display: flex;
  }
}
.profile_documentation .cart_items .cart_item:nth-child(even) {
  background: rgba(28, 55, 99, 0.15);
}
.profile_documentation .cart_items .cart_item:first-child {
  margin-top: 0px !important;
}
.profile_documentation .cart_items .cart_item .cart_item_inner_title {
  margin-left: 0px !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}
.profile_documentation .cart_items .cart_item .cart_item_inner_prices {
  position: relative;
  top: 3px;
}
.cart_inner.profile_inner .cart_ctn .cart_toggle {
  margin-top: 0;
}
.cart_inner.profile_inner .cart_items {
  margin-bottom: 30px;
}
.cart_inner.profile_inner .cart_items .form_actions {
  justify-content: right;
}
.email_verification_inner .form_actions {
  display: flex;
}
.cart_inner.faq_inner {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 80px 80px 80px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.faq_ctn {
  margin-top: 24px;
}
.faq_item_ctn {
  margin-top: 24px;
}
.faq_item_ctn p {
  font-weight: 500;
}
.faq_item_ctn p + h2, .faq_item_ctn p + p {
  margin-top: 24px;
}
.faq_item_ctn h2 {
  margin-bottom: 10px;
}
.faq_toggle {
  cursor: pointer;
  width: 100%;
  color: #1C3763;
  font-family: "system-ui", sans-serif;
  margin-top: 40px;
  background: rgba(28, 55, 99, 0.15);
  padding: 16px 24px;
  border-radius: 7px 7px 0px 0px;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1230px) {
  .faq_toggle {
    margin-top: 24px;
    font-size: 13px;
    padding: 10px 16px;
    text-align: left;
  }
}
.cart_inner.location_inner {
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}
.cart_inner.location_inner .location_map {
  display: flex;
  flex-grow: 1.6;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.cart_inner.location_inner .location_map iframe {
  width: 100%;
  border-radius: 10px;
}
.cart_inner.location_inner .location_info {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.cart_inner.location_inner .location_info .location_address + .location_address {
  margin-top: 30px;
}
.cart_inner.location_inner .location_info a {
  text-decoration: underline;
}
@media (max-width: 1230px) {
  .cart_inner.location_inner {
    flex-direction: column;
  }
  .cart_inner.location_inner .location_map, .cart_inner.location_inner .location_info {
    flex-grow: initial;
    width: 100%;
  }
  .cart_inner.location_inner .location_address {
    margin-top: 30px;
  }
}
.cart_inner.location_inner h2 {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .cart_inner.location_inner h2 {
    font-size: 24px;
  }
}
.cart_inner.location_inner .news_item {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1230px) {
  .cart_inner.location_inner .news_item {
    width: auto;
  }
}
.cart_inner.location_inner .news_item .img-news {
  display: flex;
  justify-content: center;
}
.cart_inner.location_inner .news_item .img-news img {
  user-select: none;
  height: 22vh;
  min-height: 180px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 7px 7px 0px 0px;
}
.cart_inner.location_inner .news_item .btn-plus {
  top: 20px;
  right: 20px;
  border-radius: 7px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #A41834;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .cart_inner.location_inner .news_item .btn-plus {
    display: none;
  }
}
.cart_inner.location_inner .news_item .btn-plus span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FFF;
}
.cart_inner.location_inner .news_item .btn-plus span:first-child {
  rotate: 180deg;
}
.cart_inner.location_inner .news_item .btn-plus span:last-child {
  rotate: 90deg;
}
.cart_inner.location_inner .news_item .inner_products {
  padding: 24px 28px 42px 24px;
}
@media (max-width: 1230px) {
  .cart_inner.location_inner .news_item .inner_products {
    padding: 24px;
  }
}
.cart_inner.location_inner .news_item .inner_products .inner_products_btn_responsive {
  display: none;
}
@media (max-width: 1230px) {
  .cart_inner.location_inner .news_item .inner_products .inner_products_btn_responsive {
    display: inline-flex;
    font-size: 12px;
    margin-top: 16px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border-radius: 7px;
    padding: 8px 16px;
    background-color: #A41834;
    border-radius: 4px;
  }
}
@media (max-width: 1230px) and (max-width: 1230px) {
  .cart_inner.location_inner .news_item .inner_products .inner_products_btn_responsive {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.cart_inner.location_inner .news_item .inner_products span {
  font-size: 1.8em;
  font-weight: 700;
}
@media (max-width: 1230px) {
  .cart_inner.location_inner .news_item .inner_products span {
    font-size: 20px;
    font-weight: 800;
  }
}
.cart_inner.location_inner .news_item .inner_products p {
  margin-top: 7px;
}
.grid_footer {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.grid_footer button {
  cursor: pointer;
  font-size: 0.9rem;
  background-color: transparent;
  border: none;
  color: #1C3763;
  font-weight: 500;
  text-decoration: underline;
}
.contact_form_fields h2 {
  margin-bottom: 20px;
}
.categories_inner {
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 30px;
}
@media (min-width: 1230px) {
  .categories_inner .inner_products_btn_responsive {
    display: inline-flex !important;
    margin-top: 16px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border-radius: 7px;
    padding: 12px 24px;
    background-color: #C21835;
    border-radius: 4px;
  }
}
@media (min-width: 1230px) and (max-width: 1230px) {
  .categories_inner .inner_products_btn_responsive {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media (min-width: 1230px) {
  .categories_inner .inner_products p {
    height: 50px;
  }
}
.catalogs_inner.news_inner .news_item .img-news img {
  user-select: none;
  height: 22vh;
  min-height: 466px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 1230px) {
  .categories_inner {
    grid-template-columns: 1fr;
    width: 90%;
  }
}/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
