body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /* letter-spacing: -0.64px; */
  letter-spacing: -1.04px;
}

.h1,
h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h1,
h2,
h3 {
  font-weight: 700;
  color: #3A3C39;
}

h4 {
  font-size: 16px;
  color: #3A3C39;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  color: #A0A2A4;
  font-weight: 500;
}

p {
  font-size: 14px;
  color: #3A3C39;
  letter-spacing: -0.64px;
}

label {
  font-weight: 400;
}

button {
  outline: 0 !important;
  box-shadow: none !important;
}

button:focus, button:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.card-line {
  border-left: 2px solid #F5F5F5;
  padding-left: 40px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  /* 
    -webkit-border-radius: 10px;
    border-radius: 10px; */
}

::-webkit-scrollbar-thumb {
  /* 
    -webkit-border-radius: 10px;
    border-radius: 10px; */
  background: #d5d6d6;
}

.icon {
  font-size: 25px;
  margin-bottom: -2px;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a {
  color: #57B6DA;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #00216B;
}

.breadcrumb .breadcrumb-item .icon {
  margin-bottom: -2px;
}

.breadcrumb .active {
  color: #F5F5F5;
}

.dropdown a .icon-dropdown {
  transition: 0.5s;
}

.dropdown a .icon-dropdown .icon {
  font-size: 21px;
  color: #A0A2A4;
  margin-bottom: -5px;
}

.dropdown a.show .icon-dropdown {
  transform: rotate(180deg);
}

.dropdown .dropdown-menu {
  width: 100%;
  margin-top: 10px;
  box-shadow: 0px 10px 15px #00000014;
  border: 1px solid #F5F5F5;
  border-radius: 24px;
  overflow: hidden;
}

.dropdown .dropdown-menu-list {
  overflow-x: auto;
  max-height: 135px;
}

.dropdown .dropdown-menu-list .dropdown-item {
  padding: 0.5rem 1rem;
}

.dropdown .dropdown-menu-list .dropdown-item:hover {
  background-color: #F5F5F5;
}

.login-button,
.navbar-toggler {
  display: flex;
  align-items: center;
  border: 0;
}

.login-button .login-icon,
.navbar-toggler .login-icon {
  width: 45px;
  height: 45px;
  border-radius: 15px;
  background-color: #F5F5F5;
  font-size: 25px;
  padding: 10px;
  color: #A0A2A4;
}

.login-button:hover,
.navbar-toggler:hover {
  color: #57B6DA;
  cursor: pointer;
}

.login-button .login-icon {
  margin-right: 12px;
  padding: 8px;
}

.dropdown-profile {
  min-width: 250px;
}

.dropdown-profile a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-profile a .dropdown-photo {
  width: 45px;
  height: 45px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 9px #0000000a;
}

.dropdown-profile a .dropdown-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-profile .dropdown-menu {
  padding: 20px;
}

.dropdown-profile .dropdown-menu .nav .nav-item .nav-link {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
  background-color: #F5F5F5;
  margin-bottom: 8px;
  border-radius: 18px;
  color: #3A3C39;
  justify-content: flex-start;
}

.dropdown-profile .dropdown-menu .nav .nav-item .nav-link .icon {
  font-size: 17px;
  margin-right: 8px;
}

.dropdown-profile .dropdown-menu .nav .nav-item .active {
  background-color: #57B6DA;
  color: #ffffff;
}

.dropdown-address {
  min-width: 300px;
  margin-left: 10px;
}

.dropdown-address a .address-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.dropdown-address .dropdown-menu .dropdown-item .address-card {
  box-shadow: none;
}

.dropdown-address .dropdown-menu .dropdown-item:hover, .dropdown-address .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

.dropdown-address .dropdown-menu .dropdown-item:hover .address-card p, .dropdown-address .dropdown-menu .dropdown-item:focus .address-card p {
  color: #57B6DA;
}

.dropdown-address .dropdown-menu .dropdown-item:hover .address-card h5, .dropdown-address .dropdown-menu .dropdown-item:focus .address-card h5 {
  color: #00216B;
}

.dropdown-address .dropdown-menu .dropdown-item:hover .address-card .icon-map, .dropdown-address .dropdown-menu .dropdown-item:focus .address-card .icon-map {
  background-color: #00216B;
}

.dropdown-address .dropdown-menu .dropdown-item:hover .address-card .icon-map .icon, .dropdown-address .dropdown-menu .dropdown-item:focus .address-card .icon-map .icon {
  color: #ffffff;
}

.pagination {
  justify-content: center;
}

.pagination .page-item .page-link {
  font-size: 15px;
  border-color: #F5F5F5;
  padding: 10px;
  color: #A0A2A4;
}

.pagination .page-item .page-link:hover {
  background-color: #57B6DA;
  color: #fff;
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:active {
  box-shadow: none;
  outline: 0;
}

.pagination .active .page-link {
  background-color: #F5F5F5;
  color: #3A3C39;
  font-weight: 600;
}

.pagination .icon {
  margin-bottom: -3px;
}

.line {
  height: 1px;
  background-color: #F5F5F5;
}

.text-muted {
  color: #A0A2A4 !important;
}

.form-control,
.form-select {
  border: 1px solid #F5F5F5;
  border-radius: 18px;
  padding: 19px 17px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.60px;
  box-shadow: 0px 0px 9px #0000000A;
}

.form-control:focus,
.form-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #d5d6d6;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #3A3C39;
}

.form-control[type=password] {
  font-size: 22px !important;
}

/* .form-select {
    padding-top: 15px !important;
} */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  /*  top: -6px;
    background: white;
    padding: 3px 8px;
    opacity: 1 !important;
    height: auto;
    margin-left: 10px; */
  color: #A0A2A4;
}

