

@media (min-width: 1024px), print {
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 10% !important;
    margin-left: auto;
    margin-right: auto;
}
}

.category-products-grid.hover-effect .item:hover {
            margin-left:0;
            margin-right:0;
            padding-left:1%;
            padding-right:1%;
            box-shadow: none !important;
            border-color: #f5f5f5;
        }

        .category-products-grid.hover-effect .item .display-onhover { display:block !important; }
        .category-products-grid.hover-effect.single-line-name .item .product-name { overflow: visible; white-space: normal; }

div#tab-label-related.post.tab.data.item.title {
  display: none !important;
}

.item-right .minicart-wrapper .dropdown-heading .icon {
  color: #fff;
}

/*.dropdown-block .dropdown-heading .icon:after {content:"\00a0";}*/

.form.search.advanced .group.price .addon .addafter {
  position: relative;
}

#footer-service-container {
  color: #fff;
  background-color: #766494;
}

.footer-service-link a:link,
.footer-service-link a:active,
.footer-service-link a:visited {
  color: #fff !important;
}

.footer-service-link a:hover {
  color: #C1B9CE !important;
}

#footer-service-container h6 {
  font-family: Bitter;
  font-size: 17px !important;
  font-weight: 400;
}

.footer-service-inner {
  padding-top:20px;
  padding-bottom:20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-service-icon {
  padding-right: 15px;
}

.footer-service-heading {
  padding-top: 6px;
}

.mini-cart-heading .dropdown-heading .skip-link .skip-cart {
	color: #fff;
}

/*.footer-primary .footer .container {
  padding-top: 10px;
}*/

.ib-wrapper-square .ib, .ib-wrapper--square .ib, .icon-wrapper-square .ib {
  border-radius: 4px;
}

.footer-primary a {
  font-weight: 600;
}

.grid12-3 .mobile-collapsible .block-content ul.bullet li {
  background: none;
  padding-left: 0;
}

.footer-container .footer-primary-bottom-spacing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

#footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.newsletter-heading-txt {
  color: #a194be;
  font-weight: 600;
}

label.news-check {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
input.news-check {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

@media (max-width: 768px) {
  #footer-logo, .newsletter-heading-txt {
    display: none;
  }

  .footer-container .footer-primary-bottom-spacing {
    justify-content: normal;
  }
}

.footer-last-container {
  padding-top: 30px;
}

.welcome-heading {
	margin-top: 20px;
	font-weight: 600;
}

.lila-font {
	color: #766494;
}

.post-image {
  min-height: 82px !important;
}
.blog-block {
  width: 95%;
  padding: 0;
}

.blog-block1 {
  margin: 0;
  padding: 0;
  background: #766493;
}

.blog-block2 {
  background-color: #c1b9ce;
  text-align: center;
  padding: 15px;
  color: #1b1c20;
  font-weight: 600;
}

.blog-block3 {
  background-color: #766493;
  text-align: center;
  padding: 15px;
  color: #fff;
}

.blog-block3 a:link, .blog-block3 a:active, .blog-block3 a:visited {
  color: #fff;
}

.blog-block3 a:hover {
  color: #1b1c20;
}

#jubi-logo-block {
  float: right !important;
  display: block;
  padding-left:20px;
}

#jubi-logo {
  width:140px;
  height:auto;
}

#jubi-search-block {
  float: right;
}

@media (max-width: 930px) {
  #jubi-logo-block {
    display: none;
  }

  #jubi-search-block {
    float: none;
    width: 100%;
  }
}

@media (min-width: 996px) {

  .block-search .block.block-content {
      margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .blog-block {
    margin-bottom: 30px;
  }
  .welcome-heading, .welcome-heading-text {
    display: none;
  }
}

#mainmenu .level-top span {
	font-size: 16px;
	text-transform: uppercase;
}

