/* Широкий экран: сведённые стили десктопного шаблона.
   Собрано из: addons.css, site-main.css, layout.css, template.css, joomla.css, vm_major.css
   Файл собирается скриптом _tools/pm_build_css.php - править надо исходники. */


/* ==================== css/addons.css ==================== */
/* Joomla по умолчанию подключала templates/system/css/system.css и general.css.
   Живыми из них были только эти правила - системные сообщения, подсказки,
   подписи к картинкам и подсветка непрошедшего проверку поля. Перенесены сюда,
   в самое начало (там же они были и в старом порядке). Остальное - редактор,
   отладка, openid, .button2-* и .page - на сайте не встречается (27.09.2026). */

#system-message {
margin-bottom:10px;
padding:0;
}
#system-message dt {
font-weight:700;
}
#system-message dd {
font-weight:700;
text-indent:30px;
margin:0;
}
#system-message dd ul {
color:#05B;
margin-bottom:10px;
list-style:none;
border-top:3px solid #84A7DB;
border-bottom:3px solid #84A7DB;
padding:10px;
}
#system-message dd.error ul {
color:#c00;
background-color:#E6C0C0;
border-top:3px solid #DE7A7B;
border-bottom:3px solid #DE7A7B;
}
#system-message dd.notice ul {
color:#c00;
background:#EFE7B8;
border-top:3px solid #F0DC7E;
border-bottom:3px solid #F0DC7E;
}
#system-message dt.message,#system-message dt.error,#system-message dt.notice {
display:none;
}
.invalid {
border-color:red;
}
label.invalid {
color:red;
}
div.tooltip {
float:left;
background:#ffc;
border:1px solid #D4D5AA;
max-width:200px;
z-index:13000;
padding:5px;
}
div.tooltip h4 {
font-size:95%;
font-weight:700;
margin:-15px 0 0;
padding:15px 0 5px;
}
div.tooltip p {
font-size:90%;
margin:0;
}
.img_caption.left,.caption.left {
float:left;
margin-right:1em;
}
.img_caption.right,.caption.right {
float:right;
margin-left:1em;
}
.img_caption.left p,.caption.left p {
clear:left;
text-align:center;
}
.img_caption.right p,.caption.right p {
clear:right;
text-align:center;
}
.img_caption,.caption {
text-align:center!important;
}
.img_caption.none,.caption.none {
margin-left:auto;
margin-right:auto;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
outline:0;
font-size:100%;
background:transparent;
margin:0;
padding:0;

}

body {
line-height:1;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:'';
}

ul {
list-style:none;
}

:focus {
outline:0;
}

ins {
text-decoration:none;
}

del {
text-decoration:line-through;
}

table {
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
}

* html .clearfix {
height:1%;
}

html[xmlns] .clearfix {
display:block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clear,.divider {
clear:both;
}

.no-display {
display:none!important;
}

.nowrap,.nobr {
white-space:nowrap!important;
}

.no-border {
border:0!important;
}

.no-padding {
padding:0!important;
}

.no-margin {
margin:0!important;
}

.v-top {
vertical-align:top;
}

.v-middle {
vertical-align:middle;
}

.v-bottom {
vertical-align:bottom;
}

.a-left {
text-align:left;
}

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

.a-right {
text-align:right;
}

.left {
float:left;
}

.right {
float:right;
}

.auto-width {
width:auto;
}

html {
min-height:100%;
/*border-bottom:1px solid transparent;*/
}

.gk_unvisible {
height:1px!important;
left:-10000px!important;
overflow:hidden!important;
position:absolute!important;
top:auto!important;
width:1px!important;
}


/* ==================== css/site-main.css ==================== */
/* PROSTO UI v2 — базовые токены и адаптивная навигация */
:root {
    --pm-purple: #6f1db5;
    --pm-purple-2: #8426cf;
    --pm-purple-dark: #351055;
    --pm-orange: #f57a22;
    --pm-text: #17152f;
    --pm-muted: #72758a;
    --pm-border: #e7e4ed;
    --pm-soft: #f7f4fb;
    --pm-white: #fff;
    --pm-radius-sm: 9px;
    --pm-radius: 13px;
    --pm-radius-lg: 18px;
    --pm-shadow: 0 18px 48px rgba(27, 17, 44, .16);
}

body.pm-nav-lock {
    overflow: hidden;
    touch-action: none;
}

.pm-nav,
.pm-nav * {
    box-sizing: border-box;
}

.pm-nav {
    position: relative;
    z-index: 210;
    color: var(--pm-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    -webkit-text-size-adjust: 100%;
}

.pm-nav a {
    color: inherit;
    text-decoration: none;
}

.pm-nav button {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: none;
    font: inherit;
    cursor: pointer;
    touch-action: manipulation;
}

.pm-nav [hidden] {
    display: none !important;
}

.pm-nav__overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(13, 9, 19, .72);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease;
}

.pm-nav__panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 88vw;
    max-width: 420px;
    height: 100vh;
    height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: var(--pm-white);
    box-shadow: var(--pm-shadow);
    transform: translate3d(-104%, 0, 0);
    transition: transform .22s ease;
}

.pm-nav.is-open .pm-nav__overlay {
    opacity: 1;
    visibility: visible;
}

.pm-nav.is-open .pm-nav__panel {
    transform: translate3d(0, 0, 0);
}

.pm-nav__mobile-head,
.pm-nav__subhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 11px 18px;
    background: var(--pm-white);
}

.pm-nav__mobile-head {
    position: -webkit-sticky;
    position: sticky;
    z-index: 4;
    top: 0;
    padding-top: max(11px, env(safe-area-inset-top));
}

.pm-nav__logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.pm-nav__logo img {
    display: block;
    width: auto;
    max-width: 184px;
    height: 42px;
    object-fit: contain;
}

.pm-nav__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    font-size: 31px !important;
    font-weight: 300;
    line-height: 1;
}

.pm-nav__close:hover,
.pm-nav__close:focus-visible {
    background: var(--pm-soft);
}

.pm-nav__primary {
    padding: 0 18px 18px;
}

.pm-nav__mobile-intro {
    margin: 0 0 18px;
    color: var(--pm-muted);
    font-size: 14px;
    line-height: 1.42;
}

.pm-nav__menu-block {
    padding: 5px 0;
}

.pm-nav__menu-block + .pm-nav__menu-block {
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--pm-border);
}

.pm-nav__primary-item--desktop-only {
    display: none;
}

.pm-nav__primary-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 5px 8px !important;
    border-radius: 11px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.pm-nav__primary-item:hover,
.pm-nav__primary-item:focus-visible {
    background: #faf8fc;
}

.pm-nav__primary-item--home {
    color: var(--pm-purple) !important;
    background: linear-gradient(90deg, #f4edfb 0%, #faf7fd 100%);
    font-weight: 600;
}

.pm-nav__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 11px;
    flex: 0 0 34px;
    color: #24143e;
}

.pm-nav__primary-item--home .pm-nav__item-icon {
    color: var(--pm-purple);
}

.pm-nav__item-icon svg,
.pm-nav-types__choice-icon svg,
.pm-nav__constructor-icon svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pm-nav__primary-text {
    min-width: 0;
    flex: 1 1 auto;
}

.pm-nav__primary-text--desktop {
    display: none;
}

.pm-nav__chevron,
.pm-nav__back-arrow {
    display: inline-block;
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-top: 1.8px solid currentColor;
    border-right: 1.8px solid currentColor;
}

.pm-nav__primary-item > .pm-nav__chevron {
    margin: 0 5px 0 auto;
}

.pm-nav__chevron {
    transform: rotate(45deg);
}

.pm-nav__back-arrow {
    margin-right: 11px;
    transform: rotate(-135deg);
}

.pm-nav__constructor-card {
    display: flex;
    align-items: flex-start;
    margin: 18px 0 2px;
    padding: 17px 16px;
    border: 1px solid #eee5f7;
    border-radius: var(--pm-radius-lg);
    color: var(--pm-purple-dark) !important;
    background: linear-gradient(135deg, #fbf8ff 0%, #f1e7fb 100%);
}

.pm-nav__constructor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: 13px;
    flex: 0 0 46px;
    color: var(--pm-purple);
}

.pm-nav__constructor-icon svg {
    width: 34px;
    height: 34px;
}

.pm-nav__constructor-copy {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
}

.pm-nav__constructor-copy strong,
.pm-nav__constructor-copy small,
.pm-nav__constructor-copy > span {
    display: block;
}

.pm-nav__constructor-copy strong {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.3;
}

.pm-nav__constructor-copy small {
    margin-bottom: 11px;
    color: var(--pm-muted);
    font-size: 12.5px;
    line-height: 1.35;
}

.pm-nav__constructor-copy > span {
    padding: 9px 12px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(90deg, var(--pm-purple), var(--pm-purple-2));
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.pm-nav__subpanel {
    min-height: 100%;
    padding: 0 18px 26px;
    background: var(--pm-white);
}

.pm-nav__subhead {
    position: -webkit-sticky;
    position: sticky;
    z-index: 4;
    top: 0;
    margin: 0 -18px;
    padding-top: max(11px, env(safe-area-inset-top));
    border-bottom: 1px solid var(--pm-border);
}

.pm-nav__back {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 5px !important;
    color: #686a7b !important;
    text-align: left;
    font-size: 14px !important;
}

.pm-nav__panel-heading {
    margin: 19px 0 15px;
}

.pm-nav__panel-title {
    margin: 0;
    color: #18163c;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
}

.pm-nav__panel-heading p {
    margin: 5px 0 0;
    color: var(--pm-muted);
    font-size: 13px;
}

.pm-nav--audience-detail [data-pm-panel="types"] > .pm-nav__panel-heading {
    display: none;
}

.pm-nav--subpanel .pm-nav__mobile-head,
.pm-nav--subpanel .pm-nav__primary,
.pm-nav--subpanel .pm-nav__mobile-footer {
    display: none;
}

.pm-nav__mobile-footer {
    padding: 18px 18px 22px;
    padding-bottom: max(22px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--pm-border);
}

.pm-nav__social-title {
    margin-bottom: 11px;
    color: var(--pm-muted);
    font-size: 13px;
}

.pm-nav__social {
    display: flex;
    align-items: center;
}

.pm-nav__social a + a {
    margin-left: 12px;
}

.pm-nav__social a,
.pm-nav__social img {
    display: block;
    width: 36px;
    height: 36px;
}

.pm-nav__copyright {
    margin-top: 17px;
    color: #8b8d9c;
    font-size: 11.5px;
    line-height: 1.45;
}

.pm-nav__loading,
.pm-nav__error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    color: var(--pm-muted);
    font-size: 14px;
}

.pm-nav__spinner {
    width: 26px;
    height: 26px;
    margin-right: 11px;
    border: 3px solid var(--pm-border);
    border-top-color: var(--pm-purple);
    border-radius: 50%;
    animation: pm-nav-spin .7s linear infinite;
}

.pm-nav__retry {
    min-height: 42px;
    padding: 0 18px !important;
    border: 1px solid var(--pm-purple) !important;
    border-radius: var(--pm-radius-sm);
    color: var(--pm-purple) !important;
}

/* Каталог товаров: выбор аудитории — мобильные баннеры */
.pm-nav-types__chooser {
    padding-bottom: 2px;
}

.pm-nav-types__choice {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 104px;
    margin-bottom: 10px !important;
    padding: 12px 44% 12px 16px !important;
    overflow: hidden;
    border: 1px solid rgba(28, 21, 62, .05) !important;
    border-radius: 16px;
    text-align: left;
    isolation: isolate;
}

.pm-nav-types__choice::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.14) 100%);
}

