@import url(lvDefault.css?v=1);
@import url(lvArea.css?v=1);
@import url(lvCart.css?v=1);
@import url(lvProducts.css?v=1);

/*@import url(lvTestOnline.css);*/

:root {
    --bg-body-color: #ffffff;

    --def-text-color: #333333;
    --def-text2-color: #0A0A0A;
    --def-text-primary: #d7652f;
    --def-text-orange: #f07d00;
    --def-text-white: #ffffff;
    --def-text-black: #212121;
    --def-text-red: #db0500;
    --def-text-green: #068000;
    --def-text-primary2: #354259;

    --def-text-size: 16px;
    --def-text-weight: 400;

    --def-color-grey0: #f1f1f1;
    --def-color-grey1: #e5e5e5;
    --def-color-grey2: rgb(176, 176, 176);
    --def-color-grey3: #777777;
    --def-color-grey4: #5b5b5b;
    --def-color-grey5: #363636;

    --a-color: #d7652f;
    --a-hover-color: #d7652f;

    --input-btn-bg: #d7652f;
    --input-btn-bg-hover: #d7652f;
    --input-btn-border-radius: 4px;
    --input-btn-textcolor-hover: #fff;

    --input-bg: #ffffff;
    --input-border: #d8d8d8;
    --input-border-radius: 4px;
    --input-border-color-focus: #d7652f;

    --def-text-header-color: #d7652f;
    --def-text-title-color: #696868;

    --def-border-image-color: #dcdcdc;

    --def-table-border-color: #f1f1f1;
    --def-table-bg-hover-color: #f7f7f7;

    --def-bg-primary: #d7652f;
}


/* main */

body {
    background: #ffffff;
}

.main {
    width: 1340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.main1000 {
    width: 1000px !important;
}
.main800 {
    width: 800px !important;
}


/** CONTENT **/


.listinggl .productListing {
    margin-top: 0;
}

section.content {
    display: flex;
    padding: 20px 0;
}

.contentBodyBase {
    position: relative;
}

.contentBodyBase.contentBodyLeft {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.colsLeft .bodyLayHeader {
    text-align: left;
}






/* header */


header {
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    z-index: 100;
    background:#ffffff ;
}

header.belka {
    position:fixed;
    top:-70px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .3);
}

#podbelka {
    display: none;
}

#headerTop {
    width:100%;
    display: flex;
    height: 68px;
    justify-content: space-between;
    align-items: center;
}


#topcontact {
    display: flex;
    width: 250px;
    text-align: right;
    justify-content: right;
}

#topcontact .teltop {
    background: url(../img/ico_tel.png) no-repeat center center;
    width: 30px;
    height: 30px;
}

#topcontact .emailtop {
    background: url(../img/ico_mail.png) no-repeat center center;
    width: 30px;
    height: 30px;
}

#topcontact small {
    width: 1px;
    height: 32px;
    border-right: dotted 1px #000;
    margin: 0 20px;
}
#logo {
    padding: 10px 0;
}
#logo img {
    width: 130px;
    height: auto;
}

#langTop span {
    padding-right: 15px;
    cursor: pointer;
    background: url(../img/d.png) no-repeat center right;
    position: relative;
}

#langTop span:hover,
#topcontact a:hover {
    opacity: .7;
    transition: .4s;
}

#langTop div {
    display: none;
    position: absolute;
    top: 55px;
    right:5px;
    background: #fff;
    z-index: 1;
}

#langTop div a {
    padding: 5px;
    text-align: center;
    color:#000;
}

#topcontact #langTop div a:hover {
    color: var(--def-text-primary);
    transition: .4s;
    opacity: .8;
}

header #headerTop2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


#search form {
    display: flex;
}

#search form input[type='text'] {
    width: 595px;
    height: 40px;
    padding-left: 20px;
    border-radius: 3px 0px 0px 3px;
    border-color:#979797;
    border-right:none;
}