.form-floating {
  width: 100%;
}

.form-floating label {
  padding: 1rem 1.5rem;
  color: #3A3C39;
  font-weight: 500;
}

.form-floating .form-control {
  padding: 19px 24px;
  font-size: 15px;
  font-weight: 500;
}

.form-floating .form-select {
  padding-left: 24px;
}

.form-check {
  margin-top: 12px;
  margin-bottom: 12px;
}

.form-check .form-check-input {
  width: 23px;
  height: 23px;
  border-radius: 9px;
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}

.form-check .form-check-input:checked {
  background-color: #00216B;
  border-color: #00216B;
}

.form-check .form-check-input:focus, .form-check .form-check-input:active {
  outline: none;
  box-shadow: none;
}

.form-check .form-check-input[type=checkbox] {
  background-image: url("../images/checkmark-outline-w.svg");
  background-size: 12px;
}

.form-check .form-check-label {
  margin-left: 12px;
  font-size: 14px;
}

.form-switch .form-check-input {
  width: 2em;
  height: 18px;
  border-radius: 20px;
}

.form-switch .form-check-input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.bg-light {
  background-color: #F5F5F5 !important;
}

.bg-success,
.alert-success {
  color: #25BF05;
  background-color: #F5FFF3 !important;
}

.bg-danger,
.alert-danger {
  color: #f5172d;
  background-color: #ffeef0 !important;
}

.alert-warning {
  color: #3A3C39;
  background-color: #FFF9E9;
}

.alert-warning svg {
  margin-right: 5px;
}

.wrapper-card-radio {
  position: relative;
}

.wrapper-card-radio label {
  cursor: pointer;
  box-shadow: 0px 0px 9px #0000000A;
  border: 1px solid #F5F5F5;
  border-radius: 24px;
  padding: 18px 55px;
  min-height: 78px;
  display: flex;
  align-items: center;
}

.wrapper-card-radio label::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 22px;
  top: 34px;
  background-image: url("../images/checkmark-outline-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper-card-radio label::before {
  content: '';
  width: 23px;
  height: 23px;
  background-color: #e6e6e6;
  border-radius: 9px;
  position: absolute;
  left: 17px;
  top: 28px;
  cursor: pointer;
}

.wrapper-card-radio label:hover {
  box-shadow: 0px 0px 13px #0000000B;
}

.wrapper-card-radio label ~ p {
  opacity: 0;
  transition: ease-in-out 0.4s;
}

.wrapper-card-radio input:checked ~ p {
  opacity: 1;
}

.wrapper-card-radio input:checked ~ label {
  border-color: #00216B;
}

.wrapper-card-radio input:checked ~ label h3 {
  color: #00216B;
}

.wrapper-card-radio input:checked ~ label h5 {
  color: #57B6DA;
}

.wrapper-card-radio input:checked ~ label::before {
  background-color: #00216B;
}