@media (max-width: 599px) {
  #homepage .itemslider.block > .block-title, #homepage .widget.block > .block-title {
    margin-left: auto !important;
    margin-right: auto !important;
    border: #766494 1px solid !important;
    text-align: center !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 0px !important;
    background-color: #766494 !important;
  }

  #homepage .itemslider.block > .block-title strong, #homepage .widget.block > .block-title strong {
    color: white;
    background-color: #766494 !important;
    padding-bottom: 3px !important;
    margin-right: auto !important;
  }
}

@media (min-width: 600px) {
  #homepage .itemslider.block > .block-title, #homepage .widget.block > .block-title {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: #766494 1px solid !important;
    text-align: center !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 0px !important;
  }

  #homepage .itemslider.block > .block-title strong, #homepage .widget.block > .block-title strong {
    color: white;
    background-color: #766494 !important;
    padding-left: 30% !important;
    padding-right: 30% !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-right: auto !important;
    font-size: 19px;
  }
}

@media (max-width: 990px) {
  .footer-service-inner {
    width: 25% !important;
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .footer-service-inner {
    width: 80% !important;
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
  }
}

.widget-new-grid > .product-item, .itemgrid > .product-item, .items-grid > * .owl-item {
  border: #999 solid 1px !important;
  border-radius: 3px;
  padding: 5px !important;
  height: 410px;
  width: 203px !important;
  margin-bottom: 20px !important;
}

@media (min-width: 469px) {
  .widget-new-grid > .product-item, .itemgrid > .product-item, .items-grid > * .owl-item {
    margin-right: 5px !important;
  }
}

.items-grid > * .owl-item {
  margin-left: 22.5px;
  padding: 5px !important;
  width: 193px !important;
  height: 370px !important;
}



/*.items-grid > * .owl-item:nth-child(5n + 1) {
  margin-left: 0;
}*/

.product-item-name {
  height: 80px;
}

.product-item-info {
  height: 350px;
}

.product-image-wrapper {
  padding-bottom: 100% !important;
}

.wishlist .product-item, .widhlist .items-grid > * .owl-item {
  height: 550px !important;
  width: 250px !important;
}

.tocart{
  color: #766494 !important;
  background-color: #fff !important;
}

.tocart i, .tocart span {
  color: #766494 !important;
  background-color: #fff !important;
  font-size: 24px;
}

.product-item-actions {
  width: 50%;
  float: right;
  margin-top: 7px !important;
  position: relative !important;
}

.price-box {
  width: 100%;
  /*float: left;*/
  margin-top: 20px;
}

.itemgrid .price-box {
  margin: 0px;
}

.itemgrid .tax-details {
    margin-bottom: 15px;
    display: block;
}

.price-box .price {
  color: #000 !important;
  font-weight: 600 !important;
}

.product-item-name {
  color: #000 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.action.towishlist {
  display: block !important;
}

.product-items .product-item .action.towishlist i {
  font-size: 25px;
  color: #766494 !important;
  margin-top: 10px;
}

.items-grid > * .owl-item .action.towishlist i {
  font-size: 25px;
  color: #766494 !important;
  margin-top: 10px;
}

.product-items .product-item .action.towishlist:before {
  content: '';
}

#product-updatecart-button {
  margin-top: 25px;
  color: white;
  background-color: #766494 !important;
  border-radius: 5px !important;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

#product-updatecart-button span {
  color: #fff !important;
  background-color: #766494 !important;
  font-size: 14px;
}

#product-addtocart-button {
  margin-top: 25px;
  color: white;
  background-color: #766494 !important;
  border-radius: 5px !important;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

#product-addtocart-button span {
  color: #fff !important;
  background-color: #766494 !important;
  font-size: 16px;
}

.product-add-form {

}

.box-tocart {
  width: 100%;
}

.box-tocart .field.qty {
  margin-top: -45px !important;
}

.product-social-links {
  max-width: 51%;
  float: right;
  margin-top: -114px;
}

#instant-purchase {
  margin-top: 5px;
}

.product-social-links .addto-links .action.towishlist {
  border: #9d9a9a solid 1px;
  color: #9d9a9a;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
}

