:root {
    --primary-color: #c41230;   
}

/* Start Header */
.logo-header {max-width: 170px;}
.add-wishlist-to-cart {width: 32px; height: 32px; background-position: center; padding: 0; margin-left: auto;}
.tz-ecommerce-meta > li.tz-menu-wishlist {position: relative;}
.tz-ecommerce-meta > li.tz-menu-wishlist:hover .wishlist-inner {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
.tz-ecommerce-meta > li.tz-menu-wishlist:hover .wishlist-inner:before {
  right: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.mini-cart-delete {border: 0; background: transparent; padding: 0; cursor: pointer;}
.mini-cart-content .mini-cart-actions {position: absolute; right: 0; top: 15px; display: flex; flex-direction: column; gap: 6px; align-items: center;}
.mini-cart-content .mini-cart-actions .add-to-cart {color: #212121; font-size: 16px;}
.tz-ecommerce-meta > li > a, .cart-inner .mini-footer .view-cart {color: #fff !important;}
.cart-inner .mini-footer .view-cart, .cart-inner .mini-footer .check-out {min-width: 215px;}
.cart-inner .mini-subtotal .subtotal-content {
    padding: 15px 15px 20px 10px;
    font-size: 16px;
}
.cart-inner .mini-footer .check-out {float: none;}

/* End Header */

/* Start home page slider products */
.products-slider .item {padding: 0 10px; box-sizing: border-box;}
.products-slider .owl-buttons {
    position: absolute;    
    left: 50%;
    transform: translateX(-50%);
}
.products-slider .owl-prev, .products-slider .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    font-size: 32px !important;
    line-height: 37px;
    background-color: #f44336 !important;
    opacity: 1 !important;
    transition: all .2s ease-in-out;
}
.products-slider .owl-prev:hover, .products-slider .owl-next:hover {
    background-color: #000 !important;
    opacity: 1 !important;
}
.products-slider .product-item .product-thubnail .product-meta .quick-view a,
.products-slider .product-item:hover .product-thubnail .product-meta a, .product-item:hover .product-thubnail .product-meta .quick-view a
{min-width: 175px;}

.panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.panel-title .icon {font-weight: bold;font-size: 18px; transition: all 0.2s ease;}
.time-list li {border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    padding: 10px;
}
.time-list li:not(:last-child) {margin-bottom: 0px;}
.current-day {
    background-color: #f5f5f5
}
.time-list.summer li:last-child {border-bottom: none;}
.panel-default>.panel-heading {background-color: #f44336; color: #fff; transition: all .3s ease-in-out;}
.panel-default>.panel-heading:hover {background-color: #000; color: #fff;}
.panel-heading {padding: 0;}
.panel-title a {padding: 17px 15px; font-size: 20px; transition: all .3s ease-in-out;}
.panel-title a:hover, .panel-title a:focus, .panel-title a.active {color: #fff !important;}
.panel-title .icon {font-size: 20px;}
.panel {border: none}
.panel-collapse{height: 86%;border: 1px solid #ddd; border-top: none; border-radius: 4px; border-top-left-radius: 0; border-top-right-radius: 0;}
/* End home page slider products */

/* Start booking Button */
a.booking-btn {
    display: block;    
    transform: translateY(-50%) rotate(-90deg);
    position: fixed;
    right: -46px;
    top: 50%;  
    z-index: 9999;
    background-color: #f44336;
    color: #fff;
    padding: 7px 19px;
    border-radius: 7px 7px 0 0px;

}
a.booking-btn:hover{color: #fff !important;}
/* End booking Button */

/* Custom styles for the latest updates (shop page)*/
.in-stock-mark {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #28a745;
    color: white;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

}

.cat-parent .children {
    display: none;
}

.options-list li label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 0;
}

.check-box-custom {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    border-radius: 3px;
}


.options-list li label input+.check-box-custom svg {
    display: none;
}

.options-list li label input:checked+.check-box-custom svg {
    display: block;
}
.product-categories>li.cat-parent:after {content: "\f105";}
.product-categories>li.cat-parent.active:after {transform: rotate(90deg);}
.product-categories>li.cat-parent.no-children:after {display: none;}
.options-list .color-bolid {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
}

.options-list .option-name-wrapper {margin-left: 8px;display: flex;align-items: center;gap: 4px;}

.product-categories>li.cat-parent .category-name {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-categories>li.cat-parent h4.category-name {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
    padding: 0 0 0px;
    margin: 0;
    position: relative;
}
.tz-search form.header-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tz-search .header-search-field {
    display: flex;
    align-items: stretch;
    flex: 1;
    min-width: 0;
    position: relative;
}
.tz-search .header-search-field #tz-query {
    flex: 1;
    width: auto;
    min-width: 0;
    float: none;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    padding-right: 12px;
}
.tz-search .header-search-field .header-search-btn {
    position: static;
    width: 44px;
    height: 40px;
    margin: 0;
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    background: #212121;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}
.tz-search .header-search-field .header-search-btn:hover {
    background: #f44336;
}
.mt-4 {margin-top: 20px;}
.tz-product .product-item .item .product-item-inner .product-thumb img {aspect-ratio: 1 / 0.887;object-fit: cover;}
/* End Custom styles for the latest updates (shop page)*/

/* Start Custom styles for the latest updates (single product page)*/
.single-gallery img {width: 100%;object-fit: cover;aspect-ratio: 1 / 0.6;}
.insurance-section {margin-bottom: 80px;}
.insurance-section .prices-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* space between items */
}
.insurance-section .prices-wrap * {flex: 1 1 calc(33.333% - 20px); /* 3 items per row with gap */box-sizing: border-box;}
.insurance-section img.logo {max-width: 150px;margin: 20px 0;}

.bg-alteos {background-color: #ffbd3e;}
.bg-linexo {background-color: #d5fa04;}
.insurance-carousel {position: relative}
.insurance-carousel .item {margin: 0 20px;}
.insurance-carousel .item > div {min-height: 200px;}
.insurance-section .price-plan{padding: 5px}
.insurance-section .price-plan p{margin: 0; font-size: 14px; padding: 0; text-align: center;}
.custom-style-carousel-arrows .owl-buttons {position: absolute;top: -30px;right:0;}
.custom-style-carousel-arrows .owl-buttons > div {height: 35px; width: 35px; background-color: #000; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.custom-style-carousel-arrows .owl-buttons .fa {font-size: 26px;}
.contact-form-7 .note {margin-top: 15px !important; margin-bottom: 15px !important;}

/* Booking form — date, time, service selects */
#contact-form .booking-form input[type='date'],
#contact-form .booking-form input[type='time'],
#contact-form .booking-form select.email,
#contact-form .booking-form select.author {
    background: transparent;
    padding: 5px 42px 5px 15px;
    height: 50px;
    display: block;
    border: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #212121;
    font-size: inherit;
    font-family: inherit;
}
#contact-form .booking-form select.email,
#contact-form .booking-form select.author {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
#contact-form .booking-form input[type='date'].author {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
}
#contact-form .booking-form input[type='time'].email {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
}
#contact-form .booking-form select.email {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
}
#contact-form .booking-form .booking-datetime-row {
    position: relative;
}
#contact-form .booking-form .booking-datetime-row input[type='date'],
#contact-form .booking-form .booking-datetime-row input[type='time'] {
    cursor: pointer;
    min-height: 50px;
    line-height: 1.4;
}
/* Hide native browser picker icons — keep single FA icon */
#contact-form .booking-form .booking-datetime-row input[type='date']::-webkit-calendar-picker-indicator,
#contact-form .booking-form .booking-datetime-row input[type='time']::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
#contact-form .booking-form .booking-datetime-row input[type='date']::-webkit-inner-spin-button,
#contact-form .booking-form .booking-datetime-row input[type='time']::-webkit-inner-spin-button {
    display: none;
}
#contact-form .booking-form .booking-datetime-row input[type='date']::-webkit-clear-button,
#contact-form .booking-form .booking-datetime-row input[type='time']::-webkit-clear-button {
    display: none;
}
#contact-form .booking-form .booking-datetime-row .booking-field-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #dcdcdc;
    pointer-events: auto;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    margin: 0;
}
#contact-form .booking-form .booking-hint {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 10px 0 0;
}

                    /* Tabs system */
.tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  border-bottom: 2px solid #ddd;
  flex-wrap: wrap;
  gap: 10px;
}

.tab-nav li {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: none;
  /* margin-right: 5px; */
  background: #f7f7f7;
  position: relative
}

.tab-nav li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    top: -2px;
    left: 0;
    transition: background 0.3s;
}
.tab-content {padding: 30px 0}
.tab-nav li.active, .tab-nav li:hover {background: #fff;    color: var(--primary-color);}
.tab-nav li.active::after, .tab-nav li:hover::after {background-color: var(--primary-color);}
.tab-pane {display: none;}
.tab-pane.active {display: block;}
.card {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  border: none;
}
.leasing-tab a {display: inline-block; padding: 3px 10px; color: white; margin-top: 20px;}
.leasing-tab .leasing-box {border: 1px solid var(--primary-color); padding: 15px; text-align: center; margin-bottom: 20px;}

.tab-pane .linexo-logo {max-width: 250px; margin: 20px 0;}

.bidex-tab-pane .bidex-linexo-tab,
.bidex-tab-pane .bidex-alteos-tab {
  margin: -28px -20px 0;
  width: calc(100% + 40px);
}

.bidex-linexo-tab__logo {
  display: block;
  max-width: 195px;
  height: auto;
  margin: 20px 0 0 20px;
}
.bidex-linexo-tab__hero {
  background-color: #2d0062;
  padding: 24px 20px 28px;
  text-align: center;
}
.bidex-linexo-tab__hero-title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}
.bidex-linexo-tab__hero-title strong {
  font-weight: 700;
}
.bidex-linexo-tab__plans {
  padding: 24px 20px 8px;
  background: #fff;
}
.bidex-linexo-tab__plan {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.bidex-linexo-tab__plan-name {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #212529;
}
.bidex-linexo-tab__price-box {
  display: inline-block;
  padding: 8px 0;
}
.bidex-linexo-tab__price {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-weight: 800;
  color: #212529;
}
.bidex-linexo-tab__price-currency,
.bidex-linexo-tab__price-euro {
  font-size: 34px;
  line-height: 1;
}
.bidex-linexo-tab__price-cent {
  font-size: 22px;
  line-height: 1;
}
.bidex-linexo-tab__price-suffix {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
}
.bidex-linexo-tab__content {
  background-color: #2d0062;
  color: #fff;
  padding: 36px 24px 40px;
}
.bidex-linexo-tab__tagline {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}
.bidex-linexo-tab__heading {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.bidex-linexo-tab__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  max-width: 900px;
}
.bidex-linexo-tab__cta-wrap {
  padding: 20px;
  text-align: center;
  background: #fff;
}
.bidex-linexo-tab__cta {
  display: inline-block;
  padding: 12px 24px;
  background: #e0ff00;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.bidex-linexo-tab__banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.bidex-alteos-carousel__item,
.bidex-alteos-carousel__slide {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.bidex-alteos-carousel__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.bidex-alteos-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 52%;
  padding: 48px 32px 32px 40px;
  color: #fff;
  text-align: left;
}
.bidex-alteos-carousel__title {
  display: block;
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.bidex-alteos-carousel__text {
  display: block;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
}
.bidex-alteos-carousel__cta {
  display: inline-block;
  padding: 11px 22px;
  background-color: #3dff9a;
  color: #000 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
.bidex-alteos-tab__section-title {
  margin: 0;
  padding: 24px 16px 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.bidex-alteos-pricing-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 16px 16px;
}
.bidex-alteos-pricing-head__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.bidex-alteos-price-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.bidex-alteos-price-switch__label {
  display: inline-block;
  width: 44px;
  height: 22px;
  background: #ccc;
  border-radius: 22px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.bidex-alteos-price-switch__input { display: none; }
.bidex-alteos-price-switch__label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: transform .2s ease;
}
.bidex-alteos-price-switch__input:checked + .bidex-alteos-price-switch__label::after {
  transform: translateX(22px);
}
.bidex-alteos-price-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 16px 20px;
}
.bidex-alteos-price-card {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 18px 14px;
  text-align: center;
  background: #fff;
}
.bidex-alteos-price-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #f44336;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
}
.bidex-alteos-price-card__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.bidex-alteos-price-card__value {
  font-size: 22px;
  font-weight: 700;
  color: #f44336;
}
.bidex-alteos-tab__cta-wrap {
  text-align: center;
  padding: 0 16px 28px;
}
.bidex-alteos-tab .bidex-alteos-slide__cta {
  display: inline-block;
  padding: 12px 28px;
  background-color: #212529;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.linexo-wrap {
    background-color: #2d0062;
    padding: 30px 0 40px;
}
.linexo-wrap__content {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.linexo-monthly-panel {
    margin-top: 38px;
    width: min(760px, 100%);
    background: #4f2f84;
    border-radius: 2px;
    padding: 26px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}
.linexo-monthly-panel__label {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
}
.linexo-monthly-circle {
    width: 110px;
    height: 110px;
    background: #e0ff00;
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-2px);
}
.linexo-monthly-circle__amount {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin-bottom: 4px;
}
.linexo-monthly-circle__unit {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
.yellow-clr {color: #e0ff00}
.bg-yellow {background-color: #e0ff00;}
.linexo-wrap .plan-linexo-box {
    background-color: #4f2f84;
    padding: 20px
}
.linexo-wrap .plan-linexo-box .price {
    padding: 10px 30px; 
    display: inline-block;
    color: #000;
    font-weight: bold;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
}
.advantages-list {
    margin-left: 30px;
}
.advantages-list li {
    position: relative;
}
.advantages-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    left: -25px;
    top: 0;
}
.linexo-wrap .bottom-link {
    display: block;
    padding: 15px 20px;
    background-color: #e0ff00;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
}

.bidex-alteos-tab .bidex-alteos-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}
.bidex-alteos-tab .bidex-alteos-topbar__logo {
    display: block;
    height: 28px;
    width: auto;
}
.bidex-alteos-tab .bidex-alteos-topbar__partner {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: right;
    text-transform: uppercase;
}
.bidex-alteos-tab .bidex-alteos-slider {
  margin-bottom: 0;
}
.bidex-alteos-tab .bidex-alteos-slide,
.bidex-alteos-tab .bidex-alteos-slide.item {
  height: auto;
  max-height: none;
}
.bidex-alteos-tab .bidex-alteos-slider .owl-prev,
.bidex-alteos-tab .bidex-alteos-slider .owl-next {
    position: absolute;
    top: 50%;
    width: 52px !important;
    height: 72px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    font-size: 48px !important;
    line-height: 72px !important;
    opacity: 1 !important;
    pointer-events: auto;
    transform: translateY(-50%);
}
.bidex-alteos-tab .bidex-alteos-slider .owl-prev {
    left: 0;
}
.bidex-alteos-tab .bidex-alteos-slider .owl-next {
    right: 0;
}
.bidex-alteos-tab .bidex-alteos-slider .owl-prev:hover,
.bidex-alteos-tab .bidex-alteos-slider .owl-next:hover {
    background: rgba(255, 255, 255, 0.5) !important;
}

.top-banner {
    background-color: rgba(0, 0, 0, .3);
}
.slider-display {margin-bottom: 100px;}
.slider-display .item {
    height: 400px;
    max-height: 400px;
}
.slider-display .slide-content {height: 100%; padding: 0 50px; justify-content: center;}
.slider-display .owl-prev,
.slider-display .owl-next {
    width: 45px; height: 45px; border-radius: 0 !important; font-size: 32px !important; line-height: 37px;
    background-color: #f44336 !important;
    opacity: 1 !important;
    transition: all .2s ease-in-out;

}
.slider-display .owl-prev:hover,
.slider-display .owl-next:hover {background-color: #000 !important;opacity: 1 !important;}
.slider-display .owl-buttons{position: absolute; bottom: 11; left: 50%; transform: translateX(-50%);}

.price-box {border: 1px solid #e0e0e0}
.price-box i, .price-box h4 {color: #f44336}
.price-box .small-sticker {top: 0; right: 0; background-color: #f44336; padding: 4px 13px; border-bottom-left-radius: 5px;}
.price-box .price {background-color: #f44336 !important; color: #fff; padding: 8px 30px; text-align: center; font-size: 20px; font-weight: 500;}
.chkbx-toggle {display: none;}
.chkbx-toggle + label {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  height: 20px;
  background-color: #e4e4e4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::before, .chkbx-toggle + label::after {
  content: "";
  display: block;
  position: absolute;
}
.chkbx-toggle + label::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #F1F1F1;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::after {
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.chkbx-toggle:checked + label {
  background-color: #f44336;
}
.chkbx-toggle:checked + label::before {
  background-color: #f44336;
}
.chkbx-toggle:checked + label::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.chkbx-toggle:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.features-box {border: 1px solid #e0e0e0;}
.features-box p {line-height: 1.6;}
.features-box i[class="fa fa-certificate"] {margin-top: 4px; font-size: 15px; color: #f44336;}
.last-box-company img {min-width: 350px;}
.single_add_to_wishlist.favorit, .add-to-wishlist.favorit {
  background-image: url("../images/wishlist_red.png") !important;}
/* End Custom styles for the latest updates (single product page)*/

.checkout-billing-same-row .checkout-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
}
.checkout-billing-same-row input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
}
.bidex-color-swatch__circle{width: 22px; height: 22px;}
.bidex-color-swatch.is-selected .bidex-color-swatch__circle {box-shadow: 0 0 0 2px #fff, 0 0 0 3px #212121;}
.bidex-color-swatch__circle {border-width: 1px;}
#order_review table .order-total td .amount {display: inline-block; min-width: 130px;}
/* Start Custom styles for the latest updates (register page)*/
.form-row input[type='text'], .form-row input[type='email'], .form-row input[type='password'], .form-row select,
.tz-register form .form-row input[type='text'], .tz-register form .form-row input[type='password'],
.checkout-phone-row select, .checkout-phone-row .input-text,
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow
{height: 45px ;}
.select2-container--default .select2-selection--single {border-color: #e0e0e0}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 45px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e0e0e0 transparent transparent transparent;
}
.big-btn {padding: 5px 63px}
.m-0 {margin:0 !important}
.cards-form {display: none;}
.btn-style {
    background: #212121;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 35px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;    
    height: 50px;
    margin-top: 1px;
}
a.btn-style:hover, .btn-style:hover {background: #f44336; color: #fff !important;}

#order_review {padding: 30px;}
/* End Custom styles for the latest updates (register page)*/

/* Start Profile page */
.tab-list .tab-link {
    background-color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    transition: all .2s ease-in-out;
}
.tab-list .tab-link.active, .tab-list .tab-link:hover {background-color: #f44336; color: white !important;}
.tabs-container .tab:not(:first-child) {display: none;}

.change-password-btn {
    border: 1px solid #000;
    padding: 10px 30px;
    display: inline-block;
}
.flex-row {column-gap: 20px}
#changePassword input:not(.password-input) {padding-inline: 10px; }
#changePassword .password-field-wrap {width: 100%;}
.position-relative {position: relative;}

/* Password field with show/hide eye icon (same pattern as checkout-address-input-wrap) */
.password-field-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.password-field-wrap .password-input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
}

.password-field-wrap .eye-icon-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #757575;
    line-height: 1;
    z-index: 2;
}

.password-field-wrap .eye-icon-password:hover {
    color: #212121;
}
.address-box {border: 1px solid #e0e0e0; margin-bottom: 15px;}

.orders-list .order:not(:last-child) {margin-bottom: 30px;}
.rate-btn{border:none;padding:12px 30px; font-size:16px;transition:.3s;}
.order-success-modal .modal-content{
    border-radius:10px;
    border:none;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}
.order-success-modal .modal-header{
    background:#222;
    color:#fff;
    border:none;
    text-align:center;
    padding:20px;
}
.order-success-modal .modal-title{font-size:22px;font-weight:700;}
.order-success-modal .close{color:#fff;opacity:1;}
.order-success-modal .modal-body{padding:30px 24px;}
.order-success-modal__icon{
    font-size:56px;
    color:#4caf50;
    margin-bottom:18px;
    line-height:1;
}
.order-success-modal__lead{
    font-size:16px;
    line-height:1.6;
    margin-bottom:12px;
}
.order-success-modal__note{
    font-size:14px;
    color:#666;
}
.order-success-modal .modal-footer{
    border-top:0;
    padding:0 24px 24px;
}
.review-modal .modal-content{
    border-radius:10px;
    border:none;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}
.review-modal .modal-header{
    background:#222;
    color:#fff;
    border:none;
    text-align:center;
    padding:20px;
}
.review-modal .modal-title{font-size:24px;font-weight:bold;}
.review-modal .close{color:#fff;opacity:1;}
.review-modal .modal-body{padding:30px;}
.stars{text-align:center;margin-bottom:25px;}
.stars i{
    font-size:34px;
    color:#ddd;
    cursor:pointer;
    transition:.3s;
    margin:0 5px;
}
.stars i.active,
.stars i.hovered{color:#ffb400;}
.form-control{ box-shadow:none;border:1px solid #ddd;height:45px;}
textarea.form-control{resize:none;height:auto;}
.submit-review{ width:100%; font-size:16px;transition:.3s;}
.orders-list{display:flex;flex-direction:column;gap:28px;}
.orders-list__title{margin:0;}
.profile-order-card{border:1px solid #e5e5e5;padding:20px;background:#fafafa;margin:0;}
.profile-order-card__toggle{
    width:100%;
    border:0;
    background:transparent;
    padding:0;
    text-align:left;
    cursor:pointer;
}
.profile-order-card__icon{
    font-size:14px;
    color:#666;
    transition:transform .2s ease;
}
.profile-order-card.is-open .profile-order-card__icon{
    transform:rotate(180deg);
}
.profile-order-card__body{
    display:none;
    padding-top:16px;
}
.profile-order-card.is-open .profile-order-card__body{
    display:block;
}
.profile-order-badge{display:inline-block;font-weight:700;border:1px solid #212121;padding:8px 14px;}
.profile-order-chip{border:1px solid #000;padding:10px 15px;}
.profile-order-status{display:inline-block;padding:6px 12px;font-size:12px;font-weight:700;text-transform:uppercase;}
.profile-order-status--inreview{background:#fff3cd;color:#856404;}
.profile-order-status--inprogress{background:#cce5ff;color:#004085;}
.profile-order-status--completed{background:#d4edda;color:#155724;}
.profile-order-status--rejected{background:#f8d7da;color:#721c24;}
.profile-order-item{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0;}
.profile-order-item:first-of-type{margin-top:0;padding-top:0;border-top:0;}
.profile-order-item__meta{font-size:14px;}
.profile-order-rated .fa-star,.profile-order-rated .fa-star-o{font-size:18px;}

/* End Profile page */

/* Start services page */
.services-page {padding: 28px 0 110px}
.page-title h1 {font-weight: bold;}
.service-box {overflow: hidden;}
.service-box .service-image {
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
    object-position: center;    
    transition: all .3s ease-in-out;
}
.service-box:hover .service-image {transform: scale(1.1);}
.service-details {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.service-box .service-details a {
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.service-box .service-details a p {font-weight: normal; margin: 20px 0}
.service-box .service-details .overlay {
    background: rgba(250, 250, 250, .5);
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.service-box-in-serv-page {max-width: 600px; margin: auto;}
.service-box-in-serv-page .service-image {aspect-ratio: 1 / 0.6;}
.out-link-box .image{max-width: 700px; width: 100%; aspect-ratio: 1 / .5; object-fit: cover;}
.content-detail-table td {white-space: nowrap;}

/* End services page */
/* Start about us page */
.box-3d {
    aspect-ratio: 2 / 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.box-3d a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    height: 100px;
    width: 100px;
    border-radius: 50%;

}
/* .box-3d svg path {fill: var(--primary-color);} */
/* End about us page */
/* Start our team page */
.content-wrap {max-width: 800px; margin: auto;}
.member-details {height: 400px; overflow: auto;}
.team-member, .member-details {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 10px;
    transition: all .2s ease-in-out;

}
.team-member:hover {background-color: #c41230;}
.team-member .image {
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 1 / 1.33;
    margin-bottom: 10px;
}
.team-member .name {
    font-size: 20px;
    font-weight: bold;
    transition: all .2s ease-in-out;
}
.team-member a, .team-member p{transition: all .2s ease-in-out;}
.team-member:hover .name, .team-member:hover p, .team-member:hover a {color: white}
.profession {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

/* End our team page */

/* Start footer */
.tz-copyright {padding: 25px 0}
/* End footer */


/* my css framework */ 
.m-0 {margin: 0}
.p-0 {padding: 0}
.ps-0 {padding-left: 0 !important;}
.mt-0 {margin-top: 0 !important}
.ms-0 {margin-left: 0 !important;}
.ms-4 {margin-left: 4px;}
.mb-70 {margin-bottom: 70px}
.mb-30 {margin-bottom: 30px}
.mb-20 {margin-bottom: 20px}
.mt-20 {margin-top: 20px}
.mb-10 {margin-bottom: 10px}
.mt-30 {margin-top: 30px}
.mb-60 {margin-bottom: 60px}
.p-30 {padding: 30px}
.p-15 {padding: 15px}
.pb-80 {padding-bottom: 80px;}
.pb-0 {padding-bottom: 0px;}
.px-30 {padding-left: 30px; padding-right: 30px}
.px-10 {padding-left: 10px; padding-right: 10px}
.py-30 {padding-top: 30px; padding-bottom: 30px}
.py-10 {padding-top: 10px; padding-bottom: 10px}
.py-5 {padding-top: 5px; padding-bottom: 5px}
.cursor-pointer {cursor: pointer;}
.align-items-center {align-items: center;}
.justify-content-center {justify-content: center;}
.gap-20{column-gap: 20px;}
.gap-10 {column-gap: 10px;}
.gap-y {row-gap: 10px;}
.bg-transparent {background: transparent;}
.bg-light-gray {background: #f2f2f2;}
.bg-white {background-color: #fff;}
.w-50{width: 50%;}
.h-100{height: 100%;}
.justify-content-between {justify-content: space-between;}
.flex-wrap {flex-wrap: wrap;}
.d-block {display: block;}
.position-absolute {position: absolute;}
.text-decoration-line-through {text-decoration: line-through;}
.text-decoration-underline {text-decoration: underline;}
.custom-dropdown ul li:not(:last-child) a {border-bottom: 1px solid #e0e0e0}
.row-eq-height {display: flex;flex-wrap: wrap;}

.row-eq-height > [class*="col-"] {display: flex;}
.row-eq-height .card {display: flex;flex-direction: column;width: 100%;}
.row-eq-height .card .panel-body {flex: 1;}

.primary-bg {background-color: var(--primary-color)}
.text-black {color: black}
.w-100 {width: 100%}
.fw-bold {font-weight: bold} 
.fw-normal {font-weight: 400} 
.text-white {color: white}
.d-flex {display: flex}
.gap-20 {gap: 20px;}
.overflow-hidden {overflow: hidden;}



/* Start improvments and solve theme problems */
.improve-image-size {object-fit: cover;aspect-ratio: 1 / 0.6; width: 100%;}
.product-item .product-thubnail img.image-imrovement {object-fit: cover; aspect-ratio: 1 / 0.6;}
.tz-new-blog .tzthumbnail img.image-imrovement {object-fit: contain; aspect-ratio: 1 / 1;}
.tz-partners img.image-imrovement {object-fit: cover; aspect-ratio: 1 / 0.572}
.tz-partners .owl-item{padding: 0 10px;}
/* End improvments and solve theme problems */

/* Start responsive (media query) */
@media (max-width: 1200px) {
    .single_add_to_wishlist {
        margin-left: 0;        
    }
    .single_add_to_cart_button {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .tab-list-user-profile li {margin-bottom: 20px;}
    .last-box-company {display: block !important;}
    .service-box h2 {font-size: 18px;}
    .single_add_to_wishlist {margin-top: 0;}
    .slide-content .text-p {display: none;}

    /* Start navmenu mobile */

    .tz-main-menu {
        position: fixed;
        top: 0;
        left: -260px;
        bottom: 0;
        z-index: 99;
        float: none;
        height: auto;
        background-color: #212121;
        width: 260px;
    }
    .tz-main-menu > li > a {line-height: 50px;}
    .tz-main-menu > li {float: none;}
    .tz-main-menu > li:first-child a {padding-left: 24px; }
    #off-canvas-nav {display: none;}
    .tz-header-login:hover .tz-login-form, .tz-header-login .tz-login-form {width: 85%; min-width: auto; left: 24px; z-index: 9;}

    /* End navmenu mobile */
    .box-3d {aspect-ratio: 1.6 / 1;}
    .box-3d a {height: 60px;width: 60px;}
    .box-3d a svg { height: 50px;width: 50px;}

}

@media (max-width: 767px) {
    .member-details {height: auto;}
    .content-wrap {max-width: 500px;}
    .row-eq-height {display: block;}
    .tz-menu-wishlist .cart-inner {right: -176px; width: 300px;}
    .tz-mini-cart .cart-inner {right: 50px; width: 300px; padding: 15px;}
    .page-title {font-size: 30px;}
    .checkout-address-edit {position: static;}
}
@media (max-width: 560px) {
    .info-form .form-row-first, .info-form .form-row-last{width: 100%; float: none;}
    
}
@media (min-width: 767px) {
    .d-md-flex {display: flex;}    
}
@media (min-width: 560px) {
    .d-sm-flex {display: flex;} 
}




/* End responsive (media query) */

.opening-hours.widget {
    margin-top: 24px;
}

.opening-hours-season-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.opening-hours-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.opening-hours-table th,
.opening-hours-table td {
    padding: 6px 0;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.opening-hours-table th {
    width: 42%;
    font-weight: 600;
    padding-right: 12px;
}

.opening-hours-note {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.home-feature-link:hover h3 {
    color: var(--tz-theme-color, #c8102e);
}

