:root {
  --primary: #8CC647;
  --secondary: #028711;
}

@font-face {
  font-family: "flexslider-icon";
  src: url("../../../assets/fonts/flexslider-icon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
}

header {
  position: fixed;
  height: 84px;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 5%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.75);
}

header .logo {
  font-weight: bold;
  font-size: 30px;
  color: #333;
}
header .logo img {
  width: 120px;
  height: auto;
  object-fit: contain;
}

header .navbar ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

header .navbar ul li {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
}

header .navbar ul li a {
  font-size: 16px;
  padding: 28px 7px;
  color: #333;
  display: block;
  transition: all 0.25s ease;
}

header .navbar ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}

@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
header .navbar:after, header .navbar:before {
  content: none;
}

header .navbar ul li ul {
  position: absolute;
  float: left;
  width: 200px;
  background-color: #999;
  display: none;
  top: 100%;
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

header .navbar ul li ul li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

header .navbar ul li:hover > ul {
  display: block;
}

#menu-bar {
  display: none;
}

.height-navigation {
  height: 84px;
}

header label input {
  display: none !important;
}

.frame-avt-menu {
  padding: 15px !important;
}
.frame-avt-menu img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid gray;
}

header .navbar ul li .frame-avt-menu:hover {
  background-color: transparent;
  color: var(--secondary);
}

body {
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1280px;
}

.padding-site {
  padding: 30px 15px;
}

a {
  text-decoration: none !important;
}

.title-footer {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.list-item-showroom {
  list-style-type: disc;
}
.list-item-showroom li {
  position: relative;
}
.list-item-showroom li a {
  color: var(--primary);
  transition: all 0.25s ease;
}
.list-item-showroom li a:hover {
  color: var(--secondary);
}

#admintoolbar {
  top: 50% !important;
}

.absolute-footer {
  padding: 12px;
  background-color: #333;
  text-align: center;
  color: #fcfcfc;
}
.absolute-footer a {
  color: var(--primary);
  transition: all 0.25s ease;
}
.absolute-footer a:hover {
  color: var(--secondary);
}

.filter-product .frame-input-search-product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.filter-product .frame-input-search-product input {
  height: 40px;
  box-shadow: 0px 0px 0px grey;
  border: 1px solid #00b214;
  width: 50%;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 6px 12px;
}
.filter-product .frame-input-search-product .icon-search {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.25s ease;
}
.filter-product .frame-input-search-product .icon-search i {
  color: #fff;
}
.filter-product .frame-input-search-product .icon-search:hover {
  background-color: var(--secondary);
}
.filter-product .form-select {
  font-size: 16px;
  width: 30%;
  margin: auto;
}

