/*
Theme Name: Unique Play
Author: Jonatan D. Licious
Description: Originalt tema til Joca Online
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700&display=swap');

@font-face {
    font-family: 'Got';
    src: url('font/GothamRounded-Light.woff2') format('woff2'),
        url('font/GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Got';
    src: url('font/GothamRounded-Medium.woff2') format('woff2'),
        url('font/GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Got';
    src: url('font/GothamRounded-Bold.woff2') format('woff2'),
        url('font/GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



html{
  margin:0!important;
}
body
{
  text-align: left;
  background-color: #FFFFFF;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #666666;
}


.page-id-3795 .breadCrumber {
  display: none;
}

.page-id-3795 .underside {
  padding-top: 0px !important;
}


h1 {
  font-size: 34px;
  line-height: normal;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 19px;
}

h1, h2, h3, h4 {
  color: #323232;
  font-weight: 500;
  font-family: "Got";
}

hr {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin: 20px 0;
}

b, strong {
  font-weight: 600;
}

.storSkrift {
  font-size: 34px;
  text-align: center;
  color: #333;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Got";
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blogContent a {
  color: #ce374c !important;
}

.pswp img {
  max-width: none !important;
}

.blogContent a:hover, .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.bodyWrapper {

}

#topper {
  background: white;
  width: 100%;
  min-height: 79px;
  border-bottom: 1px solid #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.hovedindhold a {
    color: #ce374c;
}

.hovedindhold a:hover {
    text-decoration: underline;
}

.woocommerce-form-coupon {
  display: block !important;
  max-width: 475px;
}

#logobox {
  padding: 0;
  margin: 0;
  height: 70px;
  margin-right: 60px;
  display: inline-block;
}

#logo {
  filter: invert(19%) sepia(92%) saturate(3059%) hue-rotate(340deg) brightness(89%) contrast(85%);
}

.categoryImg {
  margin-bottom:
}
#menuWrap {
  display: inline-block;
  vertical-align: top;
}

.wpmm_mobile_menu_btn i {
  font-size: 25px;
}

.topPadding {
  padding: 15px 0 0px 0;
}

.breadSpace {
  margin: 0 10px 0 10px;
  font-weight: 100;
  color: #ccc;
}

.required {
  color: #ce374c !important;
}




/* Mini cart */

.miniCart {
  display: block;
      float: right;
      width: 50px;
      margin: 15px 0 0 0px;
}

.miniCartWrap {
  width: 400px;
  border: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  position: absolute;
  z-index: 999;
  margin-left: -240px;
  text-align: left;
  display: none;
  max-height: 500px;

}

.woocommerce-mini-cart  {
  overflow-y: scroll;
  max-height: 365px;
}


.cartResume {
  text-align: right;
}

.topMenu a:first-of-type:hover {
  color: #ce374c;
}

.topMenu {
  margin-right: 10px;
}

#cartTotal {
  color: #999 !important;
  height: 50px;
  background: url(images/cart.jpg) left top;
  background-size: auto 20px;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 30px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left !important;
  margin-right: 20px !important;
  width: 70px !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: normal !important;
  color: #666;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border: none !important;
}

.woocommerce-mini-cart__total total {
  text-align: right !important;
  padding-right: 4px !important;
}

.button {
  border-radius: 10px !important;
  padding: 15px 20px !important;
  font-weight: normal !important;
}

.quantity {
  padding-top: 5px;
  display: block;
}

.woocommerce-mini-cart {

}

.woocommerce-mini-cart__buttons .wc-forward {
  width: 48%;
  box-sizing: border-box;
}

.woocommerce-mini-cart__buttons .checkout {
  float: right;
  background-color: #ce374c !important;
  color: white !important;
}



.mini_cart_item {
  border-bottom: 1px solid #eee;
  padding: 15px 0px !important;
}

.remove_from_cart_button {
  color: #ce374c !important !important;
  float: right;
  margin-right: 5px;
  position: relative !important;
}

.miniCart:hover .miniCartWrap {
	display:block !important;
	display: none\9;

}


.dgwt-wcas-st--tax, .dgwt-wcas-st-breadcrumbs {
  display: none !important;
}


#myUser {
  width: 30px;
  height: 30px;
  margin-top: 17px;
  display: block;
  float: right;
  margin-left: 20px;
}

/* Search */

.dgwt-wcas-suggestions-wrapp {
  width: 365px !important;

}

.dgwt-wcas-st {
  font-size: 13px !important;
}

.dgwt-wcas-search-wrapp {
  min-width: 190px !important;
}

