body, html {
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
}

.nav.dropdown-menu:not(.show) {
    display: none;
}

select + p{
    line-height: 18px;
    margin-top: -7px;
}

form:not(#filter-form) label{
    line-height: 21px;
    margin-bottom: 7px;
}

.nav-tabs.nav-tabs-main li .nav-link{
    font-size: 15px;
}

.nav-tabs.nav-tabs-main .nav-item.show .nav-link, .nav-tabs.nav-tabs-main .nav-link.active, .nav-tabs.nav-tabs-main, .nav-tabs.nav-tabs-main li .nav-link, .nav-tabs.nav-tabs-main li .nav-link:hover{
    border: none !important;
}

.freeprivacypolicy-com---nb-simple{
    max-width: 100% !important;
}

.pswp__share-modal.pswp__single-tap.pswp__share-modal--fade-in, .pswp__button.pswp__button--share{
    display: none !important;
}

small{
    font-size: 85%;
}

.fancybox-close {
    position: absolute !important;
    top: -18px !important;
}


[aria-expanded="true"] .fa.fa-chevron-down:before{
    content: "\f077" !important;
}

.modal .nav-tabs{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.edit-mode-element{
    position: absolute;
    right: 15px;
}

.model-footer .form-actions{
    padding-right: 0px !important;
}

.modal-dialog{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#main{
    min-height: calc(100vh - 449px);
}


.modal-header [data-bs-dismiss="modal"]{
    border: none;
}

#go-top{
    display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.wh-32 {
    width: 32px;
    height: 32px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #28a745;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dropdown-item {
    padding: .25rem 1rem;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}

.offcanvas.show.hiding{
    transform: translateX(100%);
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}

.offcanvas-backdrop.show {
    opacity: .5;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.fadeInUp-animation {
    animation: 1.5s fadeInUp;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px;
}

.btn:focus, a:focus, input:focus, select:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.select2-selection {
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    min-height: 48px !important;
    border-radius: 0 !important;
}

/* ========================================================================== */

#header-top {
    font-size: 14px;
}

#header-top a {
    color: #fff !important;
    text-decoration: none !important;
}

#header .navbar-light .navbar-nav .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 17px;
}

#header .fa {
    cursor: pointer;
}

#header .navbar .buttons .fa-bars{
    width: 19px;
}

#header .navbar .buttons [aria-expanded='true'] .fa-bars:before {
    content: "\f00d";
}

.dropdown-menu-my-account {
    max-width: 240px;
    right: 0px;
    left: auto !important;
    margin-top: 0px !important;
}

.dropdown-shopping-cart {
    max-width: 300px;
    right: 0px;
    left: auto !important;
    margin-top: 0px !important;
}

#carouselHome .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    /*calculate banner height to fix full height based on header height*/
    height: calc(100vh - 108px);
}

#carouselHome .carousel-item:before {
    background: rgba(0,0,0,0.75);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    /*calculate banner height to fix full height based on header height*/
    height: calc(100vh - 108px);
}

#carouselHome .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

#carouselHome .carousel-caption {
    left: 10%;
    right: 10%;
}

#carouselHome h1 {
    font-weight: 400 !important;
}

#carouselTestimonial .carousel-item > .row {
    min-height: 200px;
}

.bsc-product-grid a {
    text-decoration: none;
    color: inherit;
}

.bsc-product-grid .labels {
    position: absolute;
    top: 0px;
}

.bsc-product-grid .labels.text-end {
    right: 0px;
}

.bsc-product-grid .price {
    margin-top: 6px;
}

.bsc-product-grid .add-to-cart {
    min-width: 50%;
    font-size: 15px;
}

.bsc-cart-qty-counter {
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin-top: -8px;
}

.bsc-product-grid-cart .input-group-qty {
    max-width: 85px;
}

.bsc-product-grid-cart .remove-from-cart{
    margin-top: -4px;
}

.bsc-cart:not(.bsc-cart-checkout) .cart-body {
    max-height: calc(100dvh - 220px);
    height: calc(100dvh - 220px);
    overflow: auto;
    overflow-x: hidden;
}

.bsc-cart-checkout .to-checkout-wrapper {
    display: none;
}

/*.bsc-product-grid .category-info {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
}

.bsc-product-grid:hover .category-info {
    opacity: 1;
}*/

.bsc-product-grid .card, .row-trainings-categories .card {
    border: none;
}

.bsc-product-grid img, .row-trainings-categories img {
    border: 1px solid #ebebeb;
    border-bottom: none;
}

.bsc-product-grid .labels {
    margin-right: 3px;
}

