/*  
Theme Name:   Mayosis
Theme URI: https://teconce.com
Description: Wordpress Theme With Easy Digital Download & Awesome Options.
Author: Teconce
Author URI: https://teconce.com/contact/
Version:5.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: mayosis */

.mayosis-woo-single-hero-thumbnail-main-box {
    height: 550px;
    overflow: hidden !important;
    position: relative;
}

/* default state: image at normal position */

.mayosis-woo-single-hero-thumbnail-main-box .product-main-image img {
    display: block;
    transform: translateY(0);
    transition: transform 2s linear; /* Smooth upward scroll */
}

/* when hovered — JS will apply animation */
.mayosis-woo-single-hero-thumbnail-main-box.hover-active .product-main-image img {
    animation: hoverScroll linear forwards;
}

/* placeholder keyframes; will be overwritten by JS */
@keyframes hoverScroll {
    0%   { transform: translateY(0); }
    100% { transform: translateY(0); }
}


.beethemes_bundle_banner_image {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}
.overlay_content_center {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.product_hover_demo_button{
    margin: 0px !important;
}
.product-single-image-wrapper img{
    height: 270px !important;
    object-fit: cover;
    object-position: top;
}
.recent-product-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    border-radius: 12px;
    margin: 0 auto;
    background: var(--primary-color);
    font-size: 16px;
    line-height: 27px;
    color: #fff !important;
    text-transform: initial;
    text-decoration: none;
}

.beethemes_bundle_banner_image img {
    height: 180px !important;
    border-radius: 3px;
}
.beethemes_bundle_banner_image .footer-sidebar.widget_media_image,.beethemes_bundle_banner_image .footer-sidebar.widget_text {
    width: 50%;
}
.beethemes_bundle_banner_image h4.footer-widget-title {
    color: #fff;
    border: 0px;
    padding: 0px;
}
.products-tab-list button.active{
    background: #222B4F !important;
}
.mayosis-woo-single-hero-thumbnail-main-box .flickity-slider {
    width: 100%;
    height: 550px;
}
.mayosis-woo-single-hero-thumbnail-main-box:hover img {
  bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}
.mayosis-woo-single-hero-thumbnail-main-box {
    height: 550px;
    overflow-y: auto; /* or overlay */
}

.mayosis-woo-single-hero-thumbnail-main-box {
    scrollbar-width: none; /* Firefox */
}
.mayosis-woo-single-hero-thumbnail-main-box img{
    cursor: pointer !important;
}
.row.shop-page-row {
    flex-direction: row-reverse;
}
.mayosis-woo-single-hero-thumbnail-main-box::-webkit-scrollbar {
    display: none; /* Chrome */
}


.beethemes_bundle_banner_image .footer-sidebar.widget_text {
    margin: 0px;
}
.banner-image {
    position: absolute !important;
    right: 0px;
    top: 0px;
    width: 580px !important;
}
.banner-image img{
    height: 512px !important;
}
.has_mayosis_custom_bg.elementor-section .elementor-container{
    position: initial;
}
.has_mayosis_custom_bg{
    position: relative;
}
.beethemes_bundle_banner {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}
.beethemes_bundle_banner_image .footer-sidebar.widget_media_image{
    margin: 0px;
}
.beethemes_bundle_banner_image .footer-sidebar.widget_text {
    color: #000000;
    text-align: center;
}
.beethemes_bundle_banner_image .footer-sidebar.widget_text h4 {
    color: #000000;
    font-size: 22px;
    margin: 0;
    text-align: center;
    font-weight: 900;
}
.beethemes_bundle_banner_image .footer-sidebar.widget_text p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    letter-spacing: 0;
}
.beethemes_bundle_banner_image .footer-sidebar.widget_text p a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    border-radius: 12px;
    margin: 0 auto;
    height: 47px;
    background: var(--primary-color);
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-transform: initial;
    text-decoration: none;
}
.mayosis-woo-single-meta-contents h1.product_title.entry-title{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.mayosis-woo-single-meta-contents {
    padding-left: 20px !important;
}
.single-product-themebee{
    padding: 0px !important;
}
.single-product-btn-main .single-btn-1-row{
    gap:30px
}
.single-product-themebee .buy-btn-single-product,.single-product-themebee .view_demo,.single-product-themebee .pro-premium_documentation,.single-product-themebee .pro-button,.single-product-themebee .free_documentation {
    width: 33.3%;
}
.mayosis-woo-sidebar-p-details .price {
    margin: 0px 0 40px 0 !important;
}
#mayosis_woo_product_details-1 .widget-title{
    margin-bottom: 0px !important;
}
.single-product-themebee .download.text-center {
    width: 100%;
}
.single-product-themebee a,.download .single-product-themebee a.single_add_to_cart_btn, .single-product-themebee a.single_view_demo_btn, .single-product-themebee a.single-custom-button-main-docs, .single-product-themebee .pro-button a.single-custom-button-pro-button, .single-product-themebee  .free_documentation a.single_free_documentation_btn{
    background: #fff;
    padding: 10px 30px;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    border: 2px solid;
    text-align: center;
}

