.change_password_section_my_account{display: none;}
.edit_pro_btn_section{display: none;}
.hide_div{display: none;}
.error{color: red; }
.order_details_sub .wc-item-meta{display: none; }
.switch_sub {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 20px;
  }  
  .switch_sub input {display:none;} 
  .slider_sub {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border:1px solid #3faf9054;
  }
  
  .slider_sub:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: -1px;
    bottom: -5px;
    background-color: #43AF91;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider_sub {
    background-color: #fff;
     border:1px solid #3faf9054;
  }
  
  input:focus + .slider_sub {
    box-shadow: 0 0 1px #3FAF90;
  }
  
  input:checked + .slider_sub:before {
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
  }
  
  /*------ ADDED CSS ---------*/
  .sub_on
  {
    display: none;
  }
  
  .sub_on, .sub_off
  {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }
  
  input:checked+ .slider_sub .sub_on
  {display: block;}
  
  input:checked + .slider_sub .sub_off
  {display: none;}
  
  /*--------- END --------*/
  
  /* Rounded sliders */
  .slider_sub.round {
    border-radius: 34px;
  }
  
  .slider_sub.round:before {
    border-radius: 50%;}


 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

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

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

.pm_modal_container .modal-content {
    max-width: 570px;
    border-radius: 20px;
    padding: 39px 50px;
}

.pm_modal_container .modal-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 45px;
}

.pm_modal_container .switch_toggle_section {
    display: flex;
    justify-content: space-between;
    margin-bottom:14px;
}

.pm_modal_container .half_section.title_in {
    width: 50%;
    float: left;
        color: #264B5B;
    font-size: 16px;
    font-weight: 500;
}

.pm_modal_container .half_section.title_in:nth-child(1) {
    width: 60%;
}

.pm_modal_container .half_section.title_in:nth-child(3) {
    width: 60%;
}

#pm_change_subscription_modal .half_section {
    padding-bottom: 14px;
}

.pm_modal_container .double_info_section.hide_div {
    padding-top: 10px;
}
.pm_modal_container .half_section.price_in {
    color: #989898;
}

.pm_modal_container .subType {
    color: #257172;
}

.pm_modal_container .half_section.price_in {
    color: #989898;
}

.pm_modal_container .btn_sw_sub {
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    margin-top: 35px;
   
}
.pm_modal_container hr {height: 1px;background: #989898;border: 0;}

.pm_modal_container .switch_link_btn_cnf, .set_next_shipment, .set_next_shipment:hover {
   width: auto;
    height: auto;
    line-height: 1.5;
    padding:8px 32px;
    background: #43AF91;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 0px;
}

.pm_modal_container .btn_custom_link.cls_modal {
    color: #E9A335;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}
.pm_modal_container  .standard_info_section {
    padding-top: 10px;
}
.pm_modal_container .modal-content {
    max-width: 570px;
    border-radius: 20px;
    padding: 39px 50px;
    position:relative;
}

.pm_modal_container .close.cls_modal {
    position: absolute;
    top: -10px;
    right: -9px;
    background: #fff;
    border: 1px solid #43af91;
    color: #43af91;
    line-height: 0px;
    font-size: 18px;
    border-radius: 50%;
    padding: 10px 6px 14px;
}
.edit_pro_btn_inner_section {
    display: flex;
    justify-content: flex-end;
}

.edit_pro_btn_inner_section .btn_close_pro {
    margin-left: 20px !important;
}
td.action_btn a {
    background: #43af91 !important;
    color: #fff !important;
    line-height:1.2 !important;
}

/*payment css start*/

.page-id-2677 .woocommerce {
    padding-top: 60px;
}
.page-id-2677 .woocommerce-info {
    border-top-color: #43AF91;
    background: #fff;
    box-shadow: 2px 2px 12px #0000001f;
}
.page-id-2677 .woocommerce-info::before {
    color: #43AF91;
}

form#order_review {
    padding: 30px;
    box-shadow: 2px 2px 12px #0000001f;
    border: none;
}

div#payment {
    background: #fff !IMPORTANT;
}

.payment_methods label {
    display: flex;
}

.payment_methods label img {
    padding-left: 10px !important;
}
.sub_related_orders_list {
    margin-top: 50px;
    margin-bottom: 50px;
}




span.mt-1-round {
    background: green;
    margin: 11px;
    padding: 8px;
    border-radius: 77px;
    font-size: 0px;
}

