@charset "UTF-8";
:root {
  --text-font-weight: 400;
  --heading-font-weight: 400;
}

html, body {
  font-size: 16px;
}
@media (max-width: 991px) {
  html, body {
    font-size: 14.4px;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-weight: var(--text-font-weight, 400);
  line-height: 1.6;
  letter-spacing: 0.064rem;
  color: #444;
  background: linear-gradient(to right, rgb(251, 251, 251), #f3f1f1);
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 991px) {
  body {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  font-weight: 400;
  font-weight: var(--heading-font-weight, 400);
  line-height: 1.28;
}

.h4, h4 {
  font-size: 1.26rem;
}

.h5, h5 {
  font-size: 1.02rem;
}

.h6, h6 {
  font-size: 0.87rem;
}

p {
  margin-bottom: 0.75em;
}

@media (max-width: 991px) {
  .h1, h1 {
    font-size: 1.98rem;
  }
}
a, a:hover {
  text-decoration: none;
}

.small, small {
  font-weight: 300;
}

label {
  margin-bottom: 0.22em;
  padding-left: 1px;
  font-weight: 400;
  font-weight: var(--heading-font-weight, 400);
  color: #444;
}

select {
  -webkit-appearance: none;
}

*:focus {
  outline: none !important;
}

.box-shadow {
  box-shadow: 2px 2px 12px -4px rgba(88, 88, 88, 0.7);
}

.action-nav-wrapper {
  background-color: rgb(243, 243, 243);
  border: 1px solid rgb(227, 227, 227);
  overflow: hidden;
}
.action-nav-wrapper .item {
  padding: 15px 0;
  text-align: center;
  font-size: 0.98rem;
}
@media (min-width: 992px) {
  .action-nav-wrapper .item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 200ms;
  }
  .action-nav-wrapper .item:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 100%;
    left: -42%;
    top: 0;
    background: #408ef5;
    transform: skew(50deg);
    transition-duration: 360ms;
    transform-origin: top left;
  }
  .action-nav-wrapper .item:not(.active):hover {
    color: #fff;
    background-color: transparent;
  }
  .action-nav-wrapper .item:not(.active):hover:after {
    height: 100%;
    width: 150%;
  }
}
@media (max-width: 991px) {
  .action-nav-wrapper .item {
    padding: 10px 0;
    overflow: visible;
  }
  .action-nav-wrapper .item:not(:last-of-type) {
    border-bottom: 1px solid rgb(227, 227, 227);
  }
}
.action-nav-wrapper .item.is-active {
  background: rgb(12, 109, 236);
  color: #fff;
}

.action-type .item {
  font-size: 0.9rem;
  padding: 8px 14px;
  text-align: center;
  border: 1px solid rgb(233, 233, 233);
  background-color: rgba(245, 245, 245, 0.315);
  cursor: pointer;
  transition: all 300ms;
}
.action-type .item:hover {
  color: #fff;
  background-color: rgba(255, 132, 128, 0.986);
}
.action-type .item.is-active {
  color: #fff;
  background-color: rgba(255, 95, 83, 0.986);
}
.action-type input:checked + .item {
  color: #fff;
  background-color: rgba(255, 95, 83, 0.986);
}

.btn.btn-primary, .btn-primary.btn-cta, .btn.btn-more, .btn-more.btn-cta {
  color: #fff;
  background: linear-gradient(-200deg, #269dff, #0466e6);
  transition: all 300ms;
}
.btn.btn-primary:hover, .btn-primary.btn-cta:hover, .btn.btn-more:hover, .btn-more.btn-cta:hover, .btn.btn-primary:focus, .btn-primary.btn-cta:focus, .btn.btn-more:focus, .btn-more.btn-cta:focus {
  color: #fff;
  background: linear-gradient(-200deg, #0085f2, #0350b4);
}

.btn-more {
  font-size: 0.76rem;
  padding: 0.25rem 0.6rem;
}

.btn-cta {
  font-size: 1.06rem;
  color: #fff;
  padding: 0.5rem 2.5rem;
  background: linear-gradient(-200deg, #ff6e6e, #ff3434);
  transition: all 300ms;
}
.btn-cta.btn-sm {
  font-size: 1rem;
  padding: 0.3rem 1.75rem;
}
.btn-cta:hover {
  color: #fff;
  background: linear-gradient(-200deg, #fd5555, #f00404);
}
.btn-cta.btn-cta-primary {
  background: linear-gradient(-200deg, #269dff, #0466e6);
}
.btn-cta.btn-cta-primary:hover {
  color: #fff;
  background: linear-gradient(-200deg, #0085f2, #0350b4);
}

.btn-multiple-carts {
  font-size: 14pt;
  font-weight: bold;
}

.c-cart-item-list .item {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .c-cart-item-list .item .section-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-cart-item-list .item .section-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-cart-item-list .item .section-left {
    flex: 0 0 68%;
    max-width: 68%;
  }
  .c-cart-item-list .item .section-right {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
@media (min-width: 1200px) {
  .c-cart-item-list .item .section-left {
    flex: 0 0 68%;
    max-width: 68%;
  }
  .c-cart-item-list .item .section-right {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
.c-cart-item-list .item .thumbnail {
  cursor: pointer;
  flex: 0 0 10%;
  max-width: 10%;
  margin: 0;
}
@media (max-width: 1199px) {
  .c-cart-item-list .item .thumbnail {
    flex: 0 0 14%;
    max-width: 14%;
  }
}
.c-cart-item-list .item .info {
  margin: 0 15px 0 30px;
  flex: 0 0 88%;
  max-width: 88%;
}
@media (max-width: 991px) {
  .c-cart-item-list .item .info {
    flex: 0 0 calc(86% - 15px);
    max-width: calc(86% - 15px);
    margin: 0 0 0 15px;
  }
}
.c-cart-item-list .item .info .name {
  margin: 0 0 4px;
  text-align: justify;
  overflow-wrap: break-word;
}
@media (max-width: 419px) {
  .c-cart-item-list .item .info .name {
    font-size: 0.88rem;
  }
}
.c-cart-item-list .item .info .spec {
  margin: 0 0 6px;
  padding: 0.2em 0.65em;
  font-weight: 300;
  font-size: 0.82rem;
  color: rgb(5, 82, 224);
  background-color: rgba(234, 237, 245, 0.692);
  display: inline-block;
  box-shadow: 0 1px 2px -1px rgba(23, 23, 23, 0.43);
}
.c-cart-item-list .item .info .type {
  margin: 0;
  color: rgb(109, 109, 109);
  font-size: 0.84rem;
}
.c-cart-item-list .item .info .type strong {
  color: #bf7957;
}
.c-cart-item-list .item .quantity {
  flex: 0 0 22%;
  max-width: 22%;
  text-align: center;
}
@media (max-width: 991px) {
  .c-cart-item-list .item .quantity {
    display: none;
  }
}
.c-cart-item-list .item .more-detail-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 1.35rem;
  transform: translateY(-50%);
}
.c-cart-item-list .item .price {
  text-align: right;
  border-right: 1px solid rgb(216, 216, 216);
}
.c-cart-item-list .item .price.no-divider {
  border-right-width: 0;
}
@media (min-width: 992px) {
  .c-cart-item-list .item .price {
    flex: 0 0 58%;
    max-width: 58%;
    margin-left: 10px;
    margin-right: 20px;
  }
  .c-cart-item-list .item .price.no-divider {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .c-cart-item-list .item .price {
    flex: 0 0 89%;
    max-width: 89%;
    padding-right: 5%;
    margin-top: 3px;
  }
  .c-cart-item-list .item .price.no-divider {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 399px) {
  .c-cart-item-list .item .price {
    flex: 0 0 87%;
    max-width: 87%;
  }
}
.c-cart-item-list .item .price > h6 {
  margin: 0 0 2px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .c-cart-item-list .item .price .unit-price {
    margin-right: 0.75em;
    font-size: 0.92rem;
  }
}
.c-cart-item-list .item .price .quantity-sm {
  color: rgb(95, 95, 95);
  font-size: 0.92rem;
  font-weight: 400;
}
.c-cart-item-list .item .price .quantity-sm span {
  font-weight: 300;
  color: rgb(107, 107, 107);
}
.c-cart-item-list .item .price .amount {
  font-size: 1.06rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .c-cart-item-list .item .price > h6 {
    display: inline-block;
    margin: 0;
  }
}
.c-cart-item-list .item .delete {
  flex: 0 0 18%;
  max-width: 18%;
  text-align: right;
  padding-right: 4px;
}
@media (max-width: 991px) {
  .c-cart-item-list .item .delete {
    flex: 0 0 11%;
    max-width: 11%;
    padding-right: 0px;
  }
}
@media (max-width: 399px) {
  .c-cart-item-list .item .delete {
    flex: 0 0 13%;
    max-width: 13%;
    padding-right: 0px;
  }
}
.c-cart-item-list .item .delete a {
  color: rgb(234, 66, 0);
}
.c-cart-item-list .item .delete i {
  font-size: 1.76em;
}
@media (max-width: 991px) {
  .c-cart-item-list .item .delete i {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .category-nav .item-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .category-nav .item-wrapper {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .category-nav .item-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.category-nav .item {
  display: block;
  padding: 11px 30px 11px 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #408ef5;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 200ms;
}
@media (max-width: 991px) {
  .category-nav .item {
    padding: 7px 12px 7px 12px;
    font-size: 0.93rem;
  }
  .category-nav .item i {
    display: none;
  }
}
.category-nav .item i {
  margin-right: 10px;
  color: rgb(42, 152, 255);
  transform: scale(0.82);
}
.category-nav .item:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: -35%;
  top: 0;
  background: #3689f5;
  transform: skew(50deg);
  transition-duration: 360ms;
  transform-origin: top left;
}
.category-nav .item:not(.is-active):hover {
  color: #fff;
}
.category-nav .item:not(.is-active):hover i {
  color: #fff;
}
.category-nav .item:not(.is-active):hover:after {
  height: 100%;
  width: 135%;
}
.category-nav .item.is-active {
  color: #fff;
  background-color: #0b64d9;
}
.category-nav .item.is-active i {
  color: #fff;
}

.add-cart-quantity .btn-decrement, .add-cart-quantity .btn-increment {
  color: #636769;
  border-color: #ced4da;
}
.add-cart-quantity .btn-decrement:hover, .add-cart-quantity .btn-increment:hover {
  background-color: #eeeef0;
}
.add-cart-quantity .btn-decrement:not(:disabled):not(.disabled):active, .add-cart-quantity .btn-increment:not(:disabled):not(.disabled):active {
  background-color: #9daebe;
  border-color: #acadaf;
}

[data-parsley-validate] .parsley-errors-list.filled {
  list-style: none;
  margin: 1px 0 0;
  padding: 3px 8px;
  color: #fff;
  background-color: rgb(255, 82, 82);
}

.currency {
  font-size: 10px;
}

.heading-1 {
  color: rgb(45, 63, 129);
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.heading-1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: linear-gradient(to right, #5433ff, #20bdff, #a5fecb);
}
@media (max-width: 991px) {
  .heading-1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .heading-1 {
    font-size: 1.34rem;
    padding-bottom: 8px;
  }
}
.heading-1 > a {
  color: inherit;
}
.heading-1 .slash, .heading-1 .sub-heading {
  font-size: 1.17rem;
  color: rgb(141, 138, 138);
}

.content-heading-1 {
  margin: 0 0 1em;
  padding: 0.54em 0.65em 0.42em;
  font-size: 1.26rem;
  font-weight: 400;
  color: #5687cc;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(63, 63, 63, 0.125);
}

.notification-sets {
  position: fixed;
  z-index: 5000;
}
@media (min-width: 992px) {
  .notification-sets {
    top: 110px;
    right: 20px;
    min-width: 200px;
    max-width: 260px;
    width: 18%;
  }
  .notification-sets > .noty_bar > .noty_body {
    padding: 12px 18px;
    font-size: 0.96rem;
  }
}
@media (max-width: 991px) {
  .notification-sets {
    width: 75%;
    top: initial;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .notification-sets > .noty_bar > .noty_body {
    padding: 12px 16px;
    font-size: 0.92rem;
  }
}

.c-products-list > .item {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .c-products-list > .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-products-list > .item .thumbnail {
  min-width: 100%;
  overflow: hidden;
  position: relative;
}
.c-products-list > .item .thumbnail[data-on-sale]::before {
  background-color: #f54747;
  color: white;
  content: attr(data-on-sale);
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  transform: rotate(-45deg);
  padding: 3px 5px;
  position: absolute;
  top: 10%;
  left: -30%;
  z-index: 5;
}
.c-products-list > .item .name {
  text-align: justify;
  margin: 0.5em 0 0;
  word-break: break-all;
}
.c-products-list > .item .name a {
  color: #444;
}
.c-products-list > .item .price {
  margin: 0 0 0.08em;
  font-size: 0.94rem;
  font-weight: 400;
  color: rgb(234, 66, 0);
  white-space: nowrap;
}

.c-sliders .slick-dots {
  position: relative !important;
  bottom: 0 !important;
}
.c-sliders .slider {
  display: block;
  width: 100%;
  padding-bottom: 15%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-sliders .no-url {
  cursor: initial !important;
}
.c-sliders:not(.slick-initialized) img {
  display: none;
}

.tab-content-wrapper {
  transition: height 420ms;
}
.tab-content-wrapper .tab-content:not(.is-active) {
  display: none;
}

.table th, .table td {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .table {
    font-size: 0.94rem;
  }
}

@media (max-width: 768px) {
  .table.table-auto-fit thead {
    display: none;
  }
  .table.table-auto-fit tr {
    display: block;
    margin: 17px 0;
    background-color: #fbfbfb;
    border: 1px solid #efeded;
  }
  .table.table-auto-fit tr.no-data td {
    padding: 0.5rem 0.2rem;
    text-align: left;
  }
  .table.table-auto-fit td {
    display: block;
    padding: 0.45rem;
    text-align: left;
    font-size: 0.98rem;
    min-height: calc(0.45rem * 2 + 0.98rem * 1.6);
  }
  .table.table-auto-fit td:first-child {
    border-top: 0;
  }
  .table.table-auto-fit td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 1.25em;
  }
}

.thumbnail {
  position: relative;
  width: 120px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.thumbnail:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.go-top {
  position: fixed;
  position: sticky;
  pointer-events: none;
  bottom: 20px;
  right: 0;
  text-align: right;
}
.go-top .circle {
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 13px;
  cursor: pointer;
  color: #408ef5;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid #fff;
  box-sizing: content-box;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  box-shadow: 0px 1px 4px 0px rgba(30, 30, 30, 0.2);
  transition: all 300ms;
  transition: all 0.34s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.62);
  will-change: auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.go-top .circle a, .go-top .circle i {
  font-weight: 600;
  color: #408ef5;
  transition: all 200ms;
  z-index: 2;
}
@media (min-width: 992px) {
  .go-top .circle:hover {
    color: #fff;
  }
  .go-top .circle:hover a, .go-top .circle:hover i {
    color: #fff;
  }
  .go-top .circle.is-clicked {
    color: #408ef5;
    animation: 300ms myCustomAnimate;
  }
  @keyframes myCustomAnimate {
    0% {
      border-width: 2px;
    }
    50% {
      border-width: calc(40px / 2);
    }
    100% {
      border-width: 2px;
    }
  }
  .go-top .circle:after {
    content: "";
    position: absolute;
    top: 90%;
    left: -110%;
    z-index: 1;
    height: 115%;
    width: 115%;
    background-color: #408ef5;
    transform: rotate(45deg);
    transition: all 0.34s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.62);
    will-change: auto;
  }
  .go-top .circle:focus:after, .go-top .circle:hover:after {
    top: -7%;
    left: -7%;
  }
}
@media (max-width: 991px) {
  .go-top .circle {
    height: 35px;
    width: 35px;
    font-size: 13px;
    border: 0px solid #408ef5;
  }
  .go-top .circle.is-clicked {
    animation: 300ms myCustomAnimate;
  }
  @keyframes myCustomAnimate {
    0% {
      border-width: 0px;
    }
    50% {
      border-width: calc(35px / 2);
    }
    100% {
      border-width: 0px;
    }
  }
}

.mockup-routes .content {
  position: fixed;
  z-index: 2000;
  left: -100vw;
  top: 0;
  bottom: 0;
  padding: 30px 20px 15px 30px;
  width: 78vw;
  overflow: scroll;
  box-sizing: border-box;
  background-color: rgb(253, 253, 253);
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 1px 1px 9px 2px rgba(94, 94, 94, 0.1);
  overscroll-behavior: contain;
  transition: left 460ms;
}
.mockup-routes .content a:not(.btn):not(.btn-cta) {
  display: block;
  margin-bottom: 0.25em;
  margin-left: 1.25em;
  color: rgb(88, 88, 88);
  font-size: 0.93rem;
}
.mockup-routes .content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .mockup-routes .content {
    max-width: 380px;
  }
}
.mockup-routes .trigger-open, .mockup-routes .trigger-close {
  cursor: pointer;
}
.mockup-routes .trigger-open {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 40px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(216, 216, 216);
  border-left-width: 0;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
}
.mockup-routes .trigger-open i {
  font-size: 0.9rem;
  color: rgb(77, 77, 77);
}
@media (max-width: 991px) {
  .mockup-routes .trigger-open {
    bottom: 30px;
    width: 33px;
    height: 33px;
    padding: 3px;
  }
  .mockup-routes .trigger-open i {
    font-size: 0.82rem;
  }
}
.mockup-routes.is-open .content {
  left: 0;
}

.footer {
  padding: 40px 0;
  background-color: rgb(230, 232, 235);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer * {
  color: rgb(117, 117, 117);
}
.footer a {
  color: rgb(39, 141, 209);
}
.footer h6 {
  font-weight: 400;
}
.footer .text-muted {
  color: rgb(160, 160, 160) !important;
}
.footer:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  top: -150px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 500px;
  border-color: transparent transparent #dddfe4 transparent;
}
.footer .info {
  position: relative;
  z-index: 1;
}

#page_info {
  word-break: break-all;
}

.header {
  background-color: #fff;
  box-shadow: 0px 1px 4px -2px rgba(116, 116, 116, 0.4901960784);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  overflow: hidden;
  will-change: auto;
  transition: all 500ms;
}
@media (max-width: 991px) {
  .header.is-open {
    padding-bottom: 100vh;
  }
}
.header:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -220px;
  width: 280px;
  height: 280px;
  background-image: linear-gradient(to top, rgba(212, 212, 212, 0.4), rgba(230, 228, 228, 0.753));
  box-shadow: inset 0px 1px 18px -14px rgba(90, 90, 90, 0.4);
  transform: rotate(-36deg);
}
.header:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: -20px;
  left: -170px;
  width: 280px;
  height: 280px;
  background-image: linear-gradient(to top, rgba(245, 245, 245, 0.4), rgba(241, 241, 241, 0.753));
  box-shadow: inset 0px 1px 18px -14px rgba(90, 90, 90, 0.4);
  transform: rotate(-36deg);
}
.header > .container {
  position: relative;
  z-index: 1;
}
.header .user-bar-container {
  background-color: #61aed4;
  background: linear-gradient(to bottom, #5c8de7, #3882e2);
  color: #fff;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}
.header .user-bar-container .user-bar {
  min-height: 37px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .user-bar-container .user-avatar {
  width: 27px;
  margin: 0 27px 0 8px;
}
@media (max-width: 991px) {
  .header .user-bar-container .user-avatar {
    width: 20px;
    margin: 0 5px 0 8px;
  }
}
.header .user-bar-container .user-nav .nav-item {
  margin: 0 0 0 0.5rem;
  padding: 0 0.75rem;
  color: #fff;
}
.header .select-lang > i {
  font-size: 1.3rem;
  color: #777;
}
.header .navbar {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: transparent;
  min-height: 60px;
}
@media (min-width: 992px) {
  .header .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(145, 145, 145);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.header .navbar .navbar-brand img {
  width: 46px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .header .navbar .navbar-brand {
    overflow-x: hidden;
    max-width: calc(100% - 51px - 1rem);
    text-overflow: ellipsis;
  }
}
.header .navbar .nav-toggler {
  padding: 7px 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .header .navbar .nav-toggler {
    display: none;
  }
}
.header .navbar .nav-toggler .line {
  display: block;
  width: 1.4rem;
  height: 2px;
  margin: 4px auto;
  background-color: #777676;
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-toggler.is-open {
  animation: smallbig 0.6s forwards;
}
.header .navbar .nav-toggler.is-open .line:nth-child(1),
.header .navbar .nav-toggler.is-open .line:nth-child(2),
.header .navbar .nav-toggler.is-open .line:nth-child(3) {
  transition-delay: 0.2s;
}
.header .navbar .nav-toggler.is-open .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header .navbar .nav-toggler.is-open .line:nth-child(2) {
  opacity: 0;
}
.header .navbar .nav-toggler.is-open .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
.header .navbar .navbar-nav .nav-item {
  align-items: center;
  display: flex;
  margin: 0 0 0 0.5rem;
  position: relative;
  padding: 0.25rem 0.5rem;
}
.header .navbar .navbar-nav .nav-item.nav-link {
  color: #666;
  font-size: 0.92rem;
  transition: all 300ms;
}
.header .navbar .navbar-nav .nav-item.nav-link:hover {
  color: rgb(12, 109, 236);
}
.header .navbar .navbar-nav .nav-item.nav-link .cart-btn {
  color: rgb(226, 122, 37);
  transition: all 300ms;
}
.header .navbar .navbar-nav .nav-item.nav-link .cart-btn i {
  font-size: 1.33rem;
}
.header .navbar .navbar-nav .nav-item.nav-link .cart-btn .cart-count {
  font-size: 1.05rem;
}
.header .navbar .navbar-nav .nav-item.nav-link:hover .cart-btn {
  color: rgb(12, 109, 236);
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item.nav-link:after {
    content: "";
    position: absolute;
    display: block;
    left: 20%;
    right: 20%;
    bottom: -17px;
    height: 1px;
    background: linear-gradient(to right, #5433ff, #20bdff, #a5fecb);
    transition: all 300ms;
  }
  .header .navbar .navbar-nav .nav-item.nav-link:hover:after {
    bottom: -3px;
  }
}
@media (max-width: 991px) {
  .header .navbar .navbar-nav {
    display: flex;
    width: 100%;
    height: 0;
    opacity: 0.1;
    transition: all 900ms;
  }
  .header .navbar .navbar-nav .nav-item {
    padding: 7px 15px;
  }
  .header .navbar .navbar-nav .nav-item:first-child {
    margin-top: 20px;
  }
  .header .navbar .navbar-nav .nav-item.nav-link {
    font-size: 1.18rem;
  }
  .header .navbar .navbar-nav.is-open {
    opacity: 1;
    transform: translateY(10px);
  }
}

.slick-initialized .slick-slide {
  cursor: pointer;
}
.slick-initialized .slick-prev, .slick-initialized .slick-next {
  width: 26px !important;
  height: 26px !important;
  line-height: 1.37;
}
.slick-initialized .slick-prev {
  left: 0 !important;
}
.slick-initialized .slick-next {
  right: 0 !important;
}
.slick-initialized .slick-prev:before, .slick-initialized .slick-next:before {
  font-size: 26px !important;
  opacity: 0.8 !important;
  color: rgb(110, 110, 110) !important;
}

[v-cloak] {
  display: none;
}

.page-content {
  margin-top: 85px;
  margin-bottom: 25px;
  padding: 20px 25px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border-color: rgba(232, 234, 232, 0.67) !important;
  box-shadow: 0px 2px 2px -1px rgba(30, 30, 30, 0.1);
  flex: 1;
}
@media (max-width: 991px) {
  .page-content {
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.has-user-nav .page-content {
  margin-top: 122px;
}
@media (max-width: 991px) {
  .has-user-nav .page-content {
    margin-top: 97px;
  }
}

@media (max-width: 991px) {
  .page-cart .category-nav-wrap {
    margin: 0 -17px 20px;
    padding: 7px 17px;
    position: sticky;
    top: 60px;
    z-index: 10;
    background-color: #fff;
  }
  .page-cart .category-nav-wrap[stuck] {
    box-shadow: 0px 2px 12px -5px rgba(85, 85, 85, 0.58);
  }
}
@media (max-width: 991px) {
  .page-cart.has-user-nav .category-nav-wrap {
    top: 97px;
  }
}
.page-cart .reward-input-set {
  flex-wrap: nowrap;
  width: 11em;
}
.page-cart .product-accordion .product-accordion-item {
  margin-bottom: 2px;
}
.page-cart .product-accordion .product-accordion-item .title {
  padding: 8px 15px;
  display: block;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #2376e2, #594ae0);
}
.page-cart .product-accordion .product-accordion-item .title .arrow {
  transition: transform 420ms ease-in;
  will-change: auto;
}
.page-cart .product-accordion .product-accordion-item .product-accordion-content {
  max-height: 0;
  transition: max-height 600ms ease-in;
  overflow: hidden;
  will-change: auto;
}
.page-cart .product-accordion .product-accordion-item .product-accordion-content .c-products-list {
  padding: 15px 0;
}
.page-cart .product-accordion .product-accordion-item.is-active .title .arrow {
  transform: rotate(90deg);
}
.page-cart .product-accordion .product-accordion-item.is-active .product-accordion-content {
  max-height: 1800px;
  transition: max-height 600ms ease-out;
}

.flash {
  animation: flash 1s ease-out;
  animation-iteration-count: infinite;
}

@keyframes flash {
  0% {
    color: #fff;
  }
  50% {
    color: #f00;
  }
  100% {
    color: #fff;
  }
}
.page-index .cta .cta-btn {
  font-size: 0.84rem;
}
.page-index .show-list .title {
  margin-bottom: 0.75em;
}
.page-index .show-list .content {
  margin-bottom: 1.25rem;
}
.page-index .show-list .content p {
  margin-bottom: 0.25em;
}

.c-cart-item-list .item.open-image .thumbnail {
  flex: 0 0 60% !important;
  max-width: 60% !important;
}
.c-cart-item-list .item.open-image .info {
  flex: 0 0 calc(40% - 15px) !important;
  max-width: calc(40% - 15px) !important;
}

.page-product-detail img {
  max-width: 100%;
}
.page-product-detail .thumbnails {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgb(247, 247, 247);
}
.page-product-detail .thumbnails .sliders {
  margin: 0 15px;
}
.page-product-detail .thumbnails .sliders .slider {
  display: block;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-product-detail .thumbnails .sliders .slider:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-product-detail .thumbnails .sliders-nav {
  margin-top: 5px;
  padding: 0 40px 0;
  margin-left: auto;
  margin-right: auto;
}
.page-product-detail .thumbnails .sliders-nav .slider {
  display: block;
  width: 100%;
  margin: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-product-detail .thumbnails .sliders-nav .slider:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-product-detail .thumbnails .sliders-nav .slick-prev {
  left: 10px !important;
}
.page-product-detail .thumbnails .sliders-nav .slick-next {
  right: 10px !important;
}

.page-products .categories .category {
  margin-bottom: 20px;
  padding: 0 15px;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-products .categories .category:after {
  content: "";
  display: block;
  padding-bottom: 36%;
}
.page-products .categories .category .name {
  padding: 10px 28px;
  background-color: rgba(24, 24, 24, 0.24);
  border-radius: 6px;
  color: #fff;
  transition: all 400ms;
}
.page-products .categories .category:hover .name {
  color: rgb(94, 94, 94);
  background-color: rgba(255, 255, 255, 0.74);
}

.page-user.page-user-profile .user .user-photo img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .page-user.page-user-profile .user .user-photo img {
    width: 56px;
    height: 56px;
  }
  .page-user.page-user-profile .user .user-photo .fb-uid {
    font-size: 1.25rem;
  }
}
.page-user.page-user-profile .user .divider {
  width: 1px;
  border-left: 1px solid #ccc;
}
.page-user.page-user-profile .orders-status .list-group-item {
  padding: 0.75rem 1.1rem;
  width: 25%;
  font-size: 0.98rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .page-user.page-user-profile .orders-status .list-group-item {
    padding: 0.5rem 0.5rem;
    font-size: 0.96rem;
  }
}
@media (max-width: 399px) {
  .page-user.page-user-profile .orders-status .list-group-item {
    padding: 0.5rem 0.25rem;
    font-size: 0.84rem;
  }
}
.page-user.page-user-profile .orders-status .list-group-item .badge {
  margin: 5px 0 0;
  padding: 0.53em 1.43em;
  line-height: 1;
  font-size: 0.88rem;
}
@media (max-width: 767px) {
  .page-user.page-user-profile .orders-status .list-group-item .badge {
    padding: 0.5em 1.25em;
    font-size: 0.84rem;
  }
}
@media (max-width: 399px) {
  .page-user.page-user-profile .orders-status .list-group-item .badge {
    padding: 0.5em 1.25em;
    font-size: 0.8rem;
  }
}

html {
  scroll-behavior: smooth;
}

label {
  user-select: none;
}

.scrollbar {
  display: block;
  scrollbar-color: #007bff transparent;
  scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 0.3rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 0.3rem;
}

.no-arrow::-webkit-inner-spin-button,
.no-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.no-arrow {
  -moz-appearance: textfield;
}

.btn-icon {
  cursor: pointer;
  position: relative;
}
.btn-icon::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.input-group .btn-outline-secondary {
  border-color: #ced4da !important;
}

[data-toggle=collapse].collapsed [data-collapsed=hide] {
  display: none;
}
[data-toggle=collapse]:not(.collapsed) [data-collapsed=show] {
  display: none;
}

button[data-action=sync] {
  display: none;
}

.list-group-item.sync span[name=control-tip],
.list-group-item.sync button[data-action=remove] {
  display: none;
}
.list-group-item.sync button[data-action=sync] {
  display: inline-block;
}

#cart_group {
  user-select: none;
}
#cart_group .cart-radio + .cart-node .group-selected {
  display: none;
}
#cart_group .cart-radio + .cart-node .group-unselected {
  display: inline-block;
}
#cart_group .cart-radio + .cart-node .custom-control-label::after,
#cart_group .cart-radio + .cart-node .custom-control-label::before {
  opacity: 0;
}
#cart_group .cart-radio:checked + .cart-node {
  border-color: #007bff;
  box-shadow: 0 1px 5px 2px rgba(12, 109, 236, 0.4666666667);
}
#cart_group .cart-radio:checked + .cart-node .card-header {
  background-color: #007bff;
  color: #fff;
}
#cart_group .cart-radio:checked + .cart-node .group-selected {
  display: inline-block;
}
#cart_group .cart-radio:checked + .cart-node .group-unselected {
  display: none;
}
#cart_group .cart-radio:checked + .cart-node .custom-control-label::after,
#cart_group .cart-radio:checked + .cart-node .custom-control-label::before {
  opacity: 1;
}
#cart_group .cart-radio:checked + .cart-node > .list-group {
  border-bottom-color: rgba(0, 0, 0, 0.125);
}
#cart_group .group-tip {
  padding: 0.25rem 0.5rem;
}
#cart_group .pre-order {
  background-color: #fdf9e6;
}
#cart_group[data-discount=false] .coupon-group {
  display: none !important;
}
#cart_group .cart-note:empty::after {
  content: attr(data-tip) " ";
}

#extra_preview {
  border-radius: 0.25rem;
  gap: 0.5rem;
}
#extra_preview:empty {
  align-items: center;
  background-color: #eee;
  border-radius: 0.5rem;
  min-height: 120px;
  justify-content: center;
}
#extra_preview:empty::after {
  content: "Loading";
  font-size: 1.5rem;
}
#extra_preview[data-scroll=horizontal] {
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
#extra_preview[data-scroll=horizontal] .extra-node {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (min-width: 993px) {
  #extra_preview[data-scroll=horizontal] .extra-node {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 1201px) {
  #extra_preview[data-scroll=horizontal] .extra-node {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
#extra_preview[data-scroll=vertical] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: auto;
  max-height: 60vh;
  padding: 0.125rem 0;
}
@media (min-width: 769px) {
  #extra_preview[data-scroll=vertical] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 993px) {
  #extra_preview[data-scroll=vertical] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1201px) {
  #extra_preview[data-scroll=vertical] {
    grid-template-columns: repeat(5, 1fr);
  }
}

#extra_group .product-description {
  cursor: default;
  max-height: 25vh;
  overflow-y: auto;
  text-align: justify;
  white-space: break-spaces;
}
#extra_group .card-image[data-bid-type] {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#extra_group .card-image[data-bid-type]::before {
  background: transparent;
  color: white;
  content: attr(data-bid-type);
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  padding: 0.25rem 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#extra_group .card-image[data-bid-type=FACEBOOK]::before {
  background: #4267B2;
}
#extra_group .card-image[data-bid-type=INSTAGRAM]::before {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
#extra_group .card-image[data-bid-type=LIVEBUY]::before {
  background: #f03246;
}

.discount-group {
  color: var(--red);
  cursor: pointer;
}
.discount-group .group-content:empty::before {
  content: attr(data-tip) " ";
  color: var(--gray);
}

.coupon-group[data-coupon-discount=""] .fa-minus,
.coupon-group[data-coupon-discount=""] [data-name=CouponDiscount] {
  display: none;
}
.coupon-group:not([data-coupon-discount=""]) .fa-chevron-right {
  display: none;
}

.points-group [data-name=PointsDiscount]:empty {
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}
.points-group [data-name=PointsDiscount]:empty::before {
  content: "\f054";
}
.points-group + .points-group-section article {
  display: grid;
  grid-template-rows: 0fr;
  transition: 400ms grid-template-rows ease;
  width: 100%;
}
.points-group.open-section [data-name=PointsDiscount]:empty::before {
  content: "\f078";
}
.points-group.open-section + .points-group-section article {
  grid-template-rows: 1fr;
  margin-bottom: 0.5rem;
}
.points-group[data-points-discount=""] .fa-minus {
  display: none;
}

#cart_detail {
  background: linear-gradient(-200deg, #269dff, #0466e6);
  bottom: 0;
  z-index: 950;
  transition: bottom 0.5s;
}

#CheckoutForm img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .hide-sticky #cart_detail {
    bottom: -100px;
  }
}