.mayosis-woo-sidebar-p-details .single-product-themebee a.single_view_demo_btn span {
    color: #000000 !important;
}
.single-product-themebee a span,.single-product-themebee  .free_documentation a.single_free_documentation_btn span,.single-product-themebee .pro-button a.single-custom-button-pro-button span,.single-product-themebee a.single_add_to_cart_btn span,.single-product-themebee a.single_view_demo_btn span,.single-product-themebee a.single-custom-button-main-docs span{
    color: #000000 !important;
}
.single-product-themebee a.single_view_demo_btn span{
    color: #fff !important;
}
.single-product-themebee a.single_view_demo_btn {
    background: transparent;
    border: 2px solid;
}
.mayosis-woo-sidebar-p-details .single-product-themebee .buy-btn-single-product,
.mayosis-woo-sidebar-p-details .single-product-themebee .view_demo,
.mayosis-woo-sidebar-p-details .single-product-themebee .pro-premium_documentation,
.mayosis-woo-sidebar-p-details .single-product-themebee .pro-button,
.mayosis-woo-sidebar-p-details .single-product-themebee .free_documentation {
    width: 100%;
    margin-bottom: 20px !important;
}
.mayosis-woo-sidebar-p-details .single-product-themebee .single-btn-1-row,.mayosis-woo-sidebar-p-details .single-product-themebee .single-btn-1-row {
    display: block !important;
}






/* Title style */
.theme-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

/* Slider item layout */
.theme-style-slider-item {
    text-align: center;
    margin-bottom: 15px;
}

/* Image wrapper */
.theme-image-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.theme-image-wrap img {
    width: 100%;
    border-radius: 10px;
    transition: transform .3s ease;
}

.theme-image-wrap:hover img {
    transform: scale(1.05);
}
.widget_product_search button {
    position: absolute;
    right: 7px;
    top: 27px;
    font-size: 14px;
    background: #3239e5;
    color: #fff;
    padding: 6px 10px;
    border: 0px;
    border-radius: 4px;
    font-family: DM Sans !important;
}
.widget_product_search form.woocommerce-product-search {
    position: relative;
}
span.count {
    float: right;
    color: #222b4f;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}
.product-categories .cat-item {
    padding: 12px 0;
    text-align: left;
    list-style: none;
}
/* Product Title */
.theme-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}
.beethemes_bundle_banner_image .owl-nav,.beethemes_bundle_banner_image .owl-dots{
    display: none;
}
.beethemes_bundle_banner_image .theme-style-slider-item img {
    object-position: top;
    height: 250px !important;
    object-fit: cover;
}
.theme-title a {
    color: #222b4f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.theme-title a:hover {
    text-decoration: underline;
}




