/* checkout page css*/
.vipps_btn {
  background: #fb5c3b;
  padding: 5px;
  width: 80%;
  margin: 0 auto;
  margin-top: 8px;
}
.ab_form_wrap, .ab_form_wrap_new {
  width: 85%;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
  padding: 10px 25px 25px 25px;
  display: none;
  margin: 10px auto;
}
.single_book_wrapper_grp.new_subscription ul li {
  /* max-width: 310px !important; */
  width: 100% !important;
}
.new_subscription .field-wrap.list-radio-wrap.label-left {
  text-align: center;
}
.ab_form_wrap_new .form-group {
  margin-bottom: 10px !important;
}
label#ninja_forms_field_12_label.custom_error {
    color: #f00;
    padding: 10px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.woocommerce-billing-fields__field-wrapper p {
  font-size: 16px;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 35px;
  padding: 0 5px !important;
  border: 1px solid #d1d1d1;
}
.woocommerce-additional-fields h3 {
  margin-top: 25px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
textarea#order_comments {
  padding: 8px !important;
font-size: 14px;
}
.woocommerce .woocommerce-info {
  padding-left: 35px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  left: 10px;
}
div#ninja_forms_field_62_div_wrap {
  margin-bottom: 10px;
  width:100%;
}
.processing .blockOverlay {
    background-image:url('https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif') !important;
    background-position: center 10% !important;
    background-repeat: no-repeat !important;  
  opacity: 0.9 !important;
}

.processing:before{
  content: "Din betaling er nå til behandling. \A Vennligst vent ";
  white-space: pre;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 34%;
    z-index: 1001;
    font-size: 18px;
    line-height: 30px;
}
img.wp-image-7100.alignleft, img.wp-image-7101.alignleft {
    width: 15px !important;
    margin-top: 0;
}
.Kundeservice_extra .vc_col-sm-12 .vc_column-inner .wpb_wrapper .wpb_content_element p {
    font-size: 16px;
    line-height: 25px;
}

.form-horizontal ul li label input[type=radio] {
  display: block !important;
  width: 20px;
  margin: 10px auto 0;

}

.woocommerce-info {
    border-left: 3px solid #DE831C;
    padding: 15px 12px;
    font-size: 15px;
    margin-bottom: 15px;
    background: #ededed;
}
/* .woocommerce-checkout input[type="text"].input-text,
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"] {
    width: 99%;
    display: block;
    padding: 10px 0;
    height: 20px;
    padding-left: 6px;
} */
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    text-align: left;
}
.woocommerce-shipping-fields h3 span {
    font-size: 15px;
    margin-bottom: 10px;
}
.woocommerce-additional-fields p.form-row.notes label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 25px;
}
.woocommerce-additional-fields .woocommerce-input-wrapper {
    display: block;
}
.woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    width: 97%;
    padding: 10px;
    min-height: 85px;
}
.woocommerce-checkout-review-order table tr,
.woocommerce-checkout-review-order table td,
.woocommerce-checkout-review-order table,
.woocommerce-order-details table tr,
.woocommerce-order-details table td,
.woocommerce-order-details table,
.woocommerce-cart-form table tr,
.woocommerce-cart-form table td,
.woocommerce-cart-form table,
.cart_totals table tr,
.cart_totals table td,
.cart_totals table {
    border: 1px solid #ccc;
    text-align: center;
    padding: 13px;
}

.woocommerce-checkout-review-order table,
.woocommerce-order-details table,
.woocommerce-cart-form table,
.cart_totals table {
    width: 100%;
}
.woocommerce-checkout-review-order table th,
.woocommerce-order-details table th,
.woocommerce-cart-form table th,
.cart_totals table th {
    padding: 13px;
}
.woocommerce-checkout-review-order table thead,
.woocommerce-order-details table thead,
.woocommerce-cart-form table thead {
    background:#055dcb;
    color: #fff;
}
.woocommerce-checkout-review-order table thead > tr > th,
.woocommerce-order-details table thead > tr > th,
.woocommerce-cart-form table thead > tr > th {
    border-right: 1px solid #ccc;
}
.woocommerce-cart-form table .cart_item .product-thumbnail {
  width: 45px;
}

