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

.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: #0a8de9;
}

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

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

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

.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: #ffffff;
  background-color: #980000;
}

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

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

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #be6601;
  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 */
.logo-image {
  mix-blend-mode: lighten !important;
}
.nav-style.main-nav li > ul li > ul .subsubitem a {
	opacity:0.5;
}
.nav-style.main-nav a:hover{
text-decoration:underline;
}
.shop-google-map-button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Lora";
}

.shop-google-map-button:hover {
  color:#DE8336 !important;
  text-decoration:underline;
}
.featured-products.featured-product-carousels .tabs-element .section-title {
  margin-bottom: 32px;
}
.button-glass {
  padding: 10px 22px;
  border: 1px solid white;
  color: white;
  background-color: transparent;
}
.button-glass:hover{
  background-color: #FFFFFF52;
}
@media(min-width:768px){
.featured-products.featured-product-carousels .tabs-element .section-title {
  margin-bottom: 70px;
  margin-top: 20px;
}
}
.nav-style.main-nav li > ul li > ul {
  padding: 0px !important;
	opacity:0.7;
}
.nav-style li a {
  font-weight: 600;
}
.aboutus-hengster img {
  width: 39%;
}
  .aboutus-hengster {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
        }

        .aboutus-hengster img {
            max-width: 40%;
            height: auto;
            border-radius: 10px;
        }

        .aboutus-text-hengster {
            max-width: 55%;
        }

        .aboutus-text-hengster h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .aboutus-text-hengster p {
            font-size: 1.2rem;
            line-height: 1.6;
        }
.aboutus-text-hengster p {
  margin-bottom: 15px;
}

.checkbox input[type="radio"]:checked + label::before{
background: #e98a39;
  border-color: #e98a39;
}

.filter-wrap .filter-title {
  font-family: "Lora";
  color: #900;
}
  @media (max-width: 768px) {
    .nav-style.main-nav li > ul {
  padding: 0px;
  opacity: 0.5 !important;
}
            .aboutus-hengster {
                flex-direction: column;
                text-align: center;
            }

            .aboutus-hengster img {
              width: 100%;
                margin-bottom: 20px;
            }

            .aboutus-text-hengster {
                max-width: 100%;
            }

            .aboutus-text-hengster h1 {
                font-size: 2rem;
            }

            .aboutus-text-hengster p {
                font-size: 1rem;
            }
        }




.featherlight.product-modal-wrapper .featherlight-content {
  padding-bottom: 60px;
  padding-top: 60px;
}
.stock div {
  background-color: #0a8000 !important;
  color: white;
}
.product-modal-content h4 {
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0px;
}

.brand-name{
color: #900;
  font-family: "Lora";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 0px;
}
.button {
  cursor:pointer;
  background-color: #900;
}

.button:hover {
  background-color: #de8336;
}
  .logo.logo-center {
    mix-blend-mode: lighten;
  }

#searchForm .button {
  background-color: #de8336;
}
 .ratings {
  display: none;
}
.results-count {
  display: none !important;
}

.collection-filter-price .ui-slider-range{
background-color:#DE8336;
}
.ui-slider-horizontal .ui-slider-handle {
  background-color: #900;
}
.collection-title-content h1,.form-contact-title {
  font-size: 28px;
  color: #990000;
}

.button.button-solid.pull-right {
  background-color: #900;
  border: none !important;
  margin-top: 15px;
  font-family: "Karla";
  font-weight: 700;
  font-size: 16px;
}
.section-title.clearfix.section-title-center h3 {
  color: #900;
}
/* -------product card------------- */
.product-title {
  font-size: 14px !important;
  line-height: 20px !important;
}
.product-element .product-brand {
  font-size: 12px;
  font-family: "Lora";
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: #900;
}

.product-element .product-price {
  font-size: 16px !important;
}
/* -----navigation---- */
.main-nav.nav-style > ul > li {
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.subsubitem > a {
  font-family: "Karla", san serif;
  text-transform: initial !important;
  letter-spacing:0px;
}
/* --product page--- */

.product-intro h1 {
  font-size: 22px;
  line-height: 32px;
    font-family: "Lora" !important;
  font-weight: 600;
}

.tabs-nav > li > a {
  font-weight: 800;
  font-size: 17px;
  opacity: 1;
  font-family:"Lora";
  color:#990000;
}

@media(max-width:850px){

.product-media .slick-track {
  width: 2000px !important;
}
  .product-content.single-product-content {
  padding-left: 0px !important;
}
}


#addtocart {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 7px;
  color: white;
  border: 1px solid #980000;
  background-color: #980000;
  font-family: "Lora";
  text-transform: uppercase;
}
#addtocart:hover {
  background-color: #DE8336;
  color: white;
  border: 1px solid #DE8336;
}
.product-intro h1 {
  font-size: 22px;
  line-height: 32px;
  font-family: "Karla", san sarif;
  letter-spacing: 0px;
  text-transform: initial;
}
.product-intro .product-content .brand-name a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #900 !important;
  font-family: "Lora";
}

.product-label {
  border-radius: 5px;
  margin-bottom:15px;
}

.product-custom-variants {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.product-custom-variants-options li.active a {
  font-weight: 500 !important;
  background-color: black !important;
  color: white !important;
  border-radius: 5px !important;
}

.product-custom-variants-options li a {
  border: 1px solid #0003 !important;
  border-radius: 5px !important;
  margin: 5px;
  margin-left: 0px;
}
/* navigation */

.main-nav-wrapper {
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 1px solid rgba(0,0,0,0.08) !important;
}

.product-label.label-sale.percentage, .product-label.label-sale {
  background-color: #f93434;
}

/* ---------checkout------------------ */
.brand {
    padding: 0px;
  }
.cart-table h5 {
  font-size: 16px;
  line-height: 32px;
}

.cart-table-title .brand {
  color: #900;
  font-family: "Lora";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 0px;
}


/* ---footer----- */
footer{

padding-top:0px;}
.footer-menu {
  margin-right: 50px;
  min-width: 200px;
}

.footer-menu li a {
  font-weight: 400;
  font-size: 16px;
}
#formNewsletter .button {
  background-color: #900;
}
.footer-content p {
  font-size: 16px;
}
#formNewsletterEmail {
  border: 1px solid #DBDBDB !important;
  font-family: "Karla";
  letter-spacing: 0px !important;
}
.footer-menu.footer-menu-social {
  margin: 0px;
}

  .footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.08) !important;
}
.footer-elements-wrapper {
  padding-top: 50px;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.footer-menu li a {
  font-weight: 400;
}
footer h5 {
  color: white;
  opacity: 0.5;
font-size: 16px;
  letter-spacing: 0.1em !important;
  margin-bottom: 18px;
}

.company-info-custom {
  font-size: 20px;
  font-weight: 600;
  color: #900;
  margin-bottom: 10px;
}

.footer-contact-details p {
  margin: 0px !important;
}

.footer-phone {
  margin-top: 15px;
}
@media(max-width:850px){
  .footer-content {
  padding-top: 30px;
}
.footer-menu {
  margin: 0px;
  padding: 30px 0;
}
.copyright {
  text-align: center;
}
  .footer-bottom {
  margin-top: 0px;

}
  .footer-menu h5 {
  font-size: 22px;
}
 .footer-bottom {
    border-top: none !important;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}

@media only screen and (min-width: 600px) {
  .footer-content {
    margin-right: 50px;
    max-width: 450px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 600px) {
  .footer-content.footer-content-description {
    max-width: 370px;
  }
}
