/*
Theme Name: Visual Composer Starter Child
Theme URI: https://visualcomposer.com/visual-composer-starter-theme/
Template: visual-composer-starter
Author: The Visual Composer Team
Author URI: https://visualcomposer.com/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Tags: blog,portfolio,featured-images,full-width-template,e-commerce,translation-ready,rtl-language-support,theme-options,custom-colors,custom-logo,custom-menu,footer-widgets,left-sidebar,right-sidebar,custom-background,one-column,two-columns
Version: 3.3.1679666486
Updated: 2023-03-24 09:01:26

*/
:root {
    --blue: #00416B;
    --white: #ffffff;
    --bg-card: #ebf2f7;
    --yellow: #efae30;
    --white-blue: #00A1D7;
}


.hero-section * {
    color: #fff
}

.btn,
.save_add_to_cart {
    padding: 10px 25px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    height: fit-content;
    width: fit-content;
}

img {
    border-radius: 20px;
}

._btn button,
._btn a {
    min-width: 230px;
}

.yellow * {
    color: #efae30;
    font-weight: 600;
}

.js_composer_slider_item_content_author {
    font-weight: 600;
    font-size: 24px;
}

.btn.white {
    background-color: #fff;
    color: #005F98;
}

.btn.transparent-sample {
    line-height: 1;
    height: 46px;
    background-color: var(--white) !important;
    color: #005F98 !important;
    border: 2px solid var(--blue) !important;
    border-radius: 8px !important;
    margin-left: 24px;
}

.single_add_to_cart_button,
.btn.transparent-sample {
    min-height: 50px;
}

.btn.transparent-sample:hover {
    background-color: var(--blue) !important;
    color: #fff !important;
}

._def-btn a,
._def-btn button {
    font-size: 18px !important;
    font-weight: 600;
}

.btn.yellow {

    background-color: var(--yellow);
    color: #005F98;
    border-bottom: none;
}

.price_qty {
    display: flex;
    gap: 25px;
}

.product_link {
    border-radius: 8px !important;
}

.btn_group {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.hero-section {
    min-height: 500px;
}

@font-face {
    font-family: Recoleta;
    src: url(./assets/fonts/Font/Font/Recoleta-Black.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Recoleta;
    src: url(./assets/fonts/Font/Font/Recoleta-Bold.ttf )format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Recoleta;
    src: url(./assets/fonts/Font/Font/Recoleta-Light.ttf)format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Recoleta;
    src: url(./assets/fonts/Font/Font//Recoleta-Medium.ttf)format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Recoleta;
    src: url(./assets/fonts/Font/Font/Recoleta-Regular.ttf)format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Recoleta;
    src: url(./assets/fonts/Font/Font/Recoleta-SemiBold.ttf)format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Recoleta;
    src: url(./assets/fonts/Font/Font/Recoleta-Thin.ttf)format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: 'icomoon_new';
    src: url(./assets/fonts/Font/Font/icomoon_new.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'icon-woo';
    src: url(./assets/fonts/Font/Font/wooIcons.ttf);
    font-weight: 400;
}


body {
    background-color: #FBFBFB;
    color: var(--blue) !important;
    font-family: Recoleta;
    font-size: 18px;
    font-weight: 400;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Recoleta;
    color: var(--blue);

}

button,
input,
optgroup,
select,
textarea {
    font-weight: 600;
    font-size: 18px;
}

h1 {
    font-size: 60px !important;
    font-weight: 600;

}

h4 {
    font-size: 32px !important;
    line-height: 1;
    font-weight: 600;
}

h5 {
    font-weight: 600 !important;
}

h6 {
    font-size: 24px;
}



/* .icon-email:before {
    content: "\e900";
    color: #fff;
    font-family: 'icomoon_1';
}

.icon-location:before {
    content: "\e901";
    color: #fff;
    font-family: 'icomoon_1';
}

.icon-Phone:before {
    content: "\e902";
    color: #fff;
    font-family: 'icomoon_1';
}

.icon-right-quote:before {
    content: "\e904";
    font-family: 'icomoon-quote';
}

.icon-fb:before {
    content: "\e900";
    color: #56a0d4;
    font-family: 'icomoon' !important;
    font-size: 16px;

}

.icon-in:before {
    content: "\e901";
    color: #56a0d4;
    font-family: 'icomoon' !important;
    font-size: 16px;

}

.icon-insta:before {
    content: "\e902";
    color: #56a0d4;
    font-family: 'icomoon' !important;
    font-size: 16px;

}

.icon-tweet:before {
    font-family: 'icomoon' !important;
    content: "\e903";
    color: #56a0d4;
    font-size: 14px;
} */

/* .vc_tta-tab.vc_active {
    border-bottom: 1px solid #00416B;
    font-weight: 600;
}

.vc_tta-tab a {
    color: #00416B !important;
    padding-bottom: 5px !important;
    padding-inline: 0px !important;
} */

/* .cta-section {
    border-bottom: 24px solid #00A1D7;
} */

.cta-section * {
    color: #fff;
    z-index: 3;
}

.vertical-tab-section .vc_tta-tabs-list .vc_tta-tab {
    border-bottom: none;
    padding: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    border-radius: 4px;
}

.vertical-tab-section .vc_tta-tab a {
    color: #00416B !important;

}

.vertical-tab-section .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #E9F2F7 !important;
    font-weight: 600;
    background-image: url(./assets/images/next.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition: none !important;
    padding-right: 43px;

}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent;
}

.accordion-section .vc_tta-panel.vc_active {
    background-color: #E9F2F7 !important;

}

.faq-toggle .vc_toggle_title h4 {
    font-weight: 600 !important;
    font-size: 24px !important;
    font-family: 'Recoleta' !important;
}

.accordion-section .vc_tta-panel-heading,
.accordion-section .vc_tta-panel-body {
    background-color: #E9F2F7 !important;
}

.post-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.read-more-btn a {
    background-color: transparent !important;
    color: #56a0d4 !important;
    border: none !important;
    background-image: none !important;
    padding-left: 0px !important;
}

.comment-content ul>li:before,
.entry-content ul>li:before {
    content: none !important
}

input[type=checkbox],
input[type=radio] {
    margin: 0 !important;
}

.searchandfilter ul li li input {
    /* display: flex;
    align-items: center; */
    min-height: auto;
}

.faq-tabs-wrapper .vc_tta-tab a {
    background-color: transparent !important;
    color: #00416B !important;
}

label {
    font-weight: 500 !important;
}

.searchandfilter h4 {
    font-size: 24px !important;
}

pre {
    background-color: transparent;
    border: none;
    font-family: Recoleta;
}

.navbar-brand img {
    position: absolute;
    border-radius: 0px;
    max-width: 200px;
}

.logo-footer {
    border-radius: 0px;
    max-width: 200px !important;
}

.content-wrapper {
    padding: 0px 15px 1px 15px;

}

.icon_cart_alt,
.majc-cart-item-count {
    color: #fff !important;
}

.majc-item-count-wrap {
    background-color: #00A1D7 !important;
}

.faq-tabs-wrapper .vc_tta-tab.vc_active a {
    background-color: #E9F2F7 !important;
}

.faq-tabs-wrapper .vc_tta-panel-body {
    padding: 0 !important;
}

.align-center {
    text-align: center;
}

.rounded button {
    border-radius: 10px
}

.dhvc-form-flat .dhvc-form-radio label,
.dhvc-form-flat .dhvc-form-checkbox label {
    margin-bottom: 17px !important;
}

.dhvc-form-group .dhvc-form-label,
.dhvc-form-group label {
    margin-bottom: 3px !important;
}

.faq-btn button {
    min-height: 150px;
    background-image: none !important;
    font-weight: 600;
    font-size: 26px !important;
}

.section_faq i.vc_toggle_icon {
    left: 95% !important;
}

.dhvc-form-checkbox input:checked+i {
    border-color: #00406A !important;
    background-color: #00406A !important;
}

/* .accordion-section .vc_tta-panel-heading {
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.accordion-section .vc_tta-panel-body {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
} */
.icon-Shape:before {
    content: "\e908";
    color: #004369;
    font-family: 'icomoon_new';
    padding-right: 10px;
}

.icon-email:before {
    content: "\e900";
    color: #fff;
    font-family: icomoon_new !important;
    font-size: 20px !important;
}

.icon-location:before {
    content: "\e901";
    color: #fff;
    font-family: icomoon_new !important;
}

.icon-phone:before {
    content: "\e902";
    color: #fff;
    font-family: icomoon_new !important;
}

.icon-fb:before {
    content: "\e903";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-in:before {
    content: "\e905";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-insta:before {
    content: "\e906";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-tweet:before {
    content: "\e907";
    color: #56a0d4;
    font-family: icomoon_new !important;
}

.icon-right-quote:before {
    content: "\e904";
    font-family: icomoon_new !important;
}



.contact-info::before {
    position: absolute;
    left: 0;
    background-color: #00416B;
    line-height: 1;
    padding: 5px;
    border-radius: 8px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info {
    position: relative;
}

.contact-info p a {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #00416B !important;
    border-bottom: none !important;
}

.flex .wpb_wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.wpb_wrapper ul li {
    list-style-type: circle;
    padding-left: 0px;
    margin-left: 20px;
}

button.dhvc-form-submit {
    border-radius: 8px !important;
}

.semi-bold * {
    font-weight: 600 !important;
    border-bottom: none !important;

}

.semi-bold {
    font-weight: 600 !important;
    z-index: 3;
    position: relative;

}

.table_back h5 input {
    min-height: auto;
}

.load_more_styling {
    margin-top: 24px !important;
}

.delcheck .table_back {
    padding: 20px !important;
}

.support-btn a {
    font-size: 18px !important;
}

.full-width button {
    width: 100% !important;
}

.sing-up_btn a {
    border: 1px solid #00416B;
    border-radius: 8px;
    padding: 10px 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #00416B !important;
}

.dhvc-form-checkbox label {
    color: #00416B !important;
}



.file-upload .dhvc-form-file .dhvc-form-control::placeholder {
    opacity: 0
}

.file-upload .dhvc-form-file .dhvc-form-file-button {
    right: 40%;
    background-color: transparent;
    height: 100%;
    display: flex;
    align-items: center;

}

.file-upload .dhvc-form-file .dhvc-form-file-button i {
    color: #00416B;
    font-weight: 500;
}

.file-upload .dhvc-form-file .dhvc-form-control {
    padding: 50px !important;
}

.dhvc-form-flat .dhvc-form-checkbox input+i:after {
    color: #fff !important;
}

.grade_img img {
    height: 210px !important;
    border-radius: 15px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    object-fit: cover;
}

.excerpt {
    padding-inline: 30px;
    font-size: 16px;
}

.err-search form {
    margin: 0 auto;
    max-width: 750px;
}

.search-post input::placeholder,
.search-post input,
.search-post * {
    color: #00406A !important;
}

.free-res input::placeholder,
.free-res input {
    color: #00406A !important;
}

.err-search .search-form label .search-field {
    max-width: 100%;
    width: 100%;
}

.flipbook-overlay {
    background: rgb(81 85 88 / 46%) !important;
}

/* .flipbook-main-wrapper {
    max-width: 100vw !important;
    max-height: 100vh !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: transparent !important;
} */

._download-btn {
    background-color: #FFAF16;
    font-size: 17px;
    border-radius: 8px;
    border: none;
    padding: 10px 10px;
    color: #00406A;
    text-align: center;
    font-weight: 600;
    margin-top: 24px;
    display: block;
}

.button.dhvc-form-submit span {
    color: #fff;
}

.search-form label .search-field {
    max-width: 100%;
}

.search-form {
    max-width: 100%;
}

.sort-data form ul li:not(.sf-field-sort_order),
.sort-disable .sf-field-sort_order,
.sort-data .search-filter-reset {
    display: none;
}

.sort-data form ul li {
    float: right;

}

.sort-data form ul li select,
.sort-data form ul li select:focus-visible {
    float: right;
    border: none;
    min-width: auto !important;
    font-weight: 400;

}

.sort-disable .sf-field-reset {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

/* .sort-disable .sf-field-reset {
    border-bottom: 2px solid #ebf2f7;
} */

.sf-field-reset h4 {
    font-size: 30px !important;
}

.search-results-header {
    padding-top: 120px;
    text-align: center;
}

.search-filter-reset {
    border-bottom: none !important;
    font-weight: 500 !important;
    color: #00406A !important;
}

.res-img img {
    height: 200px;
    text-align: right;
    border-radius: 4px;
}

.res-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.res-right-info {
    min-height: 200px;
}

.searchandfilter h4 {
    font-weight: 600 !important;
}

.searchandfilter label {
    font-weight: 400 !important;
}

.res-right-info h5 {
    font-size: 20px !important;
}

.btn-cat-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
}

.tax-product_cat .page-title {
    margin-inline: auto;
    padding-top: 100px;
    max-width: 900px;
    text-align: center;
}

.tax-product_cat .term-description {
    max-width: 900px;
    margin-inline: auto;
}

.visualcomposerstarter.woocommerce ul.products li.product {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e9f2f7;
}

/* .woocommerce ul.products li.product a {
    display: flex;
} */

.woocommerce ul.products li.product a img {
    max-width: 160px !important;
    max-height: 200px !important;
    width: 160px !important;
    border-radius: 8px;

}

.list-heading__title h3 {
    font-size: 26px;
    font-weight: 600;
}

.list-heading__button .add-to-cart {
    border: none;
    background-color: #FFAF16;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
}

.cart_item img,
.woo-product-gallery-slider img,
.wpbakery_page_cart_list img {
    border-radius: 8px
}

.wpbakery_page_cart_list .final-sum::before {
    content: ""
}

.list-heading input[type='number'] {
    background-color: #fff !important;
    max-width: 50px;
    text-align: center;
    padding-left: 0;
    border-radius: 0px !important;
}

.list-heading button {
    background-color: #fff;
    border: none;

}

.btn-info.blue {
    display: flex;
    align-items: center;
    color: #fff !important;
}

#ywsfl_title_save_list h3 {
    font-size: 30px !important;
    text-align: center !important;
    font-weight: 600;
}

#ywsfl_general_content {
    padding-bottom: 80px;
    padding-top: 40px;
}

.billing_model_close {
    right: 0px !important;
}



.woocommerce ul#shipping_method li {
    max-width: 100% !important;
}

#place_order {
    margin-left: 0px !important;
}

.woocommerce-checkout .vc_custom_1686574137496 {
    padding-top: 60px;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart tr td,
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart tr.cart_item td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.book {
    padding-right: 20px;
}

form .list-heading {
    background-color: #E9F2F7;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

/* 
form .list-heading .list-heading__price {
    order: 2;
} */

form .list-heading:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

}

form .list-heading:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

}

form:has(.add-to-cart) .list-heading:nth-last-child(-n +2) {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

}


.list-heading__button .add-to-cart {
    margin-top: 24px;
}

.lists-heading form .list-heading__title {
    /* order: 1; */
    max-width: 600px;
}

.button_quantity {
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    align-items: center;
}

.button_quantity input,
.button_quantity button {
    font-size: 24px;
    height: 100%;
}

.button_quantity button:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    /* padding-left: 14px; */
}

.button_quantity button:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    /* padding-right: 14px; */
}

.lists-heading .list-title {
    font-size: 26px;
    font-weight: 600;
}

.lists-heading .list-category {
    color: #56a0d4;
    font-size: 16px;
    font-weight: 600;

}

.list-excerpt {
    font-size: 16px;
    line-height: 26px;
    padding-top: 24px;
}

.lists-heading form {
    margin-top: 24px;
}

.list-title-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    width: 90%;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}