span.dgwt-wcas-si {
  width: 90px !important;
}

#searcher {
  display: inline-block;
  vertical-align: top;
  margin-top: -7px;
  float: right;
  overflow-x: hidden;
  width: 295px;
  background: white;
  border-radius: 8px;
  background: #f6f6f6;
}

@media screen and (max-width: 990px) {
  #searcher {
    width: 100%;
    float: none;
    display: contents;
  }
}



.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader), .dgwt-wcas-inner-preloader {
  background-size: auto 10px !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {

  border: none !important;
}




/* Product page */

.woocommerce .star-rating, .woocommerce p.stars a, .woocommerce ul.products li.product .star-rating, .woocommerce .star-rating {
  color: #edc914;
  font-size: 16px !important;
}
.comment_container .avatar, .woocommerce #reviews #comments .commentlist>li::before {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;

  -webkit-box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
  border-radius: 20px !important;
  padding-right: 25px;
  border: none !important;
  padding: 30px !important;
}

.woocommerce #reviews #comments ol.commentlist {
  margin: 0 auto !important;
  width: 90% !important;
}

#reply-title {
  font-size: 25px;
  font-weight: 500;
  font-family: "Got";
  color: #333;
  margin-bottom: 20px;
}

.woocommerce #review_form #respond {
  margin-top: 30px !important;
}

.woocommerce #respond input#submit {
  color: white !important;
  background-color: #000000 !important;
  padding: 15px 20px !important;
}


.productPageH {
  font-size: 25px;
  font-weight: 500;
  font-family: "Got";
  color: #333;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations {
  border: 1px solid #eee !important;
  padding: 20px !important;

}

.woocommerce div.product form.cart .variations td {
  vertical-align: middle !important;
}

.woocommerce div.product form.cart .variations select {
  width: 100% !important;
}

.reset_variations {
  display: none !important;
}

.variations label {
  font-weight: normal !important;
}

.related .add_to_cart_button {
  display: none !important;
}


.woocommerce div.product .product_title {
  text-transform: none;
  font-size: 35px;
  font-weight: 500;
  color: #323232;
  padding-bottom: 5px;
}

.woocommerce-Tabs-panel--description, .woocommerce-Tabs-panel--reviews {
  padding: 0px 0 20px 0 !important;

}


.woocommerce-Tabs-panel--description a, .woocommerce-product-details__short-description a {
  color: #ce374c !important;
  text-decoration: underline;
}

.woocommerce-Tabs-panel ol li {
  padding-bottom: 15px;
  padding-left: 5px;
  position: relative;
      counter-increment: my-awesome-counter;
}

.woocommerce-Tabs-panel ol li::marker {
  content: "";
}

.woocommerce-Tabs-panel ol li::before {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -35px;
  z-index: -9;
  background: black;
  content: counter(my-awesome-counter);
  border-radius: 50%;
  text-align: center;
  color: white;
  line-height: 25px;
  }


.quantity {
  padding-top: 0;

}
.quantity input {
  height: 47px !important;
  width: 80px !important;
  font-size: 16px !important;
  font-family: "Got";
}

#coupon_code {
  height: 44px !important;
  max-width: 230px;
  font-size: 14px !important;
}

.woocommerce-product-details__short-description {
  border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

select {
  border: 1px solid #eee;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  color: #7b7b7b;
  font-size: 14px;
}

.product_meta {
  font-size: 13px;
  border-top: 1px solid #eee;
  padding-top: 30px !important;
}

.posted_in a {
  font-weight: 600;
  text-decoration: underline;
}

.posted_in {
  display: block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ce374c !important;
  font-family: "Got";
}

/* Category page */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 1.2% 2.992em 0 !important;
    width: 24.05%;
    transition: all .2s ease-in-out;
}

.woocommerce ul.products .slick-list li.product,
.woocommerce-page ul.products .slick-list li.product {
    margin: 0 0px !important;
    padding: 0 5px !important;
    clear: none !important;
}


.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
  transform: scale(1.02);
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400 !important;
  float: left !important;
  margin-right: 10px !important;
  text-decoration: none !important;
  color: #ce374c !important;
}

.woocommerce ul.products li.product .price del {
  opacity: 0.3 !important;
}

.woocommerce ul.products li.product .price {
    font-size: 15px !important;
    color: #23232c !important;
    font-weight: 400;
      font-family: "Got";
}

.woocommerce ul.products li.type-product a img {
  border-radius: 10px;
}

