@font-face {
  font-family: "ArchivoNarrow";
  font-style: normal;
  font-weight: 400;
  src: local("ArchivoNarrow-Regular"), url("../fonts/ArchivoNarrow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ArchivoNarrow";
  font-style: italic;
  font-weight: 400;
  src: local("ArchivoNarrow-Italic"), url("../fonts/ArchivoNarrow-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "ArchivoNarrow";
  font-style: normal;
  font-weight: 500;
  src: local("ArchivoNarrow-Medium"), url("../fonts/ArchivoNarrow-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ArchivoNarrow";
  font-style: italic;
  font-weight: 500;
  src: local("ArchivoNarrow-MediumItalic"), url("../fonts/ArchivoNarrow-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "ArchivoNarrow";
  font-style: normal;
  font-weight: 600;
  src: local("ArchivoNarrow-Semibold"), url("../fonts/ArchivoNarrow-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "ArchivoNarrow";
  font-style: italic;
  font-weight: 600;
  src: local("ArchivoNarrow-SemiboldItalic"), url("../fonts/ArchivoNarrow-SemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "ArchivoNarrow";
  font-style: normal;
  font-weight: 700;
  src: local("ArchivoNarrow-Bold"), url("../fonts/ArchivoNarrow-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ArchivoNarrow";
  font-style: italic;
  font-weight: 700;
  src: local("ArchivoNarrow-BoldItalic"), url("../fonts/ArchivoNarrow-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 700;
  src: local("Alegreya-Bold"), url("../fonts/Alegreya-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 800;
  src: local("Alegreya-ExtraBold"), url("../fonts/Alegreya-ExtraBold.ttf") format("truetype");
}
.cookie-container.active p {
  padding-top: 20px;
}

.wrapper {
  padding: 32px;
  text-align: center;
}

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #006666;
  color: #FFFFFF;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
}

.cookie-container.active {
  bottom: 0;
  text-align: center;
  z-index: 200;
}

.cookie-container a {
  color: #FFFFFF;
}

.cookie-btn {
  background: #FFFFFF;
  border: 0;
  color: #006666;
  padding: 12px 48px;
  font-size: 18px;
  margin-bottom: 16px;
  border-radius: 8px;
  cursor: pointer;
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-family: "Alegreya", sans-serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #919191;
  font-weight: 400;
}

.container-xxl {
  max-width: 1640px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya", sans-serif;
  color: #006666;
}

a {
  color: #006666;
  text-decoration: none;
}

.openMenu {
  position: fixed;
  z-index: 1035;
  top: 45px;
  right: 28px;
  background-color: #006666;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  padding: 11px;
  transition: all 0.28s ease-in;
  display: none;
}
@media screen and (max-width: 992px) {
  .openMenu {
    top: 15px;
    right: 15px;
    display: block;
  }
}

#myNav {
  background-color: #006666;
  color: #FFFFFF;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  overflow-x: hidden;
  transition: all 0.5s ease-out;
}
#myNav .closebtn {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  color: #FFFFFF;
  font-size: 3.25em;
  line-height: 24px;
  padding: 20px;
}
#myNav .overlay-content {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain;
  transition: all 0.78s ease-out;
}
#myNav .overlay-content .col-wrapper .col-title-link-wrapper h4 {
  font-size: 1.25em;
}
#myNav .overlay-content .col-wrapper .col-title-link-wrapper h4 a {
  color: #FFFFFF;
  font-size: 1.25em;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #myNav .overlay-content .col-wrapper .col-title-link-wrapper h4 a {
    font-size: 1em;
  }
}
#myNav .overlay-content .col-wrapper .col-list-link-wrapper .link-list {
  margin: 0;
  padding: 0;
}
#myNav .overlay-content .col-wrapper .col-list-link-wrapper .link-list .list-item {
  list-style: none;
}
#myNav .overlay-content .col-wrapper .col-list-link-wrapper .link-list .list-item a {
  font-size: 1.125em;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 2em;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #myNav .overlay-content .col-wrapper .col-list-link-wrapper .link-list .list-item a {
    font-size: 0.75em;
  }
}

