/*
Theme Name: Raptors Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Category Page Top Slider */
#tpl-cloudtags-slider {
    list-style: none;
    padding: 0;
    display: flex;
    overflow: hidden;
    width: auto;
    scroll-behavior: smooth;
    width: 100%;
    align-items: flex-end;
    margin-top: 15px;
    margin-bottom: 0;
}

#tpl-cloudtags-slider li {
    flex-shrink: 0;
    user-select: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.66%;
}

.top-cloudtags-slider {
    color: white;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    background-color: #1C2647;
    border: 1px solid #1C2647;
    width: 100%;
    margin-right: 10px;
}

.top-cloudtags-slider:hover {
    color: #1C2647;
    background-color: transparent;
}

#prevButton,
#nextButton {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    background: white;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#prevButton {
    left: 10px;
}

#nextButton {
    right: 10px;
}

#tpl-cloudtags-slider-main:hover #prevButton,
#tpl-cloudtags-slider-main:hover #nextButton {
    opacity: 1;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

@media screen and (max-width: 576px) {
    #tpl-cloudtags-slider li {
        width: 50%;
        /* padding: 5px; */
    }

    .top-cloudtags-slider {
        margin-right: 5px;
        font-size: 14px;
        line-height: 24px;
    }
}

/* Breeding years section */
.subcategory-list {
    display: flex;
}

.subcategory-item {
    font-size: 16px;
    padding: 15px 35px;
    background-color: #1C2647;
    margin-right: 10px;
    border: 1px solid #1C2647;
}

.subcategory-item a {
    color: white;
}

.subcategory-item:hover {
    background-color: transparent;
}

.subcategory-item:hover a {
    color: #1C2647;
    background-color: transparent;
}

.subcategory-list-title {
    margin-bottom: 10px;
}

/* Common */
#main {
    background: #faf9f7;
}

.page .main-content,
.single .main-content {
    padding-top: 0;
}

/* Home video section */
#home-video-section .e-hosted-video {
    height: 400px;
    width: 100%;
}

/* Home blog section */
#home-blog-section-left .elementor-posts-container {
    display: flex;
    flex-direction: column;
}

#home-blog-section-left .elementor-post__text {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: center;
}

#home-blog-section-right .elementor-post__text {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: center;
}

/* YITH search bar */
.ywcas-input-field input {
    min-width: 221px !important;
}

/* YITH search results */
.search-result-item__thumbnail img {
    height: 100px !important;
    object-fit: cover;
}

.search-result-item_name p {
    font-size: 0.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.search-result-item__price {
    color: #ef5151 !important;
}

.ywcas-popover-results .css-1ey3iux {
    grid-template-columns: 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr !important;
}

.css-wadxrg {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.css-1woqw82 {
    align-items: flex-start !important;
}

.css-892wnu {
    font-size: 0.9rem !important;
}

.ywcas-search-results-grid {
    gap: 10px !important;
    margin-top: 0px !important;
}

.ywcas-popover-results .popover-content {
    padding: 20px !important;
}

.search-result-item__content .ywcas-badge {
    font-size: 0.5em !important;
    padding: 0px 5px !important;
    line-height: 16px;
}

.ywcas-search-mobile .mobile-search-content {
    padding: 20px !important;
}

.ywcas-total-results {
    margin-top: 10px !important;
}

.ywcas-search-mobile.with-wp-admin-toolbar {
    padding: 45px 0 !important;
}

.ywcas-search-mobile .mobile-search-close {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
}

/* Header */
#top-menu .main-menu>li.menu-item>a {
    padding: 0;
    color: white;
    padding: 0 10px 0 0 !important;
}

#top-menu .main-menu>li.menu-item:last-child a {
    padding: 0 10px 0 0 !important;
    margin-top: 0 !important;
}

.top-bar-email h3 {
    color: #A48144 !important;
}

#header .share-links {
    display: flex;
}

#header .share-linkedin {
    order: 1;
}

#header .share-instagram {
    order: 2;
}

#header .share-facebook {
    order: 3;
}

#header .gold-color a {
    color: #A48144 !important;
}

/* Home hero section */
#home-hero .swiper-slide-inner {
    max-width: 1200px;
}

/* Product filter */
.yith-wcan-active-filters {
    margin-bottom: 0;
}

#popmake-12593 .pum-content {
    height: 100vh;
    padding: 3%;
}

.pum-theme-12585 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    color: #1C2647;
    font-size: 25px;
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
}

#desktop-filter-btn {
    font-size: 20px;
}

.apply-filters {
    color: white;
    font-weight: 500;
}

