#addAddressModal h5 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #82c341;
  margin: 0;
}

#addAddressModal .modal-footer .btn {
  /*width: 150px;*/
  margin: 15px 5px;
}

#addAddressModal .modal-footer .setDefault {
  width: 100%;
}

#addAddressModal .modal-footer .setDefault input#setDefault {
  margin-right: 5px;
}

#addAddressModal .modal-footer .setDefault .form-check-input:checked {
  background-color: #ff7d09 !important;
  border-color: #ff7d09;
}

#addAddressModal .modal-footer .setDefault .form-check-input:checked:focus {
  box-shadow: 0 0 0 1px #ff7d09, 0 0 0 0.2rem rgba(255, 125, 9, 0.25);
  border-color: #ff7d09;
}

#addAddressModal .modal-footer .setDefault .form-check-input:focus {
  box-shadow: 0 0 0 1px #ff7d09, 0 0 0 0.2rem rgba(255, 125, 9, 0.25);
  border-color: #ff7d09;
}

#addAddressModal .modal-footer .setDefault .form-check-input:active {
  background-color: #ff7d09;
  border-color: #ff7d09;
}

#addAddressModal .modal-footer label,
#addAddressModal form label {
  color: #919191;
  font-size: 1rem;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

#addAddressModal form select.form-control,
#addAddressModal form input.form-control {
  border: 2px solid #f2efeb;
  color: #919191;
  font-size: 16px;
  height: 50px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

#addAddressModal button {
  font-family: "Raleway", sans-serif;
  background: #82c341;
  border-color: #82c341;
  font-weight: bold;
  font-size: 18px;
  /*width: 150px;*/
  height: 46px;
  transition: all 0.3s ease;
  margin: 15px 5px;
  color: #fff;
}

#addAddressModal button:hover {
  border-color: #ff7d09;
  background: #ff7d09;
}

#addAddressModal .modal-footer {
  margin-bottom: 0;
}

#addAddressModal form label {
  color: #919191;
  font-size: 1rem;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

#addAddressModal form input.form-control,
#addAddressModal form select.form-select {
  border: 2px solid #f2efeb;
  color: #919191;
  font-size: 16px;
  height: 50px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

#addAddressModal form button {
  margin-top: 30px;
  font-family: "Raleway", sans-serif;
  background: #82c341;
  border-color: #82c341;
  font-weight: bold;
  font-size: 18px;
  width: 128px;
  height: 46px;
  transition: all 0.3s ease;
}

#addAddressModal form button:hover {
  border-color: #ff7d09;
  background: #ff7d09;
}

#addAddressModal form .image-preview {
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#addAddressModal form input#uploadProfileImage {
  display: none;
}

#addAddressModal form label.uploadProfileImage {
  color: #fff;
  font-size: 1rem;
  height: 50px;
  cursor: pointer;
  background: #82c341;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: grid;
  transition: all 0.3s ease;
}

#addAddressModal form label.uploadProfileImage:hover {
  background: #ff7d09;
}

#addressTab .content .buttons button {
  margin-top: 15px;
  font-family: "Raleway", sans-serif;
  background: none;
  border: 2px solid #82c341;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  height: 46px;
  transition: all 0.3s ease;
  color: #82c341;
  opacity: 1;
}

#addressTab .content .row {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}

#orderDetailsTab .order-details,
#ordersTab .order-list {
  position: relative;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons button:disabled {
  background: #a9a9a9;
  border-color: #a9a9a9;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons button.order-receive {
  background: #ff7d09;
  border-color: #ff7d09;
  transition: all 0.3s;
  opacity: 1;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons button.order-receive:hover {
  opacity: 0.75;
}

section#page-content.profile-page #content-section #notificationTabContent #notificationTab .order-list .row,
section#page-content.profile-page #content-section #ordersTab .order-list .row {
  width: 100%;
  margin: 0;
}

section#page-content.profile-page #content-section #notificationTabContent #notificationTab .order-list .row-header,
section#page-content.profile-page #content-section #ordersTab .order-list .row-header {
  background: #3f2803;
  color: #fff;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

section#page-content.profile-page #content-section #notificationTabContent #notificationTab .order-list .order-item,
section#page-content.profile-page #content-section #ordersTab .order-list .order-item {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3f2803;
  opacity: 1;
  border-bottom: 1px solid #3f2803;
  transition: opacity 0.3s;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item:nth-child(odd) {
  background: #f2f0ed;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item:nth-child(even) {
  background: #f7f6f5;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .items,
section#page-content.profile-page #content-section #ordersTab .order-list .order-item .items {
  text-align: center;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .amount,
section#page-content.profile-page #content-section #ordersTab .order-list .order-item .amount {
  text-align: right;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons,
section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons {
  text-align: right;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons button {
  width: auto;
  margin-left: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  height: 46px;
  background: #82c341;
  border-color: #82c341;
  /*margin-top: 15px;*/
  transition: all 0.3s;
  color: #ffffff;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons button:hover {
  border-color: #ff7d09;
  background: #ff7d09;
}

section#page-content.profile-page #content-section #ordersTab .order-list .order-item .buttons button.order-receive:hover {
  border-color: #ff7d09;
  background: #ff7d09;
}

section#page-content.profile-page #content-section #purchaseTabContent #ordersTab #rateModal h5 {
  color: #82c341;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

section#page-content.profile-page #content-section #purchaseTabContent #ordersTab #rateModal .rate-stars ul {
  text-align: center;
}