.navbar {
  background: transparent;
  transition: all 0.28s ease-in;
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  .navbar {
    padding-left: 91px;
    padding-right: 91px;
  }
}
@media (min-width: 81.25em) {
  .navbar {
    padding-left: 131px;
    padding-right: 131px;
  }
}
.navbar .navbar-brand {
  position: relative;
  width: 170px;
  height: 119.62px;
}
.navbar .navbar-brand img {
  height: 119.62px;
  transition: opacity 0.1s linear;
  transform: translate(0);
  opacity: 1;
  position: absolute;
  left: 0;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .navbar .navbar-brand img {
    height: 82.19px;
  }
}
.navbar .navbar-brand img.hide {
  transform: translate(9999px);
  opacity: 0;
}
.navbar .navbar-toggler {
  background-color: transparent;
  border: none !important;
  border-radius: 10px;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .navbar .navbar-toggler {
    margin-right: 65px;
    margin-top: -25px;
  }
}
.navbar .navbar-toggler:active, .navbar .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28221, 26, 29, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  transition: all 0.28s ease-in;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-family: "Alegreya", sans-serif;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.25em;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1em;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.125em;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
}
.navbar .navbar-nav .nav-item .nav-link.scrolled {
  color: #006666;
}
.navbar .btn-accessibility {
  background-color: #006666;
  color: #FFFFFF;
  min-width: 260px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  transition: all 0.28s ease-in;
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  .navbar .btn-accessibility {
    min-width: 230px;
  }
}
.navbar .btn-accessibility:after {
  display: none;
}
.navbar .accessibility-menu {
  top: 60px;
  background-color: #006666;
  border-radius: 10px;
  border: none;
  min-width: 260px;
  padding: 20px;
}
.navbar .accessibility-menu p {
  color: #FFFFFF;
  text-align: center;
}
.navbar .accessibility-menu .btns-wrapper .btn-white {
  border-radius: 10px;
  width: 65px;
  height: 66px;
  background: #FFFFFF;
  color: #000000;
  font-weight: 700;
  font-size: 25px;
}
.navbar .accessibility-menu .theme-switcher {
  margin-bottom: 16px;
  border: none;
  border-radius: 10px;
  height: 50px;
  font-size: 1.125em;
}
.navbar .accessibility-menu .skip-to-content {
  border-radius: 10px;
  background-color: #FFFFFF;
  font-size: 1.125em;
  color: #000000;
  text-align: center;
  width: 100%;
  height: 50px;
  padding-top: 10px;
}

.fill {
  transition: all 0.28s ease-in;
  background-color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .fill {
    height: 80px;
  }
}

.scrolled .navbar-brand {
  height: 119.62px;
  width: 165px;
  position: relative;
}
.scrolled .navbar-brand img {
  transition: opacity 0.1s linear;
  transform: translate(0);
  opacity: 1;
  position: absolute;
  left: 0;
}
.scrolled .navbar-brand img.hide {
  transform: translate(1px);
  opacity: 0;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .scrolled .navbar-brand img {
    height: 52.19px;
    transition: opacity 0.1s linear;
  }
}
@media (min-width: 61.25em) {
  .scrolled .navbar-brand {
    transition: opacity 0.1s linear;
  }
  .scrolled .navbar-brand img {
    height: 119.62px;
    transition: opacity 0.1s linear;
  }
}
.scrolled .navbar-toggler {
  margin-top: 0;
}

#hero {
  background-image: url("../images/main_bg.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: cover;
  height: 100vh;
  max-height: 770px;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #hero {
    max-height: 240px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #hero {
    max-height: 380px;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #hero {
    max-height: 430px;
  }
}

#hero-newspage {
  background-image: url("../images/main_bg.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: cover;
  height: 100vh;
  max-height: 550px;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #hero-newspage {
    max-height: 240px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #hero-newspage {
    max-height: 380px;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #hero-newspage {
    max-height: 430px;
  }
}

#search {
  position: relative;
  margin-top: -38px;
}
#search .site-search-wrapper {
  background-color: #006666;
  border-radius: 15px;
  padding: 16px 32px;
}
#search .site-search-wrapper .search-wrapper {
  position: relative;
}
#search .site-search-wrapper .search-wrapper .form-control {
  height: 40px;
  padding-right: 35px;
  border: none !important;
  border-radius: 10px;
}
#search .site-search-wrapper .search-wrapper .btn-search {
  position: absolute;
  right: 8px;
  top: -1px;
}