.woocommerce-loop-product__title {
  color: #8c8c8c;
  font-weight: 400;
}

.woocommerce-breadcrumb {
  color: #ce374c !important;
  font-size: 13px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
}

.product-label {
  display: table;
  position: absolute;
  text-align: center;
  top: 39px;
  right: -20px;
  z-index: 2;
  min-width: 100px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.woocommerce span.onsale {
  float: left !important;
  background: #ce374c !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  height: 28px !important;
  line-height: 28px !important;
  padding: 0 10px !important;
  position: relative !important;
  text-align: center !important;
  text-transform: uppercase !important;
  z-index: 10 !important;
  min-width: 50px !important;
  border-radius: 0 !important;
  min-height: auto !important;
  border: 0 !important;



}

.onsale:before {
  border: 5px solid #ce374c;
  border-color: transparent transparent #ce374c #ce374c;
  border-width: 9px 5px;
  position: absolute;
  right: -10px;
  bottom: 0;
  content: '';
}

.onsale:after {
  border: 5px solid #ce374c;
    border-color: #ce374c transparent transparent #ce374c;
    border-width: 9px 5px;
    position: absolute;
    right: -10px;
    top: 0;
    content: '';
}



 .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
   background: #ce374c !important;
   border-radius: 10px;
   font-size: 16px;
   font-family: "Got";

 }
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: auto !important;
  right: 5px !important;
  border-radius: 10px;
}

.woocommerce a.added_to_cart {
  background: #eee;
  padding: 11px 20px 12px 19px !important;
  border-radius: 10px;
}

input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
    padding: 15px 10px;
    font-size: 14px;
    background-color: #FFF;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 10px;
  }

.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #ddd !important;
    color: #8a7e88 !important;
}

.current {
  color: #ccc !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border:none;
  margin: 0 1px 0 1px !important;
}



/* Checkout */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #pakkelabels_zipcode_field {
    padding: 13px !important;
    background: #FFF !important;
    font-size: 14px !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}

#pakkelabels_zipcode_field {
  width: 140px !important;
  margin-top: 10px !important;
}

#selected_shop_context {
  padding: 20px !important;
  background: white;
  border: none !important;
}

.pakkelabels-shop-header {
  margin-bottom: 10px;
}

.pakkelabels_stores div {
  display: inline-block !important;
}

#pakkelabels_find_shop_btn {
  margin: 0 !important;
}

.woocommerce-shipping-totals th {
  display: none;
}

.woocommerce ul#shipping_method li {
  padding: 16px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
}

.woocommerce table.shop_table {
  border: none !important;
}

#billing_city_field,  #billing_phone_field {
  width: 47%;
  float: right;
  clear: none;
}
#billing_postcode_field, #billing_email_field {
  width: 47%;
  float: left;
  clear: none;
}

.woocommerce ul#shipping_method .amount {
  float: right;
}

.woocommerce-shipping-totals td {
  padding: 9px 0px !important;
}


.woocommerce table.shop_table input[type=radio] + label {
  color: #999;
}
.woocommerce table.shop_table input[type=radio]:checked + label {
  color: #333;
}

.payment_methods {

}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 0px !important;
  border-radius: 8px;
}

.dgwt-wcas-pd-image, .dgwt-wcas-tpd-image, .dgwt-wcas-si img {
  border: 0px !important;
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more, .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more, .dgwt-wcas-details-title-tax {
      text-transform: inherit !important;
}

.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline {
  display: none !important;
}

.dgwt-wcas-suggestion {
  width: auto !important;
}

.dgwt-wcas-suggestion-cat {
	border: 1px solid #eeeeee !important;
	padding: 15px !important;
	margin: 10px;
}

.dgwt-wcas-suggestion-product {
	border: 1px solid #eeeeee !important;
	margin: 10px;

}

#order_review {
  border: 1px solid #ddd;
  padding: 20px;
}

.col-2 {
  position: sticky;
  top: 5%;
}

#customer_details{
  justify-content: space-between;
}

#payment {
  background: transparent !important;
}

.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table td {
  border-top: none !important;
  padding: 4px 12px !important;
}

.woocommerce-checkout-review-order-table .cart_item {
  font-size: 13px;
}

.woocommerce-shipping-totals {
  background: #f8f8f8;
}

.product-name {
  width: 70%;
}

.cart_item .product-name {
  padding-left: 10px;
}

.order-total strong span.woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
}

.woocommerce-checkout-payment {
  border-top: 1px solid #eee;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
}