.w-1 {
  width: 1% !important;
}

.line-pay-cell {
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  padding: 2px 0.5rem;
  margin: -0.25rem 15px -0.25rem 0;
}
.line-pay-cell .line-pay-logo {
  width: 91px;
  height: 30px;
  background: url("/assets/image/third_party/logo/LINE-Pay(h)_W238_n.png") no-repeat 0 0;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

[data-display] {
  display: none;
}

form[data-payment-gateway=transfer] [data-display*=transfer] {
  display: block;
}

form[data-payment-gateway=fasney_installment] [data-display*=fasney_installment] {
  display: block;
}

form[data-payment-gateway=g_cash] [data-display*=g_cash] {
  display: block;
}

form[data-payment-gateway=razer_paynow] [data-display*=razer_paynow] {
  display: block;
}

form[data-shipping-method=express-delivery] [data-display*=express-delivery] {
  display: block;
}

form[data-shipping-method=store-pickup] [data-display*=store-pickup] {
  display: block;
}

form[data-shipping-method=self-pickup] [data-display*=self-pickup] {
  display: block;
}

form[data-shipping-method=autobike] [data-display*=autobike] {
  display: block;
}

form[data-shipping-method=global-shipping] [data-display*=global-shipping] {
  display: block;
}

form[data-shipping-method=cross-border-store] [data-display*=cross-border-store] {
  display: block;
}

form[data-shipping-method=malaysia-shipping] [data-display*=malaysia-shipping] {
  display: block;
}

form[data-shipping-method=philippine-shipping] [data-display*=philippine-shipping] {
  display: block;
}

#cart_detail.loading [data-hidden=loading] {
  display: none;
}
#cart_detail.loading [data-display=loading] {
  display: flex;
}