#newsSection {
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: contain;
  margin-top: -34px;
  padding-top: 100px;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #newsSection {
    padding-top: 82px;
  }
}
#newsSection.products .mall-products-item {
  display: inline-block;
}
#newsSection.products .mall-products-item:hover {
  color: #DD1A1D;
}
#newsSection.products .mall-products-item i {
  margin-right: 5px;
}
#newsSection.products .mall-products-item a {
  color: white;
}
#newsSection.products .mall-products-item a:hover {
  color: #DD1A1D;
}
#newsSection.products .mall-products-filter .mall-property-group:nth-child(1) {
  display: none;
}
#newsSection.products .mall-products-filter .mall-property-group:nth-child(2) {
  margin-bottom: 50px;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name {
  position: relative;
  font-family: "Alegreya", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.3em;
  color: #006666;
  margin-bottom: 20px;
  text-align: center;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name .mall-property__clear-filter {
  text-align: end;
  margin-top: 20px;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name .mall-property__clear-filter .js-mall-clear-filter {
  display: inline;
  font-size: 14px;
  background: #DD1A1D;
  color: white;
  padding: 7px;
  font-weight: bold;
  border-radius: 5px;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name:before, #newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name:after {
  content: "";
  width: 25%;
  height: 1px;
  background-color: #DD1A1D;
  position: absolute;
  top: 50%;
  z-index: -1;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name:before, #newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name:after {
    width: 20%;
  }
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name:before {
  left: 0;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property-group__name:after {
  right: 0;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-property__label {
  display: none;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-filter:nth-child(1) {
  display: block;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-filter:nth-child(1) .noUi-connect {
  background: #DD1A1D !important;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-filter {
  display: inline-grid;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-filter .noUi-horizontal {
  height: 15px !important;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-filter .noUi-horizontal .noUi-handle {
  height: 25px;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-filter .js-mall-filter.mall-filter__option {
  font-size: 18px;
  cursor: pointer;
}
#newsSection.products .mall-products-filter .mall-property-group .mall-property .mall-filter .js-mall-filter.mall-filter__option.mall-filter__option--selected {
  font-weight: bold;
}
#newsSection.products .mall-loader {
  display: none;
}
#newsSection.products .section-heading-wrapper h1:before, #newsSection.products .section-heading-wrapper h1:after {
  width: 30%;
}
#newsSection.products .news-card-wrapper {
  max-height: 450px;
  min-height: 450px;
}
#newsSection .section-heading-wrapper h1 {
  position: relative;
  font-family: "Alegreya", sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  letter-spacing: 0.3em;
  color: #006666;
  margin-bottom: 43px;
}
#newsSection .section-heading-wrapper h1:before, #newsSection .section-heading-wrapper h1:after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006666;
  position: absolute;
  top: 50%;
  z-index: -1;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #newsSection .section-heading-wrapper h1:before, #newsSection .section-heading-wrapper h1:after {
    width: 20%;
  }
}
#newsSection .section-heading-wrapper h1:before {
  left: 0;
}
#newsSection .section-heading-wrapper h1:after {
  right: 0;
}
#newsSection .news-card-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  min-height: 500px;
  max-height: 500px;
  padding-top: 26px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #newsSection .news-card-wrapper {
    min-height: 600px;
    max-height: 600px;
  }
}
#newsSection .news-card-wrapper .news-card-title {
  width: 100%;
  margin-bottom: 15px;
}
#newsSection .news-card-wrapper .news-card-title h4 {
  text-align: center;
  font-weight: 700;
  font-size: 1.375em;
  color: #006666;
}
#newsSection .news-card-wrapper .read-more-btn {
  position: absolute;
  bottom: 20px;
  right: 24px;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 800;
  margin: 0;
  line-height: 0;
}
#newsSection .news-card-wrapper .read-more-btn:hover {
  color: #006666;
}
#newsSection .link-wrapper {
  position: relative;
}
#newsSection .link-wrapper:before {
  left: 0;
}
#newsSection .link-wrapper:after {
  right: 0;
}
#newsSection .link-wrapper .archive-link {
  position: relative;
  background-color: #006666;
  color: #FFFFFF;
  min-width: 260px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#quickLinks {
  margin-top: 120px;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #quickLinks {
    margin-top: 60px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #quickLinks {
    margin-top: 60px;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #quickLinks {
    margin-top: 90px;
  }
}
#quickLinks .quick-link-wrapper {
  position: relative;
  height: 150px;
  padding: 28px 24px;
  margin-bottom: 1rem;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
}
#quickLinks .quick-link-wrapper a {
  position: absolute;
  width: calc(100% - 45px);
  color: #FFFFFF;
  font-size: 2em;
  font-family: "Alegreya", sans-serif;
  font-weight: 700;
  text-align: right;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #quickLinks .quick-link-wrapper a {
    font-size: 2em;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #quickLinks .quick-link-wrapper a {
    font-size: 2em;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #quickLinks .quick-link-wrapper a {
    font-size: 1.75em;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #quickLinks .quick-link-wrapper a {
    font-size: 1.75em;
  }
}
#quickLinks .quick-link-wrapper a img {
  float: left;
}
#quickLinks .gray {
  background-color: #919191;
}
#quickLinks .gray a {
  text-align: center;
}
#quickLinks .red {
  background-color: #006666;
}

