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

.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: #020d14;
}

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

.gui-select.gui-focus .gui-handle {
  border-color: #020d14;
}

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

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

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

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

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

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  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: #bf571f;
}

/* custom */
.product-configure-custom .product-configure-custom-option input[type='text'] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid #000000;
}

/*RAMON EDITS*/

/*coupon field visible for black friday*/
li.form.d-none.d-md-block.ml-lg-auto {
    display: block !important;
}

/*checkout personal gift message*/
textarea#gui-form-comment {
   border: 1px darkgrey solid;
	}
.d-md-none {
    display: none;
	}

/*checkout progress bar styling*/
li.step-details.step-shipping.gui-active {
    background: white !important;
	}

.gui-progressbar {
    background-color: white;
	}

/*sticky header (because the cart counter remains at 0 in sticky)*/
body.sticky .main-header-container {
    display: none !important;
	}

/*Notice for mandatory fields above the checkout button*/
.gui-required {
    display: none;
	}

/*Text/tagline above menu on desktop*/
.tagline {
    display: none !important;
	}

/*checkout information fields*/
.gui-checkout .gui-col2-equal .gui-col2-equal-col1 {
  	margin-bottom: 5px !important;
	}

.gui-form .gui-spacer {
  	height: 0px;
	}

/*checkout buttons step 2-3*/
.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
		color: #fff;
    background-color: #f6a800;
    border-color: #f6a800;
    font-weight: 800;
    letter-spacing: 2px;
  	margin-bottom: 60px;
  	margin-top: 10px;
	}

body .gui-checkout a.gui-button-action:hover, body .gui-checkout a.gui-button-action:active, body .gui-checkout a.gui-button-action:focus {
    color: #fff;
    background-color: #C18400;
    border-color: #C18400;
  	font-weight: 800;
    letter-spacing: 2px;
	}

/*checkout button final step 4*/
body .gui-checkout a.gui-button-large.gui-button-action {
		color: #fff;
    background-color: #f6a800;
    border-color: #f6a800;
    font-weight: 800;
    letter-spacing: 2px;
	}

body .gui-checkout a.gui-button-large.gui-button-action:hover, body .gui-checkout a.gui-button-large.gui-button-action:focus, body .gui-checkout a.gui-button-large.gui-button-action:active {
    color: #fff;
    background-color: #C18400;
    border-color: #C18400;
  	font-weight: 800;
    letter-spacing: 2px;
	}

/*add to card button*/
.btn-primary {
    color: #fff;
    background-color: #f6a800;
    border-color: #f6a800;
    font-weight: 800;
    letter-spacing: 2px;
  	margin-bottom: 80px;
	}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #C18400;
    border-color: #C18400;
	}

/*micro copy (USP's) on product pages*/
ul.check-list li {
  	font-size: 16px;
	}

/*product title in category view*/
.product-list .product .product-name {
    font-size: 16px;
    letter-spacing: 0.5px;
  	font-weight: 100;
	}

/*product price in category view*/
.product-list .product .wrap-price {
    font-size: 14px;
    font-weight: 600;
	}

del {
    font-weight: 100;
	}

/*cookie notice button*/
.popup-container .btn-primary, .popup-container .btn-secondary, .cookieconsent-container .btn-primary, .cookieconsent-container .btn-secondary {
    width: 70px;
    color: #252425;
    background-color: white;
    border-color: grey;
    width: auto;
    font-weight: 100;
	}

/*cookie notice popup*/
.popup-container, .cookieconsent-container {
    background-color: white;
  	max-height:125px;
  	border:1px solid;
	}

.popup-container p, .cookieconsent-container p {
    color: #252425;
	}

/*whishlist heart icon*/
.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
	}

/*product detail page product title*/
h1.product-name {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: none;
	}

/*product detail page price*/
.incart-container .wrap-price ins {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
	}

/*product detail page original price*/
span.ml-2.product-price {
    font-size: 14px;
}

/*product detail stock label*/
.availability {
    font-size: 14px;
}

/*product detail intro text*/
.short-desc {
    padding-top: 15px;
	}

/*product detail read more button*/
a.btn.btn-link.p-0.d-none.d-lg-inline-block.fixed-scroll {
    text-decoration: underline;
  	vertical-align: baseline;
	}

/*product detail delivery label*/
p.mb-2 {
    font-size: 14px;
    font-weight: 100 !important;
	}

/*font size body throughout the site*/
body p {
    font-size: 14pt;
	}

/*checkout add text for free card (= comment field) title*/
.gui-form .gui-field > label {
		overflow: unset !important;
  	line-height: initial;
  	padding:
	}

/*checkout add text for free gift card (= comment field) placeholder text*/
textarea#gui-form-comment::placeholder {
    color: white;
}

/*checkout add text for free gift card (= comment field) box*/
textarea#gui-form-comment {
  	min-height: 77px;
    padding: 5px 7px;
}

/*cart total price*/
.pricing-totals {
    font-size: 16px;
	}

/*checkout final step total price*/
.gui-item.gui-big {
    font-size: 16px;
	}

.gui-cart-sum {
    font-size: 16px;
	}

/*TABLET & MOBILE COMBINED CSS*/
@media (max-width: 767px) {
  
/*product detail page product title*/
h1.product-name {
    padding-top:20px;
	}
  
/*checkout progress bar on mobile done by Shaker*/
    .gui-progressbar {
        display: block;
        margin-bottom: 30px;
        font-size: 60%;
        border: 1px solid #CCCCCC;
        border-left: 0px;
        border-right: 0px;
    }
    .gui-checkout .gui-progressbar ul li a, .gui-checkout .gui-progressbar ul li.gui-done + li a, .gui-checkout .gui-progressbar ul li.step-details a {
        padding-left: 20px !important;
        padding-right: 5px !important
    }
    .gui-progressbar ul li a span {
        /* left: 50%; */
        left: 0 !important;
        position: absolute;
    }
    body .gui-checkout .gui-progressbar ul li a span.count:before {
        font-family: "Font Awesome 5 Pro", sans-serif;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
        text-rendering: auto;
        text-align: center;
        content: "";
        color: #ABB3B3;
        font-size: 16px;
    }

/*Top proceed to checkout button removed (double)*/
  p.d-lg-none {
    display: none;
	}
} 
/*TABLET & MOBILE COMBINED CSS END*/

/*MOBILE CSS*/
@media (max-width: 480px) {

/*coupon field button adjustmentvisible for black friday*/
  a.btn.btn-secondary.btn-submit.ml-2 {
    margin-top: 10px;
}
  
/*checkout button fix step 4 on mobile*/
.gui-checkout .gui-buttons.gui-border {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
	}

/*checkout step 4 on mobile height*/
  .gui-col2-equal-col2 {
  	margin-bottom: 0px !important;  
  }

/*dropdown product type in category view on mobile*/
  .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 5px;
	}
  
/*product detail page small product images navigation*/
.article-images {
    max-height: 422px;
	}
  
} /*MOBILE CSS END*/

/*footer whitespace to avoid distraction while shopping*/
.footer {
    border-top: 1px solid #000;
    background-color: white;
    margin-top: 70px;
    padding-top: 40px;
}

/*Recaptcha hidden*/
.grecaptcha-badge { 
    visibility: hidden;
}

/*newsletter signup form footer hidden*/
.col-lg-5.col-md-6.col-sm-12 {
    display: none;
}

/*RAMON EDITS END*/