.wrapper-card-radio input:checked ~ label::after {
  background-image: url("../images/checkmark-outline-w.svg");
}

.wrapper-card-radio input:disabled ~ label {
  background-color: #F5F5F5;
  cursor: no-drop;
}

.wrapper-card-radio input:disabled ~ label h1,
.wrapper-card-radio input:disabled ~ label h2,
.wrapper-card-radio input:disabled ~ label h3,
.wrapper-card-radio input:disabled ~ label p {
  color: #A0A2A4;
}

.wrapper-card-radio input:disabled ~ label::before, .wrapper-card-radio input:disabled ~ label::after {
  display: none;
}

.wrapper-card-radio input {
  display: none;
}

.container-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 99999999;
}

.container-loader img {
  width: 160px;
}

.modal-address-list {
  max-height: 370px;
  overflow-y: auto;
}

.modal-address-list .wrapper-card-radio {
  margin: 5px;
}

.modal-address-list .wrapper-card-radio label {
  width: 100%;
  display: flex;
  padding: 15px 55px;
  margin-bottom: 17px;
  border-radius: 12px;
  align-items: center;
  border: 1px solid #F5F5F5;
}

.modal-address-list .wrapper-card-radio label p {
  margin-left: 10px;
  color: #3A3C39;
  font-size: 17px;
}

.modal-address-list .wrapper-card-radio input:checked ~ label {
  margin-bottom: 17px;
}

.modal-address-list .wrapper-card-radio input:checked ~ label h3 {
  color: #00216B;
}

.modal-address-list .wrapper-card-radio input:checked ~ label p {
  color: #57B6DA;
}

.modal-address-list .wrapper-card-radio:last-child label {
  margin-bottom: 0;
}

.modal-profile-helpers .photo-profile {
  width: fit-content;
  margin: 20px auto;
}

.modal-profile-helpers .profile-reviews {
  display: flex;
}

.modal-profile-helpers .profile-reviews .photo-profile {
  margin: 0;
}

.modal-profile-helpers .profile-reviews .photo-profile,
.modal-profile-helpers .profile-reviews .count {
  border-radius: 14px;
  margin-left: -10px;
  box-shadow: 0px 0px 8px #00000012;
}

.modal-profile-helpers .profile-reviews .count {
  display: flex;
  background-color: #F5F5F5;
  width: 44px;
  height: 44px;
}

.modal-profile-helpers .profile-reviews .count p {
  margin: auto;
}

.finish-order {
  padding: 80px;
  border-radius: 40px;
  box-shadow: 0px 0px 8px #00000012;
}

.finish-order .rounded-circle {
  width: 100px;
  height: 100px;
  font-size: 40px;
  text-align: center;
  margin: auto;
}

.alert {
  border-radius: 12px;
  text-align: center;
  padding: 18px;
  border: 0;
  font-size: 16px;
}

.alert .icon {
  margin-bottom: -5px;
  font-size: 22px;
  margin-right: 7px;
}

.btn {
  font-weight: 500;
  font-size: 16px;
  padding: 18px 40px;
  border-color: transparent;
  border-radius: 18px;
}

.btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
}

.btn-primary {
  background-color: #00216B;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #081F57;
  color: #ffffff;
  border-color: #081F57;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #081F57;
  border-color: #081F57;
  color: #ffffff;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-secondary {
  color: #ffffff;
  background-color: #57B6DA;
}

.btn-secondary:hover {
  background-color: #499FC9;
  color: #ffffff;
  border-color: #499FC9;
}

.btn-secondary:active, .btn-secondary:focus {
  background-color: #499FC9;
  border-color: #499FC9;
  color: #ffffff;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-light {
  background-color: #F5F5F5;
  color: #3A3C39;
}

.btn-light:hover {
  background-color: #EBEBEB;
}

.btn-outline-primary {
  color: #00216B;
  border-color: #00216B;
}

.btn-outline-primary:hover {
  background-color: #00216B;
}

.btn-outline-primary .icon {
  margin-bottom: -7px;
}

a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #00216B;
  cursor: pointer;
}

a svg {
  margin-right: 6px;
  margin-bottom: 2px;
}

a svg path {
  stroke: #00216B;
}

a:hover {
  text-decoration: none !important;
  color: #3A3C39;
}

