/* storefront/css/bootstrap-compat.css */
/* Minimal Joomla/Bootstrap 2 compat — required for Latakva template */

/* Bootstrap 2.3 headings — without this, multi-line titles inherit 22px and overlap */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
    line-height: 40px;
}

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

.hide {
    display: none;
}
/* Bootstrap 2 nav / tabs — Cobalt contacts (Rīga) and product tabs */
.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}
.nav > li > a {
    display: block;
}
.nav-tabs,
.nav-pills {
    *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}
.nav-tabs:after,
.nav-pills:after {
    clear: both;
}
.nav-tabs > li,
.nav-pills > li {
    float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content {
    overflow: auto;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.unstyled {
    margin-left: 0;
    list-style: none;
}
.inline > li {
    display: inline-block;
    *display: inline;
    padding-right: 5px;
    *zoom: 1;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.muted {
    color: #999;
}
.modal {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    outline: none;
}
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: none;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.btn:hover {
    background-color: #e6e6e6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

/* Fancybox hosts #Question_Form; visible panel is .modal (fixed 800px) like live Latakva */
.fancybox-content.cont-mod,
.fancybox-content#Question_Form {
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}
.fancybox-content.cont-mod.hide,
.fancybox-content#Question_Form.hide {
    display: block !important;
}
.fancybox-is-open .cont-mod > .modal,
.fancybox-content.cont-mod > .modal,
.fancybox-content#Question_Form > .modal {
    display: block;
    position: fixed !important;
    top: 10% !important;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 800px !important;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 100px 25px rgba(0, 0, 0, 0.5);
    z-index: 10001;
}
.fancybox-is-open .cont-mod .modal-body,
.fancybox-content.cont-mod .modal-body,
.fancybox-content#Question_Form .modal-body {
    display: flex;
    height: 100%;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
}
.fancybox-is-open .cont-mod .modal-body .left,
.fancybox-content.cont-mod .modal-body .left,
.fancybox-content#Question_Form .modal-body .left {
    flex: 0 0 300px;
    width: 300px;
    min-height: 100%;
    align-self: stretch;
}
.fancybox-is-open .cont-mod .modal-body .right,
.fancybox-content.cont-mod .modal-body .right,
.fancybox-content#Question_Form .modal-body .right {
    flex: 1 1 auto;
    min-width: 0;
    padding: 25px 50px;
    overflow: auto;
    box-sizing: border-box;
}

/* Hide tiny fancybox chrome box; keep overlay + close on modal corner */
.latakva-question-fancy .fancybox-content.cont-mod {
    background: transparent !important;
}
/* Close X: top-right of the fixed 800px consultation panel */
.fancybox-is-open .cont-mod > .fancybox-close-small,
.fancybox-content.cont-mod > .fancybox-close-small,
.fancybox-content#Question_Form > .fancybox-close-small {
    position: fixed !important;
    top: calc(10% + 6px) !important;
    right: calc((100vw - min(800px, 90vw)) / 2 + 6px) !important;
    left: auto !important;
    bottom: auto !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    z-index: 10005 !important;
    background: rgba(30, 30, 30, 0.55) !important;
    color: #fff !important;
    border-radius: 0;
    opacity: 1 !important;
    visibility: visible !important;
}
.fancybox-is-open .cont-mod > .fancybox-close-small:hover,
.fancybox-content.cont-mod > .fancybox-close-small:hover,
.fancybox-content#Question_Form > .fancybox-close-small:hover {
    background: rgba(30, 30, 30, 0.85) !important;
}
.fancybox-is-open .cont-mod > .fancybox-close-small svg path,
.fancybox-content.cont-mod > .fancybox-close-small svg path,
.fancybox-content#Question_Form > .fancybox-close-small svg path {
    fill: #fff;
}

/* Accordion mid-level headers must be block for correct hit targets */
.jquery-accordion-menu > ul > li > ul > li > .nav-header {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Allow mega-menu flyout to paint over the content column */
#page-wrap {
    overflow: visible;
}
#page-wrap .left-column {
    overflow: visible;
    /* Above product cards / staff-edit so flyouts cover them */
    z-index: 120;
}
#page-wrap .menu-line,
#page-wrap .menu-line > div,
#jquery-accordion-menu {
    overflow: visible;
    position: relative;
    z-index: 80;
}

/* storefront/css/font-linearicons.css */
@font-face {
	font-family: 'Linearicons-Free';
	src:url('../fonts/linearicons/Linearicons-Free.eot?w118d');
	src:url('../fonts/linearicons/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../fonts/linearicons/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../fonts/linearicons/Linearicons-Free.woff?w118d') format('woff'),
		url('../fonts/linearicons/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../fonts/linearicons/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
        font-display: swap;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}

/* storefront/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
/* storefront/css/swiper.min.css */
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* storefront/css/jquery.fancybox.min.css */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* storefront/css/jquery-accordion-menu.css */
#menu-list a {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: 100%;

}

.jquery-accordion-menu, .jquery-accordion-menu * {

    outline: 0;

}

.jquery-accordion-menu {

    position: relative;

    z-index: 10;

}

.jquery-accordion-menu .jquery-accordion-menu-footer, .jquery-accordion-menu .jquery-accordion-menu-header {

    width: 100%;

    height: 50px;

    padding-left: 22px;

    float: left;

    line-height: 50px;

    font-weight: 600;

    color: #f0f0f0;

    background: #414956;

}

.jquery-accordion-menu ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.jquery-accordion-menu ul li {

    width: 100%;

    display: block !important;

    float: left;

    position: relative;

}

.jquery-accordion-menu > ul > li > a, .jquery-accordion-menu > ul > li > .nav-header {

    width: 100%;

    padding: 16px 22px;

    float: left;

    text-decoration: none;

    color: #fff;

    font-size: 16px;

    background: #B11112;

    white-space: nowrap;

    position: relative;

    overflow: hidden;

    transition: color .2s linear, background .2s linear;

    font-weight: normal;

    text-transform: none;

    text-shadow: none;

}

.jquery-accordion-menu > ul > li.active, .jquery-accordion-menu > ul > li:hover > a {

    color: #fbcd14;

}

.jquery-accordion-menu > ul > li > a, .jquery-accordion-menu > ul > li > .nav-header {

    border-bottom: solid 1px #99080e;

}

.jquery-accordion-menu ul li a i {

    width: 34px;

    float: left;

    line-height: 18px;

    font-size: 16px;

    text-align: left;

}



.jquery-accordion-menu > ul li.parent > a:after, .jquery-accordion-menu > ul li.parent > .nav-header:after {

	content: "+";

	position: absolute;

	float: right;

    right: 22px;

    line-height: 19px;

    font-size: 20px;

    transition: transform .3s linear;

    font-weight: bold;

}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {

    line-height: 16px;

}

.jquery-accordion-menu > ul li.active > a:after, .jquery-accordion-menu > ul li.active > .nav-header:after {

    transform: rotate(45deg);

}

.jquery-accordion-menu ul ul.submenu {

   width: 100%;

    display: none;

}

.jquery-accordion-menu ul ul.submenu li {

    clear: both;

    width: 100%;

}

.jquery-accordion-menu > ul > li > ul > li > .nav-header, .jquery-accordion-menu > ul > li > ul > li > a {

    padding: 15px 22px;

    text-shadow: none;

    color: #000;

    font-weight: normal;

    font-size: 16px;

    text-transform: none;

    border-bottom: solid 1px #e6e6e6;

    transition: color .2s linear, background .2s linear;

}

.jquery-accordion-menu > ul > li > ul > li:hover > .nav-header, .jquery-accordion-menu > ul > li > ul > li:hover > a {

    background-color: whitesmoke;

}

.jquery-accordion-menu > ul > li > ul > li > a {

    width: 100%;

    float: left;

}

.jquery-accordion-menu ul ul.submenu li:hover > a {

    border-left-color: #414956;

}
.jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu li a {
    display: flex !important;
    align-items: center;
}
.jquery-accordion-menu .link-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    padding: 3px;
}

.jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header {

    padding: 0;

    font-size: 16px;

    font-weight: normal;

    text-transform: none;

    color: #000;

    text-shadow: none;

}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {

    padding-left: 45px;

}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {

    padding-left: 60px;

}

.jquery-accordion-menu ul li .jquery-accordion-menu-label, .jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {

    min-width: 20px;

    padding: 1px 2px 1px 1px;

    position: absolute;

    right: 18px;

    top: 14px;

    font-size: 11px;

    font-weight: 800;

    color: #555;

    text-align: center;

    line-height: 18px;

    background: #f0f0f0;

    border-radius: 100%;

}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {

    top: 12px;

}

.ink {

    display: block;

    position: absolute;

    background: rgba(255, 255, 255, .3);

    border-radius: 100%;

    transform: scale(0);

}

.animate-ink {

    -webkit-animation: ripple .5s linear;

    animation: ripple .5s linear;

}

@-webkit-keyframes ripple {

    100% {

        opacity: 0;

        transform: scale(2.5);

    }

}

@keyframes ripple {

    100% {

        opacity: 0;

        transform: scale(2.5);

    }

}

.red.jquery-accordion-menu .jquery-accordion-menu-footer, .red.jquery-accordion-menu .jquery-accordion-menu-header, .red.jquery-accordion-menu ul li a {

    background: #ED5565

}

.red.jquery-accordion-menu > ul > li.active > a, .red.jquery-accordion-menu > ul > li:hover > a {

    background: #DA4453

}

.red.jquery-accordion-menu > ul > li > a {

    border-bottom-color: #DA4453

}

.red.jquery-accordion-menu ul ul.submenu li:hover > a {

    border-left-color: #DA4453

}

@media (min-width: 979px) {

    .jquery-accordion-menu ul ul.submenu li ul.submenu {

        width: 70vw;

        display: none;

        position: absolute;

        left: 362px;

        top: 12px;

        background-color: white;

        border: solid 1px #e6e6e6;

        margin: 0;

        padding: 25px;

        height: auto;

        z-index: 400;

        box-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 1px 5px rgb(0 0 0 / 20%), 0 0 0 12px rgb(255 255 255 / 40%);

    }

    .pakalpojumi-list ul, .jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu {

        -webkit-columns: 3;

        -moz-columns: 3;

        columns: 3;

        margin: 0;

        -webkit-column-gap: 40px;

        -moz-column-gap: 40px;

        column-gap: 40px;

        column-rule: solid 1px #e6e6e6;

        overflow: auto;

    }

    .pakalpojumi-list ul li, .tech_menu ul li, .list-link li {

        position: relative;

        padding-left: 15px;

        padding-right: 0;

        display: block;

        border: 1px solid transparent;

        -webkit-column-break-inside: avoid;

        column-break-inside: avoid;

        overflow: auto;

    }
/*    .pakalpojumi-list ul li, .jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu li, .tech_menu ul li, .list-link li {

        position: relative;

        padding-left: 15px;

        padding-right: 0;

        display: block;

        border: 1px solid transparent;

        -webkit-column-break-inside: avoid;

        column-break-inside: avoid;

        overflow: auto;

    }*/

    .pakalpojumi-list ul li:before, .tech_menu ul li:before, .list-link li:before {

        content: '';

        position: absolute;

        left: 0;

        top: 9px;

        margin: 0;

        padding: 0;

        background: #ed1c24;

        width: 6px;

        height: 6px;

    }
/*    .pakalpojumi-list ul li:before, .jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu li:before, .tech_menu ul li:before, .list-link li:before {

        content: '';

        position: absolute;

        left: 0;

        top: 9px;

        margin: 0;

        padding: 0;

        background: #ed1c24;

        width: 6px;

        height: 6px;

    }*/

    .list-link li {

        padding: 0 0 10px 15px !important;

    }

    .pakalpojumi-list ul li a, .jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu li a, .tech_menu ul li a {

        margin-bottom: 10px;
    line-height: 18px;

        display: block;

    }

    .item-532 .submenu {

        display: flex;

        flex-wrap: wrap;

        padding: 15px !important;

    }

    .item-532 .submenu li {

        width: 33.333% !important;

        display: inline-block !important;

        clear: none !important;

        float: left;

    }

    .item-532 .submenu li a {

        display: flex;

        padding-left: 0 !important;

        border: solid 1px #e6e6e6;

        align-items: center;

        margin: 10px;

    }

    .item-532 .submenu li a img {

        order: -1;

        width: 80px;

        height: 80px;
    flex: 0 0 auto;

    }

    .item-532 .submenu li a span {

        padding: 0 15px;

    }

    .tech_menu {

        display: flex;

        flex-wrap: wrap;

    }

    .tech_menu > li {

        flex: 0 1 33.333%;

        padding: 15px;

    }

    .tech_menu > li .brand {

        background-color: #ed1c24;

        color: white;

        padding: 10px 15px;

        display: block;

        margin-bottom: 15px;

    }

    .item-220 .submenu {

        padding: 10px !important;

    }

}

@media (max-width: 979px) {

    .jquery-accordion-menu ul ul.submenu li ul.submenu li ul li {

        padding: 10px 15px 10px 15px;

        text-shadow: none;

        color: #000;

        font-weight: normal;

        font-size: 16px;

        text-transform: none;

        border-bottom: solid 1px #e6e6e6;

        transition: color .2s linear, background .2s linear;

        background-color: rgb(246 246 246);

    }

    .pakalpojumi-list ul li:before, .tech_menu ul li:before {

        content: '';

        position: absolute;

        left: 22px;

        top: 23px;

        margin: 0;

        padding: 0;

        background: #ed1c24;

        width: 6px;

        height: 6px;

    }

    .jquery-accordion-menu ul ul.submenu li ul.submenu li ul.tech_menu li {

        padding: 15px 15px 15px 22px;

    }

    .jquery-accordion-menu ul ul.submenu li ul.submenu li ul.tech_menu li ul li {

        padding: 5px 0 0 15px;

        border-bottom: none;

    }

    .jquery-accordion-menu ul ul.submenu li ul.submenu li ul.tech_menu li ul li:before {

        left: 0px;

        top: 13px;

    }

    .jquery-accordion-menu .item-532 .submenu li {

        width: 100% !important;

        padding: 15px;

        border-bottom: solid 1px #eaeaea;

    }

    .jquery-accordion-menu .item-532 .submenu li a {

        padding-left: 0 !important;

        display: flex;

        align-items: center;

    }

    .item-532 .submenu li a img {

        order: -1;

        margin-right: 15px;

        width: 50px;

    }

}


/* storefront/css/template.css */
﻿/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */ html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
ul {
    list-style: none
}
button, input, select, textarea {
    margin: 0
}
html {
    box-sizing: border-box
}
*, *:before, *:after {
    box-sizing: inherit
}
img, embed, iframe, object, audio, video {
    height: auto;
    max-width: 100%
}
iframe {
    border: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0;
    text-align: left
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    background-color: white;
    min-height: 100vh;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
*:focus {
    outline: none !important;
}
a {
    color: #333;
}
a:hover, a:focus, .menu-line #menu > ul > li > .nav-header:hover {
    color: #000;
    cursor: pointer;
}
del {
    text-decoration: none;
}
.text-nowrap {
    white-space: nowrap;
}
.price-list {
    margin-top: 25px;
}
.no-col:hover {
    color: white !important;
    text-decoration: none;
}
li, p {
    line-height: 22px;
}
h1 {
    font-size: 35px;
    font-weight: normal;
    z-index: 2;
    position: relative;
}
h2 {
    font-size: 30px;
    font-weight: normal;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
}
h3, h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    z-index: 2;
    position: relative;
}
h4 {
    line-height: normal;
}
.red {
    color: #e20000;
}
.photo-warning {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 5px 15px;
    line-height: 12px;
    background-color: #e6e6e6;
}
form {
    margin: 0;
}
.middle-line > div, .menu-line > div, .view-form .page-header > div, .view-article .block, .view-records .block, .view-record .block, .ba-gallery, footer > div, .main-banner > div, .article-body .consultant, .e-shop, .view-cartcheckout .article-body header > div, footer > div, .tehinfo, .q2c-wrapper, .registration, .search .block, .main-banner-fp .swiper-slide > div, .about-us > div, .view-featured .contacts > div, .itemid-305 .contacts > div, .article-body .item-page, .wrap-w, .view-form .article-body, .com_easycheckout #akeeba-renderjoomla {
    max-width: 1500px;
    min-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}
