@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//agitera.svetaine.eu/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
	font-display:fallback;
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,66,155);
	--wd-alternative-color: rgb(0,52,119);
	--btn-default-bgcolor: rgb(0,66,155);
	--btn-default-bgcolor-hover: rgb(0,52,119);
	--btn-accented-bgcolor: rgb(0,66,155);
	--btn-accented-bgcolor-hover: rgb(0,52,119);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #075ebf;
	--notices-success-color: #ffffff;
	--notices-warning-bg: #e33c1a;
	--notices-warning-color: #ffffff;
	--wd-link-color: #000000;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 190px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #003477;
	background-image: none;
	background-repeat: repeat;
	background-size: cover;
	background-position: center top;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #ffffff;
}

/* Vienodas produktų paveikslėlių rėmelis */
.wd-product .product-element-top .product-image-link {
    height: 240px;              /* pasireguliuok aukštį – 220–260 px dažniausiai tinka */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pats paveiksliukas – be apkirpimo, tik sutalpinamas */
.wd-product .product-element-top .product-image-link img {
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain !important;  /* nebekerpa */
}
.wd-entities-title a {
    color: inherit;
    font-size: 10px;
}
.wd-filter-list .count {
    border: 1px solid rgb(255 255 255) !important;
}
.tabs-layout-accordion .wd-scroll-content {
    max-height: 3250px !important;
}
/*
.product_title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    --page-title-display: block;
    color: #00429B !important;
    font-weight: 600 !important;
    border-bottom: 5px solid;
    padding-bottom: 20px;
}*/
.wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon) {
    border: 2px solid rgb(0 66 155)  !important;
}
.wd-page-title .title {

    display: none  !important;
}
nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information {
    display: none !important;
}
.wd-gallery-item {
    position: relative;
    overflow: hidden;
}

/* Shine layer */
.wd-gallery-item::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: rotate(25deg);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none; /* ← svarbiausia, neblokuoja zoom */
    z-index: 2;
}

/* Shine animation */
.wd-gallery-item:hover::before {
    top: -20%;
    left: -20%;
    opacity: 1;
}

/* Ensure the image stays interactive */
.wd-gallery-item img {
    position: relative;
    z-index: 1;
    transition: transform .4s ease;
}
/* Subkategorijos ant nuotraukos overlay */
/* ============================================
   KATEGORIJŲ KORTELĖS – MODERN OVERLAY
   ============================================ */
/* ============================================
   WOODMART CATEGORY CARDS – TVARKINGAS VARIANTAS
   Pagrindinė kategorija + subkategorijos po ja
   ============================================ */
/* CATEGORY CARD */
/* Išjungiam overlay nuo visos kortelės */
/* ============================================
   WOODMART CATEGORY CARDS – PREMIUM VERSION
   ============================================ */

/* =========================================================
   WOODMART CATEGORY CARDS – PREMIUM FINAL VERSION
   ========================================================= */

