@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a:hover {
  opacity: 0.7;
}

p:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .container {
    padding: 30px 45px 90px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding: 30px 15px 90px 15px;
  }
}

@media (min-width: 576px) {
  .container-sm {
    padding: 30px 45px 90px;
  }
}

@media (max-width: 575.98px) {
  .container-sm {
    padding: 30px 15px 90px 15px;
  }
}

.newlines {
  white-space: pre-line;
}

.custom-form-control {
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: none !important;
  height: 44px;
  padding: 0 40px 0 12px;
}

.custom-form-control[type=search] {
  background-position: 99% center;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

[class^=btn],
.btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

[class^=btn]:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-round {
  border-radius: 50%;
  background: transparent;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  position: relative;
  transition: all 0.35s ease;
}

.btn-round.btn-round-minus span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
}

.btn-round.btn-round-plus span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
}

.btn-round.btn-round-plus span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -1px;
  width: 2px;
  height: 10px;
}

.btn-close {
  background: transparent;
  border: none;
  position: relative;
  font-size: 1.6rem;
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: -10px;
}

.btn-remove {
  font-size: 0.75rem;
  background: transparent;
  border: none;
  padding: 2px 3px;
}

.btn-cart-title {
  background: transparent;
  border: none;
  padding: 2px 3px;
}

.btn-subtotal {
  padding-right: 7px;
}

.btn-subtotal .subtotal {
  background: #000;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px;
  margin-left: 5px;
}

.btn-main {
  font-size: 14px;
  margin-bottom: 10px;
}

.btn-main-inactive {
  border: 1px solid #cccc;
  color: #ccc;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 10px;
}

.custom-radio, .custom-checkbox {
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  height: auto;
  line-height: 1;
  width: auto;
}

.custom-checkbox {
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

.custom-checkbox span {
  display: block;
  margin-left: 20px;
  padding-left: 7px;
  line-height: 18px;
  text-align: left;
  font-size: 15px;
}

.custom-checkbox span:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}

.custom-checkbox span:after {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.custom-checkbox input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.custom-checkbox input[type=checkbox]:checked + span:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='%23fff' d='M29.839 10.107q0 0.714-0.5 1.214l-15.357 15.357q-0.5 0.5-1.214 0.5t-1.214-0.5l-8.893-8.893q-0.5-0.5-0.5-1.214t0.5-1.214l2.429-2.429q0.5-0.5 1.214-0.5t1.214 0.5l5.25 5.268 11.714-11.732q0.5-0.5 1.214-0.5t1.214 0.5l2.429 2.429q0.5 0.5 0.5 1.214z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.custom-checkbox input[type=checkbox]:disabled + span {
  opacity: 0.38;
  cursor: not-allowed;
}

.custom-checkbox input[type=checkbox]:disabled + span:before {
  cursor: not-allowed;
}

.custom-checkbox.no-label span {
  text-indent: -9999px;
  display: inline-block;
  padding-left: 0;
}

.custom-radio {
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

.custom-radio span {
  display: block;
  line-height: 18px;
  margin-left: 18px;
  padding-left: 7px;
  text-align: left;
  font-size: 15px;
}

.custom-radio span:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.custom-radio span:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.custom-radio input[type=radio] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.custom-radio input[type=radio]:checked + span:after {
  content: "";
}

.custom-radio input[type=radio]:disabled + span {
  opacity: 0.65;
}

.custom-radio input[type=radio]:checked + span:before {
  box-shadow: none;
}

.custom-radio input[type=radio]:disabled + span {
  opacity: 0.38;
}

.custom-radio input[type=radio]:disabled + span {
  cursor: not-allowed;
}

.custom-radio input[type=radio]:disabled + span:before {
  cursor: not-allowed;
}

.custom-radio.no-label span {
  text-indent: -9999px;
  display: inline-block;
  padding-left: 0;
}

.no-label {
  display: inline-block;
}

.form-control-inline {
  display: inline-block;
  padding-right: 10px;
}

.warn-msg {
  color: red;
}

.form-control {
  border-radius: 0px;
}

.hero {
  background: #000;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero .dropdown-lang {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}

.hero .dropdown-lang .dropdown-toggle {
  padding-right: 24px;
}

.hero .dropdown-lang img {
  max-width: 16px;
  display: inline-block;
}

.hero .hero-img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}

.hero .hero-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.hero .hero-inner {
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.8);
}