.mt-change-color {
    background: #d5af1d !important;
}
.mt-1-round-parent {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.mt-1-round-parent div {
    display: flex;
    align-items: self-start;
    gap: 8px;
}

.mt-1-round-parent div> .mt-1-round {
    margin: 0;
}

.check_box_listing .div {
    display: flex;
    }
    .check_box_listing .div label {
    display: flex;
    align-items: center;
    gap: 7px;
    }
    .check_box_listing .div input[type="checkbox"] {
    width: auto;
    margin: 0;
    }
    .check_box_listing {
    display: flex;
    gap: 15px;
    }
	.check_box_listing .div input.mt-yellow_red[type="checkbox"]:after {
		content: '';
		width: 15px;
		height: 15px;
		position: absolute;
		background: red !important;
		left: 0;
		border-radius: 2px;
		visibility: visible;
    }
    .check_box_listing .div input.mt-green[type="checkbox"]:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #3faf90;
    left: 0;
    border-radius: 2px;
    visibility: visible;
    }
    .check_box_listing .div input.mt-red[type="checkbox"]:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #ff0000 !important;
    left: 0;
    border-radius: 2px;
    visibility: visible;
    }
    .check_box_listing .div input[type="checkbox"]:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #3faf90;
    left: 0;
    border-radius: 2px;
    visibility: visible;
    }
    .check_box_listing {
    display: none;
}
    .check_box_listing .div input[type="checkbox"] {
    position: relative;
    visibility: hidden;
    }
    .check_box_listing input[type=checkbox]:checked:before {
    content: "\2713";
    position: absolute;
    top: 0px;
    width: fit-content;
    visibility: visible;
    left: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    z-index:1;
    height: fit-content;
    }
    .reservation_detail_info .content td:first-child {
    width: 180px;
    }
    
    .reservation_detail_info .button {
    min-width: 104px;
    text-align: center;
    align-items: center;
    justify-content: center;
    }
    
    #popup4{
        display: none;
    }
    #popup5{
        display: none;
    }
    .mt-red-circle{
        background: red !important;
    }
    .mt-green-circle{
        background: green !important;
    }
	.mt-yellow_red-circle{
        background: red !important;
    }
    .mt-yellow-circle{
        background: rgb(237, 241, 1) !important;
    }

    .mt-pop-main-div .bp_new_address .content td:first-child {
        width: 216px;
    }
    span.bg_red_color {
        width: 20px;
        height: 20px;
        display: flex;
        background: #FD0012;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        color: #fff;
        padding: 2px;
    }
    .bp_new_add_popup .bp_new_address .button {padding: 8px 15px;background: #F2F2F2;border: 1px solid #2271B1;}
    span.mt-edit-btnn {
        cursor: pointer;
    }
    .mt-err-note{
        display: none;
    }
   .check_box_listing .div input.mt-yellow[type="checkbox"]:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff900 !important;
    left: 0;
    border-radius: 2px;
    visibility: visible;
}

     .mt-backend-popup .toggle {
        cursor: pointer;
        display: inline-block;
        margin-left: 15px;
    }

    .mt-backend-popup .toggle-switch {
        display: inline-block;
        background: #F2F2F2;
        border-radius: 16px;
        width: 50px;
        height: 20px;
        position: relative;
        vertical-align: middle;
        transition: background 0.25s;
        margin: 0 15px;
    }

    .mt-backend-popup .toggle-switch:before,
    .mt-backend-popup .toggle-switch:after {
        content: "";
    }

    .mt-backend-popup .toggle-switch:before {
        display: block;
    background: #435e68;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: left 0.25s;
    }

    .mt-backend-popup .toggle-checkbox:checked+.toggle-switch {
        background: #435e68;
    }

    .mt-backend-popup .toggle-checkbox:checked+.toggle-switch:before {
        left: 32px;
        background-color: #fff;
    }

    .mt-backend-popup .toggle-checkbox {
        position: absolute;
        visibility: hidden;
    }
   
    .mt-backend-popup .toggle-label {
        color: #264C5B;
    font-size: 14px;
        top: 2px;
    }
    .mt-backend-popup .tooltip-content {
        position: absolute;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.mt-backend-popup span.bp_tootltip {
    background: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.mt-backend-popup span.bp_tootltip:hover .tooltip-content {
    visibility: visible;
}
.mt-backend-popup span.bp_tootltip:hover + .tooltip-content {
    visibility: visible;
    width: 246px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 130%;
    padding: 8px;
    border-radius: 10px;
}
.tooltip-content p{margin:0}
.mt-backend-popup section.bp_toggle {
    width: fit-content;
    position: relative;
}
.mt-backend-popup .tooltip-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #000000;
   position: absolute;
    bottom: -7px;
    left: 75%;
    transform: translateX(-50%) rotate(180deg);
    z-index: -1;
}
@media(max-width:799px){
     .main-combo-mt {
    margin-bottom: 40px;
} 
}
@media(max-width:767px){
  .check_box_listing {margin:20px 0 0!important}
.pm_dashboard_outer_section .edit_account_info button.woocommerce-Button.button {
    width: 100%;
    text-align: center;
    justify-content: center;
}
}
@media(min-width:1640px){
 .main-combo-mt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap:10px;
    align-items: center;
}   
}

section.mt-backend-popup.bp_toggle {
    display: flex;
    align-items: center;
  
}
span.toggle-left-label.toggle-label {
    position: relative;
}
@media(max-width:1639px){
 .check_box_listing{
   margin-top: 10px;
 }
 .main-combo-mt {
    margin-bottom: 30px;
}
}
.mt-pointer-event{
    pointer-events: none;
}
td.order-actions.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button:not(.view) {
    display: none !important;
}


/*************MERGE CSS 24.01.2024************/
@media(min-width:767px){
	#step-two-form .elementor-form-fields-wrapper>div:nth-child(4) {
    grid-column: 2;
}
}

.bp_step_one_outer_section .elementor-button {margin-left: -10px;}
button#pm_search_data_30 {
    margin-left: -10px !important;
}
p.thank_min_btn {
    margin-top: 25px;
    margin-bottom: 25px;
}
.elementor-field-group-search_api_1881_30 {
    width: 75% !IMPORTANT;
}
a.a_link_color.a_link_btn {
    font-size: 14px;
    padding: 8px 22px;
    background: #264B5B;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
}
.custom_word_break {
    word-break: break-word;
}
.ab_buble_wrapper:before {
    content: "";
    width: 10px;
    height: 39px;
    border: 0 solid transparent;
    border-top-width: 21px;
    border-bottom-width: 18px;
    border-right: 18px solid white;
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}
.ab_buble_right_corner_arrow:after {
  content: "";
  width: 10px;
  height: 39px;
  border: 0 solid transparent;
  border-top-width: 21px;
  border-bottom-width: 18px;
  border-left: 18px solid white
    ;position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
}



.elementor-element-db09f3f.step_one:after{
  content:unset;
}
.ab_numbers_container {
    position: relative;
}
.ab_numbers_container {
    max-width: 85%;
    margin: 0 auto;
      padding-left: 0 !important;

}
.ab_numbers_container:before {
  content: "";
  width: 13%;
  height: 100%;
  background: url(https://ashwagandhaforte.naturepharma.no/wp-content/uploads/2021/08/arrow2.png);
  position: absolute;
  background-repeat: no-repeat;
  top: -54px;
  left: -90px;
  background-size: contain;
}

.ab_testimonial_section .elementor-testimonial__content {
    height: fit-content;
}

.ab_testimonial_section .elementor-testimonial {
    align-items: center !IMPORTANT;
}
.ab_custom_testimonial .elementor-testimonial__content {
    display: flex;
    align-items: center;
}
.ab_custom_testimonial .swiper-wrapper {
    align-items: center !important;
}
.elementor-50 .elementor-element.elementor-element-c62f1f5{
   z-index:5 !important;
}
.custom_ovrflow_hdn {
    overflow: hidden;
}
a.font-grey-forte {
    color: #c8c2b6;
}

a.font-green-forete {
    color: #3faf90;
}

a.font-yellow-forte {
    color: #e9a335;
}
@media(max-width:1024px){
  .custom-svg svg {
    display: none;
}
}
@media only screen and (max-width:468px){
  .custom-list-mb {
    display: flex;
    justify-content: none; 
     margin-left: 0px !important;
}
  .custom-list-mb li.elementor-icon-list-item {
    display: flex;
    justify-content: space-between !important;

}

.custom-list-mb span.elementor-icon-list-text {
    width: 90%;
}

.custom-list-mb .elementor-widget-container {
    width: 98%;
}
}
header#custom-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
top: -36px !important;
    height: 100vh;
    vertical-align: middle;
    z-index: 1;
  background: #fff;
}

header#custom-header ul#menu-2-5378f39 {
    top: 34%;
}
header#custom-header .elementor-menu-toggle.elementor-active i {
    z-index: 3333;
  color: #264B5B;
}