.gtooltip {
    background-color: rgb(237, 28, 36) !important;
    border-color: rgb(237, 28, 36) !important;
    border-radius: 0 !important;
}
.gtooltip-close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #B11112 !important;
    background: #fff !important;
    border: solid 2px #B11112 !important;
    width: 15px !important;
    height: 15px !important;
    text-align: center !important;
    line-height: 13px !important;
    right: -7px !important;
    top: -8px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
}
.gtooltip-arrow {
    border-top-color: rgb(237, 28, 36) !important;
}
.jb.accept.red {
    background: #dd2f26;
    border: none;
    padding: 4px 12px;
    color: white;
}
#button21 {
    position: relative;
    z-index: 10000;
    width: 100%;
    text-transform: uppercase;
}
#recaptcha1 > div, #recaptcha2 > div, #recaptcha3 > div {
    margin: 0 auto;
}
.dj-megamenu .dj-subwrap {
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dj-megamenu.fast .dj-subwrap {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
}
.dj-megamenu.slow .dj-subwrap {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
}
.nav.menu li.item-86 {
    display: none !important;
}
/* hide submenu */
.dj-megamenu li div.dj-subwrap, .dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap, .dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap {
    display: none;
}
/* show submenu */
.dj-megamenu li.hover div.dj-subwrap, .dj-megamenu li.hover div.dj-subwrap li.hover > div.dj-subwrap, .dj-megamenu li.hover div.dj-subwrap li:hover > div.dj-subwrap {
    display: block;
}
.menu .dj-megamenu-latakva .itemid532 > .dj-subwrap {
    padding: 25px !important;
}
.dj-megamenu-latakva .itemid532 .dj-subwrap-in {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}
.dj-megamenu-latakva .itemid532 .dj-subwrap-in .dj-subcol {
    flex: 0 1 14.285%;
    display: flex;
}
.dj-megamenu-latakva .itemid532 .dj-subwrap-in .dj-submenu {
    margin: 10px;
    border: 1px solid #e6e6e6;
    width: 100%;
}
.dj-megamenu-latakva .itemid532 .dj-subwrap-in .dj-submenu a {
    display: block;
}
.dj-megamenu-latakva .itemid532 .dj-subwrap-in .dj-submenu img {
    float: none;
    border: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    max-height: 135px !important;
    object-fit: cover;
}
.dj-megamenu-latakva .itemid532 .dj-subwrap-in .dj-submenu span {
    padding: 5px 7px;
    display: block;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
}
.dj-megamenu-latakva .itemid532 .dj-subwrap-in .dj-submenu a:hover span {
    color: inherit !important;
}
.btn-pdf {
    font-size: 15px;
    text-align: center;
    background: #B11112;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0;
    margin: 15px;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    display: inline-flex;
}
.btn-pdf .lnr {
    font-size: 20px;
    padding-right: 5px;
    display: block;
    float: left;
    background: #fbcd14;
    color: #333;
    margin: 0 15px 0 0;
    padding: 0 10px;
    line-height: 40px;
}
.btn-pdf .text {
    white-space: nowrap;
    padding: 4px 0;
}
.btn-pdf small {
    font-size: 65%;
    line-height: 10px;
    display: block;
}
.chronoform-container {
    position: relative;
}
.chronoform-container .g-captcha {
    display: none;
    background-color: rgb(255, 66, 66);
    border-color: rgb(255, 0, 0);
    border-radius: 4px;
    border-width: 1px;
    padding: 4px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    max-width: 200px;
    text-align: center;
    margin-top: -38px;
    left: 50%;
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.text-page h2 {
    margin: 30px 0 15px 0;
}
.text-page h2:nth-of-type(1) {
    margin: 0 0 15px 0;
}
.gtooltip {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    /*line-height: 1.3em;*/
    margin: 0px auto;
    padding: 10px;
    position: absolute;
    opacity: 0.9;
    /*text-align: center;*/
    z-index: 3000;
    width: auto;
    /*min-width: 150px;*/
    max-width: 300px;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    box-shadow: 0 0 5px #DDDDDD;
    -moz-box-shadow: 0 0 5px #DDDDDD;
    -webkit-box-shadow: 0 0 5px #DDDDDD;
}
.gtooltip-arrow-border {
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
}
.gtooltip-arrow-border-top {
    border-color: transparent transparent transparent transparent;
    border-style: solid solid none solid;
    border-width: 10px 10px 0px 10px;
    bottom: -11px;
    left: 30px;
}
.gtooltip-arrow-border-bottom {
    border-color: transparent transparent transparent transparent;
    border-style: none solid solid solid;
    border-width: 0px 10px 10px 10px;
    top: -11px;
    left: 30px;
}
.gtooltip-arrow-border-right {
    border-color: transparent transparent transparent transparent;
    border-style: solid solid solid none;
    border-width: 10px 10px 10px 0px;
    top: 0px;
    left: -11px;
}
.gtooltip-arrow-border-left {
    border-color: transparent transparent transparent transparent;
    border-style: solid none solid solid;
    border-width: 10px 0px 10px 10px;
    top: 0px;
    right: -11px;
}
.gtooltip-arrow {
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
}
.gtooltip-arrow-top {
    border-color: transparent transparent transparent transparent;
    border-style: solid solid none solid;
    border-width: 10px 10px 0px 10px;
    bottom: -9px;
    left: 30px;
}
.gtooltip-arrow-bottom {
    border-color: transparent transparent transparent transparent;
    border-style: none solid solid solid;
    border-width: 0px 10px 10px 10px;
    top: -9px;
    left: 30px;
}
.gtooltip-arrow-right {
    border-color: transparent transparent transparent transparent;
    border-style: solid solid solid none;
    border-width: 10px 10px 10px 0px;
    top: 0px;
    left: -9px;
}
.gtooltip-arrow-left {
    border-color: transparent transparent transparent transparent;
    border-style: solid none solid solid;
    border-width: 10px 0px 10px 10px;
    top: 0px;
    right: -9px;
}
.gtooltip-close {
    top: 0;
    right: 5px;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -3px;
    margin-right: -3px;
}
.gtooltip-close:hover {
    color: #ccc;
}
.gtooltip-content {
    white-space: normal !important;
}
#system-message-container {
    position: fixed;
    right: 15px;
    bottom: 0;
    width: auto;
    max-width: 50%;
    z-index: 10;
}
.itemid-306 .b-products {
    display: block;
}
.itemid-306 .b-products, .itemid-306 .b-products item, .itemid-325 .b-products, .itemid-325 .b-products url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
}
.itemid-306 .b-products name, .itemid-306 .b-products link, .itemid-306 .b-products price, .itemid-306 .b-products img, .itemid-306 .b-products category_full, .itemid-306 .b-products category_link, .itemid-306 .b-products manufacturer {
    display: block;
}
.email-preview {
    background: white !important;
}
/*** Animation ***/
a, .expand, .main-menu, .produkcija .products-list figure figcaption, header .menu-line #menu ul li ul, .nav > li > .nav-header, .b-products .left .menu li, .b-products .products .img, .b-products .products .img > a .lnr, .b-product > .left > .intro-block > .img .swiper-gallery .swiper-slide img, .b-product .resp-img > .img-popup .lnr, .b-product > .left > .intro-block > div .img .swiper-gallery .swiper-wrapper > a > img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* exo-2-regular - latin-ext_cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Exo 2 Regular'), local('Exo2-Regular'), url('/storefront/fonts/exo-2/exo-2-v7-latin-ext_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/storefront/fonts/exo-2/exo-2-v7-latin-ext_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-2-700 - latin-ext_cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url('/storefront/fonts/exo-2/exo-2-v7-latin-ext_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/storefront/fonts/exo-2/exo-2-v7-latin-ext_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*** Endpage Box ***/
#endpage-box {
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=80);
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    max-width: 450px;
    padding: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 9;
}
#endpage-box.hide {
    display: none !important;
}
#endpage-box:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#endpage-box .fly-out-block {
    display: flex;
}
#endpage-box .fly-out-block .img {
    background-image: url(/uploads/image/2017-04/1491769643_2838940…_xxxlarge.jpg);
    width: 150px;
    flex: 1 0 150px;
    background-size: cover;
    background-position: center;
}
#endpage-box .fly-out-block .text {
    padding: 15px;
    text-align: left;
}
#endpage-box .fly-out-block .text .title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
}
#endpage-box .fly-out-block .text .promo-code {
    background-color: #ff2913;
    color: white;
    padding: 5px 15px;
    display: block;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 5px;
}
#endpage-box .fly-out-block .text p {
    font-size: 13px;
    line-height: 17px;
}
#endpage-box a.close {
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
#endpage-box a.close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.subscribe-block.hide {
    display: none !important;
}
#endpage-box .close {
    font-weight: normal;
    text-transform: lowercase;
}
[class*="animation-"] {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.animation-flyInRight {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
.animation-flyOutRight {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight;
}
.animation-flyInLeft {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
.animation-flyOutLeft {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft;
}
.animation-flyInUp {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
}
.animation-flyOutUp {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp;
}
.animation-flyInDown {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown;
}
.animation-flyOutDown {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown;
}
/*=================================================



Animation Library



=================================================*/
@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(3000px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes flyInRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(3000px);
        transform: translateX(3000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes flyOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(3000px);
    }
}
@keyframes flyOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(3000px);
        transform: translateX(3000px);
    }
}
@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-3000px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes flyInLeft {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-3000px);
        transform: translateX(-3000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes flyOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-3000px);
    }
}
@keyframes flyOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-3000px);
        transform: translateX(-3000px);
    }
}
@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes flyInUp {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes flyOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
    }
}
@keyframes flyOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(2000px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes flyInDown {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes flyOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(2000px);
    }
}
@keyframes flyOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
/*** NEW  left-right page column ***/
#page-wrap {
    overflow: hidden;
    position: relative;
}
#page-wrap .left-column {
    width: 370px;
    position: relative;
    min-height: 100vh;
    float: left !important;
    box-shadow: 2px 0 10px 0 rgb(144 144 144 / 50%);
    z-index: 60;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#page-wrap > .right-column {
    width: calc(100% - 370px);
    display: flex;
    flex-direction: column;
}
#page-wrap .left-column .middle-line > div, #page-wrap .left-column .menu-line > div, .top-line {
    padding: 0 25px;
}
/*** END ***/
/*** Top line ***/
section.article-body {
    min-height: 50vh;
}
.ps-unpublished section.article-body {
    background: whitesmoke;
}
#cobalt-section-1 {
    background: whitesmoke;
}
.sect-title {
    font-size: 25px;
}
.view-featured .article-body {
    padding: 0;
    margin-top: 0;
    background-color: white;
}
.top-line {
    background: whitesmoke;
    border-bottom: solid 1px #e6e6e6;
    height: 30px;
    box-sizing: border-box;
    line-height: 29px;
    display: flex;
}
.top-line ul {
    margin: 0;
}
.lang, .mod-languages, .social, .admin-menu {
    float: left;
}
.mod-languages {
    margin-bottom: 50px;
    margin-top: 10px;
    width: 100%;
}
.mod-languages ul {
    display: flex;
    justify-content: center;
}
.mod-languages ul li {
    margin: 0 !important;
    display: inline-block !important;
}
.lang, .mod-languages ul li a {
    border: solid 1px #e6e6e6;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    display: inline-block !important;
    margin: 3px;
}
.social li a {
    text-align: center;
    display: inline-block !important;
    margin: 3px;
}
.lang:nth-of-type(1), .mod-languages ul li:nth-of-type(1) a {
    border-left: solid 1px #e6e6e6;
}
.lang:hover, .top-line .lang.active, .mod-languages ul li:hover a, .mod-languages ul li.lang-active a {
    background: #B11112;
    color: white;
    text-decoration: none;
}
.social {
    margin: 50px 0;
}
.social ul {
    margin: auto;
    display: table;
}
.top-line .social li {
    padding: 0;
    float: left;
}
.top-line .admin-menu li {
    padding: 0 15px 0 0;
    float: left;
}
.top-line .social li a {
    display: block;
}
.top-line .admin-menu {
    padding: 3px 0 0 10px;
    float: left;
}
.top-line .admin-menu a:hover {
    text-decoration: none;
    color: #333;
}
#search-results194, #search-results196, #search-results197, #search-results266, #search-results269 {
    z-index: 100000 !important;
    left: 362px !important;
    top: 10px !important;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 1px 5px rgb(0 0 0 / 20%), 0 0 0 12px rgb(255 255 255 / 40%);
}
#search-results-moovable194, #search-results-moovable196, #search-results-moovable197, #search-results-moovable266, #search-results-moovable269 {
    height: 100% !important;
}
#search-results194 .plugin-title-inner, #search-results196 .plugin-title-inner, #search-results197 .plugin-title-inner, #search-results266 .plugin-title-inner, #search-results269 .plugin-title-inner {
    float: left !important;
}
#search-results194 .pagination, #search-results196 .pagination, #search-results197 .pagination, #search-results266 .pagination, #search-results269 .pagination {
    float: right !important;
}
#search-results194 .page-element, #search-results196 .page-element, #search-results197 .page-element, #search-results266 .page-element, #search-results269 .page-element {
    width: 528px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin: 10px;
}
#search-results194 .result-element, #search-results196 .result-element, #search-results197 .result-element, #search-results266 .result-element, #search-results269 .result-element {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px 0;
    border: 1px solid #cdcdcd !important;
    padding: 10px;
}
#search-results194 .result-element img, #search-results196 .result-element img, #search-results197 .result-element img, #search-results266 .result-element img, #search-results269 .result-element img {
    float: left !important;
    padding-left: 0 !important;
}
#search-results194 .result-element span, #search-results196 .result-element span, #search-results197 .result-element span, #search-results266 .result-element span, #search-results269 .result-element span {
    text-align: left !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    line-height: 20px !important;
}
#search-results194 .page-container, #search-results196 .page-container, #search-results197 .page-container, #search-results266 .page-container, #search-results269 .page-container {
    height: 100% !important;
    width: 548px !important;
}
#search-results194 .page-band, #search-results196 .page-band, #search-results197 .page-band, #search-results266 .page-band, #search-results269 .page-band {
    position: relative !important;
}
#offlajn-ajax-search194 .offlajn-ajax-search-container.active, #offlajn-ajax-search194 .offlajn-ajax-search-container, #offlajn-ajax-search196 .offlajn-ajax-search-container.active, #offlajn-ajax-search196 .offlajn-ajax-search-container, #offlajn-ajax-search197 .offlajn-ajax-search-container.active, #offlajn-ajax-search197 .offlajn-ajax-search-container, #offlajn-ajax-search266 .offlajn-ajax-search-container.active, #offlajn-ajax-search266 .offlajn-ajax-search-container, #offlajn-ajax-search269 .offlajn-ajax-search-container.active, #offlajn-ajax-search269 .offlajn-ajax-search-container {
    background-color: transparent !important;
}
#search-form194 input, #ajax-search-button194, #search-form196 input, #ajax-search-button196, #search-form197 input, #ajax-search-button197, #search-form266 input, #ajax-search-button266, #search-form269 input, #ajax-search-button269 {
    border: none !important;
    background-color: transparent;
    box-shadow: none !important;
    height: 25px !important;
    margin-top: 3px !important;
}
#ajax-search-button194, #ajax-search-button194 .magnifier, #ajax-search-button196, #ajax-search-button196 .magnifier, #ajax-search-button197, #ajax-search-button197 .magnifier, #ajax-search-button266, #ajax-search-button266 .magnifier, #ajax-search-button269, #ajax-search-button269 .magnifier {
    height: 25px !important;
    width: 25px !important;
}
#ajax-search-button194 .magnifier, #ajax-search-button196 .magnifier, #ajax-search-button197 .magnifier, #ajax-search-button266 .magnifier, #ajax-search-button269 .magnifier {
    text-align: center;
    line-height: 23px !important;
    color: #e20000;
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none !important;
    height: 27px;
    width: 30px;
    padding: 0;
    margin: 0;
}
#ajax-search-button194 .magnifier:before, #ajax-search-button196 .magnifier:before, #ajax-search-button197 .magnifier:before, #ajax-search-button266 .magnifier:before, #ajax-search-button269 .magnifier:before {
    content: "\e86f";
}
#search-results194 #search-results-inner194 .result-element:hover, #search-results194 #search-results-inner194 .selected-element, #search-results196 #search-results-inner196 .result-element:hover, #search-results196 #search-results-inner196 .selected-element, #search-results197 #search-results-inner197 .result-element:hover, #search-results197 #search-results-inner197 .selected-element, #search-results197 #search-results-inner266 .result-element:hover, #search-results197 #search-results-inner266 .selected-element, #search-results197 #search-results-inner269 .result-element:hover, #search-results197 #search-results-inner269 .selected-element {
    text-decoration: none;
    background-color: transparent !important;
    border-color: #B11112 !important;
    box-shadow: 0 0 10px 0 rgba(82, 4, 4, 0.5);
}
.pagination .pager {
    cursor: pointer;
}
.middle-line .logo {
    margin-top: 10px;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
    text-align: center;
    padding-right: 20px;
}
.middle-line .logo img {
    width: 190px;
}
.middle-line .logo a:before {
    content: '';
    position: absolute;
    background-color: #ed1c24;
    height: 63px;
    display: block;
    bottom: 22px;
    left: -25px;
    right: -25px;
    z-index: -1;
}
.middle-line {
    clear: both;
    float: none;
}
.banner-left {
    padding-top: 50px !important;
}
.banner-left a > .img {
    position: relative;
    display: block;
}
.banner-left a > .img .title {
    background-color: rgb(0 0 0 / 75%);
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 10px 5px;
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    font-weight: 600;
    width: 100%;
}
.banner-left > a {
    border: solid 1px #e6e6e6;
    margin-bottom: 25px;
    display: block;
}
.banner-left > a:hover {
color: black;
}
.banner-left .banner-text {
    padding: 10px 20px;
    text-align: center;
}
.banner-left .red-line {
    background-color: #b8111b;
    color: white;
    margin: 10px -20px -10px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.middle-line .contacts-top {
    padding-top: 50px;
}
.middle-line .contacts-top li {
    vertical-align: text-top;
    padding: 25px 0;
    width: 100%;
}
.middle-line .contacts-top li .lnr, .cart-block .my_cart .left .lnr {
    float: left;
    font-size: 23px;
    display: block;
    margin-left: 0;
    color: white;
    line-height: 33px;
    background-color: #B11112;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 15px;
}
.middle-line .contacts-top li>a, .middle-line .contacts-top li>span {
    margin-left: 50px;
    display: block;
    line-height: 15px;
}
.middle-line .contacts-top li span small {
    font-size: 12px;
}
.middle-line .contacts-top li a span {
    display: block;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-top: -1px;
}
.middle-line .contacts-top .title, .cart-block .my_cart {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #e6e6e6;
    margin-bottom: 15px;
    margin-left: 0;
}
.vat-rulles {
    color: #B11112;
    white-space: nowrap;
    font-weight: bold;
    display: block;
    line-height: 19px;
}
.h-days {
    height: auto;
    background-image: url(/storefront/img/christmass-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.h-days:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.65);
}
.h-days > div {
    position: relative;
}
.h-days .logo {
    margin-top: 145px;
    margin-bottom: -84px;
}
.middle-line .contacts-top .hollidays {
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
}
.middle-line .contacts-top .hollidays div p {
    font-family: 'Marck Script', cursive;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #e21b06;
}
.middle-line .contacts-top .hollidays span {
    display: block;
    width: 175px;
    padding-left: 25px;
}
.middle-line .contacts-top .hollidays span strong {
    width: 70px;
    display: inline-block;
}
.menu-line {
    margin: 0 -25px;
}
.menu-line #menu {
    line-height: 62px;
}
.menu-line #menu > ul > li {
    padding: 0 0 0 24px;
    position: relative;
}
.menu-line #menu > ul > li > a, .menu-line #menu > ul > li > .nav-header {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 61px;
    padding: 0;
    font-weight: normal;
    text-shadow: none;
}
.menu-line #menu > ul > li > a:hover, .menu-line #menu > ul > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.menu-line #menu ul li ul {
    position: absolute;
    right: -100px;
    background: #B11112;
    z-index: 2;
    padding: 10px 20px;
    z-index: 3;
    margin-top: 25%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.menu-line #menu > ul > li:hover > ul {
    margin-top: 2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.menu-line #menu .nav-child a {
    line-height: 35px;
    display: block;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-align: left;
}
.menu-line #menu .nav-child a:before {
    content: "\f096";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 14px;
    color: white;
}
.top-line .login {
    border-right: solid 1px #e6e6e6;
    padding-right: 10px;
    margin-right: 10px;
    white-space: nowrap;
}
.top-line .login .bm_slide_login .bm_login_from {
    left: 337px;
    top: 0;
    z-index: 999999;
}
.top-line .login .bm_slide_login .bm_login_label {
    border-radius: 0;
    background: transparent;
    color: #333;
    font-weight: normal;
    font-size: 15px;
    padding: 0;
}
.top-line .login .bm_slide_login .bm_login_label span, .top-line .admin-menu li span {
    font-size: 16px;
}
.top-line .login .bm_slide_login .form-2 {
    width: 100%;
    padding: 15px;
    position: relative;
    margin-top: 12px;
    background: #ffffff;
    border-radius: 0;
    color: #333;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}
.bm_slide_login .form-2 .title {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.top-line .login .bm_slide_login .form-2 .title .log-in {
    color: #B11112;
    padding-right: 2px;
}
.top-line .login .bm_slide_login .form-2 .title .sign-up {
    color: #55b8e0;
}
.bm_slide_login .form-2 .title .log-in, .bm_slide_login .form-2 .title .sign-up {
    display: inline-block;
    text-transform: uppercase;
}
.top-line .login .bm_slide_login .form-2 input[type=submit] {
    margin-left: 1%;
    background: #B11112;
    border: none;
    color: #ffffff;
    text-shadow: none;
}
.top-line .login .bm_slide_login .form-2 .bm-register {
    margin-right: 1%;
    background: #5abae1;
    border: none;
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
}
.top-line .login .bm_slide_login .form-2 input[type=text], .top-line .login .bm_slide_login .form-2 .bm-register, .bm_slide_login .form-2 input[type=text], .bm_slide_login .form-2 input[type=password], .bm_slide_login .form-2 input[type=submit], .bm_slide_login .form-2 .bm-register {
    border-radius: 0 !important;
}
.menu .dj-megamenu-latakva .modules-wrap p {
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
}
.b-products .left > .pakalpojumi-list > p {
    display: none;
}
/*** FP Consultant ***/
.consultant > div {
    margin: -73px 0 50px;
    border: solid 1px #e6e6e6;
    background: white;
    padding: 45px 50px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
}
.consultant p {
    width: 75%;
}
.consultant .button, .paymentHTMLWrapper form .form-actions .btn {
    background: #B11112;
    color: white;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.consultant .button {
    margin-left: 15px;
}
.consultant .button a {
    color: white;
}
/*** FP About Us ***/
.about-us {
    background-image: url("/storefront/img/white-sep-1.svg");
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 0 -6.9vw 0;
    padding: 0 0 150px 0;
    position: relative;
    z-index: 2;
    overflow: auto;
}
.about-us:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 150px;
    left: 0;
    right: 0;
    background-image: url("/storefront/img/Fire-Safety.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}
.about-us > div > div.intro-block, .about-us > div > div.intro-block .certificates, .about-us > .list-block {
    display: flex;
}
.about-us > div > div.intro-block > div, .about-us > .list-block > div {
    flex: 0 1 50%;
}
.about-us > div > div.intro-block > div h3 {
    line-height: 45px;
    margin-bottom: 13px;
    text-align: center;
}
.about-us > div > div.intro-block .certificates {
    margin-top: 0;
    justify-content: center;
}
.about-us > div > div.intro-block .certificates > li {
    margin: 0 25px;
    position: relative;
    display: flex;
}
.about-us > div > div.intro-block .certificates > li:after {
    top: 14px !important;
    left: 14px !important;
    width: 85px !important;
    height: 85px !important;
}
.about-us > div > div.intro-block .certificates > li a {
    z-index: 2 !important;
}
.about-us > div > div.list-block {
    width: 50%;
    position: relative;
    z-index: 2;
}
.about-us h1 {
    border-left: solid 5px #B11112;
    padding-left: 10px;
    line-height: 45px;
    margin-bottom: 35px;
}
.about-us ul {
    margin-top: 35px;
    margin-left: 39px;
}
.about-us ul li {
    margin-bottom: 75px;
}
.about-us ul .lnr {
    display: block;
    float: left;
    font-size: 40px;
    margin-left: 0;
    color: #B11112;
    position: relative;
    margin-top: 25px;
}
.about-us ul .feature-card-logo {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}
.about-us ul .feature-card-logo img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    float: none;
    object-fit: contain;
}
.about-us ul .lnr:after, .about-us > div > div.intro-block .certificates > li:after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: -23px;
    right: 0;
    width: 80px;
    height: 80px;
    border: solid 1px #B11112;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about-us ul .feature-card-logo:after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: -23px;
    right: 0;
    width: 80px;
    height: 80px;
    border: solid 1px #B11112;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.about-us ul span, .about-us ul p {
    display: block;
    margin-left: 100px;
}
.about-us ul a {
    display: block;
    margin: 15px 0 5px 100px;
    z-index: 2;
    position: relative;
}
.about-us ul a.feature-card-logo-link {
    display: block;
    float: left;
    margin: 25px 0 0 0;
    width: 40px;
    height: 40px;
}
.about-us ul a.feature-card-logo-link .feature-card-logo {
    margin-top: 0;
}
.about-us ul a img {
    height: 35px;
    width: auto;
    margin: 5px 15px 0 0;
    float: left;
}
.about-us ul .title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #55b8e0;
    padding-bottom: 5px;
}
.read-more {
    background: #B11112;
    color: white;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
/*** Services ***/
.services {
    padding: 150px 0;
    margin: 0;
    background-image: url("/storefront/img/pattern.png");
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: white;
}
.services .swiper-container > ul {
    margin: 50px 0 75px;
}
.services .swiper-container > ul > li {
    width: 33.333%;
    height: auto;
    margin: 0;
    padding: 0;
}
.services .swiper-container > ul > li > div {
    padding: 35px 20px;
    box-sizing: border-box;
    border: solid 1px white;
    position: relative;
    height: 100%;
    margin: 0 25px;
}
.services .swiper-container > ul > li > div:after, .services .swiper-container > ul > li > div:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #E63B3B;
}
.services .swiper-container > ul > li > div:after {
    top: -1px;
    left: 25px;
    right: 25px;
}
.services .swiper-container > ul > li > div:before {
    bottom: -1px;
    left: 25px;
    right: 25px;
}
.services .swiper-container > ul > li > div > .lnr {
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
}
.services .swiper-container > ul > li > div > .title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
    display: block;
    margin-bottom: 0;
}
.services .inline .inline > li {
    background: #B11112;
    border: solid 1px white;
    padding: 3px 8px;
    margin: 5px;
}
.services .swiper-container > ul > li > div > ul > li {
    text-align: left;
    margin: 15px 0 15px 20px;
    list-style: square;
}
.services .swiper-container > ul > li > div > ul > li > a {
    color: #ffffff;
    text-decoration: underline;
}
.services .add-button {
    top: 165px;
}
/*** Partners ***/
.partners {
    background-image: url("/storefront/img/white-sep-2.svg");
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 200px 0 50px;
    margin: -6.8vw 0 0;
    position: relative;
    text-align: center;
}
.partners:before {
    content: '';
    position: absolute;
    max-width: 1615px;
    margin: 0 auto;
    top: 0;
    bottom: -35px;
    left: 0;
    right: 0;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
}
.partners .add-button, .services .add-button {
    position: absolute;
    top: 215px;
}
.partners .swiper-container .swiper-wrapper {
    margin: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 0;
}
.partners .swiper-container .swiper-wrapper .swiper-slide {
    width: 20%;
    margin: 30px 0;
    padding: 0 50px;
    box-sizing: border-box;
}
/*** Reviews ***/
.reviews {
    padding: 100px 0;
    margin: 0;
    position: relative;
    text-align: center;
    color: white;
    background-image: url("/storefront/img/blurred-bg.jpg");
    background-position: center;
    background-size: cover;
}
.reviews:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.reviews h1 {
    margin-bottom: 25px;
}
.reviews p {
    position: relative;
}
/*** Kontakti ***/
.contacts {
    text-align: center;
    margin: 100px 0 -6.9vw;
    padding: 0 0 150px 0;
    position: relative;
    z-index: 2;
    background-image: url("/storefront/img/white-sep-1.svg");
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: auto;
}
.contacts h1 {
    margin-bottom: 50px;
}
.contacts .left {
    text-align: left;
    width: 35%;
    float: left;
    margin-top: 50px;
}
.contacts .right {
    width: 65%;
    float: right;
    margin-top: 50px;
    padding-left: 50px;
    box-sizing: border-box;
}
.contacts .right iframe {
    height: 500px;
}
.contacts .left .bl {
    margin-bottom: 50px;
}
.contacts .left .bl h3, .contacts .contact-form h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #B11112;
}
.contacts .contact-form .lnr {
    font-size: 40px;
    margin-right: 20px;
}
.contacts .left .bl > div {
    margin-left: 65px;
}
.contacts .left .bl .lnr {
    font-size: 40px;
    float: left;
    margin-right: 20px;
}
.contacts .contact-form h3 {
    margin-bottom: 25px;
}
.itemid-121.view-article .item-page > div {
    background: white;
}
.contacts .form-horizontal .control-label {
    float: left;
    width: 115px;
    padding-top: 5px;
    text-align: right;
}
.contacts .form-horizontal .controls {
    margin-left: 130px;
}
.contacts .nav-tabs {
    border-bottom: none;
    display: table;
    margin: 50px auto 15px;
    font-size: 20px;
}
.contacts .nav-tabs > li {
    margin-bottom: 0;
}
.contacts .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
}
.contacts .nav-tabs > .active > a, .contacts .nav-tabs > .active > a:hover, .contacts .nav-tabs > .active > a:focus {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 2px solid #B11112;
}
.contacts .form-horizontal textarea {
    height: 100px;
    padding: 4px 6px;
}
/*** We Help ***/
.we-help {
    position: relative;
    clear: both;
    text-align: center;
    padding: 250px 0;
    color: white;
    background-position: center;
    background-size: cover;
    text-shadow: -1px -1px 10px rgba(51, 51, 51, 0.5), 1px 1px 10px rgba(51, 51, 51, 0.5);
}
.we-help picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.we-help picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.we-help h2 {
    font-size: 50px;
    margin-bottom: 75px;
    line-height: 55px;
}
.we-help p {
    font-size: 35px;
    margin-top: 40px;
    line-height: 35px;
    position: relative;
}
.we-help p b, .we-help p a {
    background: rgba(255, 255, 255, 0.9);
    color: #b8111b;
    padding: 10px 25px;
    border: solid 5px #b8111b;
    text-shadow: none;
    display: inline-block;
    margin: 10px 0;
}
/*** Main Banner ***/
.main-banner, .main-banner-fp {
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    z-index: 1;
    overflow: hidden;
}
.add-button {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(251, 205, 20, 0.49);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 70px;
    padding: 0;
    z-index: 1000;
}
.main-banner > div, .main-banner-fp .swiper-slide, .main-banner-fp .swiper-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70vh;
    min-height: 650px;
    left: 0;
    right: 0;
}
.main-banner-fp .swiper-slide > div {
    position: absolute;
}
.main-banner-fp .swiper-slide {
    background-position: center;
    background-size: cover;
    padding: 0;
}
.main-banner-fp .swiper-slide picture {
    display: flex;
    height: 100%;
    width: 100%;
}
.main-banner-fp .swiper-slide picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.main-banner .banner-text, .main-banner-fp .banner-text {
    z-index: 2;
}
.main-banner .banner-text .block, .main-banner-fp .banner-text .block {
    background: rgba(0, 0, 0, 0.65);
    color: white;
    padding: 50px;
    border-left: solid 3px #B11112;
    position: relative;
    max-width: 500px;
}
/*.main-banner .banner-text .block:after, .main-banner-fp .banner-text .block:after {

content: "";

width: 0;

position: absolute;

top: 0;

right: -96px;

height: 0;

border-style: solid;

border-width: 182px 96px 0 0;

border-color: rgba(0, 0, 0, 0.65) transparent transparent transparent;

}*/
.main-banner .banner-text .block h1, .main-banner-fp .banner-text .block h1, .we-help h3 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}
.main-banner .banner-text .block p, .main-banner-fp .banner-text .block p {
    font-size: 17px;
}
.main-banner .banner-text .read-more, .main-banner-fp .banner-text .read-more {
    background: #B11112;
    color: white;
    padding: 10px 0 10px 10px;
    display: table;
    margin-top: 3px;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
.main-banner .banner-text .read-more:after, .main-banner-fp .banner-text .read-more:after {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    right: -20px;
    height: 0;
    border-style: solid;
    border-width: 40px 20px 0 0;
    border-color: #B11112 transparent transparent transparent;
}
/*** E-shop ***/
body.modal {
    overflow-y: auto !important;
}
.contentpane.modal .item-page .wrap {
    padding: 50px;
}
#sbox-window {
    padding: 0;
    border-radius: 0;
}
.contentpane.modal #scrollToTop {
    display: none !important;
}
.b-products .products .img {
    /*   overflow: hidden; */
    background: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.b-products .products .img > picture {
    width: 100%;
    height: 170px;
}
.b-products .products .img > picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.b-products .products .img.contain > picture img {
    object-fit: contain;
    height: 170px;
}
.b-products .mails-list .img {
    -ms-flex: 0 1 350px;
    -webkit-box-flex: 0;
    flex: 0 1 350px;
}
.b-products .products .img > a, .b-product .resp-img > .img-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.b-products .products .img:hover > a, .b-product .resp-img:hover > .img-popup {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(255, 255, 255, 0.6);
}
.b-products .products .img > a .lnr, .b-product .resp-img > .img-popup .lnr {
    background: #fbcd14;
    font-size: 30px;
    padding: 10px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.b-products .products .img:hover > a .lnr, .b-product .resp-img:hover > .img-popup .lnr {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contentpaneopen .blueimp-gallery {
    background: #000 !important;
    background: rgba(0, 0, 0, .9) !important;
}
.contentpaneopen .blueimp-gallery > .close {
    font-size: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.b-products .products .category {
    background: #B11112;
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
    color: white;
    line-height: 15px;
    width: 100%;
}
.b-products .products .category a {
    color: white;
}
.img.contain {
    background-size: contain !important;
    background-repeat: no-repeat;
}
.b-products .products .title {
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
    position: relative;
}
.b-products .products .check {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    line-height: normal;
}
.b-products .products .qtc_buynow .price, .b-products .products .qtc_buynow .cart-block, .j2store-product .product-price-container, .j2store-addtocart-form {
    text-align: center;
    padding-bottom: 30px;
    font-size: 20px;
    position: relative;
}
.b-products .products .qtc_buynow .control-group, .pop-products .item .shop .control-group {
    display: none;
}
.b-products .products .qtc_buynow .price del span, .pop-products .item .shop .price-block del span, .j2store-product .product-price-container .price .strike {
    text-decoration: line-through;
    font-size: 15px;
    color: #595959;
    padding-right: 5px;
}
.b-products .products .qtc_buynow .price-block, .b-products .products .qtc_buynow .discount-block, .j2store-product .product-price-container .price > div {
    display: inline-block;
}
.b-products .products .qtc_buynow .price-block .qtc_controls_text {
    padding: 0;
}
.b-products .products .qtc_buynow .price-block span, .b-products .products .qtc_buynow .price-block div, .b-product .shop .qtc_buynow .price-block span, .b-product .shop .qtc_buynow .price-block div {
    display: inline-block;
}
.b-products .products .qtc_buynow .price .vat, .pop-products .qtc_buynow .price .vat {
    display: none;
}
.b-product .shop .qtc_buynow .price .vat {
    font-size: 12px;
}
.qtc-field-discount_price span, .j2store-product .product-price-container .price .sale-price {
    color: #B11112;
    font-size: inherit;
    font-weight: normal;
}
.b-products .products .qtc_buynow .cart-block input.qtc_count, .b-product .shop .qtc_buynow .cart-block input.qtc_count {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px !important;
    font-size: 14px;
    text-align: center;
    border: solid 1px #e1e1e1;
    background: white;
}
.b-products .products .qtc_buynow .price-block .qtc-label-original_price, .b-products .products .qtc_buynow .discount-block .qtc-label-discount_price, .b-products .products .qtc_buynow .cart-block input.qtc_count, .b-products .products .qtc_buynow .cart-block span.qtc_itemcount {
    display: none;
}
.b-products .products .qtc_buynow .price .discount-bar {
    position: absolute;
    background: #B11112;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    right: 0;
    top: -4px;
}
.b-products .products .qtc_buynow .cart-block .qtc_itemcount a, .b-product .shop .qtc_buynow .cart-block .qtc_itemcount a {
    width: 17px !important;
    height: 17px;
    display: block;
    border: 1px solid #e1e1e1;
    color: #ccc;
    line-height: 17px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 0;
    font-size: 8px;
    background-color: #fff;
    background-image: none;
    min-height: auto;
    min-width: auto;
}
.b-products .products .qtc_buynow .cart-block .qtc_itemcount a.qtc_icon-qtcminus, .b-product .shop .qtc_buynow .cart-block .qtc_itemcount a.qtc_icon-qtcminus {
    margin-bottom: 0;
}
.b-products .products .qtc_buynow .cart-block .qtc_buyBtn_style, .b-product .shop .qtc_buynow .cart-block .qtc_buyBtn_style, .cart a, .services-btn, .j2store-add-to-cart .j2store-cart-button {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    background: #FBCD14;
    border-radius: 0;
    height: 40px;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: inherit;
    text-shadow: none;
    border: none;
    font-family: inherit;
}
.cart a:hover {
    color: #333;
    text-decoration: none;
}
.b-products .products .qtc_buynow .cart-block .qtc_buyBtn_style .lnr, .b-product .shop .qtc_buynow .cart-block .qtc_buyBtn_style .lnr, .cart a .lnr, .services-btn .lnr, .j2store-add-to-cart .j2store-cart-button .lnr {
    font-size: 20px;
    padding-right: 5px;
    display: block;
    float: left;
    background: #B11112;
    color: white;
    margin: 0 15px 0 -10px;
    padding: 0 10px;
    line-height: 40px;
}
.b-products .products .qtc_buynow .cart-block .qtc_buyBtn_style:hover, .b-product .shop .qtc_buynow .cart-block .qtc_buyBtn_style:hover, .services-btn:hover {
    color: #333;
    text-decoration: none;
}
.products .cart {
    padding-top: 12px;
    margin-bottom: 15px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}
.products .cart p {
    padding-bottom: 15px;
}
.e-shop .right h3 a {
    background: #B11112;
    color: white;
    text-transform: lowercase;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    float: right;
    margin-top: -5px;
}
.e-shop .right .module h3, .b-products .right .shop h3, .b-products .right h3, .b-product .left .related h3, .tab-pane .shop h3 {
    padding: 21px 20px;
    margin-top: 0;
    margin-bottom: 25px;
    background-color: white;
    border: solid 1px #e6e6e6;
    text-transform: uppercase;
}
.e-shop .right .module h3:before, .b-products .right .shop h3:before, .b-products .right h3:before, .dj-megamenu-latakva li ul.dj-submenu > li.withmodule > a:before, .b-product .left .related h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-image: url("/storefront/img/title_pattern.png");
    background-position: center top;
    background-size: cover;
    border-left: solid 3px #B11112;
}
.jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu li a > span {
    display: none;
}
.jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header h3 {
    border-bottom: solid 1px #e6e6e6;
    padding: 15px 0 5px 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #B11112;
}
.b-products .tab-content .shop > ul > li, .b-products .products .item > div, .portfolio > div > div {
    list-style: none;
    border: solid 1px #e6e6e6;
    background: white;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.blog-cat .products .item > div, .portfolio > div > div {
    justify-content: flex-start;
}
.contacts .b-products .products .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
}
.view-featured .b-products .products .item {
    flex: 0 1 25%;
}
.view-featured .blog-cat .products .item {
    flex: 0 1 33.333%;
    margin-bottom: 35px;
}
.b-products .tab-content .shop > ul > li:before {
    content: none !important;
}
.b-products .tab-content .shop ul li h4 {
    margin: 15px;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 20px;
    height: 100%;
    min-height: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.b-products .tab-content .shop ul li h4 span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 100px;
    line-height: 76px;
    color: rgba(237, 28, 36, 0.1);
    z-index: -1;
    font-weight: bold;
    -webkit-transform: translateY(50px);
    transform: translateY(-50%);
}
.b-products .tab-content .shop ul li .popover-info {
    display: block !important;
    text-align: center;
    background: rgb(237, 28, 36);
    padding: 0;
    width: 80px;
    color: white;
    position: absolute;
    left: 16px;
    bottom: 114px;
    line-height: 30px;
}
.popover {
    border-radius: 0;
    max-width: 500px;
}
.b-products .tab-content .shop ul li .description {
    margin: 0 15px;
}
.b-products .tab-content .shop ul li .price {
    padding: 10px 15px;
    position: relative;
    border-top: solid 3px #B11112;
    min-height: 40px;
}
.b-products .tab-content .shop ul li .price .lnr {
    position: absolute;
    right: 0px;
    top: 1px;
    background: white;
    color: red;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 39px;
    font-size: 33px;
}
.b-products .tab-content .shop ul li .cart {
    text-align: center;
    margin: 0 0 15px 0;
    min-height: 40px;
}
.checkout-heading {
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
}
.checkout-heading .badge-success {
    background-color: #fbcd14;
    border-radius: 0;
    text-shadow: none;
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
}
.qtc-table td {
    vertical-align: middle;
}
#qtc_user-info-content h3 {
    text-transform: uppercase;
}
#qtc_user-info-content p {
    color: #777;
}
#qtc_user-info-content .left p {
    margin-bottom: 25px;
}
#qtc_user-info-content .right p {
    margin-bottom: 5px;
}
#qtc_user-info-content .left label {
    border: solid 1px #ddd;
    width: 300px;
    height: 40px;
    margin-bottom: 25px;
}
#qtc_user-info-content .left input {
    margin: 0 10px 0 15px;
    border-right: solid 1px #ddd;
    display: inline-block;
    height: 40px;
    padding: 0;
}
#qtc_user-info-content .left b {
    line-height: 35px;
    height: 38px;
    border-left: solid 1px #ddd;
    display: inline-block;
    padding-left: 15px;
    margin: 0;
}
#qtc_user-info-content .button {
    background: #B11112;
    color: white;
    text-shadow: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px !important;
    width: 150px;
    height: 28px !important;
    margin: -10px 0 0 0 !important;
    display: block;
}
#qtc_user-info-content .right .button {
    margin: 18px 0 0 0 !important;
}
#qtc_user-info-content .right b {
    display: block;
    margin-top: 10px;
}
.qtcadd_address_button {
    margin: -25px 0 20px 0;
}
.q2ctablewrapper {
    padding: 0;
}
#q2c_billing .input-medium, #q2c_billing textarea {
    width: 250px;
}
.q2c-wrapper #qtc_mainwrapper .qtc_select {
    max-width: 250px !important;
    width: 250px;
}
#q2c_billing textarea {
    height: 100px;
}
.q2c-wrapper .qtcPadding {
    padding: 15px 100px 0;
}
.q2c-wrapper .qtcPadding h4 {
    margin-bottom: 10px;
}
.hasTooltip {
    display: block !important;
}
.paymentHTMLWrapper {
    padding: 50px;
}
.paymentHTMLWrapper h4 {
    margin-bottom: 15px;
}
.paymentHTMLWrapper .radio {
    display: inline-block;
    border: solid 2px #B11112;
    background: white;
    padding: 8px 30px 3px;
    margin-right: 15px;
    text-transform: uppercase;
}
.paymentHTMLWrapper form .control-group {
    margin-top: 15px;
}
.paymentHTMLWrapper form .control-group textarea {
    width: 100%;
    height: 100px;
}
.paymentHTMLWrapper form .form-actions {
    padding: 0;
    border: 0;
    text-align: center;
}
.paymentHTMLWrapper form .form-actions .btn {
    float: none;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
}
/*** E-shop Product page ***/
.b-product .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    padding-left: 50px;
    padding-top: 0;
}
.b-product .left {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.b-product .left .intro-block {
    margin-bottom: 50px;
}
.b-product .left .intro-block h1 {
    margin: 0 0 29px 0;
}
.b-product .left .intro-block > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 1px #e6e6e6;
}
.b-product .left .intro-block > div > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.b-product > .left > .intro-block > div > .img {
    min-height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    display: flex;
    position: relative;
}
.b-product > .left > .intro-block > div > .img picture {
    display: flex;
    flex: 100%;
}
.b-product > .left > .intro-block > div > .img picture > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.b-product > .left > .intro-block > div > .img.contain picture > img {
    object-fit: contain;
    object-position: top;
}
.b-product > .left > .intro-block > div .img .swiper-gallery {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    overflow: hidden;
}
.b-product > .left > .intro-block > div .img .swiper-gallery .swiper-wrapper {
    white-space: nowrap;
}
.b-product > .left > .intro-block > div .img .swiper-gallery .swiper-wrapper > a {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-block;
}
.b-product > .left > .intro-block > div .img .swiper-gallery .swiper-wrapper > a > img {
    border: solid 2px transparent;
    height: 40px;
    width: 100%;
    border-radius: 50%;
}
.b-product > .left > .intro-block > div .img .swiper-gallery .swiper-wrapper > a:hover > img {
    border: solid 2px #fbcd14;
}
.b-product .left .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: white;
    border-left: none;
    position: relative;
}
.b-product .left .info > div {
    padding: 25px 50px;
}
.b-product .left .info .short-info {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
.b-product .left .info .short-info .manufacturer {
    margin-bottom: 10px;
}
.b-product .left .info .short-info .rating-block {
    display: flex;
}
.b-product .left .info .short-info .rating-block > div {
    padding: 2px 5px;
}
.b-product .left .info .short-info .rating-block small:nth-of-type(1) {
    display: none;
}
.b-product .left .info .short-info .rating-block small:nth-of-type(2) {
    margin-top: -7px;
    display: block;
}
.b-product .left .info .short-info .btn-pdf {
    margin: 15px auto 0 auto;
    display: table;
}
.b-product .left .info .short-info .btn-pdf .text {
    padding: 9px 0;
    display: table;
}
.b-product .left .info .short-info .intro-text p {
    margin: 15px 0;
}
.b-product .left .info .promo-code {
    text-align: center;
}
.b-product .left .info .promo-code span {
    border: dashed 2px #7bd3f7;
    color: #7bd3f7;
    font-weight: bold;
    padding: 1px 6px 2px;
}
.b-product .left .info .shop {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}
.b-product .left .info .price {
    font-size: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.at-share-btn-elements {
    text-align: center;
}
.b-product .left .info .control-group label {
    width: 100px;
}
.b-product .left .info .control-group .controls {
    margin-left: 115px;
}
.b-product .left .info .cart-block, .b-product .j2store-add-to-cart {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-product .left .info .cart-block > div, .b-product .j2store-add-to-cart > div {
    display: inline-block;
}
.b-product .left .info .cart-block span.qtc_itemcount {
    margin: 0 7px 0 3px;
}
.b-product .j2store-add-to-cart .product-qty input {
    height: 40px;
    width: 40px;
    border-radius: 0;
    box-shadow: none;
    margin-right: 5px;
    text-align: center;
}
.b-product .left .info .price-block del span {
    text-decoration: line-through;
    font-size: 15px;
    color: #595959;
    padding-right: 5px;
}
.b-product .left .info .price .discount-bar {
    position: absolute;
    background: #B11112;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    right: -50px;
    top: 0;
}
.b-product .left .info .price-block .qtc-label-original_price, .b-product .left .info .discount-block .qtc-label-discount_price {
    display: none;
}
.b-product .left .info .price-block, .b-product .left .info .discount-block {
    display: inline-block;
}
.b-product .left .tab-content, .b-products .right .tab-content, .likumi {
    margin-bottom: 50px;
    background-color: white;
    border: solid 1px #e6e6e6;
    padding: 25px;
}
.b-products .right .tab-content h2, .tab-pane .shop h2, .b-products .right .tab-content h3, .tab-pane .shop h3 {
    background: transparent;
    border: none;
    text-align: center;
    text-transform: none;
    border-bottom: solid 1px #e6e6e6;
}
.b-products .right .tab-content h3:before {
    content: none;
}
.b-products .right .tab-content ul ul {
    list-style: circle;
    margin-left: 15px;
}
.b-products .right .tab-content ul ul ul {
    list-style: square;
}
.video-block iframe {
    width: 100% !important;
    margin-bottom: 25px;
    height: 400px;
}
.pop-products .item {
    padding: 6px;
    background: white;
    color: #32373c;
    cursor: pointer;
    margin-bottom: 10px;
    border: solid 1px #e6e6e6;
    overflow: auto;
    display: flex;
}
.pop-products .item .img {
    flex: 0 0 75px;
    width: 75px;
    background-size: cover;
    background-position: center;
    border: 1px solid #dbdbdb;
    display: inline-block;
    float: left;
}
.pop-products .item .img picture {
    height: 100%;
    width: 100%;
    display: flex;
}
.pop-products .item .img picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.pop-products .item .title {
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.pop-products .item .shop {
    border-top: 1px solid #e6e6e6;
    margin-top: 6px;
    text-align: center;
}
.pop-products .item .shop .price {
    font-size: 20px;
}
.pop-products .item .shop .cart-block, .pop-products .item .shop .qtc-label-original_price, .pop-products .item .shop .qtc-label-discount_price, .pop-products .item .shop .discount-bar {
    display: none !important;
}
.pop-products .item .shop .price-block, .pop-products .item .shop .discount-block {
    display: inline-block;
}
.b-products .left .text, .b-product .right .text {
    padding: 10px;
    background: white;
    color: #32373c;
    margin-bottom: 10px;
    border: solid 1px #e6e6e6;
    overflow: auto;
    text-align: center;
}
.b-products .left .text p, .b-product .right .text p {
    padding-bottom: 10px;
}
.b-products .left .text .read-more, .b-product .right .text .read-more {
    padding: 9px 15px;
}
/*** Warning block ***/
.warning-popup {
    position: relative;
}
.warning-title {
    background-color: #facd14;
    padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    margin: 0 -25px;
}
.warning-title > div {
    display: block !important;
}
.warning-title strong {
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}
@media (min-width: 979px) {
    .warning-text.in {
        width: 70vw;
        position: absolute;
        left: 312px;
        top: 12px;
        background: white;
        padding: 25px;
        border-bottom: solid 1px #e6e6e6;
        box-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 1px 5px rgb(0 0 0 / 20%), 0 0 0 12px rgb(255 255 255 / 40%);
        z-index: 10;
    }
}
.warning-text li {
    display: block !important;
}
/*** Cart shop Module ***/
.shop-cart .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shop-cart #mod_applyCopWrapper {
    display: none;
}
.shop-cart .item .title {
    width: 170px;
    margin: 0;
    padding-left: 15px;
    position: relative;
    padding-right: 10px;
}
.shop-cart .item .title span {
    margin-left: 5px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    padding: 0;
    font-weight: normal;
    background-color: #fbcd14;
    color: #333;
    text-shadow: none;
}
.shop-cart .item .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
    padding: 0;
    background: #B11112;
    width: 6px;
    height: 6px;
}
.shop-cart .item .price {
    width: 75px;
    white-space: nowrap;
    text-align: right;
    padding: 0 5px 0 10px;
}
.shop-cart .clean, .btn-next, .cancel {
    background: #7bd3f7;
    text-shadow: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
}
.shop-cart .buy, .clear_cart, .qtcadd_address_button a, .cart_link a, .cart-action-complete .j2store-checkout-link {
    background: #B11112;
    color: white;
    text-shadow: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
}
.quest_delivery_price {
    padding: 15px 0 0 0;
    display: block;
}
.quest_delivery_price > li {
    padding: 5px 0;
}
.quest_delivery_price > li > a {
    padding: 2px 5px 3px 5px;
    position: relative;
}
.quest_delivery_price > li > a:hover {
    background-color: #fbcd14;
    color: #333;
    text-decoration: none;
}
.quest_delivery_price > li > a > i {
    background-color: #fbcd14;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 26px;
    vertical-align: top;
}
/*** Checkout page ***/
.step-content .btn-danger {
    background: #B11112;
    border-radius: 0;
    border: none;
    text-shadow: none;
}
.q2c-wrapper .sa_steps_parent .qtc-steps-ol .active .badge {
    background-color: #B11112;
    line-height: 13px;
}
.q2c-wrapper .sa_steps_parent .qtc-steps-ol .active {
    color: #B11112;
}
.q2c-wrapper .sa_steps_parent .qtc-steps-ol .complete .badge-success {
    line-height: 13px;
}
#qtc_user-info-content {
    padding: 10px 25px;
}
.q2c-wrapper {
    padding-top: 50px;
}
.quick2cart_coat {
    width: 100%;
    padding-top: 0;
}
.q2c-wrapper .table.table-checkout > tbody > tr.highlightedrow td .form-inline {
    display: none;
}
.left .q2c-wrapper, .right .q2c-wrapper {
    padding-top: 0;
    padding-left: 0;
    width: auto;
    padding-right: 0;
    max-width: 100%;
    min-width: auto;
}
#qtc_mainwrapper #q2c_billing {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#qtc_mainwrapper #q2c_billing .control-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin: 15px 0;
}
#qtc_mainwrapper.form-horizontal .control-label {
    float: none;
    text-align: left;
    width: auto;
}
#qtc_mainwrapper.form-horizontal .controls {
    margin-left: 0;
}
#qtc_mainwrapper #q2c_billing .control-group .input-medium, #qtc_mainwrapper #q2c_billing .control-group textarea, #qtc_mainwrapper #q2c_billing .control-group .qtc_select {
    width: 100%;
    width: 100%;
    max-width: 100% !important;
}
#qtc_mainwrapper #q2c_billing .control-group #addr {
    height: 35px;
    padding: 4px 6px;
}
#qtc_mainwrapper #q2c_billing .control-group.comment {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
#qtc_mainwrapper #q2c_billing .control-group.comment #comment, #qtc_payHtmlDiv #comment {
    width: 100%;
    padding: 4px 6px;
}
#qtc_ckout_billing-info #terms {
    height: 200px;
    overflow: auto;
    padding: 5px 15px;
}
#qtc_ckout_billing-info #terms .block {
    padding-top: 0;
    padding-bottom: 0;
}
#qtc_ckout_billing-info .checkbox {
    margin-top: 25px;
    text-transform: uppercase;
}
#qtc_ckout_billing-info .checkbox label {
    font-weight: bold;
}
/*** Terms and Conditions ***/
.itemid-238 .item-page div div div {
    background-color: white;
    border: solid 1px #e6e6e6;
    padding: 50px;
}
.item-page .block div ol, #terms .wrap div ol {
    counter-reset: section;
    list-style-type: none;
}
.item-page .block div > ol > li, #terms .wrap div > ol > li {
    margin: 15px 0;
}
.item-page .block div > ol > li ol, #terms .wrap div > ol > li ol {
    margin-top: 10px;
    margin-bottom: 10px;
}
.item-page .block div ol li:before, #terms .wrap div ol li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
}
.item-page .block div ol ol, .item-page .block div ol ol ol, #terms .wrap div ol ol, #terms .wrap div ol ol ol {
    margin-left: 15px;
}
/*** Pielietojums Section ***/
#piel_menu li {
    padding: 6px;
}
#piel_menu li a {
    display: flex;
    align-items: center;
    padding: 0;
}
#piel_menu li a:before {
    content: none;
}
#piel_menu li a img {
    order: -1;
    width: 50px;
    margin-right: 10px;
    border: solid 1px white;
}
/*** Blog Section ***/
.blog-cat .products .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}
.blog-cat .products .intro {
    padding: 20px;
    text-align: justify;
    border-top: 1px solid #e6e6e6;
}
.info ol {
    padding-left: 16px;
}
.info ol li::marker {
    display: list-item;
    color: #B11112;
    font-weight: bold;
}
.blog-cat .products .img .date {
    height: 40px;
    background: #B11112;
    font-size: 13px;
    padding: 5px 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    line-height: 15px;
    text-transform: uppercase;
}
.blog-cat .products .img .date b {
    display: block;
}
.blog-article .blog .resp-img {
    height: 350px;
    background-size: cover;
    background-position: center center;
    margin: -25px -25px 25px;
    background-image: url(/uploads/image/2017-09/1505063555_5e788c237e8f5836826741ebd99ede94_medium.jpg);
    overflow: hidden;
}
.blog-article .blog .resp-img picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-article .blog p {
    padding-bottom: 15px;
    text-align: justify;
}
/*** Categories ***/
.view-form .article-body h1 {
    font-size: 20px;
}
.view-records .article-body > section > div, .right-column, .view-article .item-page > div {
    background: whitesmoke;
}
/*** Articles ***/
.view-article .article-body {
    padding: 0;
}
.view-record .article-body > div > header, .view-form .article-body .page-header, .view-cartcheckout .article-body header, .search > header {
    background-color: whitesmoke;
}
.view-form .page-header > div, .view-cartcheckout .article-body header > div, .search > header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
}
.view-article .contacts {
    margin-top: 0;
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.view-article .contact-form {
    margin: 50px 0 -50px 0;
    padding: 25px 0 50px;
    text-align: left;
    background-image: url(/storefront/img/guy-hmmm.png);
    background-repeat: no-repeat;
    background-position: 85% bottom;
    clear: both;
}
.view-article .contact-form section {
    width: 50%;
}
.view-article .block, .view-records .block, .view-record .block, .ba-gallery, .view-record .b.product, .e-shop, .view-cartcheckout .article-body .block, .tehinfo, .search .block, .article-body .item-page, .view-form .article-body, .com_easycheckout #akeeba-renderjoomla {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
.view-article .article-body .block {
    border: solid 1px #e6e6e6;
}
.b-products, .b-product, .e-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.related .b-products, .b-product {
    padding: 0;
}
.b-product header, .article-body header {
    flex: 0 1 100%;
}
.article-body header, .view-form .article-body .page-header, .view-form .form-actions, .view-form #tabs-box, .com_easycheckout .page-header {
    flex: 0 1 100%;
    background-color: white;
    border: solid 1px #e6e6e6;
    padding: 25px;
    margin-bottom: 35px;
    position: relative;
}
.view-form .article-body .page-header {
    margin: 0 0 15px 0;
}
.view-form .form-actions {
    margin: 0 0 35px 0;
}
.view-form .tabs-left > .nav-tabs {
    float: left;
    margin-right: 0px;
    border-right: none;
}
.view-form .tabs-left > .nav-tabs .active > a, .view-form .tabs-left > .nav-tabs .active > a:hover, .view-form .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #fff;
    z-index: 2;
    position: relative;
}
.view-form .form-horizontal .controls {
    border-left: solid 2px #B11112;
    padding-left: 20px;
    margin-left: 120px;
}
.view-form .form-horizontal .control-label {
    width: 100px;
    font-weight: bold;
}
.view-form .form-horizontal label {
    line-height: 15px;
}
.j2store-product-edit-form .tabs-left > .nav-tabs > li, .j2store-product-edit-form .row-fluid .span7, .j2store-product-edit-form .panel-heading, .j2store-product-edit-form #j2store-product-type, .j2store-product-edit-form .j2store-confirm-cont {
    display: none !important;
}
.j2store-product-edit-form .nav-tabs li:nth-of-type(1), .j2store-product-edit-form .nav-tabs li:nth-of-type(2), .j2store-product-edit-form .nav-tabs li:nth-of-type(6) {
    display: block !important;
}
.j2store-product-edit-form .row-fluid .span4 {
    width: 100%;
}
.view-form .j2store-product-edit-form label {
    width: auto !important;
    float: none;
    text-align: left;
}
.b-product .htop-line, .b-products .htop-line {
    flex: 0 1 100%;
    margin: 35px 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 25px;
    border: solid 1px #e6e6e6;
}
.b-product .htop-line h2, .b-products .htop-line h2 {
    font-size: 20px;
    text-transform: none;
    margin: 0;
}
.e-shop {
    padding: 0px;
}
.b-products .left, .e-shop .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    padding-left: 50px;
    padding-top: 0;
    order: +1;
}
.b-products .left h3, .b-product .right h3, .itemid-238 .item-page .block h1 {
    padding: 15px 20px;
    margin-top: 0;
    margin-bottom: 15px;
    background-color: white;
    border: solid 1px #e6e6e6;
}
.b-products .left h3:before, .b-product .right h3:before, .itemid-238 .item-page .block h1:before, .article-body header:before, .view-form .article-body .page-header:before, .com_easycheckout .page-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-image: url("/storefront/img/title_pattern.png");
    border-left: solid 3px #B11112;
}
.b-products .left > div, .b-product .right > div {
    margin-bottom: 50px;
    overflow: auto;
    padding: 0;
    width: auto;
    min-width: auto;
}
.b-products .left .menu li.active, .b-products .left .menu li:hover, .b-product .right .menu li.active, .b-product .right .menu li:hover {
    background: #B11112;
}
.b-products .left .menu li.active a, .b-products .left .menu li:hover a, .b-products .left .menu li.active a:before, .b-products .left .menu li:hover a:before, .b-product .right .menu li.active a, .b-product .right .menu li:hover a, .b-product .right .menu li.active a:before, .b-product .right .menu li:hover a:before {
    color: white !important;
}
.b-products .left .menu li.active a:before, .b-products .left .menu li:hover a:before, .b-product .right .menu li.active a:before, .b-product .right .menu li:hover a:before {
    background: white !important;
}
.nav > li > a:hover, .nav > li > a:focus, .dj-megamenu-latakva li div.dj-subcol .modules-wrap ul li a:hover, .dj-megamenu-latakva li div.dj-subcol .modules-wrap ul li a:focus {
    text-decoration: none !important;
    background-color: transparent;
}
.b-products .left .menu li, .b-product .right .menu li, #dj-megamenu153 > li {
    padding: 6px 10px;
    background: white;
    color: #32373c;
    cursor: pointer;
    margin-bottom: 10px;
    border: solid 1px #e6e6e6;
}
.b-products .left .menu li a, .b-product .right .menu li a, #dj-megamenu153 > li > a, .portfolio .text ul li {
    position: relative;
    padding: 8px 15px 7px 15px;
    display: block;
    margin-bottom: 0;
}
.b-products .left .menu li a:before, .b-product .right .menu li a:before, #dj-megamenu153 > li > a:before, .portfolio .text ul li:before, .related_links ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    background: #B11112;
    width: 6px;
    height: 6px;
}
.input-prepend > .add-on, .input-append > .add-on {
    line-height: 22px;
    height: 30px;
}
.clearfix {
    margin-bottom: 0 !important;
}
#dj-megamenu153 {
    list-style: none;
    margin: 0;
}
#dj-megamenu153 > li {
    position: relative;
}
#dj-megamenu153 > li .dj-subwrap {
    position: absolute;
    left: 275px;
    top: 0;
    z-index: 3;
    background: white;
    margin: 0 !important;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
