/* 20250317092954 - v2 */
.gui,
.gui-block-linklist li a {
  color: #212021;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0d7cca;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0d7cca;
  box-shadow: 0 0 2px #0d7cca;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0d7cca;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #867272;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #212021;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ece9e9;
  background-color: #f8f7f7;
}

.gui-block-option-block {
  border-color: #ece9e9;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #c8bfbf;
}

.gui ul.gui-products li {
  border-color: #dad4d4;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dad4d4;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dad4d4;
}

.gui-block-content .gui-table {
  border-color: #ece9e9;
}

.gui-table thead tr th {
  border-color: #c8bfbf;
  background-color: #f8f7f7;
}

.gui-table tbody tr td {
  border-color: #ece9e9;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #8d8d8d;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/*Verdi, Lightspeed, 08-10-2021:, [ZD# 2197772] BEGIN*/

/* show mollie integration */
#gui-checkout-payment-methods .gui-field .gui-input { border: 1px solid; padding: 5px 10px; }
#gui-checkout-payment-methods .gui-checkout-payment-provider .gui-payment-methods .gui-payment-method.gui-is-selected .gui-payment-method-form { display: inline-block !important; margin-left: 0; margin-top: 0; padding-top: 0; width: 100%; }
/* end */

/*Verdi, Lightspeed, 08-10-2021:, [ZD# 2197772] END*/
.Payment-image {
    max-width: 100%;
    height: auto;
    margin-top: 10px; /* Adjust the margin as needed */
}
#slides, .headlines, .slides_container, .slide, .slide img {
  border-radius:4px; }

.gui-block-title {
font-size: 12px;
line-height: 38px;
color: #333333;
  text-shadow: 0 1px 0 rgb(128, 128, 128);}

#content-right {
 float:right!important; 
}

#productinfo #product_order .info .options .product-discounts ul li {
 list-style: none;
}

#product_configure_form > div > div.productOptionWrap.sku {
  display:none;
  }
.cartLink, .social-media-follow, .topnav a .social-icon  {color:white;}

.product-page-heading h1 {
    font-size: 24px;
    font-weight: 700;
    color: #8f0d38;
    margin-bottom: 20px;
}

.product-page-heading h1 .actions {
    float: right;
}
.product-info .price-wrap {
    font-weight: 700;
    color: #8f0d38;
    font-size: 20px;
}
.product-info .price-wrap {
    margin-bottom: 10px;
}

.product-wrap .yotpo.bottomLine.yotpo-small {
    margin-bottom: 15px;
}

.prod-specs-table {
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}

.prod-specs-table tr th, .prod-specs-table tr td {
    text-align: left;
    color: #333;
    font-size: 13px;
    padding: 8px 8px;
}

.prod-specs-table tr th {
    font-weight: 600;
}

.prod-specs-table tr:nth-child(odd) th, .prod-specs-table tr:nth-child(odd) td {
    background: #f7f7f7;
}

.prod-quantity-options {
    background: #eee;
    padding: 15px;
}

.prod-quantity-options .productCartButton {
    margin-bottom: 0;
}

.prod-quantity-current-price {
    font-weight: 700;
    color: #8f0d38;
    font-size: 20px;
    margin-bottom: 10px;
}

.quantity-option {
    margin-bottom: 10px;
}

.quantity-option label {
    margin: 0;
    padding: 8px;
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    font-weight: 700;
    color: #000;
}

.quantity-option label span {
    font-size: 14px;
    color: #000;
    vertical-align: top;
}

.quantity-option label:hover, .quantity-option label.active {
    background: #fff;
}

.quantity-option label .quantity-bottle {
    font-size: 14px;
}