.pm-nav-types__choice--10 { background: linear-gradient(105deg, #edf3ff 0%, #f8faff 100%) !important; }
.pm-nav-types__choice--20 { background: linear-gradient(105deg, #fff0f5 0%, #fff8fb 100%) !important; }
.pm-nav-types__choice--30 { background: linear-gradient(105deg, #f2edff 0%, #faf8ff 100%) !important; }
.pm-nav-types__choice--40 { background: linear-gradient(105deg, #edfbed 0%, #f8fff8 100%) !important; }
.pm-nav-types__choice--50 { background: linear-gradient(105deg, #fff7e6 0%, #fffdf7 100%) !important; }

.pm-nav-types__choice-copy {
    position: relative;
    z-index: 2;
    display: block;
    min-width: 0;
    width: 100%;
}

.pm-nav-types__choice-copy strong,
.pm-nav-types__choice-copy small {
    display: block;
}

.pm-nav-types__choice-copy strong {
    color: #17163c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.01em;
}

.pm-nav-types__choice-copy small {
    max-width: 190px;
    margin-top: 5px;
    color: #687086;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.30;
}

.pm-nav-types__choice-visual {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.pm-nav-audience-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 82px;
    object-fit: contain;
    object-position: right bottom;
}

.pm-nav-types__choice > .pm-nav__chevron {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 14px;
    margin: -5px 0 0;
    color: #1d2350;
}

.pm-nav-types__panels {
    display: none;
}

.pm-nav-types--detail .pm-nav-types__chooser {
    display: none;
}

.pm-nav-types--detail .pm-nav-types__panels {
    display: block;
}

.pm-nav-types__panel-head {
    margin: 3px 0 8px;
}

.pm-nav-types__back {
    display: none;
}

.pm-nav-types__title {
    margin: 0 0 12px;
    color: #18163c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

/* Группы основ на мобильном — аккордеон без лишнего уровня навигации */
.pm-nav-group {
    border-bottom: 1px solid var(--pm-border);
}

.pm-nav-group__toggle {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    text-align: left;
}

.pm-nav-group__title {
    min-width: 0;
    flex: 1 1 auto;
    color: #55566a;
    font-size: 16px;
    font-weight: 580;
    line-height: 1.25;
}

.pm-nav-group__toggle .pm-nav__chevron {
    margin: 0 6px 0 12px;
    color: var(--pm-purple);
    transform: rotate(135deg);
}

.pm-nav-group.is-open .pm-nav-group__toggle .pm-nav__chevron {
    transform: rotate(-45deg);
}

.pm-nav-group:not(.is-open) .pm-nav-group__items {
    display: none;
}

.pm-nav-group__items {
    padding: 0 0 7px 13px;
}

.pm-nav-leaf {
    border-top: 1px solid #efedf2;
}

.pm-nav-leaf > a {
    display: flex;
    align-items: center;
    min-height: 43px;
    padding: 6px 8px;
    color: #224caf;
    font-size: 14px;
    line-height: 1.28;
}

.pm-nav-leaf > a:hover,
.pm-nav-leaf > a:focus-visible,
.pm-nav-tree__link:hover,
.pm-nav-tree__link:focus-visible {
    color: var(--pm-purple);
}

/* Каталог принтов */
.pm-nav-tree,
.pm-nav-tree__children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pm-nav-tree__item {
    margin: 0;
}

.pm-nav-tree__row {
    display: flex;
    align-items: stretch;
    min-height: 55px;
    border-bottom: 1px solid var(--pm-border);
}

.pm-nav-tree__link {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
    padding: 8px 8px 8px 4px;
    color: #272542;
    font-size: 16px;
    line-height: 1.25;
}


.pm-nav-tree__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    flex: 0 0 44px;
    color: var(--pm-purple) !important;
}

/* У дерева принтов стрелка показывает именно состояние аккордеона:
   вниз — можно раскрыть, вверх — раздел уже открыт. */
.pm-nav-tree__toggle .pm-nav__chevron {
    transform: rotate(135deg);
}

.pm-nav-tree__toggle[aria-expanded="true"] .pm-nav__chevron {
    transform: rotate(-45deg);
}

.pm-nav-tree__children {
    padding-left: 18px;
    border-left: 2px solid #f2edf7;
}

.pm-nav-tree__children .pm-nav-tree__row {
    min-height: 45px;
}

.pm-nav-tree__children .pm-nav-tree__link {
    padding-left: 8px;
    font-size: 14px;
}

.pm-nav__discount {
    margin-left: 5px;
    color: #d3002f;
    font-size: .84em;
    font-weight: 700;
}

.pm-nav button:focus-visible,
.pm-nav a:focus-visible {
    outline: 2px solid var(--pm-purple);
    outline-offset: 2px;
}

@keyframes pm-nav-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 380px) {
    .pm-nav__panel { width: 92vw; }
    .pm-nav__mobile-head,
    .pm-nav__subhead { padding-left: 14px; padding-right: 14px; }
    .pm-nav__primary,
    .pm-nav__subpanel,
    .pm-nav__mobile-footer { padding-left: 14px; padding-right: 14px; }
    .pm-nav__subhead { margin-left: -14px; margin-right: -14px; }
    .pm-nav__logo img { max-width: 166px; height: 39px; }
    .pm-nav-types__choice { min-height: 96px; padding: 10px 42% 10px 14px !important; }
    .pm-nav-types__choice-copy strong { font-size: 19.5px; }
    .pm-nav-types__choice-copy small { margin-top: 4px; font-size: 12.5px; line-height: 1.28; }
    .pm-nav-types__choice-visual { right: 20px; width: 40%; height: 100%; }
    .pm-nav-audience-image { max-height: 76px; }
}

@media (max-width: 340px) {
    .pm-nav-types__choice { min-height: 92px; padding-right: 40% !important; }
    .pm-nav-types__choice-copy strong { font-size: 18.5px; }
    .pm-nav-types__choice-copy small { font-size: 12px; }
    .pm-nav-types__choice-visual { right: 18px; width: 38%; }
    .pm-nav-audience-image { max-height: 72px; }
}

/* Desktop: тот же DOM превращается в компактную навигацию + mega-menu */
@media (min-width: 1024px) {
    body.pm-nav-lock { overflow: auto; touch-action: auto; }

    .pm-nav {
        z-index: 120;
        border-top: 1px solid #eeeaf1;
        border-bottom: 1px solid #e7e3ea;
        background: #fff;
    }

    .pm-nav__overlay,
    .pm-nav__mobile-head,
    .pm-nav__mobile-footer,
    .pm-nav__subhead,
    .pm-nav__mobile-intro,
    .pm-nav__constructor-card,
    .pm-nav__primary-item--mobile-only,
    .pm-nav__primary-text--mobile,
    .pm-nav__item-icon--mobile,
    .pm-nav__chevron--mobile,
    .pm-nav-types__panel-head {
        display: none !important;
    }

    .pm-nav__panel {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: none;
        height: auto;
        overflow: visible;
        box-shadow: none;
        transform: none;
        transition: none;
    }

    .pm-nav__primary {
        display: flex;
        align-items: center;
        max-width: 1480px;
        margin: 0 auto;
        padding: 0 28px;
    }

    .pm-nav__menu-block {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .pm-nav__menu-block + .pm-nav__menu-block {
        margin-top: 0;
        margin-left: 2px;
        padding-top: 0;
        border-top: 0;
    }

    .pm-nav__primary-item--desktop-only {
        display: inline-flex;
    }

    .pm-nav__primary-item {
        width: auto;
        min-height: 47px;
        padding: 0 15px !important;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
    }

    .pm-nav__primary-item + .pm-nav__primary-item {
        margin-left: 2px;
    }

    .pm-nav__primary-item:hover,
    .pm-nav__primary-item:focus-visible,
    .pm-nav__primary-item[aria-expanded="true"] {
        color: var(--pm-purple);
        background: var(--pm-soft);
    }

    .pm-nav__primary-item--constructor {
        color: #8b3f08;
        background: #fff5ec;
    }

    .pm-nav__primary-item--constructor:hover,
    .pm-nav__primary-item--constructor:focus-visible {
        color: #713004;
        background: #ffead9;
    }

    .pm-nav__primary-text--desktop {
        display: inline;
    }

    /* Service links live in the same desktop navigation row.
       Their icons/arrows stay mobile-only to keep the desktop bar compact. */
    .pm-nav__menu-block--info .pm-nav__primary-item {
        color: #343047;
    }

    .pm-nav__menu-block--info .pm-nav__primary-item:hover,
    .pm-nav__menu-block--info .pm-nav__primary-item:focus-visible {
        color: var(--pm-purple);
    }

    .pm-nav__primary-item--contacts {
        cursor: pointer;
    }

    .pm-nav__primary-item--reviews .pm-nav__count {
        min-width: 22px;
        height: 19px;
        margin-left: 6px;
        padding: 0 5px;
        border-radius: 10px;
        font-size: 10.5px;
    }

    .pm-nav__primary-item .pm-nav__chevron {
        width: 7px;
        height: 7px;
        margin: -4px 0 0 7px;
        transform: rotate(135deg);
    }

    .pm-nav__subpanel {
        position: absolute;
        z-index: 20;
        top: 100%;
        left: 0;
        width: 100%;
        min-height: 0;
        max-height: 72vh;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 22px 36px 28px;
        border-top: 1px solid var(--pm-border);
        background: #fff;
        box-shadow: 0 20px 42px rgba(31, 20, 46, .12);
    }

    .pm-nav__panel-heading {
        max-width: 1480px;
        margin: 0 auto 17px;
    }

    .pm-nav__panel-title {
        font-size: 20px;
    }

    .pm-nav__panel-heading p {
        display: none;
    }

    .pm-nav__ajax {
        max-width: 1480px;
        margin: 0 auto;
    }

    .pm-nav-types {
        display: flex;
        align-items: flex-start;
    }

    .pm-nav-types__chooser {
        width: 310px;
        margin-right: 30px;
        padding: 0 26px 0 0;
        flex: 0 0 310px;
        border-right: 1px solid var(--pm-border);
    }

    /* Desktop audience selector: same visual language as mobile,
       but compressed so all five banners fit comfortably in the mega-menu. */
    .pm-nav-types__choice,
    .pm-nav-types__choice--10,
    .pm-nav-types__choice--20,
    .pm-nav-types__choice--30,
    .pm-nav-types__choice--40,
    .pm-nav-types__choice--50 {
        min-height: 76px;
        margin: 0 0 8px !important;
        padding: 10px 42% 10px 14px !important;
        overflow: hidden;
        border: 1px solid rgba(28, 21, 62, .06) !important;
        border-radius: 14px !important;
        isolation: isolate;
    }

    .pm-nav-types__choice::after {
        display: block;
        width: 46%;
    }

    .pm-nav-types__choice:last-child {
        margin-bottom: 0 !important;
    }

    .pm-nav-types__choice:hover,
    .pm-nav-types__choice:focus-visible {
        border-color: rgba(111, 29, 181, .16) !important;
        box-shadow: 0 5px 16px rgba(42, 24, 64, .08);
    }

    .pm-nav-types__choice.is-active {
        color: var(--pm-purple);
        border-color: rgba(111, 29, 181, .24) !important;
        box-shadow: inset 0 0 0 1px rgba(111, 29, 181, .18);
    }

    .pm-nav-types__choice-copy small {
        display: block;
        max-width: 155px;
        margin-top: 3px;
        font-size: 11.5px;
        line-height: 1.24;
    }

    .pm-nav-types__choice-copy strong {
        font-size: 15.5px;
        font-weight: 650;
        line-height: 1.12;
    }

    .pm-nav-types__choice-visual {
        position: absolute;
        z-index: 1;
        right: 20px;
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        width: 42%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
    }

    .pm-nav-audience-image {
        max-height: 62px;
    }

    .pm-nav-types__choice > .pm-nav__chevron {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 11px;
        width: 8px;
        height: 8px;
        margin: -4px 0 0;
    }

    .pm-nav-types__panels {
        display: block;
        min-width: 0;
        flex: 1 1 auto;
    }

    .pm-nav-types__title {
        display: none;
    }

    .pm-nav-groups {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px -22px;
    }

    .pm-nav-group {
        width: 33.333%;
        margin: 0 0 22px;
        padding: 0 16px;
        border: 0;
    }

    .pm-nav-group__toggle {
        min-height: 0;
        margin-bottom: 7px;
        pointer-events: none;
    }

    .pm-nav-group__toggle .pm-nav__chevron {
        display: none;
    }

    .pm-nav-group__title {
        color: var(--pm-purple);
        font-size: 15px;
        font-weight: 680;
    }

    .pm-nav-group__items,
    .pm-nav-group:not(.is-open) .pm-nav-group__items {
        display: block;
        padding: 0;
    }

    .pm-nav-leaf {
        border: 0;
    }

    .pm-nav-leaf > a {
        min-height: 0;
        padding: 4px 0;
        color: #292734;
        font-size: 13px;
        line-height: 1.28;
    }

    .pm-nav-tree--root {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -14px -18px;
    }

    .pm-nav-tree--root > .pm-nav-tree__item {
        width: 25%;
        margin-bottom: 18px;
        padding: 0 14px;
    }

    .pm-nav-tree--root > .pm-nav-tree__item > .pm-nav-tree__row {
        min-height: 36px;
        border: 0;
    }

    .pm-nav-tree--root > .pm-nav-tree__item > .pm-nav-tree__row > .pm-nav-tree__link {
        padding: 4px 0;
        color: var(--pm-purple);
        font-size: 14px;
        font-weight: 600;
    }


    .pm-nav-tree__toggle {
        width: 32px;
        flex-basis: 32px;
    }

    .pm-nav-tree__children {
        padding: 5px 0 0 10px;
        border: 0;
    }

    .pm-nav-tree__children .pm-nav-tree__row {
        min-height: 32px;
        border: 0;
    }

    .pm-nav-tree__children .pm-nav-tree__link {
        padding: 3px 0;
        color: #33313b;
        font-size: 12.5px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .pm-nav__primary {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pm-nav__primary-item {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 13px;
    }

    .pm-nav__primary-item + .pm-nav__primary-item {
        margin-left: 0;
    }

    .pm-nav__primary-item--reviews .pm-nav__count {
        margin-left: 4px;
    }

    .pm-nav__subpanel {
        padding-left: 24px;
        padding-right: 24px;
    }

    .pm-nav-types__chooser {
        width: 260px;
        margin-right: 22px;
        padding-right: 20px;
        flex-basis: 260px;
    }

    .pm-nav-types__choice,
    .pm-nav-types__choice--10,
    .pm-nav-types__choice--20,
    .pm-nav-types__choice--30,
    .pm-nav-types__choice--40,
    .pm-nav-types__choice--50 {
        min-height: 68px;
        padding: 8px 40% 8px 12px !important;
        border-radius: 12px !important;
    }

    .pm-nav-types__choice-copy strong {
        font-size: 14px;
    }

    .pm-nav-types__choice-copy small {
        max-width: 130px;
        font-size: 10.5px;
    }

    .pm-nav-types__choice-visual {
        right: 17px;
        width: 40%;
    }

    .pm-nav-audience-image {
        max-height: 55px;
    }

    .pm-nav-group { width: 50%; }
    .pm-nav-tree--root > .pm-nav-tree__item { width: 33.333%; }
}

@media (prefers-reduced-motion: reduce) {
    .pm-nav__overlay,
    .pm-nav__panel,
    .pm-nav__spinner {
        transition: none;
        animation: none;
    }
}

/* ========================================
   LANGUAGE SWITCHER INSIDE ADAPTIVE NAV
   ======================================== */
.pm-nav__language {
    margin: 16px 0 2px;
    padding-top: 16px;
    border-top: 1px solid var(--pm-border);
}

/*
 * JoomFish ships legacy rules with #jflanguageselection selectors.
 * Use the same ID specificity here so the switcher remains predictable
 * even if the old module stylesheet is still loaded by the template.
 */
.pm-nav__language #jflanguageselection,
.pm-nav__language #jflanguageselection_wrapper {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pm-nav__language #jflanguageselection ul.jflanguageselection {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--pm-border);
    border-radius: 11px;
    background: #fff;
    list-style: none !important;
    box-sizing: border-box;
}

.pm-nav__language #jflanguageselection ul.jflanguageselection > li {
    float: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 50% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 50%;
    border: 0 !important;
    background: transparent;
    list-style: none !important;
    box-sizing: border-box;
    font-size: 14px !important;
}

.pm-nav__language #jflanguageselection ul.jflanguageselection > li + li {
    border-left: 1px solid var(--pm-border) !important;
}

.pm-nav__language #jflanguageselection ul.jflanguageselection > li > a,
.pm-nav__language #jflanguageselection ul.jflanguageselection > li > span {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 44px;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #2c2543 !important;
    background: transparent;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none !important;
    text-indent: 0 !important;
    white-space: nowrap;
    box-sizing: border-box;
}

/* JoomFish wraps the language name in an extra span for linked languages. */
.pm-nav__language #jflanguageselection ul.jflanguageselection > li > a > span {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: inherit !important;
    background: transparent !important;
    font: inherit !important;
    line-height: inherit !important;
    text-indent: 0 !important;
}

.pm-nav__language #jflanguageselection ul.jflanguageselection > li > a:hover,
.pm-nav__language #jflanguageselection ul.jflanguageselection > li > a:focus-visible {
    color: var(--pm-purple) !important;
    background: #faf7fd;
}

.pm-nav__language #jflanguageselection ul.jflanguageselection > li#active_language,
.pm-nav__language #jflanguageselection ul.jflanguageselection > li#active_language > span,
.pm-nav__language #jflanguageselection ul.jflanguageselection > li#active_language > a {
    color: var(--pm-purple) !important;
    background: #f3eafb !important;
    border-bottom: 0 !important;
}

/* Flags are intentionally hidden: mobile navigation uses short language names. */
.pm-nav__language #jflanguageselection .langImg {
    display: none !important;
}

/* Support JoomFish dropdown mode too, if enabled later. */
.pm-nav__language #jflanguageselection select.jflanguageselection {
    display: block;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0 38px 0 13px !important;
    border: 1px solid var(--pm-border) !important;
    border-radius: 11px !important;
    color: var(--pm-text);
    background-color: #fff;
    font: inherit;
    font-size: 14px;
}

.pm-nav--subpanel .pm-nav__language {
    display: none;
}

@media (max-width: 380px) {
    .pm-nav__language {
        margin-top: 14px;
        padding-top: 14px;
    }

    .pm-nav__language #jflanguageselection ul.jflanguageselection > li > a,
    .pm-nav__language #jflanguageselection ul.jflanguageselection > li > span {
        min-height: 42px;
        padding: 0 10px !important;
        font-size: 13.5px !important;
    }
}

@media (min-width: 1024px) {
    .pm-nav__language {
        width: auto;
        margin: 0 0 0 auto;
        padding: 0;
        border: 0;
        flex: 0 0 auto;
    }

    .pm-nav__language #jflanguageselection,
    .pm-nav__language #jflanguageselection_wrapper {
        width: auto !important;
    }

    .pm-nav__language #jflanguageselection ul.jflanguageselection {
        width: auto !important;
        border: 0;
        border-radius: 0;
        overflow: visible;
        background: transparent;
    }

    .pm-nav__language #jflanguageselection ul.jflanguageselection > li {
        width: auto !important;
        flex: 0 0 auto;
    }

    .pm-nav__language #jflanguageselection ul.jflanguageselection > li + li {
        border-left: 0 !important;
    }

    .pm-nav__language #jflanguageselection ul.jflanguageselection > li > a,
    .pm-nav__language #jflanguageselection ul.jflanguageselection > li > span {
        width: auto !important;
        min-height: 47px;
        padding: 0 6px !important;
        background: transparent !important;
        font-size: 12px !important;
        font-weight: 700 !important;
    }

    .pm-nav__language #jflanguageselection ul.jflanguageselection > li#active_language,
    .pm-nav__language #jflanguageselection ul.jflanguageselection > li#active_language > span,
    .pm-nav__language #jflanguageselection ul.jflanguageselection > li#active_language > a {
        color: var(--pm-purple) !important;
        background: transparent !important;
    }

    .pm-nav__language #jflanguageselection select.jflanguageselection {
        width: auto;
        min-width: 74px;
        min-height: 34px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 12px;
    }
}

/* ========================================
   UNIFIED SITE HEADER
   Same functional blocks on mobile + desktop:
   logo, existing search, existing cart.
   ======================================== */
.pm-header,
.pm-header * {
    box-sizing: border-box;
}

.pm-header {
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: var(--pm-text);
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.pm-header-spacer {
    display: block;
    width: 100%;
    height: 64px;
}

.pm-header button,
.pm-header a {
    -webkit-tap-highlight-color: transparent;
}

.pm-header button {
    margin: 0;
    border: 0;
    background: none;
    font: inherit;
    cursor: pointer;
    touch-action: manipulation;
}

.pm-header a {
    color: inherit;
    text-decoration: none;
}

.pm-header__inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.pm-header__main {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--pm-border);
    background: #fff;
}

.pm-header__main-inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px 44px;
    align-items: center;
    min-height: 64px;
    padding: max(7px, env(safe-area-inset-top)) 10px 7px;
    column-gap: 4px;
}

.pm-header__menu-button,
.pm-header__search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 9px;
    border-radius: 10px;
    color: #16143c;
}

.pm-header__menu-button:active,
.pm-header__search-button:active {
    background: var(--pm-soft);
}

.pm-header__menu-button svg,
.pm-header__search-button svg,
.pm-header__cart-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pm-header__logo {
    display: flex;
    align-items: center;
    justify-self: start;
    min-width: 0;
    margin-left: 2px;
}

.pm-header__logo img {
    display: block;
    width: auto;
    max-width: min(42vw, 176px);
    max-height: 45px;
    border: 0;
}

.pm-header__search-button {
    grid-column: 3;
}

.pm-header__constructor {
    display: none;
}

.pm-header__cart {
    position: relative;
    grid-column: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: #15133a;
}

.pm-header__cart-hit {
    position: absolute;
    z-index: 4;
    inset: 0;
    border-radius: inherit;
}

.pm-header__cart-icon {
    display: block;
    width: 28px;
    height: 28px;
    pointer-events: none;
}

.pm-header__cart-count {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    background: var(--pm-purple);
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    pointer-events: none;
}

.pm-header__cart-count[hidden] {
    display: none !important;
}

/* Keep the real VirtueMart cart module in DOM so its existing AJAX logic
   keeps working; only its old presentation is hidden. */
.pm-header__cart-module {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Same search module: inline on desktop, drop-down only after tapping
   the magnifier on mobile. */
.pm-header__search {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 12px 12px;
    border-bottom: 1px solid var(--pm-border);
    background: #fff;
    box-shadow: 0 14px 30px rgba(31, 20, 46, .13);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -6px, 0);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    pointer-events: none;
}

.pm-header.is-search-open .pm-header__search {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.pm-header__search-close {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 14px;
    display: none;
    width: 36px;
    height: 36px;
    color: var(--pm-text);
    font-size: 26px;
    line-height: 1;
}

.pm-header__search .pm-ai-module,
.pm-header__search .pm-ai-module-form {
    width: 100%;
    max-width: none;
    margin: 0;
}

.pm-header__search .pm-ai-module-input-wrap {
    min-width: 0;
}

.pm-header__navigation {
    position: relative;
    z-index: 1;
    height: 0;
}

/* Transition switch. It is NOT activated automatically in JS.
   Enable "Hide legacy header" in PROSTO Header only after verification. */
body.pm-header-v2 #bottom_fix_menu,
body.pm-header-v2 #pm_top,
body.pm-header-v2 #language_select {
    display: none !important;
}

/* Old desktop catalog trigger can be retired together with the new nav,
   but breadcrumbs remain in their original HTML. */
body.pm-header-v2 #prostomayki-menu #pm-align {
    display: none !important;
}