a:hover svg path {
  stroke: #3A3C39;
}

.text-primary {
  color: #00216B !important;
}

.text-secondary {
  color: #57B6DA !important;
}

.text-success {
  color: #25BF05 !important;
}

.bg-primary {
  background-color: #00216B !important;
}

.bg-secondary {
  background-color: #57B6DA !important;
}

.text-dark {
  color: #3A3C39 !important;
}

.modal .modal-content {
  border-radius: 27px;
  border-color: #A0A2A4;
}

.modal .modal-content-login {
  min-height: 510px;
}

.modal .modal-header,
.modal .modal-footer {
  border-color: #F5F5F5;
  padding: 20px;
}

.modal .modal-header .modal-title,
.modal .modal-footer .modal-title {
  margin: auto;
}

.modal .modal-header button:hover svg path {
  stroke: #3A3C39;
}

.modal .modal-footer {
  padding: 10px 20px;
}

.modal .modal-footer button {
  margin-top: 0;
  margin-bottom: 0;
}

.modal .modal-body {
  padding: 12px 70px;
}

.modal .modal-product-body {
  padding: 0 65px;
  margin-bottom: 25px;
  border-left: 1px solid #A0A2A4;
}

.modal .modal-product-body h2 {
  font-size: 18px;
}

.modal .modal-product-body .text-body {
  height: 180px;
  overflow-y: scroll;
  margin: 40px 0;
}

.label-file {
  width: 100%;
  max-width: 330px;
  height: 100px;
  background-color: #A0A2A4;
  border-radius: 8px;
  color: #F5F5F5;
  padding: 25px;
}

.label-file .icon {
  font-size: 40px;
}

.photo-min {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #A0A2A4;
}

.photo-min img {
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.address-card {
  box-shadow: 0px 0px 9px #0000000A;
  border: 1px solid #F5F5F5;
  border-radius: 24px;
  padding: 30px;
}

.address-card .icon-map {
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 9px;
  background-color: #F5F5F5;
}

.address-card .icon-map .icon {
  font-size: 17px;
  color: #A0A2A4;
  margin-bottom: 1px;
}

.payment-card {
  border: 1px solid #F5F5F5;
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0px 0px 9px #0000000A;
}

.payment-card .icon {
  font-size: 22px;
}

.payment-card .brand-payment {
  width: 45px;
  height: 45px;
}

.payment-card .brand-payment img {
  object-fit: contain;
}

.payment-card .bottom-payment p {
  margin-bottom: 0;
  font-size: 10px;
  color: #A0A2A4;
}

.payment-card .bottom-payment h4 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.grid-scroll {
  /* display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(100, 1fr); */
  display: flex;
  column-gap: 30px;
  overflow-x: auto;
}

.grid-scroll .wrapper-card-radio {
  /*  input:checked~label {
            h3 {
                color: $primary;
            }

            p {
                color: $secondary;
            }
        } */
}

.grid-scroll .wrapper-card-radio label {
  padding: 30px;
}

.grid-scroll .wrapper-card-radio label::before {
  top: 18px;
  left: auto;
  right: 18px;
}

.grid-scroll .wrapper-card-radio label::after {
  top: 24px;
  left: auto;
  right: 23px;
}

.grid-scroll .address-card {
  min-width: 270px;
}

.grid-scroll .payment-card {
  box-shadow: 0px 0px 9px #0000000A;
  min-width: 300px;
}

.accordion {
  border-radius: 12px;
}

.accordion .accordion-item {
  border-color: #F5F5F5;
  border-width: 2px;
}

.accordion .accordion-item:first-child {
  border-top: 2px solid #F5F5F5;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.accordion .accordion-item:last-child {
  border-bottom: 2px solid #F5F5F5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion .accordion-item .accordion-button {
  font-weight: 600;
  padding: 25px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #57B6DA;
  background-color: #F5F5F5;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-item .accordion-body {
  padding: 24px;
}

.box-detail-products .header-detail {
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #F5F5F5;
}

.box-detail-products .header-detail p {
  font-size: 13px;
}

.box-detail-products .body-detail .item-detail {
  border-bottom: 1px solid #F5F5F5;
  padding: 12px;
}

.box-detail-products .body-detail .item-detail p {
  font-size: 13px;
  margin-bottom: 0;
}

.box-detail-products .body-detail .item-detail .btn {
  padding: 5px 10px;
  color: #F5F5F5;
}

.box-detail-products .body-detail .item-detail .btn .icon {
  margin-bottom: -2px;
}

.box-detail-products .body-detail .item-detail:last-child {
  border-bottom: 0;
}

.box-detail-products .body-detail .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #F5F5F5;
}