#whoWeAre {
  margin-top: 15px;
}
#whoWeAre .ratio {
  transition: 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #whoWeAre .ratio {
    margin-bottom: 30px;
  }
}
#whoWeAre iframe {
  border-radius: 15px;
}
#whoWeAre .col-wrapper {
  border-radius: 15px;
  background: #f4f4f4;
  padding: 26px 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
}
#whoWeAre .col-wrapper .title-wrapper {
  margin-bottom: 20px;
}
#whoWeAre .col-wrapper .title-wrapper h3 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#whoWeAre .col-wrapper .text-wrapper p {
  font-size: 1.125em;
  margin-bottom: 0;
}
#whoWeAre .col-wrapper .text-wrapper p .bold {
  font-weight: 700;
}
#whoWeAre .col-wrapper .text-wrapper .red {
  color: #006666;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
}

#newspage {
  padding-top: 100px;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #newspage {
    padding-top: 100px;
  }
}
#newspage .article-title-wrapper h1 {
  margin-bottom: 29px;
  text-transform: uppercase;
  transition: all 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #newspage .article-title-wrapper h1 {
    font-size: 1.75em;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #newspage .article-title-wrapper h1 {
    font-size: 2em;
  }
}
@media (min-width: 61.25em) {
  #newspage .article-title-wrapper h1 {
    font-size: 2.375em;
  }
}
#newspage .page-content-wrapper p {
  font-size: 1em;
  transition: all 0.28s ease-in;
}
@media (min-width: 61.25em) {
  #newspage .page-content-wrapper p {
    font-size: 1.125em;
  }
}
#newspage .swiper {
  border-radius: 15px;
  height: 600px;
}
#newspage .swiper .swiper-slide img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#newspage .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.65;
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 2px solid #919191;
  transition: all 0.28s ease-in;
}
#newspage .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #006666;
}
#newspage .swiper .swiper-button-prev, #newspage .swiper .swiper-button-next {
  background-color: #FFFFFF;
  height: 36px;
  width: 36px;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#newspage .swiper .swiper-button-prev:after, #newspage .swiper .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 22px;
  width: 13px;
  z-index: 1;
}
#newspage .swiper .swiper-button-prev:after {
  right: 13px;
  background-image: url("../images/icons/prejsnja-slika.svg") !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 61.24em) {
  #newspage .swiper .swiper-button-prev {
    display: none;
  }
}
#newspage .swiper .swiper-button-next:after {
  left: 13px;
  background-image: url("../images/icons/naslednja-slika.svg") !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 61.24em) {
  #newspage .swiper .swiper-button-next {
    display: none;
  }
}

#footer {
  margin-top: 120px;
  border-top: 5px solid #006666;
  background-color: #E6E6E6;
  transition: 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #footer {
    margin-top: 60px;
  }
}
#footer .top-row {
  padding-top: 55px;
  padding-bottom: 60px;
}
#footer .top-row .img-wrapper {
  transition: 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #footer .top-row .img-wrapper {
    min-width: 320px;
    text-align: center;
    margin-bottom: 30px;
  }
}
#footer .top-row .col-wrapper {
  transition: 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #footer .top-row .col-wrapper {
    min-width: 150px;
    margin-bottom: 30px;
  }
}
#footer .top-row .col-wrapper .col-title h4 {
  font-size: 1.125em;
  font-weight: 700;
}
#footer .top-row .col-wrapper .col-list {
  margin: 0;
  padding: 0;
}
#footer .top-row .col-wrapper .col-list .list-item {
  font-size: 1.125em;
  list-style: none;
  transition: 0.28s ease-in;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #footer .top-row .col-wrapper .col-list .list-item {
    font-size: 1em;
  }
}
#footer .top-row .col-wrapper .col-list .list-item a {
  color: #919191;
  text-decoration: none;
}
#footer .top-row .col-wrapper .col-list .list-item a:hover {
  color: #919191;
}
#footer .bottom-row {
  background-color: #006666;
}
#footer .bottom-row p {
  color: #FFFFFF;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 9px;
}