#dj-megamenu153 > li .dj-subwrap:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
}
#dj-megamenu153 > li .dj-subwrap, #dj-megamenu153 > li .dj-subwrap-in, #dj-megamenu153 > li .dj-subcol {
    width: 923px !important;
}
#dj-megamenu153 > li .dj-subcol > ul {
    margin: 25px;
}
#dj-megamenu153 > li .dj-subcol ul li ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    margin: 0;
}
#dj-megamenu153 > li .dj-subcol ul li ul li {
    padding: 0;
    margin-bottom: 0;
    border: none;
}
#dj-megamenu153 > li .dj-subcol ul li ul li:hover {
    background: transparent;
}
#dj-megamenu153 > li .dj-subcol ul li ul li a {
    padding: 0 0 6px 15px;
}
#dj-megamenu153 > li .dj-subcol ul li ul li:hover a {
    color: #fbcd14 !important;
}
#dj-megamenu153 > li .dj-subcol ul li ul li a:before {
    top: 9px;
}
#dj-megamenu153 > li .dj-subcol ul li ul li:hover a:before {
    background: #B11112 !important;
}
.b-products .right, .e-shop .right {
    flex: 0 1 calc(100% - 300px);
    width: calc(100% - 300px);
    position: relative;
}
.b-products .right .nav-tabs, .b-product .left .nav-tabs, .tehinfo .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 20px;
    margin-bottom: 0;
}
.b-products .right .nav-tabs li, .b-product .left .nav-tabs li, .tehinfo .nav-tabs li {
    margin: 0 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 3px transparent;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}
.b-product .left .nav-tabs li a {
    text-transform: uppercase;
}
.b-product .left .nav-tabs li.active a, .b-products .right .nav-tabs li.active a {
    background-color: transparent;
}
.b-products .right .nav-tabs li a, .b-product .left .nav-tabs li a, .tehinfo .nav-tabs li a {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 3px transparent;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    margin-bottom: -2px;
    padding: 10px 15px;
    border-radius: 0;
}
.b-products .right .nav-tabs li.active, .b-product .left .nav-tabs li.active, .tehinfo .nav-tabs li.active {
    border-bottom: solid 3px red;
    color: #333;
    background-color: white;
    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}
.b-products .right .tab-content > div > div {
    text-align: left;
    box-sizing: border-box;
}
.b-products .right .tab-content div div > ul, .b-product .left .tab-content div div > ul, .b-product .left .tab-content div div > ol, .likumi .text ul, .likumi .text ol, .b-products .cat-desc ul, .text-page ul, .warning-text ul {
    margin: 25px 0 25px 100px;
}
.b-products .right .tab-content div div > ul > li, .b-products .products .item, .b-product .left .tab-content div div > ul > li, .text-page ul li, .warning-text ul > li {
    position: relative;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 1 33.333%;
}
.b-products .right .cat-desc > ul > li {
    position: relative;
    margin-bottom: 15px;
}
.b-products .right .tab-content div div > ul > li, .b-product .left .tab-content div div > ul > li {
    margin-bottom: 15px;
}
.related .b-products .products .item {
    flex: 0 1 25%;
}
.b-products .products .item {
    justify-content: flex-start;
}
.b-products > .cat-desc ul > li {
    margin-bottom: 20px;
    position: relative;
}
.b-product .left .tab-content div .shop > ul > li {
    display: block;
}
.b-products .right .tab-content div .services-block {
    padding: 0;
    margin: 0 0 25px 0;
}
.b-products .right .tab-content div .swiper-container:before {
    content: '';
    position: absolute;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    width: 25px;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.b-products .right .tab-content div .swiper-container:after {
    content: '';
    position: absolute;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    width: 25px;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.b-products .right #filter-form > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -7px;
}
.b-products .right #filter-form > div > ul > li {
    position: relative;
}
.b-products .right #filter-form > div > ul > li > .filter-link {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 #CECECE;
    text-shadow: none;
    margin: 7px;
    position: relative;
    background-image: none;
    border: none;
    font-size: 15px;
    line-height: 25px;
    padding: 4px 12px;
    color: #333;
    display: inline-block;
}
.b-products .right #filter-form > div > ul > li .badge {
    font-weight: normal;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    border-radius: 2px;
    font-size: 65%;
    text-shadow: 0px 0px 1px #ef7277;
    background-color: rgb(237, 28, 36);
    position: absolute;
    right: -3px;
    top: -3px;
    letter-spacing: 1px;
    border: solid 2px #FFF;
    color: white;
}
.b-products .right #filter-form .nav-pills > .active > .btn, .b-products .right #filter-form .nav-pills > .active:hover > .btn, .b-products .right #filter-form .nav-pills > .active:focus > .btn {
    color: #fff;
    background-color: #B11112;
}
.b-products .right #filter-form .nav-pills > .active > a, .b-products .right #filter-form .nav-pills > .active > a:hover, .b-products .right #filter-form .nav-pills > .active > a:focus {
    color: #fff !important;
    background-color: transparent !important;
}
.filter-worns .alert .close {
    display: block !important;
}
.swiper-button-prev {
    left: 0 !important;
    background-image: none !important;
    background: #B11112;
}
.swiper-button-next {
    right: 0 !important;
    background-image: none !important;
    background: #B11112;
    left: auto;
}
.swiper-button-next:before {
    content: "\e876";
    font-size: 20px;
    color: white;
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(50px);
    transform: translateY(-50%);
}
.swiper-button-prev:before {
    content: "\e875";
    font-size: 20px;
    color: white;
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(50px);
    transform: translateY(-50%);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}
