/*====== RESPONSIVE BREAKPOINT VARIABLES ======= */
body {
  margin: 0;
  padding: 0;
}

.show-mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }
}
.fancybox-wrap {
  top: 300px !important;
}
@media only screen and (max-width: 768px) {
  .fancybox-wrap {
    top: 100px !important;
  }
}

.page-container {
  font-size: 16px;
  /* What we have from past */
  /* --- Product Page --- */
  /* Fancybox */
}
@media only screen and (max-width: 768px) {
  .page-container .wrapper {
    width: 100% !important;
  }
  .page-container .pull-left, .page-container .pull-right {
    float: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .page-container .pull-left img, .page-container .pull-right img {
    max-width: 100%;
  }
}
.page-container .l-content {
  padding: 20px;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 480px) {
  .page-container .l-content {
    padding: 20px 0;
  }
}
.page-container .page-product .l-sidebar {
  display: none;
}
.page-container .page-product .l-content {
  width: 100%;
}
.page-container .page-product .l-content .product-essential .product-image-box {
  width: 620px;
  float: left;
  border: 1px solid #e4e4e4;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-image-box {
    border: 0 none;
    float: none;
    width: 100%;
  }
}
.page-container .page-product .l-content .product-essential .product-image-box .product-image-container {
  width: 512px;
  float: left;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-image-box .product-image-container {
    float: none;
    width: 100%;
    border: 0 none;
  }
}
.page-container .page-product .l-content .product-essential .product-image-box .product-image-container img {
  max-width: 100%;
  /* width: 100%; */
  max-height: 309px;
}
.page-container .page-product .l-content .product-essential .product-image-box .product-image-container .product-zoom {
  margin: 20px 0;
}
.page-container .page-product .l-content .product-essential .product-image-box .product-image-container .product-zoom a {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 0 0 auto;
  /*background-image: url("../img/sprite.png");*/
  background-position: -58px -495px;
  
  background-repeat: no-repeat;
  color: transparent;

  position: absolute;
  top: 0px;
  left: 0px;
}
.page-container .page-product .l-content .product-essential .product-image-box .product-more-views {
  width: 105px;
  float: left;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-image-box .product-more-views {
    float: none;
    width: 100%;
  }
}
.page-container .page-product .l-content .product-essential .product-image-box .product-more-views ul {
  margin: 10px 0;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-image-box .product-more-views ul {
    text-align: right;
  }
}
.page-container .page-product .l-content .product-essential .product-image-box .product-more-views ul li {
  width: 85px;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-image-box .product-more-views ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
.page-container .page-product .l-content .product-essential .product-image-box .product-more-views ul li.active {
  border-color: #626262;
}
.page-container .page-product .l-content .product-essential .product-image-box .product-more-views ul li a {
  display: block;
}
.page-container .page-product .l-content .product-essential .product-image-box .product-more-views ul li img {
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.page-container .page-product .l-content .product-essential .product-shop-info {
  width: 400px;
  float: left;
  margin-left: 40px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 20px 20px 25px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-shop-info {
    border: 0 none;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.page-container .page-product .l-content .product-essential .product-shop-info h1 {
  color: #060006;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.1em;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-shop-info h1 {
    text-align: center;
  }
}
.page-container .page-product .l-content .product-essential .product-shop-info .product-info {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #f2f2f2;
  font-size: .9em;
  margin-bottom: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-essential .product-shop-info .product-info {
    border: 0 none;
  }
}
.page-container .product-info {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-container .product-info {
    text-align: center;
  }
}
.page-container .product-info li {
  border-bottom: 1px solid #ebebeb;
}
.page-container .product-info .product-price {
  padding: 15px;
  color: #FF5900;
  text-align: center;
  font-size: 1.5em;
}
.page-container .product-info .product-status {
  background-image: url("../img/sprite.png");
  background-position: -72px -517px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 25px;
  color: #63885c;
  font-size: 1.1em;
}
.page-container .product-info .product-detail {
  padding: 10px;
  font-size: .8em;
}
.page-container .product-info .product-detail h3 {
  color: #767676;
}
.page-container .product-info .product-detail h4 {
  color: #666b65;
}
.page-container .why-us-box {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 15px 0 15px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-container .why-us-box {
    border: 0 none;
    padding-left: 10px;
  }
}
.page-container .why-us-box h4 {
  color: #333333;
  margin-bottom: 25px;
}
.page-container .why-us-box h5 {
  margin-bottom: 5px;
  color: #323232;
  font-weight: bold;
}
.page-container .why-us-box h6 {
  color: #a9a9a9;
  font-size: .9em;
}
.page-container .why-us-box li {
  font-size: 0.75em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.page-container .why-us-box li:before {
  content: '';
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #616b77;
  background-image: url("../img/sprite.png");
  background-position: -47px -269px;
  background-repeat: no-repeat;
}
.page-container .page-product .l-content .product-details {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-details ul.tabs-titles {
    text-align: center;
  }
}
.page-container .page-product .l-content .product-details ul.tabs-titles li {
  float: left;
  border-right: 1px solid #cecece;
  padding: 10px 21.4px;
  background-color: #fff;
  color: #3b3838;
  font-size: .9em;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-details ul.tabs-titles li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none;
    margin-bottom: 1px;
    width: 100%;
  }
}
.page-container .page-product .l-content .product-details ul.tabs-titles li.active-tab-title,
.page-container .page-product .l-content .product-details ul.tabs-titles li:hover {
  background-color: #3b3838;
  color: #fff;3b3838
}
.page-container .page-product .l-content .product-details .tabs-container {
  position: relative;
  border-left: 1px solid #f3f3f3;
  color: #4f4543;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-details .tabs-container {
    border: 0 none;
  }
}
.page-container .page-product .l-content .product-details .tabs-container .tab {
  
  overflow-y: auto;
  padding: 25px 18px 30px;
  font-family: arial;
  font-size: .75em;
}
@media only screen and (max-width: 768px) {
  .page-container .page-product .l-content .product-details .tabs-container .tab {
    height: auto;
  }
}
.page-container .page-product .l-content .product-details .tabs-container .tab:first-child,
.page-container .page-product .l-content .product-details .tabs-container .first-tab {
  height: auto;
}
.page-container .page-product .l-content .product-details .tabs-container .tab a {
  color: #FF5900;
  font-weight: bold;
  font-size: 1.1em;
}
.page-container .page-product .l-content .product-details .tabs-container .tab h2 {
  font-family: Lato;
  color: #000507;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.page-container .page-product .l-content .product-details .tabs-container .tab h3 {
  color: #FF5900;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.page-container .page-product .l-content .product-details .tabs-container .tab h4 {
  color: #FF5900;
  margin-bottom: 15px;
}
.page-container .page-product .l-content .product-details .tabs-container .tab p {
  margin-bottom: 20px;
}
.page-container .page-product .l-content .product-details .tabs-container .tab .pull-left {
  float: left;
  margin-right: 10px;
}
.page-container .page-product .l-content .product-details .tabs-container .tab .pull-right {
  float: right;
  margin-left: 10px;
}
.page-container .bg-product {
  background-color: #f3f3f3;
}
.page-container .fancybox-wrap {
  top: 230px !important;
}

.product-detail, .product-status {
display: none;
}

.product-image-container {
position: relative;
}

span.inkl {
font-size: 12px;
color: #323232;
}

			
.vertical-carousel-list  img{
width:30px;
}


/* -----------------------------------------------------------
kod środka */

 .pure-img{max-width:100%;height:auto;display:block; margin: 0 auto !important}

    #user-content{
  color:#000000;
  font-family:Arial;
  font-size:14px;
  max-width: 1150px;
  margin: 40px auto 0 auto;
  font-family: "Lato",sans-serif;
    }

    #user-content h1 {
        font-size: 74px;
        font-family: "Lato", Arial, sans-serif;
        letter-spacing: 1pt;
        
        text-align: center;
        width:100%;
        margin: 10px 0;
        color: #000;
        max-width: 1178px;
		font-weight: 500;
    }

    #user-content h2 {
        font-family: "Lato", Arial, sans-serif;
        font-size: 40px;
        color: #000;
        text-transform: none;
        
        letter-spacing: 1pt;
                padding: 0;
        margin: 20px 0;
        text-align: center;
        line-height: 40px;
		font-weight: 400;
    }
    #user-content h3 {
        font-family: "Lato", Arial, sans-serif;
        font-size: 26px;
        padding: 20px 0;
        margin: 0;
        font-weight: 100;
        letter-spacing: -1px;
        color: #666666;
        line-height: 1.0;
		font-weight: 300;
    }

    #user-content .centrum {
        text-align: center;
        margin: 10px 0;
    }

    #user-content .center-block{display:block;margin-left:auto;margin-right:auto}


    #user-content p {
        font-family: "Lato", Arial, sans-serif;
        font-size: 18px;
        color: #666666;
        line-height: 1.5;
        font-weight: 500;
    }

    #user-content .podpis {
        font-size: 22px;
        padding: 15px 0 0 0;
        text-align: center;
        width:auto;
        margin: 10px 20px 40px;

    }

