@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Black.eot');
    src: url('../fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Black.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Black.woff') format('woff'),
        url('../fonts/SFProDisplay-Black.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Black.svg#SFProDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Heavy.eot');
    src: url('../fonts/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFProDisplay-Heavy.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Heavy.svg#SFProDisplay-Heavy') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
}
:root {
    --responsive--aligndefault-width: 1310px;
    --responsive--alignwide-width: 1310px;
}

body {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; /* or 150% */
    letter-spacing: 0.02em;
    color: #000000;
    background-color:white;
}
.entry-content, .entry-summary {
    font-family: 'SF Pro Display', sans-serif;
}
.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1310px;
    width: 100%;
}
.singular .entry-title,
.small-bold-text,
h1, 
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
}
.singular .entry-title,
h1, .h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 76px;
    text-transform: capitalize;
    color: #33475B;
}
h2, .h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 76px;
    color: #33475B;
}
h3, .h3 {
    font-size: 32px;
    line-height: 40px;
}
.sub-title,
h4, .h4 {
    font-size: 32px;
    line-height: 32px;
}
.support-title,
h5, .h5 {
    font-size: 20px;
    line-height: 28px;
}
.large-text,
.small-title,
h6, .h6 {
    font-size: 18px;
    line-height: 24px;
}
.small-bold-text,
.small-text {
    font-size: 14px;
    line-height: 20px;
}
.support-title,
.small-title,
.small-bold-text {
    font-weight: 700;
}
a {
    transition: all 0.35s;
}
a:hover {
    color: #FF8263
}

.product-heading-button .btn {
    width: auto;
    min-width: 100px !important;
    font-size: 15px !important;
    font-weight: bold;
}
.product-heading-button .btn-secondary {
    background-color: #FF8263 !important;
    border-color: #FF8263 !important;
    color: white!important;
}
.product-heading-button{
    margin-top:  auto !important;
}
.product-heading{
        padding: 29px 0 !important;
}
.woocommerce div.product{
        padding: 46px 15px 9px !important;
}
.woocommerce-variation-description ul li{
    color:  #000000 !important;
}
.btn {
    width: 176px;
    height: 45px;
    padding: 17px 5px;
    border: 2px solid #33475B;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FF8263;
}
.btn:hover {
    border-color: #FF8263;
    background-color: #FF8263;
    color: #ffffff;
}
.btn-secondary {
    border-color: #FF8263;
    background-color: #FF8263;
    color: #ffffff;
}
.btn-secondary:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #FF8263;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]{
    color: #FF8263 !important;
    padding: 17px 62.5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #33475B;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    transition: all 0.35s;
}
.swiper-button-prev {
    left: 0;
    background-image: url(../images/icon-prev.svg);
}
.swiper-button-next {
    right: 0;
    background-image: url(../images/icon-next.svg);
}
.swiper-button-prev:hover {
    background-image: url(../images/icon-prev-hover.svg);
}
.swiper-button-next:hover {
    background-image: url(../images/icon-next-hover.svg);
}