.list-heading__title h3,
.list-heading__price .price {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.single-product .entry-categories a {
    text-transform: capitalize !important;
    color: #004369 !important;
    font-weight: 600;
    font-size: 18px;
}

.single-product .product_title.entry-title {
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 60px;
}

.single-product .price::before,
.single-product .final-sum::before {
    content: none;
}

.woocommerce-Price-amount.amount,
.woocommerce-Price-currencySymbol {
    color: #004369 !important;
    font-size: 25px !important;
    line-height: 60px;
    font-weight: 500;
}

.search-results .archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-results .archive article {
    max-width: 33%;
}

.search-results .nav-links,
.page-numbers {
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.page-numbers.dots {
    color: #ffffff !important;
}

.search-results .pagination {
    margin: 65px 0px 57px;
}

span.m_price {
    min-width: 90px;
}

.single-product .main-content {
    padding-bottom: 0px;
    margin-top: 120px;
    margin-bottom: 80px;
}

.lists-heading {
    width: 100%;
}

.woocommerce div.product div.images img {
    max-width: 500px;
}

.no-bottom-radius .vc_single_image-wrapper {
    max-height: 270px;
    overflow: hidden;
}

/* section.flex-cards .wpb_single_image .vc_single_image-wrapper {
    max-height: fit-content;
} */
.wraper-bottom-content {
    display: none;
}

.visualcomposerstarter .woocommerce form .form-row label {
    font-weight: 400 !important;
    font-size: 16px;
    margin-bottom: 0;
}

.wc-proceed-to-checkout .checkout-button {
    background-color: #FFB016 !important;
    color: #004369 !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;

}

.cart-collaterals .cart_totals {
    background-color: #E9F2F7 !important;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .quantity .qty {
    background-color: #E9F2F7 !important;
}

.woocommerce-cart .vct-promo {
    display: none;
}

.woocommerce-input-wrapper input {
    background-color: #E9F2F7 !important;
}

input,
select {
    background-color: #E9F2F7;
    font-weight: 500 !important;
}

input::placeholder {
    font-weight: 300 !important;
}

.visualcomposerstarter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500 !important;
    font-size: 16px;
}

.visualcomposerstarter .woocommerce form .form-row input,
.visualcomposerstarter .woocommerce form .form-row textarea {
    padding: 3px 12px !important;
}

.visualcomposerstarter .select2 {
    border: none;
}

.select2-results,
.results__options,
.select2-selection {
    background-color: #E9F2F7 !important;
}

.input-text::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #00406A;
}



.woocommerce-MyAccount-content {
    background-color: #EBF2F7;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 20px
}

.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #E9F2F7;
}

.woocommerce-MyAccount-navigation-link {
    border-radius: 16px;
    padding: 5px 24px;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #00406A;
    display: flex;
    padding: 5px 0px;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    padding-top: 40px;
}


.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\e900";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;
}

.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e901";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\e902";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;
}

.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\e903";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e904";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;
}

.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\e905";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;

}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e906";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;
}

tr.woocommerce-orders-table__row td:first-child {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important
}

tr.woocommerce-orders-table__row td:last-child {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;

}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell>*,
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell {
    color: #004369 !important;
    font-weight: 500 !important;
}

.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
    color: #e74c3c !important;
    font-weight: 500 !important;
}

.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
    color: #2ecc71 !important;
    font-weight: 500 !important;
}

.woocommerce-table__line-item.order_item .product-name a {
    display: inline;
}

.woocommerce-table__line-item.order_item td:first-child {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    background-color: #fff;
}

.woocommerce-table__line-item.order_item td {
    background-color: #fff;
}

.woocommerce-table__line-item.order_item td:last-child {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    background-color: #fff;
}

.woocommerce-table__product-image.product-image img {
    max-width: 50px;
    max-height: 60px;
    border-radius: 0px;
}

.woocommerce-MyAccount-navigation-link--tax-exempt a:before {
    content: "\e907";
    color: #004369;
    font-family: 'icon-woo' !important;
    padding-right: 10px;
}

.woocommerce-MyAccount-navigation-link {
    padding-left: 20px !important;
}

.grid-card .wpb_single_image .vc_figure,
.grid-card .wpb_single_image .vc_single_image-wrapper,
.grid-card .wpb_single_image img {
    width: 100%;
}

.single-product .single_add_to_cart_button {
    border-radius: 8px !important;
    padding: 14px 24px !important;
}

.js_composer_slider_item_content_description {
    line-height: 35px;
    font-size: 24px;
}

.homeschooling-faq .vc_tta-panel-heading {
    border-radius: 20px !important;
}

.homeschooling-faq .vc_tta-panel.vc_active {
    border-radius: 20px !important;
}

.homeschooling-faq .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.text-info span::after,
.text-info p::after {
    content: '\2122';
}

.text-info p {
    color: #004369;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px !important;


}

.full-width-img * {
    width: 100%
}

.post-template-default .wpb_single_image img,
.post-img img {
    border-radius: 20px !important;
}

.blue span {
    color: #56a0d4;
}

.page-template-default .sf-field-sort_order label {
    float: right !important;
}

.page-template-default .sf-field-sort_order label select {
    border: none !important;
}

input.search-field::placeholder {
    color: #00406A !important;
}



.description-product .vc_tta-panel-body {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.description-product .vc_tta-panel-heading {
    border-radius: 20px !important;

}

.description-product .vc_active .vc_tta-panel-heading {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.description-product .vc_tta-panel {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.product-template-default .woocommerce-grouped-product-list-item__label label {
    display: flex;
    padding: 9px 15px;
    background: #EBF2F7;
    border-radius: 8px;
    align-items: center;
    min-height: 50px;
    margin-bottom: 0px;
}

.product-template-default .single_add_to_cart_button {
    margin-right: 24px !important;
}

.count {
    max-height: 50px;
    min-width: 120px;
    justify-content: space-between;
    padding-inline: 18px;
    overflow: hidden;
}

.navigation.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ol li {
    list-style-type: decimal;
}

.post-title {
    text-align: center;
    padding-inline: 10px;
}

.post-title a {
    color: #00406A;
}

.pagination .page-numbers,
.pagination .page-numbers:hover {
    border-radius: 50%;
    padding: 7px;
    background: #00406A;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    z-index: 2;
}

.woocommerce-message a.button {
    white-space: nowrap;
}

.sp-woo-product-slider-pro4156 .swiper-slide {
    background-color: transparent;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    width: auto;
    border-radius: 10px;
}





.wps-rma-form__wrapper tr th.product-check input {
    margin-right: 10px !important;
    vertical-align: bottom !important;
}

li a.page-numbers,
li span.page-numbers {
    background-color: #004369 !important;
}

.page-numbers.current {
    background-color: #5ca1d1 !important;
}

.page-numbers {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal !important;

}

.free-res label:not(.sf-field-submit),
.free-res input:not([type='submit']) {
    width: 100%;
}

.free-res ul {
    position: relative;
}

.free-res .sf-field-submit {
    position: absolute;
    top: 0;
    right: 4px;
    border-top: none !important;

}

.free-res input[type='submit'] {
    border-top: none;
    background-image: url(./assets/images/Search-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    padding-left: 0px;
}

.woocommerce-product-details__short-description a,
.product_meta a {
    text-decoration: underline;
}

.single-product .woocommerce-product-details__short-description .product_line_cat,
.single-product .product_line_cat,
.single-product .product_meta,
.single-product .entry-categories {
    display: none;
}

.woocommerce-product-details__short-description .product_line_cat {
    display: block !important;
}

.cart .btn {
    border-radius: 8px;
}

.increment,
.decrement,
.displayCounter {
    padding: 0;
}

.woocommerce-grouped-product-list-item .stock.in-stock {
    display: none;
}

#wpsp-slider-section.wpsp-slider-section img.wpsp-product-img {
    width: 100%;
    max-height: 300px;
    height: 100%;
}

#wpsp-slider-section.wpsp-slider-section #sp-woo-product-slider-pro2139.wpsp-product-section .wpsp-product .wpsp-product-image {
    min-height: 300px;
}

#wpsp-slider-section.wpsp-slider-section.navigation_position_vertical_center .wpsp-nav,
#wpsp-slider-section.wpsp-slider-section.navigation_position_vertical_center_inner .wpsp-nav {
    top: 105px;

    transform: translateY(0px);


}

.woocommerce div.product form.cart .group_table td:first-child {
    text-align: left !important;
}

.woocommerce-grouped-product-list-item__label,
.woocommerce-grouped-product-list-item__quantity,
.woocommerce-grouped-product-list-item__price {
    vertical-align: middle !important;
}

.woocommerce-grouped-product-list-item__price {
    position: relative;
}

.woocommerce .button.default,
.woocommerce .button.delete {
    max-width: 100%;
    width: 100%;
    padding: 10px !important;
    text-align: center;
}

.woocommerce-grouped-product-list-item__price .out-of-stock {
    /* position: absolute;
    top: 35px; */
    display: block;
    line-height: 1;
}

.woocommerce-Price-amount.amount {
    line-height: 40px;
}

.pagination {
    width: 100%;
}

.woocommerce-grouped-product-list-item .woocommerce-Price-amount.amount,
.woocommerce-grouped-product-list-item .woocommerce-Price-currencySymbol {
    font-size: 18px !important;
    font-weight: 600;
}

.slick-next:before {
    content: '' !important;
    width: 30px;
    height: 30px;
    background-image: url()
}

/* li.menu-item-has-children ul.sub-menu {
    display: none;
} */

.menu-item {
    position: relative;
}

.navbar-nav>li>a {
    position: relative;
    padding: 0;
}

.menu-item-has-children::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 9px;
    right: 13px;
}

.notification-circle {
    position: absolute;
    z-index: 4;
    background-color: #00A1D7;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    padding: 6px;
    color: #fff;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    border-radius: 999px;
    min-width: 20px;
    height: 20px;
    padding: 6px;
    top: -8px;
    right: -11px;
}

.visualcomposerstarter div.product form.cart div.quantity {
    min-width: 120px;
    justify-content: space-between;
    padding-inline: 18px;
}

.product_line_cat {
    color: #56a0d4;
    font-size: 18px;
    font-weight: 600;
}





.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background-color: #FBFBFB !important;
}

.btns-gr .vc_btn3-container.vc_btn3-center {
    width: 100%;
}

.woocommerce-cart .woocommerce-Price-amount.amount,
.woocommerce-Price-currencySymbol {
    font-size: 25px !important;
}


.owl-next {
    right: 40px !important;
}

.owl-prev {
    left: 40px !important;
}

.woocommerce-PaymentMethod {
    list-style-type: none !important;
}

.submit-photo-wraper .two-row .input-wraper {
    width: 49%;

}


.submit-photo-wraper .two-row {
    gap: 40px;
    display: flex;
}