.b-products .right .shop h2, .b-products .right h2, .b-products .right .shop h3, .b-products .right h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
}
.b-products .right .tab-content div div > .service {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.b-products .right .tab-content div div > .service > li {
    width: 25%;
    height: auto;
    margin: 0 0 25px 0;
    min-height: 100%;
}
.b-products .right .tab-content div div > .service > li > div {
    border: solid 1px #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100%;
    width: 100%;
    margin: 15px;
}
.b-products .right .tab-content div div > .service > li:before {
    content: none;
}
.b-products .right .tab-content div div > ul > li ul li, .popover-content ul li {
    margin-bottom: 0;
    margin-left: 15px;
    position: relative;
}
.faq .accordion-inner ul {
    margin-left: 50px;
}
.faq .accordion-inner ul li {
    position: relative;
    margin-bottom: 10px;
}
.b-products .right .tab-content div div > ul > li:before, .b-product .left .tab-content div div > ul > li:before, .b-products .right .cat-desc > ul > li:before, .text-page ul > li:before, .warning-text ul > li:before, .faq .accordion-inner ul li:before {
    content: "\e87f";
    font-family: 'Linearicons-Free';
    margin-left: -30px;
    color: #B11112;
    font-size: 20px;
    font-weight: bold;
    top: 0;
    position: absolute;
}
.b-products .right h1 {
    margin: 0 0 29px 0;
    text-align: center;
}
.b-products .tab-content .shop ul li ul li:before, .popover-content ul li:before {
    content: "\f096";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    position: absolute;
    left: -15px;
    top: 8px;
    margin: 0;
    padding: 0;
    color: #B11112;
}
.popover-content ul {
    list-style: none;
    margin: 0;
}
.view-records .b-products .right .shop, .view-record .b-product .left .shop, .view-article .b-products .right .shop, .view-featured .b-products .shop {
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}
.view-record .b-product .left .tab-content .shop {
    padding-top: 0;
    border-top: none;
}
.view-record .b-product .left .shop p {
    margin-bottom: 10px;
}
.view-record .b-product .left .shop .image-columns {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.view-record .b-product .left .shop .image-columns > li:before {
    content: none;
}
.view-record .b-product .left .shop .image-columns > li {
    flex: 0 0 50%;
    padding: 10px;
}
.view-record .b-product .left .shop .image-columns > li div {
    padding: 15px;
}
.view-record .b-product .left .shop .image-columns > li div strong {
    text-transform: uppercase;
    color: #ed1c25;
}
.square_list {
    list-style: none;
    margin: 0 0 25px 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.square_list > li {
    flex: 0 0 33.333%;
    display: flex;
    align-items: center;
    padding: 15px;
    min-width: 250px;
}
.square_list > li img {
    width: 60px;
}
.square_list > li div {
    margin-left: 15px;
}
.square_list > li strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 12px;
}
.price_badge {
    position: absolute;
    top: -11px;
    left: -11px;
    background-color: #fbcd14;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
}
.price_badge span {
    display: block;
    text-transform: none;
}
.price_badge:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #ffcc00 transparent transparent;
    position: absolute;
    content: '';
    right: 0;
    bottom: -15px;
}
.b-products .products .img .price_badge {
    font-size: 11px;
    padding: 5px 10px;
    line-height: 14px;
}
.b-products .products .img .price_badge:after {
    border-width: 0 10px 10px 0;
    bottom: -10px;
}
.view-record .b-product .left .shop .stock_block {
    text-align: left;
    padding-bottom: 25px;
}
.view-record .b-product .left .shop .stock_block span, .products .shop .stock_block {
    background-color: #7bd3f7;
    padding: 3px 7px 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.products .shop .stock_block {
    margin-top: -16px;
    margin-bottom: 15px;
    text-align: center;
}
.view-record .b-product .left .tab-content .shop .docs {
    display: block;
    float: right;
    border-left: solid 1px #e6e6e6;
    margin-left: 25px;
    margin-top: -25px;
    margin-right: -25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 10;
    background-color: white;
    max-width: 350px;
}
.view-record .b-product .left .tab-content .shop .docs ul {
    margin: 0 25px 0 53px;
}
.view-record .b-product .left .tab-content .shop .docs ul > li:before {
    content: "\e819";
}
.shop .docs div .title {
    background-color: #7bd3f7;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.shop .docs div {
    margin-bottom: 15px;
}
.shop .docs div:nth-of-type(1) .title {
    margin-top: -25px;
}
.b-product .shop .docs .s1 p {
    margin: 0 15px;
    text-align: center;
    margin-top: 15px;
}
.b-product .shop .docs .s1 p:nth-of-type(1) {
    margin-top: 0;
}
.b-product .shop .docs .s1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px !important;
    justify-content: center;
}
.b-product .shop .docs .s1 ul li {
    border: solid 1px red;
    margin: 5px;
    flex-direction: row;
    align-items: center;
}
.b-product .shop .docs .s1 ul li:before {
    margin-left: 0px;
    border-right: solid 1px #f50004;
    padding: 7px 7px 6px 7px;
    position: relative;
    background-color: #ed1c25;
    color: white;
}
.shop .docs .s1 ul li a {
    padding: 0px 15px 0 15px;
}
.shop .vat-info {
    text-align: center;
    margin: -125px auto 65px;
    display: block;
    color: #b3b3b3;
}
.view-record .shop .vat-info {
    margin: -95px auto 45px;
}
.btn-back-cat {
    background: #B11112;
    color: white;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    float: left;
}
.btn-back-cat .lnr {
    font-size: 25px;
    margin-right: 5px;
}
.filter-block {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-block > div > div {
    border: solid 1px #e6e6e6;
    background: white;
    margin-left: 10px;
    padding: 9px 15px 6px;
    position: relative;
}
.filter-block > div > div > button {
    display: block !important;
    font-weight: normal;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    background-color: rgb(237, 28, 36);
    position: absolute;
    right: -9px;
    top: -9px;
    border: solid 2px #FFF;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: white;
    text-shadow: none;
    font-size: 15px;
    line-height: 19px;
}
.filter-block > div > div > button:hover, .filter-block > div > div > button:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.filter-block > div > div > div {
    font-style: italic;
    color: #ccc;
    font-size: 13px;
    line-height: 8px;
}
.jplist-panel {
    display: none;
    justify-content: flex-end;
}
.b-products .right .shop > ul, .b-products .products {
    margin: 0 -20px 15px -20px !important;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-products .products:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
}
.b-products .right .shop > ul ul {
    margin: 0 0 15px 0 !important;
}
.no-img.b-products .right .shop .img {
    width: auto;
}
.no-img.b-products .right .shop .product {
    margin-left: 20px;
}
.related_links ul {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.related_links ul li {
    margin: 0;
    padding: 10px 15px;
    position: relative;
}
.related_links ul li:before {
    content: '' !important;
    margin: 0 !important;
    top: 18px !important;
}
/*** FAQ ***/
.faq, .faq .accordion-group {
    position: relative;
}
.faq .accordion-group {
    border-radius: 0;
    margin-bottom: 10px;
}
.faq .add-button {
    top: -30px;
    left: -30px;
}
.faq .accordion-group .controls-button {
    top: 0;
    right: 0;
}
.faq .accordion-group .controls-button .dropdown-toggle {
    width: 36px;
    height: 36px;
    line-height: 37px;
    border-radius: 2px;
}
.faq .accordion-group .controls-button .dropdown-menu {
    margin: 0;
    right: 36px;
    top: 0;
}
.accordion-heading:hover .accordion-toggle, .accordion-heading .accordion-toggle:focus {
    background-color: #B11112;
    color: white;
}
.faq .accordion-group p:nth-last-of-type(1) {
    margin-bottom: 0;
}
/*** Img Buttons ***/
.img-btns {
    flex: 100%;
    margin-bottom: 20px;
}
.img-btns > div {
    display: flex;
    line-height: 45px;
    font-size: 21px;
}
.img-btns > div > legend, .img-btns > div > ul {
    width: auto;
    line-height: 45px;
    border: none;
}
.b-products .right #filter-form.img-btns > div > ul {
    margin: 0 0 0 15px;
}
/*** Category description ***/
.b-products .cat-desc {
    background-color: white;
    border: solid 1px #e6e6e6;
    padding: 25px;
}
.b-products .right > .cat-desc {
    margin-top: 35px;
}
.b-products .cat-desc h2 {
    margin-top: 50px;
}
.b-products .cat-desc h2:nth-of-type(1) {
    margin-top: 0;
}
.b-products .cat-desc p {
    margin-bottom: 15px;
}
.b-products .cat-desc b {
    font-size: 75px;
    display: block;
    float: left;
    margin: 18px 10px 10px 0;
    color: #B11112;
}
.b-products .cat-desc .resp-img {
    background-position: -135px center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f5f3f4;
    margin: 0 -25px -25px;
    padding: 0 25px 25px;
    position: relative
}
.b-products .cat-desc .gbs3 {
    overflow: auto;
    position: relative;
}
.b-products .cat-desc .gbs3 form {
    width: 50%;
    float: right;
    padding-top: 50px;
}
.b-products .cat-desc .gbs3 .gcore-display-table {
    display: table;
    width: 100%;
}
.b-products .cat-desc .gbs3 .btn {
    background: #B11112;
    color: white;
    border-radius: 0;
    border: none;
    text-shadow: none;
    margin: 0 auto;
    display: table;
    padding: 7px 25px;
}
.b-products .cat-desc .swiper-container {
    margin: 0 -25px 25px;
}
.b-products .cat-desc .swiper-container .swiper-slide {
    width: 50%;
}
.sec-desc-gallery {
    margin: 0 -5px !important;
    display: flex;
    flex-wrap: wrap;
}
.sec-desc-gallery > li {
    flex: 1 0 33.333%;
    margin: 5px !important;
}
.sec-desc-gallery > li:before {
    content: none !important;
}
.sec-desc-gallery > li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*** Modal pop-up ***/
.modal-backdrop {
    z-index: 10000;
}
div.modal {
    z-index: 10001;
}
#jcemediabox-popup-page {
    z-index: 100009;
}
#jcemediabox-popup-frame {
    padding: 50px;
}
.cont-mod .modal, #jcemediabox-popup-body, #sbox-window {
    border-radius: 0;
    width: 90%;
    max-width: 800px !important;
    box-shadow: 0 0 100px 25px rgba(0, 0, 0, 0.5);
    border: none;
    top: 10% !important;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#sbox-window {
    display: none !important;
    position: fixed !important;
    z-index: 65557;
    left: 0 !important;
    right: 0;
    top: 5% !important;
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-shadow: 0 0 100px 25px rgba(0, 0, 0, 0.5) !important;
    z-index: 100000 !important;
}
.body-overlayed #sbox-window {
    display: block !important;
}
#sbox-window iframe {
    width: 100% !important;
}
#acymailing_messages_warning {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 25px 25px 0 25px;
    text-align: center;
}
#acy_content tr, #acy_content td {
    border: none;
    padding: 10px 0;
}
.customer_address-edit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.modal .cont-mod.s2 {
    height: auto;
}
.modal .cont-mod.s2 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.modal .cont-mod.s2 input, .modal .cont-mod.s2 textarea, .modal .cont-mod.s2 select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal .cont-mod.s2 .control-group {
    margin-bottom: 15px;
}
.modal .cont-mod.s2 .btn-send {
    background: #B11112;
    color: white;
    text-shadow: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 12px;
}
.modal .cont-mod.s2 .btn-close {
    background: #7bd3f7;
    color: white;
    text-shadow: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 12px;
    margin-left: 15px;
}
.star {
    color: #B11112;
    font-size: 18px;
}
.jcemediabox-popup-corner-tl, .jcemediabox-popup-corner-bl, .jcemediabox-popup-corner-bl, .modal header {
    display: none;
}
#jcemediabox-popup-content {
    padding: 0;
    display: block;
    width: auto !important;
    height: 100% !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.modal button.close, #jcemediabox-popup-closelink, .cart-popup .cart-popup_close {
    border: solid 3px #B11112;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
    height: 30px;
    margin: -18px -17px 0 0;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
#jcemediabox-popup-closelink:hover, .cart-popup .cart-popup_close:hover {
    background-color: #B11112;
    text-decoration: none;
}
.cart-popup .cart-popup_close:before {
    content: none !important;
}
.cart-popup .cart-popup_close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 22px;
}
.cart-popup, .cart-action-complete {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    box-shadow: 0 0 150px 25px rgba(0, 0, 0, 0.5), 0 0 0px 2px rgb(237, 28, 36);
    cursor: auto;
    margin-left: 0;
    margin-top: -30px;
    padding: 25px 25px;
    position: absolute;
    z-index: 9999;
    text-align: center;
}
.cart_link a {
    margin-top: 15px;
    font-size: 15px;
}
#jcemediabox-popup-info-bottom, #jcemediabox-popup-info-top {
    position: initial;
}
#jcemediabox-popup-info-bottom {
    padding-top: 0;
    margin-top: 0;
    height: 0;
}
.modal.in, .modal.in .item-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cont-mod .modal .modal-body, .modal .cont-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100% !important;
    height: 100%;
    padding: 0;
}
.cont-mod .modal .modal-body h3, .modal .cont-mod h3 {
    margin-bottom: 25px;
    font-size: 35px;
    border: none;
    padding-left: 0;
    line-height: 35px;
}
.cont-mod .modal .modal-body h3:before {
    content: none;
}
.cont-mod .modal .modal-body p, .modal .cont-mod p {
    margin-bottom: 20px;
}
.cont-mod .modal .modal-body .gbs3 .gcore-display-table, .modal .gbs3 .gcore-display-table {
    display: block;
}
.cont-mod .modal .modal-body .left, .modal .cont-mod .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    float: left;
    background-image: url(/storefront/img/device-1155007_1920.jpg);
    background-position: 72% 100%;
    background-size: cover;
}
.cont-mod .modal .modal-body .right, .modal .cont-mod .right {
    padding: 25px 50px;
    box-sizing: border-box;
    overflow: auto;
}
.cont-mod .modal .modal-body .right small,
.modal .cont-mod .right small,
.cont-mod .modal .modal-body .right > .form-modal-hint,
.modal .cont-mod .right > .form-modal-hint {
    border-left: solid 3px #B11112;
    display: block;
    line-height: 17px;
    padding: 10px;
}
.rsform-block-message small {
    background-color: red;
    color: white;
    text-transform: uppercase;
    width: 98%;
    margin: 0;
}
.cont-mod .modal .modal-body .right .gbs3, .modal .cont-mod .right .gbs3 {
    margin: 25px 0 0;
}
.chrono_credits {
    display: none;
}
/*** Error 404 ***/
.error404, .mails-thank {
    background-size: cover;
    background-position: 50% 91%;
    min-height: 450px;
    height: 50vh;
    position: relative;
}
.error404 figcaption, .mails-thank figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    text-align: center;
    text-shadow: 0 1px 1px #333;
}
.error404 figcaption h1, .mails-thank figcaption h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.error404 figcaption p, .mails-thank figcaption p {
    font-size: 20px;
}
/*** TehInfo ***/
.tehinfo .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tehinfo .nav-tabs li a {
    border: solid 3px transparent;
}
.tehinfo .nav-tabs li.active a {
    border: solid 3px #B11112;
}
.tehinfo .b-products .products .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.tehinfo .b-products .products .img {
    border-bottom: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.tehinfo .b-products .products .item h2 {
    margin: 0;
    font-size: 19px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.tehinfo .b-products .products .item .text {
    margin: 0 25px 25px;
    background: whitesmoke;
    padding: 25px;
    position: relative;
}
.tehinfo .b-products .products .item .text .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
}
.tehinfo .b-products .products .item .text h3 {
    background: #7bd3f7;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    margin: -25px -25px 20px -25px;
}
.tehinfo .b-products .products .item .text ul {
    margin: 0;
}
.tehinfo .b-products .products .item .text ul li {
    margin-bottom: 5px;
    display: block;
}
.tehinfo .b-products .products .item .text ul li:before {
    content: none;
}
.tehinfo .b-products .products .item .text ul li strong {
    width: 20px;
    height: 20px;
    background: #B11112;
    left: -21px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    line-height: 20px;
    margin-right: 5px;
}
.tehinfo .b-products .products .item .text ul ul {
    margin-left: 50px;
    list-style: square;
}
.tehinfo .likumi {
    margin-top: 50px;
    position: relative;
    padding: 50px;
}
.tehinfo .likumi h2 {
    text-align: center;
}
.tab-list-left > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tab-content.clean {
    padding: 0;
    border: none;
    background-color: transparent;
}
/*** Portfolio ***/
#object-gallery h2 {
    margin-bottom: 0px !important;
}
.ba-gallery .category-filter .ba-filter-active, .ba-gallery .category-filter a:hover {
    background-color: rgb(175, 148, 103) !important;
}
.ba-gallery .category-filter input.ba-filter-active {
    border: 1px solid rgb(231, 190, 22) !important;
    border-radius: 1px;
    background-color: rgb(251, 205, 20) !important;
}
.ba-album.css-style-3 .ba-caption, .ba-gallery-grid.css-style-3 .ba-caption {
    border-top: solid 3px #fbcd14;
}
.ba-caption .ba-caption-content h3, .ba-caption .ba-caption-content .image-category, .ba-caption .ba-caption-content .short-description {
    color: white !important;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center !important;
}
.ba-caption .ba-caption-content h3 {
    font-size: 18px;
    font-weight: normal !important;
    text-align: center !important;
    text-transform: uppercase;
    margin: 15px 10px 0 10px !important;
}
.ba-caption .ba-caption-content .image-category {
    margin: 0 10px 15px 10px !important;
}
.ba-caption .ba-caption-content .short-description {
    margin: 0 10px !important;
}
/*** Control buttons ***/
.controls-button {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 50;
}
.controls-button .btn-group > a {
    padding: 5px 7px;
    display: block;
    background: rgba(251, 205, 20, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    z-index: 1000;
}
.controls-button .dropdown-menu {
    left: auto;
    right: 0;
}
.controls-button .dropdown-menu li:nth-of-type(2), .controls-button .dropdown-menu li:nth-of-type(5), .controls-button .dropdown-menu li:nth-of-type(6), .controls-button .dropdown-menu li:nth-of-type(7) {
    display: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 35px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    border-radius: 3px;
}
textarea {
    height: auto;
}
.gbs3 label {
    font-weight: bold;
}
.gbs3 .form-group {
    margin-bottom: 15px;
}
/*** Portfolio ***/
.portfolio1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.portfolio > div {
    width: 33.333%;
    height: auto;
    position: relative;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
}
.portfolio > div > div {
    margin: 0 25px;
    height: 100%;
}
.portfolio > div:nth-child(2n) > div1 {
    margin: 0 25px 0 25px;
}
.portfolio > div:nth-child(2n+1) > div1 {
    margin: 0 25px 0 25px;
}
.portfolio figure {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.portfolio .text {
    padding: 25px;
    color: #333;
    text-align: left;
}
.portfolio .text h3 {
    margin-bottom: 15px;
    text-transform: none;
    line-height: normal;
    padding: 0;
    border: none;
}
.portfolio .text h3:before {
    content: none;
}
.portfolio .text ul {
    margin: 0;
}
/*** Search page ***/
.search .block .btn-toolbar {
    margin-top: 0;
    margin: 0 auto;
    display: table;
}
.search .block .btn-toolbar #search-searchword {
    width: 50vw;
    min-width: 200px;
    padding: 10px 15px;
    height: auto;
}
.search .block .btn-toolbar button {
    display: none;
    background: #B11112;
    color: white;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    line-height: 34px;
    text-transform: uppercase;
}
.search .block .btn-toolbar button .lnr {
    font-weight: bold;
    margin: 0 5px 0 0;
    display: inline-block;
}
.search .searchintro, .search .phrases legend {
    text-align: center;
}
.search .phrases {
    margin-top: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.search .searchintro .badge-info {
    background-color: #fbcd14;
    color: #333;
    text-shadow: none;
    padding: 2px 9px 3px;
}
.search .phrases-box, .search .ordering-box, .search .form-limit {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search .ordering-box {
    margin-right: 15px;
    padding-right: 15px;
    margin-left: 15px;
    padding-left: 15px;
    border-right: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
}
.search .phrases-box .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search .phrases-box .controls label {
    margin: 0 15px;
}
.search .ordering-box, .search .form-limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.search .ordering-box label, .search .form-limit label {
    margin-right: 5px;
}
.search .search-results {
    margin-top: 50px;
}
.search .search-results .s-block {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: auto;
    border-bottom: 1px solid #e5e5e5;
}
.search-results .img {
    width: 125px;
    height: 80px;
    float: left;
    margin-right: 15px;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.search .search-results .result-category {
    margin-top: -5px;
}
.search .search-results .result-text {
    color: rgb(144, 144, 144);
}
.highlight {
    color: #B11112;
    font-weight: bold;
}
/*** Subscription ***/
.acysubscribe {
    margin: 0 auto;
    display: table;
}
.acysubscribe label {
    width: auto !important;
}
.acysubscribe input {
    margin-top: 0;
    margin-left: 10px;
}
.acysubscribe .acysubscribe_span {
    border: solid 2px #B11112;
    background: white;
    padding: 8px 15px 3px;
}
.registration {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100% !important;
    height: 100%;
}
.registration .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    float: left;
    background-image: url(/storefront/img/device-1155007_1920.jpg);
    background-position: 72% 100%;
    background-size: cover;
}
.registration .right form {
    padding: 25px 50px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border: solid 1px #e6e6e6;
    border-left: none;
}
.registration .right form h1 {
    border-left: solid 5px #B11112;
    padding-left: 10px;
    line-height: 55px;
    margin-bottom: 35px;
}
.registration .right form .control-group:nth-of-type(1) .control-label, .login #remember {
    width: auto;
}
.registration .right form .control-label, .login .right form .control-group:nth-of-type(1) .control-label, .reset .right form .control-group:nth-of-type(1) .control-label, .remind .right form .control-group:nth-of-type(1) .control-label, .reset-confirm .right form .control-group:nth-of-type(1) .control-label, .reset-complete .right form .control-group:nth-of-type(1) .control-label {
    width: 190px;
}
.registration .right form .controls {
    margin-left: 200px;
}
.registration .right form label {
    display: block !important;
}
.registration .right form input {
    width: 100%;
}
.registration .right form .acysubscribe input {
    width: auto;
}
#system-message-container #system-message {
    padding-top: 0;
    background: transparent;
}
.modal #system-message-container {
    position: absolute;
}
/*** Newsletters ***/
#acy_content {
    background: whitesmoke;
    width: 100%;
}
.onelineblockoptions {
    border: solid 1px #e6e6e6;
    background: white;
    border-radius: 0;
}
.acyblocktitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    color: #333;
}
#acy_content fieldset {
    border: none;
    background-color: transparent;
    width: 100%;
}
#acy_content div.acyheader {
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin-left: 0;
    padding-left: 0;
    width: auto;
    height: auto;
}
#acytoolbar a, #acy_content a.modal {
    color: white;
    border: solid 1px white;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 0 0 0 10px !important;
}
#acybuttonpreview a {
    border-color: #fbcd14;
}
#acytoolbar a:hover, #acytoolbar a:active, #acytoolbar a:focus {
    text-decoration: none;
    color: #fbcd14 !important;
}
#acytoolbar span, #adminForm .acyblock_newsletter:nth-of-type(3), #adminForm .acyblock_newsletter:nth-of-type(4), #adminForm .acyblock_newsletter .acymailing_table tr:nth-of-type(4), #adminForm .acyblock_newsletter .acymailing_table tr:nth-of-type(5) {
    display: none;
}
#picturekey, #pictureinput, #summarykey, #summaryinput, #languagekey, #languageinput, #createdkey, #createdinput {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*** Breadcrumb ***/
.breadcrumb {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
}
.breadcrumb > li:nth-of-type(1) {
    display: none;
}
.breadcrumb > li {
    display: inline-block;
    text-shadow: none;
    color: #000;
}
.breadcrumb > li a, .breadcrumb > .active {
    color: #000;
}
/*** Scroll to top ***/
#scrollToTop {
    cursor: pointer;
    font-size: 0.9em;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: white;
    color: #B11112;
    border: solid 2px #B11112;
    border-radius: 2px;
    padding: 8px 10px;
    right: 10px;
    bottom: 10px;
}
#scrollToTop:after {
    content: "\e873";
    font: 20px Linearicons-Free;
    font-weight: bold;
}
#scrollToTop:hover, .question_btn:hover {
    background: #B11112;
    color: #ffffff;
}
#scrollToTop > img {
    display: block;
    margin: 0 auto;
}
.alert .close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*** Ask a question ***/
.question_btn {
    right: 65px;
    bottom: 10px;
    z-index: 999999;
    font-size: 17px;
    position: fixed;
    cursor: pointer;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .5);
    background: #ffffff;
    color: #B11112;
    border: solid 2px #B11112;
    padding: 0 15px 0 0;
    font-family: 'Cuprum', sans-serif !important;
    border-radius: 2px 2px 0 0 !important;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.question_btn:hover,
.question_btn:focus {
    text-decoration: none !important;
}
.question_btn .fa {
    width: 40px;
    padding-right: 2px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #B11112;
    color: white;
    font-size: 30px;
    margin-right: 15px;
}
.rsform {
    margin-top: 25px;
}
.rsform .formSpan12 {
    display: flex;
    flex-wrap: wrap;
}
.rsform .formSpan12 .rsform-block {
    width: 100%;
}
.rsform .formSpan12 .formBody {
    display: block;
    float: none;
    margin-bottom: 15px;
}
.rsform .formResponsive .formHorizontal .formControlLabel {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
    font-weight: bold;
}
.rsform .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.rsform .formResponsive .formHorizontal .formControls input, .rsform .formResponsive .formHorizontal .formControls textarea {
    width: 95%;
    margin: 0;
}
.rsform .formResponsive .formHorizontal p.formDescription {
    margin-top: 0;
    margin-bottom: 0;
}
.rsform .formResponsive .formError {
    padding-left: 0;
    font-size: 12px;
    margin: 0;
}
.rsform .formResponsive input[type="submit"], .rsform .formResponsive button[type="submit"] {
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    color: #333;
    text-shadow: none;
    padding: 10px 15px;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}
.rsform .formResponsive input[type="submit"]:hover, .rsform .formResponsive button[type="submit"]:hover {
    background-color: #e6e6e6;
    color: #333;
    text-shadow: none;
}
.rsform-block-email, .rsform-block-website {
    display: none;
}
/*** Footer ***/
footer {
    background: #333333;
    background-image: url(/storefront/img/pattern-black.png);
    background-position: center;
    color: #fff;
    overflow: hidden;
    clear: both;
    margin-top: auto;
}
footer .jb.cookie p {
    display: inline-block;
}
footer .jb.accept {
    margin: 5px 15px;
    border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    box-shadow: none;
}
footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 25px;
}
footer > div .contacts-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
footer > div .contacts-f > div {
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 35px;
    flex: 0 1 33.333%;
}
footer > div .contacts-f h2 {
    display: flex;
}
footer > div .contacts-f h2 ul {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
footer > div .contacts-f h2 ul li {
    margin-bottom: -1px;
}
footer > div .contacts-f h2 ul li > a {
    color: #A5A5A5;
    cursor: default;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-radius: 0;
    padding: 3px 10px;
    margin: 0 0 0 3px;
}
footer > div .contacts-f h2 ul li.active > a, footer > div .contacts-f h2 ul li.active > a:hover, footer > div .contacts-f h2 ul li.active > a:focus, footer > div .contacts-f h2 ul li > a:hover {
    border: 1px solid #656565;
    border-bottom-color: transparent;
    background-color: transparent;
    color: #A5A5A5;
}
footer > div .newsletters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
}
footer > div h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
    border-bottom: solid 1px #656565;
    padding-bottom: 0;
    line-height: 25px;
}
footer > div a {
    color: #fff;
    text-decoration: none;
}
footer > div a:hover {
    color: #fff;
    text-decoration: none;
}
footer input[type="text"] {
    background-color: rgb(77, 77, 77);
    border: 1px solid #656565;
    color: #A5A5A5;
}
footer ul li {
    padding: 0 15px 10px 0 !important;
}
footer .banners {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 25px;
}
footer .banners ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .banners ul > li {
    padding: 5px 10px;
    border-right: solid 1px #656565;
}
footer .banners ul > li .lnr {
    padding-right: 5px;
}
footer .banners ul > li:last-child {
    border-right: none;
}
footer > div a:hover {
    text-decoration: none;
}
footer .banners img {
    height: 40px;
}
.acysubbuttons input, .contacts .controls button {
    background: red;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    color: white;
    border: none;
}
.copyr {
    background: #292929;
    color: #a5a5a5;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}
.lato {
    font-family: 'Lato', sans-serif
}
.jplist-hidden {
    display: none
}
.jplist-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #f1f1f1;
    padding-bottom: 5px
}
.sticky-demo .panel > .center {
    max-width: 100%
}
.sticky-demo .jplist-sticky > .center {
    max-width: 95%
}
.no-cssgradients .jplist-panel button:hover {
    background: #f4f4f4
}
.jplist-panel {
    color: #27252a
}
.jplist-panel button {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    margin: 10px 10px 0 0
}
.jplist-panel button:hover {
    color: #0381bb;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0, #ededed 100%)
}
.jplist-panel button.jplist-disabled {
    background: #e3e3e3;
    color: #6c6c6c;
    cursor: default
}
.jplist-panel button.jplist-selected {
    color: #f03800
}
.jplist-panel input[type=text] {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 150px;
    text-indent: 5px;
    background: #fff
}
.jplist-panel input[type=checkbox], .jplist-panel input[type=radio] {
    float: left;
    display: inline-block;
    height: 30px;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a
}
.jplist-panel label {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer
}
.jplist-panel input.jplist-no-right-border {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.jplist-icon {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border-right: 0
}
.jplist-icon:hover {
    color: #0381bb
}
.jplist-label {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%)
}
.jplist-clear {
    color: #666;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 27px;
    padding: 0 4px;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 1px 1px 1px #fff
}
.jplist-clear:hover {
    color: #444
}
.jplist-selected {
    color: #CA3F1A
}
.jplist-box {
    float: left;
    height: 30px;
    margin: 10px 10px 0 0
}
@media only screen and (max-width:600px) {
    .jplist-panel {
        display: none
    }
}
.jplist-drop-down {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 150px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    margin: 10px 10px 0 0;
    position: relative
}
.jplist-drop-down .jplist-dd-panel {
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 10px;
    cursor: pointer
}
.jplist-drop-down .jplist-dd-panel:after {
    content: '\25BC';
    color: #111;
    display: inline-block;
    position: absolute;
    right: 10px;
    z-index: 1000
}
.jplist-drop-down ul {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    position: relative;
    top: 0;
    z-index: 1000;
    width: 148px;
    display: none;
    overflow: hidden;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 6px #bbb
}
.jplist-drop-down ul li {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    cursor: pointer
}
.jplist-drop-down ul li:hover {
    background-color: #ececec
}
.jplist-drop-down:hover .jplist-dd-panel {
    color: #0381bb
}
.jplist-drop-down:hover .jplist-dd-panel:after {
    color: #0381bb
}
.jplist-select {
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px;
    text-shadow: none
}
.jplist-ios-button {
    display: none
}
@media only screen and (max-width:600px) {
    .jplist-ios-button {
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        font-size: 15px;
        line-height: 30px;
        float: left;
        height: 30px;
        box-shadow: 0 0 1px #fff;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        text-shadow: 1px 1px 1px #fff;
        color: #27252a;
        background: #fff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0, #efefef 100%)
    }
    .jplist-ios-button:hover {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: linear-gradient(to bottom, #fafafa 0, #ededed 100%)
    }
    .jplist-ios-show {
        display: block
    }
}
/*** J2store ***/
.j2store-addtocart-form {
    margin-top: 0;
}
.j2store-add-to-cart {
    margin-left: 0;
}
.products .j2store-add-to-cart .parameter-box:nth-of-type(1) {
    display: none;
}
.cart-block {
    clear: both;
    margin: 0 0 25px 0;
    position: relative;
}
.cart-block .my_cart {
    display: flex;
}
.cart-block .my_cart .left {
    position: relative;
}
.cart-block .my_cart .badge {
    position: absolute;
    top: -10px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    background-color: #facd14;
    color: #000;
    font-weight: normal;
    border-radius: 50%;
    line-height: 20px;
    font-size: 11px;
}
.j2store-cart-item-box {
    left: 337px !important;
    top: 0;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 1px 5px rgb(0 0 0 / 20%), 0 0 0 12px rgb(255 255 255 / 40%) !important;
}
.cart-block .my_cart .right span {
    font-weight: normal;
}
.j2store-cart-item-box .item-info {
    display: flex;
    align-items: center;
}
.j2store-cart-item-box .item-info .product {
    padding-right: 10px;
}
.j2store-cart-item-box .top-subtotal {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
}
.cart-block .j2store-cart-item-box .j2store-cart-nav {
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 15px;
}
.j2store-cart-item-box .j2store-cart-nav > a {
    background-color: #B11112;
    background-image: none;
    border-radius: 0;
    border: none;
    text-shadow: none;
    margin: 5px;
}
.j2store-cart-item-box .j2store-cart-nav > a.btn-default {
    background-color: #facd14;
}
.item-product-details {
    position: relative;
    float: right;
}
.cart-remove {
    background-color: #d70001;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    padding-left: 1px;
    text-decoration: none !important;
    border: none;
}
.deleteLoading {
    background: url(/images/borner/loading.gif) no-repeat;
    background-size: cover;
    display: none;
    width: 20px;
    height: 20px;
    margin: 5px 0 0px 4px;
    padding: 0;
}
.easy-checkout-row .easy-checkout-column {
    background: #F4F4F4;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.easy-checkout.easy-checkout-checkout-form h3.easy-checkout-title {
    border-bottom: 3px solid #B11112;
    padding: 10px 25px;
}
.easy-checkout.easy-checkout-checkout-form h3.easy-checkout-title:nth-of-type(2) {
    padding-top: 35px;
    display: block;
    clear: both;
}
#cart_refresh_block {
    display: none;
}
/*** END ***/
/*** New Checkout Page ***/
.com_easycheckout #section > div > .right, .view-carts section .f-w-block > .right {
    width: 100%;
    padding: 30px 0;
}
.easy-checkout-returning-customer.easy-checkout-column {
    margin-top: 0;
    margin-bottom: 0;
}
.com_easycheckout .easy-checkout-row .easy-checkout-column {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    border: 1px solid #eeeeee;
}
.com_easycheckout .easy-checkout-returning-customer-heading {
    background-color: #efefef;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 13px 15px;
    line-height: normal;
    border: none;
    text-align: left;
}
.com_easycheckout .easy-checkout-returning-customer-heading .fas, .easy-checkout.easy-checkout-checkout-form h3.easy-checkout-title .fas {
    margin: -15px 10px -15px -15px;
    background-color: #c11521;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
}
.easy-checkout.easy-checkout-checkout-form label {
    color: inherit;
}
.j2store_field_required {
    float: left;
    color: #c11521;
    margin-right: 0px;
    margin-left: 0;
    font-weight: bold;
}
.easy-checkout.easy-checkout-checkout-form .easy-checkout-returning-customer a:hover, .easy-checkout.easy-checkout-checkout-form .easy-checkout-returning-customer a:focus {
    color: #ff3c20;
}
.com_easycheckout .easy-checkout-returning-customer #easy-returning-customer-login-form {
    padding: 15px 15px 5px 15px;
}
.com_easycheckout .easy-checkout-column .row-fluid {
    padding: 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.create-account-checkbox, #create-account-fields {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}
.checkout-validate-button {
    background-color: #c11521;
    text-transform: uppercase;
    display: block !important;
}
.select-button {
    border: dashed 1px #cccccc;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: whitesmoke;
}
.select-button input {
    margin: 11px !important;
}
.select-button label {
    padding: 0 10px;
    height: 37px;
    border-left: dashed 1px #cccccc;
    background-color: white;
    display: flex;
    align-items: center;
}
.select-button label img {
    margin-top: -1px;
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd;
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
}
.easy-checkout.easy-checkout-checkout-form input[type="text"], .easy-checkout.easy-checkout-checkout-form input[type="password"], .easy-checkout.easy-checkout-checkout-form input[type="datetime"], .easy-checkout.easy-checkout-checkout-form input[type="datetime-local"], .easy-checkout.easy-checkout-checkout-form input[type="date"], .easy-checkout.easy-checkout-checkout-form input[type="month"], .easy-checkout.easy-checkout-checkout-form input[type="time"], .easy-checkout.easy-checkout-checkout-form input[type="week"], .easy-checkout.easy-checkout-checkout-form input[type="number"], .easy-checkout.easy-checkout-checkout-form input[type="email"], .easy-checkout.easy-checkout-checkout-form input[type="url"], .easy-checkout.easy-checkout-checkout-form input[type="search"], input[type="tel"], .easy-checkout.easy-checkout-checkout-form input[type="color"], .easy-checkout.easy-checkout-checkout-form .uneditable-input {
    width: -webkit-fill-available;
    border-color: #cccccc;
    margin-top: 5px;
    margin-bottom: 10px !important;
    display: inline-block;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    box-sizing: content-box;
}
.easy-checkout.easy-checkout-checkout-form .chzn-container.chzn-container-single {
    margin-top: 5px;
    margin-bottom: 10px;
}
.j2error, div.j2error em.error, div.j2storeerror em.error, .payment_info input.error, .j2store label.error {
    width: 95%;
    display: block;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #ff3c20;
    line-height: 13px;
}
#checkbox_tos, #j2store_app_gdpr_cancellation {
    padding: 0 15px;
}
.clear {
    clear: both;
}
select:focus, textarea:focus, input:focus {
    background-color: #FFFFFF !important;
}
#easy-checkout-billing-address > .row-fluid, #easy-checkout-shipping-address > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 18px;
}
#easy-checkout-billing-address > .row-fluid > div, #easy-checkout-shipping-address > .row-fluid > div {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}
#easy-checkout-billing-address .row-fluid {
    padding: 15px 0;
}
#easy-checkout-billing-address > .row-fluid > div, #easy-checkout-shipping-address > .row-fluid > div {
    padding: 0 15px;
}
#easy-checkout-billing-address .create-account .row-fluid .create-account-checkbox, #easy-checkout-billing-address .create-account .row-fluid #create-account-fields > div {
    margin: 0 15px;
}
#easy-checkout-billing-address .create-account .row-fluid #create-account-fields > div {
    width: 44.5%;
}
.full-w {
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
}
.com_easycheckout .easy-checkout.easy-checkout-checkout-form .chzn-container .chzn-single {
    height: 35px;
    background: #f5f5f5;
    border-radius: 0;
    line-height: 35px;
    vertical-align: middle;
    box-shadow: none;
    border-color: #cccccc;
}
.com_easycheckout .easy-checkout.easy-checkout-checkout-form .chzn-container .chzn-single div b {
    background-position: 4px 8px;
}
.com_easycheckout .chzn-container .chzn-drop {
    width: 95%;
    border: 1px solid #ccc;
}
#easy-checkout-shipping-address > .row-fluid {
    padding: 0 0 10px 0;
}
.com_easycheckout #easy-checkout-shipping-address > .row-fluid select, .com_easycheckout #easy-checkout-shipping-address > .row-fluid input {
    margin-bottom: 0;
}
.com_easycheckout .checkout-validate-button {
    margin: 15px auto !important;
    display: block;
}
.payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.payment .j2store-payment-image {
    margin-right: 25px;
}
.easy-checkout-row {
    background: transparent;
}