/*
    #user-content table {
        width: 100%;
        border-spacing: 0;
        margin: 0px;
        padding: 0px;
        border-collapse: collapse;
        border: none;
    }
    #user-content table tr {
      border-spacing:0; margin: 0px; padding: 0px;
      border-collapse:collapse;
      }
   #user-content table td {
      border-spacing:0;
       margin: 0px;
       padding: 0px;
      border-collapse:collapse;
       height: 40px;
       border-bottom: 1px solid #efefef;
      width: 50%;
      }
    #user-content tr th {
      text-align: left;
      background: url("http://www.goclever.com/themes/14213940437/img/sprite.png") 0px -620px no-repeat;
      }
    #user-content tr th span {
     font-size: 14px; font-weight: bold;
     font-family: Arial, sans-serif; letter-spacing: 1pt;
     color: #1d1d1d; text-transform: uppercase;
     display: block; line-height: 1.0;
     padding: 15px 0px 15px 10px;
     }
    #user-content tr.seccond {
      background: #f5f4f4;
      }
      #user-content tr td span {
         font-size: 14px;
         font-family: Arial, sans-serif;
         color: #1d1d1d;
         display: block; line-height: 1.0;
         padding: 15px 0px 15px 10px;
         }
    #user-content   tr td span a {
        color: #0a97e8;
        }
    #user-content     tr td span a:hover {
           color: #000000;
           }
    #user-content     tr:hover {

        font-weight: bold;
        background: url("http://www.goclever.com/themes/14213940437/img/sprite.png") 0px -740px no-repeat;

           }
*/
#user-content table td
{
max-width:450px;
min-width:450px;
width:400px;
vertical-align:middle;
font-family: "Lato", Arial, Helvetica, sans-serif;
font-size:16px;
color:#333;
}
#user-content table
{
margin: 0 !important;
margin-top:20px;
width: 100%;
}