.yith-wcan-active-filters h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.woocommerce .yith-wcan-filters .filter-title,
.woocommerce-page .yith-wcan-filters .filter-title {
    color: black;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.yith-wcan-filters-opener {
    width: 100%;
    background: transparent;
    color: #1C2647;
    border: 1px solid #1C2647;
    font-size: 16px;
}

/* Category page */
.top-content p {
    margin-bottom: 0px;
}

.page-top {
    background-color: #f5f4f4;
}

.archive .main-content {
    padding-top: 0;
}

.card-product-title {
    font-size: 20px;
    line-height: 30px;
    color: #1C2647;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 9px;
    text-align: center;
}

.card-category-name {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 9px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-product-price .price {
    font-size: 20px;
    line-height: 30px;
    color: #1C2647;
    font-weight: 500;
    text-align: center;
}

.card-product-image img {
    height: 200px;
    object-fit: cover;
}

.card-image-section {
    padding: 0;
    position: relative;
}

.card-available-share-section {
    padding: 0;
}

.product-image {
    border: none;
}

.card-available-share-section p {
    margin-bottom: 0;
}

.card-share-not-available {
    font-size: 20px;
    color: white;
    font-weight: 500;
    text-align: center;
    background: #1c2649d1;
    padding: 10px;
}

.card-share-sold {
    font-size: 20px;
    color: white;
    font-weight: 500;
    text-align: center;
    background: #c62929d1;
    padding: 10px;
}

.card-breeding-horse {
    font-size: 20px;
    color: white;
    font-weight: 500;
    text-align: center;
    background: #1C2647;
    padding: 10px;
}

.card-share-stock {
    font-size: 20px;
    color: white;
    font-weight: 500;
    text-align: center;
    background: #9dcc19d1;
    padding: 10px;
}

.shares-shortcode .card-share-stock,
.shares-shortcode .card-share-sold,
.shares-shortcode .card-share-not-available,
.shares-shortcode .card-breeding-horse {
    font-size: unset;
    color: white;
    font-weight: unset;
    text-align: center;
    background: none;
    padding: unset;
}

/* Single product page */
.horse-info-buttons {
    display: flex;
    width: 100%;
    gap: 5px;
}

#single-product-main-section .woocommerce-Price-currencySymbol {
    font-size: 40px;
}

#single-product-main-section .woocommerce-Price-amount {
    font-size: 35px;
}

.single .swiper-zoom-container img {
    height: 80vh;
}

#pa_shares {
    border: 2px solid #1C2647;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

/* Gallery page */
.eael-filter-gallery-control ul li.control.active {
    background: #1c2647 !important;
}

/* Media queries */
/* @media (min-width: 1460px) {
    .container,
    .elementor-section.elementor-section-boxed>.elementor-column-gap-no,
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1920px;
        padding-left: 89px;
        padding-right: 89px;
    }

    .single .main-content .elementor-section.elementor-section-boxed>.elementor-container {
        padding-left: unset;
        padding-right: unset;
    }
} */

@media screen and (max-width: 1160px) and (min-width: 992px) {

    /* YITH search bar */
    .ywcas-input-field input {
        min-width: 140px !important;
    }

    .ywcas-input-field {
        width: 190px !important;
    }
}

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

    /* Product filter */
    .yith-wcan-filters.filters-modal .filters-container {
        background: white;
    }

    .yith-wcan-filters-opener:hover {
        border-color: unset;
        background-color: unset;
    }

    .yith-wcan-filters-opener:focus {
        box-shadow: none;
    }
}

@media (max-width: 600px) {

    /* YITH search results */
    .search-result-item__thumbnail img {
        min-width: 45vw;
        height: 150px !important;
    }

    .search-result-item {
        width: 160px;
    }

    .css-1woqw82 {
        gap: 8px !important;
    }
}

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

    /* Home video section */
    #home-video-section .e-hosted-video {
        height: 225px;
    }

    /* Home blog section */
    #home-blog-section .elementor-posts .elementor-post {
        display: unset;
    }

    /* Single product page */
    .main-content {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .woocommerce-tabs h2.resp-tab-active,
    .woocommerce-tabs h2.resp-accordion {
        font-weight: 500;
        letter-spacing: normal;
    }

    /* Category page */
    .card-product-image img {
        height: 125px;
    }

    .card-product-title {
        font-size: 15px;
        line-height: 19px;
    }

    .card-category-name {
        font-size: 13px;
        line-height: 17px;
    }

    .card-product-price .price {
        font-size: 15px;
        line-height: 19px;
    }

    .card-share-not-available,
    .card-share-sold,
    .card-share-stock,
    .card-breeding-horse {
        font-size: 15px;
        line-height: 19px;
    }

    .shop-loop-before {
        margin-bottom: 0;
    }

    /* Product filter */
    .yith-wcan-filters-opener {
        width: 90vw;
    }

    /* Breeding years section */
    .subcategory-list {
        flex-wrap: wrap;
    }

    .subcategory-item {
        padding: 10px 15px;
    }
}

@media (max-width: 575px) {

    /* YITH search results */
    .search-result-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .css-1woqw82 {
        align-items: flex-start !important;
    }

    .css-1pzcsjy img {
        width: 100px !important;
    }

    .ywcas-total-results {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {

    /* YITH search results */
    .ywcas-search-mobile .mobile-search-content {
        padding: 10px !important;
    }
}