@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=block');

.site {
    padding: 0 !important; /* Fix mobile menu introduced inline padding-top */
}

body {
    min-width: 360px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
}

.container-header {
    position: static !important;
}

.container-topbar, .sTopMenu, .pHome h1, .pHome h2, .pHome h3, .pHome .sItem, .sButtons {
    line-height: 0.8;
}

p {
    line-height: 1.2;
    margin: 0;
}

a, a:active, a:visited, a:focus, .mod-list li.active > a {
    color: inherit;
    Xtext-decoration: none !important;
    text-decoration: none;
}

a:not([class]) {
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

Xol, Xul {
    padding: 0;
    list-style-position: inside;
}

/* Fix Edge Visual Search stupidity */
img {
    pointer-events: none;
}

/*
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    margin-left: 20px;
}
*/

.invalid {
    border: solid 3px #a51f18;
}

.valid {
    border: solid 3px #448344;
}

X.site-grid {
	Xgrid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". side-l comp comp side-r ." ". bot-a bot-a bot-a bot-a ." "bot-b bot-b bot-b bot-b bot-b bot-b";
}

X.container-header .navbar-toggler {
    color: #5BB158;
    border: none;
    font-size: 24px;
    outline: none;
    box-shadow: none;
}

.container {
    margin: 0px auto;
}

.container-topbar {
    background-color: #535353;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px;
    text-align: center;
}

.container-header {
    background-color: #fff;
    background-image: none;
    border-bottom: solid 1px #848076;
}

.position-sticky {
    top: -37px;
}

.container-nav {
    padding: 10px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 15px;
}

.container-nav .sTopMenu {
    color: #5B8158;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    font-size: 16px;
    text-transform: uppercase;
flex: 1 1 auto;
}

.container-nav .sTopMenu a {
    color: #5B8158;
}

.container-nav .sTopMenu a > * {
    vertical-align: middle;
}

.container-nav .sTopMenu a img {
    margin: 0px 5px;
}

.container-nav .sTopMenu a:hover {
    color: #80b47b;
}

.container-nav .sTopMenu > li {
    flex-grow: 0;
    flex-shrink: 1;
    text-align: right;
    margin: 0;
    padding: 0;
}

.container-nav .sTopMenu.mod-menu > li + li {
    margin: 0;
}

.container-nav .sTopMenu li.default {
    flex-grow: 0;
    flex-shrink: 1;
    text-align: left;
}

.container-nav .sMainMenu {
    justify-content: flex-strat;
}

.container-nav .sMainMenu {
    justify-content: center;
}

.sMainMenu li > a.sShopMenuItem {
    color: #000;
}


.container-component > main {
    margin: 0px;
}

.pTerms h2 {
    margin: 20px 0px;
    font-weight: bold;
}

.pTerms .sCardLogo {
    padding-right: 123px;
    background: url(https://static.paynow.pl/brand/mastercard_visa.gif) no-repeat right center;
    width: fit-content;
}

.pSupport .container-component > main, .pContact .container-component > main, .pTerms .container-component > main {
    Xmargin: 0;
}

.full-width-page .grid-child.container-component {
    grid-column: 1/-1 !important;
}

.hikashop_subcontainer br {
    display: inline;
}

.hikashop_registration_address_title_line {
    width: 100%;
}

.hikashop_currency_module {
    margin: 0 10px 0 15px;
    min-width: 100px;
}

.hikashop_currency_module select {
    background-size: 90rem;
    padding-left: 4px;
}

.hikashop_registration_password_line sub {
    display: block;
    margin: 0px 0px -5px;
}


.pTerms main {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.5;
}

.pTerms h1 {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}

.pTerms h3 {
    font-size: 100%;
    font-weight: bold;
}

.pTerms ol.sLOC {
    Xpadding-left: 69px;
    counter-reset: CounterLOC;
}

.pTerms ol.sLOC > li {
    counter-increment: CounterLOC;
}

.pTerms ol.sLOC > li::marker {
    content: "Section " counter(CounterLOC, decimal) " ";
    font-weight: bold;
}

.pTerms ol.sSections {
    padding-left: 0px;
    counter-reset: CounterSections;
    list-style-position: inside;
}

.pTerms ol.sSections > li {
    counter-increment: CounterSections;
    margin: 50px 0px;
    font-size: 25px;
    font-weight: bolder;
}

.pTerms ol.sSections > li > p {
    font-weight: normal;
    line-height: 1.5;
}

.pTerms ol.sSections > li::marker {
    content: "Section " counter(CounterSections, decimal) " ";
    font-weight: bold;
}

.pTerms ol.sSections > li li {
    font-size: 20px;
    font-weight: normal;
}

.pTerms ol.sSections > li > ol {
    margin-top: 10px;
}

.pTerms ol.sSections ol ol, .pTerms ol.sSections ol ul {
    padding-left: 20px;
}

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

.pTerms h4 {
    text-align: left;
    font-weight: bold;
    margin: 30px 0px;
}

.pTerms p {
    margin: 20px 0px;
}

.pTerms ul > li > ul {
    padding-left: 20px;
}

.pTerms h5 {
    font-weight: bold;
    margin: 20px 0px;
    text-align: left;
}

.pTerms table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.pTerms th {
    border: solid 2px #AAAAAA;
    background-color: #F5F5F5;
    font-weight: bold;
    text-align: center;
    color: #000;
    width: 50%;
    padding: 10px;
}

.pTerms td {
    border: solid 2px #AAAAAA;
    text-align: center;
    color: #000;
    width: 50%;
    padding: 10px;
}

.pTerms table.cols3 thead th {
    width: auto;
}


.pTerms table.cols3 tbody th {
    width: 30%;
}

.pTerms table.cols3 tbody td {
    width: 35%;
}

.pAboutUs .sContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px 50px;
}

.pAboutUs .sContainer > img {
    height: 100%;
    margin: 0 auto;
}

.pAboutUs .sContainer > div {
    flex: 1;
}

.pAboutUs .sContainer ol {
    margin: 10px 0px;
}

.sTopMenu .sQuantity, .sMobileMenu .sQuantity {
    position: relative;
}

.sTopMenu .sQuantity sub, .sMobileMenu .sQuantity sub {
    visibility: hidden;
    position: absolute;
    left: 3px;
    bottom: -9px;
    color: #fff;
    background-color: red;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    font-size: 70%;
    line-height: 0.8;
    text-align: center;
    padding-top: 3px;
}

.sMobileMenu .mobilemenuck-item .sQuantity sub {
    left: auto;
    bottom: 7px;
    margin-left: 6px;
}

.sLogoMenu a img {
    width: 263px;
    height: 45px;
}


.vex-overlay {
   background: rgba(0, 0, 0, 0.5);
}

.vex.vex-theme-default .vex-content {
    border-radius: 0;
    font-family: inherit;
    font-size: 18px;
    background: transparent;
    padding: 0;
    max-width: 470px;
    width: 100%;
    Xheight: 96px;
    filter: drop-shadow(3px 6px 3px #505050);
    Xposition: fixed;
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
    margin: 0 0 15px 0;
    position: static;
}

.vex-dialog-message .notifyjs-metro-base {
    white-space: nowrap;
}

.vex-dialog-message .image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: static;
    Xleft: auto;
    Xtop: auto;
    transform: none;
    Xleft: 8px;
    Xtop: 50%;
    Xtransform: translate(-50%, -50%);
    background-image: url(/images/common/notify-image-bg.svg);
    background-repeat: no-repeat;
    width: 109px;
    height: 98px;
}

.vex-dialog-message .image img {
/*
    width: 80px;
    height: auto;
    max-height: 97px; /* 80px * 50 / 41 * /
    max-height: 57px;
*/
    display: block;
    height: 78px;
    width: auto;
    max-width: 70px;
    margin: 10px auto;
}

.vex-dialog-message .text-wrapper {
    display: inline-block;
    margin: 0 0 0 -12px;
    font-family: inherit;
    height: 96px;
    Xwidth: 360px;
    width: calc(100% - 109px + 12px);
}

.vex-dialog-message .title {
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: rgb(67,146,65);
    background: linear-gradient(73deg, rgba(255,255,255,0) 16px, rgba(67,146,65,1) 16px, rgba(67,146,65,1) calc(100% - 16px), rgba(255,255,255,0) calc(100% - 16px));
    height: 50%;
    padding: 10px 20px 0 25px;
    white-space: normal;
}

.vex-dialog-message .text {
    font-size: 80%;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    background: rgb(67,146,65);
    background: linear-gradient(107deg, rgba(255,255,255,0) 16px, rgba(67,146,65,1) 16px, rgba(67,146,65,1) calc(100% - 16px), rgba(255,255,255,0) calc(100% - 16px));
    height: 50%;
    padding: 18px 0 0 0px;
    text-align: center;
}

.vex-dialog-input {
    display: none;
}

.vex-dialog-buttons {
    margin: 0 18px;
}

.vex-dialog-buttons > button:last-child {
    float: left !important;
}


#system-message-container {
    margin: 16px;
}