#search form input[type='submit'] {
    width: 40px;
    height: 40px;
    border-radius: 0px 3px 3px 0px;
    background: url(../img/lupa.png) no-repeat center center;
    border: solid 1px #979797;
    border-left: none;
}



#strefa {
    display: flex;
    align-items: center;
    gap: 20px;
}

#strefa a:first-child {
    display: flex;
    font-size: 14px;
    align-items: center;
    background: url(../img/ico_strefa.png) no-repeat left center;
    color: #333333;
    padding-left: 30px;
    height: 30px;
}

#strefa a.icoCart {
    display: flex;
    font-size: 14px;
    align-items: center;
    height: 30px;
    width: 30px;
    position: relative;
    background: url(../img/ico_cart.png) no-repeat left center;
}

#strefa a.icoComp {
    display: flex;
    font-size: 14px;
    align-items: center;
    height: 30px;
    width: 30px;
    position: relative;
    background: url(../img/ico_comp.png) no-repeat left bottom;
}

#strefa a.icoCart small,
#strefa a.icoComp small {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left:15px;

    padding: 0 7px;
    height: 20px;
    background: var(--def-text-primary);
    border-radius: 20px;
    color:#fff;
    font-size: 10px;
    font-family: "Gothic A1", sans-serif;
}


#strefa a:hover {
    color: var(--def-text-primary);
    transition: .4s;
    opacity:.6;
}


/** NAVIGATION **/

/* nav menu top */

nav#menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px;
    align-items: center;
    min-width: 750px;
    margin-top: 20px;
}


nav#menu a {
    padding: 3px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Gothic A1", sans-serif;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.25px;
}

nav#menu a:hover, nav#menu a.sel {
    color: var(--a-hover-color);
}

/* nav menu category - left */

.colLeft  {
    width: 320px;
}

.contentBody {
    width: 100%;
}

.contentBody.colsLeft {
    width: 990px;
}






.naglLL {
    margin-top: 20px;
}

nav#menull {
    margin-top: 10px;
    width: 320px;
    border: solid 1px #d8d8d8;
    padding: 10px 0;
}

nav#menull a {
    font-size: 14px;
    color: var(--def-text2-color);
    font-weight: 400;
    padding: 0px 15px;
    display: block;
    font-family: "Titillium Web", sans-serif;
}

nav#menull a.m2 {
    padding-left: 30px;
}

nav#menull a.m3 {
    background: #ededed;
    padding: 2px 15px 2px 45px;
}

nav#menull a.m4 {
    background: #ededed;
    padding: 2px 15px 2px 60px;
}

nav#menull a.m5 {
    background: #ededed;
    padding: 2px 15px 2px 75px;
}

nav#menull a.m1.sel,
nav#menull a.m2.sel,
nav#menull a.m3.sel,
nav#menull a.m4.sel,
nav#menull a.m5.sel {
    color: var(--def-text-primary);
}

nav#menull a:hover {
    color:#d7652f;
}

nav#menull a.m1.sel.downMenu::after,
nav#menull a.m2.sel.downMenu::after,
nav#menull a.m3.sel.downMenu::after,
nav#menull a.m4.sel.downMenu::after {
    content: '';
    background: url("../img/d.png") no-repeat center center;
    width: 9px;
    height: 5px;
    display: inline-block;
    margin-left: 8px;
}



/** CONTENT **/


.listinggl .productListing {
    margin-top: 0;
}

section.content {
    display: flex;
    gap: 30px;
}

.colLeft {
    width: 320px;
}

.colsLeft .bodyLayHeader {
    margin-top: 20px;
    margin-bottom: 20px;
}




/** FOOTER **/



footer .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px;
    gap: 5px;
}

footer div {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}

footer div a {
    color: #999999;
}



/** blog */

#blogHome {
    display: flex;
    gap: 24px;
    padding: 50px 0px;
}

#blogHome .blogHomeLi {
    width: 400px;
    position: relative;
}

#blogHome .blogHomeLi img {
    width: 100%;
    border-radius: 8px;
}