[name=extra_total] {
  border-radius: 0.25rem;
  margin-left: 0.2rem;
  padding: 0.25rem 0.4rem;
}
[name=extra_total]:empty {
  padding: 0 !important;
}

.notification-sets {
  z-index: 9900;
}

#sticky_extra_cart {
  align-items: center;
  background-color: white;
  color: #277bdb;
  column-gap: 0.25rem;
  display: flex;
  padding-left: 0.625rem;
}

.icon-extra-cart {
  background-color: transparent;
  background-image: url("/assets/image/icon/extra-cart.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 26px;
  height: 25px;
}
.icon-extra-cart[data-color=white] {
  background-image: url("/assets/image/icon/extra-cart-w.png");
}

.form-control[readonly] + .hidden-readonly {
  display: none;
}

#MessengerRedirect {
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
#MessengerRedirect p {
  text-align: justify;
  word-break: break-all;
}

#modal_Confirm button[data-confirm=true] {
  display: none;
}
#modal_Confirm[data-confirm-type=delete] button[data-action=delete], #modal_Confirm[data-confirm-type=checked] button[data-action=checked] {
  display: block;
}
#modal_Confirm[data-confirm-type=only_checked] button[data-action=checked] {
  display: block;
}
#modal_Confirm[data-confirm-type=only_checked] button[data-confirm=false] {
  display: none;
}
#modal_Confirm[data-confirm-type=only_checked] div.cancel {
  flex: 0 0 25%;
  max-width: 25%;
}