body.pm-header-v2 #prostomayki-menu #gk-breadcrumb {
    float: none !important;
    width: 100% !important;
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 380px) {
    .pm-header__main-inner {
        grid-template-columns: 42px minmax(0, 1fr) 42px 42px;
        min-height: 60px;
        padding-right: 7px;
        padding-left: 7px;
        column-gap: 2px;
    }

    .pm-header__menu-button,
    .pm-header__search-button,
    .pm-header__cart {
        width: 42px;
        height: 42px;
    }

    .pm-header__logo img {
        max-width: min(40vw, 154px);
        max-height: 40px;
    }

    .pm-header__search {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (min-width: 1024px) {
    .pm-header {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        box-shadow: 0 1px 0 rgba(36, 24, 49, .05);
    }

    .pm-header-spacer {
        display: none !important;
        height: 0 !important;
    }

    .pm-header__main-inner {
        display: flex;
        align-items: flex-start;
        min-height: 76px;
        padding: 12px 28px 8px;
    }

    .pm-header__menu-button,
    .pm-header__search-button {
        display: none;
    }

    .pm-header__logo {
        flex: 0 0 auto;
        margin: 3px 30px 0 0;
    }

    .pm-header__logo img {
        width: 235px;
        max-width: none;
        height: auto;
        max-height: 54px;
        object-fit: contain;
    }

    .pm-header__search {
        position: relative;
        z-index: auto;
        top: auto;
        left: auto;
        right: auto;
        display: block;
        min-width: 300px;
        max-width: 760px;
        margin: 0;
        padding: 0;
        flex: 1 1 640px;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        pointer-events: auto;
    }

    .pm-header__search-close {
        display: none !important;
    }

    /* Search and Constructor use one flat action style on desktop. */
    .pm-header__search .pm-ai-module-submit {
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 20px !important;
        border: 0 !important;
        border-radius: 9px !important;
        color: #fff !important;
        background: var(--pm-orange) !important;
        box-shadow: none !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 44px !important;
        text-shadow: none !important;
        transition: background .15s ease;
    }

    .pm-header__search .pm-ai-module-submit:hover,
    .pm-header__search .pm-ai-module-submit:focus-visible {
        background: #e96d16 !important;
        box-shadow: none !important;
    }

    /* On desktop the constructor becomes a primary header action.
       It stays hidden on mobile, where the large constructor card remains in the drawer. */
    .pm-header__constructor {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 142px;
        height: 44px;
        margin: 0 0 0 auto;
        padding: 0 20px;
        flex: 0 0 auto;
        align-self: flex-start;
        border: 0;
        border-radius: 9px;
        color: #fff !important;
        background: var(--pm-orange);
        box-shadow: none;
        font-size: 14px;
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        white-space: nowrap;
        transition: background .15s ease;
    }

    .pm-header__constructor:hover,
    .pm-header__constructor:focus-visible {
        color: #fff !important;
        background: #e96d16;
        box-shadow: none;
    }

    .pm-header__constructor:active {
        background: #d96312;
    }

    /* Constructor moved to the desktop header; keep the same navigation item only on mobile. */
    .pm-nav__primary-item--constructor {
        display: none !important;
    }

    /* Larger, clearer cart action on desktop. */
    .pm-header__cart {
        grid-column: auto;
        width: 58px;
        min-width: 58px;
        height: 44px;
        margin: 0 0 0 12px;
        flex: 0 0 58px;
        align-self: flex-start;
        border-radius: 12px;
        border: 0;
        background: transparent;
    }

    .pm-header__cart:hover,
    .pm-header__cart:focus-within {
        background: var(--pm-soft);
    }

    .pm-header__cart-icon {
        width: 35px;
        height: 35px;
    }

    .pm-header__cart-count {
        top: -1px;
        right: 0;
        min-width: 20px;
        height: 20px;
        border-radius: 11px;
        font-size: 11px;
        line-height: 16px;
    }

    .pm-header__navigation {
        z-index: 2;
        height: auto;
    }

    .pm-header__navigation .pm-nav {
        border-top: 1px solid #eeeaf1;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .pm-header__main-inner {
        padding-right: 18px;
        padding-left: 18px;
    }

    .pm-header__logo {
        margin-top: 4px;
        margin-right: 18px;
    }

    .pm-header__logo img {
        width: 205px;
        max-width: none;
        max-height: 48px;
    }

    .pm-header__search {
        min-width: 260px;
        max-width: 520px;
    }

    .pm-header__constructor {
        min-width: 126px;
        height: 42px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 13px;
        line-height: 42px;
    }

    .pm-header__search .pm-ai-module-submit {
        height: 42px !important;
        min-height: 42px !important;
        line-height: 42px !important;
    }

    .pm-header__cart {
        width: 54px;
        min-width: 54px;
        height: 42px;
        margin-left: 8px;
        flex-basis: 54px;
    }

    .pm-header__cart-icon {
        width: 32px;
        height: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pm-header__search {
        transition: none;
    }
}

/* ========================================
   NAV: REVIEWS COUNT + CONTACTS MODAL
   ======================================== */
.pm-nav__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    margin-left: 8px;
    padding: 0 7px;
    border-radius: 12px;
    color: var(--pm-purple);
    background: #f2eafa;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

body.pm-contact-lock {
    overflow: hidden;
    touch-action: none;
}

.pm-contact-modal[hidden] {
    display: none !important;
}

.pm-contact-modal {
    position: fixed;
    z-index: 2200;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.pm-contact-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 13, 28, .56);
}

.pm-contact-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 430px;
    max-height: calc(100vh - 36px);
    max-height: calc(100dvh - 36px);
    overflow: auto;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(22, 12, 39, .24);
    -webkit-overflow-scrolling: touch;
}

.pm-contact-modal__head {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 8px 10px 8px 18px;
    border-bottom: 1px solid var(--pm-border);
    background: #fff;
    box-sizing: border-box;
}

.pm-contact-modal__title {
    margin: 0;
    flex: 1 1 auto;
    color: var(--pm-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.pm-contact-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    flex: 0 0 42px;
    border: 0;
    border-radius: 50%;
    color: var(--pm-text);
    background: transparent;
    font: inherit;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.pm-contact-modal__close:hover,
.pm-contact-modal__close:focus-visible {
    background: var(--pm-soft);
}

.pm-contact-modal__content {
    padding: 16px 18px 20px;
    color: var(--pm-text);
    font-size: 15px;
    line-height: 1.45;
}

/* Legacy pm_cont content is table-based. Scope the normalization to the modal. */
.pm-contact-modal__content table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: collapse;
}

.pm-contact-modal__content td {
    padding: 5px 4px;
    vertical-align: middle;
}

.pm-contact-modal__content img {
    max-width: 26px;
    height: auto;
    vertical-align: middle;
}

.pm-contact-modal__content a {
    color: var(--pm-purple);
    text-decoration: none;
}

.pm-contact-modal__content a:hover,
.pm-contact-modal__content a:focus-visible {
    text-decoration: underline;
}

@media (max-width: 380px) {
    .pm-contact-modal {
        padding: 12px;
    }

    .pm-contact-modal__dialog {
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        border-radius: 14px;
    }

    .pm-contact-modal__content {
        padding: 14px 14px 18px;
    }
}
@media (max-width: 1023px) {
    /*
     * navigation.js adds pm-nav-lock to <body> while the drawer is open.
     * Lower only the visible header row for that state and explicitly
     * raise the navigation stacking context above it.
     */
    body.pm-nav-lock .pm-header__main {
        z-index: 0 !important;
    }

    body.pm-nav-lock .pm-header__navigation {
        position: relative;
        z-index: 1000 !important;
    }

    body.pm-nav-lock .pm-header__navigation .pm-nav {
        position: relative;
        z-index: 1000 !important;
    }

    body.pm-nav-lock .pm-nav__overlay {
        z-index: 1001 !important;
    }

    body.pm-nav-lock .pm-nav__panel {
        z-index: 1002 !important;
    }

    /*
     * The drawer's own sticky head (logo + close button) must remain
     * above the drawer contents while scrolling.
     */
    body.pm-nav-lock .pm-nav__mobile-head,
    body.pm-nav-lock .pm-nav__subhead {
        z-index: 1003 !important;
    }
}
/* ========================================
   CATEGORY CHILD NAVIGATION v3
   Visually separated from the primary site navigation
   ======================================== */
.pm-category-subnav,
#navigation_childlist {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 16px 0 20px !important;
    overflow: visible !important;
    clear: both;
}

/* This is a content/filter block, not another navigation bar. */
.pm-subcat-nav {
    position: relative;
    width: 100%;
    padding: 14px 16px 15px;
    border: 1px solid #ebe6ef;
    border-radius: 12px;
    background: #faf8fc;
    box-sizing: border-box;
}

/* Quiet purple accent differentiates the block from the white header/menu. */
.pm-subcat-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(180deg, var(--pm-purple), #a66ad5);
}

.pm-subcat-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    margin-bottom: 8px;
    padding-left: 2px;
    gap: 16px;
}

.pm-subcat-nav__heading {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #33263d;
    font-size: 13px;
    line-height: 1.2;
}

.pm-subcat-nav__heading strong {
    font-size: 13.5px;
    font-weight: 700;
}

.pm-subcat-nav__mark {
    display: grid;
    grid-template-columns: repeat(2, 4px);
    grid-template-rows: repeat(2, 4px);
    gap: 3px;
    width: 11px;
    height: 11px;
    margin-right: 9px;
    flex: 0 0 11px;
}

.pm-subcat-nav__mark span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: var(--pm-purple);
}

.pm-subcat-nav__total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 19px;
    margin-left: 7px;
    padding: 0 6px;
    border-radius: 10px;
    color: #75687d;
    background: #eee8f2;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.pm-subcat-nav__body {
    position: relative;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.pm-subcat-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
    height: auto !important;
    gap: 1px 4px;
    overflow: visible;
    box-sizing: border-box;
}

/*
 * Links deliberately do NOT look like buttons/tabs.
 * They read as a compact thematic index inside the category.
 */
.pm-subcat-nav__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    max-width: 100%;
    padding: 3px 9px 3px 13px;
    border: 0 !important;
    border-radius: 6px;
    color: #51465a !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: color .15s ease, background .15s ease;
}

.pm-subcat-nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background: #c8b9d4;
    transition: background .15s ease, transform .15s ease;
}

.pm-subcat-nav__link:hover,
.pm-subcat-nav__link:focus-visible {
    color: var(--pm-purple) !important;
    background: rgba(111, 29, 181, .055) !important;
    text-decoration: none !important;
}

.pm-subcat-nav__link:hover::before,
.pm-subcat-nav__link:focus-visible::before {
    background: var(--pm-purple);
    transform: scale(1.2);
}

.pm-subcat-nav__name {
    min-width: 0;
}

.pm-subcat-nav__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 17px;
    margin-left: 5px;
    padding: 0 4px;
    border-radius: 8px;
    color: #817689;
    background: #ece7ef;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1;
}

/* "Show more" belongs to the block header, not below the link cloud. */
.pm-subcat-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 0;
    padding: 0 8px;
    flex: 0 0 auto;
    border: 0 !important;
    border-radius: 7px;
    color: var(--pm-purple) !important;
    background: transparent !important;
    box-shadow: none !important;
    font: inherit;
    font-size: 12.5px;
    font-weight: 650;
    cursor: pointer;
    white-space: nowrap;
}

.pm-subcat-nav__toggle:hover,
.pm-subcat-nav__toggle:focus-visible {
    color: var(--pm-purple-2) !important;
    background: rgba(111, 29, 181, .06) !important;
}

.pm-subcat-nav__toggle-chevron {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 8px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg);
    transition: transform .15s ease, margin .15s ease;
}

.pm-subcat-nav.is-expanded .pm-subcat-nav__toggle-chevron {
    margin-top: 4px;
    transform: rotate(225deg);
}

/* JS sets an exact collapsed max-height based on visible rows. */
.pm-subcat-nav--collapsible:not(.is-expanded) .pm-subcat-nav__list {
    overflow: hidden;
}

.pm-subcat-nav--collapsible:not(.is-expanded) .pm-subcat-nav__body::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 18px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(250,248,252,0), #faf8fc 92%);
}

.pm-subcat-nav.is-expanded,
.pm-subcat-nav.is-expanded .pm-subcat-nav__body,
.pm-subcat-nav.is-expanded .pm-subcat-nav__list {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.pm-subcat-nav.is-expanded .pm-subcat-nav__body::after {
    display: none;
}

@media (min-width: 1024px) {
    .pm-category-subnav,
    #navigation_childlist {
        margin-top: 14px !important;
        margin-bottom: 22px !important;
    }

    .pm-subcat-nav {
        padding: 12px 15px 13px;
    }

    .pm-subcat-nav__head {
        margin-bottom: 6px;
    }

    .pm-subcat-nav__link {
        min-height: 27px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 12.5px;
    }
}

@media (max-width: 1023px) {
    .pm-category-subnav,
    #navigation_childlist {
        margin-top: 13px !important;
        margin-bottom: 17px !important;
    }

    .pm-subcat-nav {
        padding: 12px 11px 13px;
        border-radius: 10px;
    }

    .pm-subcat-nav::before {
        border-radius: 10px 0 0 10px;
    }

    .pm-subcat-nav__head {
        margin-bottom: 8px;
        gap: 8px;
    }

    .pm-subcat-nav__heading {
        font-size: 12.5px;
    }

    .pm-subcat-nav__heading strong {
        font-size: 13px;
    }

    .pm-subcat-nav__toggle {
        min-height: 31px;
        padding: 0 5px;
        font-size: 12px;
    }

    .pm-subcat-nav__list {
    }

    .pm-subcat-nav__link {
        min-height: 30px;
        padding: 4px 8px 4px 12px;
        font-size: 12.5px;
        line-height: 1.28;
    }

    .pm-subcat-nav__link::before {
        left: 2px;
    }
}

@media (max-width: 380px) {
    .pm-subcat-nav__head {
        align-items: flex-start;
    }

    .pm-subcat-nav__heading {
        padding-top: 6px;
    }

    .pm-subcat-nav__link {
        padding-right: 6px;
        font-size: 12px;
    }
}


/* === Из style2.css (26.09.2026) === */
/* Единственное правило style2.css, которое где-то применялось: подсветка
   картинки товара в подборках и плитки подкатегории при наведении.
   Остальные 44 правила были про меню GavickPro (#gk-nav), которого на
   сайте нет - блок mainnav отключён в layouts/default.php. */
.nsp_art img.nsp_image:hover,div.subCategory a.subCategoryImage:hover img,table.vmCustomCategories td:hover img,a:hover.gk_vm_product_image {
	border-color:#415f80;
}


/* === Из vm_gk_flypage.css (26.09.2026) === */
/* vm_gk_flypage.css - это стили карточки товара, но грузился он на всех
   страницах. Замер по категории, главной, корзине и статьям показал, что
   вне карточки из него работают ровно эти два правила: старая цена в
   подборках и затемнение под модальными окнами. Переносим их сюда, а сам
   файл теперь подключается только там, где нужен. */
.product-Old-Price {
	color: red;
	text-decoration:line-through;
	margin-right: 6px;
	font: normal 20px Verdan;
}
#overlay {
	z-index: 100;
	position: fixed;
	background-color: #000;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

/* ------------------------------------------------------------------
   Подвал: блок «Ми обіцяємо», нижнее меню и разделы каталога.
   Раньше всё это было таблицами, причём в двух вариантах - отдельно
   для десктопа и для мобильного. Теперь разметка одна (списки).

   Число колонок задаём медиазапросами, а не auto-fit. auto-fit считает
   колонки по ширине КОНТЕЙНЕРА, а контейнеры тут разные: в мобильном
   #gk-wrapper ограничен 510px, на десктопе .main - 980px. Одно и то же
   правило давало в них разное число колонок, причём не то, которое нужно.
   Ширину раскладки задаёт экран, поэтому и считаем по экрану (27.09.2026).
   ------------------------------------------------------------------ */

.guaranties_text {
    display: block;
    font-size: 18px;
    font-family: "Prostomayki";
    line-height: 1.7;
    font-weight: bold;
    text-transform: uppercase;
    color: #EF7F1A;
}

/* Блок «Ми обіцяємо»: три пункта в ряд только на десктопе. */
.pm-promise {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pm-promise > li {
    background-repeat: no-repeat;
}

.pm-promise p {
    margin: 4px 0 0;
}

/* Нижнее меню: четыре группы ссылок. */
.pm-foot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px 30px;
    /* Грид не обтекает флоат: вместо того чтобы встать под ним, он
       отодвигается вбок и вылезает за контейнер. Над меню может оказаться
       floated-блок, поэтому сбрасываем обтекание явно (27.09.2026). */
    clear: both;
}

.pm-foot-catalog {
    clear: both;
}

.pm-foot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pm-foot li {
    margin: 0 0 6px;
}

/* Разделы каталога: их много, поэтому на телефоне две колонки, а не одна. */
.pm-foot-catalog__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 8px;
    padding: 10px 0;
}

.pm-foot-catalog__links a {
    font-size: 13px;
    line-height: 1.25em;
}

@media (max-width: 360px) {
    .pm-foot-catalog__links { grid-template-columns: 1fr; }
}

@media (min-width: 600px) {
    .pm-foot { grid-template-columns: repeat(2, 1fr); }
}

/* Десктоп. Порог 900px, а не 768: мобильная обёртка упирается в 510px,
   и на планшете колонки в ней вышли бы по 150px. */
@media (min-width: 900px) {
    .pm-promise           { grid-template-columns: repeat(3, 1fr); }
    .pm-foot              { grid-template-columns: repeat(4, 1fr); }
    .pm-foot-catalog__links { grid-template-columns: repeat(4, 1fr); }
}

/* Блок «Нещодавно переглянуті» переехал из вкладки под ленту вкладок:
   это подборка товаров, а не сведения об этом товаре (27.09.2026). */
.pm-recent {
    clear: both;
    margin: 24px 0 0;
}

.pm-recent__title {
    margin: 0 0 10px;
    font-size: 18px;
}


/* ==================== css/layout.css ==================== */
.wrap {
width:100%;
clear:both;
}

.main {
width:980px;
max-width:1450px;
position:relative;
margin:0 auto;
}

.static {
position:static;
}

.column {

float:left;
}

.gk-mass {
clear:both;
margin-bottom:16px;
}

.main .inner {
padding:16px;
}

.main .inner.ctop {
padding-top:0;
}