#blogHome .blogHomeLi span {
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--def-text-black);
    padding: 12px 0;
}

#blogHome .blogHomeLi span a {
    color: var(--def-text-black);
}

#blogHome .blogHomeLi:hover span {
    opacity: 1;
    background: rgba(59, 130, 246, .5);
    transition: .4s;
    color:#fff;
}


#blogHome .blogHomeLi:hover {
    transition: .4s;
    opacity:.7;
}

#blogHome .blogHomeLi:hover span a {
    color:#fff;
}

#bannerGL {
    display: flex;
    gap:10px;
    justify-content: space-between;
}

#bannerGL_L {
    width: 850px;
    position: relative;
}

#bannerGL_P {
    width: 480px;
    display: flex;
    gap:10px;
    flex-direction: column;
}

#bannerGL_P .banner_p {
    position: relative;
}

#bannerGL_L div,
#bannerGL_P .banner_p div {
    top:0;
    width: auto;
    position: absolute;
    z-index: 1;
    font-size: 24px;
    font-family: "Gothic A1", sans-serif;
}

#bannerGL_P img {
    width:100%;
    margin-bottom:-7px;
}

#bannerGL h3 {
    font-size: 24px;
    margin:0 0 10px 0;
    text-transform: uppercase;
    line-height: 130%;
    letter-spacing: 1px;
}

#bannerGL .button {
    width:auto;
    display: inline-block;
}

#bannerGL .button:hover {
    background: #fff;
}

#bannerGL_P .banner_p div {
    left: 20px;
    top: 80px;
}

#bannerGL_P .banner_p:first-child div {
    text-align: right;
    right: 20px;
    left: auto;
    top: 50px;
}

#bannerGL_L div {
    background: rgba(255,255,255,.8);
    width: 300px;
    top: 35%;
    left: 35px;
    padding: 30px;
}

#bannerGL_L div h3 span {
    display: block;
    font-size: 18px;
}




/* nav menu footer */

#stopka {
    background: #dfdfdf;
    padding: 50px 0;
    margin-top: 30px;
}

#stopka .main {
    display: flex;
    gap: 100px;
}

nav.menust {
    line-height: 140%;
}

nav.menust span,
#adresst .naglst {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
    display: block;
}

nav.menust a {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 400;

}

nav#menust a:hover, nav.menust a.sel {
    color: var(--a-hover-color);
}

#adresst .kontaktst {
    line-height: 140%;
}

#adresst .kontaktst a {
    font-weight: 300;
    font-size: 14px;
    display: block;
    background: url(../img/ico_tel_st.gif) no-repeat left center;
    padding: 0 0 0 20px;
    color:#000000;
    text-decoration: underline;
}

#adresst .kontaktst a:last-child {
    background-image: url(../img/ico_email_st.gif);
}

#adresst .adres {
    font-size: 14px;
    margin-top:20px;
    color: #000000;
}

#social {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

#social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/ico_fb.png) no-repeat center center;
}

#social a:nth-child(2) {
    background-image: url(../img/ico_insta.png);
}

#social a:nth-child(3) {
    background-image: url(../img/ico_linked.png);
}

#social a:hover {
    opacity: .5;
    transition: .4s;

}


#menubox {
    display: flex;
    margin-top: 30px;
    gap: 5px;
}

#menubox a {
    width: 10%;
    text-align: center;
}

#menubox a span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color:#666666;
    border-radius: 3px;
    padding: 2px;
    line-height: 115%;
}

#menubox a span.mtnoico {
    margin-top: 58px;
}
.bodyPage #menubox a span {
    font-size: 16px;
}

.bodyPage #menubox small {
    font-size: 34px;
    color: var(--def-text-primary);
}

#menubox a.sel span,
#menubox a:hover span {
    color:#fff;
    background: var(--def-text-primary);
    transition: .4s;
}

#menubox a:hover {
    opacity: 1;
}

#przebitkaBanner {
    text-align: center;
    margin-top: 30px;
}

