/**
* Theme Name: Mayosis Child
* Description: This is a child theme of Mayosis, generated by Auto Installer.
* Author: <a href="https://teconce.com/contact/">Teconce</a>
* Template: mayosis
* Version: 4.5.8
*/

.single-applications .mayosis-woo-single-hero-thumbnail {
    text-align: center;
}

.single-applications .mayosis-woo-single-hero-thumbnail img {
    border-radius: 10px;
    max-width: 250px;
    max-height: 250px;
}

.font-bold {
    font-weight: 800;
}

.app-reviews {
    margin-top: 6.25rem;
}

.app_categories h3 {
    font-size: 3rem;
    text-align: center;
}

.app_categories .subtitle {
    color: #222B4FA1;
    font-family: "DM Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

#grid-cat-edd a.cat--grid--stl-2 {
    background: #EFF4F7;
    border: 1px solid #EFF4F7;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 8px;
    font-weight: 500;
    transition: background ease-in-out .2s, .2s ease-in-out color;
}

#grid-cat-edd a.app-item-view {
    display: flex;
}

.edd-cat-box-main-stl2 .icon {
    font-size: 1.6rem!important;
}

#grid-cat-edd a.cat--grid--stl-2:hover {
    background: #3239e5;
    color: #fff;
}

.app-filter-title {
    color: #222B4FA1;
    font-size: .75rem;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
    grid-auto-rows: minmax(15px, auto);
}

.category-item-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #EFF4F7;
    height: 24px;
    width: 24px;
    position: relative;
    transition: .2s ease-in-out background;
}

.category-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
    font-size: 0.8rem;
    color: #000;
    cursor: pointer;
    margin: 5px 0;
    transition: background ease-in-out .2s, .2s ease-in-out color;
}


.category-item-checkbox:after {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093l3.473-4.425z'/%3E%3C/svg%3E");
    background-color: #fff;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .2s ease-in-out opacity;
}

.category-item:hover .category-item-checkbox:after  {
    opacity: 1;
}

.category-item:hover .category-item-checkbox {
    background:rgba(50, 56, 229, 0.5);
}

.category-item.active .category-item-checkbox {
    background: #3239e5;
    color: #fff;
}

.category-item.active .category-item-checkbox:after {
    opacity: 1;
}

.category-item.active:hover .category-item-checkbox:after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E");
}

.app-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    grid-auto-rows: minmax(250px, auto);
}

@media (max-width: 767px) {
    .app-list-wrapper {
        gap: 0;
    }
}

.app-item-view {
    border: 1px solid #EFF4F7;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    transition: background ease-in-out .2s, .2s ease-in-out color;
    display: flex;
    flex-direction: column;
}

.app-item-view:hover {
    background: #3239e5;
    color: #fff;
}

.app-item-view:hover .app-item-category,
.app-item-view:hover .app-item-description,
.app-item-view:hover .app-item-license {
    color: #fff!important;
}

.app-item-view .app-item-image {
    text-align: center;
}

.app-item-view .app-item-image img {
    height: 124px;
    width: 124px;
    object-fit: cover;
    border-radius: 8px;
    margin: 10px auto;
}

.app-item-view .app-item-category {
    text-align: center;
}

.app-item-view .app-item-category {
    color: rgb(50, 57, 229);
    font-size: .75rem;
    font-weight: 800;
}

.app-item-title {
    font-weight: 600;
    text-align: center;
}

.app-item-description {
    font-size: .875rem;
    color: rgb(82, 82, 82);
    margin-bottom:15px;
    text-align: center;
}

.app-list-wrapper {
    margin-bottom: 5px;
}

.app-item-license {
    font-size: .75rem;
    margin-top: auto;
    color: rgb(108, 112, 232);
    text-align: center;
    text-transform: uppercase;
}