.input-wraper input {
    width: 100%;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.comments {
    background-color: #e9f2f7;
    border: 0;
    width: 100%;
    padding: 10px;
    padding-left: 20px;
}



.input-wraper.agree label {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

textarea {
    border-radius: 8px;
    padding-left: 20px;
}

.input-wraper.agree label input[type="checkbox"] {
    width: auto;
    min-width: 20px;
    font-size: 14px;
}

.upl-img-wrap label {
    width: 100%;
}

.upl-img-wrap label input {
    padding: 40px;
}

.shipped_via {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: -10px !important;
}

.sb-photo-wrap {
    text-align: center;
}

.input-wraper .sb-photo {
    width: fit-content;
}

.wpcf7-spinner {
    display: none;
}

.js_composer_slider {
    padding-bottom: 10px;
}

.faq-toggle .vc_toggle_content {
    margin-bottom: 0px !important;
}

.faq-toggle.vc_toggle.vc_toggle_active {
    padding-top: 24px !important;
}

.footer-navigation h5 {
    margin-bottom: 0;
}

.footer-navigation .menu-item {
    padding: 0;
}

.wrapper-hero h1 {
    line-height: normal;
}

.card-title h4 {
    line-height: 1.2 !important;
}

.payment_box.payment_method_woocommerce_gateway_purchase_order p,
.payment_box.payment_method_cheque p {
    font-size: 16px;
    padding-left: 40px;

}

.woocommerce-table__product-image.product-image,
.woocommerce-table__product-qty.product-qty,
.woocommerce-table__product-table.product-total {
    width: 90px !important;
}

.woocommerce-table__product-name.product-name {
    width: 40%;
}

.this.button.alt.now {
    text-transform: capitalize !important;
    padding-inline: 20px !important;
    width: fit-content !important;
}

.woocommerce-order-details .wps_rma_outer_wrap_info {
    display: none;
}

.woocommerce-order-details input.btn.button {
    font-weight: 700 !important;
    padding: 15px 30px;
}

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details__title {
    display: none;
}

.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number {
    width: 40% !important;
}

/* .woocommerce-orders .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-total {
    line-height: 0 !important;
} */

.mobile-wraper .mobile-price {
    display: none;
}

.woocommerce-orders-table__cell-order-total p {
    margin-bottom: 0px !important;
    margin-top: -14px !important;
    font-size: 12px !important;
}

@media (min-width: 575px) {


    .woocommerce div.product .out-of-stock {
        position: absolute;
        top: 63%;

    }

    /* .woocommerce-account .container {
        width: auto;
    } */

}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
    display: none !important;
}

.keyword_list,
.res-right-info h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
}

.free-title {}

@media (max-width: 575px) {
    .visualcomposerstarter .woocommerce-error li {
        flex-direction: column;
    }

    .woocommerce-MyAccount-content {
        margin-bottom: 30px
    }

    .breadcrumb_last {
        word-break: break-word;
    }

    .woocommerce-shipping-totals.shipping {
        display: flex !important;
        flex-direction: column !important;
        min-width: 350px !important;
    }

    .woocommerce-shipping-totals.shipping td {
        width: 100% !important;
    }

    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.ywsfl_table.desktop {
        display: none;
    }

    .yellow-banner p {
        text-align: right !important;
        font-size: 12px !important;
        padding: 3px 0px;
    }

    header .text-info * {
        justify-content: flex-end !important;
        font-size: 14px !important;
        margin-right: 20px;
    }

    .horizontal-faq .vc_tta-panel-body>*,
    .horizontal-faq .vc_tta-panel-body p,

    .horizontal-faq .vc_tta-panel-body span {
        font-size: 16px !important;
    }

    .woocommerce a.button.view {
        max-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }

    .group_table {
        width: 100%;
    }

    .single-product .cart.grouped_form .woocommerce-grouped-product-list-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        padding: 5px;
        border: 1px solid #56a0d447;
        border-radius: 16px;
        margin-bottom: 10px;
    }

    /* .single-product .cart.grouped_form .woocommerce-grouped-product-list-item {
        padding-bottom: 0px !important;

    } */

    .single-product .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price {
        display: none;
        align-items: center;
        justify-content: space-between;
    }

    .single-product .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price .stock.out-of-stock {
        order: -1;
    }

    .single-product .cart.grouped_form .woocommerce-grouped-product-list-item.outofstock .woocommerce-grouped-product-list-item__price {
        display: flex !important;
    }

    .single-product .cart.grouped_form .woocommerce-grouped-product-list-item.outofstock .woocommerce-grouped-product-list-item__quantity {
        order: 3;
    }

    .footer-navigation .col {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ffffff47;
    }

    .footer-navigation .col:first-child {
        border-top: 1px solid #ffffff47;
        padding-top: 15px;
    }

    .footer-navigation .col:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        right: 0px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: rotate(-45deg);
        top: calc(50% - 5px);
        transition: transform.3s linear;


    }

    .footer-navigation .col.active:after {
        transform: rotate(135deg);
        transition: transform.3s linear;

    }

    .footer-navigation .col .menu {
        max-height: 0px;
        overflow: hidden;
        transition: max-height 1s linear;
        pointer-events: none;
        text-align: left;

    }

    .footer-navigation .col.active .menu {
        max-height: 300px;
        transition: max-height 1s linear;
        pointer-events: all;

    }

    .woocommerce-orders-table__cell-order-total p {

        margin-top: 0px !important;

    }

    .single-product .summary.entry-summary .price {
        display: none;
    }

    .cart .mobile-wraper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-wraper .mobile-price {
        display: block;
        order: 3;
    }

    .res-right-info {
        height: 250px !important
    }

    .single-product .summary.entry-summary {
        display: flex;
        flex-direction: column;
    }

    .single-product .summary.entry-summary .price {
        order: 1;
    }

    .single-product .summary.entry-summary .entry-categories {
        order: 2;
    }

    .single-product .summary.entry-summary h1.product_title.entry-title {
        order: 0;
    }

    .single-product .summary.entry-summary form.cart {
        order: 5;
    }

    .custom-heading h3 {
        font-size: 27px !important
    }

    .navbar .container_d {
        padding-bottom: 8px !important;
    }

    .navbar .container_d .btn-group.mobile,
    header .header-burger__wrap {
        padding-top: 12px !important;
    }

    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-Price-amount.amount,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-Price-currencySymbol {
        font-size: 16px !important
    }

    .shipped_via {
        display: flex !important;
        justify-content: flex-end !important;
        margin-top: 0px !important;
    }

    .books .book {
        margin-left: 0px;
    }

    .faq-toggle .vc_toggle_content *,
    .faq-toggle .vc_toggle_title h4 {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    .faq-toggle .vc_toggle_content {
        margin-top: 0px;
    }

    .faq-toggle.vc_toggle.vc_toggle_active {
        padding-top: 14px !important;
    }

    .faq-toggle .vc_toggle_title,
    .faq-toggle .vc_toggle_content {
        padding-left: 0px !important;
    }

    .no-bottom-radius .vc_single_image-wrapper {
        max-height: 235px;
    }

    .woocommerce-Price-amount.amount,
    .woocommerce-Price-currencySymbol {
        font-size: 18px !important;
    }

    .swiper-container-testimonial {
        margin-inline: 10px;
    }

    .woocommerce-table--order-details.shop_table.order_details tfoot tr {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        min-width: 320px;

    }

    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name {
        width: 90% !important;

    }

    .woocommerce-table__product-qty.product-qty {}

    .woocommerce-columns--addresses address {
        text-align: center !important;
    }

    .woocommerce-order-details {
        padding-top: 24px;
    }

    .woocommerce-column--shipping-address {
        padding-top: 24px;
    }

    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
        display: flex !important;
        align-items: center;
        margin-right: auto;
        justify-content: space-between;
        height: 38px;
    }

    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount.amount {
        margin-left: auto;
        margin-right: 5px;
    }

    .visualcomposerstarter.woocommerce-account .woocommerce-Addresses address {
        font-size: 16px;
    }

    .woocommerce-account .addresses .title h3 {
        font-size: 24px;
    }

    .wpb_text_column.vc_custom_1680868917326 {
        padding-bottom: 0px !important;
    }

    .vc_row.vc_custom_1680864215841 {
        padding-top: 35px !important;
    }

    .swiper-nav.post {
        margin-top: 0px !important;
    }

    .vc_row.vc_custom_1689368124994 {
        padding-top: 0px !important;
    }

    .cart-collaterals {
        order: -1;
    }

    .cart .single_add_to_cart_button:not(.alt) {
        margin-bottom: 24px !important;
        margin-top: 24px !important;
    }

    .left-side-img img {
        /*         object-fit: fill; */
        max-height: 380px;
        object-position: top;
    }

    .submit-baner p {
        font-size: 16px !important;
    }

    .archive-search .tab-section .tabs {
        display: block;
    }

    .thanks-text-block h2 {
        font-size: 27px !important;
        font-weight: 500;
        margin-bottom: 10px !important;
    }

    p.order-print .button.print {
        padding: 11px 10px !important;
        font-weight: 500 !important;
        line-height: 1.01 !important;
    }

    #kl_newsletter_checkbox_field .checkbox {
        align-items: flex-start !important;
    }

    #kl_newsletter_checkbox_field .checkbox input {
        margin-top: 4px !important;
    }


    #menu-footer-shop li.menu-item {
        max-height: 35px;
    }

    .wps-rma-form__wrapper.btn-cancel {
        padding-bottom: 60px;
    }

    .footer-navigation .col ul li a {
        font-size: 14px;
    }

    .wps-rma-product__table tbody tr:last-of-type th {
        border: none;
    }

    .wps-rma-form__wrapper .wps-rma-product__table-wrapper tr.wps_rma_return_column,
    .wps_wrma_cancel_column {
        align-items: center !important;
        border: 0.5px solid #00000021 !important;
        border-bottom: none;
    }

    .wps_rma_return_column .product-name {
        grid-column: 4/2;
    }

    .wps_wrma_cancel_column .product-quantity {
        min-width: 120px;
    }

    .wps-rma-product__table tbody td,
    table.wps-rma-product__table:not(.has-background) fieldset,
    table.wps-rma-product__table:not(.has-background) fieldset legend,
    table.wps-rma-product__table:not(.has-background) tbody td,
    table.wps-rma-product__table:not(.has-background) tbody tr:nth-child(2n) td {
        background-color: transparent !important;
    }

    .wps-rma-form__wrapper .wps-rma-product__table tr td.product-select {
        border-top: none !important;
    }

    .wps_wrma_cancel_column .wps-rma-product__wrap {
        align-items: center !important;
    }

    table.wps-rma-product__table td.product-name img {
        border-radius: 0px;
    }

    .wps_wrma_cancel_column .product-quantity {
        display: block !important;
    }

    /*     .wps_wrma_product_title.wps-rma__product-title {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    } */

    .footer h5 {
        font-size: 22px !important;
    }

    .vc_section.vc_custom_1680092086218 .vc_column-inner {
        padding-top: 0px !important;
    }

    .vc_row.wpb_row.vc_row-fluid.vc_custom_1688571782817.vc_row-has-fill,
    .vc_column-inner.vc_custom_1684519822666,
    .flex-cards.vc_custom_1680255364509,
    .vc_section.vc_custom_1687433274664 {
        padding-top: 0px !important;
    }

    .vc_row.wpb_row.vc_custom_1689122261371,
    .vc_section.vc_custom_1680171188536,
    .vc_section.vc_custom_1680092086218 {
        padding-top: 60px !important;
    }

    .vc_row.wpb_row.vc_custom_1689122261371 {
        padding-bottom: 40px !important;
    }

    .vc_row.vc_custom_1689193410021 {
        padding-top: 20px !important;
    }

    .js_composer_slider_item_content_description {
        font-size: 18px;
    }

    .vc_section.vc_custom_1685545551288 {
        background-position: 62% !important;
    }

    .vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active .vc_tta-panel-heading,
    .vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
    .wpsp-slider-section #sp-woo-product-slider-pro2512.wpsp-product-section .wpsp-product:not(.single-item-fade),
    .vc_section.vc_custom_1686302373917 {
        margin-bottom: 0px !important;
    }

    .navigation.pagination {
        gap: 5px;
    }

    .vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
    .vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
        margin-top: 0px !important;
    }

    .pagination .page-numbers,
    .pagination .page-numbers:hover {
        width: 23px;
        height: 23px;
        padding: 5px;
    }

    .vc_row.vc_custom_1680258599557 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pagination {
        margin: 50px 0 0;
    }

    .search-filter-vc-pagi-hidden {
        padding-top: 0px !important;
    }

    .js_composer_slider_item_content_title {
        display: none;
    }

    .list-heading {
        padding-top: 10px !important;
    }

    .list-title-wrap {
        width: 100%;
    }

    .vc_row-fluid.vc_custom_1680092999512,
    .vc_section.vc_custom_1683283708056,
    .vc_section.vc_custom_1683291113607,
    .woo_category_wrapper {
        padding-bottom: 0px !important;
    }

    .woocommerce-MyAccount-content p {
        margin-bottom: 0px !important;
    }

    .ywsfl-row .product-name {
        max-width: 100% !important;
    }

    .ywsfl_table thead {
        display: none !important;
    }

    .tax-browse_by_subject .searchandfilter {
        margin-top: 30px !important;
    }

    .visualcomposerstarter .woocommerce .woocommerce-order-details {
        width: 100% !important;
    }

    .woocommerce-table__product-image.product-image,
    .woocommerce-table__product-image.product-image,
    .woocommerce-table__product-table.product-sub-total,
    .woocommerce-table__product-total.product-sub-total {
        display: none !important;
    }



    .woo_category_wrapper {
        margin-bottom: 30px !important;
    }

    .vc_section.vc_custom_1680092086218,
    .vc_row-fluid.vc_custom_1687389362528,
    .vc_section.accordion-section.vc_custom_1680266182054 {
        padding-bottom: 60px !important;
    }

    #wpsp-slider-section.wpsp-slider-section .wpsp-pagination-dot {
        margin-top: 5px;
    }

    .vc_section.vc_custom_1684325452080 {
        padding-top: 40px !important;
    }

    .vc_section.vc_custom_1685351773916,
    .vc_section.vc_custom_1679997875266,
    .vc_row.vc_custom_1680169270644 {
        padding-top: 0px !important;
    }

    .card-about-info h2 {
        padding-inline: 10px;
    }

    .wpbakery_page_cart_list li:not(.book) {
        margin-bottom: 40px;
    }

    .vc_row-fluid.vc_custom_1687389362528,
    .cta-section.vc_custom_1681987623748 {
        margin-bottom: 60px !important;
    }

    .btn-info.yellow,
    .btn-info.blue {
        height: 42px;
        line-height: 1.2;
    }

    .core {
        display: block;
        text-align: center;
    }

    .card-about-info {
        padding-top: 10px;
    }

    .vc_row.wpb_row.vc_row-fluid.vc_custom_1683295845972 {
        padding-bottom: 20px !important;
    }

    .search-results .archive article {
        max-width: 100%;
    }

    .dhvc-form-container .wpb_row {

        margin-bottom: 0 !important;
    }

    .searchandfilter ul li li {
        padding: 0px 0;
    }

    .page-numbers {
        font-size: 14px !important;
    }


    .vc_btn3-container,
    .vc_btn3 {
        width: 100%;
    }

    .submit-photo-wraper .two-row {
        display: block;
    }

    .submit-photo-wraper .two-row .input-wraper {
        width: 100%;
    }

    .thanks-text-block .btn {
        display: flex;
        align-items: center;
        text-align: center;

    }

    .thanks-wraper-block {
        flex-direction: column;
    }

    .woocommerce-table--order-details tfoot tr td:nth-child(-n + 3) {
        display: none !important;
    }

    .woocommerce-order-received .woocommerce-table__product-image.product-image

    /* .woocommerce-order-received .woocommerce-table__product-qty.product-qty, */
    /* .woocommerce-order-received .woocommerce-table__product-qti.product-qti*/
        {
        display: none !important;
    }

    body.woocommerce-order-received .woocommerce-table__product-qti.product-qti {
        text-align: right !important;
    }

    .cart-collaterals {
        margin-bottom: 50px;
    }

    .woocommerce-view-order .woocommerce-view-order {
        width: 100%;
    }

    .woocommerce-cart-form .shop_table thead {
        display: none !important;
    }

    .product-price,
    .product-quantity,
    .product-subtotal {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
        flex-wrap: wrap;
        gap: 10px;
    }

    .woocommerce form .form-row label {
        line-height: 1.4;
    }

    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .right,
    .left,
    #aftax_status_field label {
        width: 100% !important;
    }

    .owl-next,
    .owl-prev {
        top: 100% !important;
    }

    .owl-prev {
        left: 0px !important;
    }

    .owl-next {
        right: 0px !important;
    }

    .hero-section {
        text-align: center;
    }

    .hero-section p {
        text-align: left;
        padding-inline: 10px;
    }

    h1 {
        text-align: center !important;
        font-size: 40px !important;
    }

    h2 {
        font-size: 30px !important;
        text-align: center !important;
    }

    form .list-heading {
        flex-direction: column;
    }

    .list-heading {
        align-items: flex-end;
    }

    .list-title-wrap {
        order: -1;
    }

    /* .woocommerce-Price-currencySymbol,
    .woocommerce-Price-amount.amount bdi {
        font-size: 18px !important;
    } */

    .visualcomposerstarter.woocommerce ul.products li.product {
        align-items: center;
        flex-direction: column;
    }

    .dhvc-form-container {
        padding-bottom: 50px;
    }

    .testimonial-tab-wrapper {
        flex-wrap: wrap;
    }

    .tab-section .block_wrapper {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;

    }

    .open-menu .menu-main-menu-container {
        overflow: auto;
        padding-bottom: 100px;
    }

    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
        display: flex;
    }

    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
        /* background: red; */
        width: 100%;
        display: table-caption;
    }

    th.woocommerce-table__product-qty.product-qty {
        order: 1;
    }

    th.woocommerce-table__product-name.product-name {
        order: 0;
    }

    th.woocommerce-table__product-table.product-total {
        order: 2;
    }

    tr.woocommerce-table__line-item.order_item {
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
        background: white;
        /* border-radius: 14px !important; */
    }

    td.woocommerce-table__product-name.product-name {
        order: 0;
    }

    td.woocommerce-table__product-qti.product-qti {
        order: 1;
        text-align: end !important;
    }

    .next_product {
        display: block !important
    }

    td.woocommerce-table__product-total.product-total.test {
        order: 2;
    }

}