/* storefront/css/mobile.css */
﻿@media (max-width: 1600px) {
	.related .b-products .products .item {
    flex: 0 1 33.333%;
}
	.related .b-products .products .item:nth-last-of-type(1) {
    display: none;
}
	.blog-cat .products .item {
    flex: 0 1 50%;
}
}
@media (max-width: 1400px) {
	.view-featured .b-products .products .item {
    flex: 0 1 33.333%;
}
	.view-featured .b-products .products .item:nth-last-of-type(1) {
    display: none;
}
	.b-products .right .tab-content div div>.service>li, .b-products .products .item, .text-page ul li, .warning-text ul>li {
    width: 50%;
    flex: 0 1 50%;
	}
	.related .b-products .products .item {
    flex: 0 1 50%;
}
	.related .b-products .products .item:nth-last-of-type(1) {
    display: flex;
}
	.b-product .left .intro-block>div>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
	.b-product>.left>.intro-block>div>.img {
    order: +1;
	}
}
@media (max-width: 1250px) {
	.dj-megamenu-latakva li a.dj-up_a {
    padding: 0 !important;
}
.dj-megamenu-latakva li a.dj-up_a span {
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 0 0 0 20px !important;
}
.ru-ru .dj-megamenu-latakva li a.dj-up_a span {
    letter-spacing: -0.6px;
}
.dj-megamenu li.hover div.dj-subwrap {
    font-size: 14px;
}
.dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 538px !important;
}
.dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 380px !important;
}
.dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
      padding-left: 0 !important;
      padding-right: 170px !important;
}
.ru-ru .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .ru-ru .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 558px !important;
}
.ru-ru .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .ru-ru .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 376px !important;
}
.ru-ru .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .ru-ru .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 149px !important;
}
.en-gb .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .en-gb .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 550px !important;
}
.en-gb .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .en-gb .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 390px !important;
}
.en-gb .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .en-gb .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 188px !important;
}
.et-ee .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .et-ee .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 434px !important;
}
.et-ee .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .et-ee .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 310px !important;
}
.et-ee .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .et-ee .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 118px !important;
}
.fi-fi .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .fi-fi .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 500px !important;
}
.fi-fi .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .fi-fi .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 326px !important;
}
.fi-fi .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .fi-fi .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 117px !important;
}
.sv-se .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .sv-se .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 477px !important;
}
.sv-se .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .sv-se .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 352px !important;
}
.sv-se .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .sv-se .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 170px !important;
}
.nb-no .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .nb-no .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 450px !important;
}
.nb-no .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .nb-no .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 283px !important;
}
.nb-no .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .nb-no .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 93px !important;
}
.dj-megamenu-latakva li div.dj-subcol:nth-of-type(1) .modules-wrap ul li {
    width: 290px !important;
}
.dj-megamenu-latakva li div.dj-subcol:nth-of-type(2) .modules-wrap ul li {
    width: 214px !important;
}
.services .swiper-container>ul>li {
    width: 50%;
}
.e-shop .right .module h2, .b-products .right .shop h2, .b-products .right h2, .b-product .left .related h2, .tab-pane .shop h2, .e-shop .right .module h3, .b-products .right .shop h3, .b-products .right h3, .b-product .left .related h3, .tab-pane .shop h3 {
    font-size: 16px;
}
.portfolio>div {
width: 50%;
	}
	.b-products .cat-desc .swiper-container {
    width: 67.6vw;
}
	.partners .swiper-container .swiper-wrapper .swiper-slide {
    width: 33.333%;
	}
	.about-us>div>div.intro-block>div, .about-us>.list-block>div {
    flex: 0 1 70%;
}
	.blog-cat .products .item {
    flex: 0 1 100%;
}
}
@media (max-width: 1170px) {
.middle-line .contacts-top .title {
    font-size: 16px;
}
.dj-megamenu-select-latakva .dj-mobile-open-btn, .dj-megamenu-offcanvas-latakva .dj-mobile-open-btn, .dj-megamenu-accordion-latakva .dj-mobile-open-btn {
    border-radius: 50% !important;
    padding: 0 !important;
    text-align: center !important;
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
}
.dj-megamenu-latakva li a.dj-up_a span {
    font-size: 13px;
    padding: 0 0 0 20px !important;
    max-width: 145px !important;
}
.ru-ru .dj-megamenu-latakva li a.dj-up_a span {
    padding: 0 0 0 15px !important;
    letter-spacing: -0.6px;
}
.dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 378px !important;
}
.dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 288px !important;
}
.dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 133px !important;
}
.ru-ru .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .ru-ru .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 398px !important;
}
.ru-ru .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .ru-ru .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 268px !important;
}
.ru-ru .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .ru-ru .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 112px !important;
}
.en-gb .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .en-gb .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 412px !important;
}
.en-gb .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .en-gb .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 319px !important;
}
.en-gb .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .en-gb .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 159px !important;
}
.et-ee .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .et-ee .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 331px !important;
}
.et-ee .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .et-ee .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 233px !important;
}
.et-ee .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .et-ee .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 72px !important;
}
.fi-fi .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .fi-fi .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 378px !important;
}
.fi-fi .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .fi-fi .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 281px !important;
}
.fi-fi .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .fi-fi .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 117px !important;
}
.sv-se .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .sv-se .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 367px !important;
}
.sv-se .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .sv-se .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 256px !important;
}
.sv-se .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .sv-se .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 101px !important;
}
.nb-no .dj-megamenu-latakva .itemid118:hover>div.dj-subwrap, .nb-no .dj-megamenu-latakva .itemid118.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 337px !important;
}
.nb-no .dj-megamenu-latakva .itemid119:hover>div.dj-subwrap, .nb-no .dj-megamenu-latakva .itemid119.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 167px !important;
}
.nb-no .dj-megamenu-latakva .itemid144:hover>div.dj-subwrap, .nb-no .dj-megamenu-latakva .itemid144.hover>div.dj-subwrap {
    padding-left: 0 !important;
    padding-right: 29px !important;
}
.dj-megamenu-latakva li div.dj-subcol:nth-of-type(1) .modules-wrap ul li {
    width: 251px !important;
}
.dj-megamenu-latakva li div.dj-subcol:nth-of-type(2) .modules-wrap ul li {
    width: 185px !important;
}
#dj-megamenu153>li .dj-subwrap, #dj-megamenu153>li .dj-subwrap-in, #dj-megamenu153>li .dj-subcol {
    width: 618px !important;
}
#dj-megamenu153>li .dj-subwrap {
    left: 260px;
  }
.we-help p {
    font-size: 30px;
}
.b-products .right .tab-content div div>.service>li {
    width: 50%;
	}
	.b-products .tab-content .shop>ul>li, .b-products .products .item {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
}
.view-featured .b-products .products .item {
	-ms-flex: 0 1 50%;
	-webkit-box-flex: 0;
	        flex: 0 1 50%;
}
.b-products .right .nav-tabs, .b-product .left .nav-tabs, .tehinfo .nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
}
.b-products .right .nav-tabs li a, .b-product .left .nav-tabs li a, .tehinfo .nav-tabs li a {
    border-bottom: solid 2px transparent;
    border-top: solid 2px transparent;
    border-left: solid 2px transparent;
    border-right: solid 2px transparent;
    margin-bottom: 0;
    padding: 10px 15px;
}
.b-products .right .nav-tabs li.active, .b-product .left .nav-tabs li.active, .tehinfo .nav-tabs li.active {
    border-bottom: solid 2px #ed1c24;
    border-top: solid 2px #ed1c24;
    border-left: solid 2px #ed1c24;
    border-right: solid 2px #ed1c24;
}
.b-products .cat-desc .resp-img {
    background-position: -150px center;
    background-size: cover;
}
.view-record .b-product .left .tab-content .shop .docs {
    float: none;
    margin: -25px 0 0 0;
    border: none;
    max-width: unset;
}
	.b-products .cat-desc .swiper-container {
    width: 64vw;
}
	.item-532 .submenu li {
    width: 50% !important;
	}
	.about-us, .contacts {
    margin: 0 0 -6.5vw 0;
	}
	footer>div .contacts-f {
    flex-wrap: wrap;
	}
	footer>div .contacts-f>div {
    flex: 1 1 50%;
    padding-right: 0;
    margin-bottom: 50px;
}
	footer>div .contacts-f>div:nth-of-type(1) {
    padding-right: 50px;
	}
	footer>div .contacts-f>div:nth-last-of-type(1) {
    margin-bottom: 0px;
	}
	.view-featured .b-products .products .item:nth-last-of-type(1) {
    display: flex;
}
	.reviews {
    margin-bottom: 100px;
	}
	.b-products .right .tab-content div div>.service>li {
    width: 100%;
    flex: 0 1 100%;
}
	.b-products .left, .e-shop .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
    order: +1;
}
	.b-product .left {
    flex: 100%;
}
	.b-products .right, .e-shop .right {
    flex: 100%;
    width: 100%;
    position: relative;
}
	.b-product .right {
    flex: 0 1 100%;
    padding-left: 0;
    padding-top: 0;
}
}
@media (min-width: 980px) and (max-width: 1150px) {
	.b-products .right, .e-shop .right {
    flex: 100%;
}
}
@media (min-width: 980px) and (max-width: 1000px) {
	.b-products .left, .e-shop .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
}
}
@media (min-width: 979px) and (max-width: 1055px) {	
	.jquery-accordion-menu ul ul.submenu li ul.submenu {
    width: 65vw;
	}
}
@media (max-width: 1055px) {
	.b-product>.left>.intro-block>div>.img, .b-product .left .intro-block>div>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.b-products .cat-desc .resp-img {
    background-position: -190px center;
}
	.partners {
    margin: -6.5vw 0 0;
	}
}
@media (max-width: 979px) {
	.top-line>div, .middle-line>div, .menu-line>div, .view-article .item-page>header>div, .view-form .page-header>div, .view-article .block, .view-records .block, .view-record .block, .ba-gallery, .view-form #adminForm, footer>div, .main-banner>div, .article-body .consultant, .view-form .article-body .page-header h1, .view-cartcheckout .article-body header>div, .view-cartcheckout .article-body .block, footer>div, .tehinfo, .q2c-wrapper, .registration, .search .block, .main-banner-fp .swiper-slide>div, .about-us>div, .view-featured .contacts>div, .itemid-305 .contacts>div, .wrap-w {
	    padding-left: 25px;
	    padding-right: 25px;
	}
	#dj-megamenu124mobile {
	    padding: 4px 0;
	}
	.dj-offcanvas-latakva .dj-offcanvas-top {
    background: whitesmoke !important;
    border-bottom: solid 1px #e6e6e6;
    height: 30px;
}
.dj-offcanvas-latakva .dj-offcanvas-close-btn {
    color: #ed1c24 !important;
    padding: 3px 12px !important;
}
	.dj-offcanvas-latakva .dj-offcanvas-logo {
    background: white;
    padding: 33px 0 0 0 !important;
    position: relative;
}
	.dj-offcanvas-latakva .dj-offcanvas-logo:before {
    content: '';
    position: absolute;
    height: 63px;
    left: 0;
    right: 0;
    background: #ed1c24;
    bottom: 22px;
    z-index: 1;
}
	.dj-offcanvas-latakva .dj-offcanvas-logo img {
    height: 152px;
    position: relative;
    z-index: 2;
}
ul.dj-mobile-latakva .modules-wrap h3 {
	display: none;
}
ul.dj-mobile-latakva .modules-wrap p {
    color: #333;
    font-style: italic;
    font-size: 13px;
    line-height: 15px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dj-offcanvas-latakva {
    background: #ffffff !important;
}
ul.dj-mobile-latakva li.dj-mobileitem > a {
    background: #ed1c24 !important;
}
ul.dj-mobile-latakva ul li.dj-mobileitem > a {
    color: #333 !important;
    background: rgb(255, 255, 255) !important;
}
ul.dj-mobile-latakva li.dj-mobileitem:hover > a, ul.dj-mobile-latakva li.dj-mobileitem.active > a {
    color: #fbcd14 !important;
}
ul.dj-mobile-latakva ul li.dj-mobileitem.parent > a span.toggler {
    color: #ed1c24;
}
	.dj-mobile-nav-child li li a {
	    color: #333;
	    padding: 5px 0 5px 15px;
	    margin: 0;
	    position: relative;
	    display: block;
	}
	.dj-mobile-nav-child li li a:before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 14px;
	    margin: 0;
	    padding: 0;
	    background: #ed1c24;
	    width: 6px;
	    height: 6px;
	}
	.submenu .pakalpojumi-list ul li {
    padding-left: 35px !important;
}
.b-products .left, .e-shop .left {
    -ms-flex: 0 0 275px;
    -webkit-box-flex: 0;
            flex: 0 0 275px;
    padding-left: 25px;
    padding-top: 0;
  }
  .b-product .right {
    -ms-flex: 0 1 225px;
    -webkit-box-flex: 0;
            flex: 0 1 225px;
    padding-left: 25px;
  }
	.consultant>div {
    padding: 45px 25px;
	}
	.services .swiper-container>ul>li>div {
    margin: 0 25px;
}
.partners .swiper-container .swiper-wrapper .swiper-slide {
    width: 25%;
	}
.we-help p b {
    display: inline-block;
    margin: 15px auto;
}
.main-banner .banner-text .block, .main-banner-fp .banner-text .block {
    padding: 25px;
}
footer>div .contacts-f {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    flex-wrap: wrap;
}
footer>div .newsletters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 25px;
}
.b-product .left .info {
    padding: 25px;
	}
.b-product .left .info>div {
    padding: 0;
}
	.cont-mod .modal .modal-body .right, .modal .cont-mod .right {
    padding: 25px;
	}
	.b-products .cat-desc .resp-img {
    background-position: -205px center;
	}
	.about-us>div>div.intro-block>div, .about-us>.list-block>div {
    flex: 0 1 65%;
}
	#qtc_mainwrapper #q2c_billing .control-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
	}
#page-wrap .right-column {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
	}
#page-wrap.side-open .right-column::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(30, 30, 30, 0.9);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    width: 100%;
    height: 100%;
    z-index: 11;
}
#page-wrap.side-open .right-column::after {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#page-wrap .side-opener {
    position: fixed !important;
    top: 0;
    left: 0;
	cursor: pointer;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    -webkit-transition: -webkit-transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms;
    z-index: 10002;
	background: rgb(237 28 36);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
	transition: transform 0.5s;
    opacity: 1;
}
.side-opener .menu-icon {
    display: inline-block;
    position: relative;
    height: .6em;
    margin: .2em;
    user-select: none;
    width: .6em;
    font-size: 37px;
}
.side-opener .menu-icon span {
    background: #f6f6f6;
    height: 0.08em;
    border-radius: 0em;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    left: 0;
}
.side-opener .menu-icon span:nth-child(1) {
    top: .1em;
}
.side-opener .menu-icon span:nth-child(2) {
    top: .26em;
}
.side-opener .menu-icon span:nth-child(3) {
    top: .42em;
}
.side-opener.close {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.side-open .side-opener.close {
		transform: translate3d(251px, 0, 0);
	}
.close .menu-icon span:nth-child(1) {
    -webkit-transform: rotateZ(45deg) translate3d(.11em, .11em, 0);
    -ms-transform: rotate(45deg) translate(.11em, .11em);
    transform: rotateZ(45deg) translate3d(.11em, .11em, 0);
}
.close .menu-icon span:nth-child(2) {
    opacity: 0;
}
.close .menu-icon span:nth-child(3) {
    -webkit-transform: rotateZ(-45deg) translate3d(.11em, -.11em, 0);
    -ms-transform: rotate(-45deg) translate(.11em, -.11em);
    transform: rotateZ(-45deg) translate3d(.11em, -.11em, 0);
}
#page-wrap .left-column {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    min-height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    overflow-y: scroll;
    overflow-x: hidden;
}
#page-wrap>.right-column {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 10001;
    position: relative !important;
}
#page-wrap>.right-column section, #page-wrap>.right-column footer, #page-wrap>.right-column>div {
    z-index: 11;
}
#page-wrap.side-open .left-column {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}
#page-wrap.side-open .right-column, #page-wrap.side-open .side-opener {
    -webkit-transform: translate3d(370px, 0, 0);
    transform: translate3d(370px, 0, 0);
}
	.about-us, .contacts {
    margin: 0 0 -8vw 0;
}
.top-line, #search-results194, #search-results197, #search-results196, #search-results266, #search-results269 {
    display: none;
}
	.article-body header {
    margin-bottom: 25px;
}
	.b-product .left {
    flex: 1;
}
	.blog-cat .left {
    padding-top: 0;
}
.warning-text.in {
    padding: 25px 0;
}
	.warning-text ul {
    margin: 25px 0 25px 32px;
}
	.warning-text ul>li {
    width: 100%;
    flex: 0 1 100%;
}
	.b-products .right, .e-shop .right {
    flex: 0 1 calc(100% - 300px);
    width: calc(100% - 300px);
    position: relative;
}
}
@media (max-width: 850px) {
.consultant>div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.consultant p {
    width: 100%;
    text-align: center;
}
.consultant .button {
    margin: 25px auto 0;
}
.about-us>div>div {
    width: 100%;
	}
.about-us:after {
    bottom: 63px;
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.partners .swiper-container .swiper-wrapper .swiper-slide {
    width: 33.333%;
}
.view-featured .b-products .products .item {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
}
.we-help p b {
    max-width: 300px;
    line-height: 35px;
    text-align: left;
    display: block;
    padding: 10px 15px;
}
footer>div .contacts-f {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
footer>div .contacts-f>div {
    margin-bottom: 35px;
}
footer .banners ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
footer .banners ul li:first-child {
    width: 100%;
    text-align: center;
}
footer .banners ul li {
    padding-bottom: 25px;
}
.view-article .item-page>header>div, .view-record .article-body header>div, .view-form .page-header>div, .view-cartcheckout .article-body header>div {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.item-page h1, .breadcrumb {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
}
.breadcrumb>.active {
    display: none;
}
.b-products, .b-product, .e-shop {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    width: 100%;
}
.b-product .left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
}
.b-product .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
	}
.contacts .left {
    text-align: left;
    width: 100%;
    float: none;
}
.contacts .right {
    width: 100%;
    float: none;
    margin-top: 50px;
    padding-left: 0;
}
.view-article .contact-form section {
    width: 100%;
}
.cont-mod .modal .modal-body .left, .modal .cont-mod .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
}
.view-article .contact-form, #contact {
    position: relative;
}
.view-article .contact-form {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
}
.view-article .contact-form:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
}
.h-days .logo {
    display: none;
	}
.h-days  .contacts-top li:nth-child(2) {
    display: inline-block; 
}
	.about-us>div>div.intro-block>div, .about-us>.list-block>div {
    flex: 0 1 100%;
}
	.b-products .cat-desc .swiper-container {
    width: 93.8vw;
}
.b-products .right .shop>ul, .b-products .products {
    margin: 0 -20px !important;
	}
.b-products .right, .e-shop .right {
    flex: 100%;
}
	.b-products .left, .e-shop .left {
    flex: 100%;
    padding-left: 0;
}
}
@media (max-width: 700px) {
footer>div .contacts-f>div {
    flex: 0 1 100%;
}
	.services .swiper-container>ul>li {
	    width: 100%;
	}
	.partners .swiper-container .swiper-wrapper .swiper-slide {
	    width: 50%;
	}
	.cont-mod .modal .modal-body, .modal .cont-mod {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.cont-mod .modal .modal-body .left, .modal .cont-mod .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    min-height: 200px;
    background-image: url(/storefront/img/device-1155007_700.jpg);
	}
	.top-line .search {
    display: none;
}
	.portfolio>div {
    width: 100%;
}
.h-days  .contacts-top li:nth-child(2) {
    display: none; 
}
	.steps .hidden-phone {
		display: none;
	}
	#search-results194 {
    display: none;
	}
	.b-products .cat-desc .swiper-container {
    width: 91vw;
}
	.view-record .b-product .left .shop .image-columns>li {
    flex: 0 0 100%;
    padding: 10px 0;
}
	.b-products .right, .e-shop .right, .b-products .left, .e-shop .left {
    flex: 100%;
}
.b-products .left, .e-shop .left {
    padding-left: 0;
    padding-top: 50px;
}
	.main-banner .banner-text .block h1, .main-banner-fp .banner-text .block h1, .we-help h3 {
    font-size: 30px;
    line-height: 33px;
}
}
@media (max-width: 600px) {
	.view-featured .b-products .products .item {
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    flex: 0 1 100%;
}
	.b-products .tab-content .shop>ul>li, .about-us, .contacts {
    margin: 0;
}
	.b-products .right .shop>ul {
    margin: 0 !important;
}
}
@media (max-width: 535px) {
	#search-results196 {
    display: none;
	}
	.menu-line>div>.menu {
    margin-left: 0;
}
	.middle-line>div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
		.middle-line .contacts-top {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
}
	.partners .swiper-container .swiper-wrapper .swiper-slide, .b-products .right .tab-content div div>.service>li {
    width: 100%;
    padding: 15px 0;
}
	.view-featured .b-products .products .item, .b-products .tab-content .shop>ul>li, .b-products .products .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}
.b-products .right .tab-content div div>ul, .b-product .left .tab-content div div>ul, .b-product .left .tab-content div div>ol, .likumi .text ul, .likumi .text ol, .b-products .cat-desc ul {
    margin: 25px 0 25px 50px;
}
.b-products .cat-desc .gbs3 form {
    width: 100%;
}
.b-products .cat-desc .resp-img:before {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
    background: rgba(255, 255, 255, 0.55);
}
	.middle-line .contacts-top .hollidays {
    flex-wrap: wrap;
	}
.middle-line .contacts-top .hollidays div p {
    font-size: 33px;
    line-height: 30px;
    padding-bottom: 15px;
	}
	#qtc_mainwrapper #q2c_billing .control-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
	.b-products .cat-desc .swiper-container .swiper-slide {
    width: 100%;
}
	.b-products .cat-desc .swiper-slide ul {
    margin: 25px 0 25px 0px;
}
}
@media (max-width: 480px) {
	.top-line>div, .middle-line>div, .menu-line>div, .view-article .item-page>header>div, .view-records .article-body header>div, .view-record .article-body header>div, .view-form .page-header>div, .view-article .block, .view-records .block, .view-record .block, .ba-gallery, .view-form #adminForm, footer>div, .main-banner>div, .article-body .consultant, .view-form .article-body .page-header h1, .view-cartcheckout .article-body header>div, .view-cartcheckout .article-body .block, footer>div, .tehinfo, .q2c-wrapper, .registration, .search .block, .main-banner-fp .swiper-slide>div, .about-us>div, .view-featured .contacts>div, .itemid-305 .contacts>div, .wrap-w, .article-body .item-page {
    padding-left: 15px;
    padding-right: 15px;
}
	h1 {
    font-size: 25px;
    line-height: 30px;
	}
	.top-line .login {
    display: none;
	}
	#offlajn-ajax-search194 {
    width: 115px;
	}
	.main-banner .banner-text .block h2, .main-banner-fp .banner-text .block h2 {
    font-size: 30px;
	}
	.contacts .form-horizontal .control-label {
    display: block;
    float: none;
    width: 115px;
    text-align: left;
}
.contacts .form-horizontal .controls {
    margin-left: 0;
}
.form-horizontal .control-group {
    margin-bottom: 5px;
}
.about-us ul {
    margin-left: 0;
}
.about-us ul .lnr {
    display: table;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 50px auto !important;
	}