.edd-cat-box-main-stl2-img img {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.mayosis-woo-single-meta-info {
    background: rgba(0,0,0,0.2);
    border-radius: 12px;
    font-size: 0.8rem;
    padding: 10px;
    margin: 10px 0;
}

@media (max-width: 991px) {
    .mayosis-woo-single-meta-info {
        margin-top: 25px!important;
    }

    #breadcrumbs {
        margin: 20px 0;
    }

    .msv-woo-single-cp-right {
        order: -1;
    }
}

.mayosis-woo-single-meta-info p {
    margin: 0;
}

@media (max-width: 767px) {
    .elementor-2422 .elementor-element.elementor-element-5c9be5a8 {
        padding: 25px 10px!important;
    }

    .elementor-2422 .elementor-element.elementor-element-1c4d1f3 > .elementor-widget-container {
        margin: 0!important;
    }

    .elementor-2422 .elementor-element.elementor-element-6424aa20 .elementor-heading-title {
        font-size: 32px!important;
    }

}

.swiper-prev-arrow,
.swiper-next-arrow {
    height: 48px;
    width: 48px;
    border: 1px solid #EFF4F7;
    color:rgb(50, 57, 229);
    border-radius: 50%;
    display: flex;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.swiper-arrows {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    z-index: 10;
}

@media (max-width: 767px) {
    .swiper-arrows {
        display: flex;
    }
}

#account-mob {
    display: none!important;
}

footer .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}

footer .elementor-section.elementor-top-section {
    padding: 10px!important;
}

.elementor-widget-wrap {
    margin: 10px 0;
}

.elementor-2422 .elementor-widget-wrap {
    margin: 0;
}

section.elementor-section {
    margin: 10px 0;
}

.app_price_box {
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid #c7d1d7;
    margin-bottom: 15px;
}

.app_price_box p {
    margin: 0;
}

.app_price_box .title {
    font-size: 1.2rem;
    font-weight: 800;
}

.app_price_box .price {
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    font-weight: 800;
    line-height: 0.8;
}

.app_price_box .additional_info {
    text-align: right;
    display: block;
    color: rgb(75, 75, 75);
    font-size: 0.8rem;
    font-weight: 400;
}

.app_price_box.featured {
    border: 1px solid #3239e5;
    position: relative;
}

.app_price_box.featured:before {
    content: 'Nasz wybór';
    background: #3239e5;
    padding: 2px 10px;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border-radius :5px;
    font-size: 0.7rem;
    font-weight: 800;
    left: 5px;
    top: -8px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1460px!important;
    gap: 50px;
}

footer .elementor-widget-image img {
    height: 36px;
    margin-top: -9px;
    width: auto;
}

#mayosis-sidebar .mayosis-sidebar-header {
    margin-top: 20px;   
}

.elementor-column > .elementor-widget-wrap {
    margin-top: 16px;
}

#mayosis_price_list .btn {
    margin: 20px 0;
}

.seo_result {
    font-size: 14px;
}

.related_apps {
    margin: 30px 0;
}

.swiper-wrapper {
    align-items: stretch;
    height: 400px!important;
}

.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first {
    float: none!important;
}

#menu-main-menu {
    height: 75vh;
    overflow-y: auto;
}

.mobile-only {
    display: none!important;
}

.desktop-only {
    display: block!important;
}

.divider {
    width: 100%;
    pointer-events: none!important;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 0.75rem 0!important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block!important;
    }

    .desktop-only {
        display: none!important;
    }
}

@media (max-width: 1600px) {
    #menu-main-menu {
        height: 70vh;
    }
}

.wp-block-search__inside-wrapper {
    width: 100%;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
}

.wp-block-search__inside-wrapper input {
    width: 100%;
}

.wp-block-search__inside-wrapper button {
    color: #ffffff;
    background-color: #3239e5;
    border-color: #3239e5;
    line-height: 22px;
    max-height: 40px;
    padding: 7px 20px 10px;
    border-radius: 3px;
    color: #fff;
    margin: 0 15px;
    transition: all .25s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}