.left-sidebar {
  background-color: #fafafa;
}
.left-sidebar .item-widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  margin-bottom: 36px;
}
.left-sidebar .item-widget h2 {
  margin-bottom: 12px;
}
.left-sidebar .item-widget:last-child {
  margin-bottom: 0;
}
.left-sidebar .list-cat-product ul {
  list-style-type: none;
  padding-left: 0;
}
.left-sidebar .list-cat-product ul li {
  border-top: 1px solid #ececec;
}
.left-sidebar .list-cat-product ul li a {
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
}
.left-sidebar .list-cat-product ul li a:hover {
  color: var(--primary);
}
.left-sidebar .list-new-product ul {
  list-style-type: none;
  padding-left: 0;
}
.left-sidebar .list-new-product ul li {
  border-top: 1px solid #ececec;
}
.left-sidebar .list-new-product ul li a {
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
}
.left-sidebar .list-new-product ul li a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.left-sidebar .list-new-product ul li a h3 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.left-sidebar .list-new-product ul li a h4 {
  color: red;
}
.left-sidebar .list-new-product ul li a h4 span {
  font-size: 12px;
}
.left-sidebar .list-new-product ul li a:hover {
  color: var(--primary);
}
.left-sidebar .item-product:hover {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.left-sidebar .view-more {
  background-color: var(--secondary);
  color: #fff;
  font-size: 16px;
  border-radius: 24px;
  padding: 6px 24px;
  transition: all 0.25s ease;
  display: flex;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.frame-product-top {
  background-color: #fafafa;
}
.frame-product-top .item {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.frame-product-top .item .item-parent img {
  width: 100%;
  max-height: 450px;
  height: auto;
  object-fit: contain;
}
.frame-product-top .item .product-name {
  color: #000;
}
.frame-product-top .item .all-price-product .price-product {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.frame-product-top .item .all-price-product .price-product span {
  font-size: 16px;
}
.frame-product-top .item .all-price-product .sale-price-product {
  color: grey;
  text-decoration: line-through;
  margin-right: 12px;
}
.frame-product-top .item .in-stock {
  color: var(--primary);
}
.frame-product-top .item .right-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.frame-product-top .item .add-quatity-selector {
  display: flex;
  align-items: center;
  gap: 20px;
}
.frame-product-top .item .add-quatity-selector .quatity-selector {
  display: flex;
  align-items: center;
  gap: 12px;
}
.frame-product-top .item .add-quatity-selector .quatity-selector .change-quatity {
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #dbdcdf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 0;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease;
  font-size: 12px;
}
.frame-product-top .item .add-quatity-selector .quatity-selector .change-quatity:hover {
  background-color: var(--primary);
  color: #fff;
}
.frame-product-top .item .add-quatity-selector .quatity-selector .change-quatity.disabled {
  opacity: 0.3;
  cursor: default;
}
.frame-product-top .item .add-quatity-selector .quatity-selector .change-quatity.disabled:hover {
  background-color: #dbdcdf;
  color: unset;
}
.frame-product-top .item .add-quatity-selector .quatity-selector input {
  border: 0;
  width: fit-content;
  min-width: 0;
  max-width: 24px;
  text-align: center;
  border-bottom: 1px solid;
}
.frame-product-top .item .contact-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.frame-product-top .item .contact-media .button-facebook {
  width: 100%;
  padding: 6px 12px;
  background-color: #21569a;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-product-top .item .contact-media .button-zalo {
  width: 100%;
  padding: 6px 12px;
  background-color: #00abff;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-product-top .item .product-category a {
  color: var(--primary);
}
.frame-product-top .item .product-category a:hover {
  color: var(--secondary);
}

.content-product img {
  max-width: 100%;
  height: auto;
}

.button-default {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.button-default:hover {
  background-color: var(--secondary);
}

.flexslider:hover .flex-direction-nav a {
  opacity: 1 !important;
}

.flex-direction-nav a:before {
  font-size: 30px !important;
  color: #fff !important;
}

a {
  transition: all 0.25s ease;
}

.frame-product-info .title-tab {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.item-product {
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-product .thubnail-product {
  display: block;
  height: 200px;
  overflow: hidden;
  margin-bottom: 12px;
}
.item-product .thubnail-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.25s ease;
}
.item-product .thubnail-product:hover img {
  transform: scale(1.1);
}
.item-product h3 {
  transition: all 0.25s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item-product h3:hover {
  color: var(--primary);
}
.item-product h4 {
  color: red;
}
.item-product h4 span {
  font-size: 12px;
}
.item-product .add-to-cart {
  font-size: 12px;
  background-color: var(--primary);
  color: #fff;
  padding: 6px 12px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  gap: 6px;
}
.item-product .add-to-cart:hover {
  background-color: var(--secondary);
}
.item-product .add-to-cart.added {
  background-color: red;
}

.all-price-product .sale-price-product {
  font-size: 14px;
  color: gray;
  text-decoration: line-through;
  margin-right: 10px;
}
.all-price-product .sale-price-product span {
  font-size: 12px;
}
.all-price-product .price-product {
  font-size: 16px;
  color: red;
}
.all-price-product .price-product span {
  font-size: 16px;
}

.related-product {
  border-top: 1px solid #000;
}
.related-product .item-product {
  border: 1px solid #ececec;
}

.right-menu {
  display: flex;
  align-items: center;
}

.pagination {
  gap: 10px;
  justify-content: center;
}

.pagination .disabled {
  display: none;
}

.pagination li a {
  border-radius: 50% !important;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  align-content: center;
  background-color: #eef3f8;
  border: 0;
  transition: all 0.25s ease;
}

.pagination li a:hover {
  background-color: var(--primary);
  color: #fff;
}

.pagination li.active a {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.block-cart .svg {
  top: 0 !important;
}

.block-cart .num-cart {
  top: -5px !important;
  padding: 4px 5px 4px !important;
}

.btn-update-payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.btn-update-payment .button-default {
  border: 1px solid #ececec;
}

.table-cart-product td {
  align-content: center;
}

.alert-default {
  background-color: var(--primary) !important;
  color: #fff !important;
  border: 1px solid var(--secondary) !important;
}

.info-payment {
  margin: 24px 0;
}
.info-payment .frame-info-payment {
  background-color: #ececec;
  border-radius: 6px;
  border: 1px solid #fafafa;
  padding: 24px;
}
.info-payment .frame-info-payment input, .info-payment .frame-info-payment select, .info-payment .frame-info-payment textarea {
  font-size: 16px;
  color: #333;
}
.info-payment .frame-info-payment label {
  font-weight: normal;
}
.info-payment .frame-info-payment textarea {
  resize: vertical;
  width: 100%;
  min-height: 200px;
  border-radius: 6px;
  padding: 12px;
}
.info-payment .frame-info-payment ul {
  padding: 0;
}
.info-payment .frame-info-payment ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid lightgray;
  padding: 12px 0;
}
.info-payment .frame-info-payment ul li .label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0;
}
.info-payment .frame-info-payment ul li span:last-child {
  text-align: right;
}
.info-payment .frame-info-payment ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.info-payment .frame-info-payment ul li:last-child {
  padding-bottom: 0;
}
.info-payment iframe {
  width: 500px;
  height: 280px;
}

.iframe-ytb iframe {
  width: 100%;
  height: 280px;
}

.radio-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-input * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.radio-input label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 20px;
  width: 220px;
  cursor: pointer;
  height: 40px;
  position: relative;
}

.radio-input label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 45px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 10px;
  border: 2px solid transparent;
}

.radio-input label:hover::before {
  transition: all 0.2s ease;
  background-color: #2a2e3c;
}

.radio-input .label:has(input:checked)::before {
  background-color: #2d3750;
  border-color: #435dd8;
  height: 50px;
}

.radio-input .label .text {
  color: #333;
}

.radio-input .label input[type=radio] {
  background-color: #fff;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-input .label input[type=radio]:checked {
  background-color: #435dd8;
  -webkit-animation: puls 0.7s forwards;
  animation: pulse 0.7s forwards;
}

.radio-input .label input[type=radio]:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
  transform: scale(0);
}

.radio-input .label input[type=radio]:checked::before {
  transform: scale(1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.btn-order-finish {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}

.card-container.card {
  max-width: 400px;
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border: 24px solid var(--primary);
  border-radius: 20px;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.card {
  background-color: #F7F7F7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
  height: 80px;
  margin: 0 auto 10px;
  display: block;
}

.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #password {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
  background-color: var(--primary);
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: rgb(12, 97, 33);
}

.forgot-password {
  color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: rgb(12, 97, 33);
}

.footer {
  background-color: #dbdbdb;
}

.flag-buyed {
  position: absolute;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #83b58b;
  z-index: 999;
  top: 5px;
  left: 10px;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 10px;
  cursor: default;
}

@media (max-width: 1023px) {
  .order_-1 {
    order: -1;
  }
}
@media (max-width: 580px) {
  .content-product iframe {
    width: 100%;
    height: 300px;
  }
  .card-container.card {
    border: 0;
  }
  .bg-mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
  }
  .frame-product-top .item {
    padding: 0;
  }
  .frame-product-top .item .add-quatity-selector {
    gap: 16px;
    flex-direction: column;
  }
  .frame-product-top .item .add-quatity-selector .button-default {
    width: 100%;
  }
  .btn-order-finish .button-default {
    width: 100%;
  }
  .info-payment .frame-info-payment {
    padding: 16px;
  }
  .iframe-ytb iframe {
    height: 220px;
  }
  .info-payment iframe {
    width: 100%;
    height: 220px;
  }
  .filter-product .frame-input-search-product input {
    width: 70%;
  }
  .filter-product .form-select {
    width: 60%;
  }
  .left-sidebar .view-more {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .block-cart .svg {
    top: -15px !important;
  }
  .block-cart .num-cart {
    top: -21px !important;
  }
  .right-menu {
    flex-direction: row-reverse;
  }
  .right-menu .block-cart .title-2 {
    display: none;
  }
  .padding-site {
    padding: 16px 8px;
  }
  header {
    padding: 20px;
  }
  header label {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .navbar {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateX(150%);
    opacity: 50%;
    overflow-y: auto;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 16px;
    transition: all 0.25s ease;
  }
  header .navbar ul li {
    width: 100%;
  }
  header .navbar ul li ul {
    position: relative;
    width: 100%;
  }
  header .navbar ul li ul li {
    background-color: #eee;
  }
  @-webkit-keyframes tilt-in-right-1 {
    0% {
      -webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
      transform: rotateX(-30deg) translateX(300px) skewX(30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
      transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  @keyframes tilt-in-right-1 {
    0% {
      -webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
      transform: rotateX(-30deg) translateX(300px) skewX(30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
      transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  .nav-mobile {
    -webkit-animation: tilt-in-right-1 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: tilt-in-right-1 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    opacity: 100%;
  }
  header .navbar ul {
    flex-direction: column;
    width: 100%;
  }
  header .navbar ul li a {
    width: 100%;
  }
  .burger {
    position: relative;
    width: 30px;
    height: 24px;
    background: transparent;
    cursor: pointer;
    display: block;
  }
  .burger > input {
    display: none;
  }
  .burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
  }
  .burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
  }
  .burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
  }
  .burger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
  }
  .burger input:checked ~ span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
  }
  .burger input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
  }
}