.pk_customlinks > ul > li > a > span,
.cart-title {display:none;}
body .cart-icon, body .cart-icon > svg, 
.pk_customlinks > ul > li > a, 
.pk_customlinks > ul > li > a svg {color: inherit}
.cart-icon > svg, .pk_customlinks > ul > li > a svg {width:15px;height: 15px}
#index #header {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index: 99
}
.round-plus {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  cursor:pointer;
  position: relative;
}
.round-plus:before {
  content:"";
  background: url(../../../../../themes/venedor/assets/svg/plus.svg) 50% 50% no-repeat;
  width:100%;
  height: 100%;
  position: absolute;
  top:0;left:0;
  transition:all .2s ease-in-out
}
.round-plus:hover {
  opacity: 0.8 !important;
}
.round-plus:hover:before, .round-plus.plus-act:before {
  transform: rotate(45deg) !important;
}
.white-btn .btn {border-color:#fff !important;color:#fff !important;}
.white-btn .btn:hover,
.whitebg-btn .btn {
  background: #fde7e9;color:#01385e !important;border-color: transparent;
}
.whitebg-btn .btn:hover {color:#fde7e9 !important;}
.rev-close-btn {background: url(../../../../../themes/venedor/assets/svg/cross.svg) 50% 50% no-repeat;}
.blue-btn {background: #01385e !important; color:#fff !important; border-color:transparent !important;}
.blue-btn:hover {background: #fde7e9 !important; color:#01385e !important; border-color:transparent !important;}
.bluebg-btn {background: transparent !important; color:#01385e !important; border-color:#01385e !important;}
.bluebg-btn:hover {background: #01385e !important; color:#fde7e9 !important; border-color:transparent !important;}
#header #search_widget button {border-color:transparent;}
.header-1 .header-top > *:not(:first-child) {margin-left: 30px}
body .hesperiden .tp-bullet:hover, body .hesperiden .tp-bullet.selected {background:#01385e !important;}