.singular .has-post-thumbnail .entry-header {
    max-width: 100%;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.singular .has-post-thumbnail .entry-header figure.post-thumbnail {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.singular .has-post-thumbnail .entry-header .entry-title {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1310px;
    width: 100%;
    letter-spacing: 0.04em;
}
.singular .has-post-thumbnail .entry-header .container .entry-title {
    padding: 0;
}
.singular .has-post-thumbnail .entry-header figure.post-thumbnail .wp-post-image {
    min-height: 100%;
    object-fit: cover;
    margin: 0;
    max-width: 100% !important;
}

.singular .entry-header {
    border: 0;
    padding: 10px 0;
   
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
}


.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
    background-image: url(../images/eye-slash-solid.svg);
    background-size: contain;
    width: 24px;
    height: 19px;
}

.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before{
    
    background-image: url(../images/eye-solid.svg);
}
@media only screen and (max-width: 767.98px) {    
    body {
        font-size: 14px;
        line-height: 20px;
    }
    .singular .entry-title,
    h1, .h1 {
        font-size: 30px;
        line-height: 52px;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 52px;
    }
    h3, .h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .sub-title,
    h4, .h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .support-title,
    h5, .h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .large-text,
    .small-title,
    h6, .h6 {
        font-size: 16px;
        line-height: 24px; 
    }
    .small-text {
        font-size: 12px;
        line-height: 18px;
    }
    .singular .has-post-thumbnail .entry-header {
        min-height: 152px;
    }
    body label {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Input */
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea,
body .woocommerce form .form-row .input-text, .woocommerce form .form-row select,
.select2-container .select2-selection--single, body select {
    border: 1px solid #D0D5DD;
    height: 44px;
    border-radius: 8px;
    padding: 10px 14px;
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02rem;
    color: #667085;
    box-shadow: none;
        outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 2px 0;
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02rem;
    color: #667085;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/icon-select.svg); 
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    border: 0;
}
.select2-container .select2-selection--single {
    border: 1px solid #D0D5DD;
}
.select2-container.select2-container--open .select2-dropdown--above,
.select2-container.select2-container--open .select2-dropdown--below {
    border: 1px solid #D0D5DD;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
    border-color: #33475B;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 16px;
}

.woocommerce-privacy-policy-text{
        margin-bottom: 16px;
}
.woocommerce-privacy-policy-text *, .woocommerce-form p {
    color: #33475B;

}

body label {
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02rem;
    color: #667085;
}

input[type=checkbox], input[type=radio], .woocommerce-form__label-for-checkbox input[type=checkbox] {
    position: relative;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #686868;
    display: inline-block;
    margin-right: 10px;
    outline: none;
}

.woocommerce-form__label-for-checkbox span {
color:#33475B;
}
.woocommerce-form__label-for-checkbox {
    position: relative;
}


/*Button*/


.site .button:not(.show-password-input, .view, .pay), input[type=submit], button:not(.show-password-input, .view, .pay) {
  background: #FF8263;
    font-family: SF Pro Display;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    color: white;
    padding: 7px 5px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    border: 2px solid #FF8263;
    margin-left: 10px;
}

.site .button:not(.show-password-input, .view, .pay):hover, input[type=submit]:hover, button:not(.show-password-input, .view, .pay):hover{
    background: #FF8263;
    font-family: SF Pro Display;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    color: white;
    padding: 7px 5px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    border: 2px solid #FF8263;
    margin-left: 10px;
    text-decoration: underline;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor, .view)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor, .view)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor, .view)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor, .view)) .woocommerce input.button{
        background: #33475B;
    font-family: SF Pro Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FF8263;
    padding: 17px 62.5px;
    border-radius: 6px;
}
.text-center {
    text-align: center;
}

.error404 header.page-header {
    padding: 40px 0;
}
.search-result-count {
    margin-bottom: 30px;
}
.search-results header.page-header {
    margin-top: 20px;
    margin-bottom: 10px;
}
.woocommerce .wishlist-title a.show-title-form {
    display: none;
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: transparent;
}
.woocommerce .wishlist-title {
    display: none;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    input[type=checkbox]:checked:after{
        top: 2px;
        position: absolute;
        width: 4px;
        height: 7px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        transform: rotate(39deg);
        left: 4px;
    } 
}


@media only screen and (max-width: 767.98px) {    
    input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea,
    body .woocommerce form .form-row .input-text, .woocommerce form .form-row select,
    .select2-container .select2-selection--single, body select {
        font-size: 14px;
        line-height: 20px;
    }
}

.featured-app-card{

       box-shadow: 
               -1px 0px 9px 0px rgba(0, 0, 0, 0.1), 1px 1px 9px 0px rgba(0, 0, 0, 0.1), 1px 1px 15px 4px rgba(0, 0, 0, 0.1), 0px 1px 18px 2px rgba(0, 0, 0, 0.1)
               
}