#modal_ExtraCart .extra-control {
  background-color: #fff;
  position: sticky;
  top: -36px;
  z-index: 5;
}
#modal_ExtraCart .modal-body:not([data-cart-id]) .extra-control {
  display: none !important;
}
#modal_ExtraCart .extra-product-row {
  display: none;
}
#modal_ExtraCart .extra-product-row.show {
  display: flex;
}
#modal_ExtraCart button[data-action=return] {
  opacity: 0;
}
#modal_ExtraCart.menu-close button[data-action=return] {
  opacity: 0.5;
}
#modal_ExtraCart.menu-close .extra-cart-menu {
  display: none;
}

#modal_ExtraConfirm form[name=ExtraForm][data-specs=true] input[name=ExtraNoSpecs] {
  display: none;
}
#modal_ExtraConfirm form[name=ExtraForm][data-specs=false] select[name=ExtraSpecs] {
  display: none;
}

#modal_bundleFacebook[data-bundle=true] [data-bundle=false],
#modal_bundleLivebuy[data-bundle=true] [data-bundle=false] {
  display: none;
}
#modal_bundleFacebook[data-bundle=false] [data-bundle=true],
#modal_bundleLivebuy[data-bundle=false] [data-bundle=true] {
  display: none;
}

#extra_group .card-image .livebuy-link {
  background-color: transparent;
  background-image: url("/assets/image/third_party/livebuy/playing_s.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 1.675rem;
  right: 0;
  z-index: 5;
}