/* CARD */
.wd-cat {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* IMAGE WRAP */
.wd-cat .wd-cat-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* IMAGE */
.wd-cat img {

    transition:
        transform .6s ease,
        filter .4s ease;

    filter:
        saturate(1.05)
        contrast(1.02);
}

/* IMAGE HOVER */
.wd-cat:hover img {

    transform: scale(1.04);

    filter:
        saturate(1.12)
        contrast(1.04);
}

/* =========================================================
   PREMIUM OVERLAY ONLY ON IMAGE
   ========================================================= */

.wd-cat::after {
    display: none !important;
}

.wd-cat .wd-cat-thumb::after {

    content: "";

    position: absolute;

    inset: 0;

    z-index: 2;

    background:

        radial-gradient(
            circle at top left,
            rgba(0,66,155,0.22) 0%,
            transparent 38%
        ),

        radial-gradient(
            circle at bottom right,
            rgba(0,40,120,0.18) 0%,
            transparent 35%
        ),

        linear-gradient(
            180deg,
            rgba(0,40,95,0.10) 0%,
            rgba(0,40,95,0.05) 28%,
            rgba(0,40,95,0.35) 68%,
            rgba(0,40,95,0.72) 100%
        );

    pointer-events: none;
}

/* =========================================================
   CONTENT AREA
   ========================================================= */

.wd-cat .wd-cat-content {

    position: absolute !important;

    inset: 0 !important;

    z-index: 10 !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: flex-start !important;

    justify-content: flex-start !important;

    padding: 38px 44px !important;

    pointer-events: none;
}

/* CLICKABLE LINKS */
.wd-cat .wd-cat-content a {
    pointer-events: auto;
}

/* =========================================================
   MAIN CATEGORY TITLE
   ========================================================= */

.wd-cat .wd-cat-header {

    position: relative !important;

    z-index: 15 !important;

    display: block !important;

    width: auto !important;

    height: auto !important;

    margin: 0 0 18px 0 !important;

    padding: 0 !important;
}

.wd-cat .wd-cat-header h3,
.wd-cat .wd-cat-header a {

    color: #ffffff !important;

    font-size: 30px !important;

    line-height: 1.1 !important;

    font-weight: 800 !important;

    text-transform: uppercase;

    letter-spacing: 0.02em;

    opacity: 1 !important;

    text-shadow:
        0 4px 18px rgba(0,0,0,0.55),
        0 2px 8px rgba(0,0,0,0.35);
}

/* =========================================================
   SUBCATEGORY BOX
   ========================================================= */

.wd-cat .wd-cat-footer,
.wd-cat .wd-cat-footer.wd-scroll-content {

    position: relative !important;

    z-index: 15 !important;

    display: inline-flex !important;

    flex-direction: column !important;

    align-items: flex-start !important;

    width: fit-content !important;

    max-width: 95% !important;

    height: fit-content !important;

    min-height: unset !important;

    max-height: unset !important;

    overflow: visible !important;

    flex: 0 0 auto !important;

    align-self: flex-start !important;
/*
    background:

        linear-gradient(
            135deg,
            rgba(0,66,155,0.88),
            rgba(0,40,95,0.82)
        );
*/
	    background:
        linear-gradient(
            135deg,
     rgba(0,66,155,0.50),
rgba(0,40,95,0.45)
        ) !important;
   /* backdrop-filter: blur(10px);*/

    border: 1px solid rgba(255,255,255,0.14);

    border-radius: 12px;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.06);

    padding: 22px 34px !important;

    opacity: 0;

    visibility: hidden;

    transform: translateY(-8px);

    transition:
        opacity .3s ease,
        transform .3s ease;

    pointer-events: auto;
}

/* SHOW SUBCATEGORIES */
.wd-cat:hover .wd-cat-footer,
.wd-cat:hover .wd-cat-footer.wd-scroll-content {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}

/* =========================================================
   SUBCATEGORY LIST
   ========================================================= */

.wd-cat .wd-cat-sub-menu {

    display: flex !important;

    flex-direction: column !important;

    align-items: flex-start !important;

    margin: 0 !important;

    padding: 0 !important;

    width: max-content !important;

    max-width: 100% !important;

    height: auto !important;

    min-height: unset !important;

    max-height: unset !important;

    overflow: visible !important;
}

/* SUBCATEGORY ITEM */

.wd-cat .wd-cat-sub-menu li {

    display: block !important;

    list-style: none;

    margin: 0 0 14px 0 !important;

    padding: 0 !important;

    width: auto !important;

    height: auto !important;

    min-height: unset !important;
}

.wd-cat .wd-cat-sub-menu li:last-child {
    margin-bottom: 0 !important;
}

/* SUBCATEGORY LINK */