@media (max-width:821px) {
    .vc_tta.vc_general .vc_tta-icon {
        font-size: .6em !important;
    }

    .woocommerce-form-coupon-toggle .showcoupon {
        line-height: normal !important;
    }

    .wpsp-slider-section #sp-woo-product-slider-pro4156.wpsp-product-section .wpsp-product:not(.single-item-fade) {
        margin-bottom: 0;
    }

    .vc_section.vc_custom_1687952757547 {
        padding-bottom: 60px !important;
    }

    .free-res .wpb_wrapper ul li {
        margin-left: 0px !important;
    }

    .visualcomposerstarter.woocommerce ul.products li.product {
        width: 100% !important;
    }

    .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
    .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
        display: flex !important;
        align-items: center !important;
    }

    .res-wraper .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        width: 100% !important;
    }

    .free-res-filter .wpb_wrapper ul li {
        margin-left: 0px;
        z-index: 2;
    }

    .searchandfilter li[data-sf-field-input-type=checkbox] label,
    .searchandfilter li[data-sf-field-input-type=radio] label,
    .searchandfilter li[data-sf-field-input-type=range-checkbox] label,
    .searchandfilter li[data-sf-field-input-type=range-radio] label {
        font-size: 16px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

@media (min-width: 1256px) {

    .woocommerce-table__product-table.product-sub-total {
        width: 100px !important;
    }

    #customer_details.row {
        margin-left: 0px !important;
    }

    .woocommerce-checkout .wpb_wrapper ul li input:not(#payment_method_authorize_net_cim_credit_card, .js-sv-wc-payment-gateway-payment-token, .js-sv-wc-payment-token) {
        margin-left: 18px !important;
    }

    body.woocommerce-checkout div.col-md-6.this ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_authorize_net_cim_credit_card .payment_box.payment_method_authorize_net_cim_credit_card input {
        margin-left: 0px !important;
    }

    header li.menu-item-has-children ul.sub-menu {
        position: absolute;
    }

    /* li.menu-item-has-children:hover>ul.sub-menu {
        display: block;

    } */

    li.menu-item-has-children ul.sub-menu {
        left: 0%;
        /*         transform: translateX(-50%); */
        top: 90%;
        padding-top: 0px;
        min-width: 220px;
        text-align: left;
        z-index: 1;
        background-color: #fff;
        margin-top: 0px;
        pointer-events: all;
        z-index: 100;
        color: #000;
        /*         padding-left: 0; */
        opacity: 0;
        visibility: hidden;
        padding-inline: 14px;



    }


    li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children .sub-menu {
        padding-top: 0 !important;
        position: relative;
    }

    li.menu-item-has-children .sub-menu li {
        padding: 5px !important;
    }

}

.mobile-cart {
    display: none;
}

.desktop_cart {
    display: block;
}

.summary.entry-summary form.cart .single_add_to_cart_button {
    margin-bottom: 10px;
    min-width: 155px;

}

.wht_div {
    background: white;
    padding: 0 !important;
}

@media (max-width:1200px) {
    ul.sub-menu .sub-menu {
        padding-left: 20px !important;
    }
}

.text-info {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width:1200px) {
    .btn-group.mobile form.expanded{
        width: 500px !important;
    }
    .btn-group.mobile form.expanded input{
        width: 90% !important;
        min-width: 90% !important;
    }
    .sub-menu .menu-trigger {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .hero-section .btn {
        width: 200px;
        text-align: center;
    }

    body .menu-main-menu-container {
        top: 58px;
    }

    header .navbar-nav {
        padding-top: 0 !important;
        width: 100%;
    }

    .text-info {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-cart {
        display: block;
    }

    .desktop_cart {
        display: none;
    }

    .woocommerce-table__line-item.order_item .product-name a {
        display: block;
    }

    .navbar-brand img {
        max-width: 182px;
    }

    /* .post-card {
        height: 355px !important;
    } */

    .woocommerce-table__product-name.product-name {
        width: 100% !important;
    }

    body:not(.woocommerce-checkout) .cart-subtotal td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: baseline;
        margin-left: auto;
        justify-content: end !important;

    }

    .btn-group.mobile {
        margin-left: auto;
        gap: 8px;
        align-items: center !important;
    }

    .btn-group.mobile a.btn {
        padding: 0px !important;
    }



    .open-menu .menu-main-menu-container {
        overflow: auto;
        padding-bottom: 100px;
    }

    #menu-menu .menu-item {
        width: 90%;
    }

    .menu-item-has-children.active::after {
        transform: rotate(225deg);
        transition: all 0.3s;
    }

    .section-tab-yellow *:not(a.vc_btn3) {
        justify-content: center;
    }

    .menu-item-has-children::after {
        right: -16px;
    }

    /* ul.sub-menu {
        height: 0;
        opacity: 0;
    } */

    .js_composer_slider_wrapper .js_composer_slider_item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .swiper-nav {
        position: initial;
    }

    .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
        background-color: inherit !important;
    }

    .top-bar .navbar .btn-group a.btn {
        display: block;
    }

    a.btn.transparent.mobile_user {
        border: none;
        background-image: url("./assets/images/user.svg");
        font-size: 0;
        width: 35px !important;
        height: 35px !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;

    }

    a.btn.transparent.mobile_card {
        border: none;
        background-image: url("./assets/images/csrt.svg");
        font-size: 0;
        width: 35px !important;
        height: 35px !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;

    }

    .site-header .btn-group {
        flex-direction: column;
        align-items: center;
    }

    .notification-circle {
        font-size: 13px;
    }
}



.visualcomposerstarter.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.wpsp-no-products-found {
    display: none;
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: auto !important;
}

.woocommerce .quantity .product_quantity_minus,
.woocommerce .quantity .product_quantity_plus {
    width: 12px;
    height: 19px;
    display: inline-block;
    color: #00416b;
    margin-right: 0;
    border-radius: 3px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    font-weight: 600;
    padding-left: 0px;
    background-color: transparent;
    border: unset;
    margin-top: -4px;
    padding-right: 0px;
}

.woocommerce .quantity .product_quantity_plus {
    margin-top: -6px;
}

.woocommerce .quantity .qty {
    display: inline-block;
    height: 17px;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
}

.visualcomposerstarter .quantity .qty {
    width: 35px !important;
    padding: unset !important;
    text-align: center;
}

.woocommerce-grouped-product-list-item .input-text.qty.text::placeholder {
    font-size: 24px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: unset;
}

.woocommerce div.product form.cart .group_table td {
    padding-right: 1em;
}

.return.button,
.cancel.button,
.button.view {
    background-color: #fff !important;
    border: 2px solid #00416b !important;
    color: #00416B !important;
    border-radius: 8px !important;
}

.woocommerce-orders-table {
    background-color: #EBF2F7 !important;
    border-radius: 20px !important;
}

.woocommerce-orders-table__row {
    background-color: #fff;
    border-radius: 20px !important;
}

.wps_rma_guest_form {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
}

.wps_rma_guest_form .form-row input {
    padding-inline: 24px;
    background-color: #00416B;
    color: #fff;
}

.wps_rma_guest_form label {
    display: block !important;
}

.wps_rma_guest_form .form-row {
    width: 100% !important;
}

.section-tab-yellow *:not(a.vc_btn3) {
    //background: #FDF3E7 !important;
}

.vc_custom_1700482511339,
.vc_custom_1700482543943,
.vc_custom_1700482580618,
.vc_custom_1700482609039,
.vc_custom_1700482673891,
.vc_custom_1700482448749 {
    display: none !important;
}

.section-tab-yellow .vc_active a span {
    border-bottom: 1px solid #00416B;
    font-weight: 600;
}

.tax-browse_by_subject .woocommerce-Price-amount.amount,
.tax-browse_by_subject .woocommerce-Price-currencySymbol {
    font-size: 20px !important;
}

.tax-browse_by_subject .page-title,
.tax-browse_by_subject .term-description {
    text-align: center;
}

.tax-browse_by_subject .content-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
}

ul.social-icons li a::before {
    line-height: 0;
}

.tax-browse_by_subject .woocommerce-products-header__title.page-title {
    font-weight: 600;
}

.woo_category_wrapper {
    padding-bottom: 80px;
    border-bottom: 2px solid #e9f2f7;
    margin-bottom: 60px;
}

.tax-browse_by_subject .woocommerce-result-count {
    width: 100%;
}

.tax-browse_by_subject .searchandfilter ul {
    padding: 0;
}

.tax-browse_by_subject .sidebar_filter_wrapper {
    border-right: 2px solid #e9f2f7;
    /* padding-left: 50px !important; */
}

.tax-browse_by_subject .sf-field-reset {
    position: absolute;
    top: -7px;
    left: 65%;
}