.main .inner.cbottom {
padding-bottom:0;
}

.main .inner.cleft {
padding-left:0;
}

.main .inner.cright {
padding-right:0;
}

.article_column .contentpaneopen {
padding-left:16px;
padding-right:16px;
}

.article_row {
margin-left:-16px;
margin-right:-16px;
}

#gk-mainbody {
float:left;

}

.gk-mass-bottom {
margin-bottom:0!important;
}

#gk-footer {
clear:both;
}

.article_column {
float:left;
position:relative;
}

.cols1 .article_column {
width:100%;
}

.cols2 .article_column {
width:50%;
}

.cols3 .article_column {
width:33.33%;
}

.cols4 .article_column {
width:25%;
}

.cols5 .article_column {
width:20%;
}


/* ==================== css/template.css ==================== */
body {
line-height:1.8;
background: white;
font-family: Arial, Helvetica, sans-serif;
}

body#bd {

}

body.fs1 {
font-size:10px;
}

body.fs2 {
font-size:11px;
}

body.fs3 {
font-size:12px;
}

body.fs4 {
font-size:13px;
}

body.fs5 {
font-size:14px;
}

body.fs6 {
font-size:15px;
}

a {
color:#0b1dcc;
text-decoration:none;
}

a:hover,a:active,a:focus {
color:#202020;
text-decoration:underline;
}

p {
font-size: 16px;line-height: 1.7;	
}
.column p,.column pre,.column blockquote,.column ol,.column ul {
margin:0;
padding:0;
}

ul {
    margin: 15px;
}

.article-content li,
#bottom_discription li {
    font-size: 16px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.article-content li::before,
#bottom_discription li::before {
    content: "\2714";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
}

#header_discription {
	padding: 10px;
    float: left;
    width: 100%;
}
#header_discription p {
    font-size: 14px;
}
#header_discription ul {
    margin: 3px;
}

#header_discription li {
    font-size: 14px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 2px;
}

#header_discription li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
}
/* list-links */
.article-content ul.list-links,
#bottom_discription ul.list-links {
    list-style: none;
    padding-left: 0;
}

.article-content ul.list-links li,
#bottom_discription ul.list-links li {
    margin-bottom: 6px;
}

.article-content ul.list-links a,
#bottom_discription ul.list-links a {
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

.article-content ul.list-links a:hover,
#bottom_discription ul.list-links a:hover {
    border-bottom: 1px solid #333;
}

h3,h4,h5 {
color:#202020;
}

h1 {
font-size: 22px;
font-family: "Prostomayki";
line-height: 1.2;
font-weight: bold;
text-transform: uppercase;
color: #3d0f55;
margin-left: 10px;
}

h2 {
font-weight: normal;
font-family: "Prostomayki";
font-size: x-large;
font-style: normal;
margin: 10px 0 5px 0;
display: block;
color: #3d0f55;
}

h3 {
	background-position: top 9px left 0px;
    font-weight: normal;
    font-family: "Prostomayki";
    font-size: 20px;
    font-style: normal;
    margin: 10px 0 5px 0;
    display: block;
    color: #3D0F55;
	}


h3 a {font-weight: bold;
    text-decoration: underline;
    color: #C21D5B;}
.cbBox h3,	
	div.itemHeader h2.itemTitle,
	div.userItemHeader h3.userItemTitle,
	div.catItemHeader h3.catItemTitle, 
	div.genericItemHeader h2.genericItemTitle, 
	div.k2ItemsBlock ul li a.moduleItemTitle,
    legend,
	.contentheading,
	.componentheading,
    h2.page_title, 
	h2.latestItemTitleList,
    #nagl h3 
	{
		font-family: Arial, Helvetica, sans-serif;
	}
#gk-wrapper {
margin:0 auto 0px;
padding:0;
}

#gk-nav {
height:42px;
position:relative;
z-index:100;
margin:10px 0 0;
}

#gk-mainnav {
width:auto;
float:left;
background-image: linear-gradient(to bottom, #FFF, #E3E3E3);
border-top: 1px solid #E3E3E3;
border-left: 1px solid #E3E3E3;
}

#gk-nav-wrap {
margin-bottom:0;
}
#pm-wrapper {
	
	background: #FFF;
	/*
    border-left: 10px solid #FFD3B2;
    border-right: 10px solid #FFD3B2;
	*/
    padding-left: 10px}
#gksdl-subnav,.sublevel {
height:30px;
border:1px solid #dcdcdc;
border-top:none;
background:#fff url(/templates/gk_mystore/images/menu_lvl2_bg.png) repeat-x 0 bottom;
}

#gk-header {
background:#fff;
margin:0 0 20px;
padding:20px;
}

#gk-items {
padding-right: 10px;
color:#9d37c3;
line-height:10px;
font-size:16px;
margin:20px 0 0;

}

#gk-top-menu a{
color:#9d37c3;
line-height:10px;
font-size:16px;
margin:80px 0 0;
}


#gk-top-menu a:hover {
color:#000;
text-decoration:none;
}

#gk-top-menu li {
float:left;
border-left:1px solid #dcdcdc;
line-height:11px;
padding:0 12px;
}

#gk-top-menu li:first-child {
padding-left:0;
border-left:none;
}

#gk-botsl1 .gk-box-full>div,#gk-topsl1 .gk-box-full>div {
padding:8px;
}

#gk-botsl1 .gk-box-center>div,#gk-topsl1 .gk-box-center>div {
margin:0 10px;
padding:8px;
}

#gk-botsl1 .gk-box-left>div,#gk-topsl1 .gk-box-left>div {
margin:0 10px 0 0;
padding:8px;
}

#gk-botsl1 .gk-box-right>div,#gk-topsl1 .gk-box-right>div {
margin:0 0 0 10px;
padding:8px;
}

#gk-container {
background:#fff;
margin:8px 0 0 0;
padding: 0px 10px 4px;
/*border: 2px solid #fbc620;*/
border-radius: 5px;
float: left;
}

#gk-breadcrumb{
    margin-top: 3px;
    height: 35px;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    padding-top: 15px;
	}

#gk-content {
float:left;
padding-top: 5px;
}

#component_wrap {
margin-bottom:20px!important;
}

div.color{
background:#fff;
margin:0 0 12px;
border: 1px solid #EEE;
border-radius: 8px;
width: 91%;
}

.moduletable,.moduletable_menu,.moduletable_text,div.color1 {
background:#fff;
margin:0 0 12px;
}

.moduletable>h3,.moduletable_menu>h3,.moduletable_text>h3,div.color>h3 {
background:#eef6fc;
height:35px;
line-height:35px;
font-size:14px;
text-align:center;
border:1px solid #e7e7e7;
margin:0 0 12px;
padding:0 12px;
}

div.color>h3 {
color:#fff;
}

.moduletable .moduletable_content,.moduletable_menu .moduletable_content,.moduletable_text .moduletable_content {
clear:both;
padding:0 6px;
width: 99%;
}

.moduletable ul,.moduletable_menu ul,.moduletable_text ul {
margin:0;
padding:0;
}

.moduletable ul li,.moduletable_menu ul li,.moduletable_text ul li {
border-top:1px dotted #ddd;

padding:0 0 0 13px;
}

.moduletable_menu ul ul {
border-left:1px dotted #ddd;
margin:0 0 6px 10px;
padding:0 0 0 12px;
}

.moduletable_menu ul li,.moduletable ul li.even,.moduletable ul li.odd {

padding-left:16px;
}

.moduletable ul li:first-child,.moduletable_menu ul li:first-child,.moduletable_text ul li:first-child {
border-top:none!important;
}

.moduletable_menu ul li a:hover,.moduletable ul li.even a:hover,.moduletable ul li.odd a:hover {
color:#CF052B;
}

.moduletable.clear,.moduletable.clear .moduletable_content {
background:none!important;
border:none!important;
padding:0!important;
}

#gk-footer {
overflow:hidden;
color:#white;
font-size:90%!important;
height:30px;
line-height:24px;
margin:10px 0 0;
}

#gk-footer a:hover {
text-decoration:underline;
}

.gk-footnav li {
float:left;
width:auto;
margin:0 12px 0 0;
}

.gk_popup_wrap .vmCartModule {
font-size:14px;
padding-bottom:12px;
}

.gk_vm_minicart_product {
background:#fff url(/templates/gk_mystore/images/moduletable_title.png) repeat-x 0 100%;
border:1px solid #c20025;
margin-bottom:6px;
font-size:12px;
padding:6px 9px;
}

.gk_vm_product,.gk_vm_attributes {
color:#777;
font-weight:400;
}

.gk_vm_product a {
font-weight:700;
color:#202020;
}

.gk_vm_price {
color:#009;
font-weight:700;
text-align:right;
}

.gk_vm_attributes {
font-family:Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace!important;
font-size:11px;
}

h4,h5 {
font-size:100%;
}

#gk-top-menu,.gk-footnav {
float:left;
width:950px;
}

#gk-current-content,.gk-copyright {
float:right;
}

.moduletable_menu ul li a,.moduletable ul li.even a,.moduletable ul li.odd a{
color:#666;

}
#gk-footer a {
color:#white;

}

#menu300{
color: orange;

}

#breadcrumb div {
display:inline;
}

#breadcrumb {
background: #FFF;
opacity: 0.9;
width: 1040px;
float: left;
}
#breadcrumb a {
color: #F29B4B;
}

#breadcrumb span, #breadcrumb img {
margin-right: 5px;
}

#share div {
display:inline;
}

#span4 div {
width: 80%;
}

div#kontakty {
width: 80%;
position: relative;

}

.action {
background: url("/templates/gk_mystore/images/grad-top.png");
display: block;
height: 90px;
left: 270px;
position: absolute;
top: 198px;
width: 90px;
}
.action2 {
background: url("/templates/gk_mystore/images/grad-top2.png");
display: block;
height: 90px;
width: 90px;
position: absolute;
z-index: 10;
}

.actionsp {
    background: url("/templates/gk_mystore/images/grad-top-sp.png") no-repeat;
    display: block;
    height: 90px;
    left: 35px;
    position: absolute;
    top: 167px;
    width: 90px;
}

.actionsp2 {
background: url("/templates/gk_mystore/images/grad-top-sp2.png");
display: block;
height: 90px;
width: 90px;
position: absolute;
}

.action5 {

font-family: arial;
font-style: italic;
font-size: 30px;
display: block;

}

#vmlp_results{z-index:10000;position:absolute;width:152px;float:right;background-color:#FFF;text-align:left;visibility:hidden;}
.vmlp_results{border:1px #333 solid;}
#vmlp_results #vmlp_link{float:right;padding-right:5px;color:#ccc;}
#vmlp_results .vmlp_header{font-weight:bold;font-size:14px;background-color:#333;padding:4px;color:#ccc;margin-bottom:5px;}
#vmlp_results h3{color:#000;padding-bottom:3px;}
#vmlp_results span{line-height:100%;}
#vmlp_results .vmlp_row_1{background-color:#FFF;padding:0 5px;}
#vmlp_results .vmlp_row_2{background-color:#FFF;padding:0 5px;}
#vmlp_results .vmlp_row_btm{font-weight:bold;font-size:14px;background-color:#333;padding:4px;}
#vmlp_timer{position:absolute;top:33px;left:135px;width:16px;}
#vmlp_3letters{color:red;}

.pagenav-active {
    border: 3px solid #FEBE04;
}

.descr2 {
position: relative;
left: 350px;
width:105px;
}

#description {
padding: 10px;
white-space: normal;
}

#vmlp_search_str {
width: 270px;
height: 40px;

}
#vmlp_search_str:focus {
border: rgba(0, 0, 0, 0);
 outline: 0;
 /*background: url(/templates/gk_mystore/images/border_search-f.jpg) no-repeat;*/
}
#pm_cont_icon {
    background: url(/templates/gk_mystore/images/phone_icon_help.png) no-repeat 0% 5%;
    float: left;
       width: 89px;
    height: 40px;
    margin: 15px;
    padding-left: 41px;
    cursor: pointer;
    color: #470275;
    font-weight: bold;
	position: relative;
	z-index:50}
#mob_phone {font-size: small;}
#pm_arrow_help {background: url(/templates/gk_mystore/images/arrow-down-help.png) no-repeat 0% 18%;width: 15px;
    height: 100%;    float: right;}
#search_button input {
  width: 45px;
  height: 40px;
  padding: 0px 0 0 0;
  margin-left: -21px;
  border: none;
 
 }
 #search_button {float: left;}
 .search_button {background: url(/templates/gk_mystore/images/search_icon.png) no-repeat 50% 50%;}
 #search_input {border: 1px solid #bfbbbb;height: 40px;border-radius: 4px;}
#search_input input {padding: 0px 6px;}



#size_table {
float: left;
}

.menu a{
display: block;
cursor: pointer;
text-decoration: none;
position: relative;
color: #000;
margin-left: 10px;
font-weight: normal;
font-size: 14px;
padding: 4px 0px 5px 0px;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
padding: 10px 0px;
}
.menu li{
border-bottom: 1px solid #FFECCC;
}

.moduletable_color_menu {
margin-left: 5px;
border-radius: 3px;
margin-bottom: 20px;
}

.menu .current {
 /* border: 1px solid #FFA500;*/
 /* background: #FDF6DA;*/

}
.menu .current ul{
  /*margin-left: 20px;*/
}

.menu .current a{
display: block;
cursor: pointer;
text-decoration: none;
position: relative;
font-weight: normal;
padding: 4px 0px 5px 5px;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
color: #000;
	
}
.menu li:hover {
background: #fef6df;
}

.menu .active a{
display: block;
cursor: pointer;
text-decoration: none;
position: relative;
font-weight: normal;
padding: 4px 0px 5px 0px;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
color: #1D0C9C;
}
.menu .active li:hover {
background: #fdf0cb;
}

.menu .active a:hover {
color: #a724ba;
}

.menu .active ul:hover {
background: #fff;
}
.moduletable_color_menu h3 {
text-align: center;
height: 40px;
background: linear-gradient(to bottom, #FAE6AB 0%,#FEBE04 100%);
vertical-align: middle;
line-height: 35px;
}
.browseProductContainer:hover {box-shadow: 2px 3px 10px 0 #D6CEBB;}

.r_field {
color: #F00;
}
.delivery {
background: #FFF;
box-shadow: 0 0 7px rgba(0, 0, 0, 1) !important;
}
.related_disp {
float: left; margin: 2% 2% 0px 0;width: 29%;border: 1px solid #EEE;border-radius: 5px;display: block; margin-bottom: 16px; text-align: center; padding: 5px;
}
#main_topten  {float: left;background: #FFF7E1;width: 101%;margin-bottom: 20px;}
#main_topten_white {float: left;background: #FFF;width: 101%;margin-bottom: 20px;}
#main_topten_text {width: 95%;padding: 10px;font-size: large;text-align: center;line-height: 1.2px;}
.top_blok {float: left;width: 200px;border: 1px solid #EEE;margin: 10px 10px 0px 0;height: 310px;background: #FFF;border-radius: 7px;border-bottom: 1px solid #CFCFCF;}
.top_blok:hover {box-shadow: 2px 3px 10px 0 #D6CEBB;}
.top_img {display: block; margin-bottom: 16px; text-align: center; padding: 5px;height: 180px;}
.browse_Product_Link {height:55px; text-align: center;float: left;width: 100%;}
.browse_Product_Link_a, .browse_Product_Link a {font-size:12px; font-weight:bold; text-decoration: underline;color: #C21D5B;}
/*.browseProductImage {max-height:180px!important; max-width:180px!important;}*/
#disc_label_top {
  position: absolute;
  background: url('/components/com_virtuemart/shop_image/star.png') no-repeat;
  width: 62px;
  height: 41px;
  padding-top: 17px;
  text-align: center;
  font-size: medium;
  font-weight: bold;
  bottom: 0;
  right: 0;
  color: #FFF;  
}
/*Кнопки*/
#view_all_sale a, .button_checkout a, #order_make_button, #aiContactSafeSendButton,
#register_button a, #register_button1 a, #comments-form-send-btn {
  display: block;
  float: left;
  background: #EB6F14;
  background: -moz-linear-gradient(top, #F4C697 0%, #EA6C18 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4C697), color-stop(100%,#EA6C18));
  box-shadow: inset 0px 0px 6px #FFF;
  -webkit-box-shadow: inset 0px 0px 6px #FFF;
  border: 1px solid #F4C697;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  -moz-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  transition-property: color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: initial;
  font-size: large;
  text-shadow: #817A7A 1px 1px 2px;
  font-style: italic;
  }
  #view_all_sale a {width: 60%;height: 40px;padding: 8px 0 0 0;margin-left: 20%;margin-top: 10px;font-style: inherit;}
  .button_checkout a {height: 45px;padding-top: 8px;padding-left: 15px;padding-right: 15px;}
  #view_all_sale a:hover, .button_checkout a:hover, 
  #aiContactSafeSendButton:hover, #register_button a:hover,  #register_button1 a:hover, #comments-form-send-btn:hover {
  color: #000;
		-moz-transition: color 0.15s ease-in-out;
		-webkit-transition: color 0.15s ease-in-out;
		transition: color 0.15s ease-in-out;}
		.button_continue {float: left;}

#cart_h2 {font-style: italic; color: #E4E4E4;}
#cart_h2s {font-style: italic; color: #BEBBBB;}
.browse_Product_Checkout a {
display: block;
  width: 85px;
  height: 28px;
  padding: 6px 0 0 0;
  margin-left: 2px;
  margin-top: 5px;
  float: left;
  background: #EB6F14;
  background: -moz-linear-gradient(top, #F4C697 0%, #EA6C18 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4C697), color-stop(100%,#EA6C18));
  box-shadow: inset 0px 0px 6px #FFF;
  -webkit-box-shadow: inset 0px 0px 6px #FFF;
  border: 1px solid #F4C697;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: initial;
  }
  .browse_Product_Checkout a:hover {
  color: #145675;
		-moz-transition: color 0.15s ease-in-out;
		-webkit-transition: color 0.15s ease-in-out;
		transition: color 0.15s ease-in-out;}
.productPrice, .productPrice2, #productPrice_fp {  text-align: center;float: left;font-family: "Prostomayki";font-size: x-large;  width: 100%;}
.productPrice_para {text-align: center;margin-top: -9px;float: left;width: 100%;font-size: 14px;font-weight: bold;}
.sale_r {margin: 2% 2% 0px 0;border: 1px solid #eee;border-radius: 5px;}
.spa1 {position: relative;}
.sale_product {width: 200px;text-align: center;float: right;}
#disc_label {
    position: absolute;
    background: url('/components/com_virtuemart/shop_image/star.png') no-repeat;
    width: 60px;
    height: 41px;
    padding-top: 16px;
    font-size: medium;
    padding-left: 10px;
    font-weight: bold;
    margin-left: 130px;
    margin-top: -104px;
    color: #FFF;}

#register_button a, #register_button1 a {height: 45px;
    padding: 10px 10px 0px 10px;
}
#partner_new_main ul li {
background: url(/templates/gk_mystore/images/galochka2.jpg) no-repeat;
padding-left: 30px;
font-size: large;
}
#partner_new_main {
font-size: 1.45em;
}

/* NEW */
#pm_top {
	overflow: hidden;
color: #6C6459;
padding: 10px 0 0;
/*
position: fixed;
z-index: 110;
*/
}
#pm_logo {width: 255px;position: relative;z-index: 50;float: left;padding-top: 10px;}
#pm_logo img {width: 250px;}
#pm_tools {width: 360px;float: left;}
#top_info {width: 392px;margin-top: 8px;float: left;}
#pm_delivery, #pm_individ {float: left;}
#pm_delivery a {color: black;
    float: left;
    border: 1px solid black;
    border-radius: 5px;
    text-decoration: none;
    padding: 8px;
    margin-left: 10px;}