.wd-cat .wd-cat-sub-menu li a {

    display: inline-block !important;

    width: auto !important;

    color: rgba(255,255,255,0.96) !important;

    font-size: 15px !important;

    line-height: 1.4 !important;

    font-weight: 500 !important;

    padding: 0 !important;

    text-shadow:
        0 2px 10px rgba(0,0,0,0.45);

    transition: all .25s ease;
}

/* SUBCATEGORY HOVER */

.wd-cat .wd-cat-sub-menu li a:hover {

    color: #ffffff !important;

    padding-left: 5px !important;
}

/* =========================================================
   FIX WOODMART HEIGHT ISSUES
   ========================================================= */

.wd-cat .wd-cat-content,
.wd-cat .wd-cat-footer,
.wd-cat .wd-cat-footer *,
.wd-cat .wd-cat-sub-menu,
.wd-cat .wd-cat-sub-menu li {

    min-height: unset !important;

    max-height: unset !important;
}

/* FULL CARD LINK */

.wd-cat .wd-fill {

    position: absolute !important;

    inset: 0 !important;

    z-index: 4 !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .wd-cat .wd-cat-content {
        padding: 26px 28px !important;
    }

    .wd-cat .wd-cat-header h3,
    .wd-cat .wd-cat-header a {
        font-size: 22px !important;
    }

    .wd-cat .wd-cat-footer {
        padding: 18px 22px !important;
    }

    .wd-cat .wd-cat-sub-menu li a {
        font-size: 14px !important;
    }
}
nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information {
    display: none !important;
}
/* Nesenai peržiūrėtų produktų paveikslėlių sumažinimas */
.widget_recently_viewed_products .product_list_widget img,
.widget_recently_viewed_products img {
    width: 80px !important;
    height: auto !important;
    max-width: 80px !important;
}

.widget_recently_viewed_products .product_list_widget li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_title {
    font-size: 24px;
}
#flags {
    width: 65px !important;
}
.wd-post .wd-post-meta {
    display: none !important;
}
.wd-shop-tools .woocommerce-ordering.wd-style-underline select {
    display: none !important;
}
/* Straipsnių sąrašo pavadinimas */
.wd-post-title a,
.wd-entities-title a {
    font-size: 18px !important;
    line-height: 1.35;
    font-weight: 600;
}