.tax-browse_by_subject .searchandfilter {
    margin-top: 50px;
}

/* .tax-browse_by_subject input[type=radio] {
    width: 0px;
    position: relative;
}

.tax-browse_by_subject input[type=radio]::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border: 1px solid;
    top: calc(50% - 5px);
}

.tax-browse_by_subject input[type=radio]:checked::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    top: calc(50% - 5px);
}
*/

.tax-browse_by_subject .searchandfilter .sf-field-taxonomy-browse_by_subject li.sf-item-0 {
    display: none;
}



.testimonial-tab-wrapper {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.img-testimonial {
    max-width: 50%;
    min-width: 50%;
    width: 100%;
}

.block_wrapper {
    display: flex;
    justify-content: space-between;
}

.block_wrapper p {
    max-width: 80%;
}

.img-testimonial img {
    max-width: 100%;
    max-height: 430px;

}

.img-sebnitted {
    margin-top: 20px !important;
    border-left: 2px solid #FFAF16;
    padding-left: 8px;
    line-height: 1.2;

}

.testimonial-author {
    position: relative;
    display: flex;
    /*    flex-direction: row-reverse;*/
    justify-content: space-between;
    align-items: center;
}

.testimonial-tab-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.hero-section::after,
.cta-section::after {
    content: '';
    position: absolute;
    display: block;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.3;
    overflow: visible !important;
    visibility: visible !important;
    left: 0;
    top: 0;
    z-index: 0;
}

.hero-section {
    position: relative
}

.hero-section * {
    z-index: 1
}

#menu-top-menu li {
    padding-right: 0px;
}





.owl-next,
.owl-prev {
    background: transparent !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #fff !important;
}

.owl-next:before,
.owl-prev:before {
    color: #fff !important;
}

.sort-section .sf-field-reset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
}

li[class*="sf-field-"]:not(:first-child) {
    border-top: 2px solid #e9f2f7;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-name a {
    font-weight: 600;
}

.saveforlater_button a {
    font-weight: 500 !important;
    padding-right: 10px;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart a.remove {

    font-size: 12px;
    color: #00416b !important;
    font-weight: 500;
    opacity: 1;

}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart a.remove::before,
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart a.remove::after {
    display: none;
}

.woocommerce a.remove:hover {
    color: #00416b !important;
    background: transparent !important
}

/* .visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-name {
    width: 100%;
    max-width: 280px;
} */
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-subtotal {
    text-align: center !important;
}

.product-name a:first-child {
    display: block;
}

.woocommerce-cart-form .product-quantity {
    width: 105px !important;
}

.woocommerce-cart table.shop_table th {
    padding: 16px 0px !important;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-name a {
    padding-bottom: 10px;
}

.woocommerce-cart-form thead th {
    font-size: 20px;
    font-weight: 600 !important;
}

.saveforlater_button,
.button_remove {
    display: inline;
}

.saveforlater_button a,
.button_remove a {
    display: inline-block !important;
}


.woocommerce a {
    color: #004369;
}

.woocommerce-checkout-review-order-table .shop_table .cart_item .product-image img {
    max-width: 80px;
}

.visualcomposerstarter .woocommerce .button[name=apply_coupon] {
    background-color: #00416B;
    border-radius: 8px;
    max-width: 90px;
    padding: 5px 12px;
    text-transform: capitalize;
    font-size: 16px;
    /* height: 33px; */
}

input[type="submit"].button {
    background-color: #004369 !important;
    color: #fff;
}

/* .woocommerce-form-coupon .form-row-last {
    max-width: 100px;
    position: absolute;
    right: 17px;
    top: 30%;

} */



.kl_newsletter_checkbox_field {
    display: none;
}

.woocommerce-form-coupon .form-row-first {
    width: 100% !important;
}

a.blue {
    color: #56a0d4;
}

.woocommerce-checkout h3 {
    font-size: 24px;
    font-weight: 600;
}

.woocommerce-validated label {
    padding-left: 10px !important;
}

.woocommerce-checkout .woocommerce-validated label {
    padding-left: 0px !important;
}

.visualcomposerstarter .woocommerce form.checkout label.checkbox {
    gap: 10px;
}

#place_order {
    border-radius: 4px !important;
    margin-left: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot td,
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot th {
    padding: 0 !important;
}

.visualcomposerstarter .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper {
    display: block;
}

.peyment_method,
.shipping_text {
    font-size: 24px;
    font-weight: 600;
}

.woocommerce-shipping-methods li {
    border-radius: 8px;
    padding-left: 24px !important;
    padding: 24px !important;
    display: flex;
}

.ywsfl_table th {
    text-align: center !important;
}

.visualcomposerstarter .woocommerce-error li {
    align-items: flex-start !important;
}

.ywsfl_table td,
.ywsfl_table th {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.ywsfl_table .product-name,
.ywsfl_table .product-price {
    font-weight: 400 !important;
}

.ywsfl_table .product-thumbnail,
.ywsfl_table .product-price {
    text-align: center;
}

.ywsfl_table .product-thumbnail img {
    width: 100px !important;
    height: 100px;

}

.ywsfl_table .woocommerce-Price-amount.amount,
.ywsfl_table .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
}

.ywsfl_table .save_for_later_cart {
    text-align: left !important;
}

.ywsfl_table .product-name a {
    font-weight: 600;
    font-size: 15px !important;
    text-decoration: none;
    color: #00416b;
    border-bottom: none;
}

.remove_from_savelist {
    margin-left: auto;
}

.out-of-stock {
    width: 95px;
    margin: 0;
}

.woocommerce-shipping-methods li.active {
    background-color: #E9F2F7;

}

.woocommerce ul#shipping_method li label {
    display: flex;
    align-items: center;
    width: 89%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;

}

.visualcomposerstarter .woocommerce table.shop_table th {
    padding-left: 15px;
}

.shop_table-wrap {
    max-height: 500px;
    overflow: auto;
}

.col-md-6.this {
    padding-left: 60px !important;
}

.woocommerce-form-coupon {
    padding-bottom: 40px;
}

.woocommerce-checkout-payment,
#tax_exemption_checkbox_div {
    padding-top: 40px;
}

.lds-dual-ring {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form.submitting .lds-dual-ring {
    display: inline-block;
}

form.submitting::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.checkout_shipping_method label {
    font-weight: 600 !important;
}

p.shipping-method-description {
    padding-left: 20px;
}

.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    display: none;
}

.woocommerce ul#shipping_method li {
    border-radius: 8px;
    padding-left: 0px 24px !important;
    padding: 0px 24px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
    align-items: center;
    max-width: 90%;
}

.shipping-method-description {
    text-align: left;
}

.woocommerce-form-coupon p {
    margin-bottom: 5px !important;
}

.woocommerce-checkout .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-Price-currencySymbol {
    font-size: 18px !important;
    font-weight: 600;
}

.woocommerce-checkout input[type=radio],
.woocommerce-checkout input[type=checkbox] {
    min-height: auto;
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart thead {
    display: table-header-group;
}

.customer_details {
    margin-inline: 0px !important;
}

.qb_sample {
    outline: none;
    background: transparent;
    border: none;
    color: #0DA6D9;
    opacity: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.woocommerce-MyAccount-navigation li {
    list-style-type: none !important;
}

.woocommerce-Address {
    border-radius: 16px;
    background-color: #E9F2F7;
    padding: 20px;
    margin-top: 24px;
}

.woocommerce-Address .edit {
    background: transparent !important;
    color: #00416B !important;
    border: 2px solid #00416B !important;
    border-radius: 8px !important;
}

.table_back {
    width: 100% !important;
    border-radius: 20px;
    margin-left: 0 !important;
}

.billing_edit .table_back,
.delcheck .table_back {
    background: #E9F2F7 !important;
    border: none;
    padding: 20px;
}

.action_buttons_style {
    background-color: #00416B !important;
    border: none;
}

.default_billing_address_front {
    min-height: auto;
}

#update_all_subscriptions_addresses {
    width: auto;
    margin-right: 10px !important;
    position: relative;
}

.woocommerce-account .woocommerce-Price-amount.amount,
.woocommerce-account .woocommerce-Price-currencySymbol,
.visualcomposerstarter .woocommerce .woocommerce-orders-table__cell .button {
    font-size: 16px !important;
}

.woocommerce-orders-table,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: separate !important;
    border-spacing: 0px 15px !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-table.product-total {
    text-align: right;
    width: 120px !important;
}

.woocommerce-table__product-table.product-sub-total {
    width: 90px !important;
}

.visualcomposerstarter .woocommerce table.shop_table td,
.visualcomposerstarter .woocommerce table.shop_table th {
    padding: 15px 10px !important;

}

.order_item .product-name,
.order_item .product-name>* {
    font-size: 16px;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: none !important;

}

.swiper-favorites .slider-product img {
    aspect-ratio: 15/17;
}

li.wc_payment_method {
    list-style-type: none !important;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td,
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders th,
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads td,
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads th {
    border-bottom: none !important;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td {
    padding: 10px 10px !important;
}

.visualcomposerstarter .woocommerce table.shop_table td {
    text-align: left;
    padding-right: 20px;
    padding: 14px 12px;
}

.visualcomposerstarter .woocommerce table.shop_table td.product-name {
    width: 100% !important;
}

.visualcomposerstarter .woocommerce table.shop_table td:last-child {
    text-align: right;
    padding-right: 20px;
}

html {
    scroll-behavior: smooth;
    scroll-padding: 120px;
}

.woocommerce-edit-address.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #fff;
}

/* .woocommerce-edit-address #add_button_ref {
    display: none;
} */

.addresses a.edit {
    display: block;
    width: fit-content;
    margin-top: 24px !important;
    font-size: 16px !important;

}

.viewlables1 {
    color: #00416b !important;
    font-weight: 600 !important;
    font-size: 16px;
}

.product-sub-total {
    text-align: right !important;
    font-weight: 600 !important;
}

.woocommerce-view-order .product-qti {
    max-width: 50px !important;
    text-align: center !important;
}

.woocommerce-view-order h2.woocommerce-column__title {
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details address {
    border: 0px !important;
}

.shop_table.order_details tfoot td {
    padding: 0px 12px !important;
}

.shop_table.order_details tfoot tr th {
    padding: 0px !important;
}

.add-to-cart:disabled,
.add_to_cart_bundle[disabled],
.cat_add_to_cart[disabled] {
    background-color: #abaaaa !important;
    color: #fff !important;
}

.cart-subtotal th,
.shipping_total .title_shipping,
.tax-total th,
.order-total th {
    font-weight: 400 !important;
    vertical-align: middle !important;
    font-size: 18px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table .order-total th {
    font-weight: 600 !important;
}

.edit-link {
    display: none;
}

/* .woocommerce-cart .woocommerce-cart-form {
    max-height: 500px;
    overflow: auto;
} */
.woocommerce-order-details__title {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.woocommerce ul#shipping_method li input {
    height: 15px;
}

.woocommerce-cart .tax-total,
.woocommerce-cart .order-total {
    display: none !important;
}

/* ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #00416B;

    border-radius: 50px;
}



::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);
    border: 3px solid #ffffff;
    border-radius: 32px;
}



::-webkit-scrollbar-corner {
    background: transparent;
} */

.woocommerce-cart .saveforlater_button:after {
    content: "/";
    font-size: 18px;
    padding-right: 5px;

}

.woocommerce-cart .button_remove,
.woocommerce-cart .saveforlater_button {
    padding-left: 20px;
    position: relative;
}

.woocommerce-cart .button_remove:before {
    content: "";
    background: url(./assets/images/delete.svg);
    position: absolute;
    width: 20px;
    display: block;
    height: 20px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce-cart .saveforlater_button::before {
    content: "";
    background: url(./assets/images/Save.svg);
    position: absolute;
    width: 20px;
    display: block;
    height: 20px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.product_image_block .qb_sample {
    position: relative;
}

.product_image_block .qb_sample::before {
    content: "";
    position: absolute;
    background: url(./assets/images/eye.png);
    width: 14px;
    height: 12px;
    top: 7px;
    left: -12px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

input.btn.button {
    background-color: #00416b !important;
    color: #fff !important;
    font-size: 18px;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content p a {
    /* padding: 0.618em 1em; */
    /* border-radius: 4px; */
    font-size: 18px;
    font-weight: 700 !important;


}

.order-again {
    margin-top: 24px !important;
}

/* .Line {
    background-color: rgb(0, 67, 105);
    opacity: 0.2;
    position: absolute;
    left: 610px;
    top: 538px;
    width: 790px;
    height: 1px;
    z-index: 7;
} */
._col-6 {
    max-width: 50%;
}

._col-12 {
    width: 100%;
}

._row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.wrap-r {
    background-color: #E9F2F7;
    text-align: center;
    padding: 70px;
    border-radius: 20px;
}

.wrap-r h4 {
    font-size: 30px !important;
    font-weight: 600;
}

.timer * {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}

.text-ex {
    max-width: 285px;
    margin: 20px auto !important;
}

.wrp-c {
    text-align: center;
}

.wrp-c h1 {
    font-weight: 600;
}

.thanks-wraper-block {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 0px 40px;

}

/* .thanks-text-block {
    max-width: 730px;
} */

.thanks-img-block {
    max-width: 430px;
}

.thanks-text-block h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}

.wraper-bottom-content {
    background-color: #FDF3E7;
    padding-top: 80px;
    padding-bottom: 120px;
    margin-top: 100px;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 0.3;
    z-index: 1;
}

.dhvc-form-message {
    text-align: center;
}

div#password-reset-form {
    margin-bottom: 80px;
    margin-top: 80px;
}

.new-pass,
.new-pass-repeat {
    display: flex;
    flex-direction: column;
    max-width: 850px;
    margin: 20px auto !important;
    text-align: left;
}

#password-reset-form {
    max-width: 850px;
    margin-inline: auto !important;
}

/* .woocommerce-table--order-details.shop_table.order_details tfoot tr {
    height: 20px !important;
} */

.testimonial-text,
.testimonial-author {
    font-size: 24px;
}

.testimonial-author {
    font-weight: 600;
}

/* #ywsfl_title_save_list h3 {
    display: none;
} */

.wps_rma_li_wrap_info.wps_rma_li_exchange {
    display: none;
}

.visualcomposerstarter .woocommerce form.checkout .payment_methods label {
    display: inline-block !important;
    padding-left: 3px !important;
}

.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    display: none !important;
    width: fit-content;
}

.woocommerce-PaymentMethod {
    text-align: left !important;
    padding: 5px 12px !important;
}

.woocommerce-Message a.button {
    padding: 15px 30px !important;
    /* min-width: 115px; */
    text-align: center;
    border-radius: 4px !important;
    margin-left: 5px;

}

.woocommerce a.button.view {
    padding-inline: 1em !important;
    width: 100%;
    max-width: 150px;
}

.faq-toggle .vc_toggle_title {
    padding-right: 40px !important;
}



.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #00416B !important;
}

.woocommerce-error {
    color: #fff !important;
}

.visualcomposerstarter .woocommerce-error,
.visualcomposerstarter.woocommerce .woocommerce-error {
    padding: 30px 25px;
}

.woocommerce-error::before,
.woocommerce-message::before {
    top: 0em;
}

.woocommerce-info::before .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    white-space: nowrap !important;
}

.vc_grid-filter>.vc_grid-filter-item {
    cursor: default !important;
}

.notification-add-to-cart-popup {
    position: fixed;
    top: 34%;
    z-index: 999;
    right: 0%;
    background-color: #00A1D7;
    padding: 30px 40px;
    border-radius: 14px;
    -webkit-transform: translateX(103%);
    transform: translateX(103%);

}

.notification-add-to-cart-popup * {
    color: #fff;
}

.notification-add-to-cart-popup.error {
    background-color: red;
    max-width: 500px;
}

.notification-add-to-cart-popup.active {
    display: block;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 10s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.visualcomposerstarter .woocommerce form .form-row input {
    border: 1px solid rgba(0, 0, 0, .1) !important;
}

.category-name,
button.sample {
    background-color: #5ca1d2 !important;
}

button.sample {
    background-color: var(--blue) !important
}

button.sample {
    font-size: 18px;
}

.wpbakery_page_cart_list li:not(.book) {
    border-bottom: 24px solid #5ca1d2;
    margin-left: 0px;
}

.product-thumbnail a {
    border-bottom: none !important;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
        opacity: 0.7;
        visibility: hidden;
    }

    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        opacity: 0.7;
    }


    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0.7;
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
        opacity: 0.7;
    }

    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        opacity: 0.7;
    }

    70% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0.7;
        visibility: hidden;
    }
}

