.casten_container {
  width: 90%;
  margin: 0px auto;
}

.add.add_extras {
  margin-top: -10px;
  margin-bottom: 20px;
}

.add.add_more_golds {
  margin-top: -10px;
  margin-bottom: 20px;
}

.saved_message {
  height: 20px;
  width: 100%;
  padding: 10px;
  background: #eef3dc;
  border-color: #ebecc9;
  color: #76884a;
  border-radius: 4px;
}

strong.strong_input.total_price{
  font-size: 18px;
}

.add {
  width: 15px;
}

.casten_container .row .col-md-6 {
  width: 50%;
  float: left;
}

.casten_container .row {
  width: 100%;
  float: left;
}

textarea.form-control {
  width: 98.5% !important;
}

.booking-image {
  min-height: 200px;
  border: 2px #d1daaf solid;
  padding: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*div#casten_edit_section {
  max-width: 950px;
  margin: 0 auto;
  display: grid;
}*/

.casten_container .row .col-md-9 {
  width: 75%;
  float: left;
}

#casten-edit-form .form-group {
  margin-bottom: 12px;
}

.casten_container .row .col-md-3 {
  width: 25%;
  float: left;
}

.casten_container .row .col-md-5 {
  width: 41.65%;
  float: left;
}

.casten_container .row .col-md-4 {
  width: 33.33%;
  float: left;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.text-right {
  text-align: right;
}

/* Modal Content/Box */
#myModal .modal-content {
  background-color: #fefefe;
  /*margin: 25% auto; /* 15% from the top and centered */
  /*padding: 20px; */
  margin: auto;
  margin-top: 10%;
  border: 1px solid #888;
  width: 65%; /* Could be more or less, depending on screen size */
  max-width: 700px;
}

#myModal input.form-control.search_input {
  background: #ffffff;
  box-shadow: 0 0 5px rgb(0 0 0 / 0%);
  width: 80%;
  max-width: 100%;
  white-space: nowrap;
  max-height: 90vh;
  overflow: auto;
  float: left;
  font-size: 90%;
}

#myModal th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  background: none;
  color: #76884a;
}

#myModal .header {
  padding-bottom: 15px;
  border-bottom: 2px #ddd solid;
  height: 40px;
}

#myModal .box {
  margin-top: auto;
  margin-bottom: auto;
}

#myModal button.btn.btn-primary.search_customers {
  border-bottom-left-radius: 0 !important;
  font-family: inherit;
  background: #dce6b6;
  color: #76884a;
  border-top-left-radius: 0 !important;
}

#myModal span.close {
  font-size: 12px;
  line-height: 1.5;
  color: #76884a;
  padding: 5px 10px;
  font-weight: normal;
}

#myModal .col-sm-6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

#myModal td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

#myModal .input-group {
  width: 80%;
  display: inline-table;
  vertical-align: middle;
  position: relative;
  border-collapse: separate;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.add {
  cursor: pointer;
}

.hands-scale {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 50%;
  margin-bottom: 15px;
}