.about-us ul .feature-card-logo {
    display: block;
    float: none;
    margin: 50px auto !important;
}
	.about-us ul span, .about-us ul p {
    margin-left: 0;
    text-align: center;
}
.services .swiper-container>ul>li>div {
    margin: 0 15px;
}
.b-product .left .info, .b-product .left .tab-content, .b-products .right .tab-content, .likumi, .b-products .products .title, .b-products .cat-desc {
    padding: 15px;
}
.b-products .right .nav-tabs, .b-product .left .nav-tabs, .tehinfo .nav-tabs {
    font-size: 15px;
}
.input-80 {
    max-width: 100%;
    width: 100%;
}
.modal button.close, #jcemediabox-popup-closelink, .cart-popup .cart-popup_close {
    margin: 0;
}
.cont-mod .modal, #jcemediabox-popup-body, #sbox-window {
    width: auto;
    top: 15px !important;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.b-product .left .intro-block h1 {
    font-size: 8vw;
}
.b-products .cat-desc .resp-img {
    margin: 0 -15px -15px;
}
	.about-us ul a {
    margin: 15px 0 5px 15px;
}
	.b-products .cat-desc .swiper-container {
    margin: 0 -15px 25px;
    width: 93vw;
}
	.b-products .cat-desc .swiper-container>div {
    padding: 0px;
}
	.related .b-products .products .item {
    flex: 0 1 100%;
}
	.main-banner .banner-text .block h1, .main-banner-fp .banner-text .block h1, .we-help h3 {
    font-size: 25px;
    line-height: 27px;
}
}
@media (max-width: 390px) {
	body {
    min-width: 300px;
	}
	h1 {
    font-size: 25px;
    line-height: 30px !important;
	}
	.top-line .search {
    display: none;
}
.b-products .cat-desc .gbs3 {
    position: relative;
    width: 219px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.b-product .left .info, .b-product .left .tab-content, .b-products .right .tab-content, .likumi, .b-products .products .title, .b-products .cat-desc {
    padding: 15px;
    text-align: justify;
}
.main-banner .banner-text .block h2, .main-banner-fp .banner-text .block h2 {
    font-size: 25px;
    line-height: 30px;
}
	.middle-line .contacts-top li span {
    margin-left: 45px;
	}
	.main-banner-fp .swiper-slide {
    padding: 0;
	}
	.consultant>div {
    padding: 35px 15px;
}
.contacts .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
	.b-products .cat-desc .swiper-container {
    width: 89vw;
}
#page-wrap.side-open .side-opener {
    left: -37px;
	}
}
/* storefront/css/rsform-compat.css */
/* RSForm + Bootstrap 2 form controls — required for consultation modal (matches live Latakva) */

label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}

.formResponsive {
    margin: 0 0 18px;
}

.formResponsive .formControlLabel,
.rsform .formResponsive .formHorizontal .formControlLabel {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}

.formResponsive .formBody {
    float: none;
    display: block;
    margin-bottom: 15px;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"],
.formResponsive input.rsform-input-box,
.formResponsive textarea.rsform-text-box {
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-sizing: content-box;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    vertical-align: middle;
}

.formResponsive textarea,
.formResponsive textarea.rsform-text-box {
    height: auto;
}

.formResponsive .formHorizontal .formControls input,
.formResponsive .formHorizontal .formControls textarea {
    width: 95%;
    margin: 0;
}

.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="number"]:focus,
.formResponsive input[type="email"]:focus,
.formResponsive input[type="tel"]:focus,
.formResponsive input[type="url"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive input.rsform-input-box:focus,
.formResponsive textarea.rsform-text-box:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.formResponsive input[type="submit"],
.formResponsive button[type="submit"],
.formResponsive button.rsform-submit-button {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover,
.formResponsive button.rsform-submit-button:hover {
    background-color: #e6e6e6;
    color: #333;
    text-decoration: none;
}

.formResponsive .formError,
.formError[data-latakva-validate="1"] {
    color: #b94a48;
    font-size: 12px;
    margin: 4px 0 0;
    padding-left: 0;
    line-height: 1.35;
}

.formResponsive input.is-invalid,
.formResponsive textarea.is-invalid,
input.is-invalid,
textarea.is-invalid {
    border-color: #b94a48 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(185, 74, 72, 0.35);
}

.formRequired {
    color: #b94a48;
}

/* storefront/css/storefront-fixes.css */
/* Consultation modal panel shadow comes from .cont-mod .modal (live pattern) */

.intro-text strong.lk-spec,
.tab-content strong.lk-spec,
.cat-desc strong.lk-spec {
    font-weight: 700;
    white-space: nowrap;
}

/* Footer + product links — no underline (user preference; default already none) */
footer a,
footer a:hover,
footer a:focus,
.contacts-f a,
.contacts-f a:hover,
a.email,
a.email:hover,
a.phone,
a.phone:hover,
.b-products .title a,
.b-products .title a:hover,
.blog-cat .title a,
.blog-cat .title a:hover {
    text-decoration: none !important;
}

/* Product cards / order buttons — never underline (matches live Latakva) */
.b-products a,
.b-products .products .title a,
.b-products .item .title a,
.pop-products .item .title a,
.search-nav-list a,
.cart a,
a.data_btn,
a.product_btn,
a.services-btn {
    text-decoration: none !important;
}
.b-products a:hover,
.b-products a:focus,
.b-products .products .title a:hover,
.b-products .item .title a:hover,
.pop-products .item .title a:hover,
.search-nav-list a:hover,
.search-nav-list a:focus,
.cart a:hover,
a.data_btn:hover,
a.product_btn:hover,
a.services-btn:hover {
    text-decoration: none !important;
}

/* Linearicons beat FontAwesome when both .fa and .lnr are on the same icon */
.lnr.fa,
.fa.lnr,
.question_btn .lnr {
    font-family: 'Linearicons-Free' !important;
}

/* Sidebar promo banners as auto-rotating sliders */
.banner-left.banner-left-slider {
    position: relative;
    /* Legacy .banner-left uses padding-top: 50px — that pushed the edit control off the image */
    padding-top: 0 !important;
    margin-bottom: 25px;
}
.banner-left.banner-left-slider .swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.banner-left.banner-left-slider.has-staff-edit .swiper > .staff-edit-btn.is-compact {
    top: 10px;
    right: 10px;
    z-index: 12;
}
.banner-left.banner-left-slider .swiper-slide > a {
    border: solid 1px #e6e6e6;
    display: block;
    margin-bottom: 0;
    color: inherit;
    text-decoration: none;
}
.banner-left.banner-left-slider .swiper-slide > a:hover {
    color: black;
    text-decoration: none;
}
.banner-left.banner-left-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.banner-left.banner-left-slider .swiper-button-prev,
.banner-left.banner-left-slider .swiper-button-next {
    width: 28px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    z-index: 2;
    background: #B11112;
    opacity: 0.92;
}
.banner-left.banner-left-slider .swiper-button-prev:hover,
.banner-left.banner-left-slider .swiper-button-next:hover {
    opacity: 1;
}
.banner-left.banner-left-slider .swiper-button-prev:before,
.banner-left.banner-left-slider .swiper-button-next:before {
    font-size: 16px;
}

/* Language switcher squares — no underline (matches live) */
.mod-languages a,
.mod-languages ul li a,
.lang-inline a {
    text-decoration: none;
}
.mod-languages a:hover,
.mod-languages a:focus,
.mod-languages ul li a:hover,
.lang-inline a:hover {
    text-decoration: none;
}

/* Banner / we-help titles: keep Bootstrap 2 line-height on desktop */
@media (min-width: 980px) {
    .main-banner .banner-text .block h1,
    .main-banner-fp .banner-text .block h1,
    .we-help h3 {
        line-height: 40px;
    }
}

/* Catalog flex row: header full width (extra safety) */
.view-records .b-products > header,
.view-record .b-product > header,
.view-article .block > header,
.view-cartcheckout .e-shop > header,
.view-cartcheckout .block > header {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

/* template.css sets .view-record .article-body > div > header to whitesmoke */
.view-record .article-body > div > header,
.view-record .b-product > header {
    background-color: #fff;
}

.breadcrumb a.pathway:hover,
.breadcrumb a.pathway:focus {
    text-decoration: underline !important;
}

/* Ensure article body background on records like live */
.view-records .article-body,
.view-record .article-body,
.view-article .article-body,
.view-cartcheckout .article-body {
    background: whitesmoke;
    padding-top: 25px;
    padding-bottom: 50px;
    min-height: 0;
}

/* Cart/checkout: float sidebar was taller than the form and left a blank gap before footer. */
.view-cartcheckout #page-wrap {
    display: flex;
    align-items: stretch;
    overflow: visible;
}

.view-cartcheckout #page-wrap .left-column {
    float: none !important;
    flex: 0 0 370px;
    min-height: 0;
}

.view-cartcheckout #page-wrap > .right-column {
    float: none;
    flex: 1 1 auto;
    width: auto;
    display: flex;
    flex-direction: column;
    background: whitesmoke;
}

.view-cartcheckout #page-wrap > .right-column > .hide.cont-mod {
    display: none !important;
}

/* .view-records .block already has padding-top: 30px in template.css —
   that stacked on article-body and left an empty gap above the title. */
.view-records .article-body > .block,
.view-record .article-body > .block,
.view-cartcheckout .article-body > .block {
    padding-top: 0;
}

/* Live itemid-121: article-body has padding 0; .item-page provides the inset column.
   Stretch the right column so whitesmoke fills the full height beside the taller sidebar
   (promo banner), instead of cutting off under the contacts card. */
.itemid-121 #page-wrap {
    display: flex;
    align-items: stretch;
}

.itemid-121 #page-wrap > .right-column {
    flex: 1 1 auto;
    background: whitesmoke;
}

.itemid-121.view-article .article-body {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    flex: 1 1 auto;
}

/* Live news article (view-record): article-body padding 0; .blog-article provides inset */
.itemid-jaunumi.view-record .article-body {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

/* Buy button inside our forms */
.qtc_buyBtn_style {
    border: 0;
    cursor: pointer;
}

/* Mega-menu category tiles — hide accordion "+" (links go to category, not expand) */
#jquery-accordion-menu .nav.menu li.parent > a:after,
#jquery-accordion-menu .nav.menu li.parent > a#item_link:after,
#jquery-accordion-menu ul ul.submenu .nav-header .menu li.parent > a:after {
    content: none !important;
    display: none !important;
}

/* Mega-menu category links — no underline (matches live Latakva) */
#jquery-accordion-menu a,
#jquery-accordion-menu a#item_link,
#jquery-accordion-menu .nav.menu li a {
    text-decoration: none;
}
#jquery-accordion-menu a:hover,
#jquery-accordion-menu a#item_link:hover,
#jquery-accordion-menu .nav.menu li a:hover {
    text-decoration: none;
}

/* Mega-menu layering: flyouts must cover product cards / staff-edit */
#page-wrap .right-column {
    position: relative;
    z-index: 1;
}
@media (min-width: 980px) {
    #page-wrap {
        overflow: visible !important;
    }
    #page-wrap .left-column {
        width: 370px;
        overflow: visible !important;
        z-index: 120;
    }
    #page-wrap > .right-column {
        width: calc(100% - 370px);
    }
}

/* Mega-menu flyout: modern panel + fade from right */
@media (min-width: 979px) {
    #jquery-accordion-menu > .menu-list > .parent > .submenu > li > ul.submenu,
    .jquery-accordion-menu ul ul.submenu li ul.submenu {
        display: none;
        opacity: 0;
        transform: translateX(16px);
        transition:
            opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform;
        width: min(900px, calc(100vw - 400px));
        /* Match legacy offset from sidebar into content column */
        left: 382px;
        top: 12px;
        margin-left: 0;
        padding: 28px;
        border: 0;
        border-radius: 16px;
        background: #fff;
        box-shadow:
            0 28px 64px rgba(15, 23, 42, 0.16),
            0 0 0 1px rgba(15, 23, 42, 0.06);
        z-index: 400;
    }

    #jquery-accordion-menu > .menu-list > .parent > .submenu > li > ul.submenu.is-open {
        display: block;
        opacity: 1;
        transform: translateX(0);
    }

    #jquery-accordion-menu > .menu-list > .parent > .submenu > li > ul.submenu.is-closing {
        display: block;
        opacity: 0;
        transform: translateX(20px);
    }

    /* Brand / tech columns (Tehniskā informācija) */
    #jquery-accordion-menu .tech_menu {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #jquery-accordion-menu .tech_menu > li {
        flex: none;
        position: relative;
        padding: 4px 20px;
        margin: 0;
        border: 0;
        background: transparent;
    }

    #jquery-accordion-menu .tech_menu > li:first-child {
        padding-left: 4px;
    }

    #jquery-accordion-menu .tech_menu > li:last-child {
        padding-right: 4px;
    }

    #jquery-accordion-menu .tech_menu > li:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 0;
        bottom: 8px;
        width: 1px;
        background: linear-gradient(
            180deg,
            transparent,
            rgba(15, 23, 42, 0.1) 12%,
            rgba(15, 23, 42, 0.1) 88%,
            transparent
        );
    }

    #jquery-accordion-menu .tech_menu > li:before,
    #jquery-accordion-menu .tech_menu ul li:before,
    #jquery-accordion-menu .list-link li:before {
        content: none !important;
        display: none !important;
    }

    #jquery-accordion-menu .tech_menu > li .brand {
        display: block;
        margin: 0 0 16px;
        padding: 0 0 12px;
        background: transparent !important;
        color: #0f172a !important;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        line-height: 1.4;
        text-transform: uppercase;
        border-bottom: 2px solid #b11112;
    }

    #jquery-accordion-menu .tech_menu > li > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #jquery-accordion-menu .tech_menu > li > ul > li,
    #jquery-accordion-menu .list-link li {
        position: relative;
        padding: 0 !important;
        margin: 0 0 4px;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    #jquery-accordion-menu .tech_menu ul li a,
    #jquery-accordion-menu .tech_menu > li > a {
        display: block;
        margin: 0;
        padding: 8px 10px;
        border-radius: 8px;
        color: #374151;
        font-size: 0.92rem;
        line-height: 1.35;
        text-decoration: none;
        transition:
            background-color 0.16s ease,
            color 0.16s ease,
            transform 0.16s ease;
    }

    #jquery-accordion-menu .tech_menu ul li a:hover,
    #jquery-accordion-menu .tech_menu > li > a:hover {
        background: rgba(177, 17, 18, 0.07);
        color: #b11112;
        transform: translateX(3px);
        text-decoration: none;
    }

    #jquery-accordion-menu .tech_menu ul li a .title {
        display: block;
        padding: 2px 0;
    }

    #jquery-accordion-menu .tech_menu ul li a .title + .title {
        border-top: 1px solid rgba(15, 23, 42, 0.06);
        margin-top: 4px;
        padding-top: 6px;
    }

    /* Icon-grid / service flyout polish */
    #jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header h3 {
        margin: 0 0 14px;
        padding: 0 0 10px;
        border-bottom: 2px solid #b11112;
        color: #111827;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    #jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu li a {
        border-radius: 10px;
        padding: 8px 10px;
        transition:
            background-color 0.16s ease,
            box-shadow 0.16s ease,
            transform 0.16s ease;
    }

    #jquery-accordion-menu ul ul.submenu li ul.submenu .nav-header .menu li a:hover {
        background: rgba(177, 17, 18, 0.05);
        box-shadow: inset 0 0 0 1px rgba(177, 17, 18, 0.12);
        transform: translateY(-1px);
    }

    #jquery-accordion-menu .pakalpojumi-list ul {
        column-rule: solid 1px rgba(15, 23, 42, 0.08);
        column-gap: 28px;
    }

    #jquery-accordion-menu .pakalpojumi-list ul li:before {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 8px;
        background: #b11112;
    }

    #jquery-accordion-menu .pakalpojumi-list ul li a {
        border-radius: 6px;
        padding: 4px 6px;
        transition: color 0.15s ease, background-color 0.15s ease;
    }

    #jquery-accordion-menu .pakalpojumi-list ul li a:hover {
        color: #b11112;
        background: rgba(177, 17, 18, 0.06);
    }
}

@media (min-width: 979px) and (max-width: 1200px) {
    #jquery-accordion-menu .tech_menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    #jquery-accordion-menu .tech_menu > li:nth-child(2n)::after {
        display: none;
    }
}

/* CMS services + blog pages */
.cms-list-item {
    margin: 0 0 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(20, 24, 31, 0.08);
}

.cms-list-item:last-child {
    border-bottom: 0;
}

.cms-list-title {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    line-height: 1.35;
}

.cms-list-title a {
    color: inherit;
    text-decoration: none;
}

.cms-list-title a:hover {
    color: #b11112;
    text-decoration: none;
}

.cms-list-date {
    display: block;
    margin: 0 0 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.cms-list-excerpt {
    margin: 0;
    color: #374151;
}

.cms-list-cover {
    display: block;
    margin: 0 0 0.75rem;
}

.cms-list-cover img,
.cms-cover img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cms-cover {
    margin: 0 0 1.25rem;
}

.cms-list-children {
    margin: 0.75rem 0 0;
    padding-left: 1.15rem;
}

.cms-list-children a {
    text-decoration: none;
}

.cms-list-children a:hover {
    color: #b11112;
    text-decoration: none;
}

.cms-lead {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    color: #374151;
}

.cms-body {
    margin-bottom: 1.5rem;
}

.cms-body p:last-child {
    margin-bottom: 0;
}

.cms-related-title {
    margin: 1.5rem 0 0.75rem;
    font-size: 1.15rem;
}

.cms-back {
    margin-top: 1.75rem;
}

.cms-back a {
    text-decoration: none;
}

.cms-back a:hover {
    color: #b11112;
    text-decoration: none;
}

/* Mega-menu image tiles (Pielietojums) — same as live .item-532 */
@media (min-width: 979px) {
    #jquery-accordion-menu .menu-image-tiles > .submenu {
        display: flex;
        flex-wrap: wrap;
        padding: 15px !important;
    }

    #jquery-accordion-menu .menu-image-tiles > .submenu > li {
        width: 33.333% !important;
        display: inline-block !important;
        clear: none !important;
        float: left;
    }

    #jquery-accordion-menu .menu-image-tiles > .submenu > li > a {
        display: flex;
        padding-left: 0 !important;
        border: solid 1px #e6e6e6;
        align-items: center;
        margin: 10px;
    }

    #jquery-accordion-menu .menu-image-tiles > .submenu > li > a img {
        order: -1;
        width: 80px;
        height: 80px;
        flex: 0 0 auto;
        margin-left: 0;
    }

    #jquery-accordion-menu .menu-image-tiles > .submenu > li > a span {
        padding: 0 15px;
    }
}

.pielietojums-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}
.pielietojums-tiles > li {
    min-width: 0;
    max-width: none;
    flex: none;
}
.pielietojums-tiles > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    height: 100%;
    padding: 6px 8px 6px 6px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0;
    background: #fff;
    color: #1f2937;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.15s ease,
        color 0.15s ease;
}
.pielietojums-tiles > li > a:hover {
    border-color: rgba(177, 17, 18, 0.45);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
    color: #b11112;
    text-decoration: none;
    transform: translateY(-1px);
}
.pielietojums-tiles > li.is-active > a,
.pielietojums-tiles > li > a[aria-current="page"] {
    border-color: #b11112;
    background: rgba(177, 17, 18, 0.05);
    box-shadow: inset 3px 0 0 #b11112;
    color: #b11112;
}
.pielietojums-tiles img {
    order: -1;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    object-fit: cover;
    border-radius: 0;
    background: #f3f4f6;
}
.pielietojums-tiles .image-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
}
@media (max-width: 1100px) {
    .pielietojums-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .pielietojums-tiles {
        grid-template-columns: 1fr;
    }
    .pielietojums-tiles .image-title {
        -webkit-line-clamp: 2;
        font-size: 0.8125rem;
    }
}

.b-product .product-thumbs {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.b-product .product-thumbs li {
    width: 72px;
    height: 72px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.b-product .product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qtc_buynow .f-price.old {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .tab-pane.active {
    display: block;
}

.b-product .shop .qtc_buynow .cart-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 40px;
    overflow: visible;
}
.b-product .shop .qtc_buynow .cart-block form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.b-product .shop .qtc_buynow .cart-block form > input[type="hidden"] {
    display: none;
}
.b-product .shop .qtc_buynow .qtc-field-itemcount {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex: 0 0 auto;
}
.b-product .shop .qtc_buynow .cart-block span.qtc_itemcount {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 7px 0 3px;
}

.b-product .cart.shop p {
    margin: 0 0 10px;
    text-align: center;
}

.b-product a.img-popup,
.b-product a.img-popup:hover,
.quest_delivery_price a,
.quest_delivery_price a:hover {
    text-decoration: none !important;
}

/* Staff edit controls — visible only to superadmin / manager */
.staff-edit-btn,
.staff-edit-btn:hover,
.staff-edit-btn:focus,
.b-products a.staff-edit-btn,
.b-products a.staff-edit-btn:hover,
.item a.staff-edit-btn,
.cms-list-item a.staff-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #b11112;
    color: #fff !important;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}
.staff-edit-btn:hover,
.staff-edit-btn:focus {
    background: #8e0d0e;
}
.staff-edit-btn.is-compact,
.b-products a.staff-edit-btn.is-compact,
.item a.staff-edit-btn.is-compact {
    position: absolute;
    top: 8px;
    right: 8px;
    /* Below left-column (60) / accordion flyout (80) popup menus */
    z-index: 5;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    background: rgba(177, 17, 18, 0.94);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
header.has-staff-edit {
    position: relative;
}
header.has-staff-edit > h1,
header.has-staff-edit > .sect-title,
header.has-staff-edit > div > h1 {
    padding-right: 150px;
}
header.has-staff-edit > .staff-edit-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    margin-top: 0;
}
.item.has-staff-edit,
.cms-list-item.has-staff-edit,
ul.service li.has-staff-edit,
.cms-list-children li.has-staff-edit {
    position: relative;
}
.pop-products .item.has-staff-edit {
    overflow: visible;
}
.pop-products .item .img {
    height: 75px;
    overflow: hidden;
    margin-right: 12px;
}
.pop-products .item > div {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}
.pop-products .item .title {
    margin-left: 0;
}
.pop-products .item .img picture img {
    object-fit: contain;
    object-position: center;
    background: #fff;
}
.blog-cat .pop-products .item .img picture img,
.blog-article .pop-products .item .img picture img {
    object-fit: cover;
}

/* Live news article: cover bleeds to the white .tab-content box; do not show the
   template.css 2017 fallback photo behind imported covers. */
.blog-article .blog .resp-img {
    background-image: none;
}

/* Product view-record pages zero block padding; live news articles keep 30px. */
.view-record .article-body > .block.blog-article {
    padding-top: 30px;
}
.blog-cat .products .img {
    min-height: 170px;
    background: #fff;
}
.blog-cat .products .intro p {
    margin: 0;
}
.pop-products .item .item-read-more,
.pop-products .item .category {
    display: none;
}
.b-products .products .category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 8px;
}
.cms-list-item.has-staff-edit {
    padding-right: 44px;
}

/* Catalog product sort toolbar */
.b-products .product-sort {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin: 0 0 20px;
    padding: 12px 16px 12px 22px;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
}
.b-products .product-sort:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #B11112;
}
.b-products .product-sort__label {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4a4a4a;
    white-space: nowrap;
}
.b-products .product-sort__options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-products .product-sort__options > li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: inherit;
    text-indent: 0;
    list-style: none;
}
.b-products .product-sort__options > li:before {
    display: none;
}
.b-products a.product-sort__option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 14px;
    border: 1px solid #dbdbdb;
    background: #fff;
    color: #27252a;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}
.b-products a.product-sort__option:hover,
.b-products a.product-sort__option:focus {
    border-color: #B11112;
    color: #B11112;
    background: #fff;
    text-decoration: none !important;
    outline: none;
}
.b-products a.product-sort__option:focus-visible {
    outline: 2px solid #B11112;
    outline-offset: 2px;
}
.b-products a.product-sort__option.is-active,
.b-products a.product-sort__option.is-active:hover,
.b-products a.product-sort__option.is-active:focus {
    background: #B11112;
    border-color: #B11112;
    color: #fff;
}
.b-products .right #filter-form {
    background: transparent;
}
.b-products .right #filter-form > .product-sort > .product-sort__options {
    margin: 0;
    padding: 0;
}

@media (max-width: 600px) {
    .b-products .product-sort {
        padding: 12px 12px 12px 18px;
        gap: 8px;
    }
    .b-products a.product-sort__option {
        min-height: 44px;
        padding: 8px 12px;
    }
}

/* Scroll-to-top: sit next to .question_btn, appear after one viewport */
#scrollToTop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-decoration: none !important;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#scrollToTop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#scrollToTop:hover,
#scrollToTop:focus {
    text-decoration: none !important;
}
#scrollToTop:focus-visible {
    outline: 2px solid #B11112;
    outline-offset: 2px;
}

.b-product .resp-img.img,
.b-products .products .img {
    overflow: visible;
}
.b-product .resp-img.img {
    position: relative;
}
.b-product .price_badge {
    z-index: 2;
}

.b-products .products .item .shop .vat-info {
    font-size: 11px;
    line-height: 1.3;
    padding: 0 12px;
}

.view-record .b-product .left .info .price {
    padding-bottom: 8px;
}
.view-record .b-product .shop .vat-info,
.view-record .shop .vat-info {
    display: block;
    margin: 0 auto 14px;
    color: #b3b3b3;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.35;
    position: static;
}

.b-product .left .info .short-info .rating-block small.rating-summary {
    display: block;
    margin-top: -7px;
    color: #595959;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
}
.b-product .left .info .short-info .rating-stars {
    display: block;
    height: 20px;
    line-height: 16px;
}
.b-product .left .info .short-info .rating-stars span {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 1px;
    background-color: #c4c4c4;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
    opacity: 1;
    vertical-align: top;
}
.b-product .left .info .short-info .rating-stars span.on {
    background-color: #fbcd14;
}

.b-products .left .catalog-filters form {
    padding: 0 15px 15px;
}
.b-products .left .catalog-filters fieldset {
    border: 0;
    margin: 0 0 14px;
    padding: 0;
}
.b-products .left .catalog-filters legend {
    display: block;
    width: 100%;
    float: none;
    padding: 0 0 6px;
    margin: 0 0 8px;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    color: #333;
}
.b-products .left .catalog-filters label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.3;
    cursor: pointer;
}
.b-products .left .catalog-filters .btn {
    margin-top: 4px;
}

