/* CUSTOM STYLES */
/*--------------------------------------------------------------
# Global Generic Styles
--------------------------------------------------------------*/
.info-icon{
    color: #0a53be;
}

.infostock{
    cursor: pointer;
}

.info-stock-container{
    cursor: pointer;
}

/*--------------------------------------------------------------
# BrandsSlider from templates/areas/destacadocarusel/view.html.twig
--------------------------------------------------------------*/

.brands-logo-indaba img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);

}

.brands-logo-indaba img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* Relational Products in /Shop/ProductDetails/productDetail.html.twig */
.product-image-indaba {
    width: auto !important;
    max-height: 160px !important;
    cursor: pointer;
}

.product-image-recently-indaba {
    max-height: 120px !important;
}

.product-img-description-indaba {
    max-height: 350px !important;
}

.slider-productImage-indaba img {
    height: 100px !important;
}

.product-details-img-indaba .product-zoom-right-indaba {
    position: relative;
    padding: 0 0 0 10px;
    width: 85%;
    float: left;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.cursor-default {
    cursor: default !important;
}

.spacing{
    padding-right: 10px;
}

/* Kit icon container */
.kit-icon-container {
    position: absolute;
    top: -10px;
    right: -5px;
    left: auto;
    z-index: 10;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    float: none;
}

.kit-icon-container:hover {
    transform: rotate(5deg) scale(1.05);
}

.kit-icon-container img {
    max-width: 80px;
    height: auto;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
    border-radius: 8px;
}

.product-details-img {
    position: relative;
    overflow: visible;
}

/* Kit icon for product image */
.kit-icon-container-product {
    position: absolute;
    top: -10px;
    left: -5px;
    right: auto;
    z-index: 10;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    float: none;
}

.kit-icon-container-product:hover {
    transform: rotate(-5deg) scale(1.05);
}

.kit-icon-container-product img {
    max-width: 100px;
    height: auto;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
    border-radius: 8px;
}

.border.rounded-1.p-3 {
    position: relative;
    overflow: visible;
}

.product-price-old-price-kit {
    opacity: 0.6;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    padding-right: 10px;
}

.product-single__price .product-price__kit {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    color: #e95144;
}

/*--------------------------------------------------------------
# Search suggestions (desktop + mobile) kit badge
--------------------------------------------------------------*/
.search-suggestions .product-item {
    position: relative;
}

.search-suggestions .kit-badge {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
    border-radius: 4px;
    display: inline-block;
}

/*--------------------------------------------------------------
# Featured Services from templates/areas/areatecnica/view.html.twig
--------------------------------------------------------------*/
@media (min-width: 344px) {
    .catalog-image-wrapper {
        top: -100px;
        width: 315px;
        height: 315px;
    }

    .catalog-image-wrapper.interactive-catalog-wrapper {
        top: -70px;
        width: 240px;
        height: 240px;
    }

    .catalog-box .title {
        margin-top: 60px;
    }

    .featured-services .icon-box.catalog-box {
        min-height: 250px;
    }
}

@media (min-width: 576px) {
    .catalog-image-wrapper {
        top: -110px;
        width: 350px;
        height: 350px;
    }

    .catalog-image-wrapper.interactive-catalog-wrapper {
        top: -80px;
        width: 280px;
        height: 280px;
    }

    .catalog-box .title {
        margin-top: 80px;
    }

    .featured-services .icon-box.catalog-box {
        min-height: 300px;
    }
}

@media (min-width: 768px) {
    .catalog-image-wrapper {
        top: -120px;
        width: 380px;
        height: 380px;
    }

    .catalog-image-wrapper.interactive-catalog-wrapper {
        top: -100px;
        width: 300px;
        height: 300px;
    }

    .catalog-box .title {
        margin-top: 110px;
    }

    .featured-services .icon-box.catalog-box {
        min-height: 350px;
    }
}
@media (min-width: 992px) {
    .catalog-image-wrapper {
        top: -150px;
        width: 460px;
        height: 460px;
    }

    .catalog-image-wrapper.interactive-catalog-wrapper {
        top: -140px;
        width: 400px;
        height: 400px;
    }

    .catalog-box .title {
        margin-top: 120px;
    }

    .featured-services .icon-box.catalog-box {
        min-height: 350px;
    }
}

@media (min-width: 1200px) {
    .catalog-image-wrapper {
        top: -150px;
        width: 490px;
        height: 490px;
    }

    .catalog-image-wrapper.interactive-catalog-wrapper {
        top: -140px;
        width: 430px;
        height: 430px;
    }

    .catalog-box .title {
        margin-top: 150px;
    }

    .featured-services .icon-box.catalog-box {
        min-height: 400px;
    }
}

@media (min-width: 1400px) {
    .catalog-image-wrapper {
        top: -170px;
        width: 520px;
        height: 520px;
    }

    .catalog-image-wrapper.interactive-catalog-wrapper {
        top: -160px;
        width: 460px;
        height: 460px;
    }

    .catalog-box .title {
        margin-top: 150px;
    }

    .featured-services .icon-box.catalog-box {
        min-height: 380px;
    }
}

.catalog-image-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.catalog-image-wrapper.interactive-catalog-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.catalog-image-wrapper img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.catalog-box:hover .catalog-image-wrapper img {
    transform: scale(1.2);
}

.featured-services .icon-box.catalog-box {
    margin-top: 30px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    height: auto;
    position: relative;
    overflow: visible;
    width: 100%;
    padding: 80px 20px 30px;
    max-width: 100%;
}

.catalog-box .title {
    display: block;
    font-weight: 600;
}

.catalog-box .title:first-letter {
    text-transform: uppercase;
}

.catalog-box .description:first-letter {
    text-transform: uppercase;
}

.featured-services .icon-box.catalog-box:hover::before {
    background: #106eea;
    top: 0;
    border-radius: 8px;
}

.featured-services .icon-box.catalog-box::before {
    border-radius: 8px;
}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #106eea;
    top: 0;
    border-radius: 8px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #106eea;
    transition: all 0.3s ease-in-out;
}