.hands {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/hands.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.hands .help {
  position: absolute;
  top: 70%;
  text-align: center;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
}

/*.booking-hands .hands .ring {
  width: 50px;
}*/

.hands .ring {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* transition: all 500ms; */
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.hands .ring-1 {
  left: 41%;
  top: 50%;
}
.hands .ring-2 {
  left: 29%;
  top: 27%;
}
.hands .ring-3 {
  left: 21%;
  top: 30%;
}
.hands .ring-4 {
  left: 16%;
  top: 38%;
}
.hands .ring-5 {
  left: 11%;
  top: 49%;
}
.hands .ring-6 {
  left: 29%;
  top: 93%;
  width: 89px;
}
.hands .ring-7 {
  left: 60%;
  top: 51%;
}
.hands .ring-8 {
  left: 71.5%;
  top: 27%;
}
.hands .ring-9 {
  left: 79%;

  top: 29%;
}
.hands .ring-10 {
  left: 84%;
  top: 37%;
}
.hands .ring-11 {
  left: 89%;
  top: 47%;
}
.hands .ring-12 {
  left: 72.3%;
  top: 94%;
  width: 89px;
}

.hands .ring-1 .line {
  transform: rotate(50deg) !important;
}

.hands .ring-2 .line {
  transform: rotate(0deg) !important;
}

.hands .ring-3 .line {
  transform: rotate(-27deg) !important;
}

.hands .ring-4 .line {
  transform: rotate(-41deg) !important;
}

.hands .ring-5 .line {
  transform: rotate(-62deg) !important;
}

.hands .ring-6 .line {
  transform: rotate(-10deg) !important;
}

.hands .ring-7 .line {
  transform: rotate(-50deg) !important;
}

.hands .ring-8 .line {
  transform: rotate(0deg) !important;
}

.hands .ring-9 .line {
  transform: rotate(27deg) !important;
}

.hands .ring-10 .line {
  transform: rotate(41deg) !important;
}

.hands .ring-11 .line {
  transform: rotate(62deg) !important;
}
.hands .ring-12 .line {
  transform: rotate(10deg) !important;
}

.hands .dialog {
  background: #f9f9f9;
  border: 2px #d1daaf solid;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  max-width: 90%;
  display: none;
  z-index: 10;
}

.hands .dialog input {
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  text-indent: 10px;
  height: 32px;
  color: #7c9156;
  padding: 0px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 11px;
}

.hands .ring .line {
  transform: rotate(0deg);
  /*background: #d1daaf;*/

  background: transparent;
  height: 5px;
  width: 100%;
  transition: all 500ms;
}

.hands .ring .line.on-click {
  border: 1px solid #76884a;
}

.col-md-5 {
  width: 41.66%;
  float: left;
}

.hands .ring.active {
  background: #f1f1f1;
  border: 2px #d1daaf solid;
  text-align: center;
  border-radius: 50%;
  width: 35px;
}
.hands .ring.active .value {
  display: block;
}

.hands .ring.active .line,
.hands .ring .value {
  display: none;
}

#casten_edit_section h1 {
  font-size: 36px;
  color: #76884a;
  text-align: center;
  font-family: "Alegreya SC", serif;
  margin-bottom: 10px;
}

#casten_edit_section hr {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  height: 1px;
  border: none;
  background: #76884a;
}

.display_container {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 97%;
}

.display_container span.input-group-addon {
  padding: 7px 12px 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: left;
  border: 1px solid #eef3dc;
  border-radius: 2px;
  background: #eef3dc;
  box-shadow: none;
  color: #76884a;
  font-weight: 500;
  font-family: "Alegreya SC", serif;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

#casten-edit-form .booking-hands .btn.primary {
}

#casten-edit-form .booking-hands .btn.default {
  padding: 13px 20px;
  background: #e4e4e4;
}

.ring_size_select {
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

.ring.active.selected_ring {
  border: 2px #78894b solid;
  background: #d6e3b0;
}

.icheckbox_square {
  float: left;
  margin-right: 20px;
}

.orderNotfound {
  text-align: center;
  padding: 20px;
}

.display_container input,
#casten_edit_section .form-control {
  position: relative;
  width: 100%;
  background: #eef3dc !important;
  border-color: #eef3dc !important;
  box-shadow: none;
  color: #76884a;
  font-weight: 500;
  font-family: "Alegreya SC", serif;
  width: 1%;
  /*white-space: nowrap; */
  vertical-align: middle;
}

.prices_extra_container .form-group {
  padding-right: 6px;
}

.display_container input,
#casten_edit_section .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#casten_edit_section .internet_sec h2.text-center {
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 30px;
  font-family: "Alegreya SC", serif;
  font-weight: 500;
  line-height: 1.1;
  color: #76884a;
}
.internet_sec {
  margin-bottom: 30px;
}

.simp_input {
  width: 97%;
  /*margin-bottom: 10px; */
}

.section_marg {
  margin-bottom: 22px;
}

