﻿#feedback_number:after {
    content: "100%"; /* OPINIE */
}

#komunikat {
    display: none; /* "block" - wlaczony, "none" - wylaczony */
}

#komunikat #text:after {
    content: "Ich bin vom 6. bis 12. Dezember im Urlaub. Der Versand erfolgt nach dem 12.Dezember. From 6 to 12 December I am on vacation. Shipments will be made after December 12."; /* KOMUNIKAT */
}

#body {
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     background: #ececec;
     padding-top: 20px;
}

.ovcontainer {
    background: white;
    width: 1160px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #d0d0d0;
    padding-top: 10px;
    margin-bottom: 30px;
}

.heading {
    width: 1160px;
    margin: 0 auto;
    padding: 17px;
    background: url("https://exio.pl/ebay/q2/img/heading.jpg");
    text-align: center;
    color: white;
    font-weight: 600;
    z-index: 1;
    position: relative;
}

img {
     max-width: 100%;
}

a:hover {
    color: #292929;
}

.topadv {
    background: url("https://exio.pl/ebay/q2/img/ann.jpg") left top no-repeat;
}

.topadv .adv {
    display: flex;
    padding: 20px 40px;
    color: #fff;
    justify-content: space-between;
    font-size: 15px;
}

.topadv .adv .spacer {
    opacity: 0.3;
}

.topadv .adv img {
    color: white;
    margin-right: 5px;
}

 #headimg {
    background-position: center left;
    margin-top: 10px;
    height: 267px;
    background-size: cover;
}
 #header nav {
     padding: 10px 0px;
     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;
}
#menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     list-style: none;
     margin-bottom: 0px;
     padding: 0px;
}
#menu li {
     margin-left: 20px;
}


#menu li a {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #353535;
     text-decoration: none;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: -1px;
     transition: 0.3s;
}
 #menu li a:hover {
     color: #000;
     text-decoration: underline;
}
 #menu li a img {
     margin-right: 10px;
}

/* TABS */

.warpper{
  display:flex;
  flex-direction: column;
}

.tabs {
    position: relative;
}

.tabs:after {
    width: 100%;
    height:1px;
    background: #E4E4E4;
    content: " ";
    display: block;
    position: absolute;
    top: 25px;
    z-index: 0;
    left: 0px;
}

.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px;
  background:#A3A3A3;
  z-index: 9;
  display:inline-block;
  color:#fff;
  margin: 0px;
  border-right: 10px solid white;
  position: inherit;
}
.panels{
  background:#fff;
  min-height:200px;
  width:100%;
  overflow:hidden;
  padding: 20px 0px;
}
.panel{
  display:none;
  animation: fadein .8s;
  font-size: 12px;
  line-height: 16px;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#1473b3;
  color:#fff;
}

/* TABS */


#headimg .eu {
    color: #CFD4DF;
    margin-top: 50px;
    margin-left: 50px;
    font-size: 12px;
    letter-spacing: 1px;
}

#headimg h1 {
    color: white;
    margin-left: 50px;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -3px;
    margin-bottom: 0px;
    line-height: 55px;
    margin-top: 45px;
}

#headimg h2 {
    margin-top: -20px;
    color: white;
    margin-left: 50px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -2px;
}

.logo {
    width: 300px;
}

.logo img {
    float: left;
    margin-right: 10px;
}

.logo p {
     color: #1473b3;
     text-decoration: none;
     font-size: 35px;
     margin-top: 0px;
     line-height: 35px;
     font-weight: 700;
     letter-spacing: -2px;
     margin-top: -4px;
     margin-bottom: 0px;
}

 .logo span {
    line-height: 15px;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
 }

#headimg {
    overflow: hidden;
    position: relative;
}

#headimg .flag {
    background: black;
    color: white;
    padding: 12px;
    width: 250px;
    transform: rotate(-45deg); /* Equal to rotateZ(45deg) */
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 40px;
    left: -60px;
}