/* .notification-add-to-cart-popup {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
} */


.submit-photo-wraper label {
    font-size: 14px;
}

.woocommerce-checkout .order_recive_new input.btn.button {
    min-width: 260px;
    font-weight: 700 !important;
}

.mobile_btns {
    display: none;
}

.only_mob {
    display: none !important;
}

.klaviyo-form-TtaJqD {
    margin-left: -6px;
}

div.needsclick [data-testid="form-component"] {
    padding: 9px 0 0 6px !important;
}

.navbar-nav,
.site-header .btn-group {
    flex-direction: row !important;
}

@media (max-width:900px) {
    .slider-section .slider-product img {
        max-height: 400px;
    }

    ul#menu-menu {
        width: 100%;
    }

    .menu-main-menu-container {
        top: 58px !important;
    }

    .text-info img {
        width: 100%;
        border-radius: 0;
        padding: 0 !important;
        margin: 0 !important;
    }

    .text-info {
        padding-top: 0 !important;
        padding-bottom: 2.5px !important;
    }

    header .navbar a.btn {
        width: 200px;
        text-align: center;
    }

    .navbar-nav {
        margin: 0 !important;
    }

    .btn-group form {
        width: 145px !important;
    }

    .navbar .container_d {
        gap: 18px !important;
    }


}

.btn-group.mobile form:before {
    content: "";
    position: absolute;
    background: url(assets/images/Search-blue.svg) no-repeat;
    width: 23px;
    left: 20px;
    top: 9px;
    z-index: 2;
    height: 20px;
}

@media (max-width:1200px) {
    .navbar .btn-group input {
        min-width: 140px !important;
        width: 140px !important;
        text-indent: 0px !important;
        padding-left: 35px !important;
    }

    .btn-group.mobile form:before {
        width: 16px;
        height: 20px;
        background-size: contain;
    }

    .only_mob {
        display: block !important;
    }

    .mobile_btns {
        display: block;
    }

    body .mobile_btns .btn-group {
        flex-direction: column !important;
    }

    .navbar .mobile_btns .btn.transparent {
        background: #005F98;
        border: 1px solid #005F98;
        color: #fff;
        margin-left: 10px;
    }

    .navbar .mobile_btns a.btn.blue {
        font-size: 16px;
        font-weight: 600;
        background-color: var(--yellow) !important;
        color: #005F98;
        margin-left: 10px;
    }

    .open-menu .menu-main-menu-container {
        padding-bottom: 100px !important;
    }

    body .mini_logo {
        display: block;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 40px !important;
    }

    .navbar-brand {
        min-width: 14px !important;
        flex: 0 0 15% !important;
    }

    .navbar .container_d .btn-group.mobile,
    header .header-burger__wrap {
        padding-top: 5px !important;
    }

    .full_logo {
        display: none !important;
    }

    .text-info span {
        width: 100% !important;
        justify-content: center !important;
        margin: 0;
    }

    body .navbar-nav>li>a {
        color: #005F98 !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #005F98;
    }

    .menu-trigger {
        left: auto !important;
        top: 11px !important;
        right: 15px !important;
    }

    body .navbar-nav>li {
        padding: 0 !important;
    }

    body .menu-main-menu-container li.menu-item a {
        width: calc(100% - 20px);
        display: inline-block;
        padding: 10px 0px !important;
        margin-left: 10px;
    }

    body .menu-item-has-children.active>.sub-menu {
        padding-left: 0;
        background: #005f95;
    }

    .sub-menu li.menu-item a {
        color: #fff !important;
    }

    .menu-main-menu-container {
        padding: 0px !important;
    }

    body header .text-info * {
        margin: 0 !important;
        padding: 2.5px 0 !important;
    }

    body .btn-group.special_gap {
        display: none !important;
    }

    body .text-info .btn-group {
        display: none !important;
    }

    header .text-info {
        background-color: var(--yellow) !important;
        color: #005F98;
    }

    .navbar .btn-group input {
        min-width: 140px !important;
        width: 140px !important;
    }

}

.close_exended {
    display: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 31px;
    height: 36px;
    z-index: 22;
}
.close_exended:before,
.close_exended:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    transition: all 420ms;
    content: '';
}
.close_exended:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}
@media (max-width:768px) {
    .expanded .close_exended{display: block !important;}
    .navbar.expanded{
        height: 58px;
    }
    .navbar.expanded .navbar-brand{
        display: none !important;
    }
    .navbar.expanded a.btn.transparent.mobile_user{
        display: none !important;
    }
    .navbar.expanded .header-burger__wrap{
        display: none !important;
    }.navbar.expanded a.btn.transparent._card.mobile_card{
         display: none !important;
     }
    .btn-group.mobile form.expanded {
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 10px;
        padding: 0 10px;
    }
    #customer_details.row {
        margin-inline: 0px !important;
    }

    .woocommerce-checkout .button.alt.now {
        width: 100% !important;
    }

    .woocommerce-cart .woocommerce-Price-amount.amount,
    .woocommerce-Price-currencySymbol {

        font-size: 18px !important;
    }

    .visualcomposerstarter.woocommerce-cart .woocommerce table.cart img {
        width: 150px;
        height: auto;

    }

    .woocommerce-cart .shop_table.shop_table_responsive.cart thead {
        display: none !important;
    }

    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        display: block !important;
        position: relative;

    }

    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail::before {
        /*        content: "Image:";*/
        /* position: absolute;
        top: 50%; */

    }



    .vc_gitem-post-data {
        margin-bottom: 0px !important;
    }

    ._download-btn.show_download-btn {
        margin-top: 0px;
        padding: 5px 10px;

    }

    .keyword_list {
        line-height: 1.2;
    }

    .vc_tta-panel.vc_active .vc_tta-title-text {
        font-weight: 600;

    }

    .visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td {
        width: 100%;
    }

    .payment-method .woocommerce-PaymentMethod {
        width: 100% !important;
    }

    .woocommerce-orders-table__row {
        margin-bottom: 24px;
        padding: 10px;
    }

    .card-about-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .card-about-info .btns {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .card-about-wrapper {
        padding: 1em;
    }

    .lists-book-categories {
        margin: 1rem;
    }

    .woocommerce-cart .product-quantity {
        width: 100% !important;

    }

    .vc_row.vc_column-gap-35 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .center * {
        text-align: center !important;
    }

    .woocommerce-cart .quantity.count {
        max-width: 120px;
        margin-left: auto;
    }

    /* .visualcomposerstarter .woocommerce {
        margin-right: 15px;
    } */

    .flex .wpb_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.mobile-image {
    display: none
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
    padding-top: 79% !important;
}

div.vc_custom_1701259045970 {
    padding-top: 0px !important;
}

@media (max-width:575px) {
    #search-filter-form-351 ul li li {
        display: flex;
        align-items: baseline;
    }

    .icon-right-quote {
        justify-content: space-between !important
    }

    .tabs {
        gap: 11px 20px !important;
        justify-content: center !important;
    }

    .woocommerce-cart-form__contents.ywsfl_table td:before {
        display: none !important;
    }

    .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label,
    .woocommerce-grouped-product-list-item__price {
        padding-right: 0;
    }

    .single-product .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity {
        padding-right: 0;
    }

    .single-product .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity {
        padding-bottom: 0px;

    }

    .horizontal-faq span.vc_tta-title-text {
        font-size: 21px;
    }

    .horizontal-faq .vc_tta-panel .vc_tta-panel-heading {
        position: relative !important
    }

    .horizontal-faq .vc_tta-panel .vc_tta-panel-heading::after {
        content: "+";
        position: absolute;
        top: -1px;
        left: 95%;
        font-size: 30px
    }

    .horizontal-faq .vc_tta-panel.vc_active .vc_tta-panel-heading::after {
        content: "-";
        position: absolute;
        top: -1px;
        left: 95%;
        font-size: 30px
    }

    .post-card {
        padding-top: 30px;
    }



    div.vc_custom_1680607999302 {
        padding-bottom: 140px !important;
        margin-bottom: 65px !important;
    }



    .section_faq .vc_active .vc_tta-panel-title {
        border-bottom: 1px solid #00416b !important
    }

    .vc_tta-panel-title {
        font-weight: 600;
    }

    .section_faq .vc_active .vc_tta-icon {
        filter: drop-shadow(0px 0px 5px #a7c6dd);
    }

    .m-d-none {
        display: none;
    }

    .right-side-info {
        padding: 30px 25px 30px 25px;
        gap: 10px;

    }

    .right-side-info p {
        margin-bottom: 0 !important;
    }

    .wps-rma-form__wrapper .wps-rma-product__table-wrapper thead tr.wps_rma_return_column {
        display: flex !important;
    }

    .wps-rma-form__wrapper .wps-rma-product__table-wrapper tr.wps_rma_return_column,
    .wps_wrma_cancel_column {
        align-items: flex-start !important;
    }

    .wps-rma-form__wrapper .wps-rma-product__table-wrapper tr .product-quantity {
        grid-column: 2/2;
    }

    .wps-rma-form__wrapper .wps-rma-product__table-wrapper tr .product-total {
        grid-column: 3/3;
    }

    .wps-rma-form__wrapper .wps-rma-product__table-wrapper tr.wps_rma_return_column,
    .wps_wrma_cancel_column {
        display: grid !important;
        grid-template-columns: 40px 1fr
    }

    .wps-rma-product__table tr td.product-name .wps-rma-product__wrap {
        flex-direction: row !important;
        gap: 3px;
        align-items: flex-start !important;
    }

    .wps-rma-product__table td.product-name .wps-rma-product__wrap .wps-rma__product-title {
        margin: 0px 0 0 0;
    }

    .mobile-image {
        display: block;
    }

    /* 	.summary.entry-summary form.cart .quantity.count{
		margin-right:100%;
	} */
    .summary.entry-summary form.cart button {
        max-width: 45%;
    }

    form.cart button.single_add_to_cart_button {
        margin-bottom: 24px !important;
    }

    .entry-summary h1.product_title.entry-title {
        font-size: 24px !important;
        line-height: 40px;
    }

    .single-product.woocommerce form.cart {
        margin-bottom: 0em !important;
    }

    .single-product .entry-summary {
        margin-bottom: 0px !important;
    }

    .text-center-block p,
    .wrapper-hero p,
    .text-center-block h2 {
        text-align: left !important;
    }

    .faq-btn {
        height: 90px;
        margin-bottom: 0px !important;
    }

    .faq-btn button {
        height: 90px;
        min-height: auto;
        font-size: 20px !important;

    }

    .cart_item .product-total {
        padding: 0 !important;
        text-align: center !important;
    }

    .cart_item .product-name {
        font-size: 18px;
        font-weight: 600 !important;
        padding: 0px !important;
    }

    .woocommerce-checkout .cart_item .product-name {
        font-size: 16px;

    }

    .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .wmc-product-desc .product-quantity {
        display: inline !important;
    }

    .woocommerce-checkout .woocommerce-Price-amount.amount,
    .woocommerce-checkout .woocommerce-Price-currencySymbol,
    .woocommerce-Price-currencySymbol {
        font-size: 16px !important;
    }

    .shop_table.woocommerce-checkout-review-order-table .product-name {
        width: 75% !important;
    }

    .shop_table.woocommerce-checkout-review-order-table .product-total {
        width: 25% !important;
        text-align: right !important;
        font-size: 16px !important;
    }

    .shop_table.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount.amount {
        text-align: right !important;
        font-size: 16px !important;
    }

    .woocommerce-form-coupon .form-row-last {
        position: relative;
    }

    .visualcomposerstarter .woocommerce .button[name=apply_coupon] {
        max-width: fit-content;
        height: auto;
    }

    .cart_item .product-image {
        width: auto !important;
    }

    .woocommerce-checkout-review-order-table .shop_table .cart_item .product-image img {
        max-width: 120px;
    }

    .shop_table .product-quantity {
        justify-content: center;
    }

    .visualcomposerstarter .woocommerce table.shop_table td.product-name {
        text-align: left;
        ;
    }

    .shop_table .cart_item {
        display: flex;
        /* flex-direction: column; */
        width: 100%;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #e9f2f7;
    }

    .resources-wrap {
        flex-direction: column;
        width: 100%;
        max-width: 100% !important;
        align-items: center;
    }

    .post_wrapper {
        max-width: 100% !important;
    }

    .resources-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .products-wrap {
        flex-direction: column;
    }

    ._product-price {
        width: 100%;
        text-align: center;
    }

    .btn-group form {
        width: 100%;
    }

    .top-bar .btn-group input {
        max-width: 100% !important;
        width: 100%;
    }

    .nav-bar {
        justify-content: space-between;
        width: 100%;
    }

    .top-bar li a {
        padding-right: 5px !important;
    }

    .btn,
    .btn-info,
    ._def-btn a,
    .add-to-cart,
    .button {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .logo-footer {
        max-width: 160px !important;
    }

    .img-testimonial {
        max-width: 100%;
        min-width: auto;
    }



    .right-side {
        flex-direction: column;
        width: 100%;
    }

    .btn_group {
        width: 100%;
    }

    .price_qty {
        order: -1;
    }

    .product_link {
        width: 100% !important;
        text-align: center;
    }


}

@media (max-width:320px) {
    .woocommerce-table--order-details.shop_table.order_details tfoot tr {
        min-width: 270px;
    }
}

@media (max-width: 1200px) {
    .col-md-6.this {
        padding-left: 15px !important;
    }

    th.woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method {
        width: 100px !important;
    }

    .woocommerce-PaymentMethod .button {
        font-size: 14px !important;
        white-space: break-spaces !important;
    }

    td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--default.payment-method-default,
    th.woocommerce-PaymentMethod.woocommerce-PaymentMethod--default.payment-method-default {
        display: none !important;
    }

    .visualcomposerstarter .woocommerce .woocommerce-MyAccount-downloads-file.button.alt {
        font-size: 16px;
        padding: 10px 15px !important;
    }

    .visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td {
        padding: 10px 5px !important;
    }

    .visualcomposerstarter .woocommerce table.shop_table {

        font-size: 14px !important
    }
}

@media (min-width: 1200px) {

    .navbar-nav .menu-item {
        padding-bottom: 10px
    }

    header li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        padding-bottom: 8px;
    }

    header li.menu-item-has-children:hover ul.sub-menu:hover ul.sub-menu {
        display: block;
    }

    /*     header li.menu-item-has-children:hover ul.sub-menu ul.sub-menu {
        display: none;
    } */

    .container {
        width: 1310px;
    }
}

.woocommerce-form.woocommerce-form-login.login {
    max-width: 750px;
    margin: 0 auto;
    border: none;
}

.woocommerce-form.woocommerce-form-login.login .form-row.form-row-first,
.woocommerce-form.woocommerce-form-login.login .form-row.form-row-last,
.woocommerce-form.woocommerce-form-login.login .form-row.form-row-last .password-input {
    width: 100%;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: inline-flex;
    width: fit-content;
    gap: 10px;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form__input.woocommerce-form__input-checkbox {
    width: auto;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    border-radius: 4px !important;
    padding: 16px 30px !important;
    order: 1;
}

.ywsfl-row .product-remove a {
    display: block;
    border: 2px solid #ccc !important;
    color: #ccc;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    font-size: 30px !important;
    line-height: 26px !important;
    text-decoration: none !important;
}

.ywsfl-row .product-remove a:hover {
    border: 2px solid red !important;
    color: red;
}

.woocommerce-table__product-name.product-name .order_again_product,
.woocommerce-table__product-name.product-name .next_product {
    font-weight: 400 !important;
    color: #00A1D7 !important;
    text-decoration: underline !important;
    padding-right: 10px;
    font-size: 12px !important;
}

.woocommerce-Button.button {
    border-radius: 8px !important;
}

.mark,
mark:not(.order-number, .order-date, .order-status) {
    font-size: 14px;
    display: flex;
    margin-top: 5px;
}

.woocommerce-button.button.pay {
    color: #fff !important
}

#search-filter-form-351 .sf-field-search {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0px !important;
}

.woocommerce-form.woocommerce-form-login.login .form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
}