#casten-edit-form .add {
  margin-bottom: 10px;
}

h2.media-frame-actions-heading.screen-reader-text,
.media-menu button#menu-item-library,
h2.media-frame-menu-heading,
#media-attachment-date-filters {
  display: none;
}

select#filter-by-fbv {
  display: block !important;
}

label[for="media-attachment-date-filters"] {
  display: none;
}

.media-toolbar-secondary select#filter-by-fbv {
  display: block !important;
}

#casten-edit-form h3,
#castens_show_bestilling h3 {
  font-size: 24px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 15px;
  color: #76884a;
  padding-right: 5%;
  font-family: "Alegreya SC", serif;
  font-weight: 500;
}

#myprefix_media_manager .fa-folder-open {
  cursor: pointer;
}

/*#casten-edit-form button.btn.btn-primary {
  display: inline-block;
  background: #dce6b6;
  margin-bottom: 0;
  color: #76884a;
  font-weight: normal;
  font-family: "Alegreya SC", serif;
  font-size: 16px;
  border-radius: 60px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  text-transform: uppercase;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

.add.material_add {
  margin-top: -3px;
  margin-bottom: 18px;
}

.add.material2addition {
  margin-top: -10px;
  margin-bottom: 10px;
}

.add.addmorestone1 {
  margin-top: -15px;
  margin-bottom: 18px;
}

.col-sm-offset-2 .form-control.form-group {
  width: 95% !important;
}

textarea.form-control {
  height: 150px !important;
  margin-bottom: 10px !important;
  margin-top: 25px;
}

.casten_container .row .col-md-7 {
  float: left;
  width: 58.3333333333%;
}

/*#casten-edit-form button.btn.btn-default {
  color: #76884a;
  background-color: #fff;
  border-color: #fff;
}*/

/*#casten-edit-form button.btn,*/
#myModal button.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 60px;
}

.disp-width-adj {
  width: 98.5%;
}

.disp-width-adj1 {
  width: 93%;
}

.add_material2 .simp_input.disp-width-adj,
.additionalMaterial .simp_input.disp-width-adj {
  margin-bottom: 15px;
}

.icheckbox_square {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 6px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 1px #76884a solid;
  position: relative;
  background: #eef3dc;
  border-radius: 2px;
}

.booking_user.user_1 {
  margin-bottom: 15px;
}

.status_width_set {
  width: 94%;
}
.icheckbox_square input[type="checkbox"] {
  position: absolute !important;
  top: -20%;
  left: -20%;
  display: block !important;
  width: 140% !important;
  height: 140% !important;
  margin: 0px;
  padding: 0px;
  background: rgb(62 34 34);
  border: 0px !important;
  opacity: 0;
  cursor: pointer;
}

label.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0 !important;
  vertical-align: middle;
  font-weight: normal !important;
  cursor: pointer;
  font-size: 16px !important;
  color: #76884a !important;
}

.icheckbox_square.checked::after,
.iradio_square.checked::after {
  content: "\f00c";
  color: #76884a;
  position: absolute;
  top: 50%;
  left: 50%;
  font: normal normal normal 12px/1 FontAwesome;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

#myModal .input-group {
  width: 80%;
  display: inline-table;
  vertical-align: middle;
}

/*

form.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register {
  width: 500px;
  box-shadow: 2px 3px 15px rgb(0 0 0 / 20%);
  background-color: #f1f1f1;
  padding: 60px 90px;
  margin: 30px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/Rhododendron-square_1.jpg");
}

form.woocommerce-form.woocommerce-form-login.login label,
.woocommerce-form.woocommerce-form-register.register label {
  display: none;
}

form.woocommerce-form.woocommerce-form-login.login input,
.woocommerce-form.woocommerce-form-register.register input {
  background: #eef3dc;
  box-shadow: none;
  color: #76884a;
  font-weight: 500;
  font-family: "Alegreya SC", serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
  border: 1px solid #eef3dc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0.3em !important;
}

.woocommerce-form.woocommerce-form-login.login
  button.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-form.woocommerce-form-register.register
  button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.container_gdpr button.btn.btn-primary.btn-block {
  font-size: 16px !important;
  border-radius: 60px !important;
  text-transform: uppercase;
  background: #dce6b6 !important;
  display: block !important;
  color: #76884a !important;
  border-color: #eef3dc !important;
  width: 100%;
  font-weight: normal;
  padding: 6px 12px;
  cursor: pointer;
  font-family: "Alegreya SC", serif;
  border: 1px solid;
}

*/

