/**
* Theme Name: Bookory Child
* Description: This is a child theme of Bookory, generated by Merlin WP.
* Author: <a href="https://tresdobleu.com/">Tresdobleu</a>
* Template: bookory
* Version: 2.0.4
*/

body {
    --tragaluz-primary: #bf311a;
    --tragaluz-primary-hover: #da5039;
    --tragaluz-beige: #f8f4f1;
    --tragaluz-heading: #444444;
    --tragaluz-green-light: #e9f1df;
    --tragaluz-green-dark: #677355;
    --tragaluz-blue-dark: #75a0ab;
    --tragaluz-gray-light: #f6f6f6;
}

body.single-tribe_events .site-content {
    margin-top: 0px;
}

body .tribe-events-pg-template {
    padding-top: 0 !important;
}

body .single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
body
    .tribe-block__events-link
    .tribe-events
    .tribe-events-c-subscribe-dropdown__container,
body .single-tribe_events .tribe-events-c-subscribe-dropdown__button,
body .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
    width: 100%;
    padding: 0 15px;
}

body .single-tribe_events .tribe-events-c-subscribe-dropdown,
body .tribe-events .tribe-events-c-subscribe-dropdown {
    margin: 0;
}

body .tribe-block__events-link {
    padding: 0;
    justify-content: end;
}

body .tribe-common .tribe-common-h8 {
    font-family: 'Sora';
    font-size: 16px;
}

body .grecaptcha-badge {
    box-shadow: none !important;
    opacity: 0;
}

body .grecaptcha-badge:hover {
    opacity: 0;
}

body ul.products li.product .product-image,
body ul.products .wc-block-grid__product .product-image,
body .wc-block-grid__products li.product .product-image,
body .wc-block-grid__products .wc-block-grid__product .product-image,
body .elementor-widget-bookory-products .product-block-list img,
body .post-thumbnail img,
body .product_list_widget li img,
body .product-item-search .product-link img,
body
    .elementor-widget-bookory-products.layout-list-product-style-9
    ul.products
    li.product
    .product-block-list
    img,
body .elementor-widget-bookory-all-author.style-2 .thumbnail img,
body ul.products-list li.product-list .product-image img {
    border-radius: 0px;
}

body .elementor-widget-woocommerce-breadcrumb .bookory-woocommerce-title {
    font-size: 44px;
}

body .product-video-360__btn {
    color: var(--tragaluz-primary) !important;
}

body .product_after_title .product-brand,
body .product_after_title .sku_wrapper {
    font-size: 16px;
}

body .product_meta > span {
    font-size: 16px !important;
}

body .woocommerce-info,
body .woocommerce-noreviews,
body p.no-comments {
    background-color: var(--tragaluz-beige);
    color: var(--tragaluz-heading);
}

body .woocommerce-info a {
    color: var(--tragaluz-heading);
}
body .woocommerce-info a:hover {
    color: var(--tragaluz-primary);
}

body input[type='text'],
body input[type='number'],
body input[type='email'],
body input[type='tel'],
body input[type='url'],
body input[type='password'],
body input[type='search'],
body textarea,
body .input-text,
body .form-row .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

body .woocommerce-shipping-calculator .shipping-calculator-form {
    width: 330px;
    position: absolute;
    left: 35px;
    background: white;
    padding: 20px;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
}

body
    .shipping-calculator-form
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    text-align: left;
}

body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error,
body .woocommerce-noreviews,
body p.no-comments {
    background-color: var(--tragaluz-green-light);
    color: var(--tragaluz-green-dark);
    font-weight: 500;
}

body .woocommerce-error {
    background-color: #d56f36;
    color: #ffffff;
}

body .woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: var(--tragaluz-gray-light);
}

body .woocommerce-form-coupon-toggle {
    margin-top: -40px;
}

body .woocommerce-checkout {
    margin-top: 50px;
}

body #order_review .cart-discount .amount,
body #order_review .cart-discount th {
    color: #50c878;
    font-weight: 500;
}