.browse_delivery_Link a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #C21D5B;
}
#pm_individ a {
background: #e78800;
    padding: 8px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 20px;
    float: left;
}
#pm_cont {
	display: none;
    width: 180px;
    font-weight: bold;
    line-height: 1.0;
    float: left;
    position: absolute;
    left: 278px;
    top: 64px;
    z-index: 110;
    background: white;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    box-shadow: 0px 3px 4px 0px #a9a8a8;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 25px;
}
#contact_text {
margin-left: 5px;
}
#pm_cart {
background: #FFF7E1 url(/templates/gk_mystore/images/cart.png) no-repeat 5% 50%;
width: 255px;

border-radius: 5px;
margin-left: 10px;
float: right;
	}
	
.cart_heder {
float: right;
width: 200px;
}

#cart_text_head {
font-size: medium;
font-weight: bold;
color: #EF7F1A;
margin-top: 3px;

}

#cart_text {
font-size: small;
color: #6C6459;
padding-top: 20px;
padding-bottom: 20px;
}
#pm_search {
display: inline-block;
height: 40px;
float: left;
}
#img_style_1 {max-height: 210px!important;max-width: 210px!important;border-radius: 5px;width: 100%;height: 100%;}
#img_style_2 {  max-height: 220px!important;max-width: 220px!important; border:0}
#img_style_3 {max-height: 220px!important;max-width: 220px; border:0}

.yashare-auto-init {float: right;}
#subscribe {margin: 10px;border: 2px solid #b7b4b4;padding: 10px;float: left;}
#subscribe_form {width: 59%;float: left;}
.subscribe_input {width: 40%;float: left;margin: 2%;border: 1px solid #ededed;border-radius: 6px;height: 30px;}
.subscribe_submit {background: #ff8100;width: 45%;float: left;height: 40px;color: white;}
#subscribe_agree {width: 100%;float: left;}
#subscribe_text { width: 40%;float: left;height: auto;}
#subscribe_mes {
	background: #FFFBF0 url(/templates/gk_mystore/images/ok-icon.png) no-repeat;
    background-position: left 10px top 10px;
    width: 375px;
    height: 45px;
    border: 1px solid #FFA500;
    border-radius: 3px;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin: 10px;
	display: none;
	}
#subscribe_mes_text {width: 320px;float: left;}
#subscribe_loading {
    background: url(/templates/gk_mystore/images/loading1.gif) no-repeat;
    width: 42px;
    height: 30px;
    margin-top: 20px;
	display:none;
}
#close_icon {
	background: url(/templates/gk_mystore/images/close-icon.png) no-repeat;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: -20px;
    margin-top: -5px;
    cursor: pointer;
	}
#pm_bottom, #pm_bottom2, #pm_bottom3 {float: left;width: 100%;}
#pm_articles {
	float: left;
    background: #FFFBF0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 25px;
	width: 97%;}
.intro_text {overflow: hidden;width: 100%;float: left;height: 84px;}
.intro_text h2 {font-family: arial;font-size: medium;}
#k2_item_article {width: 260px;float: left;padding: 10px;}
#k2_item_article_img {height: 205px;}
#pm_social, #pm_subscribe, #payments_ver{float: right;}
#pm_subscribe {width: 39%;}
#pm_social {margin-right: 12px;}
#pm_bottom2 {margin-top: 25px;padding: 10px;}
#pm_garanty {float: left;width: 60%;padding-right: 10px;}
#guaranty {background: url(/templates/gk_mystore/images/guaranty.png) no-repeat;}
#fast_delivery {background: url(/templates/gk_mystore/images/delivery.png) no-repeat;}
#hight_quality {background: url(/templates/gk_mystore/images/quolity.png) no-repeat;}
#guaranty, #fast_delivery, #hight_quality {padding-left: 39px;padding-top: 0;margin: 0;background-position: top 11px left 0px;padding-right: 45px;}
#guaranties_text {    
	font-size: 18px;
    font-family: "Prostomayki";
    line-height: 1.7;
    font-weight: bold;
    text-transform: uppercase;
    color: #EF7F1A;}
#pm_bottom_menu {float: left;width: 97%;padding: 15px;background: #FFFBF0;}
#pm_bottom_menu a {color: #550F49;text-decoration: underline;}
#pm_bottom_menu table {width: 100%;}
#footer_mob_link {
	background: url(/templates/gk_mystore/images/iphone.png) no-repeat;
	background-position: top 5px left 0px;
	border: 1px solid #DADADE;
	padding: 10px;
    border-radius: 3px;
	padding-left: 30px;
}
#pm_bottom3 {margin-top: 25px;}
#mob-ver {float: left;}
#creditcards, #web_money {float: left;padding: 10px;margin-right: 25px;}
#copyr {
	float: left;
    height: 50px;
    border-top: 2px solid #EFE9D9;
    width: 99%;
    text-align: center;
    padding-top: 20px;
    color: #CBC4B2;
    font-size: medium;}
.checkout_radio_box, .checkout_radio_box2 {
    margin-left: 3px;
    margin-right: 10px;
    background-color: #FFF;
    border: #CBC6C7 1px solid;
    float: left;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 15px;
    box-shadow: 1px 2px 2px 0px #C0C0C0;}
	
	
#paynt_metods_image {margin-left: 5px;}

.checkout_radio_box:hover, .checkout_radio_box2:hover {
background-color: #eeeeee;
}



input[type=radio]:checked + .checkout_radio_box {
border: solid 1px #FDAC00;
    position: relative;
    z-index: 15;
    box-shadow: 0px 0px 8px #808080;
}
input[type=radio]:checked + .checkout_radio_box .checkout_radio_title {
border-bottom-color: #FF7E06;;
color: #5C215D;
font-style: normal;
}
input[type=radio]:checked + .checkout_radio_box2 .checkout_radio_title2 {
border-bottom-color: #FF7E06;;
color: #5C215D;
margin-left: 10px;
font-style: normal;
}

.checkout_radio_title {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: italic;
color: #666;
text-align: center;
border-bottom: 1px solid #B8B8B8;
width: 100%;
min-height: 50px;
line-height: 1.4;
}


.checkout_radio_text ul {
list-style-type: none;
}

.checkout_radio_text li {
margin-left: 0px;}

input[type=radio]:checked + .checkout_radio_box .checkout_radio_success_img {
display: block;
}

input[type=radio]:checked + .checkout_radio_box2 .checkout_radio_success_img {
display: block;
}
.checkout_radio_success_img {
/*
background-image: url(/success_icon.png);
background-repeat: no-repeat;
background-position: center;
height: 40px;
display: none;*/
}
#order_make_button {margin-top: 15px; transition: color 0.0s ease-in-out;transition-duration: 0.0s;}

.ship_vars_panel_new input {
display: none;
}
.payment_metods {
float: left;
width: 700px;
}

input[type=radio]:checked + .checkout_radio_box2 {
    border: solid 1px #FDAC00;
    position: relative;
    z-index: 15;
    box-shadow: 0px 0px 8px #808080;
}
.checkout_radio_title2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #666;
text-align: center;
border-bottom: 1px solid #B8B8B8;
width: 106px;
min-height: 50px;
line-height: 1.4;
}
#shiping_rate_free {
color: #008000;
font-weight: bold;
font-size: medium;
}
#shiping_rate {
color: #5C215D;
font-weight: bold;
font-size: medium;
}
#checkout_form {float: left;width: 450px;}
.ship_vars_panel_new {float: left;}
.checkout_user_field {height: 25px;border: 1px solid #CCCBCB;width: 318px;}
#comment {width: 318px;border: 1px solid #CCCBCB;}


.top-product-list, .top-product-list-pd {
	width: 203px;
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: medium;
    padding-left: 14px;
    border-radius: 3px;
	}
.top-product-list { background: #FFF url(/templates/gk_mystore/images/catalog_top.png) repeat-x 0 bottom;color: #FFF;text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);}
.top-product-list-pd {background: #FFF url(/templates/gk_mystore/images/catalog_top_gray.png) repeat-x 0 bottom;color: #000;}
.top-product-list-pd:hover {background: #FFF url(/templates/gk_mystore/images/catalog_top_gray_h.png) repeat-x 0 bottom;}
#prostomayki-menu {float: left;margin-left: 15px;}
#pm-align {float: left;margin-right: 10px;z-index: 50;position: relative;}
.pm-arrow, .pm-arrow-pd, .pm-arrow-up  {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-top: -32px;
    margin-left: 190px;}
.pm-arrow { background: url(/templates/gk_mystore/images/arrow-down.png) no-repeat;}
.pm-arrow-up {background: url(/templates/gk_mystore/images/arrow-up.png) no-repeat;}
.pm-arrow-pd { background: url(/templates/gk_mystore/images/arrow-down-bl.png) no-repeat;}
#prostomayki-menu-main {margin-left: 5px;margin-bottom: 5px;}
#menu_overlay {
    position: fixed;
    z-index: 40;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    cursor: pointer;
    opacity: 0.6;
	display:none;}
#top-product-list {z-index: 50;}

.conteiner {
	margin: auto;
	max-width: 800px;
	text-align:center;
	padding:115px 0 0 0;
}

#gal {background: url(/templates/gk_mystore/images/gal.png) no-repeat;
    background-position: top 0px left 0px;
    width: 100%;
    padding-left: 25px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;}
#nagl, #nagl_bottom {
float:left;
overflow: hidden;
width: 100%;
}
#text_sh, #text_sh_bottom  {
  margin-top: -20px;
  height: 26px;
  width: 100%;
  background: #FFF;
  opacity: 0.6;
  cursor: pointer;
  float: left;
    }
#text_open_button, #text_open_button_bottom {
float: right;
cursor: pointer;
margin-top: 10px;
}
#text_cl, #text_sh, #text_sh_bottom, #text_cl_bottom {display:none}
#text_close_button, #text_close_button_bottom {
  float: right;
  cursor: pointer;
}
#special_text {
padding: 5px;
float: left;
width: 100%;
font-size: 14px;}

#cart_image_block {position: relative;width: 100px;}
#cart_osn_image {width: 100px;}
#cart_layer_image {width: 100px; position: absolute;left: 0;top: 0;}
.cart_layer_image_cl.layer_style_2 {width: 79px!important;margin-top:9px;margin-left: 11px;}
.cart_layer_image_cl.layer_style_8 {width: 64px!important;margin-top:3px;margin-left: 18px;}
.cart_layer_image_cl.layer_style_6 {width: 120px!important;height: 120px!important;margin-top: 10px;margin-left: 3px;}
.cart_layer_image_cl.layer_style_6_back {width: 120px!important;height: 120px!important;margin-top: 10px;margin-left: -24px;}
.cart_layer_image_cl.layer_style_10 {width: 50px!important;height: 50px!important;display: inline;position: absolute;left: 35px!important;top: 7px!important;}
.cart_layer_image_cl.layer_style_14 {width: 72px!important;height: 72px!important;display: inline;position: absolute;left: 14px!important;top: 22px!important;}
.cart_layer_image_cl.layer_style_15 {width: 72px!important;height: 72px!important;display: inline;position: absolute;left: 18px!important;top: 12px!important;}
.cart_layer_image_cl.layer_style_16 {width: 90px!important;height: 90px!important;display: inline;position: absolute;left: 5px!important;top: -1px!important;}
#cart_layer_image_j {width: 76px;position: absolute;top: 20px;left: 12px;}

#special_atr {text-align: center;font-size: smaller;float: left;width: 100%;}
#all_articles_link a {font-size: 1.30769em;float: right;}
#language_select {float: right;margin-right: 5px;}
#top_slide_show {width: 800px;float: left;}
#search_ajax_result {background: #fff;width: 375px;padding: 10px;z-index: 25;display: none;position: absolute;box-shadow: 0px 3px 4px 0px #a9a8a8;}
#search_ajax_a  {width: 100%;float: left;padding: 5px;border-bottom: 1px solid #e6e6e6;}
#search_ajax_all {float: right;padding-top: 12px;font-weight: bold;font-size: small;}


/* language lists with UL (names & images) */


#jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 1.1em;
	width: 20px;
}

#jflanguageselection ul.jflanguageselection li#active_language
{
 	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px solid #dcdcdc;
}









/** Controls Raw Display of Images **/










#jflanguageselection
{
    float: left;
    margin: 0px 0px 10px 20px;   
}

/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin-top: 3px;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li a
{
	display: block;
}

#jflanguageselection ul.jflanguageselection img
{
	border: none;
}




/** Styles for the drop down list */

#jflanguageselection select.jflanguageselection
{
	border: 1px solid #cccccc;
}

#jflanguageselection label.jflanguageselection
{
	
}

/** Controls Raw Display of Images **/

.rawimages {
	text-align: center;
	margin-top: 3px;
}
.rawimages img {
	border: none;
	margin:2px;
}
.rawimages span#active_language img
{
	margin:2px;
	border: none;
}

div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }

#jflanguageselection .opaque{
	filter:alpha(opacity=30);
}
#jflanguageselection option.opaque{
	color:graytext;
}
#cart_image_block .layer_style_3 {width: 41px;display: inline;position: absolute;left: 41px;top: 12px;}
#cart_image_block .layer_style_6 {width: 120px!important;height: 120px!important;margin-top: 8px;}
#cart_image_block .layer_style_6_back  {width: 120px!important;height: 120px!important; margin-top: 3px;margin-left: -20px;}
#cart_image_block .layer_style_7  {width: 120px!important;height: 120px!important;margin-top: 4px;margin-left: 4px;}
/*Social buttons*/
.social_share_b {float: left;padding: 3px;}
.social_icon_link_middle_fb {opacity: 0.5;width: 35px;height: 35px;float: left;background: url(/templates/gk_mystore/images/facebook-4-xxl.jpg) no-repeat;}
.social_icon_link_middle_fb:hover, .social_icon_link_middle_gp:hover, .social_share_tw:hover, .social_share_in:hover {opacity: 1}
.social_icon_link_middle_gp {opacity: 0.5;width: 35px;height: 35px;float: left;background: url(/templates/gk_mystore/images/google_logo1600.jpg) no-repeat;}
.social_share_tw {opacity: 0.5;width: 35px;height: 35px;float: left;background: url(/templates/gk_mystore/images/flat-twitter-icon-16.jpg) no-repeat;}
.social_share_in {opacity: 0.5;width: 35px;height: 35px;float: left;background: url(/templates/gk_mystore/images/linkedin_circle_color-512.jpg) no-repeat;}
#baner_on_main {width: 109% !important;
    float: left;}
#adv_top_lang {float: right;}
/*Отзывы*/
.pm-hidden {
    display: none !important;
}

.pm-review-optional {
    font-weight: normal;
    color: #777;
    font-size: 13px;
}

.pm-review-counter {
    margin-top: 5px;
    font-size: 13px;
    color: #777;
}

.pm-review-counter.pm-ok {
    color: #238000;
}

.pm-review-counter.pm-bad {
    color: #c40000;
}

.pm-field-error {
    margin-top: 5px;
    font-size: 13px;
    color: #c40000;
}

.pm-rating-select.pm-has-error label {
    color: #c40000;
}

#pm-review-form-wrap {
    margin: 25px 0;
    padding: 18px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 8px;
}

.pm-review-title {
    margin: 0 0 15px;
    font-size: 22px;
    text-align: left;
}

.pm-review-row {
    margin-bottom: 14px;
}

.pm-review-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#pm-review-form input[type="text"],
#pm-review-form input[type="email"],
#pm-review-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}

#pm-review-form textarea {
    min-height: 110px;
    resize: vertical;
}

.pm-review-note {
    margin-top: 4px;
    font-size: 12px;
    color: #777;
}

.pm-review-hidden {
    display: none;
}

.pm-rating-select {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 3px;
}

.pm-rating-select input {
    display: none;
}

.pm-rating-select label {
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    color: #ccc;
    font-weight: normal;
}

.pm-rating-select label:hover,
.pm-rating-select label:hover ~ label,
.pm-rating-select input:checked ~ label {
    color: #f5a623;
}

#pm-review-submit {
    padding: 10px 18px;
    border: 0;
    border-radius: 5px;
    background: #222;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