.woocommerce-checkout-payment {
    margin-top: 20px;
}
.woocommerce-checkout-payment ul {
    padding: 0;
    margin: 10px 0 30px;
}
.woocommerce-checkout-payment ul li {
    list-style: none;
}
.woocommerce-checkout-payment p {
    display: block;
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 9px;
}
.woocommerce-cart-form table tr,
.woocommerce-cart-form table td,
.woocommerce-cart-form table {
  text-align: left;
  margin-bottom: 30px;
}
.woocommerce-order .woocommerce-notice {
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-cart-form table .coupon {
  text-align: left;
  margin-bottom: 13px;
}
.woocommerce-cart-form table .coupon > label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-cart-form table .coupon .input-text {
    width: calc(100% - 143px);
    width: -webkit-calc(100% - 143px);
    width: -ms-calc(100% - 143px);
    vertical-align: bottom;
    display: inline-block;
}
.cart_totals table {
  margin-bottom: 30px;
}
.cart_totals table tr p {
  margin-bottom: 0;
}

/***************for contact form (Kishan) 11/14/2018 start *********************/

.formcol .col-lg-6 {
    flex-basis: 47% !important;
    width: 47% !important;
}

.form-horizontal input,
.form-horizontal textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.form-horizontal .row > .col-sm-12 {
  padding: 0;
}
.form-horizontal .field-wrap {
  padding: 0;
  background: none;
  margin-top: 10px;
}
.form-horizontal ul li label div.radio-wrap {
  padding-left: 0;
}
.form-horizontal .product_imageabonner {
  max-width: 100%;
  margin: 0 auto;
}
.form-horizontal .product_imageabonner img {
  width: 100%;
  height: auto;
}
.form-horizontal ul li {
  max-width: 280px;
  width: 100%;
  display: inline-block;  
  box-shadow: 0px 1px 3px rgb(0 0 0 / 40%);
}
/* .form-horizontal ul li.productPriceCode {
  margin-right: 30px;
} */
.form-horizontal ul li.productPriceCode .radio-wrap {
  padding: 15px;
}

.form-horizontal ul li.productPriceCode .product_descriptionabonner {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}
.form-horizontal ul li.productPriceCode .product_descriptionabonner span.pull-right {
    float: none;
    display: block;
}
.form-horizontal ul li label input[type=radio]:checked+div.radio-wrap {
  background: none !important;
  box-shadow: 4px 4px 8px #ccc;
  -webkit-box-shadow: 4px 4px 8px #ccc;
  -ms-box-shadow: 4px 4px 8px #ccc;
}
.form-horizontal .checkbox-wrap input {
  height: 17px;
  width: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
.form-horizontal .checkbox-wrap label {
  font-size: 15px;
}
.form-horizontal .checkbox-wrap span.green {
  display: inline-block;
}
.form-horizontal .checkbox-wrap .check_another {
  margin-top: 5px;
  display: inline-block;
}
.formcol .subscriber2 {
  background: none;
  overflow: hidden;
  margin-top: 15px;
}
.subscriber2 .form-group,
.info .form-group {
  display: inline-block !important;
  vertical-align: middle;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.form-group.eq-input-width {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 10px;
}
.form-group .xl-width,
.formcol .xl-width {
  width: 33%;
  float: left;
  margin-right: 2%;
}
.form-group .xxl-width,
.formcol .xxl-width {
  width: 65%;
  float: left;
}

.subscriber2 .form-group input,
.info .form-group input {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  width: 100%;
  height: 45px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;  
}

.subscriber2 .form-group input[type="password"],
.info .form-group input[type="password"] {
  padding: 10px;
}

.form-horizontal .btn-default {
  background: #de4a42;
  border: 1px solid #de4a42;
  padding: 15px 20px;
  color: #ffffff;
  border-radius: 0;
  margin-right: 5px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
h2.product_titleName {
    font-size: 15px;
}
.form-horizontal .btn-default:hover {
  background: #ffffff;
  color: #de4a42;
  border: 1px solid #de4a42;
}

.formcol .info {
  background: transparent !important;
}
.Kundeservice_extra {
  padding: 15px 20px 20px;
  margin-top: 20px;
}
.Kundeservice_extra .vc_col-sm-12 .vc_column-inner {
  padding-top: 0 !important;
}
.Kundeservice_extra .vc_col-sm-12 .vc_column-inner .wpb_wrapper > h2 {
  font-size: 56px !important;
  margin-bottom: 0 !important;
}
.Kundeservice_extra .vc_col-sm-12 .vc_column-inner .wpb_wrapper .wpb_content_element {
  margin-bottom: 0 !important;
}

.Kundeservice_extra .vc_col-sm-12 .vc_column-inner .wpb_wrapper .wpb_content_element p img {
    opacity: 1;
    vertical-align: middle;
    width: 28px;
    border: 1px solid #000;
    padding: 5px;
    margin-right: 10px;
    border-radius: 10px;
}

.custom_error {
  border: 1px solid red !important;
}
.wpb_wrapper form .checkbox-wrap {
  clear: both;
  width: 100%;
  display: block;
}
span.select2-selection__arrow {
  height: 37px !important;
}

.woocommerce-billing-fields h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1.5;
}
.woocommerce-billing-fields h3 span {
  /* display: inline-block; */
  width: 20px;
  line-height: 1;  
  float:right;
}
button#place_order {
  display: block;
  margin-top: 15px;
  width: 100%;
}
.woocommerce-billing-fields h3.arrow_close span img {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.woocommerce-billing-fields h3.arrow_close span img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}



/***************for contact form (Kishan) 11/14/2018 end *********************/

/***************for contact form (Indra dai) 11/14/2018 *********************/

.alert_block{
  font-size: 14px;
  border: 1px solid red;
  border-radius: 0;
  border-left-width: 3px;
  color: red;
  border-radius: 0 0 15px 0;
  border-top-width: 3px;
  margin: 10px 0;
  padding: 9px 15px 9px 10px;
  background: #f3f3f3;
  width:100%;
}
.field-wrap.list-radio-wrap.label-left ul { 
  display: inline-block !important;
  padding: 0px;
}

/* abonner form button */
.form-horizontal .btn-default.checkout-cp-btn,
.form-horizontal .btn-default.paywithInvoice {
  background-color: #2B394B;
  border-color: #2B394B;
  margin-top: 10px;
}

.form-horizontal .btn-default.checkout-cp-btn, 
.form-horizontal .btn-default.paywithInvoice {
  background-color: #2B394B;
  border-color: #2B394B;
  margin: 10px 8px 0px 0px;
}

/***************for contact form (Indra dai) 11/14/2018 end *********************/
@media (max-width: 1200px) {
  .form-horizontal ul li {
    max-width: 190px; 
    display: inline-block;
    vertical-align: top;
}

}

@media (max-width: 960px) {


  .formcol .col-lg-6.info1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
/* @media (min-width: 768px) {
  h2.product_titleName {
    min-height: 40px;
  }
} */

@media (max-width: 768px) {

  .form-horizontal ul li {
    max-width: 100%;
  }
    .woocommerce-checkout input[type="text"].input-text,
    .woocommerce-checkout input[type="tel"],
    .woocommerce-checkout input[type="email"] {
        width: 98%;
    }
    .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
        width: 94%;
    }
    .form-horizontal .field-wrap.list-radio-wrap {
      text-align: center;
    }
    .formcol {
      display: block !important;
    }
    .formcol .col-lg-6 {
      width: 100% !important;
      flex-basis: 100% !important;
    }
    .subscriber2 .form-group input,
    .info .form-group input {
      width: 100%;
    }
    .form-group.eq-input-width {
      width: 100%;
    }
    .form-group .xl-width, .formcol .xl-width ,
    .form-group .xxl-width, .formcol .xxl-width {
      width: 100%;
    }
    .footer-widgets .widget {
      width: 100% !important;
      margin-left: 0 !important;
    }
    .footer-widgets .center {
      text-align: left !important;
    }
    .footer-bottom p.left {
      width: 100% !important;
      float: none !important;
      text-align: center !important;
      margin-bottom: 10px !important;
    }
    .footer-bottom ul.right {
      width: 100% !important;
      float: none !important;
      text-align: center !important;
      margin-bottom: 0 !important;
    }
    .footer .footer-bottom ul li {
      display: inline-block !important;
      float: none !important;
      margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 600px) {
  .wpb_wrapper .ninja-forms-cont {  width: 100%;}
  .contact-form-user {
      width: 100%;
      float: left;
  }
 .contact-form-email {
      width: 100%;
      float: left;
  }
  .contact-form-website {
      width: 100%;
      float: left;
  }
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
      width: 100%;
  }

  .form-group.eq-input-width,
  .form-group .xl-width,
  .formcol .xl-width,
  .form-group .xxl-width,
  .formcol .xxl-width {
    width: 100%;
  }
  .form-horizontal .btn-default {
    width: 100%;
  }
  .subscriber2 .form-group input,
  .info .form-group input {
    width: 100%;
  }
}
@media (max-width: 420px) {
    .woocommerce-checkout input[type="text"].input-text,
    .woocommerce-checkout input[type="tel"],
    .woocommerce-checkout input[type="email"] {
        width: 97%;
    }
    .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
        width: 93%;
    }
    .subscriber2 .form-group input,
    .info .form-group input {
      width: 100%;
    }
    .Kundeservice_extra .vc_col-sm-12 .vc_column-inner .wpb_wrapper > h2 {
      font-size: 35px !important;
    }
}
