/*
 Theme Name:   EuroDiagnosticsVet */


/* -------------- Single product ------------------ */




.single-products .inner-intro.header_intro {
    display: none;
}


.single-products__tab-content {
    display: none;
}

.single-products__tab-content.tab-content--active {
    display: block;
}

.single-products__top {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.single-products__gallery {
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    max-width: 500px;
    justify-content: flex-start;
}

.loop-header-active-filters {
    display: none;
}

.single-products__summary {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.single-products__thumbnails {
    display: flex;
    width: 100%;
    gap: 8px;
    margin-left: auto;
    cursor: pointer;
    margin-right: auto;
    padding-top: 10px;
    flex-direction: row;
    padding-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
}


.single-products__summary-info {
    border-bottom: 1px solid #cfc8d8;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.single-products__price {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #31AEE5;
    font-weight: 600;
}

.single-products__excerpt p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
}

.single-products__excerpt {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.single-products__quantity {
    font-weight: 400;
    line-height: 24px;
    display: flex;
    background: #61c70e;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
    width: auto;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.single-products__btn-contact {
    padding: 8px 18px;
    position: relative;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    background: #31AEE5;
    color: #fff;
    transition: all 0.3s;
    border-radius: 3px;
    border: 2px solid #31AEE5;
    cursor: pointer;
    font-weight: 600;
    line-height: 26px;
}

.single-products__btn-contact:hover {
    color: #31AEE5;
    background: transparent;

}

.single-products__contact-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.single-products__contact-popup.active {
    display: flex;
}

.screen-reader-response {
    display: none;
}

.single-products__contact-popup--inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;

    z-index: 1002;
    max-width: 400px;
    position: relative;
    background: white;
    padding: 25px;
}

.single-products__contact-popup--inner span.single-products__contact-popup--close {
    display: flex;
    width: 20px !important;
    position: absolute;
    height: 20px;
    right: 5px;
    cursor: pointer;
    top: 5px;
}

span.single-products__contact-popup--close svg {
    width: 100%;
    height: 100%;
}

.single-products__contact-popup--inner div#wpcf7-f1299-o1 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.single-products__contact-popup--inner form.wpcf7-form {
    width: 100%;
}

.single-products__contact-popup--inner p {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.single-products__contact-popup--inner label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-products__contact-popup--inner span {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-products__contact-popup--inner input {
    width: 100%;
    padding: 0 15px;
    height: 36px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.single-products__contact-popup--inner textarea {
    height: 130px;
}



.single-products__contact-popup--inner input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px 20px;
    position: relative;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    background: #31AEE5;
    color: #fff;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    line-height: 15px;
}

img.single-products__thumbnail {
    width: 24%;
    object-fit: cover;
    height: 84px;
    max-width: 84px;

}

h2.single-products__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    word-wrap: break-word;
}

span.single-products__cats-label {
    color: #323232;
    padding-right: 5px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

span.single-products__skub-label {
    color: #323232;
    padding-right: 5px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

.single-products__skub-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.single-products__cats {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

a.category-item {
    font-weight: 400;
    color: #969696;
    font-size: 15px;
    transition: all 0.3s;
    padding-left: 3px;
}

.single-products__skub {
    font-weight: 600;
    color: #969696;
    font-size: 15px;
}

.single-products__info {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 50px;
}

.single-products__info-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.single-products__info-nav {
    display: flex;
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px solid #cfc8d8;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.single-products__tab {
    margin-right: 5px;
    cursor: pointer;
    text-align: center;
    display: flex;
    color: #515151;
    position: relative;
    font-size: 15px;
    align-items: center;
    border-top: 1px solid #cfc8d8;
    border-left: 1px solid #cfc8d8;
    font-weight: 400;
    padding: 12px 22px;
    border-right: 1px solid #cfc8d8;
}

.single-products__tab.tab--active {
    color: #31AEE5;
    transition: all 1s ease-out 1s;
}

.single-products__tab:first-child {
    margin-left: 30px;
}

.single-products__tab.tab--active::after {
    content: '';
    height: 2px;
    background: white;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.single-products__tab.tab--active::before {
    content: '';
    height: 4px;
    background: #31AEE5;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
}

.single-products__btn-open--img {
    display: flex;
    position: absolute;
    right: -1px;
    padding: 10px;

    border: 1px solid #e5e5e5;
    background: white;
    bottom: -1px;
    outline: none !important;
    cursor: pointer;
    overflow: hidden;
    width: 50px;
    transition: all 0.5s;
    height: 50px;
}

.single-products__btn-open--img svg#Layer_1 {
    width: 100%;
    height: 100%;
}

.single-products__btn-open--img:hover svg {
    scale: 1.1;
}

span.single-products__popup-close svg path {
    fill: #ffffffd6 !important;
}

span.single-products__popup-close:hover svg {
    scale: 1.1;
}

.single-products__contact-popup--over,
.single-products__popup-gallery--over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.single-products__main-photo {
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: all 1s;
}



.single-products__main-photo img {
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
    transition: all 1s;
    cursor: pointer;
    
}
.single-products__main-photo:hover img{
scale: 1.1;
}

.single-products__info-content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #969696;

    margin-top: 20px;
}

.single-products__info-content .video-learn__frame-wrap {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}


.single-products__info-content img.video-learn__youtube-bg {
    width: 100%;
}

.single-products__info-content .youtube.video-learn__youtube-block {
    height: 600px;
}

.single-products__popup-gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.single-products__popup-gallery.show-popup {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single-products__popup-gallery--inner {
    /* background-color: #ffffff; */
    display: flex;
    padding: 20px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    position: relative;
    align-items: center;
    gap: 15px;
    z-index: 1002;
    width: 90%;
    height: 80%;
    flex-direction: row;
    justify-content: space-between;
}

.single-products__popup-close {
    position: absolute;
    top: 45px;
    right: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    transition: all 1s;
    align-items: center;
    justify-content: center;
}

.single-products__popup-close svg#Layer_1 {
    display: flex;
    width: 30px;
    height: 30px;
}

.single-products__popup-foto--box {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

#main-photo-pop {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.prev-button,
.next-button {
    background-color: transparent;
    color: #fff;
    padding: 25px;
    display: flex;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100px;
    font-size: 16px;
    height: 70px;
    margin-top: 10px;
    outline: none !important;
    transition: all 1s;
    align-items: center;
}

.single-products__popup-btn svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.single-products__popup-btn:hover {
    background-color: rgba(0, 0, 0, .15);
}

.single-products__popup-btn:hover svg path {
    fill: white !important;
}


h2.single-products__more-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.single-products__more {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 50px;
    align-items: stretch;
}

.single-products__more-wrap {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
}

.single-products__more-wrap .products-page__product-cart {
    width: 23%;
}

.single-products__cat-names {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

a.products-page__sidebar-cat--link.active {
    color: #31AEE5;
}

li.products-page__sidebar-cats--item.active a.products-page__sidebar-cat--link {
    color: #31AEE5 !important;
}

li.products-page__sidebar-cats--item.active ul.products-page__sidebar-cats--sub a.products-page__sidebar-cat--link {
    color: #969696 !important;
}

.single-products__cat-names a.category-item:hover {
    color: #31AEE5;
}

.single-products__info-fails {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

.single-products__info-fail {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 10px;
    align-items: center;
}

img.single-products__info-fail--img {
    max-width: 40px;
    width: 40px;
    height: 50px;
    object-fit: cover;
}

a.single-products__info-fail--link {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 8px;
    color: #31AEE5;
    transition: all 0.5s;
    cursor: pointer;
    border: 1px solid #cfc8d8;
}

a.single-products__info-fail--link:hover {
    background: #cfc8d8;
    color: white;
}




@media screen and (max-width:768px) {


    .single-products__top {
        display: flex;
        flex-direction: column;
    }

    .single-products__tab:first-child {
        margin-left: 0;
    }

    .single-products__tab {
        padding: 5px;
    }

    .single-products__info-content .youtube.video-learn__youtube-block {
        height: 400px;
    }

    .single-products__more-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .single-products__more-wrap .products-page__product-cart {
        width: 100%;
    }

    .single-products__tab {
        padding: 7px;
        display: flex;
        align-items: center;
    }

    .single-products__btn-open--img {
        width: 40px;
        height: 40px;
        padding: 6px;
    }

    .single-products__popup-gallery--inner {
        height: auto;
        gap: 5px;
        padding: 15px 0px;
    }

    button.single-products__popup-btn {
        padding: 5px;
        width: 30px;
    }

    img.single-products__thumbnail {
        width: 23%;
        object-fit: cover;
        height: 100px;
    }

}

@media screen and (max-width:400px) {
    img.single-products__thumbnail {
        width: 23%;
        object-fit: cover;
        height: 80px;
    }
}