.et_overlay::before {
  display:none;
}

.et_overlay {
  display: none !important;
}


.propris a::before {
  content: "\e0ed";
  font-family: ETmodules !important;
  font-size: 22px;
  color: #c63c56;
  font-weight: 400 !important;
  margin-right: 10px;
}

.wisely_gift-template-default .woocommerce-loop-product__title {
  min-height: 100px !important;
}


.pronavn a::before {
  content: "\68";
  font-family: ETmodules !important;
  font-size: 22px;
  color: #c63c56;
  font-weight: 400 !important;
  margin-right: 10px;
}



.topbanner {
  margin-bottom: 25px;
  width: 100%;
  min-height: 200px;
}

.topbanner img{
width: 50%;
max-width: 350px;
float: left;
max-height: 150px !important;
}

.woocommerce-checkout #sidebar {
    display: none;
}

.woocommerce-checkout #primary {
    width: 100%;
}
.woocommerce-additional-fields {
    display: none;
}

.woocommerce-billing-fields h3 {
    display: none;
}

.samletpoint {
  display: none;
}

.woocommerce-loop-product__title {
  text-align: center;
  font-size:16px !important;
  padding:10px !important;
}

.logudknap a,
.kurvknap a {
  color: #333 !important;
  font-weight: 300;
}


.logudknap a::before {
  content: "\e000";
  font-family: ETmodules !important;
  font-size: 22px;
  color: #c63c56;
  font-weight: 400 !important;
  margin-right: 10px;
}

.kurvknap a::before {
  content: "\e015";
  font-family: ETmodules !important;
  font-size: 22px;
  color: #c63c56;
  font-weight: 400 !important;
  margin-right: 10px;
}

.products.columns-3 li img {
  max-height: 267px;
  width: auto;
  object-fit: contain;
}






.logged-in .vis-point .samletpoint {
  display: block !important;
}

.logged-in .vis-point .pointpris {
  display: block !important;
}

.woocommerce-Price-currencySymbol {
  display: none;
}

.wc_payment_methods.payment_methods.methods {
    display: none;
}
.et_pb_row_1 {
    display: block!important;
}


#et-main-area > .container {
  position: relative;
  background: #FFF !important;
}




.wc-kurv-antal {
float: right;
  background: #C63C56;
  color: #FFF !important;
  height: 2px;
  width: 23px;
  text-align: center;
  font-size: 12px;
  padding-bottom: 24px !important;
  border-radius: 50%;
  line-height: 23px;
}

.wc-kurv-antal a {
    color:#FFF;
}

 @media only screen and (max-width:610px) {
   
   .samletpoint {
  margin-top: 50px;
}
   
   li.product {
  width: 100% !important;
}
   
   .imageplaceholder {
  width: 100% !important;
  display: block;
  float: left !important;
     margin-bottom: 25px!important;
}
   
  .topbanner {
  margin-bottom: 25px;
  margin-top: -75px;
   }
    
    .logudknap {
  width: 50% !important;
  float: left !important;
  text-align: center !important;
   }  
      .kurvknap {
  width: 50% !important;
  float: left !important;
  text-align: center !important;
}
   
   
  .propris,
  .pronavn {
  width: 100%;
  display: block;
    margin: 15px 0px;
}
   
   
  
  
  
}
/* Giftshop product title search */
.wisely-gift-product-search {
  width: 100%;
  margin: 0 0 28px;
}

.wisely-gift-product-search__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}

.wisely-gift-product-search input[type="search"] {
  flex: 1 1 320px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 16px;
}

.wisely-gift-product-search input[type="search"]:focus {
  border-color: #999;
  outline: 2px solid transparent;
  box-shadow: 0 0 0 1px #999;
}

.wisely-gift-product-search button {
  min-height: 46px;
  padding: 10px 24px;
  border: 0;
  border-radius: 3px;
  background: #c63c56;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.wisely-gift-product-search button:hover,
.wisely-gift-product-search button:focus {
  opacity: 0.9;
}

.wisely-gift-product-search__clear {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 4px;
  color: #333 !important;
  text-decoration: underline;
}

.wisely-gift-product-search__status {
  margin: -14px 0 26px;
}

@media only screen and (max-width: 610px) {
  .wisely-gift-product-search__row {
    display: block;
  }

  .wisely-gift-product-search input[type="search"],
  .wisely-gift-product-search button,
  .wisely-gift-product-search__clear {
    width: 100%;
    margin: 0 0 10px;
  }

  .wisely-gift-product-search__clear {
    justify-content: center;
  }
}