.quantity-option label input[type=radio] {
    position: absolute;
    top: 50%;
    margin-right: 5px;
    left: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.quantity-option .quantity_value {
    width: 50px;
    height: 32px;
    padding: 0 0 0 10px;
    margin-left: 20px;
    margin-right: 10px;
}

.prod-quantity-options .productCartButton .btn {
    width: 100%;
    text-align: center;
    padding: 8px;
    height: auto;
    line-height: 1.5;
    background: #8f0d38;
    font-weight: 600;
}

.prod-quantity-options .productCartButton .btn:hover, .prod-quantity-options .productCartButton .btn:focus {
    background: #00224f;
}

.prod-quantity-options .productCartButton .btn:before {
    font-weight: normal;
    margin-right: -5px;
}

.bottle1, .bottle3, .bottle6 {
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;
}

.bottle1 img, .bottle3 img, .bottle6 img {
    max-width: 50px;
    max-height: 50px;
}

.bottle1:before {
    content: "1";
    position: absolute;
    left: 50%;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 4px;
    font-size: 14px;
}

.bottle3:before {
    content: "3";
    position: absolute;
    left: 50%;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 4px;
    font-size: 14px;
}

.bottle6:before {
    content: "6";
    position: absolute;
    left: 50%;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 4px;
    font-size: 14px;
}

.price-n-shipping {
    display: inline-block;
}

.custom-shipping {
    display: block;
}

.after-truck-icon:after {
    content: "";
    background: url("shipping-icon.png");
    display: inline-block;
    width: 25px;
    height: 15px;
    background-size: 25px;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 6px;
    top: 4px;
}

.quantity-option label span.quantity-euro, .quantity-option label span.quantity-price {
    color: #8f0d38;
}

.homeCategoriesRow {
    font-size: 0;
}

.homeCategoriesRow .col-sm-3 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 20px;
}

.homeCategoriesRow .product .actionProduct {
    margin: 0;
}

.homeCategoriesRow .product .info > a.title {
    display: block;
}

.homeCategoriesRow .product:hover .quickViewBtn {
    display: inline-block;
}

.homeCategoriesRow .product .image-wrap {
    display: block;
    position: relative;
}

body.HomePage {
    overflow: visible;
}

.products .product .info .title {
    color: #00224f;
    min-height: 48px;
}

.resp-tabs-container .products {
    margin-bottom: 30px;
}

form#gui-form .gui-checkout-steps .gui-section {
    background: #f5f5f5;
    opacity: 1;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

form#gui-form .gui-checkout-steps .gui-col3-equal-col1, form#gui-form .gui-checkout-steps .gui-col3-equal-col2, form#gui-form .gui-checkout-steps .gui-col3-equal-col3 {
    width: 33%;
    padding: 10px;
    margin: 0px;
}

form#gui-form .gui-checkout-steps .gui-block-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

form#gui-form .gui-checkout-steps .gui-block-subcontent .gui-field > label {
    display: none;
}

form#gui-form .gui-checkout-steps .gui-block-subcontent .gui-field  .gui-select, form#gui-form .gui-checkout-steps .gui-block-subcontent .gui-field  .gui-input {
    background: #fff !important;
}

form#gui-form .gui-checkout-steps .gui-block-subcontent .gui-field .gui-select select, form#gui-form .gui-checkout-steps .gui-block-subcontent .gui-field .gui-input input {
    color: #555;
    font-size: 14px;
    padding: 5px 10px;
}

form#gui-form .gui-checkout-steps div#gui-section-shipping {
    padding: 0px;
    border: none;
}

body div.gui-checkout.gui {
    color: #212021;
}

body .gui .gui-confirm-buttons a {
    width: 100%;
    padding: 10px !important;
    display: block;
    height: auto !important;
    line-height: normal !important;
    font-size: 16px !important;
}

#gui-block-review .gui-table tbody tr td:first-child {
    width: 60%;
}
.gui-progressbar ul li a, .gui-progressbar ul li a span,.gui-progressbar ul li a:hover {
    text-transform: uppercase;
    color: #00224f;
    font-weight: 600;
    font-size: 14px;
}
form#gui-form-cart .gui-table table tbody td:last-child {
    text-align: right;
}
form#gui-form-cart .gui-table table tbody td:last-child a.gui-button-small, .gui-block.gui-div-cart-block-related .gui-buttons a.gui-button-small, .gui-div-cart-coupons .gui-div-cart-shipping .gui-form .gui-buttons a.gui-button-small, .gui .gui-div-cart-sum .gui-align-right  a.gui-button-large.gui-button-action {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-weight: 400;
}
.gui-div-cart-block-related .gui-block-title, .gui-div-cart-coupons .gui-div-cart-shipping .gui-block-title, form#gui-form-cart .gui-table table thead th {
    background-color: #f5f5f5;
    padding-top: 0px;
    padding-bottom: 0px;
}

body .gui-div-cart-block-related .gui-block-title strong, .gui-div-cart-coupons .gui-div-cart-shipping .gui-block-title strong, form#gui-form-cart .gui-table table thead th{
    color: #00224f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
}

.uniquePointsPanel.top .uniquePointsWrap {
    margin: 0px -10px;
}
#gui-form-cart .gui-table tbody tr td:first-child a {
    font-size: 15px;
    font-weight: 500;
}

.gui-div-cart-coupons .gui-div-cart-shipping {
    background-color: #f5f5f5;
}

