/*
Theme Name: Rawlplug Lietuva
Theme URI: https://rawlplug.lt/
Description: Unikali Rawlplug katalogo tipo svetainė, sukurta SeoRocket.lt komandos pagal individualius poreikius: pritaikytas produktų katalogas, kategorijų struktūra, filtravimas, prekių variacijos ir lietuviška vartotojo sąsaja.
Author: SeoRocket.lt komanda
Author URI: https://seorocket.lt/internetiniu-svetainiu-kurimas/
Version: 1.0
Template: rawplug
Text Domain: rawplug-child
*/
/* ===============================
   BASE RESET
   =============================== */

.menu,
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: system-ui, sans-serif;
    color: #234;
}

/* ===============================
   MENU / ACCORDION
   =============================== */

.menu ul {
    margin-left: 18px;
    border-left: 2px solid #e4e9f0;
    padding-left: 14px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    margin: 6px 0;
    border-radius: 10px;
    cursor: pointer;
    background: #f3f6fa;
    font-weight: 600;
    transition: 0.2s;
}

.title:hover {
    background: #eaf1f8;
}

.arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #2c4c7c;
    border-bottom: 2px solid #2c4c7c;
    transform: rotate(-45deg);
    margin-right: 10px;
}

.title>.arrow {
    margin-right: 10px;
}

.has-sub.open>.title .arrow {
    transform: rotate(45deg);
}

.count {
    margin-left: auto;
    font-weight: 500;
    color: #7b8aa0;
}

.menu li>ul>li:not(.has-sub) {
    padding: 8px 0 8px 16px;
    position: relative;
    color: #3a5d86;
}

.menu li>ul>li:not(.has-sub)::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #6b8bb3;
    position: absolute;
    left: 0;
    top: 34px;
}

.has-sub>ul {
    display: none;
}

.has-sub.open>ul {
    display: block;
}

/* ===============================
   DROPDOWN BASE
   =============================== */

.dropdown {
    position: relative;
}

.dropdown-toggle {
    width: 100%;
    height: 40px;
    border-radius: 28px;
    border: 1px solid #7fa0d6;
    background: #ffffff;
    padding: 0 18px;
    font-size: 14px;
    color: #1c2e4a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown .arrow {
    transform: rotate(45deg);
    transition: .2s;
}

.dropdown.open .arrow {
    transform: rotate(-135deg);
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 220px;
    background: #fff;
    border: 2px solid #8aa9ff;
    border-radius: 16px;
    padding: 8px 0;
    display: none;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 8px 16px;
    font-size: 14px;
    color: #2b4770;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background: #eef4ff;
}

.dropdown-menu li.active {
    background: #dbe7ff;
    border-radius: 12px;
    margin: 2px 10px;
}

/* ===============================
   RANGE DROPDOWN
   =============================== */

.dropdown-range .dropdown-menu {
    padding: 18px;
    width: 280px;
    border-radius: 18px;
}

.range-inputs {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.range-inputs label {
    font-size: 13px;
    color: #1c2e4a;
    margin-bottom: 4px;
    display: block;
}

.unit-input {
    display: flex;
    align-items: center;
    border: 1px solid #9db7ff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 14px;
}

.unit-input input {
    border: none;
    outline: none;
    width: 60px;
}

.unit-input span {
    margin-left: 6px;
    color: #6b7fa6;
}

.range-slider {
    width: 100%;
    margin: 16px 0;
}

.range-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clear-btn {
    background: none;
    border: none;
    color: #0b2a5b;
    font-weight: 600;
    cursor: pointer;
}

.apply-btn {
    background: #4c6fff;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 999px;
    cursor: pointer;
}

/* ===============================
   PAGE SIZE DROPDOWN
   =============================== */

.page-size-dropdown {
    position: relative;
    width: 80px;
}

/* ===============================
   SORT DROPDOWN
   =============================== */

.sort-dropdown {
    position: relative;
    min-width: 200px;
}

/* ===============================
   HEADER SEARCH "SEARCH BY" UI
   =============================== */

.sth-wrap-search .sth-search-by {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sth-wrap-search .sth-search-by .meta-by {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(285.99deg, #EDF3FE 13.61%, #F2F7FF 100%)
    border: 1px solid rgba(127, 160, 214, 0.55);
    cursor: pointer;
    user-select: none;
}

.sth-wrap-search .sth-search-by .label-search-by {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1;
    color: #1c2e4a;
    white-space: nowrap;
}

.sth-wrap-search .sth-search-by .label-search-by .by-content {
    font-weight: 600;
}

.sth-wrap-search .sth-search-by .search-by-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 240px;
    background: #fff;
    border: 2px solid #8aa9ff;
    border-radius: 18px;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    display: none;
}

.sth-wrap-search .sth-search-by.open .search-by-dropdown {
    display: block;
}

.sth-wrap-search .sth-search-by .search-by-option {
    appearance: none;
    border: 0;
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    font-size: 16px;
    color: #1c2e4a;
    cursor: pointer;
    text-align: left;
}

.sth-wrap-search .sth-search-by .search-by-option:hover {
    background: #eef4ff;
}

.sth-wrap-search .sth-search-by .search-by-dot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid #2b5fb8;
    position: relative;
    flex: 0 0 auto;
}

.sth-wrap-search .sth-search-by .search-by-option.is-active .search-by-dot::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #2b5fb8;
    border-radius: 999px;
}