.hika_toolbar {
    margin: 10px;
}

.profile-edit {
    margin: 10px 0px;
}


X.sMobileMenuModule nav {
    margin-top: -4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ddd;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

X.sMobileMenuModule ul {
    margin: 20px;
    width: 100%;
}

X.sMobileMenuModule .container-nav .sTopMenu.mod-menu > li + li {
    margin: 0;
}
X.sMobileMenuModule li.nav-item {
    padding: 10px 15px;
    margin: 5px 0;
    background: #fff;
    text-align: right;
    width: 100%;
}

X.sMobileMenuModule .container-header .navbar-collapse.show {
    flex-direction: column;
    flex-basis: auto;
    align-content: center;
    width: 100%;
}

X.sMobileMenu .mobilemenuck-wrap-topfixed {
    height: auto !important;
}

.sMobileMenu .mobilemenuck-wrap-topfixed .mobilemenuck-bar {
    margin: 0px;
}

.sMobileMenu .mobilemenuck-wrap-topfixed[fixed="1"] .mobilemenuck-bar {
    margin: 10px;
}

.sMobileMenu .mobilemenuck-bar-title {
    display: none !important;
}

.sMobileMenu .mobilemenuck-bar-button {
    background: transparent !important;
    color: #5BB158 !important;
    Xfont-size: 24px !important;
    font-size: 47px !important;
    Xmargin-top: -21px !important;
    Xborder: none;
    Xoutline: none;
    Xbox-shadow: none;
    padding: 0 0 2px 0 !important;
    Xposition: static !important;
    width: auto !important;
    height: auto !important;
}

.sMobileMenu .mobilemenuck-wrap-topfixed[fixed="1"] .mobilemenuck-bar-button {
    background: #00000030 !important;
}

.sMobileMenu .mobilemenuck-item {
    text-align: center;
}

.sMobileMenu .mobilemenuck-item > .level1 {
    padding-right: 20px;
    background: #5bb158 !important;
    margin-bottom: 8px;
}

.sMobileMenu .mobilemenuck-item > .level1:hover {
    background: #7fd57c !important;
}

.sMobileMenu .sAddSeparator {
    margin-top: 15px;
}

.alert-message a {
    font-weight: bold;
}



.mod-menu .divider > * {
    display: none;
    
}

.mod-menu .divider::before {
    content: "";
}

/* Margin between site menu and shop menu items */
.sTopMenu.mod-menu > li + li.item-131 {
    margin-right: 10px;
}



.mod-languages li {
    padding: 0px 0px 3px 3px;
}

.mod-languages li.lang-active {
    background-color: #00000050;
    
}

#hikashop_user_addresses_show input[type='checkbox'] {
    width: auto;
    margin-right: 8px;
}

.hikashop_checkout_address_cancel_button {
    float: right;
    margin-right: 10px;
}

.hikashop_checkout_address_cancel_button::after {
    content: "";
    clear: both;
}

dl.hika_options > dt {
    margin-top: -5px;
}

#cookiesck_settings, #cookiesck_options {
    display: none !important;
}

#cookiesck {
    font-size: 15px;
}

.sCopyright span {
    display: inline-block;
}

dl.hika_options.large > dd {
    margin-left: 220px;
}

dl.hika_options.large > dt {
    width: auto;
}

.com-users-remind legend, .com-users-reset legend {
    margin: 20px 0px;
}

#hikashop_checkout h1 {
    margin: 30px 0px 50px;
    text-align: center;
}

.hika_cpanel_main_top h3 {
    margin: 20px 0px;
}

