html {
  height: 100%; }

body {
  min-height: 100%; }
  body.noscroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll; }

#scrollTop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #E6E6E7;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 110px;
  right: 40px;
  cursor: pointer;
  z-index: 100;
  border-radius: 10px;
  opacity: 0;
  transition: all .4s;
  background-color: #fff; }
  #scrollTop.active {
    opacity: 1; }
  #scrollTop > div {
    color: black; }

#content-wrapper {
  z-index: 0; }
  #content-wrapper main {
    min-height: 100vh;
    background-color: #f5f6f9; }

.c-wrapper {
  margin: 0 auto 0 auto; }

#overlay-wrapper {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s 0s; }
  #overlay-wrapper.on {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.3s 0.05s; }

.identity-layout {
  background-color: #f5f6f9; }
  .identity-layout .comp-header-01 {
    display: none; }
  .identity-layout header, .identity-layout footer {
    display: none; }

[data-expand] {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: height 0.4s ease-in-out, opacity 0.3s;
  -o-transition: height 0.4s ease-in-out, opacity 0.3s;
  -webkit-transition: height 0.4s ease-in-out, opacity 0.3s;
  transition: height 0.4s ease-in-out, opacity 0.3s; }
  [data-expand].on {
    opacity: 1;
    -moz-transition: height 0.4s ease-in-out, opacity 1s;
    -o-transition: height 0.4s ease-in-out, opacity 1s;
    -webkit-transition: height 0.4s ease-in-out, opacity 1s;
    transition: height 0.4s ease-in-out, opacity 1s; }
  [data-expand].init-on {
    opacity: 1;
    height: auto; }

[data-switch-group-parent] {
  overflow: hidden;
  transition: height 0.3s; }

[data-switch-group] {
  position: absolute;
  top: -100000px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  width: 100%; }
  [data-switch-group].switch-on {
    position: relative;
    top: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
    width: 100%;
    background: #fff; }
    [data-switch-group].switch-on.switching-off {
      opacity: 0; }

/* Common XS1 and XS2 */
@media all and (max-width: 767px) {
  .c-wrapper {
    width: calc(100% - 48px); }

  #content-wrapper main.f-checkout-page {
    padding-bottom: 113px; } }
/* XS1 */
/* XS2 */
/* Common SM1 and SM2 */
@media all and (min-width: 768px) and (max-width: 1279px) {
  .c-wrapper {
    width: 704px; }

  #content-wrapper main.f-checkout-page {
    padding-bottom: 120px; } }
/* SM1 */
/* SM2 */
/* Common MD and LG */
@media all and (min-width: 1280px) {
  .c-wrapper {
    width: 1240px; } }
/* MD */
/* LG */

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