.gui-div-cart-related .gui-div-cart-block-related {
    background-color: #f5f5f5;
}

.gui-div-cart-sum {
    background: #f5f5f5;
    opacity: 1;
    padding: 15px;
    border: 1px solid #dddddd;
}

#gui-form-cart .gui-table tbody tr td {
    background-color: #f5f5f5;
}
.gui-div-cart-coupons .gui-div-cart-shipping .gui-block-title a {
    text-shadow: none;
    font-size: 14px;
    font-weight: 500;
}
.gui-cart .gui-messages {
    margin-top: 30px;
    margin-bottom: 0px;
}
select#gui-form-country {
    background-color: #fff;
}
.gui-cart-sum .gui-item .gui-desc strong, .gui #gui-form-cart a.gui-bold {
    color: #2a2a2a;
}
.gui-cart .gui-progressbar {
    margin: 30px 0px 0px !important;
}
.payment-options {
    padding-top: 10px;
}

.homepage-review-badge {
    padding: 20px 20px 0px 20px;
    border: solid 1px #ddd;
    background: #f4f4f4;
}

.homepage-review-badge .y-powered-by {
    display: none;
}

.bottle-img {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.bottle-img span {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translatex(-50%);
    color: #fff;
}

.price-variant ul li.price-option .bottle-img img {
    padding: 3px;
}

.bottle-varition-detail {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.bottle-varition-detail span.shippingRate {
    padding: 0px;
}

.bottle-varition-detail > strong {
    color: #6a0a26;
}
/* .modal-container-custom {
    display: none;
} */
.sticky-modal {
	    position: fixed;
	    bottom: 0;
	    z-index: 999;
	    width: 81%;
	    margin: auto;
	    left: 50%;
	    transform: translate(-50%, 10px);
	}
		.top-bar {
		    background: #f6f6f6;
		    padding: 15px 8% 0px;
	    	display:none;
		}
		.bottom-bottle-box {
		    display: flex;
		    gap: 2rem;
		    flex-wrap: wrap;
	    background: #fff;
		}
		.bottom-bottle-img img {
		    max-height: 60px;
		}
		.bottom-bottle-img {
		    position: relative;
		    width: 40px;
		    text-align: center;
		}
		.bottle-dlt-icon {
		    position: absolute;
		    right: -5px;
      top:-7px;
		    padding: 0;
		    border: none;
		    background: transparent;
		    color: #000 !important;
		    border-radius: 0px;
		}
		 .bottle-dlt-icon svg {
		     width: 18px;
		     height: 18px;
		 }
		 .top-bar button {
		     border: none;
		     background-color: #fff;
		     padding: 8px 15px;
		     margin-right: 12px;
		     border-radius: 0px;
		     color: #938f8f;
		     text-transform: capitalize;
		     font-weight: 500;
		 }
.bottom-bottle-flex {
    display: flex;
    justify-content: space-between;
    background: #fff;
      padding: 20px;
    align-items: center;
}

.bottole-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  width:20%;
}
.close-btn {
    position: absolute;
    top: 4px;
    right: 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottole-btn .bottle-btn {
    display: block;
    width: 100%;
}
.bottom-bottle-box {
    width: 93%;
}
.fancy-modal-inner {
    margin-top: 0px;
}
.content-scroll-overflow-medium {
    max-height: 270px;
}
@media only screen and (max-width: 992px){
  .sticky-modal {
      width: 95%;
  }
}
@media only screen and (max-width: 767px){
    .gui .gui-div-cart-sum .gui-align-right{
        float: none;
        width: auto;
    }
    .headerPanel .searchWrap .burger img {
      background-color: #fff;
      padding: 3px;
  }
  .headerPanel .searchWrap span.cartIcon, .headerPanel .searchWrap a.compareMobile {
      width: 32px;
      height: 32px;
      background-color: #ba9636;
      padding-top: 8px;
  }
  .bottom-bottle-flex {
    display: block;
}
  .bottole-btn {
    width: 70%;
    margin: auto;
    margin-top: 25px;
}
  .bottom-bottle-box {
    flex-wrap: nowrap;
    background: #fff;
    overflow-x: scroll;
    width: 100% !important;
}
}

.active-range a {     color: #d9bf71;
    font-weight: 700; }
/*#collection-filter-price,.price-filter-range { display:none; } */

@media only screen and (max-width: 600px) {
.fancy-select {
color: #000000;
}
}
/* John Soloria/Hide Total excl. VAT on Cart Page/05/15/2024 */
.pb-1, .py-1 {
	display: none;
}