.privacy_policy input {
  display: inline-block !important;
  vertical-align: middle;
  margin: -1px 3px 0 0;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
  position: relative;
  padding: 0px;
  background: rgb(255, 255, 255) !important;
  border: 0px;
}

div#test_woo_account h2,
.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
  display: none;
}

#club_menu_dropdown ul#menu-club > li > a {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Alegreya SC;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 1px;
  color: #ffffff;
  border-top-width: 2px;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
  border-left-width: 2px;
  border-left-color: #ffffff;
  border-left-style: solid;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  text-align: center;
  text-decoration: none;
}

.signuppage h1 {
  font-size: 36px;
  color: inherit;
}

.text-center.signuppage {
  color: #76884a;
}

.text-center.dashboard_myaccount {
  color: #76884a;
  font-size: 16px;
}

.dashboard_myaccount h1 {
  font-size: 36px;
  color: inherit;
}

.dashboard_myaccount h3 {
  font-size: 24px !important;
  color: inherit !important;
  font-family: "Alegreya SC", serif !important;
  font-weight: 500 !important;
}

.dashboard_myaccount hr {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  height: 1px;
  border: none;
  background: #76884a;
}

.dashboard_myaccount p {
  color: inherit;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.dashboard_myaccount a.btn.btn-wide.btn-primary {
  border-radius: 60px;
  font-size: 16px;
  background: #dce6b6;
  color: #76884a;
  padding: 6px 60px;
  text-transform: uppercase;
}

.dashboard_myaccount h2 {
  display: block !important;
  font-size: 30px;
  color: inherit;
  margin-bottom: 20px;
}

.orders_container h1 {
  color: inherit;
  font-size: 36px;
}

.orders_container hr {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  height: 1px;
  border: none;
  background: #76884a;
}

.container.orders_container {
  font-size: 16px;
  color: #76884a;
}

.orders_container p {
  color: inherit;
}

.signuppage h3 {
  font-size: 24px;
  color: inherit;
}

.signuppage p {
  font-size: 16px;
  color: inherit;
  margin: 0 0 10px;
}

p.woocommerce-LostPassword.lost_password {
  text-align: center;
}

.woocommerce-lost-password .woocommerce {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.casten_lost_password form.woocommerce-ResetPassword.lost_reset_password {
  width: 500px;
  box-shadow: 2px 3px 15px rgb(0 0 0 / 20%);
  background-color: #f1f1f1;
  padding: 60px 90px;
  margin: 30px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/Rhododendron-square_1.jpg);
}

.casten_lost_password {
  text-align: center;
}

.casten_lost_password p {
  font-size: 16px;
  color: #76884a;
  margin: 0 0 0 10px;
}

#colibri.woocommerce-page .casten_lost_password button.woocommerce-Button.button {
  font-size: 16px !important;
  border-radius: 60px !important;
  text-transform: uppercase;
  background: #dce6b6 !important;
  display: block !important;
  color: #76884a !important;
  border-color: #eef3dc !important;
  width: 100%;
  font-weight: normal;
  padding: 6px 12px;
  cursor: pointer;
  font-family: "Alegreya SC", serif;
  border: 1px solid;
}

.casten_lost_password input {
  background: #eef3dc !important;
  box-shadow: none;
  color: #76884a;
  font-weight: 500;
  font-family: "Alegreya SC", serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
  border: 1px solid #eef3dc !important;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.my-profile-head {
  text-align: center;
  color: #76884a;
}