.bsc-product-detail .input-group-qty{
    width: 150px;
    display: inline-flex;
}

.bsc-product-detail .form-control-configurable-attribute {
    max-width: 302px;
}

.bsc-product-grid .category-text {
    position: absolute;
    right: 7px;
    background: #647687;
}

.footer-icon {
    border-radius: 50%;
    background: #29348f;
    color: #fff;
    height: 34px;
    width: 34px;
    text-align: center;
    font-size: 14px !important;
    line-height: 34px !important;
}

.step-icon {
    border-radius: 50%;
    background: #29348f;
    color: #fff;
    height: 34px;
    width: 34px;
    text-align: center;
    font-size: 15px !important;
    line-height: 34px !important;
    display: inline-block;
}

ol {
    list-style: none;
    counter-reset: item;
}
ol li {
    counter-increment: item;
    margin-bottom: 5px;
}
ol li:before {
    margin-right: 10px;
    content: counter(item);
    display: inline-block;
    border-radius: 50%;
    background: #29348f;
    color: #fff;
    height: 34px;
    width: 34px;
    text-align: center;
    font-size: 15px !important;
    line-height: 34px !important;
}

footer a.text-decoration-none:hover {
    text-decoration: underline !important;
}

.footer-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    /*padding: 80px 30px;*/
    /*color: #fff;*/
    /*padding-top: 15px;*/
    /*margin-top: 30px;*/
    margin-bottom: -50px;
    padding-bottom: 50px;
    margin-top: -50px;
    padding-top: 50px;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-nb-reject, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background-color: #29348f !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-changep {
    border-radius: 0px !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-dark .cc-nb-reject:focus, .freeprivacypolicy-com---palette-dark .cc-nb-changep:focus {
    box-shadow: none !important;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-close:active, .freeprivacypolicy-com---palette-dark .cc-pc-head-close:focus {
    border: none !important;
}

.freeprivacypolicy-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label:before {
    background: #29348f !important;
}

.toast-body {
    background: #fff;
}

.select2-container {
    width: 100% !important;
}

.background-question {
    margin-top: -30px;
    background-image: url(/img/background-question.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
}

.background-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 80px 30px;
    color: #fff;
}

.pre-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-footer-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 80px 30px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: -15px;
}

footer a {
    text-decoration: none !important;
    color: #fff !important;
}

footer a:hover {
    text-decoration: underline !important;
    color: #23619E !important;
}

#go-top {
    z-index: 9999;
    display: none;
    font-size: 30px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.question-wrapper .card-body {
    color: #212529 !important;
}

.question-wrapper .card-body .text-muted:hover {
    text-decoration: underline !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
{
    background-color: #000000 !important;
}

.freeprivacypolicy-com---palette-light button:focus {
    box-shadow: none !important;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close:active, .freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    border: none !important;
}

.form-check {
    padding-left: 0px;
}

.accordion-checkbox .checkbox, .accordion-checkbox .accordion-toggle {
    margin-bottom: 0px !important;
}

div.radio {
    margin-top: 0px;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0px !important;
}

.filepond--root, .filepond--drop-label, .filepond--panel-root, .filepond--drip {
    margin-bottom: 0px !important;
    background: #fcfcfd !important;
    opacity: 1 !important;
}

.filepond--root {
    border: 1px solid #e9ecef !important;
    overflow: hidden;
}

.filepond--root .invalid-feedback {
    position: absolute;
    bottom: -22px;
}

.form-control + .invalid-feedback {
    margin-top: -10px;
}

.select2-results__option:empty {
    height: 36px;
}

/* ========================================================================== */


@media (min-width: 345px) {
    .bsc-add-to-cart-wrapper .bsc-add-to-cart, .bsc-add-to-cart-wrapper .bsc-product-button {
        margin-top: -5px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (max-width: 991.98px) {
    #header .navbar-light .navbar-nav .nav-link {
        font-size: 115%;
    }

    #header .navbar-light .navbar-nav .nav-link {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    #carouselTestimonial .carousel-item > .row {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    #carouselTestimonial .carousel-item > .row {
        min-height: 320px;
    }

    .bsc-product-grid .total {
        display: block !important;
    }

    .bsc-product-grid .bsc-add-to-cart, .bsc-product-grid .price, .bsc-product-grid .bsc-product-button {
        width: 100% !important;
        text-align: center;
        display: block;
    }

    .bsc-product-grid .price {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-grid .col-lg-4:nth-of-type(4) {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .widget-grid .col-xl-4:nth-of-type(4) {
        display: none !important;
    }
}

@media (min-width: 1400px) {
}