section#page-content.profile-page #content-section #purchaseTabContent #ordersTab #rateModal .rate-stars ul li {
  display: inline-block;
}

section#page-content.profile-page #content-section #purchaseTabContent #ordersTab #rateModal .rate-stars ul li a i {
  color: #FFB81C;
  font-size: 30px;
}

section#page-content.profile-page #content-section #purchaseTabContent #ordersTab #rateModal textarea {
  border: 2px solid #f2efeb;
  color: #919191;
  font-size: 1rem;
  height: 100px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  resize: none;
}

#orderDetailsTab thead.thead-dark {
  background: #3f2803;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}

#orderDetailsTab tbody > tr > td.product-name {
  color: #909090;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

#orderDetailsTab tbody > tr > td.product-name {
  color: #909090;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

#orderDetailsTab tbody > tr > td.subtotal {
  color: #3f2803;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

#orderDetailsTab tbody > tr:nth-of-type(odd) > * {
  background: #f2f0ed;
  border-color: #efe9e3;
}

#orderDetailsTab tbody > tr:nth-of-type(even) > * {
  background: #f7f6f5;
  border-color: #efe9e3;
}

#orderDetailsTab .header h2 {
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #3f2803 !important;
}

#orderDetailsTab .subheader {
  text-align: right;
  color: #3f2803;
  font-weight: bold;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  padding-right: 20px;
}

#orderDetailsTab .details {
  border-bottom: 1px solid #efe9e3;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

#OrderNotificationsTab .order-list {
  position: relative;
}

#OrderNotificationsTab .order-list .row {
  width: 100%;
  margin: 0;
}

#OrderNotificationsTab .order-list .row-header {
  background: #3f2803;
  color: #fff;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#OrderNotificationsTab .order-list .order-item {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3f2803;
  opacity: 1;
  border-bottom: 1px solid #3f2803;
  transition: opacity 0.3s;
}

#OrderNotificationsTab .order-list .order-item:nth-child(odd) {
  background: #f2f0ed;
}

#OrderNotificationsTab .order-list .order-item:nth-child(even) {
  background: #f7f6f5;
}

#OrderNotificationsTab .order-list .order-item .buttons button {
  width: auto;
  margin-left: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  height: 46px;
  background: #82c341;
  border-color: #82c341;
  /*margin-top: 15px;*/
  transition: all 0.3s;
  color: #ffffff;
}

#OrderNotificationsTab .order-list .order-item .buttons button:hover {
  border-color: #ff7d09;
  background: #ff7d09;
}

#OrderNotificationsTab .order-list .order-item .buttons {
  text-align: center;
}

#top-header ul.top-right .nav-link svg {
  font-size: 32px;
  color: #3f2803;
  transition: color 0.3s ease;
}

#top-header ul.top-right .nav-link svg.fa-user {
  color: #ff7d09;
}

#top-header ul.top-right .nav-link:hover svg {
  color: #ff7d09;
}

#top-header ul.top-right .nav-link:hover svg.fa-user {
  color: #82c341;
}

#top-header ul.top-right .nav-link svg.fa-cart-shopping {
  color: #82c341;
}

#top-header ul.top-right .nav-link svg.fa-cart-shopping:hover {
  color: #ff7d09;
}

#nav-desktop {
  display: block;
}

#customer-mobile-menu {
  font-size: 30px;
  cursor: pointer;
  display: none;
}

#nav-mobile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 84px;
}

#nav-mobile .accordion {
  padding: 10px;
}

#nav-mobile a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  color: #ff7d09;
  text-align: right;
}

#nav-mobile .accordion {
  min-width: 250px;
}

#nav-mobile a:hover {
  color: #f1f1f1;
}

#nav-mobile .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
}

.nav-link {
  display: block !important;
  padding: 0.5rem 1rem !important;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
}

button.btn-logout {
  border-color: #ff7d09;
  background: #ff7d09;
  transition: all 0.3s ease;
  height: 48px;
  color: #ffffff;
}

button.btn-logout {
  width: 100%;
}

button.btn-logout:hover {
  border-color: #82c341;
  background: #82c341;
}

section#page-content.profile-page #content-section .header h2 {
  color: #82c341;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

section#page-content.profile-page #content-section .header p {
  color: #3f2803;
  font-size: 16px;
  margin-bottom: 0;
}

section#page-content.profile-page #content-section .header {
  align-items: center;
  margin-bottom: 30px;
}

section#page-content.profile-page #content-section .header button {
  font-family: "Raleway", sans-serif;
  background: #82c341;
  border-color: #82c341;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: 46px;
  transition: all 0.3s ease;
}

section#page-content.profile-page #content-section .header button:hover {
  border-color: #ff7d09;
  background: #ff7d09;
}