.view-record .b-product .left .tab-content .shop {
    overflow: visible;
}
.view-record .b-product .left .tab-content .shop::after {
    content: "";
    display: table;
    clear: both;
}
.view-record .b-product .left .tab-content .shop .docs {
    --docs-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h8l5 5v15H7V2zm8 1.6V8h4.4L15 3.6z'/%3E%3C/svg%3E");
    display: block;
    float: right;
    width: 100%;
    max-width: 340px;
    margin: 0 0 20px 22px;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: 3px solid #B11112;
    box-sizing: border-box;
}
.view-record .b-product .left .tab-content .shop .docs h3 {
    display: block;
    overflow: visible;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 12px 14px 11px 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    color: #27252a;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
}
.view-record .b-product .left .tab-content .shop .docs .s1,
.view-record .b-product .left .tab-content .shop .docs > div {
    margin: 0;
    padding: 12px 12px 6px;
}
.view-record .b-product .left .tab-content .shop .docs .title,
.view-record .b-product .left .tab-content .shop .docs div .title,
.view-record .b-product .left .tab-content .shop .docs div:nth-of-type(1) .title {
    display: block;
    margin: 0 0 6px;
    padding: 0 0 6px;
    background: none;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: none;
}
.view-record .b-product .left .tab-content .shop .docs .s1 p,
.view-record .b-product .shop .docs .s1 p,
.view-record .b-product .shop .docs .s1 p:nth-of-type(1) {
    margin: 10px 0 6px;
    padding: 0;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul,
.view-record .b-product .shop .docs:not(.lk-docs) .s1 ul {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul > li,
.view-record .b-product .shop .docs:not(.lk-docs) .s1 ul li,
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) .s1 ul > li {
    display: block !important;
    position: relative;
    float: none;
    flex: none !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0 !important;
    background: transparent;
    align-items: stretch;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul > li:before,
.view-record .b-product .shop .docs:not(.lk-docs) .s1 ul li:before,
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) .s1 ul > li:before {
    content: "" !important;
    position: absolute !important;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background-color: #B11112;
    background-image: none;
    color: transparent;
    font-size: 0 !important;
    font-weight: normal;
    line-height: 0;
    transform: translateY(-50%);
    -webkit-mask: var(--docs-icon) center / contain no-repeat;
    mask: var(--docs-icon) center / contain no-repeat;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul > li a,
.view-record .b-product .shop .docs:not(.lk-docs) .s1 ul li a,
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) .s1 ul li a {
    display: block;
    padding: 8px 12px 8px 32px;
    color: #27252a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    text-decoration: none !important;
    overflow-wrap: break-word;
    cursor: pointer;
    transition: color 0.18s ease, background-color 0.18s ease;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul > li a:hover,
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul > li a:focus,
.view-record .b-product .shop .docs:not(.lk-docs) .s1 ul li a:hover,
.view-record .b-product .shop .docs:not(.lk-docs) .s1 ul li a:focus {
    color: #B11112;
    background: #faf6f6;
    text-decoration: none !important;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul > li a:focus-visible {
    outline: 2px solid #B11112 !important;
    outline-offset: 2px;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) > ul {
    margin: 0 !important;
    padding: 8px 10px 10px;
    border-top: 0;
    background: transparent;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) > div + ul {
    margin: 8px 0 0 !important;
    padding: 8px 10px 10px;
    border-top: 1px solid #e6e6e6;
    background: #fafafa;
}
.view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) > ul > li a {
    font-weight: 700;
}

@media (max-width: 1170px) {
    .view-record .b-product .left .tab-content .shop .docs {
        float: none;
        width: 100%;
        max-width: none;
        margin: 0 0 20px 0;
        border: 1px solid #e6e6e6;
        border-left: 3px solid #B11112;
    }
}

@media (prefers-reduced-motion: reduce) {
    .view-record .b-product .left .tab-content .shop .docs:not(.lk-docs) ul > li a {
        transition: none;
    }
}

/* PDF / file download cards — catalog + product pages */
.lk-docs {
    margin: 0 0 24px;
    padding: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: 3px solid #B11112;
    box-sizing: border-box;
}
.lk-docs h3 {
    margin: 0;
    padding: 12px 14px 11px 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    color: #27252a;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
}
.lk-docs__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 12px;
    list-style: none;
}
.lk-docs--catalog .lk-docs__list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.lk-docs__item {
    margin: 0;
    padding: 0;
}
.lk-doc-link {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 8px 10px;
    color: #27252a;
    text-decoration: none !important;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.lk-doc-link:hover,
.lk-doc-link:focus {
    color: #27252a;
    background: #fff;
    border-color: #B11112;
    box-shadow: 0 2px 10px rgba(177, 17, 18, 0.08);
    text-decoration: none !important;
}
.lk-doc-link:focus-visible {
    outline: 2px solid #B11112;
    outline-offset: 2px;
}
.lk-doc-link__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B11112;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.lk-doc-link__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.lk-doc-link__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    overflow-wrap: anywhere;
}
.lk-doc-link__action {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #B11112;
    background: #fff;
    border: 1px solid #e8d4d4;
    border-radius: 50%;
    font-size: 12px;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.lk-doc-link:hover .lk-doc-link__action,
.lk-doc-link:focus .lk-doc-link__action {
    color: #fff;
    background: #B11112;
    border-color: #B11112;
}

/* Product page: isolate PDF cards from legacy .docs list styles */
.view-record .b-product .left .tab-content .shop .docs.lk-docs {
    overflow: visible;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs .s1,
.view-record .b-product .left .tab-content .shop .docs.lk-docs > div {
    padding: 12px 12px 4px;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs .lk-docs__list {
    display: grid !important;
    grid-template-columns: 1fr;
    flex-wrap: nowrap;
    padding: 0;
    gap: 6px;
    margin: 0 !important;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs > .lk-docs__list {
    padding: 12px;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs ul > li,
.view-record .b-product .shop .docs.lk-docs .s1 ul li,
.view-record .b-product .left .tab-content .shop .docs.lk-docs .s1 ul > li {
    display: block !important;
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0 !important;
    background: transparent;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs ul > li:before,
.view-record .b-product .shop .docs.lk-docs .s1 ul li:before,
.view-record .b-product .left .tab-content .shop .docs.lk-docs .s1 ul > li:before {
    content: none !important;
    display: none !important;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs .lk-doc-link,
.view-record .b-product .left .tab-content .shop .docs.lk-docs ul > li a.lk-doc-link,
.view-record .b-product .shop .docs.lk-docs .s1 ul li a.lk-doc-link,
.view-record .b-product .left .tab-content .shop .docs.lk-docs .s1 ul li a.lk-doc-link {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 8px 10px !important;
    overflow: hidden;
    font-weight: 400;
    background: #fafafa;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs .lk-doc-link__icon {
    flex: 0 0 28px;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs .lk-doc-link__body {
    flex: 1 1 auto;
    min-width: 0;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs .lk-doc-link__title {
    font-weight: 400 !important;
}
.view-record .b-product .left .tab-content .shop .docs.lk-docs .lk-doc-link__action {
    flex: 0 0 28px;
    display: flex;
}

/* Catalog / Siniat page docs block */
.b-products .right .docs.lk-docs--catalog {
    margin: 20px 0 22px;
    clear: both;
    border: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.b-products .right .docs.lk-docs--catalog h3 {
    position: relative;
    margin: 0 !important;
    padding: 14px 16px 12px;
    font-size: 13px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #e6e6e6;
}
.b-products .right .docs.lk-docs--catalog h3:before {
    content: none !important;
    display: none !important;
}
.b-products .right .docs.lk-docs--catalog .lk-docs__list {
    padding: 10px;
    gap: 6px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.b-products .right .docs.lk-docs--catalog .lk-doc-link {
    gap: 8px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 6px 8px;
    font-weight: 400;
}
.b-products .right .docs.lk-docs--catalog .lk-doc-link__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 28px;
    font-size: 10px;
}
.b-products .right .docs.lk-docs--catalog .lk-doc-link__body {
    gap: 0;
}
.b-products .right .docs.lk-docs--catalog .lk-doc-link__title {
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1.25;
}
.b-products .right .docs.lk-docs--catalog .lk-doc-link__action {
    width: 22px;
    height: 22px;
    font-size: 10px;
}

@media (max-width: 640px) {
    .lk-docs--catalog .lk-docs__list {
        grid-template-columns: 1fr;
    }
    .lk-doc-link__action {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lk-doc-link,
    .lk-doc-link__action {
        transition: none;
    }
}

/* Catalog pagination — same chrome as KĀRTOT / filters */
.b-products .pagination-wrap {
    margin: 24px 0 8px;
    clear: both;
}
.b-products .catalog-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    padding: 12px 16px 12px 22px;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
}
.b-products .catalog-pager:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #B11112;
}
.b-products .catalog-pager__status {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #4a4a4a;
}
.b-products .catalog-pager__pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-products .catalog-pager__pages > li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: inherit;
    text-indent: 0;
    list-style: none;
}
.b-products .catalog-pager__pages > li:before {
    display: none;
}
.b-products .catalog-pager__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 36px;
    min-height: 36px;
    padding: 6px 10px;
    border: 1px solid #dbdbdb;
    background: #fff;
    color: #27252a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
}
.b-products a.catalog-pager__btn:hover,
.b-products a.catalog-pager__btn:focus {
    border-color: #B11112;
    color: #B11112;
    background: #fff;
    text-decoration: none !important;
    outline: none;
}
.b-products a.catalog-pager__btn:focus-visible {
    outline: 2px solid #B11112;
    outline-offset: 2px;
}
.b-products .catalog-pager__btn.is-active {
    background: #B11112;
    border-color: #B11112;
    color: #fff;
}
.b-products .catalog-pager__btn.is-disabled,
.b-products .catalog-pager__btn.is-ellipsis {
    color: #9a9a9a;
    background: #f7f7f7;
    cursor: default;
}
.b-products .catalog-pager__btn .lnr {
    font-size: 14px;
    line-height: 1;
}

/* Category FAQ (Cobalt section 15 / mod_cobalt_records "Jautājumi") */
.b-products .catalog-faq {
    margin: 28px 0 0;
}
.b-products .catalog-faq__title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.b-products .catalog-faq__item {
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 10px;
}
.b-products .catalog-faq__question {
    list-style: none;
    cursor: pointer;
    margin: 0;
}
.b-products .catalog-faq__question::-webkit-details-marker {
    display: none;
}
.b-products .catalog-faq__question .accordion-toggle {
    display: block;
    padding: 14px 18px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.35;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.b-products .catalog-faq__item[open] > .catalog-faq__question .accordion-toggle,
.b-products .catalog-faq__question:hover .accordion-toggle,
.b-products .catalog-faq__question:focus .accordion-toggle {
    background-color: #B11112;
    color: #fff;
}
.b-products .catalog-faq__answer {
    border-top: 1px solid #eee;
    overflow: hidden;
}
.b-products .catalog-faq__item:not([open]) > .catalog-faq__answer {
    /* Keep node measurable for JS height animation (UA would use display:none). */
    display: block !important;
    height: 0;
    border-top-color: transparent;
}
.b-products .catalog-faq__answer .accordion-inner {
    padding: 16px 18px 18px;
}
.b-products .catalog-faq__answer .accordion-inner p:last-child {
    margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
    .b-products .catalog-faq__question .accordion-toggle {
        transition: none;
    }
}

/* PDP: no photo — hide stub, let info fill the row */
.b-product .left .intro-block > div.no-product-image > .info {
    flex: 1 1 100%;
    max-width: 100%;
}

/* PDP video tab — 16:9 cards; ≥400px on desktop, auto on mobile */
.b-product .video-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.b-product .video-block__item {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    overflow: hidden;
}
.b-product .video-block__item iframe,
.b-product .video-block iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0;
    display: block;
}
.b-product .video-block.video-block--grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .b-product .video-block.video-block--grid {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        column-gap: 24px;
        row-gap: 24px;
    }
    .b-product .video-block.video-block--grid .video-block__item {
        min-width: 400px;
    }
}

.b-products .informacija .video-block iframe {
    display: block;
}

.b-products .tab-content .shop ul li .popover-info {
    z-index: 3;
}
.b-products .tab-content .shop ul li .popover-info-bubble {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    width: 320px;
    max-width: min(500px, 70vw);
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    color: #333;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.45;
    white-space: normal;
    text-transform: none;
}
.b-products .tab-content .shop ul li .popover-info:hover .popover-info-bubble,
.b-products .tab-content .shop ul li .popover-info:focus .popover-info-bubble {
    display: block;
}

/* Mini-cart module: product list with photo, qty, price */
.shop-cart .shop-cart-empty {
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #555;
    font-size: 13px;
}
.shop-cart .shop-cart-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shop-cart .shop-cart-line {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}
.shop-cart .shop-cart-line__main {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 12px;
}
.shop-cart .shop-cart-line__img {
    align-self: start;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border: 1px solid #eef0f2;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}
.shop-cart .shop-cart-line__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.shop-cart .shop-cart-line__head {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}
.shop-cart .shop-cart-line__name {
    flex: 1 1 auto;
    min-width: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
}
.shop-cart .shop-cart-line__name:hover {
    color: #b11112;
    text-decoration: none !important;
}
.shop-cart .shop-cart-line__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 8px 12px;
    background: #fafbfc;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
}
.shop-cart .shop-cart-line__unit {
    color: #475569;
    line-height: 1.35;
    min-width: 0;
}
.shop-cart .shop-cart-line__total {
    color: #b11112;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.shop-cart .shop-cart-line__remove {
    flex: 0 0 auto;
    margin: 0;
}
.shop-cart .shop-cart-line__remove button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    background: #f8fafc;
    color: #64748b;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.shop-cart .shop-cart-line__remove button:hover {
    border-color: #fecaca;
    background: #fef2f2;
    color: #b11112;
}
.shop-cart .shop-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 8px 2px 2px;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
    text-transform: uppercase;
}
.shop-cart .shop-cart-total strong {
    font-size: 15px;
    color: #b11112;
}
.shop-cart .shop-cart-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
}
.shop-cart .shop-cart-btn {
    display: block;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    border: none;
    box-shadow: none;
}
.shop-cart .shop-cart-btn--ghost {
    background: #7bd3f7;
    color: #333;
}
.shop-cart .shop-cart-btn--ghost:hover {
    background: #5bc0ea;
    color: #333;
    text-decoration: none !important;
}
.shop-cart .shop-cart-btn--buy {
    background: #b11112;
    color: #fff;
}
.shop-cart .shop-cart-btn--buy:hover {
    background: #8e0d0e;
    color: #fff;
    text-decoration: none !important;
}

/* Full cart page — header uses the same 25px / 50px rhythm as catalog */
.lk-cart-page.e-shop {
    padding-left: 50px;
    padding-right: 50px;
}
.view-cartcheckout .lk-cart-page > header {
    background-color: #fff;
}
.lk-cart-page > header .sect-title {
    margin: 0;
}
.lk-cart-count {
    margin: 8px 0 0;
    color: #6b7177;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.lk-cart-page > header .breadcrumb {
    margin: 10px 0 0;
}
.lk-cart {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
}
.lk-cart-flash {
    margin: 0 0 16px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: 3px solid #b11112;
    color: #32373c;
}
.lk-cart-flash--error {
    border-left-color: #b11112;
    color: #b11112;
}
.lk-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}
.lk-cart-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk-cart-line {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.lk-cart-line__main {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 14px;
}
.lk-cart-line__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 1px solid #eef0f2;
    background: #fff;
    overflow: hidden;
}
.lk-cart-line__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lk-cart-line__body {
    min-width: 0;
}
.lk-cart-line__head {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}
.lk-cart-line__name {
    flex: 1 1 auto;
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1f2328;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
}
.lk-cart-line__name:hover {
    color: #b11112;
    text-decoration: none !important;
}
.lk-cart-line__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 8px 12px;
    background: #fafbfc;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
}
.lk-cart-line__unit {
    color: #475569;
    line-height: 1.35;
    min-width: 0;
}
.lk-cart-line__total {
    color: #b11112;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.lk-cart-line__qty {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: stretch;
    width: 84px;
    height: 28px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-sizing: border-box;
}
.lk-cart-line__qty .lk-qty__btn {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: #f4f4f4;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    box-sizing: border-box;
}
.lk-cart-line__qty .lk-qty__btn:hover {
    background: #ececec;
    color: #b11112;
}
.lk-cart-line__qty input[type="number"].lk-qty__input,
.lk-cart-line__qty input.lk-qty__input {
    flex: 0 0 30px;
    box-sizing: border-box;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 26px;
    min-height: 26px;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #32373c;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    -moz-appearance: textfield;
    appearance: textfield;
}
.lk-cart-line__qty input[type="number"].lk-qty__input:focus,
.lk-cart-line__qty input.lk-qty__input:focus {
    background: #fff;
    border-left-color: #d8d8d8;
    border-right-color: #d8d8d8;
    box-shadow: none;
    outline: none;
}
.lk-cart-line__qty input.lk-qty__input::-webkit-outer-spin-button,
.lk-cart-line__qty input.lk-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.lk-cart-line__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    background: #f8fafc;
    color: #64748b;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.lk-cart-line__remove:hover {
    border-color: #fecaca;
    background: #fef2f2;
    color: #b11112;
}
.lk-cart-summary {
    position: sticky;
    top: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.lk-cart-summary h2 {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: none;
    color: #1f2328;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lk-cart-summary h2:before {
    display: none;
}
.lk-cart-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
}
.lk-cart-summary__row strong {
    font-size: 22px;
    color: #b11112;
}
.lk-cart-summary__note {
    margin: 10px 0 12px;
    color: #8a9096;
    font-size: 12px;
}
.lk-cart-summary__shipping {
    margin: 0 0 18px;
    padding: 10px 12px;
    background: #fafbfc;
    border: 1px solid #e5e7eb;
    color: #475569;
    font-size: 12px;
    line-height: 1.45;
}
.lk-cart-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.03em;
    cursor: pointer;
}
.lk-cart-btn--ghost {
    margin-bottom: 8px;
    background: #edf2f6;
    color: #32373c;
}
.lk-cart-btn--ghost:hover {
    background: #e1e8ee;
    color: #32373c;
    text-decoration: none !important;
}
.lk-cart-btn--buy {
    background: #b11112;
    color: #fff;
}
.lk-cart-btn--buy:hover {
    background: #8e0d0e;
    color: #fff;
    text-decoration: none !important;
}
.lk-cart-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    margin-top: 14px;
    color: #555;
    font-size: 13px;
    text-decoration: none !important;
}
.lk-cart-continue:hover {
    color: #b11112;
    text-decoration: none !important;
}
.lk-cart-empty {
    max-width: 420px;
    margin: 20px auto 10px;
    padding: 48px 24px;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.lk-cart-empty .lnr-cart {
    display: block;
    margin-bottom: 12px;
    color: #b11112;
    font-size: 42px;
}
.lk-cart-empty h2 {
    margin: 0 0 8px;
    font-size: 20px;
}
.lk-cart-empty p {
    margin: 0 0 20px;
    color: #6b7177;
}
.lk-cart-empty .lk-cart-btn {
    max-width: 260px;
    margin: 0 auto;
}

@media (max-width: 980px) {
    .lk-cart-layout {
        grid-template-columns: 1fr;
    }
    .lk-cart-summary {
        position: static;
    }
}

@media (max-width: 720px) {
    .lk-cart-line__main {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 12px;
    }
    .lk-cart-line__img {
        width: 64px;
        height: 64px;
    }
}

/* Checkout page */
.lk-checkout-body {
    flex: 0 0 100%;
    width: 100%;
}
.lk-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}
.lk-checkout-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}
.lk-card {
    padding: 24px 26px 26px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.lk-card h2 {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: none;
    color: #1f2328;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.lk-card h2:before {
    display: none;
}
.lk-fields {
    display: grid;
    gap: 16px 18px;
}
.lk-fields--2 {
    grid-template-columns: 1fr 1fr;
}
.lk-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
    min-width: 0;
}
.lk-checkout .lk-field {
    position: relative;
    padding-bottom: 18px;
}
.lk-field--full {
    grid-column: 1 / -1;
}
.lk-field > span {
    color: #555;
    font-size: 13px;
    line-height: 1.3;
}
.lk-checkout input[type="text"],
.lk-checkout input[type="email"],
.lk-checkout input[type="tel"],
.lk-checkout input:not([type]),
.lk-checkout select,
.lk-checkout textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 42px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #32373c;
    font-size: 14px;
    line-height: 1.3;
}
.lk-checkout textarea {
    height: auto;
    min-height: 96px;
    resize: vertical;
}
.lk-field--phone {
    grid-column: 1 / -1;
}
.lk-phone-input {
    display: flex;
    align-items: stretch;
    gap: 8px;
}
.lk-phone-code-picker {
    position: relative;
    flex: 0 0 84px;
    width: 84px;
    min-width: 84px;
}
.lk-phone-code-picker__toggle {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 10px 28px 10px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: #fff;
    color: #32373c;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.lk-phone-code-picker__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}
.lk-phone-code-picker.is-open .lk-phone-code-picker__toggle {
    border-color: #b11112;
}
.lk-phone-code-picker__panel {
    position: absolute;
    z-index: 30;
    top: calc(100% + 4px);
    left: 0;
    width: min(320px, calc(100vw - 32px));
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.lk-phone-code-picker__search {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid #ececec;
    font-size: 13px;
    line-height: 1.3;
}
.lk-phone-code-picker__search:focus {
    outline: none;
    box-shadow: inset 0 -2px 0 #b11112;
}
.lk-phone-code-picker__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 240px;
    overflow-y: auto;
}
.lk-phone-code-picker__option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
}
.lk-phone-code-picker__option[hidden] {
    display: none;
}
.lk-phone-code-picker__option:hover,
.lk-phone-code-picker__option[aria-selected="true"] {
    background: #f5f8fb;
}
.lk-phone-code-picker__option-code {
    flex: 0 0 52px;
    font-weight: 600;
    color: #32373c;
}
.lk-phone-code-picker__option-name {
    flex: 1 1 auto;
    min-width: 0;
    color: #555;
}
.lk-phone-input__number {
    flex: 1 1 auto;
    min-width: 0;
}
.lk-country-picker {
    position: relative;
    width: 100%;
}
.lk-country-picker__toggle {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 10px 28px 10px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: #fff;
    color: #32373c;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.lk-country-picker__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}
.lk-country-picker.is-open .lk-country-picker__toggle {
    border-color: #b11112;
}
.lk-country-picker__panel {
    position: absolute;
    z-index: 30;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    min-width: 220px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.lk-country-picker__search {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid #ececec;
    font-size: 13px;
    line-height: 1.3;
}
.lk-country-picker__search:focus {
    outline: none;
    box-shadow: inset 0 -2px 0 #b11112;
}
.lk-country-picker__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 240px;
    overflow-y: auto;
}
.lk-country-picker__option {
    padding: 9px 12px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
}
.lk-country-picker__option[hidden] {
    display: none;
}
.lk-country-picker__option:hover,
.lk-country-picker__option[aria-selected="true"] {
    background: #f5f8fb;
}
.lk-country-picker__option-name {
    color: #32373c;
}
.lk-shipping-same {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: #444;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
}
.lk-shipping-same[hidden],
.lk-checkout #company-fields[hidden] {
    display: none !important;
}
.lk-shipping-same input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    flex: 0 0 16px;
}
.lk-checkout input.is-readonly,
.lk-checkout input.is-readonly:focus {
    background: #f7f7f7;
    color: #666;
    cursor: default;
}
.lk-country-picker__toggle:disabled {
    background: #f7f7f7;
    color: #666;
    cursor: default;
}
.lk-checkout-note-lead {
    margin: 0 0 14px;
    color: #666;
    font-size: 13px;
    line-height: 1.45;
}
.lk-checkout .lk-field--full .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.lk-checkout input:focus,
.lk-checkout select:focus,
.lk-checkout textarea:focus {
    border-color: #b11112;
    background: #fff;
    box-shadow: none;
    outline: none;
}
.lk-checkout .formError,
.lk-checkout .formError[data-latakva-validate="1"] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #b94a48;
    font-size: 12px;
    line-height: 1.35;
}
.lk-checkout input.is-invalid,
.lk-checkout textarea.is-invalid {
    border-color: #b94a48 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(185, 74, 72, 0.35);
}
.lk-choices {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk-choices--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
}
.lk-card #company-fields {
    margin-top: 16px;
}
.lk-card #company-fields[hidden] {
    display: none;
}
.lk-card #address-fields,
.lk-card #pickup-fields {
    margin-top: 18px;
}
.lk-card #address-fields[hidden],
.lk-card #pickup-fields[hidden] {
    display: none;
}
.lk-choice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #e1e1e1;
    background: #fafafa;
    cursor: pointer;
}
.lk-choice:hover {
    border-color: #cfcfcf;
}
.lk-choice:has(input:checked) {
    border-color: #b11112;
    background: #fff;
}
.lk-choice input {
    flex: 0 0 auto;
    margin: 0;
    accent-color: #b11112;
}
.lk-choice__body {
    display: flex;
    flex: 1;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}
.lk-choice__title {
    color: #32373c;
    font-size: 14px;
}
.lk-choice__price {
    color: #1f2328;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.lk-checkout-summary {
    position: sticky;
    top: 16px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.lk-checkout-summary h2 {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: none;
    color: #1f2328;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.lk-checkout-summary h2:before {
    display: none;
}
.lk-summary-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.lk-summary-line {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.lk-summary-line__main {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    align-items: start;
}
.lk-summary-line__img {
    display: flex;
    width: 52px;
    height: 52px;
    border: 1px solid #eef0f2;
    background: #fff;
    overflow: hidden;
}
.lk-summary-line__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lk-summary-line__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #32373c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
}
.lk-summary-line__name:hover {
    color: #b11112;
    text-decoration: none !important;
}
.lk-summary-line__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 8px 10px;
    background: #fafbfc;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
}
.lk-summary-line__unit {
    color: #475569;
    line-height: 1.35;
    min-width: 0;
}
.lk-summary-line__total {
    color: #b11112;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.lk-summary-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 14px 0 0;
    font-size: 13px;
}
.lk-summary-rows > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.lk-summary-rows__total {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    font-size: 14px;
}
.lk-summary-rows__total strong {
    color: #b11112;
    font-size: 20px;
}
.lk-checkout-summary__note {
    margin: 12px 0 16px;
    color: #8a9096;
    font-size: 12px;
    line-height: 1.4;
}
.lk-checkout-summary .lk-cart-btn {
    margin-top: 0;
}

/* Sidebar site search under language buttons */
.mod-languages {
    float: none;
    margin-top: 10px;
    margin-bottom: 0;
}
.sidebar-search {
    clear: both;
    position: relative;
    width: auto;
    margin: 0 3px 0;
    padding-top: 35px;
}
.sidebar-vat {
    clear: both;
    margin: 14px 3px 20px;
}
.sidebar-vat__label {
    display: block;
    margin: 0 0 6px;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
}
.sidebar-vat__switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    background: #f6f6f6;
}
.sidebar-vat__opt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 8px;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}
.sidebar-vat__opt:hover,
.sidebar-vat__opt:focus {
    color: #B11112;
    text-decoration: none;
    background: #fff;
    outline: none;
}
.sidebar-vat__opt.is-active {
    color: #fff;
    background: #B11112;
}
.sidebar-vat__opt.is-active:hover,
.sidebar-vat__opt.is-active:focus {
    color: #fff;
    background: #950e0f;
}
.sidebar-search__anchor {
    position: relative;
}
.sidebar-search__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sidebar-search__field {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 3px 3px 3px 2px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-sizing: border-box;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.sidebar-search__field:hover {
    background: #f2f2f2;
    border-color: #e2e2e2;
}
.sidebar-search__field:focus-within {
    background: #fff;
    border-color: #B11112;
    box-shadow: 0 0 0 3px rgba(177, 17, 18, 0.12);
}
.sidebar-search__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #B11112;
    cursor: pointer;
    position: relative;
    transition: background 0.18s ease, color 0.18s ease;
}
.sidebar-search__submit:hover,
.sidebar-search__submit:focus {
    background: #B11112;
    color: #fff;
    outline: none;
}
.sidebar-search__submit .lnr {
    font-size: 16px;
    line-height: 1;
}
.sidebar-search.is-searching .sidebar-search__submit .lnr {
    visibility: hidden;
}
.sidebar-search.is-searching .sidebar-search__submit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: 2px solid rgba(177, 17, 18, 0.22);
    border-top-color: #B11112;
    border-radius: 50%;
    animation: lk-search-spin 0.7s linear infinite;
}
.sidebar-search__input,
.sidebar-search input[type="search"] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 34px;
    margin: 0;
    padding: 0 12px 0 4px;
    border: 0;
    background: transparent;
    color: #222;
    font-family: inherit;
    font-size: 14px;
    line-height: 34px;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.sidebar-search__input::placeholder {
    color: #9a9a9a;
    opacity: 1;
}
.sidebar-search__input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
.sidebar-search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.sidebar-search.is-open {
    z-index: 400;
}
.sidebar-search__panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 400;
    max-height: min(70vh, 520px);
    overflow: auto;
    overscroll-behavior: contain;
    padding: 18px 16px 12px;
    background: #fff;
    border: 0;
    border-radius: 16px;
    box-shadow:
        0 28px 64px rgba(15, 23, 42, 0.16),
        0 0 0 1px rgba(15, 23, 42, 0.06);
    -webkit-overflow-scrolling: touch;
}
.sidebar-search__panel[hidden] {
    display: none;
}
.sidebar-search__group {
    margin: 0 0 18px;
    padding: 0;
}
.sidebar-search__group:last-of-type {
    margin-bottom: 8px;
}
.sidebar-search__group-title {
    margin: 0 0 12px;
    padding: 0 0 10px;
    background: transparent;
    border-bottom: 2px solid #B11112;
    color: #111827;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.3;
}
.sidebar-search__list {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}
.sidebar-search__list li {
    margin: 0;
}
.sidebar-search__hit {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}
.sidebar-search__hit:hover,
.sidebar-search__hit:focus,
.sidebar-search__hit.is-active {
    color: #B11112;
    text-decoration: none;
    background: rgba(177, 17, 18, 0.07);
    outline: none;
}
.sidebar-search__thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.sidebar-search__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sidebar-search__copy {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.sidebar-search__name {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}
.sidebar-search__name mark {
    background: transparent;
    color: inherit;
    font-weight: 700;
    padding: 0;
}
.sidebar-search__hint {
    display: block;
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.3;
}
.sidebar-search__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.2;
}
.sidebar-search__price del {
    color: #9ca3af;
    font-weight: 400;
}
.sidebar-search__now {
    color: #111827;
    font-weight: 700;
}
.sidebar-search__hit:hover .sidebar-search__now,
.sidebar-search__hit.is-active .sidebar-search__now {
    color: #B11112;
}
.sidebar-search__off {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 999px;
    background: #B11112;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.sidebar-search__status {
    padding: 22px 16px;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}
.sidebar-search__status--loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 160px;
    padding: 36px 16px;
    color: #374151;
    font-size: 15px;
    font-weight: 600;
}
.sidebar-search__spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(177, 17, 18, 0.16);
    border-top-color: #B11112;
    border-radius: 50%;
    animation: lk-search-spin 0.7s linear infinite;
}
@keyframes lk-search-spin {
    to {
        transform: rotate(360deg);
    }
}
@media (prefers-reduced-motion: reduce) {
    .sidebar-search__spinner,
    .sidebar-search.is-searching .sidebar-search__submit::after {
        animation: none;
        border-top-color: #B11112;
        border-right-color: #B11112;
    }
}
.sidebar-search__more {
    display: block;
    margin: 4px 0 0;
    padding: 12px 10px 4px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: #B11112;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.sidebar-search__more:hover,
.sidebar-search__more:focus {
    color: #8d0d0e;
    text-decoration: none;
}

@media (min-width: 979px) {
    .sidebar-search__panel {
        position: fixed;
        top: 12px;
        left: 382px;
        right: auto;
        width: min(900px, calc(100vw - 406px));
        max-height: calc(100vh - 24px);
        padding: 28px;
        overflow: auto;
    }
    .sidebar-search__group--tiles .sidebar-search__list,
    .sidebar-search__group--links .sidebar-search__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px 0;
    }
    .sidebar-search__group--tiles .sidebar-search__list > li,
    .sidebar-search__group--links .sidebar-search__list > li {
        min-width: 0;
        padding: 0 16px;
    }
    .sidebar-search__group--tiles .sidebar-search__list > li:nth-child(3n + 1),
    .sidebar-search__group--links .sidebar-search__list > li:nth-child(3n + 1) {
        padding-left: 0;
    }
    .sidebar-search__group--tiles .sidebar-search__list > li:nth-child(3n),
    .sidebar-search__group--links .sidebar-search__list > li:nth-child(3n) {
        padding-right: 0;
    }
    .sidebar-search__group--tiles .sidebar-search__list > li:not(:nth-child(3n)),
    .sidebar-search__group--links .sidebar-search__list > li:not(:nth-child(3n)) {
        border-right: 1px solid rgba(15, 23, 42, 0.08);
    }
    .sidebar-search__hit {
        align-items: center;
        min-height: 72px;
        padding: 8px 10px;
        border-radius: 10px;
    }
    .sidebar-search__hit:hover,
    .sidebar-search__hit.is-active {
        transform: translateX(2px);
    }
    .sidebar-search__thumb {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
        border-radius: 0;
    }
    .sidebar-search__name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
    }
    .sidebar-search__hint {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.search-page__count,
.search-page__hint {
    margin: 8px 0 0;
    color: #777;
    font-size: 14px;
}
.search-page .search-hits {
    margin-bottom: 30px;
    width: 100%;
}
.search-page .search-hits .products {
    margin-top: 0;
}
.search-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.search-nav-list li {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}
.search-nav-list li:last-child {
    border-bottom: 0;
}
.search-nav-list a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
}
.search-nav-list a:hover,
.search-nav-list a:focus {
    color: #B11112;
    text-decoration: none;
    background: #fafafa;
}
.search-nav-list__hint {
    display: block;
    margin-top: 4px;
    color: #999;
    font-size: 12px;
}

@media (max-width: 980px) {
    .lk-checkout-layout {
        grid-template-columns: 1fr;
    }
    .lk-checkout-summary {
        position: static;
    }
    .sidebar-search {
        margin: 0 3px 0;
        padding-top: 35px;
    }
    .sidebar-vat {
        margin: 12px 3px 16px;
    }
}