.woocommerce-checkout .wpb_wrapper ul li {
    margin-left: 0px;
}

.wc_payment_method.payment_method_woocommerce_gateway_purchase_order,
.wc_payment_method.payment_method_cheque {
    padding-left: 2px;
}

.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 0 50px 0px;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.tab {
    cursor: pointer;
    font-size: 30px;
}

.tab.active {
    font-weight: 600;
    border-bottom: 2px solid
}



.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}

/*  TAB SECTION */
[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.tab-conten.search-page {
    padding-bottom: 120px;
}

.products-wrap {
    display: flex;
    gap: 40px;
    /* justify-content: space-between; */
    align-items: center;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 2px solid #e9f2f7;
}

.search-results-header span {
    background: #005f95;
    padding: 0px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 32px;
}

.archive-search .tab-section .tabs {
    background: #56A0D3;
    color: #fff;
    border-radius: 6px;
    justify-content: center;
    gap: 0px;

}

.archive-search .tab-section .tabs .tab {
    text-transform: capitalize;
    padding: 10px 40px;
    border-radius: 6px;
}

.archive-search .tab-section .tabs .tab.active {
    text-decoration: none;
    border-bottom: none;
    background: #005f95
}

.archive-search .tab-section .container_d {
    padding-inline: 0px;
}

.product-right-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

}

.product-left-cont .prodct-image img {
    max-width: 200px;
    height: auto;
}

.product-right-cont .product.add-to-cart {
    border: none;
    background-color: #FFAF16;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
}

._product-price::before {
    content: '$'
}

.product-right-cont>*>* {
    margin-bottom: 0px !important;
}

._product-price {
    font-weight: 600;
}

._product-name>* {
    font-size: 26px;
    font-weight: 600;
}

.group_data_post.page {
    padding-left: 20px;
}

.post_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 32%;
    gap: 24px;
}

._post-title a {
    color: #00406A;
    font-size: 23px;
    font-weight: 600;
}

.search-page .post-container,
.resources-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: unset;
}

.resources-wrap {
    display: flex;

    gap: 24px;
    max-width: 32%;
    padding-bottom: 24px;


}

.right-resources ._download-btn {
    margin-top: auto;
}

.left-resources img {
    max-width: 135px;
    height: auto;
}

.right-resources {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.res-title h3 {
    font-size: 23px;
    font-weight: 600;
}

.post_wrapper .post-img img {
    max-width: 100%;
    max-height: 270px;
    height: 100%;
    object-fit: cover;
}

.grecaptcha-badge {
    display: none !important;
}

.content-wrapper {
    min-height: 50vh;
}

.wc_payment_method.payment_method_authorize_net_cim_credit_card,
.payment_box.payment_method_authorize_net_cim_credit_card {
    padding-left: 20px !important;
}

.payment_box.payment_method_authorize_net_cim_credit_card p {
    font-size: 16px !important;
}

#ywsfl_general_content {
    display: none
}

.save_for_later #ywsfl_general_content {
    display: block;
}

ul.wc_payment_methods.payment_methods methods .payment_box.payment_method_authorize_net_cim_credit_card input {
    margin-left: 0px !important;
}

.eye-pass {
    position: absolute;
    top: calc(50% - 14px);
    right: 10px;
}

#password-reset-form input {
    width: 100%
}

#password-reset-form p>span:not(.eye-pass) {
    position: relative;
}

.woocommerce-order-details h2 strong {
    font-size: 23px
}

.form-field.form-field-wide {
    margin-bottom: 10px;
}

.active_btn {
    border: 2px solid #efae30 !important;
}

.visualcomposerstarter.woocommerce-account .woocommerce-Addresses address {
    line-height: 26px;
    font-size: 16px;
    font-style: normal;
}

.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.afform-row span {
    border-radius: 8px;
}

#aftax_status_field {
    display: flex;
    align-items: center;
}

#aftax_fileupload_field {
    border: none !important;
    padding: 10px 0px !important;
}

.visualcomposerstarter div.woocommerce-message,
.visualcomposerstarter div.woocommerce-info {
    font-size: 18px !important
}

.count.outofstock {
    background: transparent;
    color: red;
    width: 100%;
    max-width: 120px;
    padding: 0px;
}

.entry-summary h1.product_title.entry-title {
    text-align: left !important
}

.woocommerce-table--order-downloads td {
    width: 100% !important
}

.woocommerce-table__product-qty.product-qty {
    text-align: center;
}

.btn-cancel section.addresses {
    display: none !important
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions span.nobr,
.wps_rma_refund_form_wrapper .addresses {
    display: none !important;
}

.woocommerce table.shop_table td {
    line-height: 1;
}

.vc_section.vc_custom_1684748927023 {
    padding-top: 40px !important;
    padding-bottom: 0px !important
}

ul.children.hidden-child {
    display: none !important;
}

#search-filter-form-351 ul li li {
    display: flex;
    align-items: baseline;
}

.search .products-wrap .list-excerpt {
    font-size: 18px;
}

@media (min-width:993px) {
    .searchandfilter ul h4:after {
        display: none
    }
}

.optional {
    font-size: 16px !important
}

@media screen and (max-width: 768px) {
    body:not(.woocommerce-checkout) .cart-subtotal td {
        justify-content: space-between !important;
    }
}

@media (max-width:992px) {
    .woocommerce-cart .cart-subtotal td::before {
        font-size: 18px;
    }



    .woocommerce-cart .woocommerce {
        margin-bottom: 50px
    }

    .visualcomposerstarter .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
        padding: 5px !important
    }


    .right-side {
        flex-direction: column;
        width: 100%;
    }

    .book {
        flex-direction: column;
        padding: 0;
        padding-left: 0px !important;
    }

    .book .left-side {
        max-width: 100%;
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .searchandfilter ul li ul {
        /* 	opacity:0; */
        max-height: 0px;
        /* 	visibility:hidden; */
        transition: max-height 0.8s;
        overflow: hidden;
        cursor: pointer;
    }

    .js_composer_slider_item_content_wrapper {
        gap: 0px;
    }

    div.vc_custom_1683887167942 {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }





    .sf-option-active .children {
        max-height: 1000px;
        overflow: visible;
        display: block;
    }

}


.searchandfilter ul h4 {
    cursor: pointer;
    position: relative;
}

.searchandfilter ul h4:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 90%
}

.sf-field-reset h4:after {
    content: none;
    display: none;
}

.searchandfilter ul li ul.active {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
    overflow: hidden;
    transition: max-height 0.8s;
}

th.woocommerce-table__product-qty.product-qty {
    width: 55px !important;
}

.save_for_later *:has(.ywsfl_no_products_message) {
    opacity: 0;
    height: 0px !important
}



button[name="update_cart"]:not(:disabled) {
    background: #00416B !important;
    color: #fff !important;
}

.woocommerce-cart .woocommerce-error {
    display: none;
}

.wps-rma-form__wrapper .product-select img {
    margin: 0 auto;
    max-width: 25px;
    min-width: 25px;
}

/* mobile checkout */
@media (max-width: 575px) {
    .order_recive_new {
        width: 262px !important;
    }

    .wizard .steps li span.number {
        font-size: 10px;
        min-width: 17px;
        width: 17px;
        height: 17px;
        min-height: 17px;
        line-height: 18px;
    }

    .visualcomposerstarter .woocommerce form.checkout {
        margin-right: -15px;
        margin-left: -15px;
    }

    .checkout #wizard .content {
        padding: 0 11px;
    }

    .checkout .actions {
        padding-right: 11px;
    }

    .woocommerce-checkout-review-order .shop_table .cart_item {
        display: table-row;
    }

    .woocommerce-checkout-review-order .product-total {
        text-align: center;
    }

    .wizard>.steps a,
    .wizard>.steps a:active,
    .wizard>.steps a:hover {
        font-size: 12px;
    }

    .wizard.three-steps>.steps>ul>li {
        max-width: fit-content;
    }

    .wizard .steps li span.number {
        border: none !important;
    }
}