@media only screen and (max-width:1024px){
div#order2 {
    order: 3;
}
}
@media (min-width:1025px) and (max-width:1152px){
 div#order3 .elementor-button.elementor-size-lg{
   padding: 20px 17px;
    font-size: 14px;
  }
 ul#menu-1-5378f39 li a {
    padding: 36px 10px !important;
}
}

@media only screen and (max-width:768px){
header#custom-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: -113px !important;
    height: 100vh;
    vertical-align: middle;
    z-index: 1;
    background: #fff ;
}
  .custom-list-mb {
    display: flex;
    justify-content: center;
    margin-left: -47px;
}
  .word-wrap-custom h2 {
    white-space: pre-wrap;
    word-break: break-all;
}
  
  p.helse-para {
    display: none;
}
  button#pm_search_data_30{
    margin-left: 0 !important;
        width: 100%;
  }
}

@media (min-width:1024px) and (max-width:1200px) {
  .pm_small_tabs .elementor-text-editor p {
    font-size: 18px;
}
}



table.ingrdient {
    width: 100%;
/*     margin: 0 auto; */
    border-color: rgba(255, 255, 255, 0.23);
    box-shadow: 0px 0px 5px 0px #d3d3d3;
    border-radius: 20px !important;
    box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.5);
  background:#fff;
}
tr.heading-row td {
    background: #264B5B !important;
    color: white;
    /* color: #F37E6C; */
    font-size: 16px;
    font-weight: 600;
}
table.ingrdient td {
    border: none;
}
tr.heading-row:hover td {background: #264b5b  !important;color: white !important;}

table.ingrdient tr:hover td {
    background: white;
    color: #e9a335;
}
table.ingrdient td.radius-one {
    border-top-left-radius: 20px;
  vertical-align: middle;
}
table.ingrdient td.radius-two {
    border-top-right-radius: 20px;
}
table.ingrdient tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
table.ingrdient tr td {
/*      padding-left: 50px; */
/*     padding: 10px 50px; */
  padding:10px 20px;
}tr.last-row-igredienser:hover td {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
table.ingrdient p {
    margin: 0px;
    font-size: 16px;
    line-height: 35px;
}

@media (max-width:600px){
  .table-container {
    overflow-x: auto;
}

.table-container table {
    box-shadow: unset;  
}
  .ab_numbers_container .elementor-field-group-search_api_1881{
    width:100% !important;
  }
}
/* Home page form */
label#field_poststed_label, label#field_postnr_label,label#field_e6lis6_label {
    display: none;
}
/* home page form end */


.st0{
  fill: #3faf90 !important;
}



/* bubble */

.ab_testimonial_section .elementor-testimonial__image img {
      width: 250px !important;
    height: 250px !important;
    border-radius: 100% !important;
    position: relative;
}
.ab_testimonial_section .elementor-testimonial__content {
      position: relative;
    left: 0px;
    box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 10%);
    background: #fff !important;
    padding: 50px 50px 60px 50px !important;
/*     max-width: 740px !IMPORTANT; */
}
.ab_testimonial_section .elementor-testimonial__footer {
    justify-content: center;
      position: relative;
   
}
.elementor-1371 .elementor-element.elementor-element-aab8e64 .elementor-testimonial__content:after{
  content:unset;
}
.ab_custom_testimonial .elementor-testimonial__content:before {
    content: "";
    width: 10px;
    height: 39px;
    border: 0 solid transparent;
    border-top-width: 21px;
    border-bottom-width: 18px;
    border-right: 18px solid white;
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}

/* .ab_testimonial_section .elementor-testimonial__footer {
    padding: 0 !IMPORTANT;
} */
/* .ab_testimonial_section .elementor-testimonial__footer {
    position: absolute;
    left: 0;
 
} */
.ab_testimonial_section .swiper-slide.swiper-slide-active {
    padding-right: 42px;
      padding: 50px;
}

@media(max-width:767px){
  .ab_buble_wrapper:before, .ab_buble_right_corner_arrow:after {
    content: "";
    width: 10px;
    height: 39px;
    border: 0 solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}
  .ab_testimonial_section .elementor-testimonial{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ab_testimonial_section .swiper-slide.swiper-slide-active{
    
    padding: 20px;

  }
 .ab_custom_testimonial .elementor-testimonial__content:before{
       content: "";
    width: 10px;
    height: 39px;
    border: 0 solid transparent;
  
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
  } 
  .ab_testimonial_section .elementor-testimonial__footer {
    margin-bottom: 20px;
}
  .ab_testimonial_section .elementor-testimonial__content{
    padding: 30px !important;
  }
  .ab_testimonial_section .elementor-testimonial__image img{
        width: 210px !important;
    height: 210px !important;
  }
  .ab_numbers_container:before{
    content:unset;
  }
}

@media(max-width:1070px) and (min-width:990px){
  .ab_numbers_container:before{
   width: 10%;
    top: -30px;
  }
}
@media(max-width:989px){
  .ab_numbers_container:before{
        width: 12%;
        top: -24px;
  }
}


/* 13 march for header layout fix */
@media (min-width: 1025px) and (max-width: 1366px){
	#custom-header .site-logo{
		width: 17.959%;
	}
	
	#custom-header .header-menu{
		width: 85.954%;
	}
	
	#custom-header .header-action{
		width: 17%;
	}
	
	ul#menu-1-5378f39 li a {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#custom-header .header-action a {
		white-space: nowrap;
		padding-left: 16px;
		padding-right: 16px;
	}
	
}