#pm-review-submit:disabled {
    opacity: 0.6;
    cursor: default;
}

#pm-review-message {
    margin-top: 12px;
    font-size: 14px;
}

#pm-review-message.pm-success {
    color: #238000;
}

#pm-review-message.pm-error {
    color: #c40000;
}

.pm-review-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pm-review-modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
}

.pm-review-modal__box {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 420px;
    margin: 12vh auto 0;
    padding: 26px 22px 22px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.pm-review-modal__close {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #777;
}

.pm-review-modal__icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #238000;
    color: #fff;
    font-size: 34px;
    line-height: 54px;
    font-weight: bold;
}

.pm-review-modal__title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #222;
}

.pm-review-modal__text {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.45;
    color: #555;
}

.pm-review-modal__button {
    display: inline-block;
    min-width: 120px;
    padding: 10px 18px;
    border: 0;
    border-radius: 5px;
    background: #222;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

body.pm-review-modal-open {
    overflow: hidden;
}

@media (max-width: 600px) {
    #pm-review-form-wrap {
        padding: 14px;
    }

    .pm-rating-select label {
        font-size: 36px;
    }

    #pm-review-submit {
        width: 100%;
    }

    .pm-review-modal__box {
        margin-top: 18vh;
        padding: 24px 18px 20px;
    }

    .pm-review-modal__title {
        font-size: 20px;
    }
}
.pm-product-reviews {
    margin: 25px 0;
}

.pm-reviews-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
}

.pm-reviews-summary__rating {
    white-space: nowrap;
}

.pm-reviews-summary__value {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.pm-reviews-summary__max {
    color: #777;
}

.pm-reviews-summary__text {
    font-size: 14px;
    color: #555;
}

.pm-review-item {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pm-review-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
}

.pm-review-head span {
    color: #777;
    font-size: 13px;
}

.pm-review-stars {
    margin-bottom: 7px;
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 1px;
}

.pm-review-text {
    line-height: 1.5;
}

.pm-review-product-id {
    margin-top: 7px;
    color: #777;
    font-size: 13px;
}

@media (max-width: 600px) {
    .pm-reviews-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .pm-review-head {
        display: block;
    }

    .pm-review-head span {
        display: block;
        margin-top: 3px;
    }
}

/* =========================================================
   Современная корзина PROSTO Майки
   ========================================================= */
#gk-container {
	min-height:250px;
}
/*
#gk-main {
	width:100%;
	float:left;
}
*/
/*
#gk-left,
#gk-footer,
.gk-box,
#bottom {
	display:none;
}
*/

.cart_body {
	max-width:1280px;
	margin:0 auto;
	padding:18px 16px 32px;
	box-sizing:border-box;
	font-family:Arial,Helvetica,sans-serif;
	color:#202124;
	background:#fff;
}
.pm-cart-heading {
	display:flex;
	align-items:center;
	gap:14px;
	margin:0 0 20px;
}
.pm-cart-heading h1 {
	margin:0;
	font-size:30px;
	line-height:1.2;
	font-weight:700;
	color:#202124;
}
.pm-cart-count {
	display:inline-flex;
	align-items:center;
	min-height:34px;
	padding:0 13px;
	border:1px solid #dfe1e5;
	border-radius:18px;
	font-size:15px;
	color:#70757a;
	background:#fff;
	box-sizing:border-box;
}
.pm-cart-layout {
	display:block;
}
.pm-cart-main,
.pm-cart-sidebar {
	min-width:0;
}
.pm-cart-list .window {
	width:100%;
}
.pm-cart-item {
	margin:0 0 16px;
	padding:18px;
	border:1px solid #e1e4e8;
	border-radius:16px;
	background:#fff;
	box-shadow:0 2px 8px rgba(0,0,0,.035);
}
.pm-cart-item-main {
	display:grid;
	grid-template-columns:150px minmax(0,1fr);
	gap:20px;
	align-items:start;
}
.pm-cart-image {
	position:relative;
	width:150px;
	height:150px;
	border-radius:13px;
	background:#f7f7f7;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.pm-cart-image #cart_image_block {
	position:absolute;
	left:50%;
	top:50%;
	transform-origin:center center;
}
.pm-cart-image #cart_osn_image,
.pm-cart-image #cart_layer_image {
	max-width:none !important;
	max-height:none !important;
}
.pm-cart-image #cart_osn_image {
	display:block;
	width:auto !important;
	height:auto !important;
}
.pm-cart-title-row {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:12px;
}
.pm-cart-name a {
	font-size:16px;
	line-height:1.3;
	color:#202124;
	text-decoration:none;
}
.pm-cart-name a:hover {
	color:#ff7800;
}
.short_cart_desc {
	display:block;
	margin-top:7px;
	font-size:12px;
	line-height:1.45;
	font-weight:400;
	color:#777;
}
.pm-delete-form {
	margin:0;
	flex:0 0 auto;
}
.pm-delete-button {
	width:36px;
	height:36px;
	padding:0;
	border:0;
	border-radius:50%;
	background:#fff3e8;
	color:#ff7800;
	font-size:27px;
	line-height:34px;
	cursor:pointer;
}
.pm-delete-button:hover {
	background:#ffe4cc;
}
.pm-cart-price {
	margin-top:18px;
	font-size:22px;
	line-height:1.2;
	font-weight:700;
	color:#202124;
}
.pm-cart-controls {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-top:16px;
}
.pm-quantity-form {
	display:inline-flex;
	align-items:center;
	height:46px;
	margin:0;
	border:1px solid #d8dce1;
	border-radius:12px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 2px 5px rgba(0,0,0,.04);
}
.pm-quantity-form button {
	width:46px;
	height:46px;
	padding:0;
	border:0;
	background:#fff;
	font-size:25px;
	color:#4b4f54;
	cursor:pointer;
}
.pm-quantity-form button:hover {
	background:#f7f7f7;
	color:#ff7800;
}
.pm-quantity-form .quantity-input {
	width:48px !important;
	height:46px !important;
	padding:0 !important;
	border:0 !important;
	border-left:1px solid #eceff1 !important;
	border-right:1px solid #eceff1 !important;
	border-radius:0 !important;
	background:#fff !important;
	font-size:18px !important;
	font-weight:600;
	text-align:center;
	box-sizing:border-box;
	-webkit-appearance:none;
}
.pm-cart-subtotal {
	font-size:17px;
	font-weight:600;
	white-space:nowrap;
}
.pm-cart-details {
	margin-top:17px;
	border:1px solid #e4e7ea;
	border-radius:12px;
	overflow:hidden;
}
.pm-cart-details summary {
	position:relative;
	display:flex;
	align-items:center;
	gap:10px;
	min-height:48px;
	padding:0 48px 0 16px;
	font-size:15px;
	color:#5f6368;
	cursor:pointer;
	list-style:none;
	user-select:none;
}
.pm-cart-details summary::-webkit-details-marker {
	display:none;
}
.pm-details-icon {
	font-size:18px;
	color:#202124;
}
.pm-details-arrow {
	position:absolute;
	right:18px;
	top:50%;
	width:8px;
	height:8px;
	border-right:2px solid #5f6368;
	border-bottom:2px solid #5f6368;
	transform:translateY(-65%) rotate(45deg);
	transition:transform .2s ease;
}
.pm-cart-details[open] .pm-details-arrow {
	transform:translateY(-35%) rotate(225deg);
}
.pm-cart-details-content {
	padding:14px 16px 16px;
	border-top:1px solid #eceff1;
	font-size:15px;
	line-height:1.55;
	color:#6b7075;
}
.pm-cart-summary {
	margin-top:24px;
	padding:20px;
	border:1px solid #e1e4e8;
	border-radius:16px;
	background:#fff;
	box-shadow:0 2px 8px rgba(0,0,0,.035);
}
.pm-summary-row {
	display:flex;
	justify-content:space-between;
	gap:20px;
	padding:4px 0;
	font-size:16px;
	line-height:1.45;
}
.pm-summary-delivery {
	color:#666;
}
.pm-summary-delivery span:last-child {
	text-align:right;
}
.pm-summary-total {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-top:14px;
	padding-top:16px;
	border-top:1px solid #e5e7e9;
}
#cart-total {
	font-size:20px;
	font-weight:700;
}
#cart-total-summ {
	font-size:27px;
	font-weight:700;
	white-space:nowrap;
}
#cart_bottom_buttons,
#basket_buttons {
	display:flex;
	flex-direction:column;
	gap:12px;
	margin-top:14px;
}
#basket_buttons br {
	display:none;
}
.button_checkout,
.button_continue {
	width:100%;
	margin:0;
}
#button_checkout,
#button_continue {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:54px;
	padding:11px 18px;
	border-radius:10px;
	box-sizing:border-box;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
}
#button_checkout {
	border:1px solid #ff7800;
	background:#ff7800;
	color:#fff !important;
	box-shadow:0 3px 8px rgba(255,120,0,.22);
}
#button_checkout:hover {
	background:#e96d00;
	border-color:#e96d00;
}
#button_continue {
	border:1px solid #d9dde1;
	background:#fff;
	color:#1946b8 !important;
	font-weight:500;
}
#button_continue:hover {
	border-color:#ff7800;
	color:#ff7800 !important;
}

@media (min-width:901px) {
	.pm-cart-layout {
		display:flex;
		align-items:flex-start;
		gap:30px;
	}
	.pm-cart-main {
		flex:1 1 auto;
		max-width:none;
	}
	.pm-cart-sidebar {
		flex:0 0 390px;
		position:sticky;
		top:18px;
	}
	.pm-cart-summary {
		margin-top:0;
	}
	.pm-cart-item-main {
		grid-template-columns:180px minmax(0,1fr);
		gap:24px;
	}
	.pm-cart-image {
		width:180px;
		height:180px;
	}
}

@media (max-width:900px) {
	.pm-cart-layout {
		display:block;
	}
	.pm-cart-sidebar {
		position:static;
	}
}