#headimg .content {
     overflow: auto;
}
 #headimg .content .text {
     width: 450px;
     text-align: center;
     padding: 20px;
     background: rgba(255,255,255,0.8);
     margin-left: 100px;
     margin-top: 100px;
}
 #headimg .content .text h1 {
     color: #171616;
     font-size: 33px;
     font-weight: 800;
     text-transform: uppercase;
     margin-bottom: 0px;
}
 #headimg .content .text h2 {
     font-size: 18px;
     font-weight: 500;
     color: #65a80a;
     text-transform: uppercase;
}
 .whyus {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
     background-image: linear-gradient(to right,#4a8d30,#255e0f);
     padding: 20px 50px;
}
 .whyus div {
     text-align: center;
     color: white;
     font-size: 15px;
     font-weight: 600;
}
 .whyus .spacer {
     width: 30px;
     height: 1px;
     background: rgba(255,255,255,0.3);
     margin: 10px;
}
 .whyus div span img {
     margin-top: -4px;
     margin-right: 10px;
     display: inline-block;
}
 .related .product {
     text-align: center;
     transition: 0.4s;
     padding: 20px 0px;
     overflow: hidden;
     border:1px solid #d9d9d9;
     margin-top: 10px;
     background: url("https://exio.pl/ebay/q2/img/chevron-right.png") top 20px right 20px no-repeat;
}

 .related .product:hover {
    border: 1px solid  #1473B3;
 }

.related .product img {
    margin: 20px;
}

.related .product {
    font-size: 13px;
}

.related .name {
     font-size: 22px;
     font-weight: 600;
     color: #000;
     width: 95%;
     margin: 0 auto;
     margin-top: 10px;
     padding-bottom: 5px;
}
 .related a {
     overflow: auto;
     display: block;
}
 .related a:hover {
     text-decoration: none;
}
 .related img {
     max-height: 200px;
}

.price {
     padding: 7px 15px;
     background: #417c2a;
     font-weight: bold;
     color: White;
     margin-top: 10px;
     display: inline-block;
     text-transform: uppercase;
}
 #main, .info-over {
     background: white;
     margin-top: 25px;
     border-radius: 10px;
     padding: 0px;
     font-weight: 400;
}
 .title {
     margin-bottom: 20px;
     margin-top: 40px;
}

.title h3 {
     display: inline-block;
     color: black;
     font-weight: 600;
     border-radius: 8px;
     font-size: 29px;
     margin-bottom: 0px;
     width: 100%;
     position: relative;
}
 .title span {
     background: #fff;
     padding-right: 20px;
     z-index: 1;
}

.title h3:after {
    width: 100%;
    content: ' ';
    height: 1px;
    position: absolute;
    top: 20px;
    background: #d0d0d0;
    left: 0px;
    z-index: -1;
}

 .title .nm {
     float: right;
     text-align: right;
     padding: 0px 20px;
     font-size: 16px;
     padding-right: 0px;
     color: #252525;
     font-weight: 500;
     margin-top: 0px;
}

.product-image {
    text-align: center;
    margin-top: 25px;
}

.product-image img {
    max-width: 100%;
    margin-bottom: 20px;
}


#main .desc h2 {
     font-size: 30px;
     font-weight: bold;
     margin-bottom: 10px;
     margin-top: 10px;
     color: #000;
}

#main .desc h4 {
     font-size: 14px;
     background: #000;
     font-weight: 500;
     padding:15 20px;
     margin-bottom: 20px;
     color: #fff;
}

#main table {
    margin: 20px 0px;
}

#main .panel td {
    font-size: 12px;
}

.info-over {
     padding: 0px;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 0px;
}
 .info-over .col-lg-4 {
     border-right: 1px solid #d0d0d0;
}
 .info-over .col-lg-4:last-child {
     border: 0px;
}
 .shipping-box {
     padding: 20px;
     border-radius: 10px;
     min-height: 280px;
     text-align: center;
}
 .shipping-box h3 {
     font-weight: 600;
     font-size: 18px;
     margin-top: 20px;
     margin-bottom: 15px;
     color: #000000;
}

.shipping-box h3 img {
    position: relative;
    top: -2px;
}

.shipping-box p {
     font-size: 13px;
     margin-top: 15px;
     line-height: 22px;
     font-weight: 400;
}
 .shipping-box a {
     padding: 10px 30px;
     margin-top: 5px;
     display: inline-block;
     background: #0094FF;
     color: white;
     font-size: 14px;
     font-weight: 600;
     text-transform: uppercase;
}

.footer {
    position: relative;
}

.footer:after {
    width: 100%;
    height: 1px;
    display: block;
    background: #cacaca;
    content:  "";
    position: absolute;
    top: 30px;
    left: 0px;
    z-index:0;
}

.footer .mini {
    text-align: center;
    margin-top:10px;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    color:#343434;
    font-size:12px;
}

.footer .logo {
    text-align: left;
    width: 330px;
    margin: 0 auto;
    background: #ececec;
    z-index: 1;
    position: inherit;
    padding: 0px 20px;
    padding-bottom: 30px;
}