.my-profile-head h1 {
  font-size: 36px;
  color: inherit;
}

.my-profile-head hr {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  height: 1px;
  border: none;
  background: #76884a;
}

.my-profile-head p {
  color: inherit;
  font-size: 16px;
}

/*.woocommerce-EditAccountForm.edit-account
  p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: none;
}

.woocommerce-EditAccountForm.edit-account .row {
  width: 100%;
}

.woocommerce-EditAccountForm.edit-account .col-md-6 {
  width: 50%;
  float: left;
  padding: 12px;
}

.woocommerce-EditAccountForm.edit-account .form-group {
  margin-bottom: 15px;
}
*/
.col-sm-12 {
  width: 100%;
  float: left;
}

.col-sm-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
}

.col-sm-8 {
  width: 66.66666667%;
  float: left;
}

/*.woocommerce-EditAccountForm.edit-account input.form-control {
  background: #eef3dc;
  border-color: #eef3dc !important;
  box-shadow: none !important;
  color: #76884a;
  font-weight: 500;
  font-family: "Alegreya SC", serif !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.woocommerce-EditAccountForm.edit-account h4 {
  font-size: 18px;
  color: inherit;
}

form.woocommerce-EditAccountForm.edit-account {
  color: #76884a;
}

.col-xs-4 {
  width: 33.33333333%;
  float: left;
}

.woocommerce-EditAccountForm.edit-account h2 {
  position: relative;
  display: block !important;
  clear: both;
  margin-bottom: 20px;
  font-weight: 400 !important;
  color: #76884a !important;
  font-size: 30px;
  font-family: "Alegreya SC", serif !important;
}

*/

label.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.iradio_square {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 3px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  border: 1px #76884a solid;
  position: relative;
  background: #eef3dc;
  border-radius: 50%;
}

.icheckbox_square.checked::after,
.iradio_square.checked::after {
  content: "\f00c";
  color: #76884a;
  position: absolute;
  top: 50%;
  left: 50%;
  font: normal normal normal 12px/1 FontAwesome;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

/*.woocommerce-EditAccountForm.edit-account h3.text-center {
  font-size: 24px;
  color: inherit;
  font-family: "Alegreya SC", serif;
  font-weight: 400;
}

.woocommerce-EditAccountForm.edit-account .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal !important;
  cursor: pointer;
  color: inherit !important;
}

.woocommerce-EditAccountForm.edit-account label.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0 !important;
  vertical-align: middle;
  font-weight: normal !important;
  cursor: pointer;
  color: inherit !important;
}
*/

select.form-control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  background: #eef3dc !important;
  color: #76884a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*.woocommerce-EditAccountForm.edit-account
  button.woocommerce-Button.button.save-my-account-changes,
.wp-user-profile-avatar-success {
  border-radius: 60px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #76884a !important;
  text-transform: uppercase;
  background: #dce6b6 !important;
  -ms-user-select: none;
  user-select: none;
  font-family: "Alegreya SC", serif !important;
  font-size: 16px !important;
}

#casten-edit-form input {
  font-family: "Alegreya SC", serif !important;
  font-weight: 500 !important;
  color: #76884a !important;
}
*/

.wishlist_container h1 {
  font-size: 36px;
  color: inherit;
}
.container.wishlist_container {
  color: #76884a;
}

.wishlist_container hr {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  height: 1px;
  border: none;
  background: #76884a;
}
.wishlist_container p {
  font-size: 16px;
  color: inherit;
}
.col-sm-3 {
  width: 25%;
  float: left;
}
.col-sm-6 {
  width: 50%;
  float: left;
}
.form-control {
  background: #eef3dc !important;
  border-color: #eef3dc !important;
  box-shadow: none;
  color: #76884a;
  font-weight: 500;
  font-family: "Alegreya SC", serif !important;
}
textarea.form-control {
  height: auto !important;
}
.modalContentText textarea.form-control {
  height: auto !important;
  width: 95%;
  padding: 6px 12px;
}