.cutom_checkoutform  a {color: #41af8f;}
button#pm_checkout_trail_30:focus {outline: 0;}
.bp_porto_form a {color: #41af8f;}
.bp_porto_form label {font-size: 14px;}
.elementor-field {font-size: 13px !IMPORTANT;}
.bp_porto_form ::placeholder {font-size: 13px;}
.bp-btn-loader .elementor-button-content-wrapper:after {content: "\f110";
    opacity: 1 !IMPORTANT;position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;}
.bp-btn-loader .elementor-button-content-wrapper {position: relative;}
a#pm_checkout_trail_30 {position: relative;}

.bp-btn-loader .elementor-button-text {opacity: 0;}
input[type=checkbox] {visibility: hidden;position: relative;}

.cutom_checkoutform input[type=checkbox]:after {content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #43af91;
    visibility: visible;
    left: -2px;
    background: transparent;
    color: #fff;
    padding: 0px 0 12px;
    cursor: pointer;}

.cutom_checkoutform input[type=checkbox]:checked:after {content: "\2713";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #43af91;
    visibility: visible;
    left: -2px;
    background: #43af91;
    color: #fff;
    padding: 0px 3px 12px;
    font-size: 11px;
    font-weight: 900;}

form#frm_checkout_step_2 .e-form__buttons {
    grid-column: 3;
    grid-row: 4 / span 5;
       min-width: 100%;
    justify-self: start;
    width: 100% !important;
    padding-left: 45px;
   
}

form#frm_checkout_step_2 .e-form__buttons  button#btn_checkout_step_2 {
    width: 100% !important;
}
@media(min-width:767px){
	form#frm_checkout_step_2 .e-form__buttons {
    align-self: end;
	}
}
@media(min-width:1000px){
	form#frm_checkout_step_2 .e-form__buttons {
    align-self: center;
	}
}
@media(min-width:1140px){
	form#frm_checkout_step_2 .e-form__buttons{
/* 		 margin-top: 15px; */
		 align-self: start;
	}
}
@media(max-width:822px) and (min-width:768px){
	#step-two-form .elementor-form-fields-wrapper>div:nth-child(9), form#frm_checkout_step_2 .e-form__buttons, #step-two-form .elementor-form-fields-wrapper>div:nth-child(8) {
    padding-left: 25px !important;
}
#step-two-form label {
    font-size: 15px;
}
}
@media(max-width:767px){
	form#frm_checkout_step_2 .e-form__buttons{
		 padding-left: 0 !important;
	}
}
@media only screen and (max-width: 600px){

button#pm_search_data_30_new_ele,
button#pm_search_1881_porto_btn,
button#pm_porto_30_wc_1881 {margin-left: 0px !important;
    width: 100%;}
}


/* 4/1/2021*/
.log_info_txt{font-size: 14px;}
.circle-custom p {
 width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-style: italic;
    background: #C5E7DD;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #264B5B !important;
  margin:auto;
}
.first-circle p{
     border: 2px solid #91D1BF;
     animation: pulse 2s infinite;
}
.teleinvitasjon-form input {
    text-align: center;
    box-shadow: 4px 1px 7px 1px rgb(164 164 164 / 35%);
    color: #3FAF90 !important;
    font-weight: 400 !important;
    font-style: normal !important;
    border: 1px solid #3FAF90 !important;

}

.teleinvitasjon-form button#pm_search_data {
    margin-left: -10px !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(26, 20, 20, 0.51);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0) !important;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0) ;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(16, 15, 13, 0.4);
    box-shadow: 0 0 0 0 rgba(20, 19, 15, 0.48) ;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0)  ;
  }
}

/* media query */
@media only screen and (max-width:1024px){
  .teleinvitasjon-form .elementor-field-type-number {
    max-width: 80% !important;
    width: 80% !important;
}

.teleinvitasjon-form .elementor-field-type-submit {
    max-width: 30% !important;
    width: 20% !important;
}
  .text-custom-circle {
    width: 70% !important;
    margin: auto;
}
}
@media only screen and (max-width:768px){
 .teleinvitasjon-form .elementor-form-fields-wrapper.elementor-labels-above {
    display: flex;
    justify-content: center;
}
   .teleinvitasjon-form .elementor-field-type-number {
    max-width: 50% !important;
    width: 50% !important;
}

.teleinvitasjon-form .elementor-field-type-submit {
    max-width: 20% !important;
    width: 20% !important;
}
}

@media only screen and (max-width:600px){
  .text-custom-circle {
    width: 45% !important;
    margin: auto;
}
  .teleinvitasjon-form button#pm_search_data {
    margin-left: 0px !important;
    width: 100%;
}
  .teleinvitasjon-form .elementor-form-fields-wrapper.elementor-labels-above {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
}
  .teleinvitasjon-form .elementor-field-type-number {
    max-width: 100% !important;
    width: 100% !important;
}
  .teleinvitasjon-form .elementor-field-type-submit {
    max-width: 100% !important;
    width: 100% !important;
}
}


/* end work on new step form */

header#custom-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: -36px !important;
    height: 100vh;
    vertical-align: middle;
    z-index: 1;
    background: #264B5B;
}

header#custom-header ul#menu-2-5378f39 {
    top: 34%;
}
header#custom-header .elementor-menu-toggle.elementor-active i {
    z-index: 3333;
  color: #264B5B;
}

@media only screen and (max-width:1024px){
div#order2 {
    order: 3;
}

}
@media (min-width:1025px) and (max-width:1152px){
 div#order3 .elementor-button.elementor-size-lg{
   padding: 20px 17px;
    font-size: 14px;
  }
 ul#menu-1-5378f39 li a {
    padding: 36px 10px !important;
}
}

@media only screen and (max-width:768px){
header#custom-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: -113px !important;
    height: 100vh;
    vertical-align: middle;
    z-index: 1;
    background: #fff;
}
 
  .word-wrap-custom h2 {
    white-space: pre-wrap;
    word-break: break-all;
}
  p.helse-para {
    display: none;
}
}

@media (min-width:1024px) and (max-width:1200px) {
  .pm_small_tabs .elementor-text-editor p {
    font-size: 18px;
}
}



table.ingrdient {
    width: 100%;
/*     margin: 0 auto; */
    border-color: rgba(255, 255, 255, 0.23);
    box-shadow: 0px 0px 5px 0px #d3d3d3;
    border-radius: 20px !important;
    box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.5);
  background:#fff;
}
tr.heading-row td {
    background: #264B5B !important;
    color: white;
    /* color: #F37E6C; */
    font-size: 16px;
    font-weight: 600;
}
table.ingrdient td {
    border: none;
}
tr.heading-row:hover td {background: #264b5b  !important;color: white !important;}

table.ingrdient tr:hover td {
    background: white;
    color: #e9a335;
}
table.ingrdient td.radius-one {
    border-top-left-radius: 20px;
  vertical-align: middle;
}
table.ingrdient td.radius-two {
    border-top-right-radius: 20px;
}
table.ingrdient tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
table.ingrdient tr td {
/*      padding-left: 50px; */
/*     padding: 10px 50px; */
  padding:10px 20px;
}tr.last-row-igredienser:hover td {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
table.ingrdient p {
    margin: 0px;
    font-size: 16px;
    line-height: 35px;
}

@media (max-width:600px){
  .table-container {
    overflow-x: auto;
}

.table-container table {
    box-shadow: unset;  
}

  
}
/* Home page form */
label#field_poststed_label, label#field_postnr_label,label#field_e6lis6_label {
    display: none;
}
/* home page form end */


.st0{
  fill: #3faf90 !important;
}

.woocommerce-checkout main header, .woocommerce-account main header {
    display: none;
}
.pm_loginreg_my_account {
    max-width: 490px;
    margin: 0 auto;
    width: 100%;
}
div#customer_details p.form-row label {
    color: #264B5B;
}
.lost_reset_password {
    max-width: 490px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 2px 2px 12px #0000001f;
    border: none;
    padding: 20px;
    border-radius: 5px;
}
.page-id-6471 ul.woocommerce-error {
    max-width: 530px;
    margin: 0 auto;
}
.pm_thankyou_page_section h2 {
    color: #264B5B !IMPORTANT;
}
.pm_thankyou_page_section h2 {
    color: #264B5B !IMPORTANT;
}