body #order_review .cart-discount a {
    font-size: 12px;
    margin-left: 14px;
}

body input#ship-to-different-address-checkbox {
    width: 16px;
    height: 16px;
}

body.woocommerce-order-pay form {
    position: relative;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 50px;
}
body.woocommerce-order-pay form input[type='submit'] {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 100px;
}

body.woocommerce-order-pay .woocommerce p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 500;
}

body.woocommerce-order-pay .order_details {
    font-size: 16px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
    margin: 10px 0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 354px;
    background-color: var(--tragaluz-gray-light);
    color: var(--tragaluz-heading);
    text-align: center;
    word-break: break-word;
    padding: 10px 20px;
    position: absolute;
    left: -100%;
    top: 30px;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

body .shipping-method-description {
    margin: 0;
}

body .elementor-widget-bookory-team-box .layout-2 .team-image:before {
    display: none;
}

body ul.products li.product .price {
    color: #444444;
}

body .main-navigation ul.menu > li.menu-item > a {
    padding: 0.7em 1.5em;
    font-weight: 500;
}

body .main-navigation .sub-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

body .vertical-navigation .vertical-menu .menu {
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    margin-top: 10px;
}

body ul.twae-navigation-items li a {
    opacity: 1 !important;
}

body .product-item-search .product-link img {
    height: 75px;
    align-self: flex-start;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0;
}

body.elementor-kit-10 .elementor-button {
    /* border-radius: 5px !important; */
    padding: 12px 24px;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input {
    padding: 15px 25px;
    padding-left: 50px;
    margin-right: 20px;
}

body {
    --tec-color-button-primary: var(--tragaluz-primary);
}

body
    .tribe-common--breakpoint-medium.tribe-events
    .tribe-common-c-btn.tribe-events-c-search__button {
    margin-left: 20px;
    padding: 17px 31px 17px 31px;
    background-color: var(--tragaluz-blue-dark);
}

body .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    height: auto;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e5dcb4;
    border-top: 18px solid #e5dcb4;
    margin-top: 10px;
    padding: 10px;
}

body .tribe-events .datepicker .day.active,
body .tribe-events .datepicker .day.active.focused,
body .tribe-events .datepicker .day.active:focus,
body .tribe-events .datepicker .day.active:hover,
body .tribe-events .datepicker .month.active,
body .tribe-events .datepicker .month.active.focused,
body .tribe-events .datepicker .month.active:focus,
body .tribe-events .datepicker .month.active:hover,
body .tribe-events .datepicker .year.active,
body .tribe-events .datepicker .year.active.focused,
body .tribe-events .datepicker .year.active:focus,
body .tribe-events .datepicker .year.active:hover,
body
    .tribe-events
    .tribe-events-calendar-list__event-row--featured
    .tribe-events-calendar-list__event-date-tag-datetime:after,
body
    .single-tribe_events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
body
    .single-tribe_events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button:focus,
body
    .single-tribe_events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button:focus-within,
body
    .single-tribe_events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button:hover,
body
    .tribe-events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
body
    .tribe-events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button:focus,
body
    .tribe-events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button:focus-within,
body
    .tribe-events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: var(--tragaluz-primary-hover);
}
body
    .tribe-common--breakpoint-medium.tribe-events
    .tribe-events-calendar-list__event-datetime-featured-text {
    color: var(--tragaluz-blue-dark);
}

body .tribe-common .tribe-common-c-btn-border,
body .tribe-common a.tribe-common-c-btn-border {
    border: none;
}

body .main-navigation ul.menu ul.sub-menu > li > ul.sub-menu li.menu-item a {
    border-bottom: 1px solid #e4e4e4;
}

body .main-navigation ul.menu ul.sub-menu > li > ul.sub-menu li.menu-item:last-child a {
    border-bottom: 0;
}

body .elementor-widget-bookory-product-categories .product-cat-caption {
    bottom: -60px;
    padding-left: 0px;
}