.footer {
  width: 100%;
  background: #232323;
  padding: 110px 0 85px;
  position: relative;
  float: left;
  color: #999;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #FFF;

}

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

.footer ul li {
  margin-bottom: 10px;
}

.buttonRed {
  color: white !important;
  background-color: #ce374c !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.nyhedsmail {
  margin-top: 60px;
  width: 100%;
  background: #f6f6f6;
  float: left;
}

.nyhedsmailContent {
  padding: 50px 0px;
}

.nyhedsbrevRight {
  display: inline-block;
  float: right;
  margin: 20px 0px;
}

.nyhedsbrevLeft {
  display:inline-block;
  max-width: 350px;
}


.bam {
  margin-right: 7px;
  padding: 18px !important;
  font-size: 16px !important;
  border: 0px;
  outline:none;
}

.mc-field-group {
  display: inline-block;
}



.collar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  box-sizing: border-box;
}

.colla1 {
  width: 50%;
}

.colla2 {
  width: 25%;
}

.tutle {
  font-size: 18px;
  color: white;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 5px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 16.6% !important;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

/* kurv side */


.includes_tax {
  display: block;
}

li.mini_cart_item a.remove, td.product-remove a.remove {
  color: white!important;
  font-weight: 400;
  background: #e096a0 !important;
}

li.mini_cart_item a.remove:hover, td.product-remove a.remove:hover {
  background: #ce374c !important;
}


.woocommerce-cart table.cart .product-thumbnail, .woocommerce-cart table.cart img {
  min-width: 70px;
}

.cart_totals h2 {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: 1px solid #ebe9eb !important;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: none !important;
}

.cart_totals {
  border: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
}

tr.woocommerce-cart-form__cart-item:nth-child(even) {background: #fbfbfb}
tr.woocommerce-cart-form__cart-item:nth-child(odd) {background: #f6f6f6}

/* underside CSS */

.underside {
  max-width: 750px !important;
  padding-top: 20px;
  padding-bottom: 20px;

}

.colla {
    width: 20%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}

.colla strong {
    font-weight: bold;
    font-size: 21px !important;
    margin-bottom: 20px !important;
}

.ordbog-content strong {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.ordbog-content a {
  text-decoration: underline;
}

.ordbog-content strong.subheading {
  font-size: 60px;
}

.ordbog-content p {
  line-height: 1.9;
}

.ULhalvanden li {
  margin: 5px 0 5px 0;
}

.underside input, .underside textarea {
  min-width: 100%;
}

.wpcf7-submit {
  background-color: #ce374c !important;
  color: white !important;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 20px;
  font-weight: 500;
  border-radius: 0px;
  left: auto;
  border: 0;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
}

/* blog */

.blogSidebar {
  width: 25%;
  float: left;
  height: 800px;
  padding-right: 30px;
  box-sizing: border-box;
}

.blogContent {
  width: 75%;
  float: right;
}

.searchContent {
  width: 100%;
  margin: 0 auto;
}

.blogLoop {
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 47%;
  display: inline-block;
  margin-bottom: 50px;
  margin-right: 1%;
  margin-left: 1%;
  vertical-align: top;
}

.productLoop {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;

  margin: 0 1.2% 2.992em 0 !important;
  width: 24.05% !important;
  transition: all .2s ease-in-out;
}

.kategorien {
    padding: 4px 10px;
    background: #ce374c;
    color: #fff;
    display: -webkit-inline-box;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blogLink {
  font-size: 1.8em;
  color: #333 !important;
  display: block;
  font-family: "Got";
}

.padlove {
    padding: 30px;
    box-sizing: border-box;
}

.blogImg {
  width: 100%;
  height: auto;
}

.widget_recent_entries ul, .widget_categories ul {
  list-style: none;
    margin: 0;
    padding: 0;
}

.widget_recent_entries ul li {
  padding: 8px 0;
}

.widg-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: block;;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Got";
}

.widget_categories {
  margin-top: 40px;
}

.widget_is_search {
  margin-bottom: 20px;
}

.widget_categories li {
    padding: 5px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #eee;
    font-size: 13px;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.widget_categories li:hover {
  background-color: #eee;
}


.signaturen {
    box-sizing: border-box;
    display: flow-root;
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    padding: 20px;
}

.signaturen img {
    width: 135px;
    height: auto;
}

.wp-block-image .alignleft, .alignleft {
    display: inline;
    float: left;
    margin: 10px 40px 10px 0 !important;
}

.upBlock {
  float: left;
}

.iboks {
    border: 1px solid #eee;
    padding: 25px;
}

.singleBlogPost {
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 10%;
  box-sizing: border-box;
}

.singleBlogPost p {
    line-height: 26px;
    margin-bottom: 15px;
}

.singleBlogPost .wp-post-image {
  width: 100%;
  height: auto;
}

.blogTitel {
  font-size: 30px;
}

.singleBlogPost img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;

}

.kommentarer #submit {
  padding: 10px;
  background: #ce374c;
  border-radius: 0px !important;
  padding: 15px 20px !important;
  font-weight: normal !important;
  border: none;
  color: white;
  font-size: 16px;
}

.kommentarer {
  border: 1px solid #eee;
  padding: 50px;
  margin-top: 50px;
}

.comment-respond input, .comment-respond textarea {
    width: 100%;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist li {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}


ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 10px 16px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }


/* My account */

.woocommerce-MyAccount-navigation ul {
  height: 500px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.sold-out-overlay {
  color: #999;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  border-radius: 5px;
}






.menu-image-title {
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
  vertical-align: top;
  font-family: "Got";
}

.menu-image {
  width: 20px !important;
  height: 20px !important;
  padding-right: 0px !important;
  margin-bottom: 20px;
}

.underMenu {
  margin-bottom: 20px;
}


.underMenu ul li a:before {
    content: "";
    width: 13px;
    height: 1px;
    background: #ce374c;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px;
    width: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

.underMenu ul li a {
  color: #999;
  font-size: 13px;
}

.underMenu ul li a:hover {
  color: #ce374c;
}

li .menu-item-object-product_cat a:hover:before {
    width: 10px;
}

.Hovedmenu  {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 17px;
}

ul.Hovedmenu li {
  display: inline-block;
  font-weight: 500;
  color: #ccc;
}

ul.Hovedmenu li a:first-of-type {
  padding: 15px 13px 25px 0px;
}



li.has-mega-menu ul.sub-menu {
  margin-top: 25px !important;

  display: none;
  background: white;
  border: 1px solid #eee;
  padding: 30px;

  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 999999;


}

li.has-mega-menu .sub-menu li ul.sub-menu {
  display: block;
  margin-top: 0px !important;
  position: relative;

  background: transparent;
  border: none;
  padding: 0px;

  max-width: none;
  margin: 0;
  box-sizing: border-box;
  z-index: 999999;


}

li.has-mega-menu .sub-menu li ul.sub-menu li {
  display: block;
  padding: 6px 10px 6px 0px;
  font-weight: normal;
  z-index: 999999;
}

/* Forside */

.home .breadCrumber {
  margin-bottom: 0px !important;
}
.coverImgBlok {
  background: white;
  margin-top: -150px;
  height: 300px;
  width: 100%;
  z-index: 999;
  position: relative;
  padding: 10px;
}

.coverImgBlok img {
  width: 100%;
  height: auto;
}

.collsTop {
  width: 33.33333333%;
  box-sizing: border-box;
  float: left;
  padding: 10px;
}

.collsText {
  position: absolute;
  width: 100px;
  top: 75px;
  margin-left: 30px;
  pointer-events: none;
  font-size: 17px;
  color: #333;
  font-weight: 600;
}

.wp-block-handpicked-products .wc-block-grid__product-title {
  font-weight: 500;
  color: #333;
}

.wc-block-grid__product {
  box-sizing: border-box;
  text-align: left !important;
}

.wp-block-handpicked-products {
  margin: 40px 0px;
}

a.wp-block-button__link {
  color: white !important;
  background-color: #ce374c !important;
  border-radius: 5px !important;
  font-size: 15px;
}

.term-description a {
  text-decoration: underline;
}


.ywapo_product_option_image {
  width: 45px;
  display: inline-block;
  float: left;
}

.ywapo_input_container label > img {
  float: left;
}

.ywapo_input_checkbox {
  float: right;
  margin: 17px 10px 10px 10px !important;
}

.ywapo_options_container {
  display: inline-block !important;
  vertical-align: text-bottom !important;
}

.yith_wapo_group_total table td {
  text-align: left !important;
}

.ywapo_input_container {
  border: 1px solid #eee;
  margin-bottom: 8px !important;
}

.ywapo_input_container:hover {
  background-color: #f6f6f6;
}

.yith_wapo_group_total {
  display: none !important;
}

.woocommerce form .form-row label {
  vertical-align: -webkit-baseline-middle;
  line-height: 3 !important;
}

.woocommerce-product-details__short-description ul li {
    margin-bottom: 10px;
}

.yith_wapo_groups_container h4 {
  margin-top: 0px;
}

.woocommerce div.product .stock {
  border: 1px solid;
  border-radius: 5px;
  padding: 3px 10px;
  display: table;
  text-transform: uppercase;
}

.yith_wapo_groups_container {
  margin-top: 0px !important;
}

/* USER AREA */

.woocommerce-Address {
  padding: 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 14px 0px;
  border-radius: 16px;
}

.woocommerce-account .addresses .title h3 {
  margin-top: 0px;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 11px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    padding-right: 45px;
    box-sizing: border-box;
}

.product-category a {
  display: flex !important;
  -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 10%);
  border-radius: 20px;
    padding-right: 25px;
}

.product-category img {
  width: 100px !important;
  height: 100% !important;
  display: inline-block !important;
  margin: 0 25px 0 0 !important;
  border-radius: 20px 0px 0px 20px;
}

.product-category h4 {
  display: inline-block !important;
    font-size: 18px !important;
    margin-top: 20px !important;
    word-break: break-word;
    hyphens: auto;
}

.product-category .count {
  display: none !important;
}

.woocommerce ul.products li.product-category {
  margin-bottom: 15px !important;
}

.woocommerce ul#shipping_method li input#boostr_shipping_shop_button {
  background: #ce374c !important;
  color: white !important;
}



.glide__slides .button {
  display: none !important;
}
.glide__arrow {
  top: 45% !important;
  border: none !important;
}
.glide__arrow--left {
  left: 0.5em !important;
}

.glide__arrow--right {
  right: 0.5em !important;
}

#carusel_poduct_sells:hover .glide__arrow--left {
  left: 0.5em !important;
}

#carusel_poduct_sells:hover .glide__arrow--right {
  right: 0.5em !important;
}

section.up-sells {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: 100px;
  left: 50%;
  background: #f6f6f6;
  padding: 35px 0px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
section.up-sells .carusel_block {
  max-width: 1200px;
  margin: 0 auto;
}

section.up-sells h2 {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
}





.NBpopup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 999999999;
}

.NBboks {
  width: 800px;
  height: 480px;
  background: white;
  margin: 0 auto;
  top: 10vh;
  border-radius: 35px;
  position: relative;
}

.NBstorT {
  font-family: "Got";
  font-size: 26px;
  color: #333;
  margin-bottom: 10px;
}

.mc-field-group2 .bam {
  margin-bottom: 10px;
  width: 100%;
}

.NBbrod {
  margin-bottom: 25px;
}

.NBtekst {
  padding: 45px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.NBbillede {
  width: 50%;
  float: left;
  box-sizing: border-box;
  background: #f6f6f6;
  height: 100%;
  padding: 20px;
  border-radius: 35px 0 0 35px;
}

@keyframes pulse{
  100%{
    width: 260px;
    height: 260px;
  }
}

.NBcirkel {
  border-radius: 100%;
  background: #B0C4B1;
  width: 250px;
  height: 250px;
  animation: pulse 1s ease-in-out infinite alternate;
  background-image: url(images/nyhedsbrev-txt.png);
  background-position: center;
  background-size: 160px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  margin-top: 70px;
  margin-left: 100px;
}

.NBglide {
  background-image: url(images/glidecreme.png);
      background-position: center;
      background-size: 150px;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 2;
      width: 170px;
      height: 403px;
}


.NBluk {
  position: absolute;
  right: -15px;
  top: -18px;
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 500px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 15px 10px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 10px rgb(0 0 0 / 10%);
}

.NBluk:hover {
  background: #f6f6f6;
  cursor: pointer;
}
.NBluk:before, .NBluk:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #333;
  top: 9px;

}
.NBluk:before {
  transform: rotate(45deg);
}
.NBluk:after {
  transform: rotate(-45deg);
}

.sku_wrapper {
  display: none;
}


.xoo-wsc-container {
  padding: 40px;
}

.xoo-wsc-empty-cart .button, .xoo-wsc-ft-btn-cart {
  display: none !important;
}


.xoo-wsc-ft-btn-checkout {
  background-color: black !important;
  color: white !important;
}

.xoo-wsc-ft-btn {
  padding: 20px !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
  font-size: 18px;

  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}


.xoo-wsc-sc-bki {
    font-size: 22px !important;
    color: black !important;
}

.xoo-wsc-sc-count {
    top: 13px;
    right: 0px !important;
    position: absolute;
    z-index: 999;
}

.xoo-wsc-sb-bar > span {
    background-color: #7eaf92 !important;
    border-radius: 50px;
}

.xoo-wsch-close {
  position: absolute;
  right: 30px;
}



input[type="number"].xoo-wsc-qty {
  border: none !important;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
    border-color: #ddd !important;
    padding: 0 5px;
}

.xoo-wsc-ft-btn-continue {
  display: none !important;
}

.xoo-wsc-qty-box {
    max-width: 90px;
}

.xoo-wsc-pprice .woocommerce-Price-amount {
  padding-left: 5px;
}

.xoo-wsc-opac {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.topIconsIcon {
    cursor: pointer;
    display: inline-block;
    width: 35px;
    vertical-align: top;
}

.popu {
  font-size: 24px;
  font-family: 'Got';
  color: black;
  margin-bottom: 10px;
}





.woocommerce-tabs ul.tabs {
  width: 100%;
  float: none;
}
.woocommerce-tabs ul.tabs div.panel {
  width: 100%;
  float: none;

  padding: 20px;
}

.woocommerce-tabs ul.tabs > li > a {

  padding: 15px 20px;
  outline: none !important;
}


.woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce-tabs ul.tabs div.panel .stars a {
  display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block !important;
  padding-right: 20px;
  border: 0 !important;
}

.woocommerce-tabs {
  max-width: 650px;
  margin: 0 auto !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: black !important;
  font-size: 18px !important;
  font-weight: 100;
  display: block !important;
  padding: 10px 0px 10px 0px !important;

}

.woocommerce-Tabs-panel {
  line-height: 1.7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent !important;
  line-height: 1.7;
}

.woocommerce-Tabs-panel strong {
  color: black;
}

.active .tabDesc::before {
   content: '-';
}

.tabDesc::before {
   content: '+';
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  box-shadow: none !important;
  content: "•" !important;
  border: none !important;
  left: -15px !important;
  display: none;
  bottom: auto !important;
}

.woocommerce-Reviews-title {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  display: block;
}

.tabs .active a   {
  font-weight: 500 !important;
}

.tabs a   {
  font-weight: 100 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: transparent;
}

.dgwt-wcas-suggestions-wrapp {
    width: 60vw !important;
    left: 20vw !important;
}

.home .breadCrumber {
  display: none;
}


@media screen and (min-width: 450px){
    .has-mega-menu{
        position:static;
    }
    li.has-mega-menu .sub-menu {
        width: 100%;
        position: absolute;
        z-index: 100;
        left:0px;
        right:0px;
    }
    li.has-mega-menu:hover>.sub-menu{
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
        display: flex;
        flex-wrap: wrap;
    /*CSS GRID lyout*/
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));
    }
}