#user-content table td
{
padding-top: 6px;
padding-bottom: 6px;
padding-left: 50px;
font-size: 18px;
color: #333;
border-bottom: 1px solid #e6e6e6;
}

#user-content table tr:hover{
background-color:#ffeecf;
}

#user-content table  td:nth-child(odd)
{
color: #FF5900;
font-size: 16px;
font-weight: bold;
}
    #user-content .polowa p {
            margin: 10px 10px 0 10px;
        text-align: justify;
    }

    #user-content .polowa h2, #user-content .polowa h3 {
        text-align: left;
        margin: 0 0 0 10px;
    }

    #user-content .goto-top {
        display: block;
        width: 50px;
        height: 15px;
        padding: 5px;

        text-decoration: none;
        color: white;
        background-color: #6B6B6B;
        border-radius: 5px;
        float: right;
      margin: 5px 0;

    }
    #user-content .polowa ul li {
            margin: 10px 0 0 10px;
            font-family: Arial,sans-serif;
            font-size: 18px;
            color: #666;
            line-height: 1.5;
            font-weight: 500;
            list-style:none;
                }

    #user-content .goto-top:hover {
        background-color: #0A97E8;
        }
    .rzad {
          clear: both;
  overflow: hidden;
  width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    .polowa {
       width: 45%;
        min-width: 320px;

         display: inline-block; 
                vertical-align: middle !important;
        margin: 40px 0;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

	.product-image-container {
	vertical-align:middle;
	}
	
	.UVP {
	color: grey;
	font-size: 15px !important;
	}
	
/* zdjecie na srodku */
	.page-container .page-product .l-content .product-essential .product-image-box .product-image-container {
  margin-top: 20%;
     border: 0;
	   width: 498px;
  }
 
 /*male fotki*/
  .page-container .page-product .l-content .product-essential .product-image-box .product-more-views {
    max-height:540px;
	width: 120px;
   overflow:auto;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #2D2C4D;
scrollbar-highlight-color:#7D7E94;
scrollbar-3dlight-color: #7D7E94;
scrollbar-darkshadow-color: #2D2C4D;
scrollbar-track-color: #7D7E94;
scrollbar-arrow-color: #C1C1D1;
   
  }
  
    .page-container .page-product .l-content .product-essential .product-image-box .product-more-views::-webkit-scrollbar-button{height:0;width:0}
	/*
  
  ::-webkit-scrollbar{height:16px;overflow:visible;width:16px}::-webkit-scrollbar-button{height:0;width:0}::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 7px}::-webkit-scrollbar-track:horizontal{border-width:7px 0 0}::-webkit-scrollbar-track:hover{background-color:rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(0,0,0,.1)}::-webkit-scrollbar-track:horizontal:hover{box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}::-webkit-scrollbar-track:active{background-color:rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07)}::-webkit-scrollbar-track:horizontal:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)}.jfk-scrollbar-dark::-webkit-scrollbar-track:hover{background-color:rgba(255,255,255,.1);box-shadow:inset 1px 0 0 rgba(255,255,255,.2)}.jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.jfk-scrollbar-dark::-webkit-scrollbar-track:active{background-color:rgba(255,255,255,.1);box-shadow:inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,255,.15)}.jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:active{box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,255,.15)}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0 0 0 7px;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}::-webkit-scrollbar-thumb:horizontal{border-width:7px 0 0;padding:0 0 0 100px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07)}::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);box-shadow:inset 1px 1px 1px rgba(0,0,0,.25)}::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,0.5);box-shadow:inset 1px 1px 3px rgba(0,0,0,0.35)}.jfk-scrollbar-dark::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.3);box-shadow:inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.1)}.jfk-scrollbar-dark::-webkit-scrollbar-thumb:horizontal{box-shadow:inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255,255,.1)}.jfk-scrollbar-dark::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.6);box-shadow:inset 1px 1px 1px rgba(255,255,255,.37)}.jfk-scrollbar-dark::-webkit-scrollbar-thumb:active{background-color:rgba(255,255,255,.75);box-shadow:inset 1px 1px 3px rgba(255,255,255,.5)}.jfk-scrollbar-borderless::-webkit-scrollbar-track{border-width:0 1px 0 6px}.jfk-scrollbar-borderless::-webkit-scrollbar-track:horizontal{border-width:6px 0 1px}.jfk-scrollbar-borderless::-webkit-scrollbar-track:hover{background-color:rgba(0,0,0,.035);box-shadow:inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07)}.jfk-scrollbar-borderless.jfk-scrollbar-dark::-webkit-scrollbar-track:hover{background-color:rgba(255,255,255,.07);box-shadow:inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,255,255,.15)}.jfk-scrollbar-borderless::-webkit-scrollbar-thumb{border-width:0 1px 0 6px}.jfk-scrollbar-borderless::-webkit-scrollbar-thumb:horizontal{border-width:6px 0 1px}::-webkit-scrollbar-corner{background:transparent}body::-webkit-scrollbar-track-piece{background-clip:padding-box;background-color:#f5f5f5;border:solid #fff;border-width:0 0 0 3px;box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07)}body::-webkit-scrollbar-track-piece:horizontal{border-width:3px 0 0;box-shadow:inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)}body::-webkit-scrollbar-thumb{border-width:1px 1px 1px 5px}body::-webkit-scrollbar-thumb:horizontal{border-width:5px 1px 1px}body::-webkit-scrollbar-corner{background-clip:padding-box;background-color:#f5f5f5;border:solid #fff;border-width:3px 0 0 3px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.14)}.jfk-scrollbar::-webkit-scrollbar{height:16px;overflow:visible;width:16px}.jfk-scrollbar::-webkit-scrollbar-button{height:0;width:0}.jfk-scrollbar::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 7px}.jfk-scrollbar::-webkit-scrollbar-track:horizontal{border-width:7px 0 0}.jfk-scrollbar::-webkit-scrollbar-track:hover{background-color:rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(0,0,0,.1)}.jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover{box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}.jfk-scrollbar::-webkit-scrollbar-track:active{background-color:rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07)}.jfk-scrollbar::-webkit-scrollbar-track:horizontal:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:hover{background-color:rgba(255,255,255,.1);box-shadow:inset 1px 0 0 rgba(255,255,255,.2)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:active{background-color:rgba(255,255,255,.1);box-shadow:inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,255,.15)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:active{box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,255,.15)}.jfk-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0 0 0 7px;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal{border-width:7px 0 0;padding:0 0 0 100px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07)}.jfk-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);box-shadow:inset 1px 1px 1px rgba(0,0,0,.25)}.jfk-scrollbar::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,0.5);box-shadow:inset 1px 1px 3px rgba(0,0,0,0.35)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.3);box-shadow:inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.1)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal{box-shadow:inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255,255,.1)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.6);box-shadow:inset 1px 1px 1px rgba(255,255,255,.37)}.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:active{background-color:rgba(255,255,255,.75);box-shadow:inset 1px 1px 3px 
rgba(255,255,255,.5)}.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track{border-width:0 1px 0 6px}.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:horizontal{border-width:6px 0 1px}.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:hover{background-color:rgba(0,0,0,.035);box-shadow:inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07)}.jfk-scrollbar-borderless.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:hover{background-color:rgba(255,255,255,.07);box-shadow:inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,255,255,.15)}.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb{border-width:0 1px 0 6px}.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal{border-width:6px 0 1px}.jfk-scrollbar::-webkit-scrollbar-corner{background:transparent}body.jfk-scrollbar::-webkit-scrollbar-track-piece{background-clip:padding-box;background-color:#f5f5f5;border:solid #fff;border-width:0 0 0 3px;box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07)}body.jfk-scrollbar::-webkit-scrollbar-track-piece:horizontal{border-width:3px 0 0;box-shadow:inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)}body.jfk-scrollbar::-webkit-scrollbar-thumb{border-width:1px 1px 1px 5px}body.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal{border-width:5px 1px 1px}body.jfk-scrollbar::-webkit-scrollbar-corner{background-clip:padding-box;background-color:#f5f5f5;border:solid #fff;border-width:3px 0 0 3px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.14)}

*/




/*GLS VERSAND*/
.gls_versand{  
	text-align: center !important;
	font-size: 24px !important;
	padding: 20px !important;
	background: #4285ba;
	color: #fff !important;
	border-bottom: 3px solid #214e6f;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.3);}