#cart_block h4 span, #cart_block #cart_block_summary { display:none; }
#cart_block #cart_block_no_products { padding:2px 0 5px; }
#cart_block dl {
  font-size:11px;
  margin-bottom:5px;
}
#cart_block dl dt, #cart_block dl dt a { font-weight:700; }
#cart_block dl .price {
  float:right;
  font-weight:700;
  color:#B95D43;
}
#cart_block dl .ajax_cart_block_remove_link {
  float:right;
  clear:both;
  width:16px;
  height:16px;
  margin-left:5px;
}
#cart_block dl .ajax_cart_block_remove_link:before {
  content:"\e65b";
  font-family:'icomoon';
  font-size:18px;
  font-weight:300;
}
#cart_block dl .cart_block_customizations li {
  border:0;
  font-size:11px;
  padding:0;
}
#cart_block dl .cart_block_customizations li:before { display:none; }
#cart_block #cart-prices {
  border-top:1px solid #dddddd;
  padding:5px 0;
  font-weight:700;
}
#cart_block #cart-prices .price {
  float:right;
  font-weight:700;
  color:#B95D43;
}
#cart_block #vouchers {
  background:none;
  border-top:1px solid #dddddd;
  border-right:0;
  border-left:0;
  border-bottom:0;
  font-size:11px;
  font-weight:700;
  margin:0;
}
#cart_block #vouchers td {
  border:0;
  padding:2px 0 0;
}
#cart_block #vouchers .delete a img, #cart_block #vouchers .quantity { display:none; }
#cart_block #vouchers .delete { width:22px; }
#cart_block #vouchers .delete a {
  float:right;
  width:16px;
  height:16px;
}
#cart_block #vouchers .delete a:before {
  content:"\e65b";
  font-family:'icomoon';
  font-size:18px;
  font-weight:300;
}
#cart_block #cart-price-precisions {
  border-top:1px solid #dddddd;
  font-size:11px;
  padding:2px 0 0;
}
#cart_block #cart-buttons {
  overflow:hidden;
  margin:10px 0 0;
}
#cart_block #cart-buttons .button_small { float:left; }
#cart_block #cart-buttons .exclusive { float:right; }

.dark-overlay {
    position: fixed;
    background-color: black;
    z-index: 6000;
    display: none;
    opacity: .5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.add-to-cart-popup {
    position: fixed;
    left: 50%;
    top: 10%;
    width: 650px;
    height: 300px;
    margin-left: -355px;
    padding: 0px;
    background-color : white;
    z-index : 100;
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    padding-bottom: 20px;
    z-index:6010;
}

.add-to-cart-popup .top_text{
  background: #444444;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  font-size: 16px;
}

.add-to-cart-popup .close{
  background: url(../../../img/close.svg);
  background-size: cover;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 9px;
  margin-top: -21px;
}

.add-to-cart-popup .close:hover{
  cursor: pointer;
}

.add-to-cart-popup .top_text:before{
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../../img/icon_popup.png);
  background-size: cover;
  margin-right: 10px;
  position: absolute;
  margin-left: -25px;
}

.add-to-cart-popup p {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.add-to-cart-popup .exclusive_button {
    margin-left: 0;
    margin-top: 33px;
    padding: 15px;
    text-transform: uppercase;
    background: #787878;
    border: 0px;
    border-radius: 0px;
    padding-left: 30px;
}

.add-to-cart-popup .exclusive_button:hover{
  background: #525252;
}

.add-to-cart-popup .exclusive_button:before{
  content: "";
  margin-left: -15px;
  width: 7px !important;
  display: block;
  height: 15px;
  width: auto;
  background-image: url(../../../img/arrow_left.svg);
  background-size: cover;
  margin-top: -1px;
  float: left;
}

.add-to-cart-popup .button {
    margin-left: 0px;
    float: right;
    border-radius: 0px;
    font-weight: 400;
    padding: 20px;
    margin-top: 25px;
    color: #fff;
    border: 0;
    background: #009003;
    font-size: 18px;
}

.add-to-cart-popup .button:after{
  content: "";
  margin-left: 10px;
  width: 7px !important;
  display: block;
  height: 15px;
  width: auto;
  background-image: url(../../../img/arrow_left.svg);
  background-size: cover;
  margin-top: -1px;
  float: right;
  transform: rotate(180deg);
}

.add-to-cart-popup .button:hover {
    background: #006903;
}

.add-to-cart-popup .add_to_cart_content{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.add-to-cart-popup .add_to_cart_content table{
  margin: 0px !important;
  margin-bottom: 20px !important;
}

.add-to-cart-popup .infotextpopup{
  background: #fff;
  padding: 10px;
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
}

.add-to-cart-popup .infotextpopup:before{
  content: '';
  width: 25px;
  height: 25px;
  background: url(../../../img/icon_info.svg);
  background-size: cover;
  display: block;
  float: left;
  margin-top: -3px;
  margin-right: 10px;
}

.add-to-cart-popup .category-block{
  width: 48%;
  display: block;
  margin-top: 20px;
  float: left;
}

.add-to-cart-popup .category-block:nth-of-type(2){
  margin-right: 4%;
}

.add-to-cart-popup .category-block img{
  float: right;
}

.add-to-cart-popup .category-block .popup-button{
  background: #942783;
  border: 0px;
  border-radius: 0px;
  padding: 10px;
  margin-top: 10px;
}

.add-to-cart-popup .category-block .popup-button:hover{
  background: #711d64;
}

.add-to-cart-popup .category-block h4{
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
}

.add-to-cart-popup .category-block .category-headline{
  color: #000;
  font-size: 13px;
  margin-bottom: 3px;
}

@media (max-width: 1024px) {
    #blockcart_list_heading {
        display:none;
    }
    #blockcart_list {
        display:none;
    }
    .table_quantity {
        display:none;
    }
    .add-to-cart-popup {
        left: 0;
        width: 92%;
        margin-left: 2%;
        margin-right: 2%;
        padding: 2%;
        height: auto !important;
    }
    .add-to-cart-popup .top_text{
      padding-left: 23px !important;
      padding-right: 0px !important;
      font-size: 14px !important;
    }
    .add-to-cart-popup .exclusive_button {
        display:block;
        margin-left: 0;
        margin-top: 0;
    }

    .add-to-cart-popup .button {
        display:block;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .add-to-cart-popup .button:after{
      margin-right: 25px !important;
      margin-left: 0px !important;
    }

    .add-to-cart-popup .infotextpopup{
      position: static !important;
      clear: both;
    }
}