@media screen and (max-width: 449px){
    .has-mega-menu{
        position:static;
    }
    li.has-mega-menu .sub-menu {
        width: 100%;
        position: absolute;
        z-index: 100;
        left:0px;
        right:0px;
    }
    li.has-mega-menu:hover>.sub-menu{
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
        display: block;
        flex-wrap: wrap;
    /*CSS GRID lyout*/
        display: block;

        grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));
    }
}

@media screen and (min-width: 450px){
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}
@media screen and (max-width: 449px){
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}

@media screen and (min-width: 750px){

    li.has-mega-menu:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); }

    li.mega-menu-column {flex: 1 0 calc(33.333%);}
}
@media screen and (min-width: 900px){
    li.has-mega-menu:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); }
     li.mega-menu-column {flex: 1 0 calc(25%);}

}







/* RESPONSIVE DESIGN */

@media screen and (max-width: 768px) {



  .blogSidebar, .coverImgBlok {
    display: none;
  }

  .blogContent {
    width: 100%;
  }

  td.product-remove a.remove {
    color: white!important;
    background: #ce374c !important;
    right: 9px;
    margin-top: -12px;
    position: absolute;
    font-weight: 400;
  }

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  text-align: left !important;
}

.woocommerce-cart table.cart img {
  min-width: 100px;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}