.wizard .steps li span.number {
    color: #fff;
    border-color: transparent !important;
}

.wizard>.steps li.disabled .number {
    background-color: #004369;
    border-color: #004369;
}

.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
    display: flex;
    font-weight: 500;
    border: none;
}

.wizard>.steps>ul>li.disabled {
    opacity: .5;
}

.wizard>.steps li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard>.steps li a::before {
    border: none;
}

.wizard .chc-line {
    width: 16px;
    height: 2px;
    background-color: #004369;
}

.wizard>.steps .number {
    margin: 0 10px 0 0;
}

.wizard>.steps ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 10px;
    background: #ebf2f7;
}

.wizard .steps li.done span.number {
    color: #004369 !important;
}

/* mobile cart */
@media (min-width: 1024px) {
    /* .shop_table.mobile {
        display: none;
    } */
}

@media (max-width: 10024px) {

    #ywsfl_general_content {
        padding-bottom: 39px;
        padding-top: 10px;
    }

    .woocommerce-cart-form__cart-item.mobile {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: normal;
        max-width: 575px;
        margin: 0 auto;
        padding: 15px 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
        line-height: 1.5;
    }

    .woocommerce-cart-form__cart-item.mobile:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .woocommerce-cart-form__cart-item.mobile .product-thumbnail {
        width: 25%;
        text-align: left;
    }

    .woocommerce-cart-form__cart-item.mobile .chc-cart-col-2 {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .woocommerce-cart-form__cart-item.mobile .chc-cart-col-1 {
        width: 17%;
        order: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: right;
    }

    .woocommerce-cart-form__cart-item.mobile .save_add_to_cart {
        background-color: transparent;
        padding: 0;
    }

    .woocommerce-cart .woocommerce-Price-amount.amount,
    .woocommerce-Price-currencySymbol {
        line-height: 1.5;
    }

    .woocommerce-cart-form__cart-item.mobile .product-remove img,
    .woocommerce-cart-form__cart-item.mobile .save_add_to_cart img {
        border-radius: 0;
        height: 24px;
    }

    .woocommerce-cart-form__cart-item.mobile .product-remove a {
        border: 0 !important;
        display: flex;
        align-items: end;
        justify-content: end;
    }

    .woocommerce-cart-form__cart-item.mobile .product-price {
        display: block !important;
        text-align: right;
    }
}

.product-type-grouped .list-heading__title span {
    font-size: 16px;
}

/* cart styles */
.col-image {
    flex: 1 0 120px;

}

.cart-about {
    flex: 1 0 190px;
}

.title-wrapper .button_remove::before {
    display: none;
}

.title-wrapper .button_remove img {
    border-radius: 0% !important;
}

.title-wrapper .button_remove {
    width: 18px;
    padding-left: 0px !important;
}

.button_remove img {
    height: 24px;
    width: 18px;
}

.col-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.mobile-cart .cart_item {
    display: grid;


}

.cart_item .title-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cart-about .saveforlater_button::after {
    display: none;
}

.mobile-cart .cart_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-top: 15px;

}

.mobile-cart .cart_item:first-child {
    border-top: 2px solid #e9f2f7;
}

.col-image {
    grid-area: 1 / 1 / 3 / 2;
    align-self: start;
}

.cart-about {
    grid-area: 1 / 2 / 2 / 4;
}

.col-action {
    grid-area: 2 / 2 / 3 / 4;
}

.col-action .quantity.count,
.col-action .quantity .qty {
    background-color: transparent !important;
}

.cart-about .saveforlater_button::before {
    background: url(./assets/icons/SFL.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 17px;
    top: calc(50% - 9px);
}

.cart-about .saveforlater_button {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.mobile-cart {
    margin-bottom: 40px;
}

.mobile-cart .actions button {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.visualcomposerstarter .woocommerce form .form-row input,
.visualcomposerstarter .woocommerce form .form-row textarea {
    font-size: 14px !important;
}

.woocommerce form .form-row .select2-container {
    width: 100% !important;

}

.woocommerce-checkout #shipping_state {
    border: none;
    height: 37px;
    margin-bottom: 0;
    font-weight: 400 !important;
}

.visualcomposerstarter .woocommerce table.shop_table .order-total td,
.visualcomposerstarter .woocommerce table.shop_table .order-total th {
    font-weight: 700 !important;
}

.woocommerce-form__input.woocommerce-form__input-checkbox[name="rememberme"] {
    width: auto !important;
}

.col-form-login {
    padding: 0 !important;
}

.woocommerce-form-coupon-toggle,
.col-form-login {
    max-width: 600px !important;
}

.billing_form_edit_front,
.buttonstyle,
.shipping_form_edit_fronts {
    background-color: var(--blue) !important;
}

.billing_model_close {
    background: var(--blue) !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.hint {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 5px;
    opacity: 0.7;
}

a.hidden-next {
    pointer-events: none;
    opacity: 0.5;
}

.btn-group.my_acc {
    width: 100%;
    align-items: center;
    margin-top: 10px;

}

.btn-group.my_acc a {
    margin-top: 0px !important;

}

.make_def {
    height: 50px !important;
    display: flex;
    align-items: center;

}

@media screen and (max-width: 575px) {
    .btn-group.my_acc a {
        width: 100%;
        text-align: center;
    }

    .download-file:before {
        display: none !important
    }
}

div.product-type-simple .out-of-stock {
    position: relative !important;
}

.showcoupon {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.vc_tta.vc_general .vc_tta-icon {
    display: inline-block !important;
    width: 20px;
}

@media(max-width:575px) {
    .return-to-shop {
        margin-bottom: 50px !important
    }

    .vc_tta.vc_general .vc_tta-icon {
        width: 45px;

    }

    .vc_tta.vc_general .vc_tta-icon::before {
        color: var(--blue);
    }
}

.product_image_block {
    text-align: center;
    margin-inline: auto;
}

.product_image_block a img {
    margin-inline: auto !important
}

@media(min-width:1257px) {

    #menu-menu>.menu-item-has-children:after {
        display: inline-block;
        position: initial;
        margin-top: -5px;

    }

    #menu-menu>.menu-item-has-children {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}



.single-product .btn.yellow {
    display: none;
}

.single-product form .btn.yellow {
    display: block;
}

.text-center-block {
    padding-bottom: 40px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    margin-bottom: 3px !important;
    width: 100%;
    max-width: 150px;
    margin-top: 3px !important;
    text-align: center;
}

.woocommerce-password-strength {
    margin-bottom: 0px !important
}

.woocommerce-Button.button {
    width: fit-content !important
}

.address_title {
    margin-top: 12% !important;
}

.woocommerce-checkout .woocommerce-order-details__title,
.woocommerce-checkout .shop_table.order_details {
    display: none !important
}

.woocommerce-Button.button {
    border: 1px solid !important;
}

.wps-rma-form__wrapper {
    margin-top: 60px;
}

@media(max-width:1200px) {
    .top-bar .btn-group a.btn {
        display: none;

    }

    .site-header .btn-group {
        display: flex !important;
        flex-direction: row !important;
        padding-top: 20px;
    }
}

.visualcomposerstarter.woocommerce-cart .woocommerce table.cart a.remove {
    width: fit-content
}

.shop_table.woocommerce-checkout-review-order-table .product-total {
    text-align: end;
}

.wiew-more-btn {
    color: #fff !important;
}

.saveforlater_button a:not(.add_saveforlater) {
    display: none !important
}

.woocommerce-table--order-details tfoot tr td,
.visualcomposerstarter .woocommerce .woocommerce-table--order-details tfoot tr th {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

@media(min-width:769px) {
    .visualcomposerstarter .woocommerce table.shop_table.woocommerce-MyAccount-paymentMethods td {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }
}

.wps_rma_refund_form_wrapper .wps-rma-subject__dropdown select {
    padding: 5px 5px 5px 5px;
}

@media only screen and (max-width: 3600px) and (min-width: 600px) {
    .tab-section .owl-dots {
        counter-reset: dots;
        text-align: center;
    }

    .tab-section .owl-dot:before {
        counter-increment: dots;
        content: counter(dots);
        margin: 0px 5px;
        /* padding: 5px; */
        font-size: 21px;
        line-height: 100%;
        color: #fff;
        text-align: center;
        line-height: 35px;
    }

    .tab-section .owl-dot span {
        display: none !important;
    }

    .tab-section .active:before,
    .tab-section .owl-dot:hover:before {
        color: #fff;
    }

    .tab-section .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        border-radius: 50%;
        background: #00416b !important;
        margin-left: 25px;
        margin-right: 25px;
        color: #fff;
        width: 35px;
        height: 35px;
    }

    .tab-section .owl-theme button.owl-dot.active {
        background: #56A0D3 !important;
    }
}

.title_owl {
    font-weight: 600;
    font-size: 40px;
    color: #00416B;
}

.title_owl span {
    font-weight: 600;
    font-size: 40px;
    color: #56A0D3;
}

.tab-section .icon-right-quote:before {
    display: none !important;
}

.owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tab-section .owl-carousel {
    padding-top: 55px;
}

@media(max-width:600px) {
    .tab-section .owl-carousel {
        padding-top: 0;
    }

    .title_owl {
        font-size: 30px;
        text-align: center;
    }

    .title_owl span {
        font-size: 30px;
    }

    .testimonial-text,
    .testimonial-author {
        font-size: 18px;
    }

    .tab-section a.btn.yellow {
        width: 150px !important;
    }

    .img-sebnitted {
        margin-bottom: 100px;
    }

    .tab-section .owl-dots {
        top: 360px;
    }

    .testimonial-tab-wrapper {
        margin-top: 0;
    }

    .tab-section .owl-theme .owl-dots .owl-dot.active span,
    .tab-section .owl-theme .owl-dots .owl-dot:hover span {
        background: #00416B;
    }

    .tab-section .owl-theme .owl-nav {
        top: 355px;
        position: absolute;
        z-index: 22;
        width: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .tab-section button.owl-prev {
        background-image: url(assets/images/Prev.svg) !important;
        background-repeat: no-repeat !important;
        width: 23px !important;
        height: 22px !important;
        border-radius: 0 !important;
        border: none !important;
        outline: none !important;
        float: left;

    }

    .tab-section button.owl-next {
        background-image: url(assets/images/next.svg) !important;
        background-repeat: no-repeat !important;
        width: 23px !important;
        height: 22px !important;
        border-radius: 0 !important;
        border: none !important;
        outline: none !important;
        float: right;
    }

    .tab-section button.owl-prev span {
        color: transparent !important;
    }

    .tab-section button.owl-next span {
        color: transparent !important;
    }
}

@media(max-width:395px) {
    .tab-section .owl-dots {
        top: 330px;
    }

    .tab-section .owl-theme .owl-nav {
        top: 325px;
    }
}

.navbar {
    background-color: #005f95;
}

header .text-info {
    background-color: #fff;
}

header .btn.transparent {
    background-color: transparent;
    color: #005f95;
    border: 1px solid #005f95;
}

.text-info .container_d {
    justify-content: space-between;
}

.text-info span {
    width: 50%;
    justify-content: right;
}

.text-info .btn-group {
    padding: 0;
}

.text-info .btn-group a {
    font-size: 15px !important;
    text-transform: none !important;
}

.text-info * {
    margin-top: 0 !important;
    color: #004369;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10.3px 0px;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 3px;
}

header .navbar .container_d {
    padding-bottom: 15px;
}

header .navbar-nav {
    padding-top: 0 !important;
}


.icon_person {
    height: 23px !important;
    border-radius: 0;
}

.navbar a.btn {
    background: transparent;
}

.icon_cart {
    height: 23px !important;
    border-radius: 0;
}

.btn-group.special_gap {
    gap: 10px;
}

.special_gap .btn {
    padding: 5px 10px;
}

.special_gap form {
    position: relative;
}

.special_gap form:before {
    content: "";
    position: absolute;
    background: url(assets/images/Search-blue.svg) no-repeat;
    width: 23px;
    left: 20px;
    top: 9px;
    z-index: 2;
    height: 20px;
}

.btn-group.mobile form {
    position: relative;
}

.navbar input {
    background-color: #fff !important;
    color: #005f95 !important;
}

.navbar input::placeholder {
    color: #005f95 !important;
}

.mini_logo {
    height: 0;
    visibility: hidden;
    opacity: 0;
    max-width: 61px !important;
    margin-top: 6px;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.mini_state .navbar-brand {
    flex: 0 0 5%;
    min-width: 70px;
}

.full_logo {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;

}

header a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.mini_state .full_logo {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.mini_state .mini_logo {
    height: auto;
    visibility: visible;
    opacity: 1;
}

header .text-info {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .01s ease;
    -o-transition: all .01s ease;
    transition: all .01s ease;
}

.mini_state header .text-info {
    height: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0 !important;
}

@media (max-width:365px) {
    .navbar .btn-group input {
        min-width: 130px !important;
        width: 130px !important;
    }

    .btn-group form {
        width: 135px !important;
    }
}