.btn-primary, .btn-more {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .btn-more:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-more:focus, .btn-primary.focus, .focus.btn-more {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .disabled.btn-more, .btn-primary:disabled, .btn-more:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-more:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-more:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.btn-more {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-more:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-more:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-blue:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-outline-blue {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
}
.btn-indigo:focus, .btn-indigo.focus {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4c0ab8;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
}

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #533093;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
}
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #ce196c;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-red:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-orange {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-orange:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
  box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #cf5f02;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}

.btn-outline-orange {
  color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:hover {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #fd7e14;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-yellow:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-outline-yellow {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-green:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-outline-green {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}
.btn-teal:focus, .btn-teal.focus {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
  box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #20c997;
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-cyan:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-cyan {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-cyan:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-cyan:focus, .btn-outline-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-gray-light {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-light:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-gray-light:focus, .btn-gray-light.focus {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-outline-gray-light {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-light:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #ced4da;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-outline-gray {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-lime {
  color: #fff;
  background-color: #00C8D7;
  border-color: #00C8D7;
}
.btn-lime:hover {
  color: #fff;
  background-color: #00a4b1;
  border-color: #0099a4;
}
.btn-lime:focus, .btn-lime.focus {
  color: #fff;
  background-color: #00a4b1;
  border-color: #0099a4;
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 221, 0.5);
}
.btn-lime.disabled, .btn-lime:disabled {
  color: #fff;
  background-color: #00C8D7;
  border-color: #00C8D7;
}
.btn-lime:not(:disabled):not(.disabled):active, .btn-lime:not(:disabled):not(.disabled).active, .show > .btn-lime.dropdown-toggle {
  color: #fff;
  background-color: #0099a4;
  border-color: #008d97;
}
.btn-lime:not(:disabled):not(.disabled):active:focus, .btn-lime:not(:disabled):not(.disabled).active:focus, .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 221, 0.5);
}

.btn-outline-lime {
  color: #00C8D7;
  border-color: #00C8D7;
}
.btn-outline-lime:hover {
  color: #fff;
  background-color: #00C8D7;
  border-color: #00C8D7;
}
.btn-outline-lime:focus, .btn-outline-lime.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 215, 0.5);
}
.btn-outline-lime.disabled, .btn-outline-lime:disabled {
  color: #00C8D7;
  background-color: transparent;
}
.btn-outline-lime:not(:disabled):not(.disabled):active, .btn-outline-lime:not(:disabled):not(.disabled).active, .show > .btn-outline-lime.dropdown-toggle {
  color: #fff;
  background-color: #00C8D7;
  border-color: #00C8D7;
}
.btn-outline-lime:not(:disabled):not(.disabled):active:focus, .btn-outline-lime:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 215, 0.5);
}

.modal .modal-list {
  position: relative;
}
.modal .ring {
  display: none;
}
.modal .loading {
  min-height: 400px;
  overflow-y: hidden;
}
.modal .loading > .ring {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.modal .loading > .ring > div {
  border: 8px solid #e9ecef;
  border-top: 8px solid #007bff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  animation: spin 2s linear infinite;
}

#loading_screen {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
#loading_screen.show {
  display: block;
}
#loading_screen .rate {
  color: var(--blue);
  font-size: 3rem;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
#loading_screen > .ring {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#loading_screen > .ring > div {
  border: 12px solid #e9ecef;
  border-top: 12px solid #007bff;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  max-width: 80vw;
  max-height: 80vw;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-group {
  position: relative;
}
.form-group .form-group-loading {
  display: none;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.form-group.loading .form-group-loading {
  display: block;
  text-align: center;
}
.form-group.loading .custom-select {
  display: none;
}

#CardInvoice[data-visabled=false], #CardInvoice[data-visabled="-1"] {
  display: none !important;
}
#CardInvoice .invoice-row {
  display: none;
}
#CardInvoice[display-invoice=member] .invoice-row[data-invoice=member] {
  display: block;
}
#CardInvoice[display-invoice=paper] .invoice-row[data-invoice=paper] {
  display: block;
}
#CardInvoice[display-invoice=company] .invoice-row[data-invoice=company] {
  display: block;
}
#CardInvoice[display-invoice=mobile] .invoice-row[data-invoice=mobile] {
  display: block;
}
#CardInvoice[display-invoice=moica] .invoice-row[data-invoice=moica] {
  display: block;
}
#CardInvoice[display-invoice=donation] .invoice-row[data-invoice=donation] {
  display: block;
}