/* ===== Modern checkout, 2026 ===== */
.checkout-page{max-width:1180px;margin:0 auto;padding:24px 20px 50px;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;color:#262626}
.checkout-layout{grid-template-columns:minmax(360px,.85fr) minmax(520px,1.15fr);gap:28px;align-items:start;}
.checkout-panel{background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:22px;box-sizing:border-box;box-shadow:0 3px 14px rgba(0,0,0,.05)}
#checkout_form,.ship_vars_panel_new,.payment_metods{float:none;width:auto}
.checkout-options-column{min-width:0}.checkout-options-column .checkout-panel+.checkout-panel{margin-top:20px}
.checkout-page h1,.checkout-page h2{font-family:Arial,Helvetica,sans-serif;color:#3d0f55;line-height:1.25}
.checkout-page h2{font-size:21px;font-weight:700;margin:0 0 16px}
.checkout-fields-table,.checkout-fields-table tbody,.checkout-fields-table tr,.checkout-fields-table td{display:block;width:100%;box-sizing:border-box}
.checkout-fields-table{border-collapse:collapse}.checkout-field-row{margin:0 0 15px}
.checkout-field-label{margin:0 0 6px;font-size:14px;font-weight:700;line-height:1.35;color:#333}.checkout-required{color:#d82b2b}
.checkout-field-control{position:relative}
.checkout_user_field,#comment{display:block;width:100%;min-height:46px;padding:10px 12px;border:1px solid #d4d4d4;border-radius:9px;box-sizing:border-box;background:#fff;color:#222;font-size:16px;line-height:1.35;transition:border-color .15s,box-shadow .15s}
#comment{min-height:105px;resize:vertical}
.checkout_user_field:focus,#comment:focus{outline:none;border-color:#f07b26;box-shadow:0 0 0 3px rgba(240,123,38,.14)}
.checkout-field-error{border-color:#cf2626!important;box-shadow:0 0 0 3px rgba(207,38,38,.12)!important}
.checkout-field-note{display:block;margin:-9px 0 14px;color:#686868;font-size:12px;line-height:1.4}
.checkout-info-note{margin:0 0 15px;padding:12px 14px;border-radius:9px;background:#fff8ed;border:1px solid #f3dfc7;color:#51483e;font-size:13px;line-height:1.45}
.checkout-terms{display:flex;align-items:flex-start;gap:9px;margin-top:5px;font-size:13px;line-height:1.45}.checkout-terms input{width:18px;height:18px;margin:1px 0 0;flex:0 0 auto}
.ship_vars_panel_new{display:flex;flex-wrap:wrap;gap:12px}.ship_vars_panel_new h2{flex:0 0 100%}
.ship_vars_panel_new>input,.payment_metods>input{position:absolute!important;opacity:0;pointer-events:none}
.checkout_radio_box,.checkout_radio_box2{float:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0;background:#fff;border:1px solid #dedede;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);cursor:pointer;overflow:hidden;box-sizing:border-box;transition:.15s}
.checkout_radio_box{flex:1 1 150px;min-width:145px;width:auto;height:190px}
.checkout_radio_box2{display:flex;float:left;width:calc(33.333% - 9px);min-width:150px;height:155px;margin:0 12px 12px 0}
.checkout_radio_box:hover,.checkout_radio_box2:hover{background:#fffaf5;border-color:#efb583;transform:translateY(-1px)}
.checkout_radio_title,.checkout_radio_title2{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:8px 10px;box-sizing:border-box;border-bottom:1px solid #e7e7e7;color:#4a4a4a;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:700;font-style:normal;line-height:1.25;text-align:center}
.checkout_radio_text{width:100%;margin:14px 0 0;padding:0 10px;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;text-align:center}.checkout_radio_text ul{margin:0;padding:0}.checkout_radio_text li{margin:0;font-size:13px;line-height:1.45}
#paynt_metods_image{width:110px;height:46px;margin:0 auto;background-position:center!important;background-size:contain!important}
input[type=radio]:checked+.checkout_radio_box,input[type=radio]:checked+.checkout_radio_box2{border:2px solid #f07b26;background:#fffaf6;box-shadow:0 4px 14px rgba(240,123,38,.18)}
input[type=radio]:checked+.checkout_radio_box .checkout_radio_title,input[type=radio]:checked+.checkout_radio_box2 .checkout_radio_title2{color:#3d0f55;border-bottom-color:#f07b26;margin-left:0}
.payment_metods{display:block;overflow:hidden}.payment_metods h2{width:100%}
.checkout-submit-wrap{clear:both;padding-top:6px}
#order_make_button{float:none;display:block;width:100%;height:54px;margin:14px 0 0;border:0;border-radius:10px;background:linear-gradient(#ff9b50,#ed6e18);box-shadow:0 3px 8px rgba(207,91,9,.22);color:#fff;font:bold 18px Arial,Helvetica,sans-serif;font-style:normal;cursor:pointer}
#order_make_button:hover{color:#fff;filter:brightness(.97)}
@media(max-width:1050px){.checkout-layout{grid-template-columns:minmax(330px,.9fr) minmax(430px,1.1fr);gap:20px}.checkout_radio_box{flex-basis:calc(50% - 8px)}}


/* ===== Checkout compact select layout ===== */
.checkout-layout {
	display:block;
	max-width:720px;
	margin:0 auto;
}
.checkout-contact-panel {
	width:100%;
}
.checkout-options-column {
	width:100%;
}
#checkout_option_sources {
	display:none !important;
}
.checkout-main-select {
	display:block;
	width:100%;
	box-sizing:border-box;
	font:16px/1.35 Arial, Helvetica, sans-serif;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image:
		linear-gradient(45deg, transparent 50%, #555 50%),
		linear-gradient(135deg, #555 50%, transparent 50%);
	background-position:
		calc(100% - 19px) 20px,
		calc(100% - 13px) 20px;
	background-size:6px 6px, 6px 6px;
	background-repeat:no-repeat;}
.checkout-main-select:focus {
	outline:none;
	border-color:#f07b26;
	box-shadow:0 0 0 3px rgba(240,123,38,.14);
}
.checkout-select-hint {
	min-height:0;}
.checkout-select-hint:empty {
	display:none;
}
.checkout-submit-wrap {
	width:100%;
	margin-top:0;
}


/* ===== Checkout phone country selector and enhanced selects ===== */
.checkout-phone-control {
	display:grid;
	gap:8px;
	align-items:stretch;}
.checkout-country-select,
.checkout-main-select {
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
	font-weight:500;
	letter-spacing:0;
}
.checkout-country-select {
	display:block;
	width:100%;
	min-height:46px;
	padding:9px 34px 9px 10px;
	border:1px solid #d4d4d4;
	border-radius:9px;
	box-sizing:border-box;
	background-color:#fff;
	color:#222;
	font-size:15px;
	line-height:1.3;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image:
		linear-gradient(45deg, transparent 50%, #666 50%),
		linear-gradient(135deg, #666 50%, transparent 50%);
	background-position:
		calc(100% - 17px) 19px,
		calc(100% - 11px) 19px;
	background-size:6px 6px, 6px 6px;
	background-repeat:no-repeat;
}
.checkout-country-select:focus {
	outline:none;
	border-color:#f07b26;
	box-shadow:0 0 0 3px rgba(240,123,38,.14);
}
#phone_local {
	min-width:0;
}
.checkout-select-row {
	position:relative;
	padding:15px;
	border:1px solid #ececec;
	border-radius:12px;
	background:linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
}
.checkout-select-row .checkout-field-label {
	margin-bottom:8px;
	font-size:15px;
	color:#2f2f2f;
}
.checkout-main-select {
	min-height:52px;
	padding:12px 44px 12px 14px;
	border:1px solid #d1d1d1;
	border-radius:10px;
	background-color:#fff;
	color:#202020;
	font-size:16px;
	line-height:1.35;
	box-shadow:0 1px 2px rgba(0,0,0,.03);
}
.checkout-main-select:hover {
	border-color:#bbb;
}
.checkout-main-select option {
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	color:#222;
	background:#fff;
}
.checkout-select-hint {
	margin-top:7px;
	padding-left:2px;
	color:#707070;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4;
}
#checkout_shipping_select_row {
	margin-top:18px;
}
#checkout_payment_select_row {
	margin-top:18px;
}


/* ===== Rich checkout dropdowns using original delivery/payment images ===== */
.checkout-native-select-hidden {
	position:absolute !important;
	width:1px !important;
	height:1px !important;
	opacity:0 !important;
	pointer-events:none !important;
}
.checkout-rich-select {
	position:relative;
	width:100%;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}
.checkout-rich-select-button,
.checkout-rich-select-option {
	width:100%;
	border:0;
	background:#fff;
	color:#222;
	font:inherit;
	text-align:left;
	cursor:pointer;
	box-sizing:border-box;
}
.checkout-rich-select-button {
	display:grid;
	grid-template-columns:54px minmax(0,1fr) 18px;
	gap:12px;
	align-items:center;
	min-height:66px;
	padding:8px 13px;
	border:1px solid #d1d1d1;
	border-radius:10px;
	box-shadow:0 1px 2px rgba(0,0,0,.03);
}
.checkout-rich-select-button:hover {
	border-color:#bcbcbc;
}
.checkout-rich-select.is-open .checkout-rich-select-button {
	border-color:#f07b26;
	box-shadow:0 0 0 3px rgba(240,123,38,.14);
	border-radius:10px 10px 0 0;
}
.checkout-rich-select-icon {
	display:block;
	width:54px;
	height:44px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.checkout-rich-select-copy {
	display:flex;
	flex-direction:column;
	min-width:0;
	gap:3px;
}
.checkout-rich-select-title {
	display:block;
	color:#272727;
	font-size:15px;
	font-weight:600;
	line-height:1.3;
}
.checkout-rich-select-description {
	display:block;
	color:#747474;
	font-size:12px;
	font-weight:400;
	line-height:1.35;
	white-space:normal;
}
.checkout-rich-select-arrow {
	width:9px;
	height:9px;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	transform:rotate(45deg) translateY(-3px);
	transition:transform .15s;
}
.checkout-rich-select.is-open .checkout-rich-select-arrow {
	transform:rotate(225deg) translate(-2px,-2px);
}
.checkout-rich-select-list {
	position:absolute;
	z-index:1200;
	left:0;
	right:0;
	top:100%;
	display:none;
	max-height:330px;
	overflow-y:auto;
	border:1px solid #d7d7d7;
	border-top:0;
	border-radius:0 0 10px 10px;
	background:#fff;
	box-shadow:0 12px 25px rgba(0,0,0,.14);
}
.checkout-rich-select.is-open .checkout-rich-select-list {
	display:block;
}
.checkout-rich-select-option {
	display:grid;
	grid-template-columns:54px minmax(0,1fr);
	gap:12px;
	align-items:center;
	min-height:64px;
	padding:9px 13px;
	border-bottom:1px solid #ededed;
}
.checkout-rich-select-option:last-child {
	border-bottom:0;
}
.checkout-rich-select-option:hover,
.checkout-rich-select-option.is-selected {
	background:#fff7ef;
}
.checkout-rich-select-option.is-selected .checkout-rich-select-title {
	color:#7b2b08;
}


/* Ukraine is visually entered as +38 (050) 000 00 00; stored as +380500000000 */



/* ===== Checkout desktop: form on the left, order summary on the right ===== */
@media (min-width:980px) {
	.checkout-page {
		max-width:1180px;
		padding:28px 24px 56px;
	}
	.checkout-layout {
		display:grid;
		grid-template-columns:minmax(0, 1fr) minmax(330px, 390px);
		gap:26px;
		align-items:start;
		max-width:none;
	}
	.checkout-contact-panel {
		width:auto;
		min-width:0;
	}
	.checkout-options-column {
		width:auto;
		min-width:0;
		position:sticky;
		top:20px;
	}
	.checkout-order-summary {
		display:block;
		background:#fff;
		border:1px solid #e5e5e5;
		border-radius:14px;
		box-shadow:0 3px 14px rgba(0,0,0,.055);
		overflow:hidden;
	}
	.checkout-summary-header {
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:12px;
		padding:18px 18px 14px;
		border-bottom:1px solid #ececec;
	}
	.checkout-summary-header h2 {
		margin:0 !important;
		font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
		font-size:19px !important;
		line-height:1.25;
		font-weight:700 !important;
		color:#272727 !important;
		text-transform:none !important;
	}
	.checkout-summary-edit {
		flex:0 0 auto;
		font-size:12px;
		color:#0b58c7;
		text-decoration:none;
	}
	.checkout-summary-edit:hover {
		text-decoration:underline;
	}
	.checkout-summary-items {
		max-height:390px;
		overflow-y:auto;
	}
	.checkout-summary-item {
		display:grid;
		grid-template-columns:64px minmax(0,1fr) auto;
		gap:11px;
		align-items:start;
		padding:14px 18px;
		border-bottom:1px solid #efefef;
	}
	.checkout-summary-image {
		display:flex;
		align-items:center;
		justify-content:center;
		width:64px;
		height:64px;
		border:1px solid #ededed;
		border-radius:9px;
		background:#fff;
		overflow:hidden;
	}
	.checkout-summary-image img {
		display:block;
		max-width:100%;
		max-height:100%;
		object-fit:contain;
	}
	.checkout-summary-info {
		min-width:0;
	}
	.checkout-summary-name {
		color:#242424;
		font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
		font-size:13px;
		font-weight:600;
		line-height:1.35;
	}
	.checkout-summary-meta {
		margin-top:4px;
		color:#777;
		font-size:11px;
		line-height:1.35;
	}
	.checkout-summary-quantity {
		margin-top:5px;
		color:#777;
		font-size:12px;
	}
	.checkout-summary-price {
		padding-left:5px;
		color:#252525;
		font-size:13px;
		font-weight:700;
		white-space:nowrap;
	}
	.checkout-summary-totals {
		padding:14px 18px 17px;
	}
	.checkout-summary-row {
		display:flex;
		align-items:flex-start;
		justify-content:space-between;
		gap:16px;
		padding:5px 0;
		color:#555;
		font-size:13px;
		line-height:1.35;
	}
	.checkout-summary-row > span:last-child {
		text-align:right;
	}
	.checkout-summary-delivery > span:last-child {
		max-width:185px;
		color:#777;
		font-size:12px;
	}
	.checkout-summary-total {
		margin-top:8px;
		padding-top:13px;
		border-top:1px solid #e4e4e4;
		color:#202020;
		font-size:18px;
	}
	.checkout-options-column .checkout-submit-wrap {
		margin-top:14px;
		padding:0;
	}
	.checkout-options-column #order_make_button {
		height:56px;
		margin:0;
		border-radius:10px;
		font-size:18px;
	}
}

/* Summary must not alter the established mobile checkout flow. */
@media (max-width:979px) {
	.checkout-order-summary {
		display:none !important;
	}
	.checkout-layout {
		display:block;
	}
	.checkout-options-column {
		position:static;
		width:100%;
	}
}


/* ===== Checkout field order and ZIP visibility ===== */
#zip_id { display:none; }



/* Country selector now displays only flag and calling code. */
.checkout-phone-control {
	grid-template-columns:112px minmax(0, 1fr);
}
.checkout-country-select {
	padding-left:9px;
	padding-right:28px;
	text-align:left;
}
@media (max-width:520px) {
	.checkout-phone-control {
		grid-template-columns:104px minmax(0, 1fr);
	}
}


/* ===== Promocode disclosure ===== */
.checkout-promocode-toggle-row,
.checkout-promocode-toggle-row td {
	display:block;
	width:100%;
	box-sizing:border-box;
}
.checkout-promocode-toggle {
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:0;
	border:0;
	background:transparent;
	color:#0b58c7;
	font:600 14px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	cursor:pointer;
	text-align:left;}
.checkout-promocode-toggle:hover {
	text-decoration:underline;
}
.checkout-promocode-plus {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	border:1px solid #b9c8df;
	border-radius:50%;
	color:#0b58c7;
	font-size:18px;
	font-weight:400;
	line-height:1;
	flex:0 0 auto;
}


/* Single promocode disclosure row directly below payment. */
.checkout-promocode-toggle-row {
	margin:0 0 13px;
}
.checkout-promocode-toggle-row td {
	padding:0 !important;
}
.checkout-promocode-toggle {
	margin:0;
}


/* ===== Checkout order-summary image compositions ===== */
.checkout-summary-image {
	position:relative;
	overflow:hidden;
}
.checkout-summary-composition {
	position:absolute;
	left:50%;
	top:50%;
	transform-origin:center center;
}
.checkout-summary-composition .checkout-summary-base-image {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:auto;
	height:auto;
	max-width:none !important;
	max-height:none !important;
}
.checkout-summary-composition .checkout-summary-layer-image {
	display:block;
	max-width:none !important;
	max-height:none !important;
	pointer-events:none;
}


/* ===== Fix positioning context for checkout image compositions ===== */
.checkout-summary-image {
	position:relative !important;
	display:block;
	width:64px;
	height:64px;
	overflow:hidden !important;
}
.checkout-summary-composition {
	position:absolute !important;
	left:50% !important;
	top:50% !important;
	margin:0 !important;
	padding:0 !important;
	transform-origin:center center !important;
}
.checkout-summary-composition .checkout-summary-base-image {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	margin:0 !important;
	padding:0 !important;
}
.checkout-summary-composition .checkout-summary-layer-image {
	margin:0 !important;
	padding:0 !important;
}


/* =========================================================
   AI SEARCH IN DESKTOP HEADER — FIXED LAYOUT
   ========================================================= */
@media screen and (min-width: 721px) {
    #pm_top {
        display: grid;
        grid-template-columns: 255px 145px minmax(300px, 420px) auto 255px;
        align-items: center;
        column-gap: 12px;
        overflow: visible;
        width: 100%;
        min-height: 82px;
        padding: 8px 0;
        box-sizing: border-box;
    }

    #pm_logo,
    #pm_cont_icon,
    #pm_search,
    #pm_tools,
    #pm_cart {
        float: none;
        margin: 0;
        box-sizing: border-box;
    }

    #pm_logo {
        width: 255px;
        padding-top: 0;
    }

    #pm_logo p,
    #pm_delivery p,
    #pm_individ p {
        margin: 0;
    }

    #pm_cont_icon {
        display: flex;
        align-items: center;
        width: 145px;
        height: 42px;
        padding-left: 41px;
        background-position: 0 50%;
        line-height: 1.2;
    }

    #pm_arrow_help {
        height: 42px;
        background-position: 50% 50%;
    }

    #pm_search {
        position: relative;
        z-index: 60;
        width: 100%;
        min-width: 0;
        height: 44px;
    }

    #pm_search .pm-ai-module {
        display: block;
        width: 100%;
        max-width: none;
    }

    #pm_search .pm-ai-module-form {
        display: flex;
        width: 100%;
        height: 44px;
        gap: 0;
        overflow: hidden;
        border: 1px solid #cfc8c2;
        border-radius: 7px;
        background: #fff;
        box-shadow: inset 0 1px 2px rgba(61,15,85,.05);
        transition: border-color .15s ease, box-shadow .15s ease;
        box-sizing: border-box;
    }

    #pm_search .pm-ai-module-form:focus-within {
        border-color: #ef7f1a;
        box-shadow: 0 0 0 2px rgba(239,127,26,.13);
    }

    #pm_search .pm-ai-module-input-wrap {
        flex: 1 1 auto;
        min-width: 0;
    }

    #pm_search .pm-ai-module input[type=search] {
        width: 100%;
        height: 42px;
        padding: 7px 47px 7px 40px;
        border: 0;
        border-radius: 0;
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235c215d' d='M10.5 3a7.5 7.5 0 1 0 4.74 13.31l4.22 4.23 1.42-1.42-4.23-4.22A7.5 7.5 0 0 0 10.5 3Zm0 2a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Z'/%3E%3C/svg%3E") no-repeat 13px 50%;
        background-size: 18px 18px;
        color: #4c4039;
        font-size: 15px;
        line-height: 28px;
        box-shadow: none;
        box-sizing: border-box;
    }

    #pm_search .pm-ai-module input[type=search]:focus {
        border: 0;
        outline: 0;
        box-shadow: none;
    }

    #pm_search .pm-ai-module input[type=search]::placeholder {
        color: #8d837c;
        opacity: 1;
    }

    #pm_search .pm-ai-module-image-button {
        position: absolute;
        top: 5px;
        right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        padding: 0;
        border: 1px solid #b983c5;
        border-radius: 6px;
        background: #f8f0fb;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
        cursor: pointer;
    }

    #pm_search .pm-ai-module-image-button:hover,
    #pm_search .pm-ai-module-image-button:focus {
        border-color: #ef7f1a;
        background: linear-gradient(to bottom, #fff2e5 0%, #ffd9b7 100%);
        outline: 0;
    }

    #pm_search .pm-ai-module-image-button svg {
        width: 19px;
        height: 19px;
        fill: #6b1f7c;
    }

    #pm_search .pm-ai-module-submit {
        flex: 0 0 82px;
        width: 82px;
        min-width: 82px;
        height: 44px;
        margin: -1px -1px -1px 0;
        padding: 0 12px;
        border: 1px solid #dc690f;
        border-radius: 0 7px 7px 0;
        background: linear-gradient(to bottom, #f79a43 0%, #eb7413 100%);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-shadow: 0 1px 1px rgba(102,45,0,.28);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.32);
        cursor: pointer;
    }

    #pm_search .pm-ai-module-submit:hover,
    #pm_search .pm-ai-module-submit:focus {
        border-color: #c75a09;
        background: linear-gradient(to bottom, #ffa451 0%, #dd650d 100%);
        color: #fff;
        outline: 0;
    }

    #pm_search .pm-ai-module-hint {
        display: none;
    }

    #pm_search .pm-ai-module-active,
    #pm_search .pm-ai-module-image-menu {
        position: absolute;
        top: 49px;
        z-index: 100;
        margin: 0;
        background: #fff;
        box-shadow: 0 7px 22px rgba(61,15,85,.16);
    }

    #pm_search .pm-ai-module-active {
        left: 0;
        right: 0;
    }

    #pm_search .pm-ai-module-image-menu {
        right: 0;
        width: 250px;
        padding: 5px;
        border: 1px solid #e2ddd8;
        border-radius: 8px;
    }

    

    #top_info {
        float: none;}

    #pm_delivery,
    #pm_individ {
        float: none;
    }

    #pm_delivery a {
        margin-left: 0;
        padding: 8px 10px;
    }

    #pm_individ a {
        margin-left: 0;
        padding: 9px 11px;
    }

    #pm_cart {
        width: 255px;
        justify-self: end;
    }
}

@media screen and (min-width: 721px) and (max-width: 1450px) {
    #pm_top {
        grid-template-columns: 230px 130px minmax(280px, 360px) auto 220px;
        column-gap: 9px;
    }

    #pm_logo {
        width: 230px;
    }

    #pm_logo img {
        width: 225px;
    }

    #pm_cont_icon {
        width: 130px;
    }

    #pm_cart {
        width: 220px;
    }
}

/* =========================================================
   DESKTOP HEADER — NAVIGATION BUTTONS FIX
   ========================================================= */
@media screen and (min-width: 721px) {
    #pm_tools {
        width: auto;
        min-width: max-content;
    }

    #top_info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        width: auto;
        margin: 0;
        white-space: nowrap;
    }

    #pm_delivery,
    #pm_individ,
    #pm_delivery p,
    #pm_individ p {
        float: none;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #pm_delivery p {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    #pm_delivery .browse_delivery_Link {
        display: block;
        margin: 0 !important;
    }

    #pm_delivery a,
    #pm_individ a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        float: none;
        min-height: 44px;
        margin: 0;
        padding: 0 14px;
        box-sizing: border-box;
        border-radius: 7px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.15;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        transition: background-color .15s ease, border-color .15s ease,
                    color .15s ease, box-shadow .15s ease, transform .15s ease;
    }

    #pm_delivery a {
        border: 1px solid #e5d4c4;
        background: #fffaf3;
        color: #4b195d;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    }

    #pm_delivery a:hover,
    #pm_delivery a:focus {
        border-color: #ef7f1a;
        background: #fff2e4;
        color: #3d0f55;
        text-decoration: none;
        outline: 0;
        box-shadow: 0 2px 7px rgba(61,15,85,.10);
    }

    #pm_individ a {
        border: 1px solid #dc690f;
        background: linear-gradient(to bottom, #f79a43 0%, #eb7413 100%);
        color: #fff;
        font-size: 14px;
        text-shadow: 0 1px 1px rgba(102,45,0,.28);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.30),
                    0 2px 5px rgba(165,79,9,.16);
    }

    #pm_individ a:hover,
    #pm_individ a:focus {
        border-color: #c75a09;
        background: linear-gradient(to bottom, #ffa451 0%, #dd650d 100%);
        color: #fff;
        text-decoration: none;
        outline: 0;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.34),
                    0 3px 8px rgba(165,79,9,.22);
    }

    #pm_delivery a:active,
    #pm_individ a:active {
        transform: translateY(1px);
    }
}
.clients-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 24px 22px;
    align-items: center;
    margin: 20px 0 35px;
}

.clients-grid .clients-logo {
    display: block;
    width: 100%;
    height: 70px;
    object-fit: contain;
    margin: 0;
    padding: 0;
    border: 0;
}
@media (max-width: 900px) {
    .clients-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px 18px;
    }

    .clients-grid .clients-logo {
        height: 65px;
    }
}

@media (max-width: 600px) {
    .clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 20px;
    }

    .clients-grid .clients-logo {
        height: 60px;
    }
}


/* ==================== css/joomla.css ==================== */
a.readon {
float:left;
display:block;
}

a.readon:hover,a.readon:active,a.readon:focus {
text-decoration:none;
}

.componentheading,h2.page_title {
font-weight:400;
font-size:260%;
line-height:normal;
clear:both;
overflow:hidden;
color:#202020;
}

.contentheading {
font-weight:400;
font-size:260%;
line-height:normal;
clear:both;
overflow:hidden;
}

.componentheading span {
display:block;
float:left;
clear:both;
margin:10px 0 0;
}