.f_row {
    display: flex;
}

.f_row strong {
    width: 58%;
}
.lost_reset_password .form-row-first {
    width: 100% !IMPORTANT;
}

.lost_reset_password input#user_login {
    border-color: #41af8f;
}

.lost_reset_password button.woocommerce-Button.button {
    background: #41af8f;
    color: white;
}

div#customer_details p.form-row label a {
    color: #43af91;
}
input#terms {position: relative;visibility: hidden;}

input#terms:checked:after {content: "\2713";position: absolute;width: 15px;height: 16px;border: 1px solid #43af91;visibility: visible;left: 0;background: #43af91;color: #fff;padding: 0px 0 12px;font-size: 10px;font-weight: 900;}

input#terms:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #43af91;
    visibility: visible;
    left: 0;
    background: transparent;
    color: #fff;
    padding: 0px 0 12px;
  cursor: pointer;
}
.pm_login_form_login .woocommerce-info {
    border-top-color: #43AF91;
    background: #fff;
    box-shadow: 2px 2px 12px #0000001f;
}
.page-id-6470 .woocommerce-form-login.login {
    box-shadow: 0px 3px 6px 1px rgb(199 199 199 / 50%);
    border-radius: 20px !IMPORTANT;
    margin-bottom: 60px;
    padding: 20px 30px;
    margin: 20px 0px;
}

.page-id-6470 input#username {
    border: 0.5px solid #43AF91;
    border-radius: 5px;
    color: #989898;
    font-family: 'Montserrat';
    font-size: 14px;
    height: 49px;
}

.page-id-6470 input#password {
    border: 0.5px solid #43AF91;
    border-radius: 5px;
    color: #989898;
    font-family: 'Montserrat';
    font-size: 14px;
    height: 49px;
}
.pm_loginreg_my_account h2 {
    color: #264B5B;  
}
.page-id-6470 .woocommerce-form-login__submit {
    background: #43AF91 !IMPORTANT;
    padding: 8px 26px !important;
    font-family: 'Montserrat';
    font-size: 14px !important;
    color: #fff !important;
}
.pm_login_form_login .woocommerce-info::before {
    color: #43af91;
}
a.pm_lg_btn {
       background: #43AF91;
    color: white;
    padding: 10px 15px;
    margin-bottom: 50px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
}

.pm_logout_btn_section {
    margin-bottom: 30px;
    float: right;
      margin-top: -40px;
}

.modal{
  z-index: 99;
}
.pm_modal_container .modal-content{
  top: 50%;
    transform: translateY(-50%);
}
.pm_modal_container .modal-header{
      margin-bottom: 20px;
}
.post-6471 .woocommerce-error, .post-6471  .woocommerce-message {
    background: #fff;
    box-shadow: 2px 2px 12px #0000001f;
}
.post-6471  .woocommerce-message::before {
    content: "\e015";
    color: #43AF91;
}
.post-6471 .woocommerce-message {
    border-top-color: #43AF91;
}
ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
/* my account payment information css start*/
 .edit_payment_info {
    display: none;
}
/* my account payment information css end */

 
.pm_dashboard_outer_section .pro_dashboard_main_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    width: 100%;
    grid-gap: 25px;
}
.pm_dashboard_outer_section{
  display:block !important;
}
.page-id-6471 table.shop_table.subscription_details{
  width: 100% !important;
  	
}
.pm_dashboard_outer_section .pro_dashboard_main_top .edit-popup a{
    color:#3FAF90;
}
.pm_dashboard_outer_section .pro_dashboard_main_top .subscription_inner_single{
  padding: 53px;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
}
 .woocommerce .pm_dashboard_outer_section .pro_dashboard_main_top table.shop_table{
  border:none;
}
.pm_dashboard_outer_section .woocommerce-form-row {
    margin-bottom: 36px !important;
}
    .pm_dashboard_outer_section table.shop_table tr td:nth-child(3) {
    width: 132px;
}

.pm_dashboard_outer_section .pro_dashboard_main_top{
    grid-gap:40px !important;
}
.pm_dashboard_outer_section .edit-popup {
    color: #43af91;
    font-size: 16px;
}
.pm_dashboard_outer_section .btn_close_pro {
    background: transparent !IMPORTANT;
    color: #E9A335 !important;
    font-size: 18px !IMPORTANT;
    padding: 0 !IMPORTANT;
    display: flex;
    align-items: center;
    padding-left: 37px !IMPORTANT;
      padding-right: 5px !important;
}

.loading .load {
     border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #58d4b2;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  display: flex;
    justify-content: center;
    position: absolute;
}
.loading .btn-text {
    opacity: 0;
}

.pm_dashboard_outer_section a#DataTables_Table_0_previous {
    display: none;
}

.pm_dashboard_outer_section a#DataTables_Table_0_next {
    display: none;
}

.pm_dashboard_outer_section .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background: transparent !IMPORTANT;
    border: none;
    padding: 0;
    border-top-color: transparent !IMPORTANT;
    border-left-color: transparent !IMPORTANT;
    border-right-color: transparent !IMPORTANT;
    border-bottom-color: #3FAF90 !IMPORTANT;
    border-bottom: 3px solid #3FAF90  !important;
}
.pm_dashboard_outer_section div#DataTables_Table_0_wrapper {
    padding: 80px 60px 45px;
    box-shadow: 2px 2px 12px #0000001f;
  border-radius:20px;
}
.pm_dashboard_outer_section .dataTables_wrapper .dataTables_paginate{
  text-align:center;
      float: none;
}
.pm_dashboard_outer_section .dataTables_paginate {
    width: fit-content;
    margin: 0 auto;
}
.pm_modal_container .half_section.title_in:nth-child(5) {
    width: 60%;
}
.pm_modal_container .half_section.title_in{
   width: 67% !important;
}
.pm_dashboard_outer_section .dataTables_paginate:before {content: "<<";}