/* Agitera: kosmetinis esamų WoodMart ir WPBakery elementų stilius */
.wd-product .product-element-top { border: 0; border-radius: 0; background: #fff; }

.wd-cat, .wd-cat .wd-cat-thumb { border-radius: 8px; }
.wd-cat .wd-cat-header { padding-left: 16px !important; border-left: 4px solid #fff; }
.wd-cat .wd-cat-header h3, .wd-cat .wd-cat-header a { text-transform: none; letter-spacing: 0; }
.wd-shop-sidebar .widget-area { border-radius: 8px; box-shadow: none; border-color: #dbe5f4; }
.footer-container .widget-title { color: #fff !important; background: transparent; border: 0; padding: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,.22); }

/* Agitera: naujas pradžios puslapis ir navigacija */
.agitera-header-tagline {font-size:15px;line-height:1.5;color:#48586d;text-align:left;}
.agitera-header-contact {text-align:right;font-size:14px;line-height:1.7;margin-right:16px;}
.whb-header-bottom .wd-nav-main>li>a {font-size:14px;letter-spacing:.02em;border-radius:0!important;background:transparent!important;}
.whb-header-bottom .wd-nav-main>li>a:hover,.whb-header-bottom .wd-nav-main>li.current-menu-item>a {color:#fff!important;background:rgba(255,255,255,.08)!important;}
.whb-header-bottom .wd-nav-main>li>a .nav-link-text:after {background:#fff!important;height:2px;}
.whb-header-bottom .wd-dropdown-menu {border-top:3px solid #00429b;border-radius:0 0 6px 6px;}
.agitera-hero {background:#f2f6fc;margin:24px 0 48px!important;border-radius:10px;overflow:hidden;}
.agitera-hero>.vc_column_container>.vc_column-inner {padding:0!important;}
.agitera-hero-copy>.vc_column-inner>.wpb_wrapper {padding:48px 42px;}
.agitera-eyebrow {color:#00429b;font-size:12px;font-weight:700;letter-spacing:.16em;margin-bottom:20px!important;}
.agitera-hero-title h1 {font-size:clamp(32px,3.4vw,52px);line-height:1.08;letter-spacing:-.035em;color:#17304c;margin:0 0 24px;}
.agitera-hero-description {font-size:16px;line-height:1.7;color:#526176;max-width:580px;}
.agitera-hero-copy .wd-button-wrapper {margin:10px 10px 0 0!important;}
.agitera-hero-visual .wpb_single_image,.agitera-hero-visual .vc_single_image-wrapper,.agitera-hero-visual .vc_figure,.agitera-hero-visual .wpb_wrapper,.agitera-hero-visual .vc_column-inner {height:100%;margin-bottom:0;}
.agitera-hero-visual img {width:100%;height:100%;min-height:480px;object-fit:cover;border-radius:0!important;}
.agitera-directions,.agitera-recommended {margin-bottom:48px!important;}
.agitera-directions .wd-cat img {height:260px!important;width:100%;object-fit:cover;}
.agitera-directions .wd-cat .wd-cat-header {border:0!important;padding-left:0!important;}
.agitera-directions .wd-cat .wd-cat-header a {font-size:28px!important;}
.agitera-partner {padding:30px 22px;margin:0 0 48px!important;background:#f2f6fc;border-left:4px solid #00429b;}
.agitera-partner img {max-width:180px;}
.agitera-partner .wpb_text_column {margin-bottom:0;line-height:1.8;}
.agitera-information h2 {font-size:25px;margin-top:30px;}
.agitera-information {max-width:1040px;margin:0 auto 48px!important;}
@media(max-width:1024px){.agitera-hero-copy>.vc_column-inner>.wpb_wrapper{padding:32px 26px;}.agitera-hero-visual img{min-height:430px;}.agitera-hero-title h1{font-size:38px;}}
@media(max-width:767px){.agitera-hero{margin:12px 0 32px!important;}.agitera-hero-copy>.vc_column-inner>.wpb_wrapper{padding:30px 22px;}.agitera-hero-title h1{font-size:34px;}.agitera-hero-description{font-size:15px;}.agitera-hero-visual img{height:260px;min-height:0;}.agitera-hero-copy .wd-button-wrapper{display:block;margin:10px 0 0!important;}.agitera-hero-copy .btn{width:100%;}.agitera-directions .wd-cat img{height:230px!important;}.agitera-directions .wd-cat .wd-cat-header a{font-size:23px!important;}.agitera-directions,.agitera-recommended{margin-bottom:32px!important;}.agitera-partner{padding:24px 12px;margin-bottom:32px!important;}.agitera-partner img{max-width:140px;margin-bottom:20px;}.agitera-information h2{font-size:22px;}}

.home .wd-page-title{display:none;}
.home .wd-content-layout{padding-top:0;}
@media(max-width:767px){.agitera-hero-title h1{font-size:30px;}.agitera-hero-copy>.vc_column-inner>.wpb_wrapper{padding:26px 20px;}.agitera-hero-description{margin-bottom:18px;}}

@media(max-width:767px){.page-id-35 .vc_custom_1765215108756{padding:24px 20px 0!important;}}

.agitera-hero-visual .vc_figure,.agitera-hero-visual .vc_single_image-wrapper{display:block;width:100%;}
@media(max-width:767px){.agitera-recommended .wd-product .product-element-top .product-image-link{height:180px;}}
@media (min-width: 1025px) {
	/* ============================================
   PRODUKTŲ IMAGE
   ============================================ */

.wd-product .hover-img {
    width: auto;
    height: 226px;
    object-fit: contain;
}

/* ============================================
   CONTENT TOP PADDING
   ============================================ */

.wd-content-layout {
    padding-top: 10px !important;
}

/* ============================================
   SIDEBAR – CLEAN WHITE CARD
   ============================================ */

.wd-shop-sidebar .widget-area {
    background: #ffffff !important;

    border: 1px solid #E5E7EB;

    border-radius: 14px;

    padding: 30px !important;

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.06),
        0 2px 8px rgba(15, 23, 42, 0.04);

    position: relative;
}

/* ============================================
   SIDEBAR TEKSTAI
   ============================================ */

.wd-shop-sidebar .widget-area,
.wd-shop-sidebar .widget-area li,
.wd-shop-sidebar .widget-area span,
.wd-shop-sidebar .widget-area a {
    color: #334155 !important;
}

/* ============================================
   WIDGET TITLE
   ============================================ */

.widgettitle,
.widget-title,
.wd-shop-sidebar .widget-title,
.wd-shop-sidebar h5.widget-title {
    color: #00429B !important;

    margin-bottom: 22px;

    border: 1px solid #E5E7EB;

    padding: 12px 14px;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    border-radius: 6px;

    background: #F8FAFC;
}

/* ============================================
   LINKAI
   ============================================ */

.wd-shop-sidebar .widget-area a {
    color: #334155 !important;
    transition: all .25s ease;
}

.wd-shop-sidebar .widget-area a:hover {
    color: #00429B !important;
    padding-left: 4px;
}

/* ============================================
   ACTIVE KATEGORIJA
   ============================================ */

.wd-shop-sidebar .current-cat > a,
.wd-shop-sidebar .current-menu-item > a,
.wd-shop-sidebar .current-cat-parent > a {
    color: #00429B !important;
    font-weight: 700;
}

/* ============================================
   CATEGORY ARROWS
   ============================================ */

.wd-shop-sidebar .children-opener {
    color: #00429B !important;
    fill: #00429B !important;
}

/* ============================================
   CHECKBOXAI
   ============================================ */

.wd-shop-sidebar .wd-checkboxes-on li a:before {
    content: "";

    width: 16px;

    height: 16px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    border: 2px solid #CBD5E1 !important;

    border-radius: 3px;

    margin-right: 8px;

    background: #ffffff !important;

    transition: all 0.2s ease;
}

/* HOVER CHECKBOX */

.wd-shop-sidebar .wd-checkboxes-on li:hover a:before {
    border-color: #00429B !important;
}

/* ACTIVE CHECKBOX */

.wd-shop-sidebar .wd-checkboxes-on li.wd-active a:before {
    border-color: #00429B !important;
    background: #00429B !important;
}

/* ============================================
   KAINOS SLIDERIS
   ============================================ */

.price_slider_wrapper .ui-slider {
    background: #E5E7EB !important;
}

.price_slider_wrapper .ui-slider-range {
    background: #00429B !important;
}

.price_slider_wrapper .ui-slider-handle {
    background: #ffffff !important;

    border: 2px solid #00429B !important;

    width: 14px;

    height: 14px;

    margin-top: -4px;
}

/* KAINOS TEKSTAS */

.price_slider_amount,
.price_slider_amount * {
    color: #334155 !important;
}

/* ============================================
   MYGTUKAI
   ============================================ */

.wd-shop-sidebar .button,
.wd-shop-sidebar .button.alt {
    background: #00429B !important;

    border-color: #00429B !important;

    color: #ffffff !important;

    border-radius: 6px;

    padding: 8px 22px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.05em;
}

/* HOVER BUTTON */

.wd-shop-sidebar .button:hover,
.wd-shop-sidebar .button.alt:hover {
    background: #003477 !important;

    border-color: #003477 !important;
}

/* ============================================
   CATEGORY SCROLL
   ============================================ */

:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
    max-height: 1090px !important;
}

/* tab mygtukao */
/* Accordion / tabs style */

/* Woodmart product desktop tabs */

/* PRODUCT TABS - AGITERA STYLE */

.single-product .wd-nav-tabs.wd-style-underline{
    gap: 10px;
    border-bottom: 1px solid #dfe5ec;
    padding-bottom: 2px;
}

/* Default tab */
.single-product .wd-nav-tabs.wd-style-underline > li > a{
    padding: 14px 22px;
    border-radius: 12px 12px 0 0;
    background: #f4f7fa;
    color: #5f6b7a;
    font-weight: 500;
    transition: all .25s ease;
}

/* Hover */
.single-product .wd-nav-tabs.wd-style-underline > li > a:hover{
    background: #e9f0f7;
    color: #00429B;
}

/* Active */
.single-product .wd-nav-tabs.wd-style-underline > li.active > a,
.single-product .wd-nav-tabs.wd-style-underline > li.wd-active > a{
    background: #00429B;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,66,155,0.18);
}

/* Remove underline */
.single-product .wd-nav-tabs.wd-style-underline > li.active > a:after,
.single-product .wd-nav-tabs.wd-style-underline > li.wd-active > a:after{
    display: none;
}

/* Content area */
.single-product .woocommerce-Tabs-panel{
    background: #fff;
    border-radius: 0 14px 14px 14px;
    padding: 28px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Accordion / tabs style */

.wd-accordion .wd-accordion-item{
    margin-bottom: 14px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

/* Hover */
.wd-accordion .wd-accordion-item:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

/* Title */
.wd-accordion .wd-accordion-title{
    background: #f8f9fb;
    padding: 18px 22px;
    font-weight: 600;
    transition: all .25s ease;
}

/* Active item */
.wd-accordion .wd-accordion-item.wd-active{
    border-color: #00429B;
    box-shadow: 0 10px 30px rgba(0,66,155,0.08);
}

/* Active title */
.wd-accordion .wd-accordion-item.wd-active .wd-accordion-title{
    background: linear-gradient(135deg,#00429B,#00429B);
    color: #fff;
}

/* Arrow */
.wd-accordion .wd-accordion-item.wd-active .wd-accordion-opener{
    color: #fff;
}

/* Content */
.wd-accordion .woocommerce-Tabs-panel{
    background: #fff;
    padding: 24px;
    border-top: 1px solid rgba(0,0,0,0.05);
}
}

@media (min-width: 577px) and (max-width: 767px) {
	@media (max-width: 768px){

    .wd-accordion .wd-accordion-item{
        margin-bottom: 12px;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }

    .wd-accordion .wd-accordion-title{
        background: #f7f8fa;
        padding: 16px 18px;
        transition: all .3s ease;
    }

    .wd-accordion .wd-accordion-item.wd-active .wd-accordion-title{
        background: #00429B;
        color: #fff;
    }

    .wd-accordion .wd-accordion-item.wd-active .wd-accordion-opener{
        color: #fff;
    }

    .wd-accordion .woocommerce-Tabs-panel{
        background: #fff;
        padding: 18px;
    }

}
}

@media (max-width: 576px) {
	.alignright {
    float: none !important;
}
@media (max-width: 768px){

    .wd-accordion .wd-accordion-item{
        margin-bottom: 12px;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }

    .wd-accordion .wd-accordion-title{
        background: #f7f8fa;
        padding: 16px 18px;
        transition: all .3s ease;
    }

    .wd-accordion .wd-accordion-item.wd-active .wd-accordion-title{
        background: #00429B;
        color: #fff;
    }

    .wd-accordion .wd-accordion-item.wd-active .wd-accordion-opener{
        color: #fff;
    }

    .wd-accordion .woocommerce-Tabs-panel{
        background: #fff;
        padding: 18px;
    }

}
}