.navbar {
  min-height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #00000012;
}

.navbar .navbar-nav .nav-item .nav-link .icon {
  font-size: 18px;
  margin-right: 7px;
  margin-bottom: -3px;
}

.grid-code {
  display: flex;
  column-gap: 10px;
  justify-content: center;
}

.grid-code .form-control {
  width: 58px;
  height: 58px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #F5F5F5;
}

.hero {
  height: calc(100vh - 100px);
  background-image: url("../images/bg-home-bottom.png"), url("../images/bg-home-right.png");
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  position: relative;
}

.hero .caption-hero {
  position: absolute;
  right: auto;
  top: 20%;
  bottom: auto;
  text-align: left;
  width: 53%;
  left: 15%;
}

.hero .caption-hero .wrap-search {
  background-color: #fefefe;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 9px #0000000A;
}

.hero .caption-hero h1 {
  color: #00216B;
}

.hero .caption-hero h3 {
  color: #57B6DA;
}

.wrap-search {
  background-color: #ffffff;
  border-radius: 24px;
  width: 100%;
  margin-right: 6px;
  padding: 14px 16px;
}

.wrap-search .wrap-search-address {
  display: flex;
  width: 100%;
  overflow: auto;
}

.wrap-search .wrap-search-address .address-card {
  padding: 9px 20px 9px 9px;
  width: max-content;
  margin-right: 8px;
  margin-bottom: 12px;
}

.wrap-search .wrap-search-address .address-card p {
  font-size: 12px;
  font-weight: 500;
  color: #A0A2A4;
}

.wrap-search .wrap-search-address .address-card h5 {
  color: #3A3C39;
}

.wrap-search .wrap-search-address .address-card:hover p {
  color: #57B6DA;
  transition: ease-in-out 0.6s;
}

.wrap-search .wrap-search-address .address-card:hover h5 {
  color: #00216B;
  transition: ease-in-out 0.6s;
}

.wrap-search .wrap-search-address .address-card:hover .icon-map {
  background-color: #00216B;
  transition: ease-in-out 0.6s;
}

.wrap-search .wrap-search-address .address-card:hover .icon-map .icon {
  color: #ffffff;
}

.wrap-search-icon {
  position: relative;
}

.wrap-search-icon .form-control {
  padding-left: 50px;
}

.wrap-search-icon .icon {
  position: absolute;
  top: 14px;
  font-size: 20px;
  left: 20px;
  color: #A0A2A4;
}

.check-status {
  display: flex;
  justify-content: center;
  padding: 20px 30px;
}

.check-status .wrap-icon {
  font-size: 23px;
  display: flex;
  color: #A0A2A4;
}

.check-status .wrap-icon p {
  font-size: 16px;
  margin: 0 8px;
  font-weight: 500;
  color: #A0A2A4;
}

.check-status .wrap-icon:last-child {
  margin-right: 0;
}

.check-status .wrap-icon .line {
  width: 125px;
  margin: auto 1px;
}

.check-status .wrap-check {
  color: #57B6DA;
}

.check-status .wrap-check p {
  color: #3A3C39;
}

.check-status .wrap-check .line {
  background-color: #57B6DA;
}

.wrap-dates {
  /* display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px; */
  display: flex;
  flex-wrap: wrap;
  column-gap: 75px;
  row-gap: 35px;
}

.wrap-dates .wrapper-card-radio label {
  width: 185px;
  height: 185px;
  padding: 30px 33px;
}

.wrap-dates .wrapper-card-radio label::after {
  left: auto;
  right: 22px;
  top: 23px;
}

.wrap-dates .wrapper-card-radio label::before {
  left: auto;
  right: 17px;
  top: 17px;
}

.wrap-dates .wrapper-card-radio label p {
  font-size: 16px;
  color: #57B6DA;
}

.wrap-dates .wrapper-card-radio input:checked ~ label h5 {
  color: #A0A2A4;
}