.pm_dashboard_outer_section .dataTables_paginate:after {content: ">>";}
.swal2-styled.swal2-confirm{
  background-color: #264B5B !important;
}
.swal2-icon.swal2-success .swal2-success-ring{
      border: .25em solid #43AF91 !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
      background-color: #43AF91;
}
.order-actions {
    color: #3FAF90 !important;
}
.post-6470 .entry-title {
    display: none;
}
.swal2-icon.swal2-info {
    border-color: #43AF91 !important;
    color: #43AF91 !important;
}
.woocommerce-account .page-content {
    margin-top: 70px;
}
.pm_dashboard_outer_section .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    color: #989898!important;
    border: none !IMPORTANT;
  padding: 0 !important;}
.pm_dashboard_outer_section a.paginate_button {
    padding: 0 !important;
  border: none !important;
}
form.elementor-form .elementor-field-group.elementor-field-type-submit{
      -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}.elementor-20 .elementor-element.elementor-element-dd6837b .elementor-button[type="submit"]:hover {
    background-color: #3faf90 !important;
    color: #ffffff;
}
.pm_modal_container .switch_link_btn_cnf, .set_next_shipment {
    border: none;
}
/* loader css start */
.elementor-button-text.loading_btn {color: #43af91;}
.loading_btn:after {
  content: "\f110";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
    color: #fff;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

span.elementor-button-text {
    position: relative;
}


/* loader css end */
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

@media (max-width:900px){
  .pm_dashboard_outer_section .sub_related_orders_list {
    padding: 0px 9px;
    overflow: scroll;
}
  .pm_dashboard_outer_section .pro_dashboard_main_top{
        grid-template-columns: 1fr;
  }
  .pm_dashboard_outer_section table.shop_table tr td:nth-child(3) {
    width: auto;
}
}

@media(max-width:600px){
  .f_row strong{
    width: 49%;
  }
}

.pm_modal_container #confirm_unapp_btn {
    background: #43AF91;
    color: white;
}

.pm_modal_container #cancel_unapp_btn {
    border-color: #43AF91;
    color: #43AF91;
}
.pm_modal_container #cancel_unapp_btn:hover{
    background:transparent;
}
.pm_modal_container .btn_unapp_btn {
    padding: 8px 30px;
    border-color: #43AF91;
    font-size: 100%;
    font-weight: 600;
    margin: 5px;
    outline: 0;
    }

.pm_modal_container {
    text-align: center;
}

.pm_modal_container .icon_modal_top .img_postgen {
    max-width: 170px;
    margin-bottom: 20px;
    width: 100%;
}
.pm_modal_container #cancel_unapp_btn:focus {
    background: transparent;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--support-conversations {
    display: none;
}

.pm_thankyou_page .woocommerce-order-details, .pm_thankyou_page .woocommerce-customer-details{display:none;}

/* ===============
  checkout css
================*/
.page-id-6470 main.site-main.post-6470.page {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width:1025px){
  .page-id-6470 main.site-main.post-6470.page{
    padding:0 15px;
  }
}
/* ===============
  checkout css end
================*/

.edit_account_info {
    padding: 10px;
    padding: 53px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 17%);
} 
/* .page-id-6471 table.shop_table.subscription_details {
    width: 50%;
    padding: 30px;
    border-radius: 10px;
    width: 821px;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
} */

.page-id-6471 main.site-main.post-6471 form.woocommerce-form.woocommerce-form-login.login {
 box-shadow: 2px 2px 12px #0000001f;
    border: none;
}



.page-id-6471 main.site-main.post-6471 button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #41af8f;
    color: white;
}

.page-id-6471 main.site-main.post-6471 form.woocommerce-form.woocommerce-form-login.login input {
    border-color: #41af8f;
}

.page-id-6471 main.site-main.post-6471 p.woocommerce-LostPassword.lost_password a {
    color: #e9a335;
}
.page-id-6471 section.woocommerce-customer-details {
    display: none;
}
.page-id-6471 table.shop_table.subscription_details tr td:nth-child(1) {
    color: #264B5B;
    font-weight: 500;
    font-size: 16px;
}
.page-id-6471 table.shop_table.subscription_details tr td:nth-child(1) {
    color: #264c5b;
    font-weight: 500;
    font-size: 16px;
}

.subscription_inner_single 
table.shop_table.subscription_details label.switch_sub input:checked + .slider_sub {
    background-color: #41af8f;
}


.my_account_orders a.woocommerce-button.button.view {
    background: transparent;
    color: #3FAF90;
    font-size: 16px;
    font-weight: 400;
}

.pm_dashboard_outer_section .edit_subscription_info a.woocommerce-button.button.view {
    background: #41af8f;
    color: white;
}

.page-id-6471 table.shop_table.shop_table_responsive.my_account_orders tr td {
    background: none;
    border-left: none;
    border-right: 0px;
    border-top: 0px;
  padding:16px 10px;
}
.page-id-6471 section.woocommerce-customer-details {
    display: none;
}
.pm_dashboard_outer_section table.woocommerce-MyAccount-paymentMethods.account-payment-methods-table tr th {
    border: none !important;
    font-size: 16px;
    color:#264c5b;
}
.pm_dashboard_outer_section table.woocommerce-MyAccount-paymentMethods.account-payment-methods-table tr{
   border:none !important; 
}

.pm_dashboard_outer_section table.woocommerce-MyAccount-paymentMethods.account-payment-methods-table{
    padding:20px;
    padding: 30px;
    box-shadow: 2px 2px 12px #0000001f;
    border: none;
}
.pm_dashboard_outer_section table.woocommerce-MyAccount-paymentMethods.account-payment-methods-table tr td {
    border: none;
    font-size: 16px;
    background:none;
}
.page-id-6471 .shop_table_responsive td.order-number.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-size: 16px;
    color: #264c5b;
    font-weight: 500;
}
.page-id-6471 table.shop_table.shop_table_responsive.my_account_orders {
/*     padding:80px 60px 45px;
    box-shadow: 2px 2px 12px #0000001f; */
    border: none;
}
.page-id-6471 .woocommerce-orders-table .woocommerce-orders-table__row:last-child td {
    border: none !important;
}
 .page-id-6471 table.shop_table.shop_table_responsive.my_account_orders tr th {
   background: none;
    border-left: none;
    border-right: 0px;
    border-top: 0px;
    font-size: 16px;
    padding-bottom: 10px;
    color: #264B5B;
}
.subscription_inner_single table.shop_table.subscription_details tr td {
    border-right: none;
    border-left: none;
    background: transparent;
    border-top: none;
}

.subscription_inner_single table.shop_table.subscription_details tr th {
    border-right: none;
}

.subscription_inner_single table.shop_table.subscription_details tbody tr td {
    padding: 15px 0px !important;
}