.footer .logo img {
    position: relative;
    top: 5px;
}

.copyrights {
     text-align: center;
     color: #434343;
     position: relative;
}

.copyrights:after {
    width: 100%;
    content: ' ';
    height: 1px;
    position: absolute;
    top: 60px;
    background: #d0d0d0;
    left: 0px;
    z-index: -1;
}

 .copyrights img {
     padding: 10px 10px;
}

.copyrights .xs-link {
     display: none;
}
 @media screen and (max-width: 1199px) {

    .ovcontainer, .heading {
        max-width: 970px;
    }

    #header nav {
        display: block;
    }

     #headimg {
        margin-top: 0px;
     }

    #menu li {
        margin-left: 0px;
        margin-right: 40px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .topadv .adv {
        padding: 20px 10px;
    }

    .related .product img {
        margin: 0px;
    }

    .related .product .name {
        width: 70%;
    }

     .whyus {
         font-size: 13px;
    }
     .whyus {
         padding: 20px 20px;
    }
     .whyus div span img {
         margin-right: 5px;
    }
     .whyus .spacer {
         display: none;
    }
     #headimg .content .image {
         max-width: 300px;
    }
     #topinfo ul li img {
         max-width: 50px;
         max-height: 40px;
    }
     #topinfo ul li {
         font-size: 15px;
    }
     #main .title h3 {
         font-size: 24px;
    }
     .title span {
         font-size: 19px;
    }
     #main .desc .presale h5 {
         font-size: 18px;
    }
     #main .desc .presale .pre {
         font-size: 18px;
    }
     #main .desc .value h5 {
         font-size: 18px;
    }
     #info .panels .panel .head h5 {
         font-size: 22px;
    }
}
 @media screen and (max-width: 991px) {

    .ovcontainer, .heading {
        max-width: 740px;
    }

     .top-contact p {
         display: none;
    }
     #main .desc h3 {
         font-size: 25px;
         margin-top: 30px;
    }
     .shipping-box {
         padding: 10px 30px;
         min-height: 0px;
         padding-bottom: 0px;
    }

    .shipping-box h3 {
        margin: 0px;
    }

     .product-mini-desc {
         margin-top: 20px;
    }
     #menu li a {
         font-size: 13px;
         letter-spacing:-1 px;
    }
     #logo {
         max-width: 160px;
    }
     #menu li {
        margin-right: 15px;
         margin-left: 0px;
    }
     #menu li a img {
         margin-right: 5px;
    }

     .whyus {
         padding: 20px 40px;
    }
     .whyus div {
         text-transform: uppercase;
         font-size: 13px;
    }
     .hidden-990 {
         display: none;
    }
     .whyus div span img {
         margin-right: 5px;
    }
     #headimg {
         height: 200px;
    }

    #headimg h1 {
        font-size: 40px;
        margin-top: 20px;
        line-height: 40px;
    }

    .topadv .adv {
        padding:15px  30px;
    }

    .topadv .adv div:last-child {
        display: none;
    }

    .spacer {
        display: none;
    }

    .kinfo {
        height: auto;
    }

    .collec2 .text-left {
        width: 63%;
    }

    .table-responsive {
        display: block;
    }

    .product-image {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .related .product {
        min-height: 240px;
    }

    .related .product .name {
        font-size: 20px;
    }

     #main .title span {
         font-size: 14px;
         padding: 8px 15px;
    }
     #main .title h3 {
         font-size: 20px;
    }
     .heading {
         margin-bottom: 30px;
    }
     #main .title {
         margin-bottom: 30px;
    }
     #main .desc .table tr th, #main .desc .table tr td {
         font-size: 13px;
         padding: 5px 16px;
    }
     #main .desc .head p {
         font-size: 13px;
         padding-right: 10px;
    }
     #main .desc .descinfo ul li {
         padding: 10px 20px;
         font-size: 13px;
    }
     #main .desc .descinfo ul li img {
         margin-right: 9px;
    }
     #info .panels .panel p {
         font-size: 12px;
         max-width: 100%;
    }
     #info .panels {
         margin-bottom: 30px;
    }
     #about {
         margin-bottom: 30px;
    }
     #main {
         margin-bottom: 30px;
    }
     #topinfo ul li {
         font-size: 13px;
         padding: 0px 5px;
    }
     #topinfo ul li img {
         max-width: 40px;
         max-height: 30px;
    }
     #company .text {
         padding-top: 10px;
    }
     .alert {
         font-weight: 400;
    }
     #company .image {
         display: none;
    }
     .info-over .col-lg-4 {
         border: 0px;
    }

    .kinfo {
        display: none;
    }

    .kimage {
        float: none;
        margin-right: 0px;
    }

    .kimage2 {
        width: 100%;
        height: auto;
    }

    .kimage::after, .kimage2::after {
        display: none;
    }

    .collec2 .text-left {
        float: none;
        margin: 0px;
        width: auto;
    }

    .collec2, .collec {
        display: block;
        text-align: center;
    }

    .text-left {
        text-align: center!important;
    }

    .kinfo img {
        display: none;
    }

    .rmenu a {
        padding: 8px;
    }

}
 @media screen and (max-width: 767px) {
    #header nav {
         display: block;
    }

    .ovcontainer, .heading {
        max-width: 560px;
    }
    .topadv .adv div  {
        display: none;
    }

    .topadv .adv div:last-child {
        display: block;
        text-align: center;
        width: 100%;
    }

    .logo {
        width: 300px;
        margin: 0 auto;
    }

     .xs-link {
         display: inline-block;
    }
     #headimg .content .text {
         margin: 0 auto;
         margin-top: 50px;
    }
     .whyus div:nth-child(1) {
         display: none;
    }

    #header nav {
        padding: 0px!important;
    }

    #headimg {
        height: 240px;
        background-position: right top;
    }

    #headimg h1 {
        margin-top: 100px;
        margin-left: 0px;
        background: #1473B3;
        display: inline-block;
        padding: 10px;
    }

    #headimg h2 {
        background: #1473B3;
        display: inline-block;
        margin-left: 0px;
        margin-top: -10px;
        clear: both;
        padding: 10px;
    }

    .eu {
        display: none;
    }

     #menu {
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
    }
     #menu li {
         margin-left: 0px;
    }

    #menu li:last-child {
        display: none;
    }

     #header nav {
         padding: 20px 0px;
    }
     #headimg .content .image {
         display: none;
    }
     #main {
         margin-top: 20px;
    }
     #main .content {
         display: block;
         margin: 0px;
    }
     #gallery {
         margin-bottom: 20px;
    }
     #main .desc {
         padding: 0px;
    }
     .title h3 {
         text-align: center;
    }
     #main .title h3 {
         max-width: 70%;
    }
     #main .title span {
         margin-top: 0px;
    }
     .copyrights {
         padding-top: 20px;
    }
     .copyrights img {
         display: block;
         width: auto;
         margin: 0 auto;
         padding: 0px;
    }
     .related .product {
         padding-bottom: 30px;
         min-height: 100px;
    }
}
 @media screen and (max-width: 575px) {

    .ovcontainer {
        padding:20px 0px;
    }

    #body {
        padding-top: 0px;
    }

    .ovcontainer, .heading {
        max-width: 100%;
    }

    .topadv {
        display: none;
    }

    #headimg {
        height: 220px;
        margin-top: 10px;
    }

    #headimg h1 {
        margin-top: 70px;
    }

    #headimg .flag {
        display: none;
    }

     #menu {
         display: block;
         text-align: center;
    }
     #menu li {
         display: inline-block;
         margin: 0px 5px;
    }
     #menu li a {
         font-size: 13px;
    }
     .product-mini-desc {
         display: block;
    }
     .title {
         margin-top: 20px;
         margin-bottom: 15px;
         text-align: center;
    }
     .table-f {
         display: block;
    }
     .title span {
         padding: 0px 10px;
    }
     .title .nm {
         display: none;
    }
     #headimg .content .text h1 {
         font-size: 23px;
    }
     #headimg .content .text {
         width: auto;
    }
     .whyus div {
         font-size: 12px;
         display: none;
         width: 100%;
    }
     .whyus div:first-child {
         display: block;
    }
     #headimg .content .text h2 {
         font-size: 13px;
    }
    .logo {
         margin-bottom: 10px;
    }
     .heading h3 {
         text-align: center;
    }
     #main .title {
         text-align: center;
         margin-bottom: 20px;
    }
     #main .title h3 {
         max-width: 100%;
         font-size: 18px;
    }
     #main .title span {
         margin-top: 10px;
         display: inline-block;
         font-size: 13px;
         float: none;
    }
     #about .content {
         padding: 15px;
    }
     .copyrights {
         padding: 20px;
    }

    .collec, .collec2 {
        padding: 40px 20px;
    }

}
 