.wrap-dates .bg-danger {
  position: absolute;
  bottom: 12px;
  padding: 6px 20px;
  font-size: 13px;
  animation: 2.3s offanimate infinite;
}

@keyframes offanimate {
  0% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(50px);
  }
}

.about {
  padding-top: 100px;
  padding-bottom: 30px;
}

.photo-profile {
  border: 1px solid #F5F5F5;
  border-radius: 12px;
  overflow: hidden;
}

.photo-profile img {
  object-fit: fill;
}

.badge {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 9px;
}

.nav-pill-categories {
  background-color: #ffffff;
  padding: 0;
  overflow-y: auto;
  max-height: 380px;
  min-width: max-content;
  flex-wrap: nowrap;
}

.nav-pill-categories .nav-link {
  padding: 10px 5px !important;
  border-top: 1px solid #A0A2A4;
  text-align: left;
  border-radius: 0;
  min-width: 240px;
  font-size: 14px !important;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.nav-pill-categories .nav-link:last-child {
  border-bottom: 1px solid #A0A2A4;
}

.nav-pill-categories .nav-link.active {
  background-color: #A0A2A4;
  border-radius: 4px;
}

.wrap-products {
  overflow-y: auto;
  max-height: 360px;
}

.btn-checked {
  border: 1px solid #A0A2A4;
}

.btn-checked p {
  color: #00216B;
}

.btn-check:checked + .btn-checked {
  background-color: #00216B;
  opacity: 1 !important;
}

.btn-check:checked + .btn-checked h3,
.btn-check:checked + .btn-checked h2,
.btn-check:checked + .btn-checked p {
  color: #ffffff;
}

.categories .bg-categories {
  background-color: #fafafa;
  border-radius: 8px;
}

.categories h2 {
  margin-bottom: 35px;
}

.categories .grid-categories {
  display: grid;
  grid-gap: 20px;
  grid-auto-flow: column;
  overflow-x: auto;
}

.categories .grid-categories .card {
  width: 200px;
  text-align: center;
  margin-bottom: 15px;
  border: 0;
}

.categories .grid-categories .card small {
  color: #00216B;
}

.social-login {
  margin-top: 45px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.social-login a {
  border: 1px solid #F5F5F5;
  border-radius: 18px;
  box-shadow: 0px 0px 9px #0000000A;
  padding: 18px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.social-login a:hover {
  background-color: #F5F5F5;
}

.social-login a span {
  margin-left: 18px;
}

.auth {
  padding: 100px 0;
}

.auth a h5:hover {
  color: #00216B;
}

.profile {
  padding: 80px 0;
}

.profile .profile-navbar {
  padding: 40px;
  box-shadow: 0px 0px 8px #00000012;
  border-radius: 16px;
}

.profile .profile-navbar .photo-wrapper {
  position: relative;
}

.profile .profile-navbar .photo-wrapper .photo-profile {
  width: 130px;
  height: 130px;
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 16px;
}

.profile .profile-navbar .photo-wrapper .photo-profile img {
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.profile .profile-navbar .photo-wrapper .change-photo {
  position: absolute;
  z-index: 2;
  background-color: #57B6DA;
  color: #ffffff;
  padding: 7px;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  top: -10px;
  right: 30px;
}

.profile .profile-navbar .photo-wrapper .change-photo .icon {
  margin-bottom: -2px;
}

.profile .profile-navbar .nav {
  margin-top: 50px;
}

.profile .profile-navbar .nav .nav-item .nav-link {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
  background-color: #F5F5F5;
  margin-bottom: 8px;
  border-radius: 18px;
  color: #3A3C39;
}

.profile .profile-navbar .nav .nav-item .nav-link .icon {
  font-size: 17px;
  margin-bottom: -3px;
  margin-right: 8px;
}

.profile .profile-navbar .nav .nav-item .active {
  background-color: #57B6DA;
  color: #ffffff;
}

.profile .profile-body {
  padding: 50px;
  box-shadow: 0px 0px 8px #00000012;
  border-radius: 16px;
}

.profile .profile-body .accordion-flush .accordion-item .accordion-body {
  padding: 10px 0 0;
}

.profile .profile-body .nav-pills {
  background-color: #F5F5F5;
  padding: 7px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.profile .profile-body .nav-pills .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #3A3C39;
  transition: 0.7s ease;
  padding: 14px 30px;
  border-radius: 18px;
  width: 100%;
}

.profile .profile-body .nav-pills .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #3A3C39;
}

.pac-container {
  padding: 25px;
  border-radius: 12px;
  margin-top: 10px;
}

.pac-container .pac-item {
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /* .pac-icon{
            background-image: ;
        } */
}

.pac-container .pac-item .pac-item-query {
  color: #3A3C39;
}

.pac-container .pac-item .pac-item-query .pac-matched {
  color: #57B6DA;
}

.pac-container .pac-item .pac-item-query + span {
  color: #A0A2A4;
}

.review {
  margin-top: 65px;
  margin-bottom: 150px;
}

.review h2 {
  margin-bottom: 35px;
}

.review .card-review,
.review .card-review-lg {
  box-shadow: 0px 12px 42px #0000000A;
  border: 1px solid #F5F5F5;
  border-radius: 24px;
}

.review .card-review {
  padding: 30px;
}

.review .card-review-lg {
  padding: 50px;
}

.review .card-review-lg .wrapper-card-radio label {
  border-radius: 16px;
  padding: 14px 12px;
  min-height: 46px;
}

.review .card-review-lg .wrapper-card-radio label::after, .review .card-review-lg .wrapper-card-radio label::before {
  top: auto;
}

.review .card-review-lg .wrapper-card-radio label::after {
  left: 18px;
}

.review .card-review-lg .wrapper-card-radio label::before {
  left: 12px;
}

.review .card-review-lg .wrapper-card-radio label p {
  margin-left: 30px;
  font-weight: 600;
}

.review .card-review-lg .wrapper-card-radio input:checked ~ label p {
  color: #00216B;
}

.review .card-review-lg .wrap-check {
  display: flex;
  column-gap: 12px;
  row-gap: 12px;
  flex-wrap: wrap;
}

.stars-review {
  display: flex;
  column-gap: 26px;
}

.stars-review svg {
  cursor: pointer;
}

.stars-review .active path {
  fill: #00216B;
}

footer {
  padding-top: 75px;
  border-top: 2px solid #F5F5F5;
}

footer h4 {
  color: #A0A2A4;
  margin-bottom: 36px;
}

footer a {
  color: #3A3C39;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

footer a:hover {
  color: #57B6DA;
}

footer .social a {
  color: #A0A2A4;
}

footer .social a:hover {
  color: #57B6DA;
}

footer .footer-bottom {
  background-color: #F5F5F5;
  padding: 20px;
  margin-top: 70px;
}

footer .footer-bottom h5 {
  font-size: 14px;
}

footer .footer-bottom a {
  color: #A0A2A4;
  font-size: 14px;
}

footer .footer-bottom a:hover {
  color: #57B6DA;
}

footer .logo-store {
  width: 140px;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  text-align: center;
}

.cssload-container {
  width: 100%;
  text-align: center;
  margin-top: 25%;
  color: #fff;
}

@keyframes load {
  0% {
    opacity: 0.2;
    filter: blur(1px);
    letter-spacing: 1px;
  }
}

.animate {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  animation: load 1.2s infinite 0s ease-in-out;
  animation-direction: alternate;
  text-shadow: 0 0 1px white;
  font-family: "Read", "sans-serif";
  font-weight: 400;
}

.animate img {
  width: 150px;
  opacity: 0.75;
}

@media (max-width: 575.98px) {
  .h1,
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  .navbar {
    padding: 12px;
  }
  .navbar .navbar-brand img {
    width: 126px;
  }
  .navbar .dropdown-address {
    margin-left: 0;
    width: 100%;
    margin-top: 12px;
  }
  .hero {
    background-size: 60%, 40% !important;
  }
  .hero .caption-hero {
    right: auto;
    left: auto;
    top: 4% !important;
    bottom: auto;
    width: 100% !important;
    padding: 30px;
  }
  .hero .caption-hero .btn {
    padding: 18px;
  }
  .check-status .wrap-icon .line {
    width: 25px;
  }
  .faqs .bg-faqs {
    padding: 50px 10px;
  }
  .faqs .bg-faqs .accordion-flush .accordion-item .accordion-body {
    padding: 40px 10px;
  }
  .social-login {
    flex-direction: column;
  }
  .social-login button {
    width: 100%;
  }
  .social-login button:last-child {
    margin-top: 16px;
  }
  .auth {
    padding-top: 70px;
  }
  .auth .btn-primary {
    width: 100%;
  }
  .profile {
    padding: 40px 0;
  }
  .profile .profile-body {
    padding: 40px 20px;
  }
  .navbar .megamenu .megamenu-content {
    height: auto;
    margin: 15px 0px;
  }
  .nav-pill-categories {
    width: 100%;
    margin-bottom: 40px;
  }
  .nav-pill-categories .nav-link {
    margin-right: 0;
    width: 100%;
  }
  .grid-code {
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .grid-code .form-control {
    width: 80px;
  }
  .status-checkout {
    display: flex;
  }
  .status-checkout .circle {
    background-color: #F5F5F5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .status-checkout p {
    width: auto;
    padding: 0;
  }
  .status-checkout .line {
    width: 1px;
  }
  .catalog .payment-card {
    margin-top: 20px;
  }
  .box-detail-products .body-detail .total-price {
    width: 100%;
  }
  .wrapper-cart .cart {
    width: 100%;
  }
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-content {
    border-radius: 0;
    width: 100%;
    min-height: 100vh;
    height: max-content;
    border: 0;
  }
  .modal .modal-content .modal-footer {
    display: flex;
    flex-direction: column-reverse;
  }
  .modal .modal-content .modal-footer .btn {
    width: 100%;
  }
  .modal .modal-content .modal-footer .btn:first-child {
    margin-top: 10px;
  }
  .wrapper-card-radio label {
    margin-bottom: 20px;
  }
  .wrapper-card-radio input:checked ~ label {
    margin-bottom: 0;
  }
  .wrapper-card-radio label ~ p {
    display: none;
  }
  .wrapper-card-radio input:checked ~ p {
    display: block;
    margin-bottom: 20px;
  }
  .wrap-dates {
    column-gap: normal !important;
    row-gap: 18px;
  }
  .wrap-dates .wrapper-card-radio label {
    width: 160px;
    height: 170px;
    padding: 25px 20px;
    margin-bottom: 0;
  }
  .nav-pills .nav-item,
  .nav-pills .nav-link,
  .nav-pills button {
    width: 100%;
  }
  .nav-pills .wrapper-card-radio label {
    width: 100%;
  }
  .nav-pills .wrapper-card-radio input:checked ~ label {
    margin-bottom: 20px;
  }
  .modal-address-list {
    max-height: 60vh;
  }
  .modal-address-list .wrapper-card-radio label {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-address-list .wrapper-card-radio label p {
    margin-left: 0;
  }
  .login-button h6 {
    display: none;
  }
  .dropdown-profile .dropdown-menu {
    padding: 0;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 777.98px) {
  .login-button .login-icon {
    margin-right: 0;
  }
  .modal .modal-body {
    padding: 12px 25px;
  }
}

@media (max-width: 991.98px) {
  .navbar .offcanvasnavbar .offcanvas-header {
    justify-content: end;
    padding: 16px 25px;
    margin-top: 20px;
  }
  .navbar .offcanvasnavbar .offcanvas-body {
    overflow-y: initial;
    padding: 10px 30px;
  }
  .navbar .offcanvasnavbar .offcanvas-body .dropdown-profile {
    box-shadow: none;
  }
  .navbar .offcanvasnavbar .offcanvas-body .dropdown-profile .icon-dropdown {
    display: none;
  }
  .navbar .offcanvasnavbar .offcanvas-body .dropdown-profile .dropdown-menu {
    display: block;
    box-shadow: none;
    margin-top: 24px;
  }
}

@media (max-width: 1199.98px) {
  .wrap-dates {
    justify-content: space-between;
    column-gap: 50px;
  }
  .hero {
    background-image: url("../images/bg-home-bottom.png"), url("../images/bg-home-top.png");
    background-size: 30%, 50%;
  }
  .hero .caption-hero {
    width: 70%;
    top: 13%;
  }
  footer h4 {
    margin-bottom: 24px;
  }
  footer .footer-bottom {
    margin-top: 30px;
  }
}

@media (min-width: 1199.98px) {
  .hero .caption-hero .form-floating:first-child {
    max-width: 220px;
  }
}
/*# sourceMappingURL=styles.css.map */