.pm_dashboard_outer_section .my_account_orders th {
    border: none;
    background: transparent;
}
.pm_dashboard_outer_section .my_account_orders td {
/*     border: none !important; */
    background: transparent !important;
}
.page-id-6471 main.site-main.post-6471 {
    max-width: 90%;
}
.post-6471 .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    margin-bottom: 30px !important;
}
.pm_dashboard_outer_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    width: 100%;
    grid-gap: 30px;
}
.pm_dashboard_outer_section fieldset {
    width: 100%;
    border: none;
    padding: 0px;
}
.pm_dashboard_outer_section .box_title_header {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
      color: #264B5B;
}

.pm_dashboard_outer_section .edit_account_info button.woocommerce-Button.button {
    background: #435e68;
    color: white;
    padding: 12px 50px;
  	margin-top:-10px;
  	display: flex;
    margin-left: auto;
}
.pm_dashboard_outer_section fieldset legend {
    display: none;
    margin-top:10px !important;
}

.pm_dashboard_outer_section fieldset {
    width: 100%;
    border: none;
    padding: 0px;
}
.three_step_form {
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px 1px rgb(199 199 199 / 50%);
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 20px 30px;
   margin:20px 0px;
}
.edit_account_info form.edit-account input {
    border-color: #435e68;
    color: #989898;
    padding: 13px 27px;
}


.edit_account_info {
    padding: 10px;
    padding: 53px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
}
.product_image img {
    width: 100%;
    max-width: 450px;
}
.page-id-2677 .post-2677 h1.entry-title {
    display: none;
}


.threestep_with_image {
    display: flex;
}
.threestep_with_image {
    display: flex;
}

.similar_column {
text-align: center;
    max-width: 258px;
    width: 100%;
}

p.step_count {
  width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-style: italic;
    background: #C5E7DD;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #264B5B !important;
    margin: auto;
    font-family: "Montserrat" !important;
}

.page-id-2677 main.site-main.post-2677.page {
    max-width: 1140px !important;
}
div#customer_details .col-1 input {
    height: 49px;
}
p.step_details {
    color: #227172;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: normal;
  padding-top:10px;
  line-height:28px;
  width:93%;
}
.pm_woocommerce-checkout div#payment label {
    color: #257172;
    line-height: 15px;
}
/*
.step_one:after {
    background: url(http://staging.ashwagandha.no/wp-content/uploads/2021/04/Path-1.png);
    width: 30%;
    height: 2px;
    position: absolute;
    content: "";
    right: 6px;
    display: block;
    z-index: 0;
    top: 54px;
    right: -33px;
}*/
div#payment span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
    line-height: 20px !important;
}
.step_two{
    position:relative;
}
.pm_woocommerce-checkout p#billing_postcode_field {
    width: 47%;
    float: left;
}
teleinvitasjon-form input#form-field-search_api_1881::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pm_woocommerce-checkout p#billing_city_field {
    width: 47%;
    float: left;
    clear: inherit;
    margin-left: 6%;
}
/*
.step_two:after {
    background: url(http://staging.ashwagandha.no/wp-content/uploads/2021/04/Path-1.png);
    width: 30%;
    height: 2px;
    position: absolute;
    content: "";
    right: 6px;
    display: block;
    z-index: 0;
    top: 54px;
    right: -33px;
}
*/
.pm_woocommerce-checkout div#customer_details {
    box-shadow: 0px 3px 6px 1px rgb(199 199 199 / 50%);
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 20px 30px;
    margin: 20px 0px;
}

.pm_thankyou_page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0px;
    margin-bottom: 10px;
}
.pm_thankyou_page .woocommerce-order {
    padding: 20px;
    box-shadow: 0px 3px 6px 1px rgb(199 199 199 / 50%);
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 20px 30px;
    margin: 20px 0px;
}
.pm_checkout_aws_step_section .woocommerce-form-coupon-toggle {
    display: none !important;
}
.pm_thankyou_page p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #264B5B !important;
    font-size: 22px;
    font-weight: 600;
}
.pm_woocommerce-checkout div#customer_details {
    box-shadow: 0px 3px 6px 1px rgb(199 199 199 / 50%);
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 20px 30px;
    margin: 20px 0px;
}
.pm_woocommerce-checkout button#place_order {
  background: #43AF91;
  padding: 8px 26px;
  font-family: 'Montserrat';
  font-size: 14px;
}
.pm_woocommerce-checkout label[for="payment_method_stripe"] img:nth-child(1) {
    margin-left: 50px !important;
}
.pm_woocommerce-checkout label[for="payment_method_stripe"] img{
    width:30px;
}
div#customer_details input {
    border: 0.5px solid #43AF91;
    border-radius: 5px;
    color: #989898;
    font-family: 'Montserrat';
    font-size: 14px;
}
div#customer_details div#payment {
    background: transparent !important;
}
.pm_thankyou_page {
    padding: 15px;
}
div#customer_details tr.cart_item td {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.pm_woocommerce-checkout div#payment label {
    color: #257172;
}

.pm_woocommerce-checkout li.wc_payment_method.payment_method_cod {
    display: flex;
    align-items: center;
}

.pm_woocommerce-checkout li.wc_payment_method.payment_method_stripe {
    display: grid;
    margin-top: 20px !important;
    grid-template-columns: 28px 1fr 1fr 3fr;
}
.payment_box.payment_method_stripe {
    grid-column-start: 1;
    grid-column-end: 5;
}

input#payment_method_stripe {
    grid-column-start: 1;
    grid-column-end: 2;
}
.pm_woocommerce-checkout .payment_box.payment_method_stripe {
    background: #ffff !important;
    box-shadow: 0px 3px 6px 1px rgb(199 199 199 / 50%);
}

.pm_woocommerce-checkout #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde61;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -15px;
    left: 0;    
    margin: -1em 0 0 2em;
}
.pm_woocommerce-checkout label[for="payment_method_stripe"] {
    display: flex;
    width: 100%;
}

div#customer_details table.shop_table.woocommerce-checkout-review-order-table.aws_checkout_page_order {
    border: none;
  margin:0px;
}
.pm_woocommerce-checkout td.product-name {
    color: #257172;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
}
div#customer_details tr.cart_item {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.step_one.similar_column {
    position: relative;
    
}
.sactive p.step_count {
    animation: pulse 2s infinite;
      border: 2px solid #91D1BF;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(26, 20, 20, 0.51);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0) !important;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0) ;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(16, 15, 13, 0.4);
    box-shadow: 0 0 0 0 rgba(20, 19, 15, 0.48) ;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0)  ;
  }
}

@media only screen and (max-width:1024px){
  .three_step_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0px 3px 6px 1px rgb(199 199 199 / 50%);
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 20px 30px;
    flex-direction: column-reverse;
}
  .pm_checkout_aws_step_section {
    padding: 15px;
}
  .threestep_with_image {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
  p.step_details {
    color: #227172;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    line-height: 28px;
    width: 78%;
    margin: auto;
    padding-bottom:20px;
}
  
}