/* ===============================
   CONTACT PAGE (CUSTOM TEMPLATE)
   =============================== */

.rp-contact {
    max-width: 1320px;
}

.rp-contact__sidebar {
    padding-top: 8px;
}

.rp-contact__navlink {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #0b2a5b;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 12px;
    border-radius: 14px;
}

.rp-contact__navlink:hover {
    background: #f3f6fa;
}

.rp-contact__navicon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid #9db7ff;
    display: grid;
    place-items: center;
    color: #0b2a5b;
    background: #fff;
}

.rp-contact__navlink--active .rp-contact__navicon {
    background: #0b2a5b;
    color: #fff;
    border-color: #0b2a5b;
}

.rp-contact__topbar {
    border-top: 1px solid #e4effb;
    border-bottom: 1px solid #e4effb;
    padding: 18px 0;
}

.rp-contact__topbar-inner {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 24px;
    align-items: center;
}

.rp-contact__logo img {
    max-height: 44px;
    width: auto;
}

.rp-contact__info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rp-contact__info-k {
    font-size: 12px;
    font-weight: 800;
    color: #0b2a5b;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rp-contact__info-v {
    font-size: 14px;
    color: #0b2a5b;
    font-weight: 600;
    margin-top: 6px;
}

.rp-contact__hero {
    margin-top: 26px;
    border-radius: 18px;
    min-height: 260px;
    background-image: linear-gradient(90deg, rgba(11, 42, 91, 0.9) 0%, rgba(11, 42, 91, 0.6) 52%, rgba(11, 42, 91, 0.0) 100%),
        url("https://rawlplug.lt/wp-content/uploads/2026/05/contact-hero.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 34px 40px;
    overflow: hidden;
}

.rp-contact__hero-text {
    max-width: 620px;
}

.rp-contact__hero-text > div:first-child {
    font-size: 16px;
    line-height: 1.4;
}

.rp-contact__hero-text .text-2xl,
.rp-contact__hero-text .lg\:text-4xl {
    font-size: 38px !important;
    line-height: 1.16 !important;
    letter-spacing: 0;
    max-width: 620px;
}

.rp-contact__dropzone {
    border: 2px solid #cfe0ff;
    background: #f3f7ff;
    border-radius: 18px;
    min-height: 260px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #0b2a5b;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
}

.rp-contact__consent {
    border-top: 1px solid #e4effb;
    padding-top: 14px;
}

.rp-contact__consent-summary {
    list-style: none;
    cursor: pointer;
}

.rp-contact__consent-summary::-webkit-details-marker {
    display: none;
}

@media (max-width: 1024px) {
    .rp-contact__topbar-inner {
        grid-template-columns: 1fr;
    }

    .rp-contact__info {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rp-contact__hero {
        padding: 24px 22px;
        min-height: 220px;
    }

    .rp-contact__hero-text .text-2xl,
    .rp-contact__hero-text .lg\:text-4xl {
        font-size: 30px !important;
        line-height: 1.18 !important;
    }
}

@media (max-width: 640px) {
    .rp-contact__hero {
        padding: 22px 18px;
        min-height: 210px;
        background-position: center;
    }

    .rp-contact__hero-text .text-2xl,
    .rp-contact__hero-text .lg\:text-4xl {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
}

/* ===============================
   APPROVALS & PUBLICATIONS (DETAILS)
   =============================== */

.rp-approvals__details > summary {
    list-style: none;
}

.rp-approvals__details > summary::-webkit-details-marker {
    display: none;
}

.rp-approvals__details .rp-approvals__chev {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.rp-approvals__details[open] .rp-approvals__chev {
    transform: rotate(-90deg);
}


.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 14px;
    border-radius: 999px;

    background: #ffffff;
    border: 1.5px solid #8aa9ff;

    font-size: 14px;
    font-weight: 500;
    color: #1c2e4a;

    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-chip:hover {
    background: #f0f5ff;
    border-color: #5f84ff;
}

.filter-chip::before {
    content: "Ć—";
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #1c2e4a;
}

.active-filters a {
    font-size: 14px;
    color: #1c2e4a;
    text-decoration: underline;
    cursor: pointer;
}

.active-filters a:hover {
    text-decoration: none;
}

.active-filters-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 26px 0;
    margin: 24px 0;

    border-top: 1px solid #8aa9ff;
    border-bottom: 1px solid #8aa9ff;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 14px;
    border-radius: 999px;

    background: #ffffff;
    border: 1.5px solid #8aa9ff;

    font-size: 14px;
    font-weight: 500;
    color: #1c2e4a;

    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-chip::before {
    content: "Ć—";
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.filter-chip:hover {
    background: #f0f5ff;
    border-color: #5f84ff;
}

.pagination-wrapper {
    display: none;
}

.sort-dropdown .dropdown-menu {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sort-dropdown .dropdown-menu {
    scrollbar-width: thin;
}

.sort-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.sort-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px;
}

.sort-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}



.pagination-arrow {
    display: block;
    fill: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.pagination-prev {
    transform: rotate(180deg);
}

.pagination-next {
    transform: rotate(0deg);
}

html {
    scroll-behavior: smooth;
}

.product-section {
    scroll-margin-top: 140px;
    margin-bottom: 80px;
}
.category-list {
    border: 1px solid #dbe7fb;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
}

.category-list ul {
    list-style: none;
    margin: 0;
}

.category-list__item,
.category-list__subitem,
.category-list__subitem-child {
    display: block;
    min-width: 0;
}

.category-list__header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background-color: #F8F9FB;
    padding: 9px 10px;
    border-radius: 6px;
    margin: 2px 0;
    min-width: 0;
}

.category-list__item--expanded > .category-list__header {
    background-color: #edf4ff;
}

.category-list__sublist .category-list__header {
    padding-left: 10px;
}

.category-list__title {
    flex: 1;
    min-width: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: #003366;
}

.category-list__sublist .category-list__title {
    font-size: 15px;
}

.category-list__title a,
.category-list__text a {
    display: block;
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.category-list__title a:hover,
.category-list__text a:hover {
    color: #0b63ce;
}

.category-list__toggle svg {
    fill: none !important;
    transition: .25s ease-in-out all;
}

.category-list__count {
    font-size: 13px;
    color: #7285B4;
    font-weight: normal;
}

.woocommerce .category-list__count,
.woocommerce .subcategory-count,
.woocommerce .category-count-text,
.woocommerce .woocommerce-result-count,
.woocommerce mark.count,
.product-category mark.count {
    display: none !important;
}

.category-list__sublist,
.category-list__sublist-child {
    border-left: 1px solid #dbe7fb;
    margin-left: 16px;
    padding: 4px 0 6px 12px;
}

.category-list__subitem {
    font-size: 15px;
    font-weight: 700;
    color: #003366;
}

.category-list__subitem-child {
    color: #003366;
    font-size: 14px;
    font-weight: 400;
}

.category-list__subitem-child::before {
    content: none;
    display: none;
}

.category-list__text {
    display: block;
    min-width: 0;
    padding: 7px 10px;
    border-radius: 6px;
    line-height: 1.3;
}

.category-list__text:hover {
    background-color: #f4f7fd;
}

.breadcrumbs-list li {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.breadcrumbs-list li::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTNMMTEgOUw3IDUiIHN0cm9rZT0iIzAwMzM2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 .25rem;
}

.breadcrumbs-list li:last-child::after {
    display: none;
}

.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.subcategory-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 1px solid #A3BBEE;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.subcategory-card:hover {
    border-color: #2f6df6;
    transform: translateY(-3px);
}

.subcategory-image {
    max-width: 106px;
    aspect-ratio: 106/80;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subcategory-image img {
    max-width: 100%;
    max-height: 100%;
}

.subcategory-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.subcategory-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.125;
}

.subcategory-count {
    font-size: 12px;
    line-height: 1.125;
    color: #000;
}

.btn--svgicon {
    fill: none !important;
}

.btn.btn--sm {
    padding-top: .575rem;
    padding-bottom: .575rem;
    border-width: 1px;
}

.js--target:not(.is-open) {
    display: none;
}

button.category-list__toggle {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.category-list__toggle.is-active svg {
    transform: rotate(180deg);
}

.category-card {
    border: 1px solid #A3BBEE;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category-card-img {
    max-width: 106px;
    aspect-ratio: 106 / 80;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.category-card-img img {
    max-width: 100%;
    max-height: 100%;
}

.category-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #003366;
}

.dots-listing {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dots-listing li {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.125;
}

.dots-listing li::before {
    content: "";
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    max-width: 4px;
    margin: 0 5px;
    background-color: #7285B4;
}

.dots-listing li a {
    text-decoration: none;
    color: #003366;
}

.dots-listing li a:hover {
    color: #000;
}

.hidden-cat,
.hidden-subcat {
    display: none !important;
}

.svgicon svg,
.btn__svgicon svg {
    fill: none !important;
}

.show-more-btn {
    font-size: 14px;
    color: #003366;
    margin-top: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.category-loader {
    text-align: center;
    margin-top: 24px;
    color: #003366;
    font-size: 14px;
}



/* PRODUCT CARD */
.product-card {
    border: 1px solid #A3BBEE;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-card-title {
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #003366;
}

.product-card__head {
    position: relative;
}

.product-card__body {
    flex: 1;
}

.product-card-media {
    aspect-ratio: 270/142;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-card-media a {
    display: block;
    height: 100%;
    width: 100%;
}

.product-card-media img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.product-card-info .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-card-info .list li {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
    color: #7E7E7E;
    font-size: 13px;
}

.product-card-info .list li span {
    color: #000000;
}

.product-card-additional {
    position: absolute;
    border: 1px solid #D5DFE5;
    border-radius: 4px;
    padding: 5px;
    top: -10px;
    right: -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    color: #003366;
    max-width: 72px;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
}

.product-card-additional .icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card-additional .details span {
    font-weight: 700;
    display: block;
}

.popup-view.active .content-pp-view{
	padding: 20px 25px;
	border-radius: 12px;
}
.popup-view {
  display: none;
}
.popup-view.active{
	 width: 89%;
    display: flex !important;
    justify-content: center;
    position: absolute;
    top: -64%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.popup-view.active:active{
	content: "";
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: #003366b3;
} 
 .content-pp-view{
	background-color: #ffffff;
	max-width: 768px;
	 margin: 0 20px;
    width: 100%;
} 
.video-popup {
    display: none;
	position: fixed;
    top: 0;
    left: 0;
    background: #036;
    width: 100%;
    height: 100vh;
    z-index: 99;
}
.video-popup .box-ct-video{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.video-popup .box-ct-video .close-btn{
	fill: #ffffff;
    position: absolute;
    right: 20px;
    top: 20px;

}
.tabs {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
	justify-content: center;
}

.tab {
    background: none;
    border: none;
    padding: 0px 0;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
  transition: background 0.3s ease;
}

.tab.active {
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(to right, #036, #2b77c4);
}
.tab.active .tab-ct-right{
  background: #f3f4f600;
}
.tab.active .tab-ct-right p{
	color: #ffffff;
}
.tab.active .tab-ct-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #036, #2b77c4);
    mix-blend-mode: overlay;
    pointer-events: none; 
}
.tab:hover .tab-ct-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #036, #2b77c4);
    mix-blend-mode: overlay;
    pointer-events: none; 
}
.tab:hover{
  background: linear-gradient(to right, #036, #2b77c4);
}
.tab:hover .tab-ct-right{
  background:#f3f4f600;
}
.tab:hover .tab-ct-right p{
  color: #ffffff;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.tabs .tab-ct-left{
  position: relative;
  padding: 40px 28px;
  display: flex;
  align-items: center;
  min-height: 33vh;
  max-width: 36vh;

}
.tabs .tab-ct-left img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.tabs .tab-ct-left h2{
  color: #ffffff;
  position: relative;
  margin: 0px;
  text-align: start;
}
.tabs .tab-ct-right{
  padding: 40px 28px;
  max-width: 34vh;
  background:#f3f4f6;
  
}
.tabs .tab-ct-right p{
  text-align: start;
  margin: 0px;
 
}
.container-cs-hl{
  max-width: 1464px;
  padding: 40px 32px;
  margin: 0 auto;
}
.tabs .line-right:last-child{
  display: none;
}
.tab-content .tab-ct-drop{
  display: flex;
  justify-content: space-between;
  gap: 40px;
	padding: 40px 0px;
}
.tab-content .content-text p{
  margin: 0px;
}
.tab-content .content-text h2{
  margin: 0px 0px 40px 0px;
}
.tab-content .content-text{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 550px;
}
#contact-id-1,
#contact-id-2 {
    scroll-margin-top: 160px; 
}
.container-refen{
	max-width: 1384px;
    padding: 0 32px;
    margin: auto;
	margin-bottom: 40px;
}
.posts-wrap-refence{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 44px;
}
.post-refence .thumb a{
	display: block;
}
.post-refence .thumb{
	margin-bottom: 20px;
}
.post-refence .content-box .text p{
	font-size: .875rem;
	line-height: 1.5rem;
	color: #036;
}
.post-refence .content-box .text .title{
	margin-bottom: 12px;
}
.post-refence .content-box {
	display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}
.filter-box .filter-left select{
    height: 3rem;
    margin-right: 8px;
    border: 1px solid rgba(158, 186, 242, 1);
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.15s cubic-bezier(.4, 0, .2, 1);
}
.filter-box .filter-right label [type=checkbox] {
    border-radius: 4px;
    height: 1.875rem;
    width: 1.875rem;
    border-width: 2px;
    border-color: #ff8a00;
}
.post-refence a:hover svg g{
	fill: #ffffff;
}
.a-hover-refence:hover svg g {
    fill: #ffffff;
}
.a-hover-white:hover svg g {
    fill: #003366;
}
.template-tpl-reference .pagination{
	display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    gap: 20px;
    color: #036;
    font-size: 14px;
    border: #9ebaf2 1px solid;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 24px;
}
@media(max-width: 1200px){
  .tabs .tab-ct-right{
    display: none;
  }
}
@media(max-width: 767px){
	.tabs .tab-ct-left {
		min-height: 24vh;
	}
	.tab-content .tab-ct-drop {
		gap: 20px;
		flex-direction: column;
		padding: 20px 0px;
	}
	.tab-content .content-text {
		gap: 20px;
		max-width: 100%;
	}
	.tab-content .content-text h2 {
		margin: 0px 0px 10px 0px;
	}
	.posts-wrap-refence {
    	grid-template-columns: repeat(1, 1fr);
		gap: 44px;
	}
	.page-template-tpl-r-kf2 .swipper-slider-hl .swiper-slide{
		width: 190px !important;
}
	.page-template-tpl-r-kf2 .swiper {
		overflow: unset !important;
	}
	.popup-view.active{
	 width: 100%;
    display: flex !important;
    justify-content: center;
    position: absolute;
    top: -188%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
}
@media (max-width: 450px) {
    .tabs .tab-ct-left {
        min-height: 18vh;
    }
	.tabs {
		gap: 10px;
	}
}


.hero-slider-controls {
    padding: 4px 10px;
    border-radius: 8px;
}

.slider-counter {
    letter-spacing: 1px;
    font-size: 0.875rem;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
	color: #fff;
}

.swiper-button-prev-custom:hover::after,
.swiper-button-next-custom:hover::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border: 2px solid white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-progress {
    min-width: 50px;
}

.hero-progress-active {
    transition: width 0.5s linear;
}

@media (min-width: 1366px) {
    .xl\:w-1\/2 {
        width: 70% !important;
    }
}
@media(min-width:1366px){
.xl\:mt-8 {
    margin-top: 1.5rem !important;
}
}
.background-mobile:before {
    content: "";
    background: linear-gradient(0deg, #003366, transparent);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.background-mobile:after {
    content: "";
    background: linear-gradient(0deg, transparent, #00336661);
    position: absolute;
    inset: 0;
}
.h-18{height:4.5rem}

.popup-global {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.popup-global.active {
    display: flex;
}

.popup-inner {
    background: #fff;
    padding: 50px;
    width: 90%;
    max-width: 420px;
    border-radius: 12px;
    position: relative;
    text-align: center;
}

.close-popup {
    position: absolute;
    top: .75rem;
    right: 1.25rem;
    background: none;
    border: 0;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}
@media screen and (max-width: 1023px) {
    .sth-menu-open-mb {
        align-items: end!important;
    }
}

.filter-box{
    gap:1rem;
}
@media (max-width:767px) {
    .filter-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
.filter-left {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 768px) {
	.filter-box .filter-left select{
		width:100%;
	}
}

#video-frame iframe {
    aspect-ratio: 16 / 9;
}

#text-desc p {
   text-align: center;
}
img.h-18.w-18.rounded-full.text-white.inline-block {
    filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
    .sth-footer-bottom {
        flex-direction: column !important;
        text-align: center;
        gap: 10px;
    }

    .footer-bottom-text {
        justify-content: center;
		font-size: 16px;
    }

    }

.logo_foot {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    width: 130px;
    margin-top: -6px;
}
.background-mobile[data-v-afed5968] {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .background-mobile[data-v-afed5968] {
        height: 425px;
    }
}
@media screen and (max-width: 767px) {
    .content-mobile[data-v-afed5968] {
        padding-top: 208px;
    }
}
@media screen and (max-width: 767px) {
.background-mobile:after{display: none;}
}

.border-l {
    border-left-width: 0px !important;
}
button.single_add_to_cart_button.button.alt {
display: none !important;
}
.fontmref a p.text-primary {
	font-size: .875rem !important;
    line-height: 1.25rem !important;
}

.result-search-header {
    background: #eee;
}
.single-product [data-el="app-breadcrumbs"] {
    align-items: center;
    gap: 0;
    color: #111827;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    white-space: nowrap;
}

.single-product [data-el="app-breadcrumbs"] li {
    display: inline-flex;
    align-items: center;
    color: #111827 !important;
}

.single-product [data-el="app-breadcrumbs"] li::after {
    content: "" !important;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 .55rem;
    background: no-repeat center / 1rem 1rem url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m6 3.5 4.5 4.5L6 12.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    vertical-align: middle;
}

.single-product [data-el="app-breadcrumbs"] li:last-child::after {
    display: none;
}

.single-product [data-el="app-breadcrumbs"] a {
    color: inherit;
    transition: color .2s ease;
}

.single-product [data-el="app-breadcrumbs"] a:hover {
    color: #003366;
}

.single-product [data-el="app-breadcrumbs"] li:first-child a {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background: no-repeat center / 1.125rem 1.125rem url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M2.75 8.15 9 3l6.25 5.15v6.1a.75.75 0 0 1-.75.75h-3.25v-4.25h-4.5V15H3.5a.75.75 0 0 1-.75-.75v-6.1Z' stroke='%234B5563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
    .single-product .relative:has(> [data-el="app-breadcrumbs"]) {
        overflow-x: auto;
    }

    .single-product [data-el="app-breadcrumbs"] {
        display: flex;
        width: max-content;
        min-width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-bottom: .125rem;
    }

    .single-product [data-el="app-breadcrumbs"] li {
        display: inline-flex;
    }
}
   .product.type-product h2.woocommerce-loop-product__title {
        font-size: 1.4375rem;
        line-height: 2.0625rem;
    }
.rp-contact__hero {
    background-image: linear-gradient(90deg, rgba(11, 42, 91, 0.92) 0%, rgba(11, 42, 91, 0.66) 52%, rgba(11, 42, 91, 0.08) 100%),
        url(https://rawlplug.lt/wp-content/uploads/2026/05/contact-hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 18px;
}