.hero .hero-inner .logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.hero .hero-inner .logo img {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.hero .hero-inner .tag-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.hero .hero-inner .tag-list li {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767.98px) {
  .hero .hero-inner h1 {
    font-size: 2rem;
  }
}

.nav-main .nav-item .nav-link {
  font-weight: 600;
  padding: 12px 20px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-bottom: -4px;
  opacity: 0.6;
}

.nav-main .nav-item .nav-link:hover {
  opacity: 1;
}

.nav-main .nav-item .nav-link:focus, .nav-main .nav-item .nav-link.active {
  opacity: 1;
}

.content {
  display: flex;
  align-items: start;
}

.nav-menu-list {
  padding: 0;
  margin: 0;
  position: sticky;
  z-index: 4;
}

.nav-menu-list .nav-item .nav-link.active {
  font-weight: 600;
}

@media (min-width: 992px) {
  .menu-side .nav-menu-list {
    max-height: 95vh;
    overflow-y: auto;
    top: 1rem;
    max-width: 220px;
    flex: 0 0 220px;
    padding-right: 45px;
  }
  .menu-side .nav-menu-list .nav-item {
    flex: 0 0 100%;
  }
  .menu-side .nav-menu-list .nav-item .nav-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .menu-side .nav-menu-list .nav {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .menu-side .content {
    flex-wrap: wrap;
  }
  .menu-side .nav-menu-list {
    top: 0;
    width: 100%;
    flex: 0 0 100%;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .menu-side .nav-menu-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .menu-side .nav-menu-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1px;
    height: 5px;
  }
  .menu-side .nav-menu-list::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #c1c1c1;
    height: 5px;
  }
}

@media (max-width: 991.98px) and (min-width: 992px) {
  .menu-side .nav-menu-list {
    max-width: calc(100% - 265px);
  }
}

@media (max-width: 991.98px) {
  .menu-side .nav-menu-list .nav {
    flex-wrap: nowrap;
  }
  .menu-side .nav-menu-list .nav .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.menu-top .content {
  flex-wrap: wrap;
}

.menu-top .nav-menu-list {
  top: 0;
  width: 100%;
  flex: 0 0 100%;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
}

.menu-top .nav-menu-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.menu-top .nav-menu-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 1px;
  height: 5px;
}

.menu-top .nav-menu-list::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #c1c1c1;
  height: 5px;
}

@media (min-width: 992px) {
  .menu-top .nav-menu-list {
    max-width: calc(100% - 265px);
  }
}

.menu-top .nav-menu-list .nav {
  flex-wrap: nowrap;
}