.users-wishlist-title {
  margin-top: 10px;
  text-transform: uppercase;
}
.wishlist_container a {
  color: inherit;
}
.users-wishlist-description {
  font-size: 90%;
  margin-bottom: 15px;
}

.wishlist_container .btn.btn-primary {
  background: #dce6b6;
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 60px;
  font-size: 16px;
  border-color: #eef3dc !important;
  border: none;
}
.wishlist_button {
  margin-top: 3%;
  padding-left: 3%;
}
.hidden {
  display: none;
}

.wishlist_container button.btn.btn-primary {
  display: inline;
  color: inherit;
  font-family: "Alegreya SC", serif;
}

.col-sm-5 {
  width: 41.66666667%;
  float: left;
}
.wishlist_container h3 {
  font-size: 24px;
  color: inherit !important;
}

a.casten-wishlist-toggle {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 10px 3px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/heart-off.png);
}
a.casten-wishlist-toggle.addedwish,
a.casten-wishlist-toggle:hover {
  background-image: url(../img/heart-on.png);
}

body.woocommerce ul.products.columns-4 li.product:hover a.casten-wishlist-toggle {
  margin-top: 0 !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: inherit;
  float: right;
  font-size: 21px;
  margin-top: -12px !important;
  font-weight: bold;
  margin-right: -10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#wishlistModal .modal-content {
  color: #76884a;
  text-align: center;
}

.modalContentText {
  text-align: center;
  color: #76884a;
}

.modalContentText .add {
  width: 100%;
}

.modalContentText h3 {
  font-size: 24px;
  color: inherit;
}

#wishlistModal .btn.btn-lg.btn-block {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  color: #76884a;
  border-radius: 60px;
  border: none;
  width: 100%;
  font-family: "Alegreya SC", serif;
  cursor: pointer;
  display: block;
}

.dataTables_length {
  display: none;
}

#wishlistModal .btn.btn-primary.btn-lg.btn-block {
  background: #dce6b6;
}

.modalContentText .col-sm-6 {
  padding: 0 15px;
}

#wishlistModal .btn.btn-default.btn-lg.btn-block {
  background: none;
}
.modalContentText p {
  color: inherit;
  font-size: 90%;
  font-family: "Lato", sans-serif;
}

.woocommerce-MyAccount-content hr {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  height: 1px;
  border: none;
  background: #76884a;
}

.woocommerce-MyAccount-content h1 {
  font-size: 36px;
  color: #76884a;
}

.woocommerce-MyAccount-content.wishlist_container {
  color: #76884a;
}

a.add_contact_cart {
  height: 45px;
  text-align: center;
  margin-left: 0 !important;
  margin-top: 20px;
  width: 100%;
  background-color: rgb(159, 168, 125);
  background-image: none;
  border-top-width: 0px;
  border-top-color: rgb(159, 168, 125);
  border-top-style: solid;
  border-right-width: 0px;
  border-right-color: rgb(159, 168, 125);
  border-right-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: rgb(159, 168, 125);
  border-bottom-style: solid;
  border-left-width: 0px;
  font-size: 14px !important;
  padding: 10px !important;
  min-width: 0;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block !important;
  min-width: 7rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-left-color: rgb(159, 168, 125);
  line-height: 1.5rem !important;
  font-family: "Open Sans";
  color: #ffffff !important;
  border-left-style: solid;
}

.single-product.woocommerce-page .product .cart {
  display: block;
  clear: both;
}

.se-smykke {
  clear: both;
}

.dashboard_myaccount h2 {
  font-size: 30px !important;
  font-family: "Alegreya SC", serif !important;
  color: inherit !important;
  font-weight: 500 !important;
}

/*.woocommerce-notices-wrapper .woocommerce-error li a.showlogin{
    display:none;
}

*/

.dashboardWishlisht ul li {
  float: left;
  clear: none !important;
  width: 25% !important;
}

.dashboardWishlisht ul li h2.woocommerce-loop-product__title {
  font-size: 1em !important;
}