section#page-content.profile-page #content-section .content .row {
  /*border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;*/
  padding-top: 15px;
  padding-bottom: 15px;
}

section#page-content.profile-page #content-section .content p {
  color: #3f2803;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

/*section#page-content.profile-page #content-section .content strong {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #3f2803;
}*/

section#page-content.profile-page #content-section .content .buttons {
  text-align: right;
}

section#page-content.profile-page #content-section .content .buttons a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
  color: #ff7d09;
  transition: all 0.3s ease;
  opacity: 1;
}

#cancelModal h3,
#deleteModal h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #82c341;
  margin: 0;
}

#cancelModal footer,
#deleteModal footer {
  margin: 0;
}

#cancelModal button.btn-add,
#cancelModal button.btn-cancel,
#deleteModal button.btn-add,
#deleteModal button.btn-cancel {
  font-family: "Raleway", sans-serif;
  background: #82c341;
  border-color: #82c341;
  font-weight: bold;
  font-size: 18px;
  height: 46px;
}

#cancelModal button.btn-add:hover,
#cancelModal button.btn-cancel:hover,
#deleteModal button.btn-add:hover,
#deleteModal button.btn-cancel:hover {
  background: #ff7d09;
  border-color: #ff7d09;
}

section#page-content.profile-page form label {
  color: #919191;
  font-size: 1rem;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

section#page-content.profile-page form input.form-control,
section#page-content.profile-page form select.form-select {
  border: 2px solid #f2efeb;
  color: #919191;
  font-size: 16px;
  height: 50px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

section#page-content.profile-page form button {
  margin-top: 30px;
  font-family: "Raleway", sans-serif;
  background: #82c341;
  border-color: #82c341;
  font-weight: bold;
  font-size: 18px;
  height: 46px;
  transition: all 0.3s ease;
}

section#page-content.profile-page form button:hover {
  background: #ff7d09;
  border-color: #ff7d09;
}

section#page-content.profile-page nav.product-pagination {
  margin-top: 30px;
}

section#page-content.profile-page nav.product-pagination button.page-link {
  color: #82c341;
  transition: background 0.3s ease;
}

section#page-content.profile-page nav.product-pagination button.page-link:hover {
  background: #def7ec;
}

section#page-content.profile-page nav.product-pagination .page-item.active button.page-link {
  background: #feecdc;
  border: 1px solid #dee2e6;
  color: #ff7d09;
  transition: background 0.3s ease;
}

section#page-content.profile-page nav.product-pagination .page-item.active a.page-link:hover {
  background: #feecdc;
}

section#page-content #content-section .pagination li.page-item {
  margin: 0;
}

section#page-content .pagination li.page-item a.page-link {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  color: #919191;
  border-color: #efe9e3;
  font-weight: 600;
  font-size: 18px;
  margin: 0 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
}

section#page-content .pagination li.page-item.active {
  z-index: 1;
}

section#page-content .pagination li.page-item.active a.page-link,
section#page-content .pagination li.page-item a.page-link:hover {
  background-color: #ff7d09;
  border-color: #ff7d09;
  color: #fff;
}

button.btn-secondary {
  border-color: #ff7d09;
  background: #ff7d09;
  color: #ffffff;
}

button.btn-secondary:hover {
  border-color: #82c341;
  background: #82c341;
}

button.btn-primary:disabled {
  border-color: rgba(172, 144, 119, 0.6117647059) !important;
  background: rgba(172, 144, 119, 0.6117647059) !important;
}

.loader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(220, 226, 221, 0.46);
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.btn-frontend-primary {
  background: rgb(130, 195, 65);
  font-family: "Sunnydino", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 33px;
  box-shadow: rgba(12, 12, 12, 0.2) 0px 2px 24px 0px;
  border: 0 none;
  padding: 5px 30px;
  transition: background 0.3s ease;
}

.btn-frontend-primary:hover {
  background: #ff7d09;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

footer {
  margin-bottom: 30px;
  background: #fff;
  padding-top: 30px;
}

footer .logo img {
  width: 100%;
}

footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

footer ul li {
  padding: 5px 0;
  font-family: "Raleway", sans-serif;
}

footer ul li a {
  text-decoration: none;
  color: #3f2803;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.3s ease;
}

footer ul li a:hover {
  color: #82c341;
}

footer .copyright {
  margin-top: 30px;
  color: #919191;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

footer .copyright a {
  color: #82c341;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .copyright a:hover {
  color: #ff7d09;
}

.theme-card {
  border-color: #82c341;
}

.theme-card .card-header {
  background-color: #82c341;
  color: #ffffff;
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media only screen and (max-width: 991px) {
  #nav-desktop {
    display: none;
  }

  #customer-mobile-menu {
    display: block;
  }

  #profile-section {
    margin-bottom: 20px !important;
  }

  .order-list .order-item .buttons button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 5px;
  }

  #nav-mobile .btn-logout {
    margin-left: 2.5vw !important;
    margin-right: 2.5vw !important;
    width: 95vw !important;
  }
}