.product-social-links .action.towishlist > span {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  padding: 5px;
  background: #fff;
  color: #9d9a9a;
  font-weight: 600;
  text-transform: uppercase;
}

.product-social-links .action.towishlist > span:hover {
  background: none !important;
}

.product-item-name a {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
  }

.price-label {
  display: none !important;
}

.old-price {
  color: red !important;
}

.special-price .price{
  color: red !important;
}

.fieldset:last-child {
    margin-bottom: 55px !important;
}

.block.itemslider .block-content {
    margin: 20px 0 20px !important;
}

.minicart-items .item, .minicart-items .product-item {
  width: auto !important;
  height: auto !important;
}

.login-container .fieldset > .field > .control {
    width: 70% !important;
    float: right !important;
}

#wishlist-view-form .product-item-actions {
  width: 100% !important;
  margin-top: -35px !important;
}

#wishlist-view-form .actions-toolbar .action.tocart {
  background-color: rgb(238, 238, 238) !important;
  color: #333333 !important;

}

#wishlist-view-form .actions-toolbar .action.tocart span {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #333333 !important;
  font-size: 14px;
}

.nav-holder .dropdown-block.filled-heading .dropdown-heading .inner-heading {
    padding: 0 5px !important;
}

@media (min-width: 1024px) {
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(6n) {
      margin-left: 2% !important;
  }
}

/*.list .product-item {
  width: 100% !important;
}*/

@media (min-width: 768px) {
  .items-grid.size-l .product-item-name {
      font-size: 1.9rem;
      line-height: 1.5rem !important;
  }
}



.sidebar-additional .product-item {
  display: inline-flex;
  max-height: 40px;
}

.tax-details {
  width: 50%;
  float: left;
}

.product-item-actions {
  bottom: 11px !important;
}

.items-grid .product-item-img {
  width: 100% !important;
}

.items-grid .product-item-details {
  margin-left: 0px;
}

.related .items-grid .product-item-details .tax-details, .upsell .items-grid .product-item-details .tax-details  {
  width: 100%;
}

.items-grid .product-item-details .product-item-actions  {
  width: auto;
}

.related .items-grid .product-item-details .price-box {
  margin-top: 150px !important;
}

.items-grid .product-item-details .choice {
  width: 80% !important;
  float: left !important;
}

.grecaptcha-badge {
  display: none;
}

/*.grecaptcha-badge::after{content: 'PUT-YOUR-TEXT-HERE';visibility: visible;display: block; }*/

.field-recaptcha {
  width: 0px !important;
  height: 0px !important;
  float: right !important;
}

iframe.zoid-component-frame {
  z-index: 0 !important;
}

.page-wrapper > .maincontent {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.ty {
  color: #000;
}

label[for^="billing-address-same-as-shipping-"] {
  color: red !important;
  font-weight: bold !important;
}

@media (max-width: 468px) {
  .widget-new-grid > .product-item {
    width: 48% !important;
    display: inline-block !important;
  }

  .itemgrid > .product-item {
    width: 43% !important;
    margin-right: 3px;
    display: inline-block !important;
  }
  .product-items .product-item .action.towishlist i {
    padding: 8px;
    margin-top: 5px;
  }

}
/* hide rabattcode in checkout*/
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code:not(.giftcard-code)
{
  display: none;
}
/* geschenkgutschein in checkout*/
.payment-option-title #block-gift-card-heading, .opc-payment-additional.comment {
  font-size: 1.8rem !important;
  color: #333 !important;
}

.related .owl-item, .upsell .owl-item  {
    border: none;
}

.related .owl-item .item, .upsell .owl-item .item  {
    border: #999 solid 1px !important;
    border-radius: 3px;
}

.download-btn {
  border: 1px solid #766494;
  background: #766494;
  color: #fff;
  padding: .25rem .5rem;
  margin-top: 5px;
  display: inline-block;
}

.download-btn:hover {
  border: 1px solid #a093b4;
  background: #a093b4;
  color: #fff;
}
