/*!
Theme Name: InvSmart
Theme URI: https://wedside.co/
Author: Physcode
Author URI: https://codinganme.com/
Description: Premium Online LMS & Education WordPress Theme.
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: wedside
Domain Path: /languages/
*/
/*!--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Variables
2.0 - Bootstrap 5

3.0 - Mixins
   3.1 - animate
   3.2 - extend
4.0 - Reset
5.0 - Header
   5.1 - Header
   5.2 - Main menu
6.0 - Breadcrumb
7.0 - Blog
   7.1 - Sidebar
   7.2 - Archive
   7.3 - Single
8.0 - WooCommerce
   8.1 - Sidebar
   8.2 - Woo
   8.3 - Archive & Single
   8.4 - Woo Pages
   8.5 - Content Product
9.0 - Footer
10.0 - Features
11.0 - Typography
12.0 - Elements
13.0 - General
14.0 - Theme Elementor Kit
15.0 - Form
16.0 - Courses
17.0 - Events
18.0 - Elementor
--------------------------------------------------------------*/
/*!--------------------------------------------------------------
1.0 - Variables
----------------------------------------------------------------*/
/*!--------------------------------------------------------------
2.0 - Boostrap
----------------------------------------------------------------*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.2rem);
    padding-left: var(--bs-gutter-x, 1.2rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1330px
    }
}

@media (max-width:1399.98px) {
    .container {
        max-width: none
    }
}

.row {
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5)
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 0.25rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 0.25rem !important
}

.me-2 {
    margin-right: 0.5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 0.25rem !important
}

.ms-2 {
    margin-left: 0.5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 0.25rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 0.25rem !important
}

.pe-2 {
    padding-right: 0.5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 0.25rem !important
}

.ps-2 {
    padding-left: 0.5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 0.25rem !important
    }

    .me-sm-2 {
        margin-right: 0.5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 0.25rem !important
    }

    .mt-md-2 {
        margin-top: 0.5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 0.25rem !important
    }

    .me-md-2 {
        margin-right: 0.5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 0.25rem !important
    }

    .ms-md-2 {
        margin-left: 0.5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 0.25rem !important
    }

    .pt-md-2 {
        padding-top: 0.5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 0.25rem !important
    }

    .pe-md-2 {
        padding-right: 0.5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 0.25rem !important
    }

    .ps-md-2 {
        padding-left: 0.5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 0.25rem !important
    }

    .me-lg-2 {
        margin-right: 0.5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 0.25rem !important
    }

    .me-xl-2 {
        margin-right: 0.5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*!--------------------------------------------------------------
3.0 - mixins
----------------------------------------------------------------*/
.screen-reader-text {
    display: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body p {
    margin-bottom: 20px
}

body p:last-child {
    margin-bottom: 0
}

a:focus,
a:active {
    text-decoration: none
}

.container .lp-content-area {
    padding-right: 0;
    padding-left: 0
}

hr {
    border: none;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    margin: 20px 0
}

code {
    white-space: normal
}

.clear {
    clear: both
}

mark {
    background-color: yellow;
    color: black
}

.alert {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

input:focus,
textarea:focus,
a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none
}

.post.sticky .entry-content {
    padding: 25px;
    background: rgba(0, 0, 0, 0.04)
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {

    .alignleft,
    .alignright {
        float: none
    }
}

img {
    max-width: 100%;
    height: auto
}

figure {
    max-width: 100%
}

.wp-block-archives-list,
.wp-block-categories-list {
    padding-inline-start: 1.5em;
    margin-block-end: 1.5em
}

blockquote.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

blockquote.alignright,
img.alignright {
    margin: 7px 0 7px 24px
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery {
    margin-bottom: 20px
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both
}

.bypostauthor>article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

@media (min-width:1025px) {
    body.home #masthead.overlay {
        position: absolute;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.2)
    }
}

body.home #masthead.overlay .navigation .width-navigation .inner-navigation .navbar-main-menu>li.menu-item-button .thim-ekits-menu__nav-link {
    border: 1px solid #fff
}

#masthead {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    background-color: var(--phys-main_menu_color-background_color);
    box-shadow: 0px 4px 30px 0px rgba(188, 209, 223, 0.4);
    width: 100%
}

#masthead.affix {
    z-index: 999;
    position: fixed;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    background-color: var(--phys-main_menu_color-background_color)
}

#masthead.affix.custom-sticky {
    background-color: var(--phys-sticky_menu-background_color)
}

#masthead.affix.custom-sticky .navbar-main-menu>li>a,
#masthead.affix.custom-sticky .navbar-main-menu>li>span {
    color: var(--phys-sticky_menu-text_color)
}

#masthead.affix.custom-sticky .navbar-main-menu>li>a:hover,
#masthead.affix.custom-sticky .navbar-main-menu>li>span:hover {
    color: var(--phys-sticky_menu-text_color_hover)
}

@media (min-width:1025px) {
    .mobile-menu-container {
        display: none
    }
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media (max-width:1024px) {
    .navigation {
        flex-direction: row-reverse
    }

    .navigation:has(.has-menu-right) {
        flex-direction: row
    }

    .navigation:has(.has-menu-right) .menu-mobile-effect span {
        left: 0
    }
}

.navigation .width-logo {
    margin: 14px 0;
    width: var(--phys-width_logo);
    line-height: 1
}

@media (max-width:600px) {
    .navigation .width-logo {
        max-width: 154px
    }
}

.navigation .width-logo a {
    display: inline-block
}

.navigation .width-navigation ul {
    list-style: none
}

.navigation .width-navigation .inner-navigation .navbar-main-menu>li.menu-item-button:hover .thim-ekits-menu__nav-link {
    color: var(--phys-main_menu_color-text_color_hover);
    background-color: #fff
}

.navigation .width-navigation .inner-navigation .navbar-main-menu>li.menu-item-button:hover .thim-ekits-menu__nav-link i {
    color: var(--phys-main_menu_color-text_color_hover)
}

.navigation .width-navigation .inner-navigation .navbar-main-menu>li.menu-item-button .thim-ekits-menu__nav-link {
    padding: 12px 24px;
    border-radius: 48px;
    border: 1px solid var(--phys-border_color)
}

@media (max-width:1024px) {
    .navigation .width-navigation .inner-navigation .navbar-main-menu>li.menu-item-button .thim-ekits-menu__nav-link {
        display: none
    }
}

.navigation .width-navigation .inner-navigation .navbar-main-menu>li.menu-item-button .thim-ekits-menu__nav-link i {
    transition: all 0.3s ease;
    color: var(--phys-main_menu_color-text_color)
}

.navigation .width-navigation .inner-navigation .navbar-main-menu>li.menu-item-button .thim-ekits-menu__icon {
    display: none
}

.navigation .width-navigation .inner-navigation .navbar-main-menu>li .sub-menu,
.navigation .width-navigation .inner-navigation .navbar-main-menu>li .thim-ekits-menu__content {
    background-color: var(--phys-sub_menu-background_color);
    border-radius: 0 0 10px 10px;
    z-index: 1001
}

.navigation .width-navigation .inner-navigation .navbar-main-menu>li span.thim-ekits-menu-item-description {
    display: none
}

.navigation .width-navigation .inner-navigation .navbar-main-menu .thim-ekits-menu__icon-menu-back:not(.show-icon) {
    display: none
}

.navigation .navbar-main-menu li {
    position: relative
}

@media (min-width:1025px) {
    .navigation .navbar-main-menu li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: "thim-ekits" !important;
        display: inline-block;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 5px;
        font-size: 10px
    }
}

.navigation .navbar-main-menu li.menu-item-has-children>a.thim-ekits-menu__nav-link:after {
    content: none
}

.navigation .navbar-main-menu>li.menu-item-has-children:hover>.thim-ekits-menu__icon:before,
.navigation .navbar-main-menu>li.thim-ekits-menu__has-dropdown:hover>.thim-ekits-menu__icon:before,
.thim-ekit__header .navbar-main-menu>li.menu-item-has-children:hover>.thim-ekits-menu__icon:before,
.thim-ekit__header .navbar-main-menu>li.thim-ekits-menu__has-dropdown:hover>.thim-ekits-menu__icon:before {
    transition: transform 0.4s ease;
    transition-delay: 0.4s;
    transform: rotate(-180deg)
}

.navigation .navbar-main-menu>li .thim-ekits-menu__icon:before,
.thim-ekit__header .navbar-main-menu>li .thim-ekits-menu__icon:before {
    transition: transform 0.4s ease
}

.navigation .js_hover,
.thim-ekit__header .js_hover {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    flex: 0 0 auto;
    --lh: 1.2;
    line-height: var(--lh);
    overflow: hidden;
    backface-visibility: hidden
}

.navigation .js_hover>*,
.thim-ekit__header .js_hover>* {
    flex: 0 0 auto;
    backface-visibility: hidden;
    text-shadow: 0 calc(var(--lh) * 1em) 0 currentColor;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s ease;
    --delay: 0.05s
}

.navigation .js_hover:has(>*:nth-child(10))>*,
.thim-ekit__header .js_hover:has(>*:nth-child(10))>* {
    --delay: 0.04s
}

.navigation .js_hover:has(>*:nth-child(20))>*,
.thim-ekit__header .js_hover:has(>*:nth-child(20))>* {
    --delay: 0.03s
}