@media (max-width: 720px) {
    .lk-fields--2,
    .lk-choices--2 {
        grid-template-columns: 1fr;
    }
}

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

/* Nested .cat-desc from legacy HTML must not draw a second frame */
.b-products .cat-desc .cat-desc {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

/* Service page: description block (matches .cat-desc + product gallery language) */
.b-products .right > .service-desc.cat-desc {
    margin: 0 0 28px;
    padding: 25px;
    background: #fff;
    border: solid 1px #e6e6e6;
}
.b-products .service-desc__media.resp-img {
    margin: -25px -25px 22px;
    padding: 0;
    background: #f5f3f4;
    position: relative;
}
.b-products .service-desc__main-wrap {
    position: relative;
}
.b-products .service-desc__main {
    display: block;
    position: relative;
    overflow: hidden;
}
.b-products .service-desc__main img {
    display: block;
    width: 100%;
    max-height: 420px;
    height: auto;
    object-fit: cover;
    transition: opacity 0.2s ease;
}
.b-products .service-desc__main:hover img {
    opacity: 0.92;
}
.b-products .service-desc__main .img-popup {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 24, 31, 0.28);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.b-products .service-desc__main:hover .img-popup {
    opacity: 1;
}
.b-products .service-desc__main .img-popup .lnr {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}
.b-products .service-desc__gallery {
    margin: 0 !important;
    padding: 12px 20px 18px;
    background: #f5f3f4;
}
.b-products .service-desc__gallery > li {
    flex: 1 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin: 5px !important;
    list-style: none;
}
.b-products .service-desc__gallery > li a {
    display: block;
    overflow: hidden;
    border: solid 2px transparent;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.b-products .service-desc__gallery > li a:hover {
    border-color: #B11112;
    box-shadow: 0 2px 8px rgba(177, 17, 18, 0.15);
}
.b-products .service-desc__gallery > li img {
    display: block;
    width: 100%;
    height: 88px;
    object-fit: cover;
}
.b-products .service-desc__intro {
    margin: 0 0 16px;
    color: #333;
}
.b-products .service-desc__intro > p:first-child {
    margin-top: 0;
    font-size: 1.05em;
    line-height: 1.55;
}
.b-products .service-desc__intro p,
.b-products .service-desc__body p {
    margin: 0 0 15px;
}
.b-products .service-desc__body {
    color: #333;
    line-height: 1.55;
}
.b-products .service-desc__body > *:first-child {
    margin-top: 0;
}
.b-products .service-desc__body > *:last-child,
.b-products .service-desc__intro > *:last-child {
    margin-bottom: 0;
}
.b-products .service-desc__body ul,
.b-products .service-desc__intro ul {
    margin: 0 0 15px;
    padding: 0;
}
.b-products .service-desc a {
    color: #B11112;
}

@media (max-width: 900px) {
    .b-products .service-desc__gallery > li {
        flex: 1 0 calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
    }
    .b-products .service-desc__gallery > li img {
        height: 72px;
    }
}

@media (max-width: 560px) {
    .b-products .right > .service-desc.cat-desc {
        padding: 18px;
    }
    .b-products .service-desc__media.resp-img {
        margin: -18px -18px 16px;
    }
    .b-products .service-desc__main img {
        max-height: 260px;
    }
    .b-products .service-desc__gallery {
        padding: 10px 12px 14px;
    }
    .b-products .service-desc__gallery > li {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/* Cookie consent — analytics gated until accept */
.lk-cookie-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10050;
    max-width: 720px;
    margin: 0 auto;
}
.lk-cookie-consent__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: 3px solid #B11112;
}
.lk-cookie-consent__copy {
    flex: 1 1 280px;
    min-width: 0;
}
.lk-cookie-consent__title {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #27252a;
}
.lk-cookie-consent__text {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #4a4a4a;
}
.lk-cookie-consent__text a {
    color: #B11112;
    text-decoration: underline;
}
.lk-cookie-consent__opt {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    color: #27252a;
    cursor: pointer;
}
.lk-cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.lk-cookie-consent__btn {
    appearance: none;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #27252a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 9px 14px;
    cursor: pointer;
}
.lk-cookie-consent__btn--primary {
    background: #B11112;
    border-color: #B11112;
    color: #fff;
}
.lk-cookie-consent__btn--secondary {
    border-color: #B11112;
    color: #B11112;
}
.lk-cookie-consent__btn--ghost {
    background: transparent;
}
.lk-cookie-consent__btn:hover,
.lk-cookie-consent__btn:focus {
    filter: brightness(0.97);
}
.lk-cookie-reopen {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 10040;
    appearance: none;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    cursor: pointer;
}
.lk-cookie-reopen:hover,
.lk-cookie-reopen:focus {
    border-color: #B11112;
    color: #B11112;
}

@media (max-width: 640px) {
    .lk-cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .lk-cookie-consent__actions {
        width: 100%;
    }
    .lk-cookie-consent__btn {
        flex: 1 1 auto;
        text-align: center;
    }
}

/* Form confirmation pages — same shell as Kontakti / item-page */
.itemid-consultation-thanks #page-wrap,
.itemid-inquiry-thanks #page-wrap,
.itemid-checkout-thanks #page-wrap {
    display: flex;
    align-items: stretch;
}

.itemid-consultation-thanks #page-wrap > .right-column,
.itemid-inquiry-thanks #page-wrap > .right-column,
.itemid-checkout-thanks #page-wrap > .right-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: whitesmoke;
}

.itemid-consultation-thanks.view-article .article-body,
.itemid-inquiry-thanks.view-article .article-body,
.itemid-checkout-thanks.view-article .article-body {
    flex: 1 1 auto;
    background: whitesmoke;
    padding-top: 25px;
    padding-bottom: 50px;
    min-height: 0;
}

.itemid-consultation-thanks.view-article .item-page > div,
.itemid-inquiry-thanks.view-article .item-page > div,
.itemid-checkout-thanks.view-article .item-page > div {
    background: #fff;
}

.lk-form-thanks-page header h1 {
    margin: 0;
}

.lk-form-thanks__lead {
    font-size: 1.05rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.lk-form-thanks__ref {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    background: #f7f4f4;
    border-left: 3px solid #B11112;
}

.lk-form-thanks__product {
    margin: 0.75rem 0 1rem;
}

.lk-form-thanks__steps-title {
    margin: 1.5rem 0 0.85rem;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B11112;
}

.lk-form-thanks-page .block.lk-form-thanks ol.lk-form-thanks__steps {
    counter-reset: lk-thanks-step;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.lk-form-thanks-page .block.lk-form-thanks ol.lk-form-thanks__steps > li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    margin: 0;
    padding: 0.9rem 1rem;
    background: #fafbfc;
    border: 1px solid #e6e6e6;
    line-height: 1.5;
}

.lk-form-thanks-page .block.lk-form-thanks ol.lk-form-thanks__steps > li::before {
    counter-increment: lk-thanks-step;
    content: counter(lk-thanks-step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 0.1rem;
    border-radius: 999px;
    background: #B11112;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.lk-form-thanks__urgent {
    margin: 1.75rem 0 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e6e6e6;
}

.lk-form-thanks__urgent h2 {
    margin: 0 0 0.75rem;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B11112;
}

.lk-form-thanks__contacts {
    margin-top: 0.75rem;
}

.lk-form-thanks__contacts-company {
    margin: 0 0 0.85rem;
    font-weight: 700;
    font-size: 1.05rem;
}

.lk-form-thanks__contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lk-form-thanks__contact-card {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-height: 100%;
    padding: 0.9rem 1rem;
    background: #fafbfc;
    border: 1px solid #e6e6e6;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

a.lk-form-thanks__contact-card:hover {
    border-color: rgba(177, 17, 18, 0.35);
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.06);
    color: inherit;
}

.lk-form-thanks__contact-icon {
    font-size: 1.5rem;
    line-height: 1;
    color: #B11112;
}

.lk-form-thanks__contact-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #B11112;
}

.lk-form-thanks__contact-value {
    font-size: 0.95rem;
    line-height: 1.45;
    word-break: break-word;
}

@media (max-width: 640px) {
    .lk-form-thanks__contact-grid {
        grid-template-columns: 1fr;
    }
}

.lk-form-thanks__extra,
.lk-form-thanks__order {
    margin: 1rem 0;
}

.lk-form-thanks__order {
    padding: 22px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.lk-form-thanks__order-title {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: none;
    color: #1f2328;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lk-form-thanks__order-title:before {
    display: none;
}

.lk-form-thanks__order .lk-summary-line__name:not(a) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #32373c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.lk-form-thanks__payment-ref {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid #ececec;
    font-size: 13px;
    line-height: 1.45;
}

.lk-form-thanks__payment-ref code {
    font-size: 12px;
    word-break: break-all;
}

.lk-form-thanks__lead p,
.lk-form-thanks__body p,
.lk-form-thanks__urgent-lead p,
.lk-form-thanks__order-hint p {
    margin: 0 0 0.75rem;
}

.lk-form-thanks__lead p:last-child,
.lk-form-thanks__body p:last-child,
.lk-form-thanks__urgent-lead p:last-child,
.lk-form-thanks__order-hint p:last-child {
    margin-bottom: 0;
}

/* ========== Storefront responsive pass ========== */
img,
video {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}

/* Long top-level menu labels must wrap, not clip */
.jquery-accordion-menu > ul > li > a,
.jquery-accordion-menu > ul > li > .nav-header,
#menu-list > li > a {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.3;
    padding-right: 48px;
}

.mod-languages ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
}
.mod-languages ul li a {
    margin: 0;
}

/* Promo slides with baked-in text: keep the left side visible when cropped */
.main-banner-fp .swiper-slide picture img {
    object-position: left center;
}
.main-banner-fp .banner-text.is-image-only .block,
.main-banner-fp .banner-text .block:not(:has(h1:not(:empty), p)) {
    display: none;
}
.main-banner-fp .banner-text .block h1,
.main-banner-fp .banner-text .block p {
    overflow-wrap: anywhere;
    word-break: break-word;
}

footer img,
.contacts-f img {
    height: auto;
}

/* Contacts page: image icon in the same slot as former Linearicons (.lnr @ 40px). */
.contacts .left .bl .contact-block-icon {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts .left .bl .contact-block-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.article-body header h1,
.b-product header h1,
.sect-title {
    overflow-wrap: anywhere;
}

.breadcrumb {
    overflow-wrap: anywhere;
}

/* Desktop / laptop: banner height follows content column, not a 650px square */
@media (min-width: 980px) {
    .main-banner-fp .swiper-slide,
    .main-banner-fp .swiper-slide > div {
        height: clamp(380px, calc((100vw - 370px) * 0.42), 620px);
        min-height: 0;
    }
}

@media (min-width: 980px) and (max-width: 1280px) {
    .consultant > div {
        padding: 28px 32px;
        gap: 16px;
    }
    .consultant p {
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        font-size: 18px;
        line-height: 1.35;
    }
    .consultant .button {
        flex: 0 0 auto;
        margin-left: 0;
        white-space: nowrap;
    }
    .main-banner-fp .banner-text .block {
        max-width: min(500px, 100%);
        padding: 28px 32px;
    }
}

@media (max-width: 979px) {
    html,
    body {
        overflow-x: hidden;
    }

    #page-wrap {
        overflow-x: hidden !important;
        --lk-drawer: min(370px, 86vw);
    }

    #page-wrap .left-column {
        width: var(--lk-drawer);
        max-width: 86vw;
    }

    #page-wrap .left-column .middle-line > div,
    #page-wrap .left-column .menu-line > div {
        min-width: 0;
        max-width: 100%;
    }

    .mod-languages ul li a {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 11px;
    }

    #page-wrap > .right-column,
    .view-cartcheckout #page-wrap > .right-column,
    .itemid-121 #page-wrap > .right-column,
    .itemid-consultation-thanks #page-wrap > .right-column,
    .itemid-inquiry-thanks #page-wrap > .right-column,
    .itemid-checkout-thanks #page-wrap > .right-column {
        width: 100% !important;
        max-width: 100%;
        flex: 1 1 100% !important;
        min-width: 0;
    }

    .view-cartcheckout #page-wrap .left-column {
        flex: 0 0 var(--lk-drawer) !important;
        width: var(--lk-drawer);
    }

    #page-wrap.side-open .right-column,
    #page-wrap.side-open .side-opener,
    .side-open .side-opener.close {
        transform: translate3d(var(--lk-drawer), 0, 0);
    }

    /* Room for the fixed hamburger on inner pages */
    body:not(.view-featured) .article-body header,
    body:not(.view-featured) .view-form .article-body .page-header {
        padding-left: 58px;
    }

    .main-banner-fp .swiper-slide,
    .main-banner-fp .swiper-slide > div,
    .main-banner > div {
        height: clamp(220px, 46vw, 340px);
        min-height: 0;
    }

    .main-banner-fp .swiper-slide > div {
        padding-left: 44px;
        padding-right: 44px;
    }

    .main-banner-fp .banner-text .block {
        max-width: 100%;
        padding: 16px 18px;
    }

    .main-banner-fp .banner-text .block h1 {
        font-size: clamp(18px, 5vw, 28px);
        line-height: 1.2;
    }

    .main-banner-fp .banner-text .block p {
        font-size: 14px;
        line-height: 1.4;
    }

    .consultant > div {
        margin-top: -36px;
        padding: 20px 18px;
        gap: 14px;
        align-items: stretch;
    }

    .consultant p {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }

    .question_btn {
        right: 12px;
        bottom: 12px;
        font-size: 14px;
        padding-right: 10px;
        max-width: calc(100vw - 24px);
    }

    .question_btn .fa {
        width: 36px;
        line-height: 36px;
        font-size: 22px;
        margin-right: 8px;
        flex: 0 0 36px;
    }

    #scrollToTop {
        right: 12px;
        bottom: 60px;
    }

    .we-help {
        padding: 72px 20px;
    }

    .we-help h3 {
        font-size: clamp(20px, 6vw, 28px);
        line-height: 1.25;
    }

    .we-help p,
    .we-help p b,
    .we-help p a {
        font-size: 18px;
        line-height: 1.35;
        max-width: 100%;
    }

    .contacts .right iframe {
        height: 280px;
    }

    .lk-cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .intro-text strong.lk-spec,
    .tab-content strong.lk-spec,
    .cat-desc strong.lk-spec {
        white-space: normal;
    }

    .b-products .product-sort__label {
        white-space: normal;
    }

    .b-product .left .info .short-info .rating-block {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 4px 8px;
    }

    .b-product .left .info .short-info .rating-block > div {
        padding: 0;
    }

    .b-product .left .info .short-info .rating-block small.rating-summary {
        flex: 1 1 100%;
        margin-top: 4px;
        max-width: 100%;
    }

    .b-product .left .info,
    .b-product .left .tab-content,
    .b-products .right .tab-content,
    .likumi,
    .b-products .cat-desc,
    .blog-cat .products .intro,
    .about-us .intro-block p {
        text-align: left;
    }

    .article-body {
        padding-bottom: 72px;
    }

    table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 640px) {
    .question_btn {
        font-size: 0;
        padding: 0;
        border-width: 0;
        background: transparent;
        box-shadow: none;
    }

    .question_btn .fa {
        margin: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 24px;
        border: solid 2px #B11112;
    }

    .article-body header h1,
    .b-product header h1,
    .sect-title {
        font-size: 22px;
        line-height: 1.25;
    }

    .breadcrumb {
        font-size: 13px;
        line-height: 1.45;
        margin-top: 8px;
    }

    footer > div .contacts-f > div {
        flex: 1 1 100%;
        padding-right: 0;
        line-height: 1.5;
    }

    .about-us {
        padding-bottom: 80px;
    }

    .b-products .products .item .title,
    .b-products .products .title a {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 390px) {
    body {
        min-width: 0;
    }

    .top-line > div,
    .middle-line > div,
    .menu-line > div,
    .view-article .item-page > header > div,
    .view-records .article-body header > div,
    .view-record .article-body header > div,
    .view-form .page-header > div,
    .view-article .block,
    .view-records .block,
    .view-record .block,
    footer > div,
    .main-banner > div,
    .article-body .consultant,
    .search .block,
    .main-banner-fp .swiper-slide > div,
    .about-us > div,
    .view-featured .contacts > div,
    .wrap-w,
    .article-body .item-page {
        min-width: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Consultation / quote Fancybox: bootstrap-compat locks a 300px photo column
   (ID-level selectors beat mobile.css wrap). Stack the form and hide the photo. */
@media (max-width: 980px) and (min-width: 801px) {
    .fancybox-is-open .cont-mod .modal-body .left,
    .fancybox-content.cont-mod .modal-body .left,
    .fancybox-content#Question_Form .modal-body .left {
        flex: 0 0 180px;
        width: 180px;
        min-height: 0;
    }

    .fancybox-is-open .cont-mod .modal-body .right,
    .fancybox-content.cont-mod .modal-body .right,
    .fancybox-content#Question_Form .modal-body .right {
        padding: 22px 28px 24px;
    }
}

@media (max-width: 800px) {
    .fancybox-is-open .cont-mod > .modal,
    .fancybox-content.cont-mod > .modal,
    .fancybox-content#Question_Form > .modal {
        top: max(8px, env(safe-area-inset-top, 0px)) !important;
        bottom: max(8px, env(safe-area-inset-bottom, 0px));
        left: 8px;
        right: 8px;
        width: auto;
        max-width: none !important;
        max-height: none;
        margin: 0;
    }

    .fancybox-is-open .cont-mod .modal-body,
    .fancybox-content.cont-mod .modal-body,
    .fancybox-content#Question_Form .modal-body {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        overflow: hidden;
    }

    .fancybox-is-open .cont-mod .modal-body .left,
    .fancybox-content.cont-mod .modal-body .left,
    .fancybox-content#Question_Form .modal-body .left {
        display: none;
    }

    .fancybox-is-open .cont-mod .modal-body .right,
    .fancybox-content.cont-mod .modal-body .right,
    .fancybox-content#Question_Form .modal-body .right {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        padding: 20px 16px 24px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .fancybox-is-open .cont-mod .modal-body h3,
    .fancybox-content.cont-mod .modal-body h3,
    .fancybox-content#Question_Form .modal-body h3 {
        font-size: 26px;
        line-height: 1.2;
        margin: 0 36px 14px 0;
    }

    .fancybox-is-open .cont-mod .modal-body p,
    .fancybox-content.cont-mod .modal-body p,
    .fancybox-content#Question_Form .modal-body p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .fancybox-is-open .cont-mod > .fancybox-close-small,
    .fancybox-content.cont-mod > .fancybox-close-small,
    .fancybox-content#Question_Form > .fancybox-close-small {
        top: calc(max(8px, env(safe-area-inset-top, 0px)) + 6px) !important;
        right: 14px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .cont-mod .rsform {
        margin-top: 14px;
    }

    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input,
    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea,
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input,
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 44px;
        padding: 10px 12px;
        font-size: 16px;
        line-height: 1.3;
    }

    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="radio"],
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="radio"] {
        width: auto;
        max-width: none;
        min-height: 0;
        height: auto;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: none;
    }

    .fancybox-content.cont-mod .formResponsive textarea.rsform-text-box,
    .fancybox-content#Question_Form .formResponsive textarea.rsform-text-box {
        min-height: 96px;
    }

    .fancybox-content.cont-mod .formResponsive button.rsform-submit-button,
    .fancybox-content#Question_Form .formResponsive button.rsform-submit-button {
        width: 100%;
        max-width: 100%;
        min-height: 44px;
        margin: 4px 0 0;
        font-size: 15px;
    }

    .inquiry-page form,
    .view-portal form {
        max-width: 100%;
    }

    .inquiry-page input,
    .inquiry-page textarea,
    .inquiry-page select,
    .view-portal input,
    .view-portal textarea,
    .view-portal select {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-height: 44px;
        font-size: 16px;
    }

    .inquiry-page input[type="number"] {
        width: 100%;
    }

    .inquiry-page input[type="file"] {
        min-height: 0;
        font-size: 14px;
    }

    .inquiry-page button[type="submit"] {
        min-height: 44px;
        padding: 10px 18px;
        font-size: 16px;
    }

    .contacts .form-horizontal .control-label {
        float: none;
        width: auto;
        text-align: left;
        padding-top: 0;
    }

    .contacts .form-horizontal .controls,
    .view-form .form-horizontal .controls {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .view-form .form-horizontal .control-label {
        width: auto;
        float: none;
        display: block;
        text-align: left;
    }
}

.rsform .lk-choices--2 {
    margin-bottom: 0;
}
.rsform .formResponsive .formHorizontal .formControls .lk-choice input[type="radio"] {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: none;
    accent-color: #b11112;
}
.rsform [data-quote-company],
.rsform [data-quote-address],
.rsform [data-quote-pickup] {
    width: 100%;
}
.rsform [data-quote-company][hidden],
.rsform [data-quote-address][hidden],
.rsform [data-quote-pickup][hidden] {
    display: none !important;
}
.rsform .lk-quote-pickup-note {
    margin: 0 0 15px;
    padding: 10px 12px;
    border-left: 3px solid #b11112;
    background: #f6f7f8;
    font-size: 13px;
    line-height: 1.45;
    color: #444;
}

/* ---------------------------------------------------------------------------
   Consultation modals — Industrial clean + Latakva site DNA
   Keeps: left photo, square corners, red #b11112, hint left-bar, lk-choice,
   uppercase CTA (same language as cart/checkout buy buttons).
--------------------------------------------------------------------------- */
.fancybox-is-open .cont-mod .modal-body .right,
.fancybox-content.cont-mod .modal-body .right,
.fancybox-content#Question_Form .modal-body .right {
    background: #fff;
}

.fancybox-is-open .cont-mod .modal-body h3,
.fancybox-content.cont-mod .modal-body h3,
.fancybox-content#Question_Form .modal-body h3 {
    margin: 0 40px 12px 0;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #1f2328;
}

.fancybox-is-open .cont-mod .modal-body p,
.fancybox-content.cont-mod .modal-body p,
.fancybox-content#Question_Form .modal-body p {
    margin: 0 0 12px;
    color: #5c6570;
    font-size: 14px;
    line-height: 1.45;
}

.fancybox-is-open .cont-mod .modal-body .right > small,
.fancybox-content.cont-mod .modal-body .right > small,
.fancybox-content#Question_Form .modal-body .right > small,
.fancybox-is-open .cont-mod .modal-body .right > .form-modal-hint,
.fancybox-content.cont-mod .modal-body .right > .form-modal-hint,
.fancybox-content#Question_Form .modal-body .right > .form-modal-hint,
.fancybox-is-open .cont-mod .modal-body .form-modal-intro > .form-modal-hint,
.fancybox-content.cont-mod .modal-body .form-modal-intro > .form-modal-hint,
.fancybox-content#Question_Form .modal-body .form-modal-intro > .form-modal-hint {
    margin: 0 0 18px;
    padding: 10px 12px;
    border-left: solid 3px #b11112;
    background: #f6f7f8;
    color: #444;
    font-size: 13px;
    line-height: 1.45;
}

.fancybox-is-open .cont-mod .modal-body .right > .form-modal-lead,
.fancybox-content.cont-mod .modal-body .right > .form-modal-lead,
.fancybox-content#Question_Form .modal-body .right > .form-modal-lead,
.fancybox-is-open .cont-mod .modal-body .form-modal-intro > .form-modal-lead,
.fancybox-content.cont-mod .modal-body .form-modal-intro > .form-modal-lead,
.fancybox-content#Question_Form .modal-body .form-modal-intro > .form-modal-lead {
    margin: 0 0 12px;
    color: #5c6570;
    font-size: 14px;
    line-height: 1.45;
}

.form-modal-intro.has-staff-edit {
    position: relative;
    padding-right: 44px;
}

.form-modal-intro.has-staff-edit > .staff-edit-btn.is-compact {
    top: 0;
    right: 0;
    z-index: 20;
}

.fancybox-is-open .cont-mod .modal-body .form-modal-intro > .form-modal-lead > :last-child,
.fancybox-content.cont-mod .modal-body .form-modal-intro > .form-modal-lead > :last-child,
.fancybox-content#Question_Form .modal-body .form-modal-intro > .form-modal-lead > :last-child,
.fancybox-is-open .cont-mod .modal-body .form-modal-intro > .form-modal-hint > :last-child,
.fancybox-content.cont-mod .modal-body .form-modal-intro > .form-modal-hint > :last-child,
.fancybox-content#Question_Form .modal-body .form-modal-intro > .form-modal-hint > :last-child {
    margin-bottom: 0;
}

.fancybox-is-open .cont-mod .rsform,
.fancybox-content.cont-mod .rsform,
.fancybox-content#Question_Form .rsform {
    margin-top: 4px;
}

.fancybox-content.cont-mod .formResponsive,
.fancybox-content#Question_Form .formResponsive,
.fancybox-is-open .cont-mod .formResponsive {
    margin-bottom: 0;
}

.fancybox-content.cont-mod .formResponsive .formControlLabel,
.fancybox-content.cont-mod .rsform .formResponsive .formHorizontal .formControlLabel,
.fancybox-content#Question_Form .formResponsive .formControlLabel,
.fancybox-content#Question_Form .rsform .formResponsive .formHorizontal .formControlLabel {
    margin-bottom: 6px;
    color: #32373c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.fancybox-content.cont-mod .formResponsive .formBody,
.fancybox-content#Question_Form .formResponsive .formBody {
    margin-bottom: 14px;
}

.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="text"],
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="email"],
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="tel"],
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="number"],
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="url"],
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="password"],
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input.rsform-input-box,
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea,
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea.rsform-text-box,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="text"],
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="email"],
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="tel"],
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="number"],
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="url"],
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="password"],
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input.rsform-input-box,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea.rsform-text-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #32373c;
    font-size: 14px;
    line-height: 1.3;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea,
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea.rsform-text-box,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea.rsform-text-box {
    height: auto;
    min-height: 96px;
    resize: vertical;
}

.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input:focus,
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea:focus,
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input.rsform-input-box:focus,
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea.rsform-text-box:focus,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input:focus,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea:focus,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input.rsform-input-box:focus,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea.rsform-text-box:focus {
    border-color: #b11112;
    outline: 0;
    box-shadow: none;
}

.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input.is-invalid,
.fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea.is-invalid,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input.is-invalid,
.fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea.is-invalid {
    border-color: #b94a48 !important;
    box-shadow: none;
}

.fancybox-content.cont-mod .rsform .lk-choices--2,
.fancybox-content#Question_Form .rsform .lk-choices--2 {
    gap: 10px;
    margin-bottom: 4px;
}

.fancybox-content.cont-mod .rsform .lk-choice,
.fancybox-content#Question_Form .rsform .lk-choice {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: #fafafa;
}

.fancybox-content.cont-mod .rsform .lk-choice:hover,
.fancybox-content#Question_Form .rsform .lk-choice:hover {
    border-color: #cfcfcf;
    background: #fff;
}

.fancybox-content.cont-mod .rsform .lk-choice:has(input:checked),
.fancybox-content#Question_Form .rsform .lk-choice:has(input:checked) {
    border-color: #b11112;
    background: #faf5f5;
}

.fancybox-content.cont-mod .rsform .lk-choice__title,
.fancybox-content#Question_Form .rsform .lk-choice__title {
    font-size: 14px;
    font-weight: 600;
    color: #32373c;
}

.fancybox-content.cont-mod .formResponsive input[type="submit"],
.fancybox-content.cont-mod .formResponsive button[type="submit"],
.fancybox-content.cont-mod .formResponsive button.rsform-submit-button,
.fancybox-content#Question_Form .formResponsive input[type="submit"],
.fancybox-content#Question_Form .formResponsive button[type="submit"],
.fancybox-content#Question_Form .formResponsive button.rsform-submit-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 4px 0 0;
    padding: 14px 18px;
    border: 0;
    border-radius: 0;
    background: #b11112;
    background-image: none;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: none;
    transition: background-color 0.15s ease;
}

.fancybox-content.cont-mod .formResponsive input[type="submit"]:hover,
.fancybox-content.cont-mod .formResponsive button[type="submit"]:hover,
.fancybox-content.cont-mod .formResponsive button.rsform-submit-button:hover,
.fancybox-content#Question_Form .formResponsive input[type="submit"]:hover,
.fancybox-content#Question_Form .formResponsive button[type="submit"]:hover,
.fancybox-content#Question_Form .formResponsive button.rsform-submit-button:hover {
    background: #8e0d0e;
    color: #fff;
    text-decoration: none;
}

.fancybox-content.cont-mod .formResponsive .formRequired,
.fancybox-content#Question_Form .formResponsive .formRequired {
    color: #b11112;
    font-weight: 700;
}

@media (max-width: 800px) {
    .fancybox-is-open .cont-mod .modal-body h3,
    .fancybox-content.cont-mod .modal-body h3,
    .fancybox-content#Question_Form .modal-body h3 {
        font-size: 26px;
        margin: 0 36px 12px 0;
    }

    .fancybox-is-open .cont-mod .modal-body .right,
    .fancybox-content.cont-mod .modal-body .right,
    .fancybox-content#Question_Form .modal-body .right {
        padding: 20px 16px 24px;
    }

    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="text"],
    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="email"],
    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="tel"],
    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input[type="number"],
    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls input.rsform-input-box,
    .fancybox-content.cont-mod .formResponsive .formHorizontal .formControls textarea,
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="text"],
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="email"],
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="tel"],
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input[type="number"],
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls input.rsform-input-box,
    .fancybox-content#Question_Form .formResponsive .formHorizontal .formControls textarea {
        min-height: 44px;
        font-size: 16px;
    }

    .fancybox-content.cont-mod .rsform .lk-choices--2,
    .fancybox-content#Question_Form .rsform .lk-choices--2 {
        grid-template-columns: 1fr;
    }
}

