@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900");

:root {
    --primary: #D6C7A1;
    --secondary: #B5A476;
    --green1: #4F5D2F;
    --green2: #3B4528;
    --brown: #5A4632;
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  background: linear-gradient(to bottom, #ffffff, var(--primary));
  color: #1e1e27;
}
div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin-bottom: 0px;
}
p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #989898;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 2px #fde0db;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a:active {
  position: relative;
  color: #ff6347;
}
p a:hover {
  color: #ff6347;
  background: #fde0db;
}
p a:hover::after {
  opacity: 0.2;
}
::selection {
  background: #fde0db;
  color: #ff6347;
}
p::selection {
  background: #fde0db;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}
::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/ {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */ {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}
:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}
::input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}
.form-control {
  color: #db5246;
}
section {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.fill_height {
  height: 100%;
}
.super_container {
  width: 100%;
  overflow: hidden;
  min-height: 3.8vh;
  display: flex;
  flex-direction: column;
}


/* My Profiel */

.intro_content h1{
    margin-top: 150px;
    font-size: 40px;
    text-align: center;
    color: var(--green1);
}

.intro{
    padding-top: 20px;
}

@media (max-width: 768px) {
.intro_content h1 {
		margin-top: 60px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
  .side_bar ul li a {
    text-align: center;
  }
  
  .side_bar ul li a#logoutLink {
    background: #5A4632;
    color: #fff;
  }

  .order_item {
    flex-direction: column;
  }

  .tab_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab_header h3 {
    font-size: 20px;
  }

  .tab_panel{
    width: 100%;
  }

  #tab-profile{
    max-width: 320px;
  }

} 

.profile_content {
    display: flex;
    gap: 20px;
    padding-bottom: 60px;
    padding-left: 90px;
    padding-right:90px;
    justify-content: center;
    flex: 1 0 auto;
}
.side_bar {
    flex: 0 0 220px;
}
.side_bar ul {
    margin: 0;
    padding: 0;
}
.side_bar ul li { list-style: none; }
.side_bar ul li a {
    display: block;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 8px;
    color: #1e1e27;
}
.side_bar ul li a:hover { background: #f7f7f7; }
.side_bar ul li a.active {
    background: #4F5D2F;
    color: #fff;
    border-color: #4F5D2F;
}
.option_content {
    flex: 1;
    min-height: 240px;
    border: 1px solid var(--green2);
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

/* Individual tab panels */
.tab_panel { display: none; }
.tab_panel.active { display: block; }

/* Order item card */
.order_item {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 12px;
  background: #fff;
  margin-top: 12px;
}
.order_item .order_image {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_item .order_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order_item .order_details {
  flex: 1;
}
.order_item .order_details .order_date {
  font-weight: 600;
  color: #4F5D2F;
  margin-bottom: 4px;
}
.order_item .order_details .order_items {
  color: #333;
}
.order_item .order_actions {
  flex: 0 0 auto;
}
.order_item .order_actions .preview_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #4F5D2F;
  color: #4F5D2F;
  background: #fff;
}
.order_item .order_actions .preview_btn:hover {
  background: #4F5D2F;
  color: #fff;
}

/* Tab header with action button */
.tab_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.tab_header h3{
  color: var(--green2)
}
.update_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #4F5D2F;
  background: #4F5D2F;
  color: #fff;
  font-weight: 300;
}
.update_btn:hover {
  background: #3b4a26;
  border-color: #3b4a26;
  color: #fff;
}

.tab_panel .profile_info{
    padding: 15px;
}

.address_box{
    padding: 15px;
    text-align: left;
    border: 0.8px solid var(--green1);
    width: 300px;
    height: fit-content;
    margin-top: 10px;
    border-radius: 8px;;
}

.address_box p{
  color: var(--green1);
  line-height: 0.8;
}

.address_list{
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
}

.name{
  text-align: center;
  font-size: 16px;
}

.address_box img{
  display: block;
  margin: 0 auto;
}

.strong_man{
    color: var(--green2);
}

.profile_info p{
    color: var(--green1);
}