/*_______________*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.btn-primary, .mall-btn--primary {
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary:hover, .btn-primary :active, .btn-primary :focus, .mall-btn--primary:hover, .mall-btn--primary :active, .mall-btn--primary :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}

.mall-cart .mall-cart__table {
  width: 100%;
}
.mall-cart .mall-cart__table tr.mall-cart__product td:nth-child(2) {
  text-align: center;
}
.mall-cart .mall-cart__table tr.mall-cart__product td:nth-child(2) a {
  font-size: 24px;
  font-weight: bold;
}
.mall-cart .mall-cart__table tr.mall-cart__product td:first-child {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mall-cart .mall-cart__table tr.mall-cart__product td:first-child a {
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.mall-cart .mall-cart__table tr.mall-cart__product td:first-child a img {
  width: 125px;
}
.mall-cart .mall-cart__table tr.mall-cart__product div {
  display: flex;
}
.mall-cart .mall-cart__table tr.mall-cart__product div .js-mall-remove-product {
  font-weight: 300 !important;
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
.mall-cart .mall-cart__table tr.mall-cart__product div .js-mall-remove-product:hover, .mall-cart .mall-cart__table tr.mall-cart__product div .js-mall-remove-product :active, .mall-cart .mall-cart__table tr.mall-cart__product div .js-mall-remove-product :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
.mall-cart .mall-cart__empty {
  text-align: center;
  border: 1px solid white;
  padding: 20px;
  border-radius: 5px;
  background: #DD1A1D;
  color: white;
  font-weight: bold;
}
.mall-cart .mall-cart-actions {
  display: flex;
}
.mall-cart .mall-cart-actions .mall-btn--primary {
  margin-top: 50px;
  margin-bottom: auto !important;
  margin-right: 10%;
  margin-left: auto !important;
}
.mall-cart .mall-cart__shipping {
  display: none;
}

.mall-quick-checkout .mall-cart__table {
  width: 100%;
}
.mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) {
  display: flex;
}
.mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) a:nth-child(1) {
  width: 20%;
}
.mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) .text-muted {
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: 0%;
  margin-left: auto !important;
}
.mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) div:nth-child(3) {
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: 10% !important;
  margin-left: auto !important;
}
.mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) div:nth-child(3) .js-mall-remove-product {
  width: 80px;
  display: inline-block;
  font-size: 16px !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
.mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) div:nth-child(3) .js-mall-remove-product:hover, .mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) div:nth-child(3) .js-mall-remove-product :active, .mall-quick-checkout .mall-cart__table .mall-cart__product td:nth-child(1) div:nth-child(3) .js-mall-remove-product :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
.mall-quick-checkout .mall-quick-checkout__collapsible-summary {
  display: none;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods {
  margin: 50px 0px;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods .mall-quick-checkout__payment-method-form {
  margin-bottom: 50px;
  margin-top: 20px;
  width: 50%;
  text-align: center;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods .mall-quick-checkout__payment-method-form .StripeElement {
  margin: 20px 0px;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods .mall-quick-checkout__toggle-option {
  margin: 20px 0px;
  color: #DD1A1D;
  display: flex;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-selection {
  width: 30px;
  display: flex;
  border: 1px solid #DD1A1D;
  border-radius: 50px;
  margin-right: 10px;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-selection .mall-selection-indicator {
  margin: auto;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-text .mall-quick-checkout__toggle-option-name {
  margin-bottom: 0px;
}
.mall-quick-checkout .mall-quick-checkout__payment-methods .mall-quick-checkout__toggle-option--active .mall-quick-checkout__toggle-option-selection {
  background-color: #DD1A1D;
  color: #fff;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods {
  margin: 50px 0px;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__shipping-method-form {
  margin: 50px 0px;
  width: 50%;
  text-align: center;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option {
  margin: 20px 0px;
  color: #DD1A1D;
  display: flex;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-selection {
  width: 30px;
  display: flex;
  border: 1px solid #DD1A1D;
  border-radius: 50px;
  margin-right: 10px;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-selection .mall-selection-indicator {
  margin: auto;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-text {
  display: flex;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-text .mall-quick-checkout__toggle-option-name {
  margin: auto;
  margin-right: 10px;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option .mall-quick-checkout__toggle-option-text .mall-quick-checkout__toggle-option-price {
  margin: auto;
}
.mall-quick-checkout .mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option--active .mall-quick-checkout__toggle-option-selection {
  background-color: #DD1A1D;
  color: #fff;
}
.mall-quick-checkout .mall-btn {
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
.mall-quick-checkout .mall-btn:hover, .mall-quick-checkout .mall-btn :active, .mall-quick-checkout .mall-btn :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
.mall-quick-checkout .mall-cart-summary {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns {
  display: flex;
}
.mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__billing-address {
  padding: 0px 20px;
  width: 100%;
}
.mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__billing-address .js-change-address {
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
.mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__billing-address .js-change-address:hover, .mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__billing-address .js-change-address :active, .mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__billing-address .js-change-address :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
.mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__shipping-address {
  width: 100%;
  padding: 0px 20px;
}
.mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__shipping-address .js-change-address {
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
.mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__shipping-address .js-change-address:hover, .mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__shipping-address .js-change-address :active, .mall-quick-checkout .mall-cart-summary .mall-cart-summary__info--two-columns .mall-cart-summary__shipping-address .js-change-address :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}

.mall-products__products {
  display: flex;
}
.mall-products__products .record-list {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.mall-product .news-card-wrapper {
  margin: 10px;
  width: 25%;
}
.mall-product .news-card-wrapper .text-wrapper {
  min-height: 150px;
}
.mall-product .opis {
  margin-top: 50px;
  font-size: 20px;
}
.mall-product .kratki-opis {
  margin-top: 60px;
  font-size: 20px;
}
.mall-product .mall-product__cart .mall-product__price .mall-product__current-price {
  font-size: 32px;
  font-weight: bold;
}
.mall-product .mall-product__cart .mall-product__add-to-cart .mall-product__property-stock {
  display: none !important;
}
.mall-product .mall-product__cart .mall-product__add-to-cart .mall-product__add-to-cart-form .mall-form-control label {
  display: none !important;
}
.mall-product .mall-product__cart .mall-product__add-to-cart .mall-product__add-to-cart-form .mall-form-control .mall-input {
  margin-top: 20px !important;
  font-size: 18px;
  text-align: center;
  border: 1px solid black;
  border-radius: 5px;
}
.mall-product .mall-product__cart .mall-product__add-to-cart .mall-product__add-to-cart-form button.mall-add-to-cart-button {
  margin-top: 30px !important;
  background: #DD1A1D;
  border: none;
  padding: 10px;
  width: 200px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}

.mall-address-form .mall-address-form__form label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.mall-address-form .mall-address-form__form input {
  width: 100% !important;
  padding: 5px;
}
.mall-address-form .mall-address-form__form textarea {
  resize: none !important;
  padding: 5px;
  width: 100%;
}
.mall-address-form .mall-address-form__form select {
  width: 100%;
  padding: 5px;
}
.mall-address-form .mall-address-form__actions {
  margin-top: 50px;
  display: flex;
}
.mall-address-form .mall-address-form__actions .mall-btn {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

#profile {
  position: relative;
  margin-top: -100px;
}
#profile .mall-payment-method__customer-methods {
  display: none;
}
#profile .mall-payment-method__data {
  text-align: center;
  margin: 20px 0px;
}
#profile .mall-payment-method__data .StripeElement {
  margin: 20px 0px;
}
#profile .mall-quick-checkout .mall-quick-checkout__actions {
  text-align: end;
}
#profile .mall-quick-checkout .mall-quick-checkout__actions .js-mall-checkout {
  font-size: 22px !important;
}
#profile .mall-quick-checkout .mall-signup-terms {
  margin-top: 50px;
}
#profile .mall-quick-checkout .mall-signup-terms .mall-checkbox {
  display: flex !important;
  justify-content: left;
}
#profile .mall-quick-checkout .mall-signup-terms .mall-checkbox .js-mall-toggle-signup-terms {
  width: 50px !important;
  display: inline-block;
}
#profile .mall-quick-checkout label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
#profile .mall-quick-checkout input {
  width: 100% !important;
  padding: 5px;
}
#profile .mall-quick-checkout textarea {
  resize: none !important;
  padding: 5px;
  width: 100%;
}
#profile .mall-quick-checkout select {
  width: 100%;
  padding: 5px;
}
#profile .mall-quick-checkout .mall-form-actions {
  text-align: center;
}
#profile .mall-quick-checkout .mall-quick-checkout__sign-in-link {
  display: none;
}
#profile .mall-signup .mall-signup__signin form label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
#profile .mall-signup .mall-signup__signin form input {
  width: 100% !important;
  padding: 5px;
}
#profile .mall-signup .mall-signup__signin form textarea {
  resize: none !important;
  padding: 5px;
  width: 100%;
}
#profile .mall-signup .mall-signup__signin form select {
  width: 100%;
  padding: 5px;
}
#profile .mall-signup .mall-signup__signin form .mall-form-actions {
  text-align: center;
}
#profile .mall-signup .mall-signup__signup .mall-signup__guest-option {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#profile .mall-signup .mall-signup__signup .mall-signup__guest-option .mall-checkbox {
  display: flex !important;
  justify-content: center;
}
#profile .mall-signup .mall-signup__signup .mall-signup__guest-option .mall-checkbox .js-mall-toggle-guest-signup {
  width: 50px !important;
  display: inline-block;
}
#profile .mall-signup .mall-signup__signup .mall-signup-terms {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#profile .mall-signup .mall-signup__signup .mall-signup-terms .mall-checkbox {
  display: flex !important;
  justify-content: center;
}
#profile .mall-signup .mall-signup__signup .mall-signup-terms .mall-checkbox .js-mall-toggle-signup-terms {
  width: 50px !important;
  display: inline-block;
}
#profile .mall-signup .mall-signup__signup .mall-signup__shipping-address-option {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#profile .mall-signup .mall-signup__signup .mall-signup__shipping-address-option .mall-checkbox {
  display: flex !important;
  justify-content: center;
}
#profile .mall-signup .mall-signup__signup .mall-signup__shipping-address-option .mall-checkbox .js-mall-toggle-shipping-address {
  width: 50px !important;
  display: inline-block;
}
#profile .mall-signup .mall-signup__signup .mall-signup__billing-address .mall-signup__subheading {
  display: none;
}
#profile .mall-signup .mall-signup__signup form label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
#profile .mall-signup .mall-signup__signup form input {
  width: 100% !important;
  padding: 5px;
}
#profile .mall-signup .mall-signup__signup form textarea {
  resize: none !important;
  padding: 5px;
  width: 100%;
}
#profile .mall-signup .mall-signup__signup form select {
  width: 100%;
  padding: 5px;
}
#profile .mall-signup .mall-signup__signup form .mall-form-actions {
  text-align: center;
}
#profile .mall-orders-list .mall-orders-list__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
#profile .mall-orders-list .mall-orders-list__table .mall-orders-list__details .mall-order-details .mall-order-details__product-list .mall-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
#profile .mall-orders-list .mall-orders-list__table .mall-orders-list__details .mall-order-details .mall-order-details__product-list .mall-table tr td:nth-child(1) {
  width: 40%;
}
#profile .mall-orders-list .mall-orders-list__table .mall-orders-list__details .mall-order-details .mall-order-details__product-list .mall-table tr td:nth-child(2) {
  width: 20%;
}
#profile .mall-orders-list .mall-orders-list__table .mall-orders-list__details .mall-order-details .mall-order-details__row {
  display: flex;
  margin: 30px 0px;
}
#profile .mall-orders-list .mall-orders-list__table .mall-orders-list__details .mall-order-details .mall-order-details__row .mall-order-details__detail {
  width: 100%;
}
#profile .mall-address-list .mall-address-list__actions {
  margin: 20px;
}
#profile .mall-address-list .mall-address-list__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
#profile .mall-address-list .mall-address-list__table tr td:nth-child(1) {
  display: none;
}
#profile .mall-address-list .mall-address-list__table tr td .mall-switcher {
  display: flex;
}
#profile .mall-address-list .mall-address-list__table tr td .mall-switcher a {
  margin: auto !important;
}
#profile .mall-address-list .mall-address-list__table tr td .mall-switcher a.mall-switcher__item--active {
  font-weight: bold;
}
#profile .mall-address-list .mall-address-list__table .mall-address-list__table-actions {
  display: flex;
}
#profile .mall-btn {
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
#profile .mall-btn:hover, #profile .mall-btn :active, #profile .mall-btn :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
#profile .mall-address__actions .js-change-address {
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
#profile .mall-address__actions .js-change-address:hover, #profile .mall-address__actions .js-change-address :active, #profile .mall-address__actions .js-change-address :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
#profile .mall-address-selector .mall-form-actions {
  margin-top: 50px;
}
#profile .content-wrapper {
  padding: 30px;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 10px 10px 29px 0px;
}
#profile .content-wrapper .mall-payment-method {
  display: flex;
}
#profile .content-wrapper .mall-payment-method .mall-payment-method__entry {
  width: 100%;
}
#profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__heading {
  text-align: center;
}
#profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__heading .mall-payment-method__name {
  font-size: 1.5rem;
}
#profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__selector {
  text-align: center;
  margin: 20px 0px;
}
#profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__selector .mall-payment-method__select-button {
  font-size: 16px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
#profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__selector .mall-payment-method__select-button:hover, #profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__selector .mall-payment-method__select-button :active, #profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__selector .mall-payment-method__select-button :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
#profile .content-wrapper .mall-payment-method .mall-payment-method__entry .mall-payment-method__submit {
  text-align: center;
}
#profile .content-wrapper #partialUserResetForm form label {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
#profile .content-wrapper #partialUserResetForm form input {
  width: 100% !important;
  padding: 5px;
}
#profile .content-wrapper #partialUserResetForm form textarea {
  resize: none !important;
  padding: 5px;
  width: 100%;
}
#profile .content-wrapper #partialUserResetForm form select {
  width: 100%;
  padding: 5px;
}
#profile .content-wrapper #partialUserResetForm form .mall-form-actions {
  margin-top: 20px;
  display: flex;
}
#profile .content-wrapper #partialUserResetForm form .mall-form-actions .btn-default {
  font-size: 16px !important;
  margin-bottom: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0.25rem !important;
  padding: 6px 12px !important;
  color: white !important;
  background-color: #DD1A1D !important;
  border: 1px solid #DD1A1D !important;
  outline: none !important;
  box-shadow: none !important;
}
#profile .content-wrapper #partialUserResetForm form .mall-form-actions .btn-default:hover, #profile .content-wrapper #partialUserResetForm form .mall-form-actions .btn-default :active, #profile .content-wrapper #partialUserResetForm form .mall-form-actions .btn-default :focus {
  color: #DD1A1D !important;
  background-color: transparent !important;
  border: 1px solid #DD1A1D !important;
}
#profile .content-wrapper .mall-my-account .mall-my-account__nav-item {
  color: #000;
  display: flex;
  margin: 10px 0px;
}
#profile .content-wrapper .mall-my-account .mall-my-account__nav-item.mall-my-account__nav-item--active {
  color: #DD1A1D;
  font-weight: bold;
}
#profile .content-wrapper .mall-my-account .mall-my-account__nav-item i {
  left: 2%;
  position: relative;
  width: 24px;
  font-size: 24px;
  margin-right: 10px;
}
#profile .content-wrapper .mall-my-account .mall-my-account__nav-item a {
  position: relative;
  left: 10%;
}
#profile .content-wrapper .mall-my-account__content .mall-address-list__list {
  text-align: unset;
}
#profile .content-wrapper .mall-my-account__content h2 {
  text-align: center;
}
#profile .content-wrapper .mall-my-account__content form {
  text-align: center;
  width: 100%;
}
#profile .content-wrapper .mall-my-account__content form .mall-form-control label {
  width: 50% !important;
  text-align: center !important;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
#profile .content-wrapper .mall-my-account__content form .mall-form-control input {
  width: 50% !important;
  padding: 5px;
}
#profile .content-wrapper .mall-my-account__content form .mall-form-actions {
  margin-top: 50px;
  display: flex;
}
#profile .content-wrapper .mall-my-account__content form .mall-form-actions .mall-btn {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}/*# sourceMappingURL=main.css.map */