#przebitkaBanner img {
    width: 100%;
    max-width: 1920px;
}


.newlstterGl {
    margin: 40px auto 20px auto;
    padding: 40px 170px 0 170px;
    width: 990px;
    background: url(../img/ico_newsletter.png) no-repeat left center;
}

.newsletterGl_nagl {
    text-align: center;
    font-size: 23px;
}

.newsletterGl_nagl b {
    display: block;
}

.newsletterGl_form {
    padding: 25px;
}

.newsletterGl_form input {
    margin-bottom: 20px;
}

.newsletterGl_form label {
    display: flex;
    font-size: 14px;
    color: #666666;
    line-height: 130%;
}

.newsletterGl_form label input {
    margin-top: 3px;
    border: solid 1px red;
}

.newsletterGl_form input[type='submit'] {
    margin-top: 20px;
    margin-bottom: 0;
}


#newsGL {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

#newsGL .newsGLitem {
    display: flex;
    gap: 25px;
}

#newsGL .newsGLnagl {
    font-size: 30px;
    font-weight: 300;
    color:#333333;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}

.newsGLli .newsGLlifoto img {
    width: 100%;
}

#newsGL .newsGLliopis {
    background: #f4f4f4;
    padding: 20px;
    line-height: 120%;
    text-align: left;
}


#newsGL .newsGLliopis h3 {
    font-size: 24px;
    font-weight: bold;
    color:#000;
    margin: 0 0 20px 0;
    line-height: 120%;
}

#newsGL .newsGLliopis h3 a {
    color:#333333;
}

#newsGL .newsGLliopis h3 a:hover {
    color: var(--def-text-primary);
}

#newsGL .newsGLliopis .button {
  display: inline-block;
  margin-top: 20px;
}

#newsGL .newsGLliopis .button:hover {
    background: #fff;
}

#newsGL .wicejnews {
    display: inline-block;
    margin-top: 35px;
    background: #000000;
    font-size: 18px;
    padding: 15px 25px;
}


/*popup top */
.popupTop {
    width: 100%;
    background:#f5f5f5;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.popupTopBody {
    text-align: center;
    position: relative;
}

.popupTopClose {
    background: url(../img/x.png) no-repeat left top;
    width: 20px;
    height: 19px;
    cursor: pointer;

}




.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Kontener */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Kontener */
.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, sans-serif;
    user-select: none;
    margin: 6px 0 6px 15px;
}

/* Styl kwadratu */
.checkbox .checkmark {
    height: 22px;
    width: 22px;
    border-radius: 6px;
    border: 2px solid #0e5765;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

/* Efekt hover */
.checkbox:hover .checkmark {
    background-color: rgba(14, 87, 101, 0.1);
}

/* Zaznaczony stan */
.checkbox input:checked ~ .checkmark {
    background-color: #0e5765;
    border-color: #0e5765;
}

/* Ikona ptaszka */
.checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Pokazanie ptaszka */
.checkbox input:checked ~ .checkmark::after {
    display: block;
}

.testuj {
    text-align: center;
    padding-bottom: 30px;

}

.testuj a {
    text-transform: uppercase;
    font-size: 24px;
}

.formChat {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.formChat form {
    display: flex;
    gap: 10px;
    max-width: 700px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formChat form textarea {
    width: 100%;
    min-height: 100px;
}

.listignChat {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 1000px;
    padding-right: 20px;
}

.listignChat .listingChatli {
    border: solid 3px #f1f1f1;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 100px;
}

.listignChat .listingChatli.adr {
    border: solid 3px rgb(215, 101, 47, .5);
    margin-right: 0;
    margin-left: 100px;
}

.listignChat .listingChatli small {
    display: block;
    text-align: right;
    color: #787878;
}

#naklBlokada {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(255, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 10000;
}

#naklBlokada b {
    text-align: center;
    background: #fff;
    color:red;
    padding: 50px;
    border-radius: 16px;
}

.podpowiedz {
    color: var(--def-text-primary);
    font-size: 16px;
}