@media only screen and (max-width:768px) {
  .similar_column {
    text-align: center;
    max-width: 100%;
    width: 100%;
}
  .threestep_with_image {
    flex-wrap: wrap;
   }
  .step_one:after{
    display:none;
  }
  .step_two:after{
    display:none;
  }
  .pm_thankyou_page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0px;
    margin-bottom: 10px;
    display: grid;
    grid-gap: 10px;
}
  .pm_thankyou_page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    border: none;
}
}

.pm_reactivate_cancel_section div#customer_details {
    display: flex;
    flex-direction: row;
}

.pm_reactivate_cancel_section .left_section_cancel_abo.half-abo {
    width: 50%;
}

.pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    width: 50%;
    padding: 20px;
}

.pm_reactivate_cancel_section input#billing_first_name {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.pm_reactivate_cancel_section input#billing_last_name {
    width: 49%;
    float: right;
}

.pm_reactivate_cancel_section input#billing_postcode {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.pm_reactivate_cancel_section input#billing_city {
    width: 49%;
    float: right;
}



.pm_reactivate_cancel_section .proHead {
    font-size: 13px;
    color: #257172;
    font-weight: 500;
}

.pm_reactivate_cancel_section div#customer_details tr.cart_item {
    border-bottom: 1px solid #eee !important;
}

.pm_reactivate_cancel_section input#reactivate_abo_btn_pro {
    float: right;
    font-family: 'Montserrat';
    margin-top: 20px;
    background: #43AF91;
    color: white;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 3px;
}
.pm_reactivate_cancel_section  .input-text {
   height:49px;
}

/*         css  for the  tablate verson  */
@media (max-width:770px)  {     
.pm_reactivate_cancel_section div#customer_details {
    display: flex;
    flex-direction: column;
} 
.pm_reactivate_cancel_section .left_section_cancel_abo.half-abo {
    width: 100%;
}
.pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    width: 100%;
    padding: 20px;
}
.pm_reactivate_cancel_section input#reactivate_abo_btn_pro {
    float: right;
    font-family: 'Montserrat';
    margin-top: 20px;
    background: #43AF91;
    color: white;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 2px;
    width:100%;
}
   .pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    padding: 0px;
}}


/*         css for the mobile verson  */

 @media  (max-width:450px)  {  

.pm_reactivate_cancel_section input#billing_first_name {
    width: 100%;
   
}
.pm_reactivate_cancel_section input#billing_last_name {
    width: 100%;
    margin-bottom:15px;  
}
.pm_reactivate_cancel_section input#billing_postcode {
    width: 100%;
}
.pm_reactivate_cancel_section input#billing_city {
    width: 100%;
    margin-bottom:15px
  
}
   .pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    padding: 0px;
}
 }


.page-id-10628 h1.entry-title {
    display: none;
}


/* 12-07-2023 */
.main_svartsurbaer .threestep_with_image p.step_count {
    background: #33cccc;
    color: #ffffff !important;
}
.main_svartsurbaer .button alt loading {
    cursor: revert;
}
.bekreclr .elementor-heading-title {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #33cccc;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #fff !important;
    margin: auto;
}
.first-circle.circle-custom.step_one.bekreclr.elementor-widget.elementor-widget-heading p {
    animation: pulse 2s infinite;
    border: 2px solid #91D1BF;
}

.pm_reactivate_cancel_section div#customer_details {
    display: flex;
    flex-direction: row;
}

.pm_reactivate_cancel_section .left_section_cancel_abo.half-abo {
    width: 50%;
}

.pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    width: 50%;
    padding: 20px;
}

.pm_reactivate_cancel_section input#billing_first_name {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.pm_reactivate_cancel_section input#billing_last_name {
    width: 49%;
    float: right;
}

.pm_reactivate_cancel_section input#billing_postcode {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.pm_reactivate_cancel_section input#billing_city {
    width: 49%;
    float: right;
}



.pm_reactivate_cancel_section .proHead {
    font-size: 13px;
    color: #257172;
    font-weight: 500;
}

.pm_reactivate_cancel_section div#customer_details tr.cart_item {
    border-bottom: 1px solid #eee !important;
}

.pm_reactivate_cancel_section input#reactivate_abo_btn_pro {
    float: right;
    font-family: 'Montserrat';
    margin-top: 20px;
    background: #43AF91;
    color: white;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 3px;
}
.pm_reactivate_cancel_section  .input-text {
   height:49px;
}

/*         css  for the  tablate verson  */
@media (max-width:770px)  {     
.pm_reactivate_cancel_section div#customer_details {
    display: flex;
    flex-direction: column;
} 
.pm_reactivate_cancel_section .left_section_cancel_abo.half-abo {
    width: 100%;
}
.pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    width: 100%;
    padding: 20px;
}
.pm_reactivate_cancel_section input#reactivate_abo_btn_pro {
    float: right;
    font-family: 'Montserrat';
    margin-top: 20px;
    background: #43AF91;
    color: white;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 2px;
    width:100%;
}
   .pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    padding: 0px;
}}


/*         css for the mobile verson  */

 @media  (max-width:450px)  {  

.pm_reactivate_cancel_section input#billing_first_name {
    width: 100%;
   
}
.pm_reactivate_cancel_section input#billing_last_name {
    width: 100%;
    margin-bottom:15px;  
}
.pm_reactivate_cancel_section input#billing_postcode {
    width: 100%;
}
.pm_reactivate_cancel_section input#billing_city {
    width: 100%;
    margin-bottom:15px
  
}
   .pm_reactivate_cancel_section .right_section_cancel_abo.half-abo {
    padding: 0px;
}
 }


.page-id-10628 h1.entry-title {
    display: none;
}
/* <!-- end Simple Custom CSS and JS --> */
.svartsurbaer_pro #customer_details {
    display: flex;
}
.svartsurbaer_pro #reactivate_abo_btn_pro {
    width: 100%;
    background: #3acccb !important;
    min-height: 39px;
}

.svart_nature .circle-custom p {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-style: italic;
    background: #3acccb36;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #264B5B !important;
    margin:auto;
}
.svart_nature .first-circle p{
    border: 2px solid #3acccb;
    animation: pulse 2s infinite;
}
.main_svartsurbaer.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    margin-bottom: 30px !important;
}

/* .main_svartsurbaer #content{max-width:90%} */



.woocommerce-account .page-header {
    display: none;
}

/*************END MERGE CSS************/


.hk_set_next_shipment_div {
    display: flex;
    gap: 16px;
}


.hk_set_next_shipment_div label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}