.woocommerce-cart table.cart .product-thumbnail {
  display: block !important;
  float: right;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent !important;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
  border-bottom: 1px solid#eee;
}

.woocommerce-page table.shop_table_responsive tr td.product-name,
.woocommerce-page table.shop_table_responsive tr td.product-price,
.woocommerce-page table.shop_table_responsive tr td.product-quantity,
.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
  font-size: 13px;
  text-align: left !important;
}

.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
  font-weight: 600;
  margin-bottom: 10px;
}



}


@media screen and (max-width: 1199px) {
  #topper {
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  
  
  
}

@media screen and (min-width: 990px) {
  .home .breadCrumber {
    display: none;
  }
  
 
	
}

@media screen and (max-width: 990px) {
  #searcher {
    display: contents !important;
    width: 100% !important;
    float: none !important;
  }
}


@media screen and (max-width: 768px) {

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  /*  width: 48%; */
    margin: 0 0 0.992em !important;
  }

  #breadcrumbs {
    display: none;
  }

  #searcher {
    width: 100% !important;
    float: none !important;
  }

  .product-category img {
    width: 50px !important;
  }

  .product-category h4 {
    display: inline-block !important;
    font-size: 15px !important;
    margin-top: 13px !important;
}

}

@media screen and (max-width: 850px) {
  .woocommerce-breadcrumb {
    visibility:hidden;
  }

  .home .breadCrumber {
    display: none;
  }

  .home #breadcrumbs {
    display: none;
  }

  @keyframes pulseMobile{
    100%{
      width: 190px;
      height: 190px;
    }
  }

  .NBpopup {
    overflow-y: scroll;
  }

  .NBboks {
    width: 300px;
    height: 720px;
    top: 25px;
  }

  .NBbillede {
    width: 100%;
    border-radius: 35px 35px 0 0;
    height: 250px;
    padding: 10px;
  }

  .NBglide {
    background-size: 80px;
    width: 100px;
    height: 230px;
    margin-left: 17px;
    margin-top: 15px;
  }

  .NBluk {
    right: 0px;
  }

  .NBcirkel {
    margin-top: 33px;
        margin-left: 81px;
    width: 180px;
    height: 180px;
    animation: pulseMobile 1s ease-in-out infinite alternate;
    background-size: 125px;
  }

  .NBtekst {
    width: 100%;
    padding: 25px;
  }



  .wpmm_mobile_menu_btn i  {
    font-size: 30px !important;
  }

  .dgwt-wcas-suggestions-wrapp {
    width: 91vw !important;
	left: 0vw !important;
  }
  #myUser {
    display: none;
  }
  .miniCart {
    width: auto;
  }
  .miniCart .woocommerce-Price-amount {
    display: none;
  }
  .nyhedsbrevRight {
    float: none;
  }
  .nyhedsmailContent {
    padding: 30px 0px;
  }
  .nyhedsbrevLeft {
    max-width: 100%;
  }
}