.menu-top .nav-menu-list .nav .nav-link {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-cart {
  padding: 15px !important;
  position: sticky;
  top: 1rem;
  max-width: 300px;
  flex: 0 0 300px;
}

.menu-cart .cart-item {
  padding-top: 10px;
  font-size: 0.9rem;
}

.menu-cart .cart-total,
.menu-cart .cart-title,
.menu-cart .cart-quantity {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.menu-cart .cart-quantity {
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .menu-cart {
    height: 100vh;
  }
}

.menu-top .menu-cart {
  top: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-cart {
    top: 60px;
  }
}

@media (max-width: 767.98px) {
  .menu-cart {
    min-width: 320px;
    display: none;
    position: fixed;
    z-index: 10;
    top: 54px !important;
    right: 0;
    bottom: 60px;
    left: 0;
    max-width: none;
    margin: 0 !important;
    overflow-y: scroll;
  }
  .menu-cart .cart-header {
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 54px;
  }
  .menu-cart .cart-header .btn-close {
    position: absolute;
    right: 25px;
    padding: 0;
    font-size: 2.6rem;
  }
  .menu-cart .cart-footer {
    min-width: 320px;
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}

@media (max-width: 767.98px) {
  .btn-cart-open-wrapper {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .btn-cart-open-wrapper {
    display: none;
  }
}

.cart-open {
  overflow: hidden !important;
}

.cart-open .menu-cart {
  display: block !important;
}

.cart-open .btn-cart-open-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .menu-list-items {
    max-width: calc(100% - 265px);
    margin-right: 45px;
  }
}

.menu-list-items section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .menu-side section {
    padding-top: 20px;
    margin-top: 30px;
  }
}

.menu-list-row {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.menu-list-row .menu-list-col {
  width: 100%;
  flex: 0 0 100%;
}

.menu-list-row .menu-list-col .menu-list-item {
  width: 100%;
  height: 100%;
  text-align: left;
  background: transparent;
  display: flex;
  padding: 1rem;
  outline: none !important;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.menu-list-row .menu-list-col .menu-list-item:hover:enabled {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.menu-list-row .menu-list-col .menu-list-item:disabled {
  opacity: 0.5;
}

.menu-list-row .menu-list-col .menu-list-item .menu-list-description {
  flex: 1 1 auto;
  padding-right: 1rem;
}

.menu-list-row .menu-list-col .menu-list-item .menu-list-description h5 {
  font-size: 1.1rem;
}

.menu-list-row .menu-list-col .menu-list-item .menu-list-description p {
  font-size: 0.85rem;
}

.menu-list-row .menu-list-col .menu-list-item .menu-list-description .price {
  font-size: 1.1rem;
}

.menu-list-row .menu-list-col .menu-list-item .menu-list-img {
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1100px) {
  .dual-column .menu-list-col {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .modal .modal-dialog {
    max-width: 700px !important;
  }
}

.modal .modal-dialog .modal-content .modal-header {
  border: none;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 25px;
  padding: 0;
  font-size: 2.6rem;
}

.modal .modal-dialog .modal-content .modal-header h4 {
  padding-right: 35px;
}

.modal .modal-dialog .modal-content .modal-content p {
  font-size: 0.9rem;
}

.modal .modal-dialog .modal-content .modal-content section + section {
  margin-top: 2rem;
}

.modal .modal-dialog .modal-content .modal-footer > * {
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .modal {
    padding: 0 !important;
  }
  .modal .modal-dialog {
    max-width: none;
    margin: 0 !important;
  }
  .modal .modal-dialog .modal-content {
    min-height: 100vh;
    border: none !important;
    border-radius: 0 !important;
  }
  .modal .modal-dialog .modal-content .modal-header {
    min-width: 320px;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
  }
  .modal .modal-dialog .modal-content .modal-header h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .modal .modal-dialog .modal-content .modal-body {
    min-width: 320px;
    position: fixed;
    z-index: 5;
    top: 75px;
    right: 0;
    bottom: 60px;
    left: 0;
    max-width: none;
    margin: 0 !important;
    overflow-y: scroll;
  }
  .modal .modal-dialog .modal-content .modal-footer {
    min-width: 320px;
    background: #fff;
    position: fixed;
    padding: 10px;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
  }
}

.spinner {
  animation-name: spinner;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-fill-mode: alternate;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-style: dotted;
  border-width: 10px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.info-paragraph {
  white-space: pre-line;
}

agm-map {
  height: 300px;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.text-12 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .text-sm-12 {
    font-size: 1.2rem;
  }
}

.g-signin2 .abcRioButton {
  width: 248px !important;
  height: 40px !important;
  margin: 0 auto;
  box-shadow: initial;
  border-radius: 3px;
}

.g-signin2 .abcRioButtonContentWrapper {
  background-color: black;
}

.g-signin2 .abcRioButtonContents {
  font-size: 13px !important;
  position: relative;
  right: 15px;
  top: 4px;
  font-weight: bold;
  color: white;
}

.g-signin2 .abcRioButtonIcon {
  top: 3px;
  position: relative;
}

.pac-container {
  z-index: 9999 !important;
}
.hero-inner .logo img {
  max-width: 200px;
  max-height: 200px;
}
.nav-main {
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}
.nav-main .nav-item .nav-link:focus, .nav-main .nav-item .nav-link.active {
  border-bottom: 4px solid #000;
}
.nav-menu-list {
  background: #fff;
}
.nav-menu-list .nav-item .nav-link {
  border-radius: 0px;
}
.nav-menu-list .nav-item .nav-link.active {
  color: #c2b560 !important;
}
.menu-cart {
  background: #fafafa;
}
.menu-cart .cart-item + .cart-item {
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 767.98px) {
  .menu-cart {
    background: #fff;
  }
  .menu-cart .cart-header {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  .menu-cart .cart-footer {
    background: #fff;
    border-top: 1px solid #e9e9e9;
  }
}
.menu-list-row {
  margin-left: -10px;
  margin-right: -10px;
}
.menu-list-row .menu-list-col {
  padding: 10px;
}
.menu-list-row .menu-list-col .menu-list-item {
  color: #000;
  border-radius: 0px;
  border: 1px solid #e9e9e9 !important;
}
.menu-list-row .menu-list-col .menu-list-item:hover:enabled {
  border-color: #c2b560 !important;
}
.menu-list-row .menu-list-col .menu-list-item .menu-list-description .price {
  color: #c2b560;
}
.menu-list-row .menu-list-col .menu-list-item .menu-list-img {
  border-radius: 0px;
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  background-size: cover;
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid #e9e9e9;
  }
  .modal .modal-dialog .modal-content .modal-footer {
    border-top: 1px solid #e9e9e9;
  }
}
.spinner {
  border-color: #c2b560;
}
html {
  font-size: 16px;
}
body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
a {
  color: #000 !important;
}
hr {
  border-color: #e9e9e9;
}
img {
  border-radius: 0px;
}
.container {
  max-width: 1260px;
}
.container-sm {
  max-width: 760px;
}
.custom-form-control {
  color: #000;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0px !important;
}
.custom-form-control:focus {
  border-color: #c2b560;
}
.custom-form-control[type=search] {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.005 512.005' style='enable-background:new 0 0 512.005 512.005;' xml:space='preserve'%3E%3Cpath fill='%23e9e9e9' d='M505.749,475.587l-145.6-145.6c28.203-34.837,45.184-79.104,45.184-127.317c0-111.744-90.923-202.667-202.667-202.667 S0,90.925,0,202.669s90.923,202.667,202.667,202.667c48.213,0,92.48-16.981,127.317-45.184l145.6,145.6 c4.16,4.16,9.621,6.251,15.083,6.251s10.923-2.091,15.083-6.251C514.091,497.411,514.091,483.928,505.749,475.587z M202.667,362.669c-88.235,0-160-71.765-160-160s71.765-160,160-160s160,71.765,160,160S290.901,362.669,202.667,362.669z'/%3E%3C/svg%3E");
}
.btn-round {
  border: 1px solid #e9e9e9;
}
.btn-round.btn-round-minus span {
  background: #000;
}
.btn-round.btn-round-plus span {
  background: #000;
}
.btn-round.btn-round-plus span:after {
  content: "";
  background: #000;
}
.btn-round:hover {
  background: #c2b560;
  border-color: #c2b560;
}
.btn-round:hover span,
.btn-round:hover span:after {
  background: #fff;
}
.btn-close {
  color: #c2b560;
}
.btn-remove {
  color: #c2b560;
}
.btn-cart-title {
  color: #c2b560;
}
.btn-main {
  background: #c2b560;
  border-radius: 0px;
  color: #fff !important;
}
.btn-main:hover {
  background: #c9be72;
}
.btn-main .btn-main-inactive {
  background: #fff;
  border-radius: 1px !important;
  border-color: #c2b560 !important;
  color: #c2b560 !important;
}
.btn-main .btn-main-inactive:hover {
  background: #c9be72;
}
.custom-checkbox span:before {
  border: 2px solid #000;
}
.custom-checkbox input[type=checkbox]:checked + span:after {
  background-color: #000;
}
.custom-checkbox input[type=checkbox]:disabled + span:before {
  background-color: #e9e9e9;
}
.custom-radio span:before {
  border: 2px solid #000;
}
.custom-radio input[type=radio]:checked + span:after {
  background: #000;
}
.custom-radio input[type=radio]:checked + span:before {
  border: 2px solid #000;
}
.custom-radio input[type=radio]:disabled + span:before {
  background-color: #e9e9e9;
}

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