.woocommerce-products .product-category{
    display: none;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
}
.primary-navigation .sub-menu {
    border: none;
    background-color: white;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: transparent;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, 
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    padding-top: 18px;
}
.primary-navigation .sub-menu .menu-item > a {
    padding: 10px 25px;
}
.primary-navigation li.menu-item.menu-item-has-children > a {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z" fill="%23FFFFFF"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 12px;
}










@media only screen and (max-width: 767.98px) {
    header.site-header {
        height: 65px;
    }
    .site-logo .custom-logo {
        max-height: 45px;
        height: 45px;
        width: 49px;
        object-fit: contain;
    }
    #page {
        padding-top: 65px;
    }
    .header-right, .site-branding {
        width: auto;
    }
    .site-branding {
        width: 100px;
    }
    .menu-button-container {
        display: flex;
        position: static;
        top: 0;
        right: 0;
        padding: 0;
    }
    .primary-navigation li.menu-item.menu-item-has-children > a {
        background: no-repeat;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        padding: 0;
        margin: 0;
    }

    .primary-navigation .sub-menu .menu-item > a {
        font-weight: normal;
    }
    .primary-navigation-open .primary-navigation > .primary-menu-container {
        position: fixed;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        top: 65px;
    }
    .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        display: flex;
    }
    .primary-navigation-open .menu-button-container {
        width: auto;
        background: transparent;
    }
    .menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 5px;
    }
    .primary-navigation > .primary-menu-container {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
        padding-left: var(--global--spacing-unit);
        padding-right: var(--global--spacing-unit);
        padding-bottom: var(--global--spacing-horizontal);
        background-color: var(--global--color-background);
        transform: translateY(var(--global--spacing-vertical));
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        background-color: #2F80ED;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item {
        width: 100%;
    }
    .primary-navigation > div > .menu-wrapper {
        padding-bottom: 0;
    }
    .header-account svg {
        margin-right: 0;
    }
    .header-button {
        display: none;
    }
    .footer-account {
        flex-direction: column;
        justify-content: left;
        text-align: left;
        padding: 21px 12px 12px;
        gap: 32px;
    }
    .footer-account h2 {
        margin: 0px 0 20px;
    }
    .footer-account-right {
        text-align: left;
    }
    .footer-account-right .btn {
        font-size: 16px;
        padding: 15px 14.5px;
        height: auto;
        width: auto;
    }
    .footer-account-right .footer-content-link {
        font-size: 16px;
        line-height: 24px;
        margin-top: 17px;
    }
    .footer-account-right .footer-content-link a {
        margin-left: 8px;
    }
    .footer-widgets .widget-area {
        flex-direction: column;
        gap: 0;
    }

    .footer-widgets .widget-area .widget {
        margin: 10px 0;
        text-align: left;
    }

    .footer-widgets .widget-area .menu-intergrations-container {
        margin-top: 0;
    }

    .site-footer {
        text-align: left;
    }

    .social-icons {
        justify-content: cenleftter;
    }
    .footer-widgets .widget-area .footer-menu {
        flex-direction: column;
    }   
    .footer-copyright {
        text-align: center;
    }
}
 #page{
    background-color: white;
 }


.yith-wcan-filters .yith-wcan-filter[data-taxonomy="filter_categories"] .filter-title {
    background-image: url(../images/categories.svg);
    background-size: 17px;
    background-position: 8px;
}

.yith-wcan-filters .yith-wcan-filter[data-taxonomy="filter_languages"] .filter-title {
    background-image: url(../images/language.svg);
    background-size: 17px;
    background-position: 8px;
}
.yith-wcan-filters .yith-wcan-filter[data-taxonomy="filter_platform"] .filter-title {
    background-image: url(../images/platform.svg);
    background-size: 25px;
    background-position: 3px -2px;
}