.coupon-section {
  border-radius: 0 0.3rem 0.3rem 0;
  box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.0705882353);
}

.coupon-img {
  background: #007bff;
  color: #FFF;
  display: flex;
  flex-direction: column;
  flex-basis: 250px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 1rem;
}
.coupon-img::before {
  content: "";
  position: absolute;
  left: -9px;
  height: 100%;
  width: 290px;
  top: 0px;
  background: radial-gradient(circle, transparent, transparent 50%, #007bff 50%, #007bff 100%) -7px -8px/16px 18px repeat-y;
}

.coupon-body {
  border-radius: 0 0.3rem 0.3rem 0;
  padding: 0.25rem 0.5rem;
  flex: 1;
}

.coupon-radio {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.coupon-radio i {
  display: none;
}
.coupon-radio [type=radio][name=coupon]:checked ~ [data-icon=check] {
  display: block;
}
.coupon-radio [type=radio][name=coupon]:not(:checked) ~ [data-icon=uncheck] {
  display: block;
}

@media (max-width: 991px) {
  .coupon-section {
    border-radius: 0 0 0.3rem 0.3rem;
    flex-flow: column;
  }
  .coupon-img {
    border-top-right-radius: 0.3rem;
    flex-basis: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
  }
  .coupon-body {
    border-radius: 0 0 0.3rem 0.3rem;
    text-align: center;
  }
  .coupon-radio {
    left: 1rem;
  }
}/*# sourceMappingURL=front.css.map */