body .slick-list {
    padding-bottom: 30px;
}

body .elementor-widget-bookory-product-categories .cat-title {
    text-align: left !important;
    font-size: 18px;
}

body .elementor-widget-bookory-all-author.style-2 .thumbnail img {
    width: 280px;
    height: 330px;
}

body .elementor-widget-bookory-all-author.style-2 .author-block {
    margin-bottom: 60px;
}

body .elementor-widget-bookory-all-author.style-2 .name {
    font-size: 18px;
    font-weight: 500;
}

.tragaluz-newsletter-form input[type='email']:focus {
    border: 2px solid #de6b70;
}
.tragaluz-newsletter-form input[type='email'] {
    border: 2px solid transparent;
    border-radius: 50px;
    padding-left: 1.41575em;
    border-color: #f6f6f6;
    background: #f6f6f6;
    float: left;
    position: relative;
    z-index: 1;
    width: 90%;
    padding-right: 143px;
}
.tragaluz-newsletter-form input[type='submit'] {
    position: relative;
    z-index: 2;
    margin-left: -132px;
}
.tragaluz-check {
    position: relative;
    display: block;
    clear: both;
    margin-top: 10px;
    margin-left: 10px;
}
.tragaluz-check input {
    margin-right: 10px;
}

body .wc-block-grid__product-onsale,
.onsale {
    width: auto;
    height: 40px;
    padding: 10px 15px;
    color: #ffffff;
    background-color: var(--tragaluz-primary);
}

body.single-product .bookory-social-share a {
    filter: grayscale();
}
body.single-product .bookory-social-share a:hover {
    filter: none;
}

.tg-brand {
    position: relative;
    margin: 25px 0px;
    padding: 10px;
    line-height: 0;
}
.tg-brand img {
    width: 130px;
    filter: grayscale();
    transition: all ease 500ms;
}
.tg-brand a:hover img {
    filter: none;
}
.tg-brand a {
    display: inline-block;
    margin: 0px 5px;
}
.tg-brand h3 {
    display: inline;
    float: left;
    margin: 0;
    margin-right: 30px;
    line-height: 100px;
}

body.single-product div.product .summary.entry-summary .woosw-btn,
body.single-product div.product form.cart .quantity_wrap .quantity_label {
    font-size: 14px;
}

body .cart_totals table.shop_table_responsive tr td {
    width: 40%;
}

body .ywgc-gift-card-applied th span {
    display: block;
}

body.page-id-17 table.shop_table_responsive tr td {
    text-align: left;
}

body .my_account_orders .button,
.woocommerce-MyAccount-downloads .button  {
    border-radius: 4px;
}

body.error404 .error-btn {
    width: 230px;
}

body.single-product .time-sale .deal-text {
    max-width: 200px;
}

body.single-post .tags-links a {
    margin: 5px;
}

@media (min-width: 768px) {
    body .woocommerce-MyAccount-navigation {
        width: 20%;
    }

    body .woocommerce-MyAccount-content {
        width: 76%;
    }
}

@media (max-width: 767px) {
    body .elementor-widget-bookory-image-gallery .elementor-galerry__filter {
        width: 47%;
    }

    body
        .footer-width-fixer
        .elementor-widget-bookory-search
        .site-header-search
        a.button-search-popup {
        color: var(--tragaluz-beige);
        font-family: 'Sora', Sans-serif;
    }

    body
        .footer-width-fixer
        .elementor-widget-bookory-search
        .site-header-search
        .button-search-popup
        .content {
        font-weight: 500;
        font-size: 14px;
    }

    body .footer-width-fixer .site-header-search > a i {
        color: var(--tragaluz-beige);
    }

    body .cart_totals table.shop_table_responsive tr td {
        width: 100%;
    }

    body table.shop_table_responsive tbody tr.ywgc-gift-card-applied th {
        display: block;
    }

    body table.shop_table_responsive tbody tr.ywgc-gift-card-applied th span {
        width: 100%;
    }
}