body h5:first-of-type {
  display: none;
}

.doch5 {
  display: block !important;
}

@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
}

@media only screen and (max-width: 768px) {
  .col-md-6 {
    width: 100%;
  }
  .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .disp-width-adj,
  .booking-hands {
    width: 100%;
  }

  .hands .help {
    top: 60%;
  }

  .booking-hands .hands .ring {
    width: 13px;
  }
}

.container_gdpr {
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #76884a;
}

.container_gdpr h1 {
  font-family: "Alegreya SC", serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 36px;
  color: inherit;
}

.container_gdpr p {
  text-align: center;
  font-size: 16px;
  color: inherit;
  font-family: "Lato", sans-serif;
}
.container_gdpr form#users-access {
  width: 500px;
  box-shadow: 2px 3px 15px rgb(0 0 0 / 20%);
  background-color: #f1f1f1;
  padding: 60px 90px;
  margin: 30px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/Rhododendron-square_1.jpg);
}

.desclaimer_text small p {
  font-size: 14px;
  color: #76884a;
  font-family: "Lato", sans-serif;
  text-align: center;
  padding: 0 5px;
}

.woocommerce-page .content .h-section input.wp-user-profile-avatar-image[type="file"] {
  position: absolute;
  z-index: 1 !important;
  opacity: 0;
  margin-top: -80px;
  height: 150px !important;
  border-radius: 100px;
  max-width: 150px;
}

#wp_user_profile_avatar_thumbnail img {
  position: absolute;
  margin-top: -79px;
}

.woocommerce-MyAccount-content div#upload_avatar_responce {
  display: none;
}

.wp-user-profile-avatar-upload {
  max-width: 200px;
  margin: 20px 0px;
}

#wp_user_profile_avatar_thumbnail {
  display: inline !important;
}

.myaccount_menu_container {
  width: 100%;
  padding: 0 20px;
}

.myaccount_link1 {
  display: inline-block;
  float: left;
  padding: 20px;
  width: 17%;
}

.myaccount_link1.imgcontainer {
  width: 30%;
}

.castenhiden {
  display: none;
}

ul.account_desktop {
  margin: 5px 0 30px;
  display: flex;
  width: 100%;
}

ul.account_desktop li {
  display: block;
  text-align: center;
  flex: 1 1;
  position: relative;
}

p#wp_user_profile_avatar_add_button_existing {
  width: 150px !important;
  margin-top: -69px;
  z-index: 1;
}

.center_aligned_txt {
  text-align: center;
}

.booking-extra {
  margin-bottom: 15px;
}

a.pic_user.find-user,
.text-right.media.kemedlib {
  width: 100%;
  text-align: center;
}

.pick_icon {
  cursor: pointer;
}

#selected_ring_size_wrapper label {
  font-size: 12px;
  margin-right: 10px;
}

#selected_ring_size_wrapper {
  margin-top: -7px;
  margin-bottom: 10px;
}
#selected_ring_size_wrapper #selected_ring_size {
  text-indent: 0px;
  margin: 0px;
}

.note_list_line {
  margin-top: 10px;
}

.note_list_line div.delete {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a.reset_user {
  color: red;
  font-size: 12px;
  float: right;
  margin: 5px;
  font-style: italic;
}

#casten-edit-form .textarea textarea, #castens_show_bestilling .textarea textarea{
  line-height: 1.75;
  height: 200px;
  background: #f5f9f0;
}

.welcome-mail-checkbox-wrap.welcome-mail-locked {
  pointer-events: none;
  opacity: 0.85;
}

.woocommerce-ResetPassword.lost_reset_password .input > input {
  padding-right: 44px;
}

.woocommerce-ResetPassword.lost_reset_password .input .castens-toggle-password {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 42px;
  border: 0;
  background: transparent;
  color: #76884a;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-ResetPassword.lost_reset_password .input .castens-toggle-password svg {
  display: block;
}

.woocommerce-password-strength,
.woocommerce-password-hint {
  display: none !important;
}