small,.small,.smalldark,.img_caption,.contenttoc {
font-size:90%;
}

.modifydate {
font-style:italic;
font-size:90%;
}

.smalldark {
text-align:left;
}

th {
font-weight:700;
text-align:left;
padding:6px 0;
}

td {
font-size:100%;
padding:6px;
}

fieldset {
border:none;
padding:12px 0;
}

fieldset.input {
padding:0;
}

hr {
border-bottom:0;
border-left:0;
border-right:0;
border-top:1px solid #ddd;
height:1px;
}

input,select,textarea,.inputbox {
background:#fff;
border:1px solid #6E1099;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color:#666;
padding:5px 6px;
}


input:focus, textarea:focus {
 /*
 border-color: orange;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 119, 8, 0.6);
  outline: 0;
  outline: thin dotted \9;
  */
  /* IE6-8 */

}

a.continue_link {
background:#073FA8;
cursor:pointer;
text-align:center;
font:bold 10px Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:uppercase;
color:#fff;
border:none;
margin:0 0 0 4px;
padding:6px 9px;
}

.adminform button,#adminForm button,a.readon,a.button_details {
background:#c7c7c9;
cursor:pointer;
text-align:center;
font:bold 10px Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:uppercase;
color:#fff;
border:none;
margin:0 0 0 4px;
padding:10px 9px;
box-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 8px rgba(156, 48, 206, 0.6);
}

a.checkout_link {
background:#0c3 url(/templates/gk_mystore/images/button_g.png) repeat-x 0 100%;
cursor:pointer;
text-align:center;
font:bold 16px Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:uppercase;
color:#fff;
border:none;
margin:0 0 0 4px;
padding:6px 9px;
}

.adminform button,#adminForm button {
float:left;
margin-left:4px;
}

.adminform button:hover,#adminForm button:hover,.adminform button:focus,#adminForm button:focus,a.readon:hover,a.readon:active,a.readon:focus,a:hover.button_details,a:hover.checkout_link {
background:#fdbe5d url(/templates/gk_mystore/images/button-h_g.png) repeat-x 0 100%;
cursor:pointer;
color:#444;
}
input[type=submit]:hover {cursor:pointer;}
select[size] {
height:auto;
}

.article_separator,.leading_separator,.row_separator,.column_separator {
display:none;
}

.leading {
padding-bottom:3px;
padding-top:3px;
}

.article_row {
padding-bottom:10px;
padding-top:10px;
}

.column_separator {
padding:0 25px;
}

.article-tools {
clear:both;
display:block;
margin:0 0 20px;
}

.article-meta {
float:left;
margin-top:6px;
font-size:90%;
padding:0;
}

.article-meta span {
color:#999;
margin:0 10px 0 0;
}

.contentdescription {
display:block;
padding:10px 0;
}

.buttonheading {
float:right;
padding-left:4px;
}

.buttonheading img {
border:0;
float:right;
margin:0 3px 0 0;
}

.contentpaneopen_edit {
float:right!important;
margin-right:2px;
}

#gk-mas h1 {
position:absolute;
top:0;
left:-5000px;
}

.tool-tip {
background:#fff;
border:1px solid #ddd;
border-top:none;
border-left:none;
padding:5px;
}

.tool-title {
background:#e3012d;
color:#fff;
text-transform:uppercase;
font-weight:700;
padding:3px;
}

.tool-text {
padding:3px;
}

img.caption {
margin-top:5px;
}

.img_caption {
margin-bottom:10px;
font-size:90%;
font-style:italic;
text-transform:uppercase;
}

.article-content img {
margin:5px;
}

.img_caption img {
border:1px dotted #ddd;
margin:5px 0 0;
padding:6px;
}

.img_caption p {
text-align:center;
margin:0;
padding:5px;
}

.img_caption.left {
float:left;
margin-right:3em;
}

.img_caption.right {
float:right;
margin-left:3em;
}

.sectiontableheader {
color:#000;
font-weight:700;
font-size:12px;
padding:8px 10px;
}

.sectiontableheader a,.sectiontableheader a:hover,.sectiontableheader a:focus,.sectiontableheader a:active {
color:#fff!important;
}

.sectiontableentry td,.sectiontableentry0 td,.sectiontableentry1 td,.sectiontableentry2 td {
border-bottom:1px solid #FFECCC;

padding: 7px 10px;


}

table.contentpaneopen {
border:none;
border-collapse:collapse;
border-spacing:0;
}

table.contenttoc {
border:1px solid #ddd;
float:right;
width:30%;
margin:0 0 10px 12px;
padding:0;
}

table.contenttoc a {
color:#666;
}

table.contenttoc td {
border-bottom:1px dotted #ddd;
padding:5px 10px;
}

table.contenttoc th {
border-bottom:1px solid #ddd;
text-transform:uppercase;
padding:5px 10px;
}

ul.pagination {
margin:10px 0;
padding:3px 0;
}

ul.pagination li {
float: left;

}
ul.pagination li span {
	padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    font-style: italic;
    font-weight: bold;
    background: #EB6F14;
    background: -moz-linear-gradient(top, #F4C697 0%, #EA6C18 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4C697), color-stop(100%,#EA6C18));
    box-shadow: inset 0px 0px 6px #FFF;
    -webkit-box-shadow: inset 0px 0px 6px #FFF;
    border: 1px solid #F4C697;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    text-shadow: #817A7A 1px 1px 2px;}
ul.pagination a {
border: 2px solid #EEE;
    text-decoration: none;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

ul.pagination a:hover{border: 2px solid #ECDFC7;background: #FFF2DB;text-decoration: underline;}

#nav_sub_link {width: 150px;}
#prev_link {
	background: url('/templates/gk_mystore/images/vm/pagin_left.png') no-repeat 0 50%;
    padding-left: 19px;
    color: #000;
    font-style: italic;
    font-weight: bold;}
#next_link {
	background: url('/templates/gk_mystore/images/vm/pagin_right.png') no-repeat 100% 50%;
    padding-right: 19px;
    color: #000;
    font-style: italic;
    font-weight: bold;}

	#navigation_page {
    border: 2px solid #EEE;
    text-decoration: none;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
	color: #000;
    font-style: italic;
    font-weight: bold;
	}
#more_pages {margin-right: 5px;font-weight: bold;}
#navigation_page:hover {border: 2px solid #ECDFC7;background: #FFF2DB;text-decoration: underline;}
#active_page {
	padding: 8px;
	padding-left: 15px;
    padding-right: 15px;
	margin-right: 5px;
	font-style: italic;
    font-weight: bold;
	background: #EB6F14;
    background: -moz-linear-gradient(top, #F4C697 0%, #EA6C18 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4C697), color-stop(100%,#EA6C18));
    box-shadow: inset 0px 0px 6px #FFF;
    -webkit-box-shadow: inset 0px 0px 6px #FFF;
    border: 1px solid #F4C697;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    text-shadow: #817A7A 1px 1px 2px;
	}
	#navigation_table {width: 100%;}
#next_link {float: right;}

.sortby {
font-size:92%;
margin:10px 0 5px;
}

.sortby .filter,.sortby .display {
float:left;
width:40%;
}

.sortby .display {
float:right;
text-align:right;
}

.pagenavcounter {
text-align:center;
margin:15px 0!important;
}

.counter {
line-height:1;
text-align:right;
margin:15px 0 0!important;
}

.counter span {
font-size:90%;
font-style:italic;
color:#999;
}

.blog_more {
border-top:1px dotted #dddad8;
margin:30px 0;
padding:15px 0;
}

.blog_more h2 {
font-size:110%!important;
margin:0 0 10px!important;
}

.blog_more ul {
margin:0;
padding:0;
}

div.back_button a,div.back_button a:hover,div.back_button a:active {
display:block;
margin:10px 0;
}

#system-message dd {
background:none!important;
padding:0!important;
}

#system-message dd.message ul,#system-message dd.error ul,#system-message dd.notice ul {
margin:0;
padding:0;
}

#system-message dd.message ul li,#system-message dd.error ul li,#system-message dd.notice ul li {
background:none;
text-indent:0;
text-align:center;
margin:0;
padding:8px 16px;
}

#system-message dd.message ul,#system-message dd.notice ul {
background:#fefff0;
color:#666;
border:none;
border-bottom:1px solid #eae8cc;
border-top:1px solid #eae8cc;
}

#system-message dd.error ul {
background:#CF052B;
color:#fff;
border:none;
border-bottom:1px solid #b40110;
border-top:1px solid #b40110;
}

#system-message dd.notice ul {
color:#b40110;
}

.mod_login ul {
margin-top:18px;
font-size:90%;
}

.mod_login ul li a {

}

.mod_login ul li a:hover {

text-decoration:underline;
}
.mod_login {float: right;}
#component .login_form {
margin-bottom:100px;
}

p.username,p.password,p.remember {
clear:both;
padding:6px 0;
}

#modlgn_username,#modlgn_passwd,.gk_popup_wrap .inputbox {
background:#fff;
border:none;
color:#999;
}

#component .login_form p.name,#component .login_form p.pass {
float:left;
margin-right:20px;
padding:0;
}

#component .login_form p.remember {
float:left;
padding:0;
}

#component .login_form p.lost-noaccount a {
border-left:1px dotted #999;
margin:0 0 0 10px;
padding:0 0 0 10px;
}

#component .form-register p label {
width:120px;
display:block;
float:left;
}

#component .form-register p input {
width:220px;
}

.mod_search>input#mod_search_searchword {
background:#fff url(/templates/gk_mystore/images/search_icon.png) no-repeat 122px 5px;
height:26px;
line-height:26px;
border:1px solid #e1e0e0;
width:140px;
color:#bbb;
padding:0 0 0 6px;
}

table.searchintro {
width:100%;
padding:10px 0;
}

table.searchintro td {
padding:5px!important;
}

form#searchForm {
border-top:1px dotted #ddd;
padding:15px 0;
}

.searchintro {
border-bottom:1px dotted #ddd;
margin-bottom:20px;
}

.results h4 {
text-transform:none;
font-size:110%;
margin:15px 0 0;
}

.results > h3 {
font-size:140%;
font-weight:400;
}

.results p {
color:#666;
font-size:90%;
margin:0 0 10px;
}

.results p span.small {
font-size:100%;
}

.results ol {
list-style-position:inherit;
}

.results ol li {
border-bottom:1px dotted #cec7bd;
padding-bottom:15px;
margin-left:25px;
}

.contact-right {
float:right;
}

.contact-right img {
border:1px solid #ddd;
background:#fff;
margin:30px;
padding:6px;
}

.contact-position {
display:block;
padding:0 0 20px;
}

#component-contact address {
font-style:normal;
}

#component-contact #emailForm {
border-top:1px dotted #ddd;
padding-top:15px;
}

.contact_email {
margin:0 0 10px;
}

.contact_email label {
font-weight:700;
display:block;
}

.contact_email_checkbox {
margin:15px 0;
}

.mod_breadcrumbs {
float:left;
width:auto;
margin-bottom:10px;
}

.mod_breadcrumbs>span.youah {
font-weight:700;
color:#202020;
float:left;
margin:0 16px 0 0;
}

.mod_breadcrumbs>span.pathway a:hover {
text-decoration:underline;
}

.mod_breadcrumbs>span.pathway.separator {
background-position:-10px -3px;
text-indent:-99999px;
display:block;
float:left;
margin-left:12px;
padding:0 12px 0 6px;
}

.polls_color_1,.polls_color_2,.polls_color_3,.polls_color_4,.polls_color_5 {
border:none!important;
height:8px!important;
}

.polls_color_1 {
background-color:#ec3200;
}

.polls_color_2 {
background-color:#aac900;
}

.polls_color_3 {
background-color:#57a8f0;
}

.polls_color_4 {
background-color:#b02500;
}

.polls_color_5 {
background-color:#718500;
}

#poll label select {
margin-left:10px;
}

dl.poll dt {
float:left;
font-weight:700;
margin:0 10px 0 0;
}

dl.poll dd {
font-style:italic;
}

.pollstableborder {
background:#444;
color:#fff;
font-weight:700;
border:none;
padding:8px 0;
}

.sectiontableheader th {

color:#000;
font-weight:700;
border-bottom: 1px solid #FFA500;
padding:8px 0;
}

.pollstableborder .sectiontableentry0,.pollstableborder .sectiontableentry1 {
border-top:1px dotted #ddd;
}

.pollstableborder .question {
font-weight:700;
height:32px;
padding-top:20px;
}

.pollstableborder .td_1,.pollstableborder .td_2 {
text-align:center;
border-right:1px dotted #ddd;
width:10%;
}

.poll h3 {
font-size:140%;
font-weight:400;
margin:20px 0 10px;
}

iframe {
border:none;
background:#fff;
}

.gk_popup .button:hover {
background:#e3012d url(/templates/gk_mystore/images/style1/button.png) repeat-x 0 100%;
color:#fff;
}

input[type=button] {
cursor: pointer;
}

input.invalid {
border:1px solid #CF052B!important;
color:#CF052B!important;
}

label.invalid {
color:#CF052B!important;
font-weight:700;
}

.weblinks .contentdescription img {
border:1px dotted #606060;
margin:4px 10px 0 0;
padding:3px;
}

a.contentpagetitle,a.contentpagetitle:hover,a.contentpagetitle:active,a.contentpagetitle:focus,fieldset a,.pagenavbar,#poll label {
font-weight:700;
}

div.display,#poll {
margin:10px 0;
}

label,.article-meta a.comments {
margin:0 10px 0 0;
}

a:hover.continue_link,.gk_popup .button {
background:#ececec url(/templates/gk_mystore/images/button-h.png) repeat-x 0 100%;
cursor:pointer;
color:#444;
}

input[type=checkbox],.checkbox,input[type=radio],.radio {
height:auto!important;
}

#component,.contentdescription p,#system-message {
margin:0;
}

table.contentpane,table.tablelist,table.contentpaneopen,table.contentpane,table.blog,.pollstableborder {
width:100%;
}

.contact-left,.mod_breadcrumbs>span.pathway {
float:left;
}


/* ==================== css/vm/vm_major.css ==================== */
.addtocart_button,.notify_button {
border:none;
cursor:pointer;
background: #ff7800;
color: white;
width:150px;
text-align:left;
height:45px;
font-weight:700;
font-family:inherit;
vertical-align:middle;
overflow:hidden;
}
.addtocart_button:hover {
  background: #0c3;
  transition: background 0.3s ease;
}

input.addtocart_button {
cursor:pointer;
text-align:center;
text-decoration:none;
text-transform:uppercase;
margin:0 0 0 4px;
padding:3px 6px;
}

.moduletable input.addtocart_button {
height:inherit;
}

div.buttons_heading {
float:right;
width:auto;
margin:0;
padding:0!important;
}

div.buttons_heading a img {
padding-left:4px;
}

a.previous_page,a.next_page {
display:block;
line-height:35px;

font-size:11px;
float:left;


}
a.previous_page,
 a.next_page { line-height: 35px; float: right; font-size: 11px; float: left; background: url('/templates/gk_mystore/images/vm/b_prev.png') no-repeat 0 50%; }
a.next_page { float: right; background: url('/templates/gk_mystore/images/vm/b_next.png') no-repeat 100% 50%; }
a.previous_page { float: right; margin-right: 20px!important; }


td.bfont a strong {
font:normal 16px Tahoma, Arial, Helvetica, sans-serif!important;
}

.continue_link,.checkout_link {
float:none;
text-indent:0;
margin:0;
padding:0;
}


.clr {
clear:both;
overflow:hidden;
}

.cbOverlay {
background-color:#000;
}

.cbContainer {
background:#fff url(/templates/gk_mystore/images/tooltip_bg.png) repeat-x 0 bottom;
border: 1px solid #9e1bdb;
padding:20px;
}

.cbBox,.cbContent,.cbButtons {
background:transparent!important;
}

.cbBox h3 {
text-align:left;
background:none;
position:relative;
font-size:18px;
font-weight:400;
border-bottom:1px dotted #ddd;
margin:0 0 15px;
padding:0 0 2px;
}

.vm_cart_prod {
border:1px solid #B5D93A;
background:#649401;
margin-bottom:10px;
padding:6px;
}

.vm_cart_prod a {
font-size:14px;
}

.vm_cart_attributes {
font-size:11px;
color:#e3ffaa;
}

.vm_cart_quantity {
margin-right:11px;
font-size:12px;
color:#fff;
}

.vm_cart_price {
float:right;
font-size:14px;
}

.vm_cart_totalprice {
float:right;
font-size:22px;
color:#fff;
}

.vm_cart_showcart a {

display:block;
height:15px;
text-align:center;
width:77px;
font:bold 10px Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#739C03!important;
text-decoration:none;
padding:2px 0 0;
}

#gk-container div.pathway {
background:#fbfbfb;
padding:2px 6px;
}

#gk-container div.pathway,#gk-container div.pathway a {
color:#999;
text-transform:uppercase;
font-size:10px;
font-weight:700;
}

#gk-container .mainlevel,#gk-container .sublevel {
border-bottom:1px dotted #ddd;
line-height:2.4;
padding-left:18px;
}

#gk-container a:hover.mainlevel,#gk-container a:hover.sublevel {
text-decoration:none;
}

#gk-container .sublevel {
background-position:11px 11px;
border-left:1px dotted #ddd;
margin:1px 0 0 15px;
}

#gk-container a:hover.sublevel {
background-position:11px 11px;
}

.moduletable a.sublevel {
background:none;
border-right:none;
}

#vmMainPage tr.sectiontableheader th,#vmMainPage .sectiontableentry1 td,#vmMainPage .sectiontableentry2 td {
padding:5px 10px;
}

#vmMainPage .sectiontableentry1 td,#vmMainPage .sectiontableentry2 td {
text-align:left;
}

#vmMainPage .sectiontableentry1 td:last-child,#vmMainPage .sectiontableentry2 td:last-child,#vmMainPage .sectiontableheader th:last-child {
text-align:right;
}