@media (pointer:fine) {

    .navigation li:hover .js_hover>*,
    .thim-ekit__header li:hover .js_hover>* {
        transform: translate3d(0, calc(var(--lh) * -1em), 0)
    }

    .navigation li:hover .js_hover>*:nth-child(1),
    .thim-ekit__header li:hover .js_hover>*:nth-child(1) {
        transition-delay: calc(0 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(2),
    .thim-ekit__header li:hover .js_hover>*:nth-child(2) {
        transition-delay: calc(1 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(3),
    .thim-ekit__header li:hover .js_hover>*:nth-child(3) {
        transition-delay: calc(2 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(4),
    .thim-ekit__header li:hover .js_hover>*:nth-child(4) {
        transition-delay: calc(3 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(5),
    .thim-ekit__header li:hover .js_hover>*:nth-child(5) {
        transition-delay: calc(4 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(6),
    .thim-ekit__header li:hover .js_hover>*:nth-child(6) {
        transition-delay: calc(5 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(7),
    .thim-ekit__header li:hover .js_hover>*:nth-child(7) {
        transition-delay: calc(6 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(8),
    .thim-ekit__header li:hover .js_hover>*:nth-child(8) {
        transition-delay: calc(7 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(9),
    .thim-ekit__header li:hover .js_hover>*:nth-child(9) {
        transition-delay: calc(8 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(10),
    .thim-ekit__header li:hover .js_hover>*:nth-child(10) {
        transition-delay: calc(9 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(11),
    .thim-ekit__header li:hover .js_hover>*:nth-child(11) {
        transition-delay: calc(10 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(12),
    .thim-ekit__header li:hover .js_hover>*:nth-child(12) {
        transition-delay: calc(11 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(13),
    .thim-ekit__header li:hover .js_hover>*:nth-child(13) {
        transition-delay: calc(12 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(14),
    .thim-ekit__header li:hover .js_hover>*:nth-child(14) {
        transition-delay: calc(13 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(15),
    .thim-ekit__header li:hover .js_hover>*:nth-child(15) {
        transition-delay: calc(14 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(16),
    .thim-ekit__header li:hover .js_hover>*:nth-child(16) {
        transition-delay: calc(15 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(17),
    .thim-ekit__header li:hover .js_hover>*:nth-child(17) {
        transition-delay: calc(16 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(18),
    .thim-ekit__header li:hover .js_hover>*:nth-child(18) {
        transition-delay: calc(17 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(19),
    .thim-ekit__header li:hover .js_hover>*:nth-child(19) {
        transition-delay: calc(18 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(20),
    .thim-ekit__header li:hover .js_hover>*:nth-child(20) {
        transition-delay: calc(19 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(21),
    .thim-ekit__header li:hover .js_hover>*:nth-child(21) {
        transition-delay: calc(20 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(22),
    .thim-ekit__header li:hover .js_hover>*:nth-child(22) {
        transition-delay: calc(21 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(23),
    .thim-ekit__header li:hover .js_hover>*:nth-child(23) {
        transition-delay: calc(22 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(24),
    .thim-ekit__header li:hover .js_hover>*:nth-child(24) {
        transition-delay: calc(23 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(25),
    .thim-ekit__header li:hover .js_hover>*:nth-child(25) {
        transition-delay: calc(24 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(26),
    .thim-ekit__header li:hover .js_hover>*:nth-child(26) {
        transition-delay: calc(25 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(27),
    .thim-ekit__header li:hover .js_hover>*:nth-child(27) {
        transition-delay: calc(26 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(28),
    .thim-ekit__header li:hover .js_hover>*:nth-child(28) {
        transition-delay: calc(27 * var(--delay))
    }

    .navigation li:hover .js_hover>*:nth-child(29),
    .thim-ekit__header li:hover .js_hover>*:nth-child(29) {
        transition-delay: calc(28 * var(--delay))
    }
}

span.thim-ekits-menu-item-description {
    display: none
}

@media (min-width:1025px) {
    .navigation .inner-navigation .navbar-main-menu {
        border: none;
        min-height: inherit;
        font-size: var(--phys-main_menu-font-size)
    }

    .navigation .inner-navigation .navbar-main-menu>li.menu-item-button.menu-item {
        margin: 0 4px;
        padding-top: clamp(0px, 5vw, 24px);
        padding-bottom: clamp(0px, 5vw, 24px)
    }

    .navigation .inner-navigation .navbar-main-menu>li.menu-item {
        margin: 0 8px;
        padding: 33px 12px
    }

    .navigation .inner-navigation .navbar-main-menu>li.current-menu-parent>a,
    .navigation .inner-navigation .navbar-main-menu>li.current-menu-parent>span,
    .navigation .inner-navigation .navbar-main-menu>li.current_page_parent>a,
    .navigation .inner-navigation .navbar-main-menu>li.current_page_parent>span,
    .navigation .inner-navigation .navbar-main-menu>li.current_page_ancestor>a,
    .navigation .inner-navigation .navbar-main-menu>li.current_page_ancestor>span,
    .navigation .inner-navigation .navbar-main-menu>li.current_page_item>a,
    .navigation .inner-navigation .navbar-main-menu>li.current_page_item>span {
        color: var(--phys-main_menu_color-text_color_hover)
    }

    .navigation .inner-navigation .navbar-main-menu>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible
    }

    .navigation .inner-navigation .navbar-main-menu>li:hover>a,
    .navigation .inner-navigation .navbar-main-menu>li:hover>span {
        color: var(--phys-main_menu_color-text_color_hover)
    }

    .navigation .inner-navigation .navbar-main-menu>li span.icon-toggle {
        display: none
    }

    .navigation .inner-navigation .navbar-main-menu>li span.thim-ekits-menu__icon {
        transition: 0.3s
    }

    .navigation .inner-navigation .navbar-main-menu>li>a,
    .navigation .inner-navigation .navbar-main-menu>li>span {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-transform: var(--phys-main_menu-text-transform);
        font-weight: var(--phys-main_menu-font-weight);
        font-size: var(--phys-main_menu-font-size);
        line-height: var(--phys-main_menu-line-height);
        color: var(--phys-main_menu_color-text_color)
    }

    .navigation .inner-navigation .navbar-main-menu>li>ul.sub-menu {
        left: 0
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu {
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 12px;
        position: absolute;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        min-width: 200px
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li {
        width: 100%;
        text-align: left;
        position: relative
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li a,
    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li span {
        margin: 1px 0;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 15px;
        color: var(--phys-sub_menu-text_color);
        line-height: 1.2;
        border-radius: var(--phys-border-radius-button, 48px)
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li a.thim-ekits-menu__icon,
    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li span.thim-ekits-menu__icon {
        padding-top: 0;
        padding-right: 0
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li a:hover,
    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li span:hover {
        color: var(--phys-sub_menu-text_color_hover);
        background-color: var(--phys-background_section_color)
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li.current-menu-item a,
    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li.current_page_item a {
        color: var(--phys-sub_menu-text_color_hover);
        background-color: var(--phys-background_section_color)
    }

    .navigation .inner-navigation .navbar-main-menu>li .sub-menu li>.sub-menu {
        top: 0;
        left: calc(100% + 16px)
    }

    .navigation .inner-navigation .navbar-main-menu>li .thim-ekits-menu__content {
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
    }

    .navigation .inner-navigation .navbar-main-menu li {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        cursor: pointer
    }
}

@media (max-width:1024px) {
    .width-navigation {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: translate(-100%);
        -moz-transform: translate(-100%);
        -ms-transform: translate(-100%);
        -o-transform: translate(-100%);
        position: fixed;
        visibility: hidden;
        padding: 20px 0;
        bottom: 0;
        left: 0;
        z-index: 1002;
        width: 100%;
        max-width: 320px;
        overflow: auto;
        background: var(--phys-main_menu_color-background_color)
    }

    .width-navigation span.icon-toggle {
        cursor: pointer
    }

    .width-navigation>.inner-navigation {
        height: 100%;
        overflow-y: auto;
        padding: 0 10px 0 15px
    }

    .width-navigation ul {
        float: none
    }

    .width-navigation ul.navbar-main-menu {
        margin: 0
    }

    .width-navigation ul.sub-menu {
        display: none;
        padding-left: 15px
    }

    .width-navigation ul.sub-menu li ul {
        display: block
    }

    .width-navigation ul li {
        float: none;
        display: block
    }

    .width-navigation ul li.disable_link {
        margin-left: 20px
    }

    .width-navigation ul li.thim-ekits-menu__is-hover>.thim-ekits-menu__content {
        position: fixed;
        top: 46px
    }

    .width-navigation ul li .icon-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        width: 32px;
        height: 32px;
        top: 8px
    }

    .width-navigation ul li .icon-toggle:before,
    .width-navigation ul li .icon-toggle:after {
        display: none
    }

    .width-navigation ul li .icon-toggle i {
        font-size: 10px;
        vertical-align: middle
    }

    .width-navigation ul li a {
        padding: 12px 6px;
        display: block;
        font-weight: var(--phys-main_menu-font-weight);
        line-height: var(--phys-main_menu-line-height);
        outline: none
    }

    .width-navigation ul li a:hover,
    .width-navigation ul li a :focus {
        background: transparent
    }

    .width-navigation ul li span {
        font-weight: var(--phys-main_menu-font-weight)
    }

    .menu-mobile-effect {
        position: relative;
        margin: 18px 0;
        display: table-cell;
        vertical-align: middle;
        width: 38px;
        height: 28px;
        z-index: 1;
        cursor: pointer
    }

    .menu-mobile-effect span {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 28px;
        position: absolute;
        top: 6px;
        right: 0;
        background: var(--phys-main_menu_color-text_color);
        height: 2px
    }

    .menu-mobile-effect span:nth-child(2) {
        top: 13px
    }

    .menu-mobile-effect span:nth-child(3) {
        top: 20px
    }

    body.mobile-menu-open .menu-mobile-effect span {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        top: 13px
    }

    body.mobile-menu-open .menu-mobile-effect span:nth-child(2) {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }

    body.mobile-menu-open .menu-mobile-effect span:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        top: 13px
    }

    body.mobile-menu-open .width-navigation {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        visibility: visible;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)
    }

    body.mobile-menu-open .menu-mobile-effect.mobile-menu-container {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        visibility: visible
    }
}

.top_heading {
    padding: 30px 0
}

@media (max-width:767px) {
    .top_heading {
        padding: 20px 0
    }
}

.top_heading .breadcrumbs {
    margin: 0;
    padding: 0;
    font-size: calc(var(--lp-font-size-base, 1em) * 0.925)
}

.top_heading .breadcrumbs li {
    display: inline-block;
    list-style: none;
    color: var(--phys-gray_color, #737373)
}

.top_heading .breadcrumbs li:last-child:after,
.top_heading .breadcrumbs li:last-child:before {
    content: none !important
}

.top_heading .breadcrumbs li:after,
.top_heading .breadcrumbs li:before {
    position: relative;
    top: -2px;
    margin: 0 5px;
    font-family: "thim-ekits" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased
}

.top_heading .breadcrumbs li:after {
    content: "\f105"
}

.top_heading .breadcrumbs li:before {
    content: none
}

.top_heading .page-title {
    margin-top: 12px
}

.top_heading .page-excerpt {
    margin-top: 12px
}

.top_heading .page-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: hidden
}

.top_heading .page-categories a {
    display: inline-block;
    margin: 12px 12px 0px 0px;
    padding: 12px 30px;
    background-color: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-button, 48px);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    width: max-content
}

.top_heading .page-categories a:hover {
    background-color: rgb(214, 241, 254);
    border: 1px solid rgb(214, 241, 254)
}

.top_heading .page-categories a .cat-count {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    color: var(--phys-font_body-color);
    font-weight: 400
}

.rtl .top_heading .breadcrumbs li:after {
    content: none
}

.rtl .top_heading .breadcrumbs li:before {
    content: "\f105"
}

.thim-ekit-breadcrumb__delimiter {
    vertical-align: middle
}

.widget-area .widget {
    position: relative;
    margin-bottom: 30px
}

.widget-area .widget:has(.parent-block-mb-0) {
    margin-bottom: 0
}

.widget-area .widget:last-child {
    margin-bottom: 0
}

.widget-area .widget.widget_recent_comments ul li a {
    display: none
}

.widget-area .widget.widget_categories ul,
.widget-area .widget.widget_product_categories ul {
    padding-inline-start: 0;
    list-style: none
}

.widget-area .widget.widget_categories ul.children,
.widget-area .widget.widget_product_categories ul.children {
    padding-left: 15px
}

.widget-area .widget.widget_categories ul li,
.widget-area .widget.widget_product_categories ul li {
    padding: 5px 0
}

.widget-area .widget.widget_categories ul li .children,
.widget-area .widget.widget_categories ul li .sub-menu,
.widget-area .widget.widget_product_categories ul li .children,
.widget-area .widget.widget_product_categories ul li .sub-menu {
    padding-left: 15px
}

.widget-area .widget.widget_categories ul li .children li,
.widget-area .widget.widget_categories ul li .sub-menu li,
.widget-area .widget.widget_product_categories ul li .children li,
.widget-area .widget.widget_product_categories ul li .sub-menu li {
    border: none;
    padding-bottom: 0
}

.widget-area .widget.widget_categories ul li a,
.widget-area .widget.widget_product_categories ul li a {
    font-weight: normal;
    text-transform: capitalize;
    color: var(--phys-font_body-color)
}

.widget-area .widget.widget_categories ul li a:hover,
.widget-area .widget.widget_product_categories ul li a:hover {
    color: var(--phys-body_primary_color)
}

.widget-area .widget.widget_categories ul li .category-count,
.widget-area .widget.widget_product_categories ul li .category-count {
    position: absolute;
    right: 5px
}

.widget-area .widget>div {
    margin-left: 0
}

.widget-area .widget form[role=search] {
    position: relative;
    border: none
}

.widget-area .widget form[role=search] input[type=submit],
.widget-area .widget form[role=search] button[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: none;
    border-radius: 30px;
    padding: 12px 24px;
    height: 48px
}

.widget-area .widget form[role=search] input[type=submit] svg,
.widget-area .widget form[role=search] input[type=submit] i,
.widget-area .widget form[role=search] button[type=submit] svg,
.widget-area .widget form[role=search] button[type=submit] i {
    transform: rotate(-90deg)
}

.widget-area .widget form[role=search] label {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-weight: 400
}

.widget-area .widget form[role=search] label .search-field {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 16px 56px 16px 16px;
    width: 100%
}

.widget-area .widget form[role=search] label .search-field:focus {
    border-color: var(--phys-body_primary_color)
}

.widget-area .widget form[role=search] .search-field:focus {
    border-color: var(--phys-body_primary_color)
}

.widget-area .widget form[role=search] .wp-block-search__input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 16px 56px 16px 16px;
    width: 100%
}

.widget-area .widget form[role=search] .wp-block-search__input:focus {
    border-color: var(--phys-body_primary_color)
}

.widget-area .widget table {
    width: 100%
}

.widget-area .widget ul {
    padding-inline-start: 1.5em
}

.widget-area .widget .widget-title,
.widget-area .widget .rsswidget {
    margin-bottom: 15px;
    font-size: var(--phys-font_h4-font-size)
}

.widget-area .widget .wp-block-heading {
    margin-bottom: 15px
}

.widget-area .widget .wp-block-latest-posts {
    display: inline-block;
    padding-inline-start: 0;
    list-style-type: none;
    width: 100%
}

.widget-area .widget .wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--phys-border_color)
}

.widget-area .widget .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.widget-area .widget .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
    border-radius: var(--phys-border-radius-item, 10px);
    min-width: 104px;
    height: 84px;
    object-fit: cover
}

.widget-area .widget .wp-block-latest-posts .wp-block-latest-posts__post-title {
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    color: var(--phys-font_title-color);
    font-weight: 600
}

.widget-area .widget .wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
    color: var(--phys-body_primary_color)
}

.widget-area .widget .wp-block-latest-posts .wp-block-latest-posts__post-author,
.widget-area .widget .wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: 14px
}

.widget-area .widget select {
    width: 100%
}

.widget-area .widget .calendar_wrap a:hover {
    color: var(--phys-body_primary_color)
}

.widget-area .widget .tagcloud a,
.widget-area .widget .wp-block-tag-cloud a {
    margin: 0 6px 10px 0;
    display: inline-block;
    font-size: var(--phys-font_body-font-size) !important;
    background-color: #fff;
    border: solid 1px var(--phys-border_color);
    color: var(--phys-font_body-color);
    border-radius: 43px;
    padding: 6px 15px
}

.widget-area .widget .tagcloud a:hover,
.widget-area .widget .wp-block-tag-cloud a:hover {
    color: var(--phys-body_primary_color);
    border-color: var(--phys-body_primary_color)
}

@media (max-width:991px) {

    .sidebar-left .widget-area,
    .sidebar-right .widget-area {
        margin-top: 50px
    }
}

@media (min-width:1025px) {

    .sidebar-left #sidebar,
    .sidebar-left #secondary {
        padding-right: 44px
    }
}

.sidebar-left .row {
    flex-direction: row-reverse
}

@media (min-width:1025px) {

    .sidebar-right #sidebar,
    .sidebar-right #secondary {
        padding-left: 44px
    }
}

.site-main article .content-inner {
    overflow: hidden;
    border-radius: var(--phys-border-radius-item, 10px);
    border: 1px solid var(--phys-border_color)
}

.site-main article .content-inner:hover .post-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.site-main article .content-inner .post-formats-wrapper {
    overflow: hidden
}

.site-main article .content-inner .post-formats-wrapper img,
.site-main article .content-inner .post-formats-wrapper iframe {
    transition: all 0.5s ease;
    display: block;
    width: 100%
}

.site-main article .content-inner .post-formats-wrapper iframe {
    height: auto;
    min-height: 193px
}

.site-main article .content-inner .readmore {
    margin-top: 20px
}

.site-main article .meta-category {
    display: inline-block;
    margin: 5px 0 8px 0;
    font-size: 14px;
    text-transform: uppercase
}

.site-main article .meta-category a {
    color: var(--phys-body_primary_color)
}

.site-main article .meta-category a:hover {
    color: var(--phys-body_primary_color_hover)
}

.site-main article .meta-category a:last-child:after {
    content: none
}

.site-main article .meta-category a:after {
    content: "";
    margin: 3px 10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #D3E2FF;
    border-radius: 50%
}

.site-main article .entry-title {
    margin-bottom: 9px
}

.site-main article .entry-title a {
    color: var(--phys-font_title-color)
}

.site-main article .entry-title a:hover {
    color: var(--phys-body_primary_color)
}

.site-main article .entry-meta {
    font-family: var(--phys-font_title-font-family);
    font-weight: var(--phys-font_body-variant)
}

.site-main article .entry-meta a {
    color: var(--phys-font_body-color)
}

.site-main article .entry-meta a:hover {
    color: var(--phys-body_primary_color)
}

.site-main article .entry-meta svg,
.site-main article .entry-meta i {
    position: relative;
    display: inline-block;
    margin-right: 3px
}

.site-main article .entry-meta svg {
    top: 2px
}

.site-main article .entry-meta>span {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 6px;
    list-style: none;
    color: var(--phys-gray_color, #737373)
}

.site-main article .entry-meta>span a,
.site-main article .entry-meta>span span.meta-date {
    text-transform: capitalize
}

.site-main .blog-grid {
    display: grid;
    column-gap: 30px
}

.site-main .blog-grid.columns2 {
    grid-template-columns: 1fr 1fr
}

@media (max-width:767px) {
    .site-main .blog-grid.columns2 {
        grid-template-columns: auto
    }
}

.site-main .blog-grid.columns3 {
    grid-template-columns: 1fr 1fr 1fr
}

.site-main .blog-grid.columns4 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (max-width:1024px) {

    .site-main .blog-grid.columns3,
    .site-main .blog-grid.columns4 {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {

    .site-main .blog-grid.columns3,
    .site-main .blog-grid.columns4 {
        grid-template-columns: auto
    }
}

@media (min-width:768px) {

    .site-main .blog-grid.columns3 .post.sticky:first-child,
    .site-main .blog-grid.columns4 .post.sticky:first-child {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3
    }

    .site-main .blog-grid.columns3 .post.sticky:first-child .content-inner .entry-title,
    .site-main .blog-grid.columns4 .post.sticky:first-child .content-inner .entry-title {
        font-size: 28px
    }

    .site-main .blog-grid.columns3 .post.sticky:first-child .content-inner .entry-summary,
    .site-main .blog-grid.columns4 .post.sticky:first-child .content-inner .entry-summary {
        margin-top: 12px;
        display: block
    }

    .site-main .blog-grid.columns3 .post.sticky:first-child .entry-content,
    .site-main .blog-grid.columns4 .post.sticky:first-child .entry-content {
        background: transparent
    }
}

.site-main .blog-grid .post {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .site-main .blog-grid .post {
        margin-bottom: 20px
    }
}

.site-main .blog-grid .post .content-inner .entry-content {
    padding: 15px 20px
}

.site-main .blog-grid .post .content-inner .meta-category a:not(:first-child) {
    display: none
}

.site-main .blog-grid .post .content-inner .meta-category a:after {
    content: none
}

.site-main .blog-grid .post .content-inner .entry-meta {
    font-size: 14px
}

.site-main .blog-grid .post .content-inner .entry-meta>span {
    margin-right: 12px;
    line-height: 1.4
}

.site-main .blog-grid .post .content-inner .entry-meta>span.entry-read-time {
    border-left: 1px solid var(--phys-border_color);
    padding-left: 12px
}

.site-main .blog-grid .post .content-inner .entry-meta>span i,
.site-main .blog-grid .post .content-inner .entry-meta>span svg {
    display: none
}

.site-main .blog-grid .post .content-inner .entry-meta .entry-date {
    display: none
}

.site-main .blog-grid .post .content-inner .entry-title {
    font-size: 18px
}

.site-main .blog-grid .post .content-inner .entry-summary {
    display: none;
    font-size: 14px
}

.site-main .blog-grid .post .content-inner .readmore {
    display: none
}

.site-main .blog-list article {
    margin-bottom: 30px
}

.site-main .blog-list article .content-inner {
    display: flex;
    padding: 20px;
    gap: 20px
}

@media (max-width:1024px) {
    .site-main .blog-list article .content-inner {
        flex-direction: column
    }
}

.site-main .blog-list article .content-inner .post-formats-wrapper {
    width: 35%;
    border-radius: var(--phys-border-radius-item, 10px)
}

@media (max-width:1024px) {
    .site-main .blog-list article .content-inner .post-formats-wrapper {
        width: 100%
    }
}

.site-main .blog-list article .content-inner .entry-content {
    width: 65%
}

@media (max-width:1024px) {
    .site-main .blog-list article .content-inner .entry-content {
        width: 100%
    }
}

.site-main .blog-list article .content-inner .entry-content .entry-title {
    font-size: 20px
}

.site-main .blog-list article .content-inner .entry-content .entry-summary {
    margin-top: 10px
}

.site-main .blog-list article .content-inner .entry-content .readmore {
    display: none
}

.site-main .blog-list article:not(.has-post-thumbnail) .content-inner .entry-content {
    width: 100%
}

.thim-ekits-post__thumbnail img {
    display: block
}

.loop-pagination {
    margin-top: 6px;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width:767px) {
    .loop-pagination {
        margin-bottom: 6px
    }
}

.loop-pagination ul.page-numbers>li {
    display: inline-block;
    list-style: none
}

.loop-pagination ul.page-numbers>li .page-numbers {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 6px;
    padding: 0;
    color: var(--phys-font_body-color);
    background-color: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: 50%
}

.loop-pagination ul.page-numbers>li .page-numbers:hover,
.loop-pagination ul.page-numbers>li .page-numbers:focus {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

.loop-pagination ul.page-numbers>li .page-numbers.current {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

.single-post .post {
    margin-bottom: 0
}

.single-post .post .post-formats-wrapper {
    margin-bottom: 30px
}

.single-post .post .post-formats-wrapper img {
    width: 100%;
    border-radius: var(--phys-border-radius-item, 10px)
}

.single-post .post h1.entry-title {
    margin-bottom: 20px
}

.single-post .post .entry-meta {
    margin: 20px 0 30px 0
}

.single-post .post blockquote {
    position: relative;
    margin: 35px auto;
    padding: 35px 30px 30px 110px;
    border-radius: var(--phys-border-radius-item, 10px);
    border: none;
    color: var(--phys-font_title-color);
    background-color: var(--phys-background_section_color)
}

@media (max-width:767px) {
    .single-post .post blockquote {
        padding: 35px 30px 30px 65px
    }
}

.single-post .post blockquote:before {
    content: "";
    position: absolute;
    left: 30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(images/icons/quote-open.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media (max-width:767px) {
    .single-post .post blockquote:before {
        width: 25px;
        height: 25px;
        left: 20px
    }
}

.single-post .post blockquote p {
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7
}

@media (max-width:767px) {
    .single-post .post blockquote p {
        font-size: 18px
    }
}

.single-post .post blockquote cite {
    font-size: 1em
}

.single-post .post .entry-summary {
    display: flex;
    gap: 10px
}

.single-post .post .entry-summary:has(.phys-social-share) .summary-content {
    max-width: 630px
}

.single-post .post .entry-summary .entry-tag-share .phys-social-share {
    display: none;
    flex-direction: row
}

.single-post .post .entry-summary .entry-tag-share .phys-social-share .heading {
    display: inline-block
}

@media (max-width:600px) {
    .single-post .post .entry-summary .entry-tag-share .phys-social-share {
        display: inline-block;
        width: auto
    }
}

.single-post .post .entry-summary .phys-social-share {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 120px
}

@media (max-width:600px) {
    .single-post .post .entry-summary .phys-social-share {
        display: none
    }
}

.single-post .post .entry-summary .phys-social-share .heading {
    display: none
}

.single-post .post .entry-summary .phys-social-share li a {
    background-color: var(--phys-background_section_color);
    border: 1px solid var(--phys-background_section_color)
}

.single-post .post .entry-summary .phys-social-share li a:hover {
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color)
}

.single-post .no-sidebar {
    max-width: 890px
}

.entry-navigation-post {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

@media (min-width:768px) {

    .entry-navigation-post .prev-post,
    .entry-navigation-post .next-post {
        width: calc(50% - 15px)
    }
}

.entry-navigation-post .prev-post:hover,
.entry-navigation-post .next-post:hover {
    color: inherit
}

.entry-navigation-post .prev-post:hover .title,
.entry-navigation-post .next-post:hover .title {
    color: var(--phys-body_primary_color)
}

.entry-navigation-post .prev-post .next-prev-arrow,
.entry-navigation-post .next-post .next-prev-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    flex-shrink: 0;
    font-size: 14px
}

.entry-navigation-post .prev-post .next-prev-arrow i,
.entry-navigation-post .next-post .next-prev-arrow i {
    font-size: var(--phys-font_body-font-size)
}

.entry-navigation-post .prev-post .title,
.entry-navigation-post .next-post .title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    font-weight: 600
}

.entry-navigation-post .prev-post .entry-read-time,
.entry-navigation-post .next-post .entry-read-time {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px
}

.entry-navigation-post .prev-post .entry-read-time i,
.entry-navigation-post .next-post .entry-read-time i {
    margin-right: 5px
}

.entry-navigation-post .next-post {
    text-align: right;
    margin-left: auto
}

.phys-about-author {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    .phys-about-author {
        padding: 20px
    }
}

@media (max-width:767px) {
    .phys-about-author {
        flex-direction: column;
        align-items: flex-start
    }
}

.phys-about-author .author-avatar {
    flex-shrink: 0
}

.phys-about-author .author-avatar img {
    border-radius: 50%;
    width: 150px;
    height: 150px
}

@media (max-width:767px) {
    .phys-about-author .author-avatar img {
        width: 80px;
        height: 80px
    }
}

.phys-about-author .author-top .name {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--phys-font_title-color)
}

.phys-about-author .author-top .name:hover {
    color: var(--phys-body_primary_color)
}

.phys-about-author .author-top .role {
    display: none;
    text-transform: capitalize
}

.phys-about-author .author-bio {
    margin-top: 16px
}

.phys-about-author .thim-author-social {
    margin: 0 -4px;
    padding: 0
}

.phys-about-author .thim-author-social li {
    margin: 0 4px;
    display: inline-block;
    list-style: none
}

.phys-about-author .thim-author-social li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--phys-border_color);
    font-size: var(--phys-font_body-font-size);
    color: var(--phys-font_title-color)
}

.phys-about-author .thim-author-social li a:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color)
}

#comments {
    clear: both
}

#comments .list-comments {
    margin: 30px 0
}

#comments .list-comments .comments-title {
    margin-bottom: 16px
}

#comments .list-comments .comment-list {
    margin: 0 0 40px 0
}

#comments .list-comments .comment-list li {
    list-style: none
}

#comments .list-comments .comment-list li .wrapper-comment {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid var(--phys-border_color);
    padding: 15px 0
}

#comments .list-comments .comment-list li .wrapper-comment .comment-right {
    width: 100%
}

#comments .list-comments .comment-list li .wrapper-comment .comment-edit-link,
#comments .list-comments .comment-list li .wrapper-comment .comment-reply-link {
    display: inline-block;
    margin: 6px;
    margin-left: 0
}

#comments .list-comments .comment-list li .wrapper-comment .comment-reply-link:before {
    font-family: "thim-ekits";
    font-size: 15px;
    margin-right: 4px;
    content: "\f27c"
}

#comments .list-comments .comment-list li ul.children {
    margin-left: 25px
}

#comments .list-comments .comment-list li img {
    border-radius: 100%;
    width: 60px;
    height: 60px
}

#comments .list-comments .comment-list li .author-name,
#comments .list-comments .comment-list li .author-name a {
    font-size: 18px;
    font-weight: bold;
    color: var(--phys-font_title-color);
    text-transform: capitalize
}

#comments .list-comments .comment-list li .author-name:hover,
#comments .list-comments .comment-list li .author-name a:hover {
    color: var(--phys-body_primary_color)
}

#comments .list-comments .comment-list li .date {
    font-size: 14px;
    color: var(--phys-gray_color, #737373)
}

#comments .list-comments .comment-list li .content-comment {
    width: auto
}

#comments .list-comments .comment-list li .content-comment .author {
    font-size: 13px;
    margin-bottom: 15px
}

#comments .list-comments .comment-list li .content-comment .author .comment-extra-info {
    font-family: var(--phys-font_title-font-family);
    color: var(--phys-font_body-color);
    font-size: 14px;
    margin-left: 30px;
    font-weight: 400
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link {
    float: right
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link,
#comments .list-comments .comment-list li .content-comment .author span .comment-edit-link {
    color: var(--phys-body_primary_color);
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link:hover,
#comments .list-comments .comment-list li .content-comment .author span .comment-edit-link:hover {
    color: var(--phys-font_title-color);
    text-decoration: none
}

#comments .form-comment {
    padding: 30px;
    background-color: var(--phys-background_section_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    #comments .form-comment {
        padding: 20px
    }
}

#comments .form-comment .comment-reply-title {
    margin-bottom: 9px
}

#comments .form-comment .comment-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    clear: both
}

#comments .form-comment .comment-form .comment-notes {
    margin-bottom: 30px
}

#comments .form-comment .comment-form .logged-in-as a:hover {
    text-decoration: underline
}

#comments .form-comment .comment-form>p {
    display: inline-block;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px
}

#comments .form-comment .comment-form>p.form-submit {
    margin-bottom: 0
}

#comments .form-comment .comment-form>p.comment-form-author,
#comments .form-comment .comment-form>p.comment-form-email {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px
}

#comments .form-comment .comment-form>p.comment-form-url {
    display: none
}

#comments .form-comment .comment-form>p.comment-notes,
#comments .form-comment .comment-form>p.comment-form-comment,
#comments .form-comment .comment-form>p.form-submit {
    width: 100%;
    display: block
}

#comments .form-comment .comment-form>p.comment-form-cookies-consent,
#comments .form-comment .comment-form>p.logged-in-as {
    width: 100%;
    padding: 10px
}

#comments .form-comment .comment-form>p.comment-form-comment {
    line-height: 1
}

#comments .form-comment .comment-form>p input[type=text],
#comments .form-comment .comment-form>p input[type=email],
#comments .form-comment .comment-form>p input[type=url] {
    width: 100%;
    border-radius: var(--phys-border-radius-button, 48px)
}

.related-posts {
    margin-top: 40px
}

.related-posts .related-title {
    margin-bottom: 20px
}

.related-posts ul {
    padding: 0;
    row-gap: 20px;
    list-style: none
}

.related-posts ul li {
    display: flex;
    gap: 16px
}

.related-posts ul img {
    width: 125px;
    min-width: 125px;
    height: 84px;
    border-radius: var(--phys-border-radius-item, 10px)
}

.related-posts ul .post-info .entry-title {
    margin: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--phys-font_title-color);
    font-weight: 600
}

.related-posts ul .post-info .entry-title:hover {
    color: var(--phys-body_primary_color)
}

.related-posts ul .post-info .entry-title.no-images {
    margin-top: 0
}

.related-posts ul .post-info .entry-read-time {
    font-size: 14px;
    color: var(--phys-gray_color, #737373)
}

.related-posts ul .post-info .entry-read-time i {
    display: none;
    margin-right: 3px
}

.woocommerce .widget-area .widget form[role=search]:after,
.woocommerce-page .widget-area .widget form[role=search]:after {
    color: var(--phys-body_primary_color)
}

.woocommerce .widget-area .widget form[role=search] .search-field,
.woocommerce-page .widget-area .widget form[role=search] .search-field {
    width: calc(100% - 58px)
}

.woocommerce .widget-area .widget form[role=search] input[type=submit],
.woocommerce .widget-area .widget form[role=search] button[type=submit],
.woocommerce-page .widget-area .widget form[role=search] input[type=submit],
.woocommerce-page .widget-area .widget form[role=search] button[type=submit] {
    background: var(--phys-background_section_color);
    color: var(--phys-body_primary_color)
}

.woocommerce .widget-area .widget form[role=search] input[type=submit]:hover,
.woocommerce .widget-area .widget form[role=search] button[type=submit]:hover,
.woocommerce-page .widget-area .widget form[role=search] input[type=submit]:hover,
.woocommerce-page .widget-area .widget form[role=search] button[type=submit]:hover {
    background: var(--phys-body_primary_color)
}

.woocommerce .widget-area .widget form[role=search] input[type=submit]:hover svg,
.woocommerce .widget-area .widget form[role=search] button[type=submit]:hover svg,
.woocommerce-page .widget-area .widget form[role=search] input[type=submit]:hover svg,
.woocommerce-page .widget-area .widget form[role=search] button[type=submit]:hover svg {
    fill: #fff
}

.woocommerce .widget-area .widget form[role=search] input[type=submit]:hover svg path,
.woocommerce .widget-area .widget form[role=search] button[type=submit]:hover svg path,
.woocommerce-page .widget-area .widget form[role=search] input[type=submit]:hover svg path,
.woocommerce-page .widget-area .widget form[role=search] button[type=submit]:hover svg path {
    fill: #fff
}

.woocommerce .widget-area .widget form[role=search] input[type=submit] svg,
.woocommerce .widget-area .widget form[role=search] input[type=submit] i,
.woocommerce .widget-area .widget form[role=search] button[type=submit] svg,
.woocommerce .widget-area .widget form[role=search] button[type=submit] i,
.woocommerce-page .widget-area .widget form[role=search] input[type=submit] svg,
.woocommerce-page .widget-area .widget form[role=search] input[type=submit] i,
.woocommerce-page .widget-area .widget form[role=search] button[type=submit] svg,
.woocommerce-page .widget-area .widget form[role=search] button[type=submit] i {
    fill: var(--phys-font_title-color)
}

.woocommerce .widget-area .widget form[role=search] input[type=submit] svg path,
.woocommerce .widget-area .widget form[role=search] input[type=submit] i path,
.woocommerce .widget-area .widget form[role=search] button[type=submit] svg path,
.woocommerce .widget-area .widget form[role=search] button[type=submit] i path,
.woocommerce-page .widget-area .widget form[role=search] input[type=submit] svg path,
.woocommerce-page .widget-area .widget form[role=search] input[type=submit] i path,
.woocommerce-page .widget-area .widget form[role=search] button[type=submit] svg path,
.woocommerce-page .widget-area .widget form[role=search] button[type=submit] i path {
    fill: var(--phys-font_title-color)
}

.woocommerce .widget-area .widget .wcbt-product-filter .item-filter-heading,
.woocommerce-page .widget-area .widget .wcbt-product-filter .item-filter-heading {
    margin-bottom: 15px;
    font-family: var(--phys-font_title-font-family);
    font-size: var(--phys-font_h4-font-size);
    color: var(--phys-font_title-color);
    font-weight: var(--phys-font_title-variant);
    text-transform: capitalize
}

.woocommerce .widget-area .widget .wcbt-product-filter .wcbt-product-filter-selection ul li,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wcbt-product-filter-selection ul li {
    margin: 0 6px 6px 0;
    display: inline-block
}

.woocommerce .widget-area .widget .wcbt-product-filter .wcbt-product-filter-selection ul li span.remove,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wcbt-product-filter-selection ul li span.remove {
    position: relative;
    bottom: -1px
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper {
    margin-bottom: 30px
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item {
    display: inline-flex
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label {
    position: relative
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label:hover span,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label:hover span {
    bottom: calc(100% + 9px);
    opacity: 1
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label .att-type-bgcolor,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label .att-type-bgcolor {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label span,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4px;
    background-color: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    min-width: 40px
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label span:after,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper.attribute-type-color .item label span:after {
    content: "";
    position: absolute;
    right: calc(50% - 4px);
    bottom: -4px;
    box-shadow: -1px -1px 1px var(--phys-border_color);
    transform: rotate(-135deg);
    border: 4px solid #fff
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper .item:not(:last-child),
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper .item:not(:last-child) {
    margin-bottom: 6px
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper ul,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper ul {
    padding: 0
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li:not(first-child) .product-count,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li:not(first-child) .product-count {
    margin-left: auto
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li:not(:last-child),
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li:not(:last-child) {
    margin-bottom: 6px
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li .star i,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li .star i {
    font-size: 0.857em;
    color: #FFB606
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li .star span,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper ul.wrapper-content li .star span {
    display: none
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper input[type=radio],
.woocommerce .widget-area .widget .wcbt-product-filter .wrapper input[type=checkbox],
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper input[type=radio],
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper input[type=checkbox] {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 1px solid #555;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper input[type=radio]:checked,
.woocommerce .widget-area .widget .wcbt-product-filter .wrapper input[type=checkbox]:checked,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper input[type=radio]:checked,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper input[type=checkbox]:checked {
    position: relative;
    background-color: var(--phys-font_title-color)
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper input[type=radio]:checked:after,
.woocommerce .widget-area .widget .wcbt-product-filter .wrapper input[type=checkbox]:checked:after,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper input[type=radio]:checked:after,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper button.clear,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper button.clear {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    background-color: var(--phys-body_primary_color);
    border-radius: 43px;
    border: none;
    cursor: pointer
}

.woocommerce .widget-area .widget .wcbt-product-filter .wrapper button.clear:hover,
.woocommerce-page .widget-area .widget .wcbt-product-filter .wrapper button.clear:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.woocommerce.woocommerce-page h1,
.woocommerce.woocommerce-page h2,
.woocommerce.woocommerce-page h3,
.woocommerce.woocommerce-page h4,
.woocommerce.woocommerce-page h5,
.woocommerce.woocommerce-page h6 {
    margin-bottom: 10px
}

.woocommerce.woocommerce-page .product_meta>span {
    display: block
}

.woocommerce.woocommerce-page form[class=cart] {
    display: flex
}

.woocommerce.woocommerce-page form[class=cart] button.button {
    width: 100%
}

.woocommerce.woocommerce-page form.variations_form>div {
    width: 100%
}

.woocommerce.woocommerce-page div.product .product_title {
    font-size: var(--phys-font_h2-font-size)
}

@media (max-width:767px) {
    .woocommerce.woocommerce-page div.product .product_title {
        font-size: var(--phys-font_h3-font-size)
    }
}

.woocommerce.woocommerce-page div.product .block-rating-wrapper {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px
}

.woocommerce.woocommerce-page div.product .block-rating-wrapper .woocommerce-product-rating {
    margin-bottom: 0
}

.woocommerce.woocommerce-page div.product form.cart .variations label {
    font-weight: 500;
    line-height: 1.2;
    text-transform: none
}

.woocommerce.woocommerce-page div.quantity {
    display: inline-flex;
    line-height: 1.4;
    border-radius: var(--phys-border-radius-button, 48px);
    margin-right: 10px;
    padding: 8px 20px;
    width: auto;
    border: 1px solid #2a2a28;
    max-width: 144px;
    overflow: visible !important
}

.woocommerce.woocommerce-page div.quantity .qty {
    border: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none
}

.woocommerce.woocommerce-page div.quantity .qty::-webkit-inner-spin-button,
.woocommerce.woocommerce-page div.quantity .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none
}

.woocommerce.woocommerce-page div.quantity .minus,
.woocommerce.woocommerce-page div.quantity .plus {
    font-size: 24px;
    cursor: pointer
}

.woocommerce.woocommerce-page button.button,
.woocommerce.woocommerce-page a.button {
    font-size: var(--phys-font_body-font-size);
    line-height: 1.4;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 13px 26px;
    display: inline-block;
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition-property: color, background, border, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    --top: 0
}

.woocommerce.woocommerce-page button.button:hover,
.woocommerce.woocommerce-page a.button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover);
    transition-delay: 0s, 0.2s, 0s, 0s
}

.woocommerce.woocommerce-page button.button:hover:before,
.woocommerce.woocommerce-page a.button:hover:before {
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition-duration: 0.8s
}

.woocommerce.woocommerce-page button.button.disabled,
.woocommerce.woocommerce-page a.button.disabled {
    background-color: var(--phys-body_primary_color)
}

.woocommerce.woocommerce-page button.button.disabled:hover,
.woocommerce.woocommerce-page a.button.disabled:hover {
    background-color: var(--phys-body_primary_color_hover)
}

.woocommerce.woocommerce-page button.button:before,
.woocommerce.woocommerce-page a.button:before {
    content: "";
    position: absolute;
    width: 250%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    top: var(--top);
    left: var(--left);
    backface-visibility: hidden;
    transition-property: transform, background, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    background: var(--phys-body_primary_color_hover);
    z-index: -1
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container {
    border-radius: var(--phys-border-radius-item, 10px)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images {
    display: flex
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images img {
    border-radius: 8px
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-img {
    order: 2;
    width: 82%;
    border-radius: 8px
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails {
    transition: opacity 0.3s ease;
    position: static;
    width: 18%;
    display: flex;
    flex-direction: column;
    order: 1;
    max-height: 512px;
    overflow-y: hidden;
    opacity: 0
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-slide.slick-current img {
    border: 1px solid var(--phys-body_primary_color)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-prev,
.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-prev:before,
.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-next:before {
    font-family: "thim-ekits" !important;
    font-weight: 900;
    font-size: var(--phys-font_body-font-size);
    color: var(--phys-font_title-color)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-prev {
    left: calc(18% + 30px)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-prev:before {
    content: "\f060"
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-next {
    right: 30px
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product>.images .wcbt-quick-view-thumbnails .slick-next:before {
    content: "\f061"
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary {
    margin-bottom: 0
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content form.cart {
    margin: 25px 0 0 0;
    padding: 30px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: var(--phys-border_color);
    width: 100%
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content form.cart.variations_form .variations_button .quantity:has(input[type=hidden]) {
    display: none
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content form.cart .button {
    font-weight: 600;
    height: fit-content;
    background-color: var(--phys-body_primary_color);
    border-radius: 48px !important
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content form.cart .button:hover {
    background-color: var(--phys-body_primary_color_hover)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content .product_price_on {
    padding-top: 30px;
    border-top: 1px solid var(--phys-border_color)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content div[class^=wcbt-] {
    display: none;
    margin: 0 5px 10px 0;
    background-color: var(--phys-background_section_color)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content .product_meta {
    border-width: 1px 0 0 0
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content .price {
    font-family: var(--phys-font_title-font-family);
    color: inherit
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content .price del .woocommerce-Price-amount {
    font-size: 20px;
    color: var(--phys-gray_color, #737373)
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary .summary-content .price ins .woocommerce-Price-amount {
    font-size: 28px;
    color: var(--phys-price_color, #FF3B30) !important
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating {
    line-height: 1.3
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating .star-rating {
    display: inline-block;
    margin: 2px;
    width: 6em;
    font-size: 1em
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating .star-rating:before {
    color: #FFB606
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating .star-rating span:before {
    font-size: 1em;
    content: "SSSSS";
    color: #FFB606
}

.woocommerce.woocommerce-page #wcbt-quick-view-popup .wcbt-quick-view-container .onsale {
    display: none
}

.archive.woocommerce.woocommerce-page form.cart .variations tr td {
    margin: 5px 0
}

.archive.woocommerce.woocommerce-page .content__product form.cart {
    margin-top: 15px;
    margin-bottom: -10px
}

.archive.woocommerce.woocommerce-page .content__product form.cart .variations tr {
    vertical-align: baseline
}

.archive.woocommerce.woocommerce-page .content__product form.cart .variations tr.wc-type-color td.value label {
    font-size: 0
}

.archive.woocommerce.woocommerce-page .content__product form.cart .variations tr.wc-type-color td.value label span {
    margin-right: 0;
    width: 10px;
    height: 10px
}

.archive.woocommerce.woocommerce-page .content__product form.cart .variations tr td {
    padding: 5px 0
}

.archive.woocommerce.woocommerce-page .content__product form.cart .variations tr td.value {
    margin-left: 8px
}

.archive.woocommerce.woocommerce-page .content__product form.cart .variations tr td.value label {
    font-size: 13px;
    line-height: 1.2;
    text-transform: none;
    padding: 2px 4px
}

.single.woocommerce.woocommerce-page .site-content {
    padding-bottom: 30px
}

.single.woocommerce.woocommerce-page span.onsale {
    left: auto;
    right: 16px
}

.single.woocommerce.woocommerce-page div.product {}

.single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery {
    display: flex
}

.single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100%
}

.single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery .flex-viewport {
    margin-left: 10px;
    order: 2;
    width: 82%;
    background-color: var(--phys-background_section_color);
    border-radius: 8px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery .flex-viewport img {
    margin-left: -1px
}

@media (min-width:1025px) {
    .single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery .flex-viewport img {
        min-height: 350px;
        object-fit: cover
    }
}

.single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery .flex-control-nav {
    width: 18%;
    display: flex;
    flex-direction: column;
    order: 1;
    max-height: 512px;
    overflow-y: hidden
}

.single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery .flex-control-nav li {
    margin-bottom: 8px;
    width: 100%
}

.single.woocommerce.woocommerce-page div.product .woocommerce-product-gallery .flex-control-nav li img {
    border-radius: 8px
}

.single.woocommerce.woocommerce-page div.product p.price {
    padding-top: 30px;
    font-family: var(--phys-font_title-font-family);
    font-size: 28px;
    font-weight: var(--phys-font_title-variant);
    color: var(--phys-font_title-color);
    border-top: 1px solid var(--phys-border_color)
}

.single.woocommerce.woocommerce-page div.product p.price del {
    font-weight: 400
}

.single.woocommerce.woocommerce-page div.product p.stock {
    font-size: 1em;
    color: var(--phys-font_body-color)
}

.single.woocommerce.woocommerce-page div.product form.cart {
    margin: 25px 0;
    padding: 30px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: var(--phys-border_color);
    width: 100%
}

.single.woocommerce.woocommerce-page div.product form.cart div.quantity {
    margin-right: 10px
}

.single.woocommerce.woocommerce-page div.product form.cart .variations select {
    margin-bottom: 8px
}

.single.woocommerce.woocommerce-page div.product div.summary div[class^=wcbt-] {
    display: none;
    margin: 0 5px 10px 0;
    background-color: var(--phys-background_section_color)
}

.single.woocommerce.woocommerce-page div.product div.summary div[class^=wcbt-]:hover {
    background-color: var(--phys-body_primary_color_hover)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs {
    padding: 30px 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel#tab-additional_information h2 {
    display: none;
    font-size: 27px;
    line-height: 1.2;
    color: var(--phys-font_title-color);
    font-weight: 500;
    margin: 0 0 20px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: var(--phys-font_title-color);
    text-transform: capitalize;
    padding: 5px 15px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
    font-size: var(--phys-font_body-font-size);
    font-style: normal;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: var(--phys-font_title-color);
    padding: 5px 15px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments .woocommerce-noreviews {
    margin: 0 0 25px 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist {
    margin: 0 0 15px 0;
    padding: 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li:not(:last-child) {
    margin-bottom: 20px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container img.avatar {
    width: 50px;
    border: none;
    border-radius: 50%;
    background: transparent;
    padding: 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text {
    margin: 0 0 0 70px;
    border: none;
    padding: 0;
    border-radius: 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating {
    font-size: 13px;
    color: #FFB606
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating:before {
    color: #FFB606
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
    margin: 0 0 6px 0;
    line-height: 1
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
    margin: 0 5px 5px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--phys-font_title-color);
    text-transform: capitalize
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
    display: none
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
    display: inline-block;
    margin-left: 4px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .description p {
    margin-bottom: 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-reply-title {
    display: inline-block;
    font-size: 24px;
    color: var(--phys-font_title-color);
    text-transform: none
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form {
    margin: 15px 0px 0px 0px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form p {
    margin: 0 0 25px 0;
    padding: 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form p.comment-form-cookies-consent label {
    display: initial
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form input[type=text],
.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form input[type=email] {
    width: 100%
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-author,
.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-email {
    display: inline-block;
    width: calc(50% - 10px)
}

@media (max-width:600px) {

    .single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-author,
    .single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-email {
        width: 100%
    }
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-email {
    float: right
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating {
    width: 100%;
    margin-bottom: 10px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-notes {
    font-size: var(--phys-font_body-font-size);
    color: var(--phys-font_title-color)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-notes .required {
    color: #ff623f
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit {
    margin-bottom: 0
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form label {
    display: inline-block;
    color: var(--phys-font_title-color);
    margin-bottom: 10px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form label .required {
    color: #ff623f
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form textarea {
    height: 151px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating label {
    margin: 0 0 12px;
    width: 100%
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars {
    margin: 0;
    display: inline-flex;
    align-items: center;
    color: #FFB606
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars a {
    color: inherit
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .select2-container--default {
    display: none
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-comment {
    margin-top: 0px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit input {
    font-size: var(--phys-font_body-font-size);
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: 1px solid transparent;
    padding: 12px 24px;
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit input:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid var(--phys-border_color)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    content: none
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    position: relative;
    margin: 0 30px 0 0;
    padding: 0;
    background-color: transparent;
    border: none
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    display: none
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    border-color: var(--phys-body_primary_color)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--phys-body_primary_color)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:before {
    width: 100%
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    font-size: var(--phys-font_body-font-size);
    line-height: 1.4;
    font-weight: 600;
    color: var(--phys-font_title-color)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:before {
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    position: absolute;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: var(--phys-body_primary_color)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--phys-body_primary_color)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
    margin: 40px 0 0 0;
    padding: 45px 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: var(--phys-border-radius-item, 10px)
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title {
    margin: 0 0 25px;
    font-size: 28px
}

.single.woocommerce.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description>p {
    margin: 0 0 26px 0
}

.woocommerce-product-gallery {
    position: relative
}

.woocommerce-product-gallery .flex-direction-nav {
    margin: 0;
    list-style: none
}

.woocommerce-product-gallery .flex-direction-nav a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.woocommerce-product-gallery .flex-direction-nav a:hover svg {
    fill: var(--phys-body_primary_color)
}

.woocommerce-product-gallery .flex-direction-nav a svg {
    width: 16px;
    height: 16px
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: -48px;
    opacity: 0
}

.woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: -48px;
    opacity: 0
}

.woocommerce-product-gallery:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: calc(18% + 40px)
}

.woocommerce-product-gallery:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px
}

.single-product .related.products {
    clear: both
}

.single-product .related.products h2 {
    margin-bottom: 28px;
    font-size: 28px
}

.wcbt-wishlist-content .wcbt-product-container table {
    width: 100%
}

.wcbt-wishlist-content .wcbt-product-container table tr {
    text-align: left
}

.wcbt-wishlist-content .wcbt-product-container table tr th {
    border: none
}

.wcbt-wishlist-content .wcbt-product-container table tr td .button {
    font-weight: 600;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    text-transform: none
}

.wcbt-wishlist-content .wcbt-product-container table tr td .button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.wcbt-wishlist-content .wcbt-product-container table tr td .added_to_cart {
    font-weight: 600;
    padding: 12px 20px;
    color: var(--phys-body_primary_color);
    background-color: var(--phys-font_title-color);
    border-radius: var(--phys-border-radius-button, 48px)
}

.wcbt-wishlist-content .wcbt-product-container table tr td .added_to_cart:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

@media (max-width:1024px) {
    .wcbt-wishlist-content .wcbt-product-container table tr td .added_to_cart {
        padding: 9px 6px;
        width: 100%
    }
}

@media (max-width:1024px) {
    #wcbt-compare-table.wcbt-container .wcbt-compare-box {
        margin: 0
    }
}

#wcbt-compare-table.wcbt-container .wcbt-compare-box table {
    overflow: auto
}

body #wcbt-wishlist {
    margin-top: -10px
}

@media (max-width:1024px) {
    body #wcbt-wishlist {
        padding: 0
    }
}

body #wcbt-wishlist .wcbt-pagination-wrapper {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    body #wcbt-wishlist .wcbt-pagination-wrapper {
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    body #wcbt-wishlist .wcbt-pagination-wrapper .wcbt-from-to {
        margin-bottom: 0
    }
}

.woocommerce-page .woocommerce-info {
    border-top-color: var(--phys-body_primary_color)
}

.woocommerce-page .woocommerce-info:before {
    color: var(--phys-body_primary_color)
}

.woocommerce-page .woocommerce-info .button {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid transparent;
    padding: 12px 24px;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer
}

.woocommerce-page .woocommerce-info .button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.woocommerce-page .woocommerce-info .button:hover svg {
    fill: var(--phys-font_title-color)
}

.woocommerce-page .woocommerce-info .button:hover svg path {
    fill: var(--phys-font_title-color)
}

.woocommerce-page .woocommerce-MyAccount-content fieldset {
    margin-bottom: 30px
}

.woocommerce-page .wc-block-components-notice-banner {
    font-size: 1em;
    color: var(--phys-font_title-color)
}

.woocommerce-page .wc-block-components-product-metadata {
    font-size: 1em
}

.woocommerce-page .wc-block-components-product-price__value.is-discounted {
    color: var(--phys-price_color, #FF3B30);
    font-weight: 600
}

.woocommerce-page .wp-block-button__link {
    font-weight: 600;
    background-color: var(--phys-body_primary_color)
}

.woocommerce-page .wp-block-button__link:hover {
    background-color: var(--phys-body_primary_color_hover);
    color: var(--phys-font_title-color)
}

.woocommerce-page .wp-block-heading {
    margin-bottom: 20px
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active .wc-blocks-components-select__select {
    padding-left: 1em
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input label {
    left: 1em
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input .wc-blocks-components-select__select {
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-button, 48px)
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input .wc-blocks-components-select__select:focus {
    box-shadow: none;
    border: 1px solid var(--phys-body_primary_color)
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__label {
    color: var(--phys-font_body-color);
    left: 1em
}

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 68%
}

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    background-color: var(--phys-background_section_color);
    border-radius: 8px;
    padding: 30px 30px 20px 30px;
    height: fit-content;
    width: 32%
}

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon {
    padding-left: 0;
    padding-right: 0
}

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-spinner {
    top: 0;
    right: -40%
}

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-button__text {
    visibility: visible !important
}

.woocommerce-page .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-text-input input[type=tel] {
    border: 1px solid var(--phys-border_color)
}

.woocommerce-page .wc-block-components-text-input input[type=text]:focus,
.woocommerce-page .wc-block-components-text-input input[type=email]:focus,
.woocommerce-page .wc-block-components-text-input input[type=tel]:focus {
    box-shadow: none;
    border: 1px solid var(--phys-body_primary_color)
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container {
    border-radius: var(--phys-border-radius-button, 48px)
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container .wc-blocks-components-select__select {
    padding: 12px 15px 6px 15px;
    border-radius: var(--phys-border-radius-button, 48px);
    border: 1px solid var(--phys-border_color)
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container .wc-blocks-components-select__select:focus {
    box-shadow: none;
    border: 1px solid var(--phys-body_primary_color)
}

.woocommerce-page .wc-block-checkout__add-note .wc-block-components-textarea {
    border: 1px solid var(--phys-border_color)
}

.woocommerce-page .wc-block-checkout__add-note .wc-block-components-textarea:focus {
    box-shadow: none;
    border: 1px solid var(--phys-body_primary_color)
}

.woocommerce-page .wc-block-components-button:not(.is-link) {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition-property: color, background, border, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    --top: 0
}

.woocommerce-page .wc-block-components-button:not(.is-link):hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover);
    transition-delay: 0s, 0.2s, 0s, 0s
}

.woocommerce-page .wc-block-components-button:not(.is-link):hover:before {
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition-duration: 0.8s
}

.woocommerce-page .wc-block-components-button:not(.is-link):before {
    content: "";
    position: absolute;
    width: 250%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    top: var(--top);
    left: var(--left);
    backface-visibility: hidden;
    transition-property: transform, background, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    background: var(--phys-body_primary_color_hover);
    z-index: -1
}

.woocommerce-page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: auto;
    padding: 12px 24px
}

.woocommerce-page .wc-block-components-order-summary {
    padding: 0
}

.woocommerce-page .wc-block-components-order-summary.is-large {
    padding: 0
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    box-shadow: none;
    border: none;
    font-size: 10px;
    color: #fff;
    background-color: #2a2a28
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item {
    font-size: 1em
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    font-family: var(--phys-font_title-font-family);
    font-size: 24px;
    color: var(--phys-font_title-color);
    font-weight: var(--phys-font_title-variant)
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: auto
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    width: 90px;
    max-width: 90px;
    border: 1px solid var(--phys-border_color);
    border-radius: 8px
}

.woocommerce-page .wc-block-cart__submit-button {
    margin-top: 25px
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart__totals-title {
    margin-bottom: 16px;
    font-family: var(--phys-font_title-font-family);
    font-size: var(--phys-font_h4-font-size);
    color: var(--phys-font_title-color);
    text-transform: none
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td:first-child {
    width: 200px;
    padding-left: 0;
    padding-right: 4px
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td img {
    border-radius: 8px
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price .wc-block-components-formatted-money-amount {
    font-size: 20px
}

.woocommerce-page .wc-block-components-formatted-money-amount {
    font-weight: 600
}

.woocommerce-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-family: var(--phys-font_title-font-family);
    font-size: var(--phys-font_h4-font-size);
    color: var(--phys-font_title-color)
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header {
    font-family: var(--phys-font_title-font-family);
    font-size: 18px;
    color: var(--phys-font_title-color);
    text-transform: none;
    text-align: left
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    font-size: var(--phys-font_h4-font-size)
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-family: var(--phys-font_title-font-family);
    font-size: var(--phys-font_h4-font-size);
    font-weight: var(--phys-font_title-variant)
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 14px;
    text-decoration: none
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-sale-badge {
    border: none;
    background-color: #F1F2F8;
    border-radius: 4px
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-formatted-money-amount {
    color: var(--phys-price_color, #FF3B30)
}

.woocommerce-page .wp-block-woocommerce-checkout {
    padding-top: 0
}

.woocommerce-page .wc-block-components-title.wc-block-components-title {
    font-size: var(--phys-font_h3-font-size)
}

.woocommerce-page .wc-block-components-checkout-step__description {
    font-size: 1em
}

.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block {
    border: none
}

.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin: 0
}

.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0;
    font-family: var(--phys-font_title-font-family);
    font-size: var(--phys-font_h3-font-size);
    color: var(--phys-font_title-color)
}

.woocommerce-page .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    padding: 20px 5px
}

.woocommerce-page #contact.wc-block-components-address-form {
    margin-top: 25px
}

.woocommerce-page .wc-block-components-quantity-selector:after {
    border: 1px solid #2a2a28;
    border-radius: 48px
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
    font-weight: 400;
    padding: 12px 0
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    color: var(--phys-font_title-color);
    opacity: 1
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none
}

.woocommerce-page .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.woocommerce-page .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: 1em
}

@media (max-width:900px) {

    .woocommerce-page .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
    .woocommerce-page .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
        flex: 1 0 50%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }
}

.woocommerce-page .wc-block-grid .wc-block-grid__product-title {
    font-size: 20px
}

.woocommerce-page .wc-block-grid .wc-block-grid__product-price {
    font-weight: 600
}

.woocommerce-page .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px var(--phys-border_color)
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    list-style: none;
    border: none;
    float: none
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 6px;
    padding: 0;
    background: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: 50%
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
    color: var(--phys-font_body-color)
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

.wcbt-pagination-wrapper .wcbt-pagination-nav ul li.current a {
    background-color: var(--phys-font_title-color);
    border: 1px solid var(--phys-font_title-color)
}

.wcbt-pagination-wrapper .wcbt-pagination-nav ul li a {
    border: 1px solid var(--phys-border_color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    line-height: 48px
}

.wcbt-pagination-wrapper .wcbt-pagination-nav ul li a:hover {
    background-color: var(--phys-font_title-color);
    border: 1px solid var(--phys-font_title-color)
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    position: absolute;
    top: 16px;
    right: auto;
    left: 16px;
    border-radius: 5px;
    color: #fff;
    background-color: #FF3B30;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    min-height: inherit;
    display: inline-block;
    margin: 0;
    padding: 4px 8px
}

.woocommerce ul.products,
.woocommerce div.products,
.woocommerce-page ul.products,
.woocommerce-page div.products {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width:1024px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce div.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce-page div.products[class*=columns-] li.product {
        clear: none;
        margin: 0 0 20px 0;
        width: 50% !important
    }
}

@media (max-width:520px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce div.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce-page div.products[class*=columns-] li.product {
        width: 100% !important;
        float: none
    }
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce div.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce-page div.products.columns-2 li.product {
    width: 50%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce div.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce-page div.products.columns-3 li.product {
    width: 33.33%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce div.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce-page div.products.columns-5 li.product {
    width: 20%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce div.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product,
.woocommerce-page div.products.columns-6 li.product {
    width: 16.66%
}

.woocommerce ul.products li.product,
.woocommerce ul.products div.product,
.woocommerce div.products li.product,
.woocommerce div.products div.product,
.woocommerce-page ul.products li.product,
.woocommerce-page ul.products div.product,
.woocommerce-page div.products li.product,
.woocommerce-page div.products div.product {
    margin: 0 0 30px 0;
    padding: 0 15px;
    float: left;
    width: 25%
}

.woocommerce ul.products li.product:last-child,
.woocommerce ul.products div.product:last-child,
.woocommerce div.products li.product:last-child,
.woocommerce div.products div.product:last-child,
.woocommerce-page ul.products li.product:last-child,
.woocommerce-page ul.products div.product:last-child,
.woocommerce-page div.products li.product:last-child,
.woocommerce-page div.products div.product:last-child {
    margin-bottom: 0
}

.woocommerce ul.products li.product:hover .product-change-images,
.woocommerce ul.products div.product:hover .product-change-images,
.woocommerce div.products li.product:hover .product-change-images,
.woocommerce div.products div.product:hover .product-change-images,
.woocommerce-page ul.products li.product:hover .product-change-images,
.woocommerce-page ul.products div.product:hover .product-change-images,
.woocommerce-page div.products li.product:hover .product-change-images,
.woocommerce-page div.products div.product:hover .product-change-images {
    right: 0
}

.woocommerce ul.products li.product span.onsale,
.woocommerce ul.products div.product span.onsale,
.woocommerce div.products li.product span.onsale,
.woocommerce div.products div.product span.onsale,
.woocommerce-page ul.products li.product span.onsale,
.woocommerce-page ul.products div.product span.onsale,
.woocommerce-page div.products li.product span.onsale,
.woocommerce-page div.products div.product span.onsale {
    position: absolute;
    top: 16px;
    right: auto;
    left: 16px;
    border-radius: 5px;
    color: #fff;
    background-color: #FF3B30;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    min-height: inherit;
    display: inline-block;
    margin: 0;
    padding: 4px 8px
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products div.product .price,
.woocommerce div.products li.product .price,
.woocommerce div.products div.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products div.product .price,
.woocommerce-page div.products li.product .price,
.woocommerce-page div.products div.product .price {
    margin: 0;
    font-size: var(--phys-font_body-font-size);
    font-weight: 600;
    color: var(--phys-font_title-color)
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products div.product .price del,
.woocommerce div.products li.product .price del,
.woocommerce div.products div.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce-page ul.products div.product .price del,
.woocommerce-page div.products li.product .price del,
.woocommerce-page div.products div.product .price del {
    color: var(--phys-gray_color, #737373)
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products div.product .price ins,
.woocommerce div.products li.product .price ins,
.woocommerce div.products div.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce-page ul.products div.product .price ins,
.woocommerce-page div.products li.product .price ins,
.woocommerce-page div.products div.product .price ins {
    color: var(--phys-price_color, #FF3B30)
}

.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products div.product .star-rating,
.woocommerce div.products li.product .star-rating,
.woocommerce div.products div.product .star-rating,
.woocommerce-page ul.products li.product .star-rating,
.woocommerce-page ul.products div.product .star-rating,
.woocommerce-page div.products li.product .star-rating,
.woocommerce-page div.products div.product .star-rating {
    margin: 0
}

.woocommerce ul.products li.product .content__product,
.woocommerce ul.products div.product .content__product,
.woocommerce div.products li.product .content__product,
.woocommerce div.products div.product .content__product,
.woocommerce-page ul.products li.product .content__product,
.woocommerce-page ul.products div.product .content__product,
.woocommerce-page div.products li.product .content__product,
.woocommerce-page div.products div.product .content__product {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--phys-border_color)
}

.woocommerce ul.products li.product .content__product:hover,
.woocommerce ul.products div.product .content__product:hover,
.woocommerce div.products li.product .content__product:hover,
.woocommerce div.products div.product .content__product:hover,
.woocommerce-page ul.products li.product .content__product:hover,
.woocommerce-page ul.products div.product .content__product:hover,
.woocommerce-page div.products li.product .content__product:hover,
.woocommerce-page div.products div.product .content__product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)
}

.woocommerce ul.products li.product .product_thumb,
.woocommerce ul.products div.product .product_thumb,
.woocommerce div.products li.product .product_thumb,
.woocommerce div.products div.product .product_thumb,
.woocommerce-page ul.products li.product .product_thumb,
.woocommerce-page ul.products div.product .product_thumb,
.woocommerce-page div.products li.product .product_thumb,
.woocommerce-page div.products div.product .product_thumb {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: var(--phys-background_section_color)
}

.woocommerce ul.products li.product .product_thumb:hover .wp-post-image img,
.woocommerce ul.products div.product .product_thumb:hover .wp-post-image img,
.woocommerce div.products li.product .product_thumb:hover .wp-post-image img,
.woocommerce div.products div.product .product_thumb:hover .wp-post-image img,
.woocommerce-page ul.products li.product .product_thumb:hover .wp-post-image img,
.woocommerce-page ul.products div.product .product_thumb:hover .wp-post-image img,
.woocommerce-page div.products li.product .product_thumb:hover .wp-post-image img,
.woocommerce-page div.products div.product .product_thumb:hover .wp-post-image img {
    scale: 1.09;
    transform-origin: center
}

.woocommerce ul.products li.product .product_thumb:hover .product-item-actions,
.woocommerce ul.products div.product .product_thumb:hover .product-item-actions,
.woocommerce div.products li.product .product_thumb:hover .product-item-actions,
.woocommerce div.products div.product .product_thumb:hover .product-item-actions,
.woocommerce-page ul.products li.product .product_thumb:hover .product-item-actions,
.woocommerce-page ul.products div.product .product_thumb:hover .product-item-actions,
.woocommerce-page div.products li.product .product_thumb:hover .product-item-actions,
.woocommerce-page div.products div.product .product_thumb:hover .product-item-actions {
    opacity: 1;
    right: 16px
}

.woocommerce ul.products li.product .product_thumb:hover .wrap-cart-buttons,
.woocommerce ul.products div.product .product_thumb:hover .wrap-cart-buttons,
.woocommerce div.products li.product .product_thumb:hover .wrap-cart-buttons,
.woocommerce div.products div.product .product_thumb:hover .wrap-cart-buttons,
.woocommerce-page ul.products li.product .product_thumb:hover .wrap-cart-buttons,
.woocommerce-page ul.products div.product .product_thumb:hover .wrap-cart-buttons,
.woocommerce-page div.products li.product .product_thumb:hover .wrap-cart-buttons,
.woocommerce-page div.products div.product .product_thumb:hover .wrap-cart-buttons {
    bottom: 16px;
    opacity: 1;
    visibility: visible
}

.woocommerce ul.products li.product .product_thumb .product-item-actions,
.woocommerce ul.products div.product .product_thumb .product-item-actions,
.woocommerce div.products li.product .product_thumb .product-item-actions,
.woocommerce div.products div.product .product_thumb .product-item-actions,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions,
.woocommerce-page div.products li.product .product_thumb .product-item-actions,
.woocommerce-page div.products div.product .product_thumb .product-item-actions {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: absolute;
    top: 10px;
    right: 6px;
    opacity: 0
}

@media (max-width:767px) {

    .woocommerce ul.products li.product .product_thumb .product-item-actions,
    .woocommerce ul.products div.product .product_thumb .product-item-actions,
    .woocommerce div.products li.product .product_thumb .product-item-actions,
    .woocommerce div.products div.product .product_thumb .product-item-actions,
    .woocommerce-page ul.products li.product .product_thumb .product-item-actions,
    .woocommerce-page ul.products div.product .product_thumb .product-item-actions,
    .woocommerce-page div.products li.product .product_thumb .product-item-actions,
    .woocommerce-page div.products div.product .product_thumb .product-item-actions {
        opacity: 1;
        right: 16px
    }
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div,
.woocommerce div.products li.product .product_thumb .product-item-actions>div,
.woocommerce div.products div.product .product_thumb .product-item-actions>div,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div {
    margin: 8px 0;
    background-color: rgba(42, 42, 40, 0.2)
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div:hover,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div:hover,
.woocommerce div.products li.product .product_thumb .product-item-actions>div:hover,
.woocommerce div.products div.product .product_thumb .product-item-actions>div:hover,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div:hover,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div:hover,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div:hover,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div:hover {
    background-color: var(--phys-font_title-color);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div:hover svg,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div:hover svg,
.woocommerce div.products li.product .product_thumb .product-item-actions>div:hover svg,
.woocommerce div.products div.product .product_thumb .product-item-actions>div:hover svg,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div:hover svg,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div:hover svg,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div:hover svg,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div:hover svg {
    stroke: var(--phys-body_primary_color);
    fill: var(--phys-body_primary_color)
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div:hover svg path,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div:hover svg path,
.woocommerce div.products li.product .product_thumb .product-item-actions>div:hover svg path,
.woocommerce div.products div.product .product_thumb .product-item-actions>div:hover svg path,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div:hover svg path,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div:hover svg path,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div:hover svg path,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div:hover svg path {
    stroke: var(--phys-body_primary_color);
    fill: var(--phys-body_primary_color)
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child,
.woocommerce div.products li.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child,
.woocommerce div.products div.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div.wcbt-product-compare svg path:last-child {
    fill: transparent
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div.active svg,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div.active svg,
.woocommerce div.products li.product .product_thumb .product-item-actions>div.active svg,
.woocommerce div.products div.product .product_thumb .product-item-actions>div.active svg,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div.active svg,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div.active svg,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div.active svg,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div.active svg {
    stroke: var(--phys-body_primary_color);
    fill: var(--phys-body_primary_color)
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div.active svg path,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div.active svg path,
.woocommerce div.products li.product .product_thumb .product-item-actions>div.active svg path,
.woocommerce div.products div.product .product_thumb .product-item-actions>div.active svg path,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div.active svg path,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div.active svg path,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div.active svg path,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div.active svg path {
    fill: var(--phys-body_primary_color);
    stroke: var(--phys-body_primary_color)
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div svg,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div svg,
.woocommerce div.products li.product .product_thumb .product-item-actions>div svg,
.woocommerce div.products div.product .product_thumb .product-item-actions>div svg,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div svg,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div svg,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div svg,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div svg {
    stroke: #fff;
    fill: #fff
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div svg path,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div svg path,
.woocommerce div.products li.product .product_thumb .product-item-actions>div svg path,
.woocommerce div.products div.product .product_thumb .product-item-actions>div svg path,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div svg path,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div svg path,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div svg path,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div svg path {
    fill: #fff;
    stroke: #fff
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div .tooltip,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div .tooltip,
.woocommerce div.products li.product .product_thumb .product-item-actions>div .tooltip,
.woocommerce div.products div.product .product_thumb .product-item-actions>div .tooltip,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div .tooltip,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div .tooltip,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div .tooltip,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div .tooltip {
    width: 100px;
    left: unset;
    right: 4px;
    bottom: 10px;
    padding: 4px 4px 4px 4px
}

.woocommerce ul.products li.product .product_thumb .product-item-actions>div .tooltip:after,
.woocommerce ul.products div.product .product_thumb .product-item-actions>div .tooltip:after,
.woocommerce div.products li.product .product_thumb .product-item-actions>div .tooltip:after,
.woocommerce div.products div.product .product_thumb .product-item-actions>div .tooltip:after,
.woocommerce-page ul.products li.product .product_thumb .product-item-actions>div .tooltip:after,
.woocommerce-page ul.products div.product .product_thumb .product-item-actions>div .tooltip:after,
.woocommerce-page div.products li.product .product_thumb .product-item-actions>div .tooltip:after,
.woocommerce-page div.products div.product .product_thumb .product-item-actions>div .tooltip:after {
    transform: rotate(-45deg) translateX(-50%);
    left: unset;
    right: -6px;
    bottom: 50%
}

.woocommerce ul.products li.product .product_thumb .wp-post-image,
.woocommerce ul.products div.product .product_thumb .wp-post-image,
.woocommerce div.products li.product .product_thumb .wp-post-image,
.woocommerce div.products div.product .product_thumb .wp-post-image,
.woocommerce-page ul.products li.product .product_thumb .wp-post-image,
.woocommerce-page ul.products div.product .product_thumb .wp-post-image,
.woocommerce-page div.products li.product .product_thumb .wp-post-image,
.woocommerce-page div.products div.product .product_thumb .wp-post-image {
    display: block
}

.woocommerce ul.products li.product .product_thumb a.button,
.woocommerce ul.products li.product .product_thumb a.added_to_cart,
.woocommerce ul.products div.product .product_thumb a.button,
.woocommerce ul.products div.product .product_thumb a.added_to_cart,
.woocommerce div.products li.product .product_thumb a.button,
.woocommerce div.products li.product .product_thumb a.added_to_cart,
.woocommerce div.products div.product .product_thumb a.button,
.woocommerce div.products div.product .product_thumb a.added_to_cart,
.woocommerce-page ul.products li.product .product_thumb a.button,
.woocommerce-page ul.products li.product .product_thumb a.added_to_cart,
.woocommerce-page ul.products div.product .product_thumb a.button,
.woocommerce-page ul.products div.product .product_thumb a.added_to_cart,
.woocommerce-page div.products li.product .product_thumb a.button,
.woocommerce-page div.products li.product .product_thumb a.added_to_cart,
.woocommerce-page div.products div.product .product_thumb a.button,
.woocommerce-page div.products div.product .product_thumb a.added_to_cart {
    margin: 5px;
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size);
    line-height: 1.4;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    text-align: center;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition-property: color, background, border, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    --top: 0
}

.woocommerce ul.products li.product .product_thumb a.button:hover,
.woocommerce ul.products li.product .product_thumb a.added_to_cart:hover,
.woocommerce ul.products div.product .product_thumb a.button:hover,
.woocommerce ul.products div.product .product_thumb a.added_to_cart:hover,
.woocommerce div.products li.product .product_thumb a.button:hover,
.woocommerce div.products li.product .product_thumb a.added_to_cart:hover,
.woocommerce div.products div.product .product_thumb a.button:hover,
.woocommerce div.products div.product .product_thumb a.added_to_cart:hover,
.woocommerce-page ul.products li.product .product_thumb a.button:hover,
.woocommerce-page ul.products li.product .product_thumb a.added_to_cart:hover,
.woocommerce-page ul.products div.product .product_thumb a.button:hover,
.woocommerce-page ul.products div.product .product_thumb a.added_to_cart:hover,
.woocommerce-page div.products li.product .product_thumb a.button:hover,
.woocommerce-page div.products li.product .product_thumb a.added_to_cart:hover,
.woocommerce-page div.products div.product .product_thumb a.button:hover,
.woocommerce-page div.products div.product .product_thumb a.added_to_cart:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover);
    transition-delay: 0s, 0.2s, 0s, 0s
}

.woocommerce ul.products li.product .product_thumb a.button:hover:before,
.woocommerce ul.products li.product .product_thumb a.added_to_cart:hover:before,
.woocommerce ul.products div.product .product_thumb a.button:hover:before,
.woocommerce ul.products div.product .product_thumb a.added_to_cart:hover:before,
.woocommerce div.products li.product .product_thumb a.button:hover:before,
.woocommerce div.products li.product .product_thumb a.added_to_cart:hover:before,
.woocommerce div.products div.product .product_thumb a.button:hover:before,
.woocommerce div.products div.product .product_thumb a.added_to_cart:hover:before,
.woocommerce-page ul.products li.product .product_thumb a.button:hover:before,
.woocommerce-page ul.products li.product .product_thumb a.added_to_cart:hover:before,
.woocommerce-page ul.products div.product .product_thumb a.button:hover:before,
.woocommerce-page ul.products div.product .product_thumb a.added_to_cart:hover:before,
.woocommerce-page div.products li.product .product_thumb a.button:hover:before,
.woocommerce-page div.products li.product .product_thumb a.added_to_cart:hover:before,
.woocommerce-page div.products div.product .product_thumb a.button:hover:before,
.woocommerce-page div.products div.product .product_thumb a.added_to_cart:hover:before {
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition-duration: 0.8s
}

.woocommerce ul.products li.product .product_thumb a.button:before,
.woocommerce ul.products li.product .product_thumb a.added_to_cart:before,
.woocommerce ul.products div.product .product_thumb a.button:before,
.woocommerce ul.products div.product .product_thumb a.added_to_cart:before,
.woocommerce div.products li.product .product_thumb a.button:before,
.woocommerce div.products li.product .product_thumb a.added_to_cart:before,
.woocommerce div.products div.product .product_thumb a.button:before,
.woocommerce div.products div.product .product_thumb a.added_to_cart:before,
.woocommerce-page ul.products li.product .product_thumb a.button:before,
.woocommerce-page ul.products li.product .product_thumb a.added_to_cart:before,
.woocommerce-page ul.products div.product .product_thumb a.button:before,
.woocommerce-page ul.products div.product .product_thumb a.added_to_cart:before,
.woocommerce-page div.products li.product .product_thumb a.button:before,
.woocommerce-page div.products li.product .product_thumb a.added_to_cart:before,
.woocommerce-page div.products div.product .product_thumb a.button:before,
.woocommerce-page div.products div.product .product_thumb a.added_to_cart:before {
    content: "";
    position: absolute;
    width: 250%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    top: var(--top);
    left: var(--left);
    backface-visibility: hidden;
    transition-property: transform, background, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    background: var(--phys-body_primary_color_hover);
    z-index: -1
}

.woocommerce ul.products li.product .product_thumb .wrap-cart-buttons,
.woocommerce ul.products div.product .product_thumb .wrap-cart-buttons,
.woocommerce div.products li.product .product_thumb .wrap-cart-buttons,
.woocommerce div.products div.product .product_thumb .wrap-cart-buttons,
.woocommerce-page ul.products li.product .product_thumb .wrap-cart-buttons,
.woocommerce-page ul.products div.product .product_thumb .wrap-cart-buttons,
.woocommerce-page div.products li.product .product_thumb .wrap-cart-buttons,
.woocommerce-page div.products div.product .product_thumb .wrap-cart-buttons {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.woocommerce ul.products li.product .product__title,
.woocommerce ul.products div.product .product__title,
.woocommerce div.products li.product .product__title,
.woocommerce div.products div.product .product__title,
.woocommerce-page ul.products li.product .product__title,
.woocommerce-page ul.products div.product .product__title,
.woocommerce-page div.products li.product .product__title,
.woocommerce-page div.products div.product .product__title {
    padding: 30px 25px
}

@media (max-width:767px) {

    .woocommerce ul.products li.product .product__title,
    .woocommerce ul.products div.product .product__title,
    .woocommerce div.products li.product .product__title,
    .woocommerce div.products div.product .product__title,
    .woocommerce-page ul.products li.product .product__title,
    .woocommerce-page ul.products div.product .product__title,
    .woocommerce-page div.products li.product .product__title,
    .woocommerce-page div.products div.product .product__title {
        padding: 20px
    }
}

.woocommerce ul.products li.product .product__title .title,
.woocommerce ul.products div.product .product__title .title,
.woocommerce div.products li.product .product__title .title,
.woocommerce div.products div.product .product__title .title,
.woocommerce-page ul.products li.product .product__title .title,
.woocommerce-page ul.products div.product .product__title .title,
.woocommerce-page div.products li.product .product__title .title,
.woocommerce-page div.products div.product .product__title .title {
    display: block;
    margin-bottom: 10px;
    font-family: var(--phys-font_title-font-family);
    font-size: 18px;
    font-weight: 600
}

.woocommerce ul.products li.product .product__title .product-author,
.woocommerce ul.products div.product .product__title .product-author,
.woocommerce div.products li.product .product__title .product-author,
.woocommerce div.products div.product .product__title .product-author,
.woocommerce-page ul.products li.product .product__title .product-author,
.woocommerce-page ul.products div.product .product__title .product-author,
.woocommerce-page div.products li.product .product__title .product-author,
.woocommerce-page div.products div.product .product__title .product-author {
    display: inline-block;
    margin-bottom: 1em
}

.woocommerce ul.products li.product .product__title ul.product-attributes,
.woocommerce ul.products div.product .product__title ul.product-attributes,
.woocommerce div.products li.product .product__title ul.product-attributes,
.woocommerce div.products div.product .product__title ul.product-attributes,
.woocommerce-page ul.products li.product .product__title ul.product-attributes,
.woocommerce-page ul.products div.product .product__title ul.product-attributes,
.woocommerce-page div.products li.product .product__title ul.product-attributes,
.woocommerce-page div.products div.product .product__title ul.product-attributes {
    line-height: 1.5
}

.woocommerce ul.products li.product .product__title .block-after-title,
.woocommerce ul.products div.product .product__title .block-after-title,
.woocommerce div.products li.product .product__title .block-after-title,
.woocommerce div.products div.product .product__title .block-after-title,
.woocommerce-page ul.products li.product .product__title .block-after-title,
.woocommerce-page ul.products div.product .product__title .block-after-title,
.woocommerce-page div.products li.product .product__title .block-after-title,
.woocommerce-page div.products div.product .product__title .block-after-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.woocommerce ul.products li.product .wrapper-content-item,
.woocommerce ul.products div.product .wrapper-content-item,
.woocommerce div.products li.product .wrapper-content-item,
.woocommerce div.products div.product .wrapper-content-item,
.woocommerce-page ul.products li.product .wrapper-content-item,
.woocommerce-page ul.products div.product .wrapper-content-item,
.woocommerce-page div.products li.product .wrapper-content-item,
.woocommerce-page div.products div.product .wrapper-content-item {
    position: relative
}

.woocommerce ul.products li.product .wrapper-content-item:before,
.woocommerce ul.products li.product .wrapper-content-item:after,
.woocommerce ul.products div.product .wrapper-content-item:before,
.woocommerce ul.products div.product .wrapper-content-item:after,
.woocommerce div.products li.product .wrapper-content-item:before,
.woocommerce div.products li.product .wrapper-content-item:after,
.woocommerce div.products div.product .wrapper-content-item:before,
.woocommerce div.products div.product .wrapper-content-item:after,
.woocommerce-page ul.products li.product .wrapper-content-item:before,
.woocommerce-page ul.products li.product .wrapper-content-item:after,
.woocommerce-page ul.products div.product .wrapper-content-item:before,
.woocommerce-page ul.products div.product .wrapper-content-item:after,
.woocommerce-page div.products li.product .wrapper-content-item:before,
.woocommerce-page div.products li.product .wrapper-content-item:after,
.woocommerce-page div.products div.product .wrapper-content-item:before,
.woocommerce-page div.products div.product .wrapper-content-item:after {
    content: " ";
    display: table
}

.woocommerce ul.products li.product .wrapper-content-item:after,
.woocommerce ul.products div.product .wrapper-content-item:after,
.woocommerce div.products li.product .wrapper-content-item:after,
.woocommerce div.products div.product .wrapper-content-item:after,
.woocommerce-page ul.products li.product .wrapper-content-item:after,
.woocommerce-page ul.products div.product .wrapper-content-item:after,
.woocommerce-page div.products li.product .wrapper-content-item:after,
.woocommerce-page div.products div.product .wrapper-content-item:after {
    clear: both
}

.woocommerce ul.products li.product .wrapper-content-item .cat_product,
.woocommerce ul.products div.product .wrapper-content-item .cat_product,
.woocommerce div.products li.product .wrapper-content-item .cat_product,
.woocommerce div.products div.product .wrapper-content-item .cat_product,
.woocommerce-page ul.products li.product .wrapper-content-item .cat_product,
.woocommerce-page ul.products div.product .wrapper-content-item .cat_product,
.woocommerce-page div.products li.product .wrapper-content-item .cat_product,
.woocommerce-page div.products div.product .wrapper-content-item .cat_product {
    font-size: 15px
}

.woocommerce ul.products li.product .wrapper-content-item .woocommerce-loop-product_title,
.woocommerce ul.products div.product .wrapper-content-item .woocommerce-loop-product_title,
.woocommerce div.products li.product .wrapper-content-item .woocommerce-loop-product_title,
.woocommerce div.products div.product .wrapper-content-item .woocommerce-loop-product_title,
.woocommerce-page ul.products li.product .wrapper-content-item .woocommerce-loop-product_title,
.woocommerce-page ul.products div.product .wrapper-content-item .woocommerce-loop-product_title,
.woocommerce-page div.products li.product .wrapper-content-item .woocommerce-loop-product_title,
.woocommerce-page div.products div.product .wrapper-content-item .woocommerce-loop-product_title {
    margin: 5px 0 20px 0;
    font-size: 18px
}

.woocommerce ul.products li.product .wrapper-content-item span.price del,
.woocommerce ul.products div.product .wrapper-content-item span.price del,
.woocommerce div.products li.product .wrapper-content-item span.price del,
.woocommerce div.products div.product .wrapper-content-item span.price del,
.woocommerce-page ul.products li.product .wrapper-content-item span.price del,
.woocommerce-page ul.products div.product .wrapper-content-item span.price del,
.woocommerce-page div.products li.product .wrapper-content-item span.price del,
.woocommerce-page div.products div.product .wrapper-content-item span.price del {
    margin-right: 15px;
    opacity: 1
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products div.product a img,
.woocommerce div.products li.product a img,
.woocommerce div.products div.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce-page ul.products div.product a img,
.woocommerce-page div.products li.product a img,
.woocommerce-page div.products div.product a img {
    transition: scale 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 0
}

.woocommerce ul.products li.product .product-change-images,
.woocommerce ul.products div.product .product-change-images,
.woocommerce div.products li.product .product-change-images,
.woocommerce div.products div.product .product-change-images,
.woocommerce-page ul.products li.product .product-change-images,
.woocommerce-page ul.products div.product .product-change-images,
.woocommerce-page div.products li.product .product-change-images,
.woocommerce-page div.products div.product .product-change-images {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.woocommerce .wrapper-result-count,
.woocommerce-page .wrapper-result-count {
    margin-bottom: 22px
}

.woocommerce .wrapper-result-count:before,
.woocommerce .wrapper-result-count:after,
.woocommerce-page .wrapper-result-count:before,
.woocommerce-page .wrapper-result-count:after {
    content: " ";
    display: table
}

.woocommerce .wrapper-result-count:after,
.woocommerce-page .wrapper-result-count:after {
    clear: both
}

@media (max-width:767px) {

    .woocommerce .wrapper-result-count .woocommerce-result-count,
    .woocommerce-page .wrapper-result-count .woocommerce-result-count {
        float: none
    }
}

.woocommerce .wrapper-result-count .woocommerce-ordering,
.woocommerce-page .wrapper-result-count .woocommerce-ordering {
    margin: -6px
}

@media (max-width:767px) {

    .woocommerce .wrapper-result-count .woocommerce-ordering,
    .woocommerce-page .wrapper-result-count .woocommerce-ordering {
        float: none
    }
}

.woocommerce .wrapper-result-count .woocommerce-ordering select,
.woocommerce-page .wrapper-result-count .woocommerce-ordering select {
    border: none;
    padding: 6px 28px 6px 6px;
    max-width: 168px
}

.woocommerce .wc-backward,
.woocommerce-page .wc-backward {
    border-radius: 0;
    padding: 14px 20px 11px 20px;
    color: #fff;
    text-transform: uppercase
}

.woocommerce-grouped-product-list.group_table {
    padding-bottom: 20px
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    color: #FFB606
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    color: #FFB606
}

@media (min-width:768px) {

    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        margin: 0
    }
}

.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce-page .widget_price_filter .price_slider_wrapper {
    padding-top: 10px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #a3a3a3;
    border-radius: 0;
    height: 4px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    border-radius: 0;
    background: #171717
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #171717;
    border-radius: 50%;
    top: -0.35em
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    float: right;
    padding: 6px 12px;
    background-color: var(--phys-body_primary_color);
    border-radius: 43px
}

.woocommerce .widget_price_filter .price_slider_amount .button:before,
.woocommerce .widget_price_filter .price_slider_amount .button:after,
.woocommerce-page .widget_price_filter .price_slider_amount .button:before,
.woocommerce-page .widget_price_filter .price_slider_amount .button:after {
    display: none
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
    background-color: var(--phys-body_primary_color_hover)
}

.woocommerce .widget_price_filter .price_slider_amount .price_label,
.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
    float: left;
    padding-top: 4px
}

.woocommerce .search-price,
.woocommerce-page .search-price {
    display: flex;
    flex-direction: column-reverse
}

.woocommerce .search-price .show-price,
.woocommerce-page .search-price .show-price {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 0
}

.woocommerce .search-price .show-price .min,
.woocommerce .search-price .show-price .max,
.woocommerce-page .search-price .show-price .min,
.woocommerce-page .search-price .show-price .max {
    font-size: var(--phys-font_body-font-size)
}

.woocommerce .search-price #search-price.noUi-horizontal,
.woocommerce-page .search-price #search-price.noUi-horizontal {
    height: 4px
}

.woocommerce .search-price #search-price.noUi-horizontal .noUi-handle,
.woocommerce-page .search-price #search-price.noUi-horizontal .noUi-handle {
    top: -6px
}

.woocommerce ins,
.woocommerce-page ins {
    text-decoration: none
}

.woocommerce a.remove,
.woocommerce-page a.remove {
    line-height: 1em
}

.woocommerce .single_variation_wrap .woocommerce-variation-price,
.woocommerce-page .single_variation_wrap .woocommerce-variation-price {
    display: inline-block;
    color: var(--phys-font_body-color)
}

.woocommerce .single_variation_wrap .woocommerce-variation-price .price,
.woocommerce-page .single_variation_wrap .woocommerce-variation-price .price {
    color: var(--phys-font_body-color)
}

.woocommerce .single_variation_wrap .woocommerce-variation-availability,
.woocommerce-page .single_variation_wrap .woocommerce-variation-availability {
    display: inline-block
}

.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart,
.woocommerce-page .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 1em
}

.woocommerce-page {}

.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
    color: var(--phys-font_body-color);
    outline: none;
    background-color: var(--phys-background_section_color);
    border-top-color: var(--phys-body_primary_color);
    line-height: 40px
}

@media (max-width:767px) {

    .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error,
    .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,
    .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
        font-size: 0.9em;
        line-height: inherit
    }
}

.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message:before {
    color: var(--phys-body_primary_color)
}

@media (max-width:767px) {

    .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error a.button,
    .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a.button,
    .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a.button {
        margin-top: 16px;
        padding: 6px 12px
    }
}

.woocommerce-page button.button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size);
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid transparent;
    padding: 12px 24px;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer
}

.woocommerce-page button.button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.woocommerce-page button.button:hover svg {
    fill: var(--phys-font_title-color)
}

.woocommerce-page button.button:hover svg path {
    fill: var(--phys-font_title-color)
}

.woocommerce-page .select2-container .select2-dropdown {
    border-color: var(--phys-border_color)
}

.woocommerce-page .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid;
    border-color: var(--phys-border_color);
    border-radius: var(--phys-border-radius-button, 48px)
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 45px
}

.woocommerce-page .select2-container .select2-selection__arrow {
    background-image: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDE4IDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iVmVjdG9yLSgxKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHBvaW50cz0iMCAwIDggOCAxNiAwIj48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-size: 0.7em;
    background-position: calc(100% - 0.5em) center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.woocommerce-page .select2-container .select2-selection__arrow b {
    display: none
}

.woocommerce-page .select2-container .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container .select2-results__option--highlighted[data-selected] {
    background-color: var(--phys-body_primary_color)
}

body .thim-ekits-mini-cart.mini-cart:hover .widget_shopping_cart_content {
    box-shadow: none;
    opacity: 1 !important
}

body .thim-ekits-mini-cart.mini-cart .widget_shopping_cart_content {
    border: 1px solid var(--phys-border_color);
    border-radius: 8px;
    opacity: 0 !important
}

body .thim-ekits-mini-cart.mini-cart .widget_shopping_cart_content:after {
    box-shadow: -1px -1px 1px var(--phys-border_color)
}

body .thim-ekits-mini-cart .widget_shopping_cart_content .total .woocommerce-Price-amount {
    text-align: right
}

footer#colophon {
    background-color: var(--phys-footer_background_color);
    color: var(--phys-footer_color-text);
    clear: both
}

footer#colophon a {
    color: var(--phys-footer_color-link)
}

footer#colophon a:hover {
    color: var(--phys-footer_color-hover)
}

footer#colophon h1,
footer#colophon h2,
footer#colophon h3,
footer#colophon h4,
footer#colophon h5,
footer#colophon h6 {
    color: var(--phys-footer_color-title)
}

footer#colophon .footer {
    padding: 25px 0
}

footer#colophon .widget-title {
    margin-top: 0
}

footer#colophon .site-info {
    text-align: center
}

footer#colophon .site-info a:hover {
    text-decoration: underline
}

footer#colophon .copyright-area {
    padding: 30px 0;
    border-top: 1px solid transparent;
    background-color: var(--phys-copyright_background_color);
    color: var(--phys-copyright_text_color)
}

footer#colophon .copyright-area a {
    color: var(--phys-body_primary_color)
}

footer#colophon .copyright-area a:hover {
    color: var(--phys-body_primary_color_hover)
}

footer#colophon .copyright-area ul {
    margin: 0;
    list-style: none
}

footer#colophon .copyright-area ul li {
    display: inline-block
}

.sk-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 40px auto;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@keyframes sk-rotatePlane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
    animation-delay: -1s
}

@keyframes sk-doubleBounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    animation-delay: -0.9s
}

.sk-wave .sk-rect5 {
    animation-delay: -0.8s
}

@keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1)
    }
}

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-wandering-cubes .sk-cube2 {
    animation-delay: -0.9s
}

@keyframes sk-wanderingCube {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: translateX(30px) rotate(-90deg) scale(0.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    background-color: #333;
    border-radius: 100%;
    animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@keyframes sk-pulseScaleOut {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.sk-chasing-dots {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes sk-chasingDotsRotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chasingDotsBounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
    animation-delay: -0.32s
}

.sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s
}

@keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    animation-delay: -0.9s
}

.sk-circle .sk-circle5:before {
    animation-delay: -0.8s
}

.sk-circle .sk-circle6:before {
    animation-delay: -0.7s
}

.sk-circle .sk-circle7:before {
    animation-delay: -0.6s
}

.sk-circle .sk-circle8:before {
    animation-delay: -0.5s
}

.sk-circle .sk-circle9:before {
    animation-delay: -0.4s
}

.sk-circle .sk-circle10:before {
    animation-delay: -0.3s
}

.sk-circle .sk-circle11:before {
    animation-delay: -0.2s
}

.sk-circle .sk-circle12:before {
    animation-delay: -0.1s
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    animation-delay: 0.2s
}

.sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s
}

.sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s
}

.sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s
}

.sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s
}

.sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s
}

.sk-cube-grid .sk-cube7 {
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s
}

.sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        transform: scale3D(1, 1, 1)
    }

    35% {
        transform: scale3D(0, 0, 1)
    }
}

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    animation-delay: -0.9s
}

.sk-fading-circle .sk-circle5:before {
    animation-delay: -0.8s
}

.sk-fading-circle .sk-circle6:before {
    animation-delay: -0.7s
}

.sk-fading-circle .sk-circle7:before {
    animation-delay: -0.6s
}

.sk-fading-circle .sk-circle8:before {
    animation-delay: -0.5s
}

.sk-fading-circle .sk-circle9:before {
    animation-delay: -0.4s
}

.sk-fading-circle .sk-circle10:before {
    animation-delay: -0.3s
}

.sk-fading-circle .sk-circle11:before {
    animation-delay: -0.2s
}

.sk-fading-circle .sk-circle12:before {
    animation-delay: -0.1s
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    animation-delay: 0.3s
}

.sk-folding-cube .sk-cube3:before {
    animation-delay: 0.6s
}

.sk-folding-cube .sk-cube4:before {
    animation-delay: 0.9s
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

#phys-preloading {
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--phys-theme_feature_preloading_style-background)
}

#phys-preloading .sk-folding-cube .sk-cube:before,
#phys-preloading .sk-rotating-plane,
#phys-preloading .sk-spinner-pulse,
#phys-preloading .sk-three-bounce .sk-child,
#phys-preloading .sk-wandering-cubes .sk-cube,
#phys-preloading .sk-cube-grid .sk-cube,
#phys-preloading .sk-double-bounce .sk-child,
#phys-preloading .sk-fading-circle .sk-circle:before,
#phys-preloading .sk-circle .sk-child:before,
#phys-preloading .sk-chasing-dots .sk-child,
#phys-preloading .sk-wave .sk-rect {
    background-color: var(--phys-theme_feature_preloading_style-color)
}

#back-to-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background-color: var(--phys-body_primary_color);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    z-index: 999
}

#back-to-top:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

#back-to-top.scrolldown {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

body {
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size);
    line-height: var(--phys-font_body-line-height);
    color: var(--phys-font_body-color);
    font-weight: var(--phys-font_body-variant)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--phys-font_title-font-family);
    color: var(--phys-font_title-color);
    font-weight: var(--phys-font_title-variant);
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

h1 {
    font-size: var(--phys-font_h1-font-size);
    line-height: var(--phys-font_h1-line-height);
    text-transform: var(--phys-font_h1-text-transform)
}

h2 {
    font-size: var(--phys-font_h2-font-size);
    line-height: var(--phys-font_h2-line-height);
    text-transform: var(--phys-font_h2-text-transform)
}

h3 {
    font-size: var(--phys-font_h3-font-size);
    line-height: var(--phys-font_h3-line-height);
    text-transform: var(--phys-font_h3-text-transform)
}

h4 {
    font-size: var(--phys-font_h4-font-size);
    line-height: var(--phys-font_h4-line-height);
    text-transform: var(--phys-font_h4-text-transform)
}

h5 {
    font-size: var(--phys-font_h5-font-size);
    line-height: var(--phys-font_h5-line-height);
    text-transform: var(--phys-font_h5-text-transform)
}

h6 {
    font-size: var(--phys-font_h6-font-size);
    line-height: var(--phys-font_h6-line-height);
    text-transform: var(--phys-font_h6-text-transform)
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--phys-font_title-color)
}

a:hover {
    color: var(--phys-main_menu_color-text_color_hover)
}

fieldset {
    border: 1px solid var(--phys-border_color);
    padding: 10px;
    border-radius: var(--phys-border-radius-item, 10px)
}

table {
    margin: 0;
    border: 1px solid var(--phys-border_color);
    border-collapse: collapse;
    box-sizing: border-box;
    border-spacing: 0;
    empty-cells: show;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

table th,
table td {
    padding: 0.7em 1em;
    border: 1px solid var(--phys-border_color)
}

@media (max-width:767px) {
    h1 {
        font-size: var(--phys-font_h2-font-size)
    }

    h2 {
        font-size: var(--phys-font_h3-font-size)
    }

    h3 {
        font-size: var(--phys-font_h4-font-size)
    }
}

input[type=submit],
button[type=submit],
.button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size);
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid transparent;
    padding: 12px 24px;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer
}

input[type=submit][disabled],
button[type=submit][disabled],
.button[disabled] {
    cursor: not-allowed;
    opacity: 0.5
}

input[type=submit]:hover,
button[type=submit]:hover,
.button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

input[type=submit]:hover svg,
button[type=submit]:hover svg,
.button:hover svg {
    fill: var(--phys-font_title-color)
}

input[type=submit]:hover svg path,
button[type=submit]:hover svg path,
.button:hover svg path {
    fill: var(--phys-font_title-color)
}

.thim-login-icon .login,
form button[type=submit],
a.button,
.lp-form-course-filter button,
.lp-button:not(.lp-btn-wishlist),
.item-event button,
button.back-to-home {
    position: relative;
    display: inline-block;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition-property: color, background, border, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    --top: 0;
    --left: 0
}

.thim-login-icon .login:hover,
form button[type=submit]:hover,
a.button:hover,
.lp-form-course-filter button:hover,
.lp-button:not(.lp-btn-wishlist):hover,
.item-event button:hover,
button.back-to-home:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover);
    transition-delay: 0s, 0.2s, 0s, 0s
}

.thim-login-icon .login:hover:before,
form button[type=submit]:hover:before,
a.button:hover:before,
.lp-form-course-filter button:hover:before,
.lp-button:not(.lp-btn-wishlist):hover:before,
.item-event button:hover:before,
button.back-to-home:hover:before {
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition-duration: 0.8s
}

.thim-login-icon .login:before,
form button[type=submit]:before,
a.button:before,
.lp-form-course-filter button:before,
.lp-button:not(.lp-btn-wishlist):before,
.item-event button:before,
button.back-to-home:before {
    content: "";
    position: absolute;
    width: 250%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    top: var(--top);
    left: var(--left);
    backface-visibility: hidden;
    transition-property: transform, background, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    background: var(--phys-body_primary_color_hover);
    z-index: -1
}

.lp-form-course-filter button.course-filter-submit:hover {
    color: var(--phys-font_title-color)
}

.lp-form-course-filter button.course-filter-reset:hover:before {
    background: var(--phys-body_primary_color)
}

.lp-single-course.lp-single-offline-course .course-buttons a.course-btn-extra:hover:before {
    background: var(--phys-body_primary_color)
}

.elementor-button-wrapper .elementor-button {
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size);
    line-height: 1.4;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer
}

.elementor-button-wrapper .elementor-button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:visited {
    color: #fff;
    background-color: var(--phys-body_primary_color)
}

.elementor-button-wrapper .elementor-button:focus:hover,
.elementor-button-wrapper .elementor-button:visited:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.elementor-button-wrapper .elementor-button .elementor-button-content-wrapper {
    align-items: center
}

.is-style-outline .elementor-button-wrapper .elementor-button {
    color: var(--phys-body_primary_color);
    background-color: transparent;
    border: 1px solid var(--phys-body_primary_color)
}

.is-style-outline .elementor-button-wrapper .elementor-button:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color)
}

.b-lighter .elementor-button-wrapper .elementor-button {
    color: var(--phys-body_primary_color);
    background-color: #EAF8FF
}

.b-lighter .elementor-button-wrapper .elementor-button:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color)
}

input,
textarea,
select {
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size)
}

input:-webkit-input-placeholder,
input:-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
select:-webkit-input-placeholder,
select:-moz-placeholder,
select:-moz-placeholder,
select:-ms-input-placeholder {
    color: var(--phys-gray_color, #737373)
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type=url],
select {
    line-height: 1.4;
    padding: 12px 15px;
    display: inline-block;
    color: var(--phys-font_title-color);
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-button, 48px)
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
select:focus {
    border: 1px solid var(--phys-body_primary_color)
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
select::placeholder {
    color: var(--phys-gray_color, #737373)
}

select {
    background-image: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDE4IDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iVmVjdG9yLSgxKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHBvaW50cz0iMCAwIDggOCAxNiAwIj48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-size: 0.7em;
    background-position: calc(100% - 0.7em) center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select:focus {
    outline: none
}

textarea {
    height: 136px;
    resize: none;
    border: 1px solid var(--phys-border_color);
    padding: 15px;
    border-radius: var(--phys-border-radius-item, 10px) !important;
    width: 100%
}

textarea:focus {
    border: 1px solid var(--phys-body_primary_color)
}

@media (max-width:767px) {
    html {
        overflow-x: hidden
    }
}

body {
    background-color: var(--phys-background_main_color);
    overflow-x: hidden
}

a {
    text-decoration: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

a:focus {
    outline: none !important;
    box-shadow: none !important
}

article ul,
article ol {
    padding-inline-start: 1.5em;
    margin-block-end: 1.5em
}

.site-content {
    padding-top: 30px;
    padding-bottom: 60px
}

.site-content.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.single iframe {
    margin: 25px 0;
    width: 100%;
    border-radius: var(--phys-border-radius-item, 10px)
}

.single .wp-block-heading {
    margin: 1em 0 0.6em 0
}

.single .wp-block-columns {
    margin: 35px 0 25px 0;
    row-gap: 10px
}

.single .wp-block-image img {
    border-radius: var(--phys-border-radius-item, 10px)
}

.site-header .header_full {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:767px) {
    .site-header .header_full {
        padding-left: 15px;
        padding-right: 15px
    }
}

.flexslider {
    position: relative
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.8;
    left: 5px
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.8;
    right: 5px
}

.flexslider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider ul img {
    display: block;
    width: 100%
}

.flexslider .flex-direction-nav {
    margin: 0
}

.flexslider .flex-direction-nav a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 9;
    top: 50%;
    cursor: pointer;
    margin: 0;
    width: 32px;
    height: 32px;
    background: var(--phys-body_primary_color);
    text-align: center;
    overflow: hidden;
    margin-top: -16px
}

.flexslider .flex-direction-nav a:before {
    display: inline-block;
    font-family: "thim-ekits" !important;
    font-size: var(--phys-font_body-font-size);
    font-weight: 900;
    line-height: 32px;
    color: #fff
}

.flexslider .flex-direction-nav .flex-prev {
    left: -36px;
    opacity: 0
}

.flexslider .flex-direction-nav .flex-prev:before {
    content: "\f060"
}

.flexslider .flex-direction-nav .flex-next {
    right: -36px;
    opacity: 0
}

.flexslider .flex-direction-nav .flex-next:before {
    content: "\f061"
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.4
}

.error404 {
    background-color: var(--phys-background_section_color)
}

.error404 #masthead,
.error404 #colophon,
.error404 .thim-ekit__footer,
.error404 .thim-ekit__header {
    display: none
}

.error404 .error-404 {
    display: flex;
    align-items: center;
    align-items: center;
    gap: 50px;
    height: 100vh
}

@media (max-width:1024px) {
    .error404 .error-404 {
        flex-direction: column
    }
}

.error404 .error-404 .left-404 {
    padding: 25px;
    text-align: center;
    width: 37.5%
}

@media (max-width:1024px) {
    .error404 .error-404 .left-404 {
        width: 100%
    }
}

.error404 .error-404 .left-404 h1 {
    margin-bottom: 30px
}

@media (min-width:1520px) {
    .error404 .error-404 .left-404 h1 {
        font-size: 64px
    }
}

@media (max-width:1024px) {
    .error404 .error-404 .left-404 h1 {
        margin-bottom: 20px
    }
}

.error404 .error-404 .left-404 h4 {
    margin-bottom: 50px
}

@media (max-width:1024px) {
    .error404 .error-404 .left-404 h4 {
        margin-bottom: 35px
    }
}

.error404 .error-404 .left-404 a.button i {
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(-45deg)
}

.error404 .error-404 .right-404 {
    width: 62.5%
}

@media (max-width:1024px) {
    .error404 .error-404 .right-404 {
        width: 100%
    }
}

body.search:not(.post-type-archive-product) .content-area .top_heading {
    display: none
}

body.search:not(.post-type-archive-product) .content-area .container {
    max-width: 840px
}

body.search form.search-form {
    margin: 10px 0 30px 0;
    position: relative
}

body.search form.search-form input[type=search] {
    width: 100%;
    padding: 16px 58px 16px 24px
}

body.search form.search-form button[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%
}

body.search form.search-form button[type=submit] i,
body.search form.search-form button[type=submit] svg {
    transform: rotate(-90deg);
    fill: currentColor
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.switch-layout-container {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    column-gap: 15px
}

.switch-layout-container .switch-layout div.list,
.switch-layout-container .switch-layout div.grid {
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px
}

.switch-layout-container .switch-layout div.list.switch-active,
.switch-layout-container .switch-layout div.grid.switch-active {
    color: var(--phys-body_primary_color)
}

.switch-layout-container .post-index {
    font-size: 14px
}

.entry-tag-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 40px 0;
    padding: 20px 0;
    border-width: 1px 0 1px 0;
    border-color: var(--phys-border_color);
    border-style: solid;
    clear: both
}

.entry-tag-share .tags-links a {
    margin: 0 3px 10px 3px;
    display: inline-block;
    font-size: var(--phys-font_body-font-size) !important;
    background-color: #fff;
    border: solid 1px var(--phys-border_color);
    color: var(--phys-font_body-color);
    border-radius: 43px;
    padding: 6px 15px
}

.entry-tag-share .tags-links a:hover {
    color: var(--phys-body_primary_color);
    border-color: var(--phys-body_primary_color)
}

.phys-social-share {
    margin: 10px 0;
    padding: 0
}

.phys-social-share li {
    margin: 5px;
    display: inline-block;
    list-style: none
}

.phys-social-share li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--phys-border_color);
    font-size: var(--phys-font_body-font-size);
    color: var(--phys-font_title-color)
}

.phys-social-share li a:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color)
}

.phys-social-share li a:hover svg {
    fill: #fff
}

.phys-social-share li a svg {
    transition: all 0.3s ease;
    width: 16px;
    height: 16px
}

.physc-center-nav.px250 .thim-slider-nav-prev {
    left: calc(50% - 185px)
}

.physc-center-nav.px250 .thim-slider-nav-next {
    right: calc(50% - 185px)
}

.physc-center-nav .thim-slider-nav-prev {
    left: calc(50% - 55px)
}

.physc-center-nav .thim-slider-nav-next {
    right: calc(50% - 55px)
}

.physc-radius-decor .elementor-widget-container {
    position: relative
}

.physc-radius-decor .elementor-widget-container:before,
.physc-radius-decor .elementor-widget-container:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 0 0 #fff;
    transform: rotate(-90deg);
    z-index: -1
}

.physc-radius-decor .elementor-widget-container:before {
    top: -10px;
    left: -30px
}

.physc-radius-decor .elementor-widget-container:after {
    right: 5px;
    bottom: -25px;
    box-shadow: 10px 0 0 0 #fff;
    height: 30px
}

.physc-radius-decor .elementor-widget-container .elementor-icon-wrapper {
    line-height: 1
}

@media (min-width:1025px) and (max-width:1200px) {
    .physc_elhide_1025-1200px {
        display: none
    }
}

.physc-tabs-flex {
    position: relative
}

.physc-tabs-flex .thim-course-tabs {
    position: relative
}

.physc-tabs-flex .thim-course-tabs .nav-tabs {
    display: flex;
    overflow-x: hidden
}

.physc-tabs-flex .thim-course-tabs .nav-tabs li a {
    display: block;
    width: max-content;
    line-height: 1.1
}

.physc-tabs-flex .thim-course-tabs .nav-tabs li a .course-number {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: 400
}

.physc-tabs-flex .tab-prev,
.physc-tabs-flex .tab-next {
    position: absolute;
    top: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.physc-tabs-flex .tab-prev:hover,
.physc-tabs-flex .tab-next:hover {
    background-color: var(--phys-background_section_color)
}

@media (max-width:1024px) {

    .physc-tabs-flex .tab-prev,
    .physc-tabs-flex .tab-next {
        visibility: hidden;
        opacity: 0
    }
}

.physc-tabs-flex .tab-prev {
    left: -24px
}

.physc-tabs-flex .tab-next {
    right: -24px
}

.physc-scroll-scaleObj>div {
    transition: transform 0.4s ease;
    transform: translateY(0px) scale(0.9) translateZ(0px)
}

.physc-center .elementor-counter-title {
    text-align: center
}

@keyframes sgAnimUpDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes sgAnimUpDownRotate {
    0% {
        -webkit-transform: rotate(-3deg) translateY(-20px);
        transform: rotate(-3deg) translateY(-20px)
    }

    50% {
        -webkit-transform: rotate(-3deg) translateY(-10px);
        transform: rotate(-3deg) translateY(-10px)
    }

    100% {
        -webkit-transform: rotate(-3deg) translateY(-20px);
        transform: rotate(-3deg) translateY(-20px)
    }
}

@keyframes sgAnimUpDownRotate15 {
    0% {
        -webkit-transform: rotate(15deg) translateY(-20px);
        transform: rotate(15deg) translateY(-20px)
    }

    50% {
        -webkit-transform: rotate(15deg) translateY(-10px);
        transform: rotate(15deg) translateY(-10px)
    }

    100% {
        -webkit-transform: rotate(15deg) translateY(-20px);
        transform: rotate(15deg) translateY(-20px)
    }
}

@keyframes bgSizeChange {
    0% {
        background-size: 0%
    }

    15% {
        background-size: 100%
    }

    100% {
        background-size: 100%
    }
}

body .thim-ekits-button {
    line-height: 1
}

body .thim-ekits-button.custom-button-hover a {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition-property: color, background, border, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    --top: 0;
    --left: 0
}

body .thim-ekits-button.custom-button-hover a:hover {
    transition-delay: 0s, 0.2s, 0s, 0s
}

body .thim-ekits-button.custom-button-hover a:hover:before {
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition-duration: 0.8s;
    width: 250%;
    height: unset
}

body .thim-ekits-button.custom-button-hover a:before {
    content: "";
    position: absolute;
    width: 250%;
    height: unset;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    top: var(--top);
    left: var(--left);
    backface-visibility: hidden;
    transition-property: transform, background, opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    background-color: var(--phys-body_primary_color_hover);
    z-index: -1
}

body .thim-ekits-button.btn-outline a {
    color: var(--phys-body_primary_color);
    background-color: transparent;
    border: 1px solid var(--phys-body_primary_color)
}

body .thim-ekits-button.btn-outline a:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color)
}

body .thim-ekits-button.btn-outline a:before {
    background-color: var(--phys-body_primary_color)
}

body .thim-ekits-button.btn-black a {
    color: #fff;
    background-color: rgb(17, 17, 17);
    border: 1px solid rgb(17, 17, 17)
}

body .thim-ekits-button.btn-black a:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color)
}

body .thim-ekits-button.btn-black a:before {
    background-color: var(--phys-body_primary_color)
}

body .thim-ekits-button.btn-white a {
    color: rgb(17, 17, 17);
    background-color: #fff
}

body .thim-ekits-button.btn-white a:hover {
    color: #fff;
    background-color: rgb(17, 17, 17)
}

body .thim-ekits-button.btn-white a:before {
    background-color: rgb(17, 17, 17)
}

body .thim-ekits-button a {
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size);
    line-height: 1.4;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer
}

body .thim-ekits-button a:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

body .thim-ekits-button a span {
    gap: 6px
}

body .thim-ekits-button a span i,
body .thim-ekits-button a span svg {
    transition: all 0.3s ease
}

body .thim-form-login button[type=submit] {
    width: 100%
}

.ekits-iconbox .content-inner .iconbox-read {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    padding: 0px 0px 10px 10px;
    border-radius: 0px 0px 0px 30px
}

.ekits-iconbox .content-inner .iconbox-read:before,
.ekits-iconbox .content-inner .iconbox-read:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    transform: rotate(-90deg)
}

.ekits-iconbox .content-inner .iconbox-read:before {
    top: -10px;
    left: -30px;
    box-shadow: 0 10px 0 0 #fff
}

.ekits-iconbox .content-inner .iconbox-read:after {
    right: 5px;
    bottom: -25px;
    box-shadow: 10px 0 0 0 #fff;
    height: 30px
}

.ekits-iconbox .content-inner .iconbox-read a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 15.25px;
    border-radius: 50%;
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color)
}

.ekits-iconbox .content-inner .iconbox-read a i {
    font-size: 20px;
    transform: rotate(-45deg)
}

.thim-form-login .toggle-password {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0
}

.thim-course-tabs.course-tabs-vertical {
    display: flex;
    column-gap: 30px
}

@media (max-width:1024px) {
    .thim-course-tabs.course-tabs-vertical {
        flex-direction: column
    }
}

.thim-course-tabs.course-tabs-vertical ul.nav {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 30%;
    max-width: 300px
}

@media (max-width:1024px) {
    .thim-course-tabs.course-tabs-vertical ul.nav {
        width: 100%;
        max-width: 100%;
        flex-direction: row
    }
}

.thim-course-tabs.course-tabs-vertical ul.nav li {
    margin: 0 !important;
    padding: 0 !important
}

.thim-course-tabs.course-tabs-vertical ul.nav li.subcate-item.subactive a {
    color: var(--phys-body_primary_color);
    background-color: var(--phys-background_section_color)
}

.thim-course-tabs.course-tabs-vertical ul.nav li.subcate-item.active a {
    background-color: #fff;
    color: var(--phys-font_title-color)
}

.thim-course-tabs.course-tabs-vertical ul.nav li.subcate-item a {
    margin-bottom: 2px !important;
    padding: 12px 16px;
    border: none !important
}

.thim-course-tabs.course-tabs-vertical ul.nav li.subcate-item a:hover {
    color: var(--phys-body_primary_color);
    background-color: var(--phys-background_section_color)
}

.thim-course-tabs.course-tabs-vertical ul.nav li a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-button, 48px);
    width: 100%
}

@media (max-width:1024px) {
    .thim-course-tabs.course-tabs-vertical ul.nav li a {
        width: max-content
    }
}

.thim-course-tabs.course-tabs-vertical ul.nav li a:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color)
}

.thim-course-tabs.course-tabs-vertical .thim-ekits-course {
    width: 70%;
    flex-grow: 1;
    flex-direction: column
}

@media (max-width:1024px) {
    .thim-course-tabs.course-tabs-vertical .thim-ekits-course {
        width: 100%
    }
}

.thim-course-tabs ul.nav {
    padding: 0
}

.thim-course-tabs ul.nav li.active a {
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color)
}

.thim-course-tabs ul.nav li a {
    display: inline-block;
    font-size: 18px;
    padding: 12px 30px;
    line-height: 1;
    font-weight: 600
}

.thim-course-tabs ul.nav li a:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color)
}

.thim-course-tabs ul.nav li a .course-number {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: 400
}

.thim-course-tabs .thim-ekits-cate__info {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--phys-border_color)
}

.thim-course-tabs .thim-ekits-cate__info .category-title {
    font-weight: 600
}

.thim-course-tabs .thim-ekits-cate__info .category-description {
    margin-top: 6px;
    font-weight: 400
}

.thim-course-tabs .thim-ekits-course__inner ul.subcate-list {
    width: 100%;
    flex-direction: column
}

.thim-ekit__header {
    --menu-active-text-color: var(--phys-body_primary_color);
    --menu-text-color: var(--phys-main_menu_color-text_color);
    --submenu-item-color: var(--phys-main_menu_color-text_color);
    z-index: 2
}

.thim-ekit__header .thim-ekits-menu .thim-ekits-menu__nav>li.thim-ekits-menu__mega-menu>.thim-ekits-menu__content {
    font-weight: 600
}

.thim-ekit__header .thim-ekits-menu .thim-ekits-menu__nav>li>a {
    font-weight: 600
}

.mc4wp-form .mc4wp-form-fields {
    position: relative
}

.mc4wp-form .mc4wp-form-fields input[type=text],
.mc4wp-form .mc4wp-form-fields input[type=email] {
    padding: 16px 58px 16px 24px;
    border-radius: var(--phys-border-radius-button, 48px);
    color: var(--phys-font_title-color);
    border: 1px solid var(--phys-border_color);
    width: 100%
}

@media (max-width:520px) {

    .mc4wp-form .mc4wp-form-fields input[type=text],
    .mc4wp-form .mc4wp-form-fields input[type=email] {
        padding: 13px 50px 13px 20px
    }
}

.mc4wp-form .mc4wp-form-fields .mwcwp-wrapper-input {
    position: relative
}

.mc4wp-form .mc4wp-form-fields .mc4wp-wrapper-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    gap: 8px
}

@media (max-width:520px) {
    .mc4wp-form .mc4wp-form-fields .mc4wp-wrapper-submit {
        border-radius: 50%;
        padding: 12px
    }

    .mc4wp-form .mc4wp-form-fields .mc4wp-wrapper-submit .mc4wp-text {
        display: none
    }
}

.mc4wp-form .mc4wp-form-fields .mc4wp-wrapper-submit i {
    font-size: var(--phys-font_body-font-size);
    width: 16px
}

.mc4wp-form .mc4wp-form-fields .mc4wp-wrapper-submit svg {
    width: 16px;
    height: 16px
}

.mc4wp-form .mc4wp-form-fields p {
    color: rgba(255, 255, 255, 0.8)
}

.mc4wp-form .mc4wp-response {
    margin-top: 5px
}

.mc4wp-form .mc4wp-response p {
    color: rgba(255, 255, 255, 0.8)
}

.mc4wp-form .mc4wp-response a {
    color: var(--phys-body_primary_color)
}

.mc4wp-form .mc4wp-response a:hover {
    color: var(--phys-body_primary_color_hover)
}

.learnpress.learnpress-page .mc4wp-form .mc4wp-form-fields input[type=text],
.learnpress.learnpress-page .mc4wp-form .mc4wp-form-fields input[type=email] {
    padding: 16px 24px
}

.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=tel] {
    width: 100%
}

.wpcf7 form .wpcf7-response-output {
    margin: 0
}

.lp-archive-courses .lp-main-content .learn-press-courses-header h1 {
    font-size: var(--phys-font_h1-font-size)
}

.lp-archive-courses .lp-main-content .lp-courses-bar {
    margin-bottom: 20px;
    align-items: center
}

.lp-archive-courses .lp-main-content .lp-courses-bar>div {
    align-items: center;
    column-gap: 20px
}

.lp-archive-courses .lp-main-content .lp-courses-bar .lp-course-filter-search {
    width: 300px
}

.lp-archive-courses .lp-main-content .lp-courses-bar .switch-layout {
    display: flex;
    padding: 1.5px;
    border-radius: var(--phys-border-radius-button, 48px);
    border: 1px solid var(--phys-border_color);
    margin-left: auto
}

@media (max-width:767px) {
    .lp-archive-courses .lp-main-content .lp-courses-bar .switch-layout {
        display: none
    }
}

.lp-archive-courses .lp-main-content .lp-courses-bar .switch-layout .switch-btn {
    border-radius: var(--phys-border-radius-button, 48px);
    border: none;
    color: var(--phys-font_title-color);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: capitalize
}

.lp-archive-courses .lp-main-content .lp-courses-bar .switch-layout .switch-btn::before {
    color: var(--phys-font_title-color) !important;
    margin: 0
}

.lp-archive-courses .lp-main-content .courses-btn-load-more {
    margin: 0;
    font-size: var(--phys-font_body-font-size)
}

.lp-archive-courses .lp-content-area.has-sidebar .lp-courses-bar .lp-course-filter-search {
    display: none
}

.lp-archive-courses .lp-content-area:not(:has(.widget_course_filter)) .lp-courses-bar .mobile-filter-button {
    display: none !important
}

.lp-archive-courses .lp-list-courses-default {
    margin-bottom: 80px
}

@media (max-width:767px) {
    .lp-archive-courses .lp-list-courses-default {
        margin: 0 0 50px 0
    }
}

@media (max-width:767px) {
    .learn-press-courses li.course {
        margin: 0 0 20px 0
    }
}

.learn-press-courses li.course .course-item:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0784313725)
}

.learn-press-courses li.course .course-item:hover .course-thumbnail a:before {
    height: 100%
}

.learn-press-courses li.course .course-item:hover .icon-hover {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.learn-press-courses li.course .course-item:hover .course-content {
    background-color: #fff
}

.learn-press-courses li.course .course-item .course-thumbnail {
    position: relative
}

.learn-press-courses li.course .course-item .course-thumbnail a:before {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3)
}

.learn-press-courses li.course .course-item .course-thumbnail .course-wishlist {
    opacity: 1
}

.learn-press-courses li.course .course-item .icon-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: absolute;
    top: 45%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    background-color: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 1
}

.learn-press-courses li.course .course-item .instructor-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden
}

.learn-press-courses li.course .course-item .course-wishlist-box {
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px
}

.learn-press-courses li.course .course-item .lp-btn-wishlist {
    padding: 8px;
    border: none;
    background: rgba(17, 17, 17, 0.3019607843);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.learn-press-courses li.course .course-item .lp-btn-wishlist:hover {
    color: var(--phys-body_primary_color)
}

.learn-press-courses li.course .course-item .lp-btn-wishlist.course-wishlist {
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto
}

.learn-press-courses li.course .course-item .lp-btn-wishlist.course-wishlist.on {
    color: #fff;
    background-color: var(--phys-body_primary_color)
}

.learn-press-courses li.course .course-item .lp-btn-wishlist.course-wishlist:before {
    margin: 0;
    font-size: var(--phys-font_body-font-size);
    content: "\f08a"
}

.learn-press-courses li.course .course-item .lp-item-wishlist {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.learn-press-courses li.course .course-item .lp-item-wishlist:before {
    font-size: var(--phys-font_body-font-size)
}

.learn-press-courses li.course .course-item .course-instructor {
    margin-top: -12px
}

.learn-press-courses li.course .course-item .course-instructor a {
    font-size: 14px
}

.learn-press-courses li.course .course-item .course-instructor a .instructor-display-name {
    font-weight: var(--phys-font_button-font-weight, 600);
    text-transform: capitalize
}

.learn-press-courses li.course .course-item .course-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 0 0 var(--phys-border-radius-item, 10px) var(--phys-border-radius-item, 10px);
    background: rgba(255, 255, 255, 0.4)
}

.learn-press-courses li.course .course-item .course-content .course-info {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    row-gap: 8px;
    font-size: 14px;
    border-top: 1px solid var(--phys-border_color)
}

.learn-press-courses li.course .course-item .course-content .course-info>div {
    display: flex;
    gap: 4px;
    align-items: center
}

.learn-press-courses li.course .course-item .course-content .course-info .lp_lesson::before {
    content: "\f518";
    font-family: "lp-icon";
    font-size: 1rem
}

.learn-press-courses li.course .course-item .course-content .course-info .course-count-student::before {
    content: "\f501";
    font-family: "lp-icon";
    font-size: 1rem
}

.learn-press-courses li.course .course-item .course-title {
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-size: var(--phys-font_h5-font-size);
    font-weight: 600;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.learn-press-courses li.course .course-item .course-title:hover {
    color: var(--phys-body_primary_color)
}

.learn-press-courses li.course .course-item .review-stars-rated {
    margin-bottom: 0;
    align-items: center
}

.learn-press-courses li.course .course-item .review-stars-rated .review-star {
    margin: 0
}

.learn-press-courses li.course .course-item .review-stars-rated .fas {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.learn-press-courses li.course .course-item .review-stars-rated .course-rate__summary-value {
    margin-left: 4px;
    font-size: 14px;
    color: rgb(17, 17, 17)
}

.learn-press-courses li.course .course-item .lp-review-svg-star svg {
    width: 16px;
    height: 16px
}

.learn-press-courses li.course .course-item .lp-review-svg-star.fas svg {
    fill: #ffb60a;
    stroke: transparent
}

.learn-press-courses li.course .course-item .lp-review-svg-star.far svg {
    stroke: #ffb60a
}

.learn-press-courses li.course .course-item .course-price {
    margin-bottom: 0;
    font-size: var(--phys-font_h5-font-size)
}

.learn-press-courses li.course .course-item .course-price .origin-price {
    font-size: var(--phys-font_h5-font-size)
}

.learn-press-courses li.course .course-item .course-price .price {
    font-weight: 600;
    color: var(--phys-price_color, #FF3B30)
}

.learn-press-courses li.course .course-item .course-price .course-item-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    gap: 8px
}

.learn-press-courses li.course .course-item .deliver-and-address {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 1
}

.learn-press-courses li.course .course-item .course-deliver-type {
    display: inline-block;
    background-color: rgb(0, 177, 169);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    width: fit-content
}

.learn-press-courses li.course .course-item .course-address {
    font-size: 14px
}

.learn-press-courses li.course .course-item .course-address:before {
    content: "\e91b";
    font-family: "thim-ekits" !important;
    font-size: 1rem;
    margin-right: 4px
}

.learnpress.learnpress-page input[type=text],
.learnpress.learnpress-page input[type=email],
.learnpress.learnpress-page input[type=number],
.learnpress.learnpress-page input[type=password] {
    line-height: 1.4;
    padding: 12px 15px;
    border-radius: var(--phys-border-radius-button, 48px);
    border: 1px solid var(--phys-border_color)
}

.learnpress.learnpress-page .lp-bbpress-forum-link.lp-button {
    color: #fff;
    border-radius: var(--phys-border-radius-button, 48px);
    border: 1px solid var(--phys-body_primary_color);
    color: var(--phys-body_primary_color);
    background-color: #fff;
    padding: 12px 24px
}

.learnpress.learnpress-page .lp-bbpress-forum-link.lp-button:hover {
    color: #fff;
    background: var(--phys-body_primary_color)
}

.learnpress.learnpress-page .lp-bbpress-forum-link.lp-button:before {
    background: var(--phys-body_primary_color)
}

.learnpress.learnpress-page .lp-button {
    font-size: var(--phys-font_body-font-size);
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid transparent;
    padding: 12px 24px;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer
}

.learnpress.learnpress-page .lp-button[disabled] {
    cursor: not-allowed;
    opacity: 0.5
}

.learnpress.learnpress-page .lp-button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover);
    border: 1px solid var(--phys-body_primary_color_hover)
}

.learnpress.learnpress-page .lp-button:hover svg {
    fill: var(--phys-font_title-color)
}

.learnpress.learnpress-page .lp-button:hover svg path {
    fill: var(--phys-font_title-color)
}

.learnpress .learn-press-courses[data-layout=list] {
    min-height: auto
}

.learnpress .learn-press-courses[data-layout=list] .course {
    border: none;
    padding: 0
}

.learnpress .learn-press-courses[data-layout=list] .course-item {
    position: relative;
    padding: 20px;
    gap: 20px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

.learnpress .learn-press-courses[data-layout=list] .course-item:hover .deliver-and-address {
    opacity: 1;
    visibility: visible
}

.learnpress .learn-press-courses[data-layout=list] .course-item .course-content {
    position: static;
    padding: 0;
    box-shadow: none
}

@media (min-width:768px) {
    .learnpress .learn-press-courses[data-layout=list] .course-item .course-content:has(.review-stars-rated) .course-price {
        position: absolute;
        right: 20px;
        top: 20px
    }
}

.learnpress .learn-press-courses[data-layout=list] .course-item .course-title {
    font-size: var(--phys-font_h4-font-size)
}

@media (min-width:1260px) {
    .learnpress .learn-press-courses[data-layout=list] .course-item .course-thumbnail {
        min-width: 290px
    }
}

@media (max-width:767px) {
    .learnpress .learn-press-courses[data-layout=list] .course-item .course-thumbnail {
        border-radius: 0
    }
}

@media (min-width:768px) {
    .learnpress .learn-press-courses[data-layout=list] .course-item .deliver-and-address {
        position: absolute;
        left: 30px;
        top: 30px;
        opacity: 0;
        visibility: hidden
    }

    .learnpress .learn-press-courses[data-layout=list] .course-item .deliver-and-address .course-address {
        display: none
    }
}

.learnpress .learn-press-courses[data-layout=list] .course-item .course-info {
    column-gap: 20px;
    justify-content: flex-start
}

.learnpress .learn-press-message.info {
    color: var(--phys-font_title-color);
    background-color: var(--phys-background_section_color)
}

.learnpress .learnpress-widget-wrapper {
    margin-top: 0
}

.learnpress .lp-form-course-filter .lp-form-course-filter__item {
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    .learnpress .lp-form-course-filter .lp-form-course-filter__item {
        padding: 20px
    }
}

.learnpress .lp-form-course-filter .lp-form-course-filter__item:has(.lp-form-course-filter__content:empty) {
    display: none
}

.learnpress .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__title {
    margin-bottom: 15px;
    font-size: var(--phys-font_h4-font-size);
    color: var(--phys-font_title-color);
    font-family: var(--phys-font_title-font-family);
    font-weight: var(--phys-font_title-variant)
}

.learnpress .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content label {
    color: var(--phys-font_body-color)
}

.learnpress .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content input:checked~label,
.learnpress .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content label:hover {
    color: var(--phys-font_title-color)
}

.learnpress .lp-form-course-filter .lp-course-filter-search .lp-form-course-filter__item {
    padding: 0;
    border: 0
}

.learnpress .lp-form-course-filter .course-filter-submit {
    padding: 12px 25px;
    border: none;
    border-radius: var(--phys-border-radius-button, 48px);
    background-color: var(--phys-body_primary_color);
    color: var(--phys-font_button-text-color, #fff);
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    text-transform: var(--phys-font_button-text-tranform, capitalize);
    line-height: var(--phys-font_button-line-height, 1.5em);
    font-family: var(--phys-font_body-font-family)
}

.learnpress .lp-form-course-filter .course-filter-submit:hover {
    background-color: var(--phys-body_primary_color_hover)
}

.learnpress .lp-form-course-filter .course-filter-reset {
    padding: 10px 25px;
    border-radius: var(--phys-border-radius-button, 48px);
    border: 1px solid var(--phys-body_primary_color);
    color: var(--phys-body_primary_color);
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    text-transform: var(--phys-font_button-text-tranform, capitalize);
    line-height: var(--phys-font_button-line-height, 1.5em);
    font-family: var(--phys-font_body-font-family)
}

.learnpress .lp-form-course-filter .course-filter-reset:hover {
    border-color: var(--phys-body_primary_color)
}

.learnpress .lp-form-course-filter .lp-course-filter__field {
    line-height: 2.2em
}

.learnpress .lp-form-course-filter .lp-course-filter__field input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #555;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none
}

.learnpress .lp-form-course-filter .lp-course-filter__field input[type=checkbox]:checked {
    position: relative;
    background-color: var(--phys-font_title-color)
}

.learnpress .lp-form-course-filter .lp-course-filter__field input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.learnpress .lp-form-course-filter .lp-course-filter__field input[type=radio] {
    width: 16px;
    height: 16px
}

.learnpress .lp-form-course-filter .lp-course-filter__field .count {
    color: var(--phys-font_body-color)
}

.learnpress .learn-press-courses>.learn-press-message {
    height: fit-content
}

.learnpress .lp-course-filter-search .lp-form-course-filter__title {
    display: none
}

.learnpress .lp-course-filter-search .lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle.hide {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--phys-background_section_color);
    border: none;
    animation: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.learnpress .lp-course-filter-search .lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle.hide:hover {
    background-color: var(--phys-body_primary_color);
    color: #fff
}

.learnpress .lp-course-filter-search .lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle.hide::before {
    content: "\f002";
    font-family: "lp-icon";
    font-size: 1rem
}

.learnpress .mobile-filter-button {
    position: relative;
    display: flex !important;
    align-items: center;
    column-gap: 8px;
    padding: 12px 24px;
    border: 1px solid var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    font-weight: 500;
    line-height: 1.4;
    color: var(--phys-body_primary_color);
    cursor: pointer
}

.learnpress .mobile-filter-button svg {
    fill: var(--phys-body_primary_color)
}

.learnpress .mobile-filter-button svg path {
    fill: var(--phys-body_primary_color)
}

.learnpress .mobile-filter-button .course-filter-count-fields-selected {
    display: block
}

.learnpress .mobile-filter-button .course-filter-count-fields-selected:empty {
    display: none
}

.show-lp-course-filter-mobile .mobile-filter-button {
    background-color: var(--phys-body_primary_color);
    color: #fff
}

.show-lp-course-filter-mobile .mobile-filter-button svg {
    fill: #fff
}

.show-lp-course-filter-mobile .mobile-filter-button svg path {
    fill: #fff
}

.show-lp-course-filter-mobile .widget_course_filter,
.show-lp-course-filter-mobile .close-filter {
    transform: none;
    visibility: visible;
    opacity: 1
}

.show-lp-course-filter-mobile .lp-archive-courses .lp-content-area {
    position: relative
}

.show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar {
    display: block;
    width: calc(100% - 32px);
    position: absolute;
    top: 98px;
    background-color: #fff;
    padding: 30px 0 10px 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--phys-border_color);
    border-radius: 0 0 10px 10px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 999999
}

.show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar>div:not(.widget_course_filter) {
    display: none
}

@media (min-width:992px) {
    .show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar .widget {
        margin-bottom: 0
    }

    .show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar .lp-form-course-filter {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }

    .show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar .lp-form-course-filter .lp-form-course-filter__item {
        padding: 0 30px;
        border-width: 0 1px 0 0;
        border-radius: 0
    }

    .show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar .lp-form-course-filter .lp-course-filter-search,
    .show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar .lp-form-course-filter .course-filter-submit {
        display: none
    }

    .show-lp-course-filter-mobile .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar .lp-form-course-filter .course-filter-reset {
        margin-left: 30px;
        height: fit-content
    }
}

@media (min-width:992px) {
    .lp-archive-courses .lp-content-area {
        padding-top: 30px
    }

    .lp-archive-courses .lp-content-area.has-sidebar.sidebar-left {
        flex-direction: row-reverse
    }

    .lp-archive-courses .lp-content-area.has-sidebar .lp-courses-bar .mobile-filter-button {
        display: none !important
    }

    .lp-archive-courses .lp-content-area.has-sidebar .lp-archive-courses-sidebar {
        width: 300px
    }

    .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-archive-courses-sidebar {
        display: none
    }

    .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-main-content .learn-press-courses[data-layout=list] {
        margin: 0 -15px
    }

    .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-main-content .learn-press-courses[data-layout=list] .course {
        width: 50%;
        padding: 0 15px
    }

    .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-main-content .learn-press-courses[data-layout=list] .course .course-item .course-info {
        justify-content: space-between
    }

    .lp-archive-courses .lp-content-area:not(.has-sidebar) .lp-main-content .learn-press-courses[data-layout=list] .learn-press-message.info {
        margin-left: 15px;
        margin-right: 15px
    }

    .widget_course_filter .widget-title {
        display: none
    }
}

@media (max-width:991px) {
    .lp-archive-courses .lp-content-area {
        padding-top: 20px
    }

    .lp-archive-courses .lp-content-area.has-sidebar {
        display: flex;
        flex-direction: column
    }

    .lp-archive-courses .lp-content-area.has-sidebar>div {
        width: 100%
    }

    .lp-archive-courses .lp-content-area .lp-courses-bar .lp-course-filter-search {
        display: none
    }

    .widget_course_filter {
        position: fixed !important;
        right: 0;
        top: 0;
        z-index: 999999;
        width: 300px;
        height: 100vh;
        background-color: #fff;
        transition: 0.3s;
        display: block;
        overflow-y: auto;
        border: none !important;
        border-radius: 0 !important;
        transform: translate3d(100%, 0, 0);
        margin: 0;
        padding: 20px
    }

    .widget_course_filter .lp-form-course-filter .course-filter-submit {
        width: 100%;
        margin: 0
    }

    .widget_course_filter .lp-form-course-filter .course-filter-reset {
        width: 100%;
        margin: 12px 0 0 0
    }

    .widget_course_filter .widget-title {
        display: flex;
        gap: 16px
    }

    .widget_course_filter .widget-title::before {
        content: "\f060";
        font-family: "lp-icon";
        font-weight: normal;
        width: 37px;
        height: 37px;
        display: inline-block;
        background-color: #F1F2F8;
        color: var(--phys-font_title-color);
        font-size: 1rem;
        border-radius: var(--phys-border-radius-button, 48px);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .widget_course_filter .lp-form-course-filter__close {
        display: none
    }

    .show-lp-course-filter-mobile .lp-archive-courses-sidebar:after {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        content: "";
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        z-index: 99999
    }

    .learnpress .learnpress-widget-wrapper {
        margin-top: 16px
    }

    .learnpress .lp-form-course-filter .lp-form-course-filter__item {
        padding: 16px;
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .learnpress .mobile-filter-button {
        padding: 12px;
        background-color: var(--phys-background_section_color);
        border: none
    }

    .learnpress .mobile-filter-button span {
        display: none
    }
}

.single .lp-single-course ul.learn-press-breadcrumb {
    font-size: calc(var(--lp-font-size-base, 1em) * 0.925)
}

.single .lp-single-course ul.learn-press-breadcrumb li {
    color: var(--phys-gray_color, #737373)
}

.single .lp-single-course ul.learn-press-breadcrumb li:last-child,
.single .lp-single-course ul.learn-press-breadcrumb li:nth-last-child(2) {
    display: none
}

.single .lp-single-course ul.learn-press-breadcrumb a {
    color: var(--phys-font_title-color)
}

.single .lp-single-course ul.learn-press-breadcrumb a:hover {
    color: var(--phys-body_primary_color)
}

.single .lp-single-course .course-instructor-category .course-categories {
    font-weight: var(--phys-font_button-font-weight, 600)
}

.single .lp-single-course .lp-course-curriculum .course-toggle-all-sections {
    font-weight: var(--phys-font_button-font-weight, 600);
    color: var(--phys-font_title-color)
}

.single .lp-single-course .lp-course-curriculum .course-toggle-all-sections:hover {
    color: var(--phys-body_primary_color)
}

.single .lp-single-course .lp-course-curriculum .course-section.lp-collapse .course-section-header {
    background-color: var(--phys-background_section_color)
}

.single .lp-single-course .lp-course-curriculum .course-section__title {
    color: var(--phys-font_title-color);
    font-size: var(--phys-font_h5-font-size);
    font-weight: var(--phys-font_button-font-weight, 600)
}

.single .lp-single-course .lp-course-curriculum .course-section .course-item-ico {
    color: var(--phys-body_primary_color)
}

.single .lp-single-course .lp-course-curriculum .course-section .course-item-ico.preview:before {
    color: var(--phys-body_primary_color)
}

.single .lp-single-course .lp-course-curriculum .course-section .course-section-header {
    background-color: rgb(214, 241, 254)
}

.single .lp-single-course .lp-course-curriculum .course-section .course-item__content {
    flex: 1
}

.single .lp-single-course .lp-course-description h2,
.single .lp-single-course .lp-course-description h3,
.single .lp-single-course .lp-course-description h4,
.single .lp-single-course .lp-course-description h5,
.single .lp-single-course .lp-course-description h6 {
    margin-bottom: 1rem
}

.single .lp-single-course .lp-course-description ul:not(.elementor-editor-element-settings) {
    margin-left: 20px
}

.single .lp-single-course .lp-course-description ol {
    margin-left: 20px
}

.single .lp-single-course .lp-instructor-info {
    margin-top: 1rem;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    .single .lp-single-course .lp-instructor-info {
        padding: 20px
    }
}

.single .lp-single-course .lp-instructor-info .instructor-avatar {
    max-width: 150px
}

.single .lp-single-course .lp-instructor-info .instructor-avatar img {
    border-radius: 50%
}

.single .lp-single-course .lp-instructor-info .lp-section-instructor {
    width: 100%
}

.single .lp-single-course .lp-instructor-info .instructor-display-name {
    font-size: var(--phys-font_h4-font-size);
    text-transform: capitalize
}

.single .lp-single-course .lp-instructor-info .instructor-item-meta {
    margin-right: 12px
}

.single .lp-single-course .lp-instructor-info .instructor-item-meta .instructor-total-courses,
.single .lp-single-course .lp-instructor-info .instructor-item-meta .instructor-total-students {
    gap: 8px
}

.single .lp-single-course .lp-instructor-info .instructor-item-meta .instructor-total-courses:before,
.single .lp-single-course .lp-instructor-info .instructor-item-meta .instructor-total-students:before {
    margin-right: 5px;
    font-size: 1rem;
    font-family: "lp-icon";
    display: inline-block
}

.single .lp-single-course .lp-instructor-info .instructor-item-meta .instructor-total-courses:before {
    content: "\e903"
}

.single .lp-single-course .lp-instructor-info .instructor-item-meta .instructor-total-students:before {
    content: "\f501"
}

.single .lp-single-course .lp-instructor-info .lp-co-instructors {
    margin-bottom: 0;
    display: grid;
    row-gap: 12px
}

.single .lp-single-course .lp-instructor-info .lp-co-instructors .lp-co-instructor {
    align-items: flex-start
}

.single .lp-single-course .lp-instructor-info .lp-co-instructors .lp-co-instructor .instructor-avatar img {
    display: block;
    border-radius: 8px;
    max-width: 50px
}

.single .lp-single-course .lp-instructor-info .lp-co-instructors .lp-co-instructor a {
    font-weight: 600;
    text-transform: capitalize
}

.single .lp-single-course .lp-co-instructors {
    display: none
}

.single .lp-single-course .lp-single-course__header {
    background-color: var(--phys-background_section_color)
}

@media (min-width:768px) {
    .single .lp-single-course .lp-single-course__header .lp-single-course__header__inner {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.single .lp-single-course .lp-single-course__header .lp-single-course-info-one .item-meta:not(:has(div)):before {
    content: "\e901";
    margin-right: 4px;
    position: relative;
    top: 2px;
    font-family: "lp-icon"
}

.single .lp-single-course .lp-single-course__header .course-title {
    font-size: var(--phys-font_h2-font-size)
}

@media (max-width:767px) {
    .single .lp-single-course .lp-single-course__header .course-title {
        font-size: var(--phys-font_h3-font-size)
    }
}

.single .lp-single-course .lp-single-course__header .course-instructor-category {
    margin-bottom: 20px
}

.single .lp-single-course .lp-single-course-main {
    padding-bottom: 40px
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__left+.course-img {
    display: none
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__left h3 {
    margin-bottom: 1rem;
    font-size: var(--phys-font_h3-font-size)
}

@media (max-width:767px) {
    .single .lp-single-course .lp-single-course-main .lp-single-course-main__left h3 {
        font-size: var(--phys-font_h4-font-size)
    }
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner {
    border: none;
    padding: 0
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper,
.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .course-featured-review {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {

    .single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper,
    .single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .course-featured-review {
        padding: 20px
    }
}

@media (max-width:767px) {

    .single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper,
    .single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .course-featured-review {
        margin-bottom: 20px
    }
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper>div:not(:last-child) {
    margin-bottom: 20px
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper .course-wishlist-img {
    position: relative
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper .course-wishlist-img .course-wishlist {
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    padding: 8px;
    border: none;
    background: rgba(17, 17, 17, 0.3019607843);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper .course-wishlist-img .course-wishlist:before {
    margin: 0;
    font-size: var(--phys-font_body-font-size)
}

.single .lp-single-course .lp-single-course-main .lp-single-course-main__right__inner .info-wrapper .course-wishlist-img .course-wishlist.on {
    color: #fff;
    background-color: var(--phys-body_primary_color)
}

.single .lp-single-course .lp-single-course-main .info-metas .info-meta-right {
    margin-left: auto;
    margin-right: 0
}

.single .lp-single-course .lp-single-course-main input[type=text] {
    border-radius: var(--phys-border-radius-button, 48px)
}

.single .lp-single-course .lp-single-course-main .course-img {
    margin: 0 0 20px 0;
    border-radius: var(--phys-border-radius-item, 10px)
}

.single .lp-single-course .lp-single-course-main .course-buttons .lp-button {
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    text-transform: var(--phys-font_button-text-tranform, capitalize);
    line-height: var(--phys-font_button-line-height, 1.5em);
    font-family: var(--phys-font_body-font-family);
    border-radius: var(--phys-border-radius-button, 48px)
}

.single .lp-single-course .lp-single-course-main .course-buttons .lp-button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.single .lp-single-course .lp-single-course-main .social-share-toggle {
    text-align: initial;
    padding: 30px;
    background-color: var(--phys-background_section_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    .single .lp-single-course .lp-single-course-main .social-share-toggle {
        padding: 20px
    }
}

@media (max-width:991px) {
    .single .lp-single-course .lp-single-course-main .social-share-toggle.social-swapper .wrapper-content-widget {
        left: 0;
        right: auto
    }
}

@media (max-width:767px) {
    .single .lp-single-course .lp-single-course-main .social-share-toggle.social-swapper .wrapper-content-widget {
        left: 0;
        right: 0
    }
}

.single .lp-single-course .lp-single-course-main .social-share-toggle.social-swapper .content-widget-social-share {
    border-radius: var(--phys-border-radius-item, 10px)
}

.single .lp-single-course .lp-single-course-main .social-share-toggle .clipboard-post .btn-clipboard {
    padding: 10px 24px;
    border-radius: var(--phys-border-radius-button, 48px);
    background-color: var(--phys-body_primary_color);
    border: none;
    color: #fff;
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    text-transform: var(--phys-font_button-text-tranform, capitalize);
    line-height: var(--phys-font_button-line-height, 1.5em);
    font-family: var(--phys-font_body-font-family)
}

.single .lp-single-course .lp-single-course-main .social-share-toggle .clipboard-post .btn-clipboard:hover {
    background-color: var(--phys-body_primary_color_hover)
}

.single .lp-single-course .lp-single-course-main .social-share-toggle .clipboard-post .clipboard-value {
    padding: 12px 15px
}

.single .lp-single-course .lp-single-course-main .social-share-toggle .share-toggle-icon {
    display: inline-flex;
    margin-right: 12px
}

.single .lp-single-course .lp-single-course-main .social-share-toggle .share-toggle-icon i {
    display: none
}

.single .lp-single-course .lp-single-course-main .social-share-toggle .lp-social-media {
    gap: 7px
}

.single .lp-single-course .lp-rating-reviews-wrapper .lp-courses-rating-reviews-ajax .item-title {
    display: none
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-reviews-list li {
    flex-wrap: nowrap;
    background-color: transparent;
    padding: 5px 0 20px 0;
    border-width: 0 0 1px 0;
    border-color: var(--phys-border_color)
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-reviews-list li .user-name {
    margin-bottom: 12px;
    font-size: 18px;
    text-transform: capitalize
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-reviews-list li .review-title {
    font-style: normal;
    color: var(--phys-font_title-color)
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-reviews-list li .review-author {
    width: 60px;
    min-width: 60px
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-reviews-list li .review-text {
    padding: 0
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-reviews-list li img {
    border-radius: 50%
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate {
    margin-bottom: 20px;
    align-items: center
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__summary {
    padding: 35px 30px;
    background-color: var(--phys-background_section_color);
    border-radius: var(--phys-border-radius-item, 10px);
    width: 25%;
    min-width: 150px;
    text-align: center
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__summary .course-rate__summary-value {
    font-size: var(--phys-font_h1-font-size);
    color: var(--phys-font_title-color)
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__summary .review-stars-rated {
    margin: 6px 0 0 0
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__details {
    margin: 0;
    padding: 0;
    background-color: #fff
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__details .course-rate__details-row .course-rate__details-row-value {
    margin: 0 10px
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__details .course-rate__details-row .course-rate__details-row-value .rating,
.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__details .course-rate__details-row .course-rate__details-row-value .rating-gray {
    height: 8px;
    border-radius: 8px
}

.single .lp-single-course .lp-rating-reviews-wrapper .course-rate .course-rate__details .course-rate__details-row .course-rate__details-row-star {
    flex: 0 0 30px
}

.single .lp-single-course .lp-list-courses-related .section-title {
    margin-bottom: 28px;
    font-size: var(--phys-font_h3-font-size)
}

@media (max-width:767px) {
    .single .lp-single-course .lp-list-courses-related .section-title {
        font-size: var(--phys-font_h4-font-size)
    }
}

.single .lp-single-course .course-featured-review {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    text-align: initial
}

.single .lp-single-course .course-featured-review:before {
    content: none
}

.single .lp-single-course .course-featured-review .featured-review__stars {
    order: 3
}

.single .lp-single-course .course-featured-review .featured-review__title {
    margin: 0;
    font-size: 18px
}

.single .lp-single-course .course-featured-review .featured-review__title:before {
    content: "";
    margin-right: 12px;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(images/icons/quote-open-primary.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.single .lp-single-course .course-tab-panel-faqs .course-faqs-box {
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media (max-width:767px) {
    .single .lp-single-course .course-tab-panel-faqs .course-faqs-box {
        margin-bottom: 12px
    }
}

.single .lp-single-course .lp-single-course-sidebar .lp-course-packages-elementor {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    .single .lp-single-course .lp-single-course-sidebar .lp-course-packages-elementor {
        padding: 20px
    }
}

.single.single-lp_course .lp-co-instructors .co-ins-heading {
    grid-column: 1/-1
}

.single.single-lp_course .review-stars-rated {
    margin: 0
}

.single.single-lp_course .review-stars-rated .review-star {
    margin: 0
}

.single.single-lp_course .review-stars-rated .review-star .lp-review-svg-star svg {
    width: 16px
}

#learn-press-course .course-tab-panels .course-tab-panel .course-description h1,
#learn-press-course .course-tab-panels .course-tab-panel .course-description h2,
#learn-press-course .course-tab-panels .course-tab-panel .course-description h3,
#learn-press-course .course-tab-panels .course-tab-panel .course-description h4,
#learn-press-course .course-tab-panels .course-tab-panel .course-description h5,
#learn-press-course .course-tab-panels .course-tab-panel .course-description h6 {
    margin-bottom: 1rem
}

#learn-press-course .course-tab-panels .course-tab-panel .lp-announcements .section-title,
#learn-press-course .course-tab-panels .course-tab-panel .lp-course-students-list-wrapper .section-title {
    display: none
}

.lp-single-offline-course .lp-single-offline-course-main {
    margin-top: 40px
}

@media (max-width:767px) {
    .lp-single-offline-course .lp-single-offline-course-main {
        margin-top: 30px
    }
}

.lp-single-offline-course .lp-single-offline-course-main .course-buttons:empty {
    margin-top: 0
}

.lp-single-offline-course .lp-single-offline-course-main .course-buttons a.course-btn-extra {
    background-color: #fff;
    border-radius: var(--phys-border-radius-button, 48px)
}

.lp-single-offline-course .lp-single-offline-course-main .course-buttons button.lp-button {
    border-radius: var(--phys-border-radius-button, 48px)
}

.lp-single-offline-course .lp-single-offline-course-main .info-metas,
.lp-single-offline-course .lp-single-offline-course-main .course-featured-review {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {

    .lp-single-offline-course .lp-single-offline-course-main .info-metas,
    .lp-single-offline-course .lp-single-offline-course-main .course-featured-review {
        padding: 20px
    }
}

.lp-single-offline-course .lp-single-offline-course__left .lp-single-course-offline-info-one {
    margin-bottom: 32px
}

.lp-single-offline-course .lp-single-offline-course__left .item-title {
    margin-bottom: 1rem
}

.lp-single-offline-course .lp-single-offline-course__left .course-img img {
    border-radius: var(--phys-border-radius-item, 10px)
}

.lp-single-offline-course .lp-single-offline-course__left .course-title {
    font-size: var(--phys-font_h2-font-size)
}

@media (max-width:767px) {
    .lp-single-offline-course .lp-single-offline-course__left .course-title {
        font-size: var(--phys-font_h3-font-size)
    }
}

.lp-single-offline-course .lp-single-offline-course__left .instructor-social a {
    width: auto;
    height: auto;
    background-color: transparent
}

.lp-single-offline-course .lp-single-offline-course__left .instructor-social a i {
    color: var(--phys-font_title-color)
}

@media (max-width:767px) {
    .lp-list-instructors ul.ul-list-instructors {
        margin-bottom: 0;
        gap: 20px
    }
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor {
    transition: all 0.3s ease;
    list-style: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px);
    height: 336px
}

@media (max-width:767px) {
    .lp-list-instructors ul.ul-list-instructors li.item-instructor {
        height: 100%
    }
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1)
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor:hover .instructor-top .instructor-avatar img {
    max-width: 100px
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor:hover .instructor-content .info-wrapper {
    height: auto;
    opacity: 1;
    visibility: visible
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor:hover .instructor-content .info-wrapper .instructor-button {
    margin: 20px 0
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-top {
    position: relative;
    padding-top: 30px
}

@media (max-width:767px) {
    .lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-top {
        padding-top: 20px
    }
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-top .instructor-avatar {
    margin-bottom: 16px
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-top .instructor-avatar img {
    transition: all 0.3s ease;
    max-width: 200px;
    border-radius: 50%
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-top .lp-user-cover-image_background {
    display: none;
    min-height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: -1
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-top .lp-user-cover-image_background img,
.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-top .lp-user-cover-image_background a {
    display: none
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content {
    position: relative;
    padding: 0 30px 30px 30px
}

@media (max-width:767px) {
    .lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content {
        padding: 0 20px 20px 20px
    }
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-display-name {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: var(--phys-font_title-variant);
    text-transform: capitalize;
    margin-bottom: 8px
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .role {
    font-size: 14px;
    line-height: 1
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .info-wrapper {
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-button {
    display: flex;
    gap: 8px
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-info {
    margin-bottom: 0;
    display: flex;
    column-gap: 16px;
    row-gap: 8px;
    justify-content: space-between
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-info>div {
    display: flex;
    align-items: center;
    gap: 5px
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-info>div .lp-ico {
    color: var(--phys-font_body-color)
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-btn-view {
    transition: all 0.3s;
    display: block;
    background: transparent;
    text-decoration: none;
    text-align: center;
    flex: 1;
    padding: 7px 24px;
    border: 1px solid transparent;
    border-radius: var(--phys-border-radius-button, 48px);
    color: var(--phys-font_title-color);
    background-color: rgb(214, 241, 254);
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    text-transform: var(--phys-font_button-text-tranform, capitalize);
    line-height: var(--phys-font_button-line-height, 1.5em);
    font-family: var(--phys-font_body-font-family)
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-btn-view:hover {
    background-color: var(--phys-body_primary_color);
    color: #fff
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid var(--phys-border_color);
    color: var(--phys-font_title-color);
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover:hover {
    border: none
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover:hover::before {
    transform: rotate(45deg)
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover:hover .instructor-social {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    visibility: visible
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover::before {
    content: "\f067";
    font-size: 20px;
    font-family: "lp-icon";
    font-weight: normal;
    display: inline-block;
    color: var(--phys-font_title-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover .instructor-social {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    border: 1px solid var(--phys-border_color);
    border-radius: 1000px;
    padding: 4px 4px 44px 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    gap: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover .instructor-social>a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--phys-font_title-color);
    background-color: rgb(214, 241, 254);
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-list-instructors ul.ul-list-instructors li.item-instructor .instructor-content .instructor-social-hover .instructor-social>a:hover {
    background-color: var(--phys-body_primary_color);
    border-color: var(--phys-body_primary_color);
    color: #fff
}

.lp-single-instructor .instructor-item-meta {
    padding-left: 0;
    border-left: 0
}

.lp-single-instructor .instructor-item-meta .lp-icon-file:before {
    content: "\f518"
}

.lp-single-instructor .learn-press-courses {
    display: block;
    margin: 0
}

.lp-single-instructor .learn-press-courses .course {
    margin: 0;
    width: 100%
}

.lp-content-area .lp-user-cover-image_background {
    min-height: 208px
}

@media (max-width:767px) {
    .lp-content-area .lp-user-cover-image_background {
        min-height: 128px
    }
}

.lp-user-profile .lp-content-area .lp-profile-content-area .lp-profile-username {
    font-weight: var(--phys-font_title-variant);
    font-size: var(--phys-font_h2-font-size);
    color: var(--phys-font_title-color)
}

.lp-user-profile .lp-content-area .lp-user-cover-image_background {
    overflow: hidden
}

.lp-user-profile .lp-content-area #profile-sidebar {
    border: none
}

.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs * {
    transition: 0.3s
}

@media (max-width:990px) {
    .lp-user-profile .lp-content-area ul.lp-profile-nav-tabs {
        gap: 6px
    }
}

.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li {
    border: none;
    margin-bottom: 8px;
    border-radius: var(--phys-border-radius-item, 10px);
    background-color: var(--phys-background_section_color)
}

.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li.active,
.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li:hover {
    background-color: var(--phys-body_primary_color)
}

.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li.active>a,
.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li.active>a i,
.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li:hover>a,
.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li:hover>a i {
    color: #fff
}

.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li ul {
    border-radius: var(--phys-border-radius-item, 10px)
}

.lp-user-profile .lp-content-area ul.lp-profile-nav-tabs>li ul li a {
    font-size: 1rem;
    padding: 14px 20px;
    border: none
}

.lp-user-profile .lp-content-area .statistic-box__text__number {
    color: var(--phys-font_title-color)
}

.lp-user-profile .lp-content-area .learn-press-form .form-field label {
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    font-style: normal
}

.lp-user-profile .lp-content-area .lp-button,
.lp-user-profile .lp-content-area .learnpress_avatar__button {
    height: unset;
    border: none;
    background-color: var(--phys-body_primary_color);
    color: #fff;
    padding: 10px 26px;
    border-radius: var(--phys-border-radius-button, 48px);
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    text-transform: var(--phys-font_button-text-tranform, capitalize);
    line-height: var(--phys-font_button-line-height, 1.5em);
    font-family: var(--phys-font_body-font-family)
}

.lp-user-profile .lp-content-area .lp-button:hover,
.lp-user-profile .lp-content-area .learnpress_avatar__button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

.lp-user-profile .lp-content-area .recover-order__description,
.lp-user-profile .lp-content-area .lp-order-recover input[type=text] {
    opacity: 1;
    font-style: normal;
    font-size: var(--phys-font_body-font-size)
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course {
    position: relative
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .course-wishlist-box {
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .lp-btn-wishlist {
    padding: 8px;
    border: none;
    background: rgba(17, 17, 17, 0.3019607843);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .lp-btn-wishlist:hover {
    color: var(--phys-body_primary_color)
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .lp-btn-wishlist.course-wishlist {
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .lp-btn-wishlist.course-wishlist.on {
    color: var(--phys-body_primary_color)
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .lp-btn-wishlist.course-wishlist::before {
    font-size: 1rem;
    margin: 0
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .lp-item-wishlist {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course .lp-item-wishlist::before {
    font-size: 1rem
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course h3 {
    font-size: var(--phys-font_h5-font-size);
    padding: 0;
    margin: 16px 0 0 0
}

#learn-press-profile .lp-profile-content .learn-press-wishlist-courses .course img {
    border-radius: var(--phys-border-radius-item, 10px)
}

body {
    --lp-primary-color: var(--phys-body_primary_color);
    --lp-border-color: var(--phys-border_color);
    --lp-white-grey: var(--phys-background_section_color);
    --lp-border-radius: var(--phys-border-radius-item, 10px);
    --lp-package-space-item: 16px;
    --lp-container-max-width: 1330px
}

body.lp-sidebar-toggle__close #popup-course #popup-header #sidebar-toggle:before {
    content: "\f054"
}

body .learn-press-pagination {
    margin-top: 0;
    display: block
}

body .learn-press-pagination ul.page-numbers>li {
    display: inline-block;
    list-style: none
}

body .learn-press-pagination ul.page-numbers>li .page-numbers {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 6px;
    padding: 0;
    color: var(--phys-font_body-color);
    background-color: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: 50%
}

body .learn-press-pagination ul.page-numbers>li .page-numbers:hover,
body .learn-press-pagination ul.page-numbers>li .page-numbers:focus {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

body .learn-press-pagination ul.page-numbers>li .page-numbers.current {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

body.learnpress table {
    border-collapse: separate;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--phys-border_color)
}

body.learnpress table thead tr th,
body.learnpress table tbody tr th,
body.learnpress table tfoot tr th {
    border: none;
    background: var(--phys-background_section_color)
}

body.learnpress table thead tr td,
body.learnpress table tbody tr td,
body.learnpress table tfoot tr td {
    border-width: 1px 0 0 0
}

body.learnpress table thead tr:nth-child(even) td,
body.learnpress table tbody tr:nth-child(even) td,
body.learnpress table tfoot tr:nth-child(even) td {
    background: #fff
}

body.learnpress-checkout .lp-archive-courses {
    margin-bottom: 50px
}

body.learnpress-checkout .lp-button {
    font-family: var(--phys-font_body-font-family);
    font-size: var(--phys-font_body-font-size);
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid transparent;
    padding: 12px 24px;
    background-color: var(--phys-body_primary_color);
    border-radius: var(--phys-border-radius-button, 48px);
    cursor: pointer
}

body.learnpress-checkout .lp-button[disabled] {
    cursor: not-allowed;
    opacity: 0.5
}

body.learnpress-checkout .lp-button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover);
    border: 1px solid var(--phys-body_primary_color_hover)
}

body.learnpress-checkout .lp-button:hover svg {
    fill: var(--phys-font_title-color)
}

body.learnpress-checkout .lp-button:hover svg path {
    fill: var(--phys-font_title-color)
}

body #checkout-order td,
body #checkout-order th {
    border-top: 0
}

body #checkout-order th.lp-coupon__title {
    padding-left: 0
}

body #checkout-order td:has(.lp-list-coupons) {
    padding-left: 0
}

body #checkout-order td .lp-coupon__wrapper {
    text-align: right
}

body #checkout-order tfoot {
    font-size: 1em
}

body #checkout-order tfoot .order-total {
    font-size: var(--phys-font_h4-font-size)
}

body .instructor-total-courses,
body .instructor-total-students {
    margin: 0;
    padding: 0;
    border: none
}

body.single-learnpress_package ul.learn-press-breadcrumb {
    padding: 30px 0
}

body.single-learnpress_package .learnpress-single-package__left .lp-package-price .origin-price {
    font-size: var(--phys-font_h5-font-size)
}

body.single-learnpress_package ul.learnpress-related-package__list>li {
    margin-bottom: 0
}

@media (min-width:1025px) {
    body.single-learnpress_package ul.learnpress-related-package__list>li {
        max-width: 25%
    }
}

body.single-learnpress_package ul.learnpress-related-package__list .learnpress-package__title {
    font-size: var(--phys-font_h4-font-size)
}

body .learnpress-package__count-courses {
    color: var(--phys-body_primary_color)
}

body .lp-package-price {
    font-size: calc(var(--lp-font-size-base, 1em) * 1.25);
    font-weight: var(--lp-font-weight-link, 600)
}

body .lp-package-price .free {
    color: #3ab500
}

body .lp-package-price .origin-price {
    font-size: var(--phys-font_h5-font-size);
    font-weight: 400;
    opacity: 0.6
}

body .lp-package-price .price {
    font-size: var(--phys-font_h5-font-size);
    font-weight: 600;
    color: var(--phys-price_color, #FF3B30)
}

body .learnpress-single-package .learnpress-related-package {
    margin-top: 50px
}

body .learnpress-single-package .learnpress-related-package>h2 {
    margin-bottom: 1rem;
    font-size: var(--lp-package-font-size-single-title, 2rem)
}

body .learnpress-single-package .learnpress-single-package__main img {
    border-radius: var(--phys-border-radius-item, 10px)
}

body .learnpress-single-package__content {
    margin-top: 0
}

body .learnpress-single-package__courses .course {
    border-bottom: 1px solid var(--phys-border_color)
}

body .learnpress-single-package__courses .course:last-child {
    padding-bottom: 0
}

body .learnpress-single-package__courses .course-level {
    border-radius: 4px
}

body .learnpress-single-package__courses .course-meta {
    margin-bottom: 0
}

@media (max-width:767px) {
    body .learnpress-single-package__courses .course-thumbnail img {
        max-width: 100%
    }
}

body .learnpress-single-package__add-cart button[type=submit] {
    color: #fff;
    padding: 12px 24px;
    width: 100%
}

body .learnpress-archive-package {
    margin-bottom: 80px
}

body .learnpress-archive-package .learnpress-archive-package__header {
    margin: 30px 0
}

body .learnpress-archive-package .learnpress-archive-package__header ul.learn-press-breadcrumb {
    padding-left: 0;
    padding-right: 0
}

body .learnpress-archive-package .learnpress-packages__top {
    font-size: 1em;
    column-gap: 20px;
    row-gap: 12px
}

body .learnpress-archive-package .learnpress-packages__top .learnpress-packages__ordering {
    margin-right: 0
}

body .learnpress-archive-package .learnpress-packages__top .learnpress-packages__ordering select {
    min-width: 200px
}

@media (min-width:1025px) {
    body .learnpress-archive-package .learnpress-packages__archive>li {
        max-width: 25%
    }
}

body .learnpress-archive-package .learnpress-packages__archive a:hover .learnpress-package__title {
    color: var(--phys-body_primary_color)
}

body .learnpress-archive-package .learnpress-packages__search button[type=submit] {
    position: absolute;
    font-size: 0
}

body .learnpress-archive-package .learnpress-packages__search button[type=submit]:before {
    content: none
}

body .learnpress-archive-package .learnpress-packages__search button[type=submit]:after {
    content: "\f002";
    margin: 0;
    font-family: "lp-icon";
    font-size: 1rem;
    width: auto;
    height: auto;
    color: var(--phys-font_title-color);
    background-color: transparent;
    transform: translateY(-50%)
}

body .learnpress-packages__wrapper .lp-content-area {
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0
}

@media (max-width:767px) {
    body .learnpress-packages__wrapper .lp-content-area {
        margin-bottom: 60px
    }
}

body .learnpress-package__items {
    border-radius: var(--phys-border-radius-item, 10px);
    overflow: hidden
}

body .lp-course-packages-elementor .lp-course-packages__top h4 {
    margin: 0 0 1rem 0;
    font-size: 18px
}

body .lp-course-packages-elementor .learnpress-package__title {
    margin-bottom: 6px;
    font-size: var(--phys-font_body-font-size);
    font-weight: 500;
    color: var(--phys-font_title-color)
}

body .lp-course-packages-elementor .learnpress-package__title:hover {
    color: var(--phys-body_primary_color)
}

body .lp-course-packages-elementor .lp-course-packages__list {
    padding: 0
}

body .lp-course-packages-elementor .lp-course-packages__list .learnpress-package__items>a {
    flex-basis: 40%
}

body .lp-course-packages-elementor .lp-course-packages__list .learnpress-package__items .learnpress-package__meta {
    flex-basis: 60%
}

body .lp-course-packages-elementor .lp-course-packages__list .learnpress-package__items img {
    border-radius: 8px
}

body .lp-course-packages-elementor .lp-course-packages__list .learnpress-package__items .learnpress-package__count-courses {
    font-size: 14px;
    line-height: 1.2
}

body .lp-course-packages-elementor .lp-course-packages__list .learnpress-package__items .lp-package-price .origin-price {
    font-size: 1rem;
    opacity: 0.6
}

body .lp-course-packages-elementor .lp-course-packages__list .learnpress-package__items .lp-package-price .price {
    font-size: 1rem
}

body .lp-announcements.ui-accordion .ui-accordion-header .ui-icon {
    font-size: var(--phys-font_body-font-size);
    color: var(--phys-font_body-color);
    background: transparent
}

body .lp-announcements.ui-accordion .ui-accordion-content {
    padding: 0 30px 20px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--phys-border_color);
    background: #fff;
    border-radius: 0 0 var(--phys-border-radius-item, 10px) var(--phys-border-radius-item, 10px)
}

body .lp-announcements .lp-announcement-item {
    margin-bottom: 12px
}

body .lp-announcements .lp-announcement-item .title {
    transition: all 0.7s ease;
    line-height: 1.2;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

body .lp-announcements .lp-announcement-item .title.ui-state-active {
    border-radius: var(--phys-border-radius-item, 10px) var(--phys-border-radius-item, 10px) 0 0;
    padding-bottom: 12px
}

body .lp-course-students-list-wrapper .lp-students-list>p {
    margin-bottom: 8px
}

body .lp-course-students-list-wrapper ul.lp-students-list-wrapper {
    row-gap: 12px
}

body .lp-course-students-list-wrapper ul.lp-students-list-wrapper li {
    border-radius: var(--phys-border-radius-item, 10px)
}

body .lp-course-students-list-wrapper .students-list-filter {
    border: none;
    padding: 0 30px 0 0
}

body .lp-bbpress-forum-wrapper .inner-forum {
    width: 100%;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    body .lp-bbpress-forum-wrapper .inner-forum {
        padding: 20px
    }
}

body .lp-bbpress-forum-wrapper .inner-forum .lp-bbpress-forum-title {
    font-size: var(--phys-font_h4-font-size) !important
}

body .lp-bbpress-forum-wrapper .inner-forum .lp-bbpress-forum-author {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 20px
}

body .lp-bbpress-forum-wrapper .inner-forum .lp-bbpress-forum-author .user-avatar {
    line-height: 1
}

body .lp-bbpress-forum-wrapper .inner-forum .lp-bbpress-forum-author .user-avatar img {
    border-radius: 50%
}

body .lp-bbpress-forum-wrapper .inner-forum .lp-bbpress-forum-author p {
    margin-bottom: 2px
}

body .lp-bbpress-forum-wrapper .inner-forum .lp-bbpress-forum-author .author-name a {
    text-transform: capitalize;
    font-weight: 600
}

body #bbpress-forums fieldset.bbp-form input[type=text],
body #bbpress-forums fieldset.bbp-form select {
    height: auto
}

body .course-coming-soon-tmpl {
    padding: 20px;
    border-radius: var(--phys-border-radius-item, 10px);
    line-height: 1.3
}

body .course-coming-soon-tmpl .course-coming-soon-message {
    margin-bottom: 6px;
    display: inline-block;
    color: var(--phys-font_title-color)
}

body.post-type-archive-lp_collection h1.page-title {
    margin: 30px 0
}

body.post-type-archive-lp_collection .lp-content-area {
    margin-bottom: 50px
}

body.post-type-archive-lp_collection .lp-content-area .learn-press-collections .collection .collection-item .collection-content .wap-collection-title {
    margin-bottom: 0
}

body.post-type-archive-lp_collection .lp-content-area .learn-press-collections .collection .collection-item .collection-content .collection-info .collection-readmore a {
    font-weight: 600;
    border-radius: var(--phys-border-radius-button, 48px);
    text-transform: capitalize
}

body.single-lp_collection .lp-content-area {
    margin-top: 30px;
    margin-bottom: 80px
}

.lp-single-course .lp-user-item.graduation.failed {
    margin-bottom: 24px;
    padding: 10px 20px;
    border-radius: var(--lp-border-radius, 5px)
}

#popup-course #popup-header {
    border-bottom: none;
    background: var(--phys-background_section_color)
}

#popup-course #popup-header #sidebar-toggle {
    font-size: 14px;
    background: var(--phys-body_primary_color);
    width: 34px;
    border-radius: 0 10px 10px 0
}

#popup-course #popup-header #sidebar-toggle:before {
    content: "\f053"
}

#popup-course #popup-header .lp-button {
    padding: 10px 22px
}

#popup-course #popup-header .course-title {
    font-size: 20px
}

#popup-course #popup-header .course-title a {
    color: var(--phys-font_title-color);
    font-weight: bold
}

#popup-course #popup-header .course-title a:hover {
    color: var(--phys-body_primary_color)
}

#popup-course #popup-header .learn-press-progress:before {
    background: rgb(17, 17, 17)
}

#popup-course #popup-header .number,
#popup-course #popup-header .back-course {
    font-weight: 400;
    color: var(--phys-font_title-color)
}

#popup-course #popup-sidebar .search-course input[name=s]::placeholder {
    font-style: normal
}

#popup-course #popup-sidebar .search-course button i {
    font-size: 17px;
    color: var(--phys-body_primary_color)
}

#popup-course #popup-sidebar .course-curriculum {
    padding: 12px;
    width: 100%
}

#popup-course #popup-sidebar .course-curriculum .course-section {
    margin-bottom: 12px;
    border-radius: var(--phys-border-radius-item, 10px);
    border: none
}

#popup-course #popup-sidebar .course-curriculum .course-section:not(.lp-collapse) {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1)
}

#popup-course #popup-sidebar .course-curriculum .course-section:not(.lp-collapse) .course-section-header {
    background-color: rgb(214, 241, 254)
}

#popup-course #popup-sidebar .course-curriculum .course-section .course-item {
    border: none
}

#popup-course #popup-sidebar .course-curriculum .course-section .course-item.current .course-item__link {
    color: var(--phys-body_primary_color)
}

#popup-course #popup-sidebar .course-curriculum .course-section .course-item:before {
    content: none
}

#popup-course #popup-sidebar .course-curriculum .course-section .course-item .course-item__info .course-item-ico:before {
    color: var(--phys-body_primary_color)
}

#popup-course #popup-sidebar .course-curriculum .course-section .section-toggle i {
    font-size: 22px
}

#popup-course #popup-sidebar .course-curriculum .course-section__title {
    font-size: 18px
}

#popup-course #popup-content {
    margin: 50px 0
}

#popup-course #popup-content .content-item-wrap .course-item-title {
    font-size: var(--phys-font_h2-font-size)
}

#popup-course #popup-content .content-item-summary .lp-button {
    height: unset;
    border: none;
    background-color: var(--phys-body_primary_color);
    color: #fff;
    padding: 10px 26px;
    border-radius: var(--phys-border-radius-button, 48px);
    font-weight: var(--phys-font_button-font-weight, 600);
    font-size: var(--phys-font_button-font-size, 16px);
    text-transform: var(--phys-font_button-text-tranform, capitalize);
    line-height: var(--phys-font_button-line-height, 1.5em);
    font-family: var(--phys-font_body-font-family)
}

#popup-course #popup-content .content-item-summary .lp-button:hover {
    color: var(--phys-font_title-color);
    background-color: var(--phys-body_primary_color_hover)
}

#popup-course #popup-content .learn-press-message {
    padding-top: 10px;
    padding-bottom: 10px
}

#popup-course #popup-content .assignment-evaluated-instructor {
    margin-bottom: 30px
}

#popup-course #popup-content .assignment-user-answered-title {
    margin-bottom: 1rem;
    font-weight: var(--phys-font_title-variant)
}

#popup-course #popup-content .quiz-status>div {
    background-color: var(--phys-background_section_color)
}

#popup-course #popup-content .quiz-status .countdown i {
    color: rgb(255, 182, 8)
}

#popup-course #popup-content .quiz-questions .question .answer-options .answer-option .option-title {
    padding-left: 46px
}

#popup-course #popup-content .quiz-questions .question .answer-options .answer-option input[type=radio],
#popup-course #popup-content .quiz-questions .question .answer-options .answer-option input[type=checkbox] {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-color: #555
}

#popup-course #popup-footer .course-item-nav__name {
    top: -36px
}

.list-tab-event .nav-tabs {
    margin-bottom: 30px;
    display: flex;
    column-gap: 30px;
    row-gap: 10px;
    border-bottom: 1px solid var(--phys-border_color)
}

.list-tab-event .nav-tabs li {
    padding-bottom: 8px;
    display: inline-block;
    position: relative;
    font-weight: 600
}

.list-tab-event .nav-tabs li:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--phys-body_primary_color)
}

.list-tab-event .nav-tabs li.active a,
.list-tab-event .nav-tabs li:hover a {
    color: var(--phys-body_primary_color)
}

.list-tab-event .nav-tabs li.active:after,
.list-tab-event .nav-tabs li:hover:after {
    width: 100%
}

.list-tab-event .tab-content {
    margin: 0;
    padding: 30px 0 0;
    border: 0
}

.tp-event-notice.error {
    margin-bottom: 1.2em !important;
    background-color: #FFE1DF;
    border: none;
    border-radius: 6px;
    color: var(--phys-font_title-color)
}

.event-auth-form {
    margin-bottom: 20px
}

.event-auth-form input[type=text],
.event-auth-form input[type=password] {
    width: 100%
}

.events-pagination {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center
}

.events-pagination ul.page-numbers>li {
    display: inline-block;
    list-style: none
}

.events-pagination ul.page-numbers>li .page-numbers {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    color: var(--phys-font_body-color);
    background-color: #fff;
    border: 1px solid var(--phys-border_color);
    border-radius: 50%
}

.events-pagination ul.page-numbers>li .page-numbers:hover,
.events-pagination ul.page-numbers>li .page-numbers:focus {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

.events-pagination ul.page-numbers>li .page-numbers.current {
    border-color: var(--phys-font_title-color);
    color: #fff;
    background-color: var(--phys-font_title-color)
}

.tp-event-results.on-hover .tp-list-event .item-event {
    min-height: 308px
}

.tp-event-results.on-hover .tp-list-event .item-event:hover .event-wrapper {
    transform: translateY(0)
}

.tp-event-results.on-hover .tp-list-event .item-event .event-wrapper {
    position: absolute;
    bottom: 0;
    transition: transform 0.3s ease;
    transform: translateY(67px);
    padding-bottom: 17px
}

.thim-ekits-event.on-hover .tp-list-event .item-event {
    min-height: 308px
}

.thim-ekits-event.on-hover .tp-list-event .item-event:hover .event-wrapper {
    transform: translateY(0)
}

.thim-ekits-event.on-hover .tp-list-event .item-event .event-wrapper {
    position: absolute;
    bottom: 0;
    transition: transform 0.3s ease;
    transform: translateY(74px);
    padding-bottom: 17px
}

.tp-list-event {
    display: grid;
    align-items: flex-start;
    gap: 30px
}

@media (max-width:767px) {
    .tp-list-event {
        grid-template-columns: auto !important;
        gap: 20px
    }
}

.tp-list-event.columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:1200px) {
    .tp-list-event.columns-4 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1024px) {
    .tp-list-event.columns-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.tp-list-event.columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1024px) {
    .tp-list-event.columns-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.tp-list-event.columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:1024px) {
    .tp-list-event.columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.tp-list-event .item-event,
.list-event .item-event {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 0;
    border-radius: var(--phys-border-radius-item, 10px);
    border: 1px solid var(--phys-border_color);
    position: relative;
    overflow: hidden
}

.tp-list-event .item-event:hover,
.list-event .item-event:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08)
}

.tp-list-event .item-event:hover .event-wrapper .title a,
.list-event .item-event:hover .event-wrapper .title a {
    color: var(--phys-body_primary_color)
}

.tp-list-event .item-event .image,
.list-event .item-event .image {
    position: relative
}

.tp-list-event .item-event .image img,
.list-event .item-event .image img {
    display: block;
    width: 100%
}

.tp-list-event .item-event .time-from,
.list-event .item-event .time-from {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 8px 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 0 10px 0 0
}

.tp-list-event .item-event .time-from i,
.list-event .item-event .time-from i {
    display: inline-block;
    font-size: var(--phys-font_body-font-size);
    width: 20px
}

.tp-list-event .item-event .entry-countdown,
.list-event .item-event .entry-countdown {
    margin-bottom: 16px;
    border-radius: var(--phys-border-radius-item, 10px)
}

.tp-list-event .item-event .entry-countdown .tp_event_counter,
.list-event .item-event .entry-countdown .tp_event_counter {
    margin-top: 10px;
    margin-bottom: 1.2rem;
    padding: 0;
    background-color: var(--phys-background_section_color);
    border: none;
    border-radius: var(--phys-border-radius-item, 10px)
}

.tp-list-event .item-event .entry-countdown .tp_event_counter .countdown-section,
.list-event .item-event .entry-countdown .tp_event_counter .countdown-section {
    background-color: transparent;
    border: none;
    padding: 8px 0
}

.tp-list-event .item-event .entry-countdown .tp_event_counter .countdown-section .countdown-amount,
.list-event .item-event .entry-countdown .tp_event_counter .countdown-section .countdown-amount {
    font-size: 18px;
    font-weight: 600
}

.tp-list-event .item-event .entry-countdown .tp_event_counter .countdown-section .countdown-period,
.list-event .item-event .entry-countdown .tp_event_counter .countdown-section .countdown-period {
    line-height: 1
}

.tp-list-event .item-event .entry-countdown .tp-event-notice.error,
.list-event .item-event .entry-countdown .tp-event-notice.error {
    background-color: #FFE1DF
}

.tp-list-event .item-event .event-wrapper,
.list-event .item-event .event-wrapper {
    position: relative;
    padding: 20px;
    background-color: #fff
}

.tp-list-event .item-event .event-wrapper .title,
.list-event .item-event .event-wrapper .title {
    margin-bottom: 12px
}

.tp-list-event .item-event .event-wrapper .meta i,
.list-event .item-event .event-wrapper .meta i {
    display: inline-flex;
    justify-content: center;
    width: 20px
}

.tp-list-event .item-event .event-wrapper .button,
.tp-list-event .item-event .event-wrapper .event_button_disable,
.list-event .item-event .event-wrapper .button,
.list-event .item-event .event-wrapper .event_button_disable {
    margin-top: 15px;
    width: 100%;
    text-align: center
}

.event-wrapper-shortcode.list-event ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 30px
}

@media (max-width:1200px) {
    .event-wrapper-shortcode.list-event ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1024px) {
    .event-wrapper-shortcode.list-event ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .event-wrapper-shortcode.list-event ul {
        grid-template-columns: auto
    }
}

.thim-ekits-event .label-event-status {
    position: absolute;
    background-color: var(--phys-body_primary_color);
    color: #fff;
    padding: 4px 12px;
    right: 20px;
    top: 20px;
    left: auto;
    border-radius: 4px
}

.tp_single_event .tp-event-top {
    position: relative
}

.tp_single_event .tp-event-top .entry-thumbnail {
    margin-bottom: 30px
}

.tp_single_event .tp-event-top .entry-thumbnail img {
    width: 100%;
    border-radius: var(--phys-border-radius-item, 10px)
}

.tp_single_event .tp-event-top .entry-countdown {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    line-height: 1;
    text-align: center
}

@media (max-width:1024px) {
    .tp_single_event .tp-event-top .entry-countdown {
        bottom: 30px
    }
}

.tp_single_event .tp-event-top .entry-countdown .tp_event_counter {
    background: transparent;
    border: 0;
    padding: 0
}

.tp_single_event .tp-event-top .entry-countdown .tp_event_counter .countdown-row {
    display: inline-block;
    margin: 0 auto;
    width: auto
}

.tp_single_event .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section {
    margin: 15px;
    padding: 15px 19px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0784313725);
    backdrop-filter: blur(30px);
    border-radius: var(--phys-border-radius-item, 10px);
    width: auto
}

@media (max-width:600px) {
    .tp_single_event .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section {
        margin: 10px 4px;
        padding: 8px 4px
    }
}

.tp_single_event .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    display: block;
    font-family: var(--phys-font_title-font-family);
    font-weight: var(--phys-font_title-variant);
    font-size: var(--phys-font_h3-font-size);
    color: var(--phys-font_title-color);
    width: auto;
    min-width: 50px
}

@media (max-width:600px) {
    .tp_single_event .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-amount {
        margin-bottom: 6px;
        font-size: var(--phys-font_h5-font-size);
        height: auto
    }
}

.tp_single_event .tp-event-top .entry-countdown .tp_event_counter .countdown-row .countdown-section .countdown-period {
    display: block;
    font-size: var(--phys-font_body-font-size);
    color: var(--phys-font_title-color)
}

.tp_single_event .tp-event-top .entry-countdown .tp-event-notice.error {
    display: inline-block
}

.tp_single_event .entry-title h1 {
    font-size: var(--phys-font_h2-font-size)
}

.tp_single_event .tp-event-content {
    margin-top: 30px
}

.tp_single_event .tp-event-content .tp-event-info {
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: 3fr 3fr 2fr;
    column-gap: 30px;
    row-gap: 18px
}

@media (max-width:1024px) {
    .tp_single_event .tp-event-content .tp-event-info {
        grid-template-columns: auto
    }
}

.tp_single_event .tp-event-content .tp-event-info .tp-info-box {
    border-right: 1px solid var(--phys-border_color)
}

@media (max-width:1024px) {
    .tp_single_event .tp-event-content .tp-event-info .tp-info-box {
        border: none
    }
}

.tp_single_event .tp-event-content .tp-event-info .tp-info-box:last-child {
    border: none
}

.tp_single_event .tp-event-content .tp-event-info .tp-info-box .value {
    margin-top: 5px
}

.widget_book-event .event_register_area {
    margin: 0;
    padding: 30px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px)
}

@media screen and (max-width:767px) {
    .widget_book-event .event_register_area {
        padding: 20px
    }
}

.widget_book-event .event_register_area .book-title {
    margin-bottom: 25px
}

.widget_book-event .event_register_area .price-block {
    margin: 0 0 16px 0;
    padding: 30px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: var(--phys-border-radius-item, 10px);
    background-color: var(--phys-background_section_color)
}

@media (max-width:767px) {
    .widget_book-event .event_register_area .price-block {
        padding: 20px 16px
    }
}

.widget_book-event .event_register_area .price-block .quantity-control {
    display: inline-flex;
    border-radius: var(--phys-border-radius-button, 48px);
    padding: 8px 20px;
    background-color: #fff
}

.widget_book-event .event_register_area .price-block .quantity-control.disabled .plus,
.widget_book-event .event_register_area .price-block .quantity-control.disabled .minus {
    cursor: not-allowed
}

.widget_book-event .event_register_area .price-block .quantity-control .plus,
.widget_book-event .event_register_area .price-block .quantity-control .minus {
    font-size: 24px;
    cursor: pointer
}

.widget_book-event .event_register_area .price-block .quantity-control input#event_register_qty {
    background-color: transparent;
    border: none;
    text-align: center;
    width: 40px;
    -moz-appearance: textfield
}

.widget_book-event .event_register_area .price-block .quantity-control input#event_register_qty::-webkit-inner-spin-button,
.widget_book-event .event_register_area .price-block .quantity-control input#event_register_qty ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.widget_book-event .event_register_area ul.info-event li {
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.widget_book-event .event_register_area ul.info-event li:last-child {
    margin-bottom: 20px
}

.widget_book-event .event_register_area ul.info-event li h6.value {
    font-weight: 600
}

.widget_book-event .event_register_area ul.info-event li span.free {
    color: var(--phys-body_primary_color)
}

.widget_book-event .event_register_area ul.info-event li input[type=number] {
    font-family: var(--phys-font_title-font-family);
    width: 55px;
    height: 30px;
    border: 1px solid var(--phys-border_color);
    padding-left: 8px;
    text-align: center;
    border-radius: 4px;
    font-weight: 600
}

.widget_book-event .event_register_area ul.info-event li .event_auth_payment_methods {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

.widget_book-event .event_register_area ul.info-event li .event_auth_payment_methods img {
    width: 72px
}

.widget_book-event .event_register_area .event_register_foot {
    display: flex;
    flex-direction: column
}

.thim-ekits-list-instructors.thim-ekits-sliders {
    padding: 10px 0
}

.thim-ekits-list-instructors.thim-ekits-sliders .thim-ekits-list-instructors_article {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 33px 27px 30px 27px;
    border: 1px solid var(--phys-border_color);
    border-radius: var(--phys-border-radius-item, 10px);
    background-color: #fff
}

.thim-ekits-list-instructors.thim-ekits-sliders .thim-ekits-list-instructors_article:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)
}

.thim-ekits-list-instructors.thim-ekits-sliders .thim-ekits-list-instructors_article:hover .instructor-content .instructor-view-profile a.btn {
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color);
    color: #fff
}

.thim-ekits-list-instructors.thim-ekits-sliders .thim-ekits-list-instructors_article:hover .instructor-content .instructor-view-profile .plus-icon .iplus {
    transform: rotate(45deg)
}

.thim-ekits-list-instructors.thim-ekits-sliders .thim-ekits-list-instructors_article:hover .instructor-content .instructor-view-profile .thim-author-social {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-bg-image {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #045e51;
    background-repeat: no-repeat;
    background-size: cover
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-image {
    position: relative;
    margin-bottom: 10px
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-image:hover .thim-author-social {
    opacity: 1;
    visibility: visible;
    transform: none
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 12px 0 20px 0;
    gap: 8px
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile .plus-icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--phys-border_color)
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile .plus-icon .iplus {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--phys-font_title-color)
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile .thim-author-social {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    bottom: 43px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile .thim-author-social li {
    list-style-type: none
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile .thim-author-social li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 3px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--phys-border_color)
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile .thim-author-social li a:hover {
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color);
    color: #fff
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile a.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid var(--phys-font_title-color);
    border-radius: var(--phys-border-radius-button, 48px);
    color: var(--phys-font_title-color);
    font-weight: 600
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-content .instructor-view-profile a.btn:hover {
    background-color: var(--phys-body_primary_color);
    border: 1px solid var(--phys-body_primary_color);
    color: #fff
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-item {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    font-size: 14px
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-item i {
    font-size: var(--phys-font_body-font-size);
    color: var(--phys-font_title-color);
    margin-right: 4px
}

.thim-ekits-list-instructors.thim-ekits-sliders .instructor-item span {
    color: var(--phys-font_title-color);
    font-size: 1rem
}

.thim-widget-course-categories-grid ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: var(--course-category-columns, repeat(4, 1fr));
    row-gap: var(--row-gap, 30px);
    column-gap: var(--column-gap, 30px)
}

.thim-widget-course-categories-grid ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    line-height: 1
}

.thim-widget-course-categories-grid ul li a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 30px 27px;
    background-color: #fff;
    border-radius: var(--phys-border-radius-item, 10px);
    width: 100%
}

.thim-widget-course-categories-grid ul li a:hover {
    color: #fff;
    background-color: var(--phys-body_primary_color)
}

.thim-widget-course-categories-grid ul li a:hover .icon-cat {
    background-color: #fff
}

.thim-widget-course-categories-grid ul li a:hover .category-title {
    color: #fff
}

.thim-widget-course-categories-grid ul li a .icon-cat {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #d6f1fe
}

.thim-widget-course-categories-grid ul li a .icon-cat img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.thim-widget-course-categories-grid ul li a .category-title {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 4px;
    font-weight: 600
}

.thim-widget-course-categories-grid ul:after {
    content: "";
    display: block;
    clear: both
}

.thim-widget-course-categories-grid.layout-image-cats ul li a {
    overflow: hidden
}

.thim-widget-course-categories-grid.layout-image-cats ul li a:hover img {
    filter: unset
}

.thim-widget-course-categories-grid.layout-image-cats ul li a .category-title {
    margin: 12px 0;
    display: block
}

.thim-widget-course-categories-grid.layout-image-cats ul li a img {
    width: 100%
}

.thim-widget-course-categories-grid.layout-image-cats ul li a .count-course {
    margin-bottom: 10px
}

.thim-widget-course-categories .thim-widget-course-categories-grid ul:after {
    content: none
}

.thim-ekits-menu__mega-menu .thim-ekits-course-category ul li {
    list-style: none
}

.thim-ekits-menu__mega-menu .thim-ekits-course-category ul li:last-child a {
    padding-bottom: 0 !important
}

@media (max-width:992px) {

    .thim-widget-course-categories-grid ul.columns-3 li,
    .thim-widget-course-categories-grid ul.columns-4 li {
        width: 50%
    }

    .thim-ekits-course-category .thim-widget-course-categories-grid ul.columns-3 li,
    .thim-ekits-course-category .thim-widget-course-categories-grid ul.columns-4 li {
        width: 100%
    }
}

@media (max-width:480px) {

    .thim-widget-course-categories-grid ul.columns-3 li,
    .thim-widget-course-categories-grid ul.columns-4 li {
        width: 100%
    }
}