.featured-services .title a {
    color: #111;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
# About from templates/areas/aboutus/view.html.twig
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.about .content ul li:first-child {
    margin-top: 35px;
}

.about .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}

.about .content ul h5 {
    font-size: 18px;
    color: #555555;
}

.about .content ul p {
    font-size: 15px;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.top-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
}

.left-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8%;
    height: 100%;
    background: white;
}

.right-overlay{
    position: absolute;
    bottom: 0;
    left: 93%;
    width: 8%;
    height: 100%;
    background: white;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Sections General from templates/home/index
--------------------------------------------------------------*/

.responsive-banner{
    height: 70vh;
}

@media screen and (max-width: 576px) {
    .responsive-banner{
        height: 30vh;
    }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
    .responsive-banner{
        height: 40vh;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .responsive-banner{
        height: 45vh;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .responsive-banner{
        height: 50vh;
    }

}
@media screen and (min-width: 1400px){
    .responsive-padding{
        padding-left: 150px;
        padding-right: 150px;
    }
}

.section-bg {
    background-color: #f7fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222222;
}

.section-title h2::before,
.section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #106eea;;
    display: inline-block;
}

.section-title h2::before {
    margin: 0 15px 10px 0;
}

.section-title h2::after {
    margin: 0 0 10px 15px;
}

.section-title p {
    margin: 15px 0 0 0;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 2rem; /* Adjust font size for tablets */
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 1.2rem; /* Adjust font size for mobile screens */
    }
}

/*--------------------------------------------------------------
# MyAccount from templates/Account/myAccount.html.twig
--------------------------------------------------------------*/

.dashboard-list li a.active,
.dashboard-list li a:focus,
.dashboard-list li a:hover {
    background-color: #106eea !important;
}

.tracking-steps .step.current {
    color: #fff;
    background-color: #106eea !important;
}

.tracking-steps .step.current:after {
    border-left: 17px solid #106eea !important;
}

/*-----------------------------------------------------------------------------
# industryProfessionals from templates/Content/industryProfessionals.html.twig
-----------------------------------------------------------------------------*/

.search-inline .input-box .action:hover {
    color: #106eea;
}

.wrapper {
    height: 100%;
    background: #fff;
    margin: 0 auto;
}

.wrapper h2 {
    padding: 0 20px 20px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap {
    padding: 0 0 0 0;
    border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper .tabs_wrap ul li {
    width: 135px;
    text-align: center;
    background: #e9ecf1;
    border-right: 1px solid #c1c4c9;
    padding: 13px 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wrapper .tabs_wrap ul li:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.wrapper .tabs_wrap ul li:last-child {
    border-right: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.wrapper .tabs_wrap ul li:hover,
.wrapper .tabs_wrap ul li.active {
    background: #106eea;
    color: #fff;
}

.wrapper .container .item_wrap {
    padding: 10px 20px;
    border-bottom: 1px solid #ebedec;
    cursor: pointer;
}

.wrapper .container .item_wrap:hover {
    background: #e9ecf1;
}

.wrapper .container .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item_wrap .item .item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_wrap .item_left .data {
    margin-left: 20px;
}

.item_wrap .item_left .data .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.item_wrap .item_left .data .distance {
    color: #000000;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.fa-location-dot {

    color: red;

}

.wrapper .container .item_wrap:hover .fa-location-dot {
    transform: scale(1.3);
}

.wrapper .container .item_wrap:hover .name {
    color: #106eea;
    font-size: 16px;
}

.container .item_wrap:hover .email {
    color: #106eea;
}

.wrapper .container .item_wrap:hover .email {
    color: #106eea;
    font-size: 15px;
}

.container .item_wrap:hover .profile {
    color: #106eea;
}

.wrapper .container .item_wrap:hover .profile {
    color: #106eea;
    font-size: 15px;
}

.carousel-item.active {
    display: flex;
}

/*STYLES OF MULTISELECT*/
.container-select {
    position: relative;
    /* max-width: 320px; */
    width: 100%;
    margin: 10px;
    /*margin: 80px auto 30px;*/
}

.select-btn {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.select-btn .btn-text {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

.select-btn .arrow-dwn {
    display: flex;
    height: 21px;
    width: 21px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background: #106eea;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.select-btn.open .arrow-dwn {
    transform: rotate(-180deg);
}

.list-items {
    position: relative;
    margin-top: 15px;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.select-btn.open~.list-items {
    display: block;
}

.list-items .item {
    display: flex;
    align-items: center;
    list-style: none;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 8px;
}

.list-items .item:hover {
    background-color: #e7edfe;
}

.item .item-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.item .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1.5px solid #c0c0c0;
    transition: all 0.3s ease-in-out;
}

.item.checked .checkbox {
    background-color: #4070f4;
    border-color: #4070f4;
}

.checkbox .check-icon {
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.item.checked .check-icon {
    transform: scale(1);
}


.select-btn2 {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.select-btn2 .btn-text {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

.select-btn2 .arrow-dwn {
    display: flex;
    height: 21px;
    width: 21px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background: #106eea;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.select-btn2.open .arrow-dwn {
    transform: rotate(-180deg);
}

.list-items {
    position: relative;
    margin-top: 15px;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.select-btn2.open~.list-items {
    display: block;
}

#js_filterfield_pim .filter-categories .list-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

#js_filterfield_pim .filter-categories .list-group .list-group-item {
    display: flex;
    align-items: center;
    min-height: 30px;
    width: 100% !important;
}

#js_filterfield_pim .filter-categories .list-group .list-group-item .img-category {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-90%);
    left: 0;
    right: 0;
}

.icon-cart-cursor-pointer {
    cursor: pointer;
}

.icon-cart-cursor-pointer:hover {
    color: #0d6efd !important;
}

.items-container .block-item:hover {
    border-color: #002580 !important;
}

/* .items-container .block-item .first-label-block-item:focus, .second-label-block-item:focus, .three-label-block-item:focus {
    outline: 1px solid #002580 !important;
} */

.label-border-blue {
    border: 1px solid #002580 !important;
}

/* .product .calculate-content-img:hover {
    transition: transform 0.3s ease-out;
    transform: scale(1.1);
} */
.zoom-container {
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.zoomable-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-out;
}

.zoomable-image:hover {
    transform: scale(1.2);
}

.icon-box{
    cursor:pointer;
}

/*Styles of product detail*/
button.btn-add-product {
    background-color: rgba(0, 0, 0, 0.2); /* Color de fondo opaco */
    border: none;
    padding: 10px;
    cursor: pointer;
}

button.btn-add-product.selected {
    background-color: #4CA64C !important; /* Color de fondo para botones seleccionados */
    opacity: 1; /* Opacidad completa para botones seleccionados */
}

button.btn-add-product.deselected {
    opacity: 0.6; /* Opacidad reducida para botones deseleccionados */
}

/*Style of header language flag image*/

.lang-image {
    width: 30px;
}

.stock-info-table {
    display: none;
}


@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.stock-animation {
    margin-left: 0.5rem;
    display: inline-block;
    animation: heartbeat 2.5s infinite;
}

.stock-warehouse {
    font-weight: bold;
    color: #006400;
}


/*--------------------------------------------------------------
# Stock Warehouse mini Table
--------------------------------------------------------------*/

.pro-stockLbl.info-stock-container .stock-info-table {
    display: none;
    background-color: white;
    border: 2px solid #ccc;
    padding: 10px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: auto;
    min-width: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pro-stockLbl.info-stock-container:hover .stock-info-table {
    display: flex;
}

.pro-stockLbl.info-stock-container .header {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.pro-stockLbl.info-stock-container .row {
    display: flex;
    width: 100%;
    justify-content: center;
}

.pro-stockLbl.info-stock-container .col-6 {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.pro-stockLbl.info-stock-container .col-6:first-child {
    border-right: none;
}

.pro-stockLbl.info-stock-container .col-6:last-child {
    border-left: none;
}

.pro-stockLbl.info-stock-container .first-row .col-6 {
    border-bottom: 1px solid #ccc;
}

.pro-stockLbl.info-stock-container .last-row .col-6 {
    border-top: none;
}

.pro-stockLbl.info-stock-container .bg-primary {
    background-color: #007bff;
    color: white;
}

.pro-stockLbl.info-stock-container .bg-white {
    background-color: white;
    color: black;
}

/*--------------------------------------------------------------
# Sections Shopping cart confirm order from proceedPurchase.html.twig
--------------------------------------------------------------*/
#order-table-proceed-purchase.table-responsive.order-table.style1 {
    overflow-x: hidden !important;
    overflow: visible !important;
}
/*--------------------------------------------------------------
# Section rates from rates.html.twig
--------------------------------------------------------------*/
.rates-brand-container {
    height: 150px;
}
.rates-brand-logo {
    object-fit: cover;
    object-position: center;
}
/*--------------------------------------------------------------
# Section events from events.html.twig
--------------------------------------------------------------*/
.event-photo-container {
    max-width: 100%;
    height: 400px;
    overflow: hidden;
}
.event-photo {
    object-fit: cover;
    object-position: center;
}
/*--------------------------------------------------------------
# Events modal styles from events.html.twig
--------------------------------------------------------------*/
.modal-event-photo{
    max-width: 250px;
    max-height: 200px;
}

.responsive-height{
    height: 70vh;
}

.modal-event-size{
    max-width: 1400px;
    top: 10%
}

.modal-photo-container {
    max-width: 100%;
    height: 60vh;
    overflow: hidden;
}

@media screen and (max-height: 599px) {
    .modal-event-size{
        top: 20%
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .responsive-height{
        height: 55vh;
    }
    .modal-event-size{
        top: 13%
    }
    .modal-photo-container {
        height: 43vh;
    }
}

.custom-events-paragraph {
    mask-image: linear-gradient(black 80%, transparent);
}

/*--------------------------------------------------------------
# About us cards section home
--------------------------------------------------------------*/
.about-us-card-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.about-us-card-image-wrapper {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.about-us-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn-order-history{
    background-color: transparent !important;
    font-weight: 500 !important;
    color: black !important;
}

/*--------------------------------------------------------------
# Contact section home
--------------------------------------------------------------*/
.link-privacy-policy-contact{
    color: #044fb3;
}

.map-section{
    height: 100%;
}

.card-shadow {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.contact-form-card{
    margin-bottom: 24px ;
    padding: 20px 0 30px 0;
    text-align: center;
}

.btn{
    background-color: #106eea;
    border-color: #106eea;
}

/* required style */
.ohnohoneystyles{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*--------------------------------------------------------------
# Cookies styles
--------------------------------------------------------------*/
.cookie-manage-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;

    background: #333;
    color: #fff;
    border: none;
    padding: 12px;

    border-radius: 50%;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
# Cart/Budget styles moved from templates/Cart/Budget/budget.html.twig
--------------------------------------------------------------*/
.cart-kit-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 40px;
    height: 40px;
    background-image: var(--kit-icon-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
    border-radius: 4px;
}

@media (max-width: 821px) {
    .cart-kit-icon {
        top: 10px;
        left: 0px;
        width: 35px;
        height: 35px;
    }
}

/*--------------------------------------------------------------
# Order historical detail specific overrides
--------------------------------------------------------------*/
.cart-kit-icon--order {
    top: 18px;
}
@media (max-width: 768px) {
    .cart-kit-icon--order {
        top: 40px;
        width: 35px;
        height: 35px;
    }
}

/* Checkout success specific overrides */
@media (max-width: 422px) {
    .cart-kit-icon--checkout {
        width: 30px;
        height: 30px;
        top: 10px;
        left: 0px;
    }
}

/*--------------------------------------------------------------
# Proceed purchase (confirm order) specific overrides
--------------------------------------------------------------*/
.cart-kit-icon--proceed {
    top: 11px;
    left: 8px;
    width: 25px;
    height: 25px;
}

@media (max-width: 930px) {
    .cart-kit-icon--proceed {
        top: 20%;
        left: 8px;
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 768px) {
    .cart-kit-icon--proceed {
        top: 3%;
        left: 8px;
        width: 25px;
        height: 25px;
    }
}

/*--------------------------------------------------------------
# From update-minicart-drawer.html.twig
--------------------------------------------------------------*/
.cart-kit-icon-minicart {
    position: absolute;
    top: -2px;
    left: -5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    background-image: var(--kit-icon-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
    border-radius: 4px;
}

.qty-readonly {
    background-color: #f5f5f5;
    opacity: 0.7;
    cursor: not-allowed;
    border-color: #ddd;
}

/*--------------------------------------------------------------
# Product Teaser: kit icon (from templates/Shop/product_teaser.html.twig)
--------------------------------------------------------------*/
.teaser-kit-icon {
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 10;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    border-radius: 4px;
    transition: transform 0.3s ease;
}

@media (max-width: 1500px) {
    .teaser-kit-icon {
        width: 60px;
        height: 60px;
    }
}

.card:hover .teaser-kit-icon {
    transform: rotate(-5deg) scale(1.1);
}

/*
  Override to prevent the LeadConnector chat widget from repositioning.
  The widget listens for the default "fadeInDown" animation, causing it
  to jump to the top of the page. We create a safe version and force all
  header elements to use it instead.
*/

/* @keyframes fadeInDownSafe {
    0% {
        opacity: 0;
        margin-top: -100px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.fadeInDown,
.animated.fadeInDown,
header.sticky,
.header.sticky,
#header.sticky {
    animation-name: fadeInDownSafe !important;
    animation-duration: 1s;
    animation-fill-mode: both;
} */