@media screen and (max-width: 599px) {

  #topper {
    padding: 0 13px;
  }

  .collar {
    width: 100%;
  }

  .topMenu {
    margin-right: 3px;
    margin-left: 3px;
  }

  .Hovedmenu {
    margin: 10px 0;
  }

  ul.Hovedmenu li {

    border-right: 1px solid #ddd;

  }

  ul.Hovedmenu li a:first-of-type {
    padding: 10px 9px 15px 7px;
  }

  ul.Hovedmenu li:last-of-type {
    border-right: none;
  }

  li.has-mega-menu ul.sub-menu {
    margin-top: 10px !important;

  }

  li.has-mega-menu ul.sub-menu li {
    border-right: none;
  }

  #myUser {
    position: absolute;
    top: 10px;
    right: 45px;
    display: block;
  }

  .miniCart {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .miniCart:hover .miniCartWrap {
    display: none !important;
  }



  .underMenu {
    display: block !important;

  }

  .woocommerce-breadcrumb {
    display: none;
  }

  #menuWrap {
    text-align: center;
    display: block;
  }

  .sub-menu {
    text-align: left;

  }

  .blogLoop {
    width: 100%;
  }

  .singleBlogPost {
    padding: 0;
  }


}

@media screen and (max-width: 1050px) {
  .coverImgBlok {
    margin-top: -80px;
  }
}

@media screen and (max-width: 420px) {

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  /*  width: 48% !important;*/
    margin: 0 0 0.992em !important;
  }

  .woocommerce ul.products li.product-category {
    margin-bottom: 15px !important;
  }

  .product-category h4 {
    font-size: 13px !important;
    margin-top: 5px !important;
  }

  .product-category img {
    margin: 0 7px 0 0px !important;
  }

}


@media screen and (max-width: 340px) {
  ul.Hovedmenu li a:first-of-type {
      padding: 15px 5px 25px 2px;
  }

  ul.Hovedmenu li {
    padding: 5px 3px 7px 0px;
  }

  .Hovedmenu {
    margin-top: 0px;
  }

  .topMenu {
      margin-right: 2px;
  }
}
