/** Shopify CDN: Minification failed

Line 80:2 Comments in CSS use "/* ... */" instead of "//"
Line 550:11 Expected identifier but found whitespace
Line 550:17 Unexpected ";"

**/


.grid-uniform{

}
.kinzashopclass{  position: relative;    margin: 0px !important;}


.scrollingK-wrapperK{
 overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
    position: sticky;
    margin: 0px;

    overflow-y: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
 
cursor: pointer;

}
  .cardBoxProduct {
    display: table-cell;
    float: inherit;
    overflow: hidden;
 
  }
.scrolling-wrapperK{
  display: flex;
  flex-wrap: nowrap;
    overflow-x: auto;
align-items: flex-start;
    box-sizing: border-box;
    display: -ms-flexbox;
        width: 100%;  
}
  .cardBoxProduct {
     flex: 0 0 auto;
   /*box-sizing: border-box;
    flex: 0 0 calc(((100% - 80px ) / 2));
    max-width: calc(((100% - 80px ) / 2));
    width: calc(((100% - 80px ) / 2));*/ 
    min-width:250px;

  }

.scrollingK-wrapperK{
  -webkit-overflow-scrolling: touch;
}

.cardBoxProduct::-webkit-scrollbar {
  display: none;
}
  

  .product-grid-item p{display:none!important;}
*{max-width:100%;}



.scrollingK-wrapperK::-webkit-scrollbar {
  width: 8px;
display:none;
}
.scrollingK-wrapperK::-webkit-scrollbar-track {
  background: #f5f5f5; 
   
}
.scrollingK-wrapperK::-webkit-scrollbar-thumb {
  background: #aaa;
  //border-radius: 5px;
}
.scrollingK-wrapperK::-webkit-scrollbar-button {
  background: #ccc;
  position:absolute;
  top:50%;
  left:0px;
 
}

.scrollingK-wrapperK::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .scrollingK-wrapperK::-webkit-scrollbar-button:start:decrement,
  .scrollingK-wrapperK::-webkit-scrollbar-button:end:increment  {
    height: 30px;
    display: block;
    background-color: transparent;
  }

  .scrollingK-wrapperK::-webkit-scrollbar-track-piece  {
    background-color: #eee;
    -webkit-border-radius: 6px;
  }

  .scrollingK-wrapperK::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 6px;
  }
  	  .prev{
    position: absolute;
    top: 20%;
    left: 0px;
    width: 30px;
    height: 80px;
    background: rgba(255, 255, 255, 0.76);
    
    z-index: 10;
    cursor: pointer;
    border: 1px solid #0000003b;
    border-left: 0px;
    display:block;
}
 


  	  .next{
    position: absolute;
    top: 20%;
    right: 0px;
    width: 30px;
    height: 80px;
    background: rgba(255, 255, 255, 0.76);
    display: block;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #0000003b;
    border-right: 0px;
    display:block;
}
  
 
.prev:hover{  background: rgba(0, 0, 0, 0.76); color:#fff;}

.next:hover{  background: rgba(0, 0, 0, 0.76); color:#fff;}
  
  @media only screen and (max-width: 768px) {

  .cardBoxProduct {
     flex: 0 0 auto;
   box-sizing: border-box;
    flex: 0 0 calc(((100% - 80px ) / 2));
    
    width: calc(((100% - 80px ) / 2)); 
    min-width:175px;  }

.scrollingK-wrapperK{
-webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0px);
-webkit-transform: translate3d(0,0,0);
-webkit-perspective: 1000;

}  	  

  
     
}
    .prev {display: block !important}
   .next {display: block !important} 
  
  @media only screen and (max-width: 668px) {
       /*.prev {display: none !important}
   .next {display: none !important}*/
  }
  
  .boxSectionKinzaForCollectionlist .grid-uniform{
  margin:0px;
  
  }
  .boxSectionScrollProdut .section-header .titel-of{
  float:left;margin: 0px;
  }
  
   .boxSectionScrollProdut .section-header .boxSeeAll{
  float:left;    margin-left: 5px;margin-top: left;
  }  
 
    .boxSectionScrollProdut .kinzashopclass{
  float:left;
  } 
  
  
     .boxSectionScrollProdut .section-header .Handling-titel-of{
      display: block;
    float: left;
    clear: both;
  }  
  
   .boxSectionScrollProdut .section-header .boxSeeAll a{
  float:left;margin-left: 5px;text-align: left; 
  }  
  

    


.KinzaBoxBannerWithImage{
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
    
    position: relative;
    overflow: hidden;
}
.box40{
 display: block;
    float: left;
    width: 40%;
    padding: 0px;
 
    margin: 0px;	
}
.box60{
 display: block;
    float: left;
    width: 60%;
    padding: 0px;
  
    margin: 0px;	
}
.KinzaBoxBannerWithImage .p1{
    font-size: 2.25rem;
    display: block;
    float: left;
    background: none;
    padding: 0px;
    line-height: normal;
    margin: 15px;
    font-weight: 800;
    width: 80%;
    margin-left: 25px;
    text-align: left;
    margin-bottom: 10px;
    font-family: "Market Sans", Arial, sans-serif;
}

 
.KinzaBoxBannerWithImage .p2{
    font-size: 1.25rem;
    display: block;
    float: left;
    background: none;
    padding: 0px;
    line-height: normal;
    margin: 15px;
    
    width: 90%;
    margin-left: 25px;
    text-align: left;
    margin-bottom: 10px;
    font-family: "Market Sans", Arial, sans-serif;
}
.KinzaBoxBannerWithImage .p3{
    margin-left: 25px;
    display: block;
    margin-bottom: 15px;
    float: left;

}

@media screen and (min-width: 960px){
.KinzaBoxBannerWithImage .p1 {
    font-size: 2.25rem;
}
}

@media screen and (min-width: 768px){
.KinzaBoxBannerWithImage .p1 {
    font-size: 1.8625rem;
}
}
 
.p3:hover .hl-cta__arrow{
	  stroke: #680226; 
 
}

.p3:hover {
 background: #ffffff;
  color: #680226 !important;
  
 
}
 
.hl-cta__arrow:hover{

}


.image_banner{
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    height: ;
    margin: 0px;


}

  @media only screen and (max-width: 768px) {
  	.box40{width: 100%}
  	.box60{width: 100%}

.KinzaBoxBannerWithImage .p1 {
    font-size: 1.8625rem;
}
.KinzaBoxBannerWithImage .p2 {
    font-size: 100%;
}
  }



/*Slideshow-kinza*/
 *{
   max-width:100%;
  }
  
 .boxSlideshow{
 
    padding: 10px 10px 10px 0;
     display: none;
     float: left;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px; width: 100%;
    max-width: 1312px;
    background: none;
     height: auto;
    position: absolute;
    background: #fff;
 
    right: 0px;

}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
    height: auto;
    width: 100%;
    list-style: none;
    display: block;
    float: left;
    /*max-height: 350px;*/
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width:100%;
  max-width: 1300px;
  height: 300px; 
   
  text-align: center;
  line-height: 300px;transition:all 500ms cubic-bezier(0.39,0.5,0.15,1.36);
  overflow: hidden;
}
#slider ul li div{display: block;float: left;width: 20%;height: 100%; position: relative;cursor: pointer;}

.SlideBox1{
	width: 40% !important;
	 
}
.SlideBox2{
	 

}
.Box_H3{
	display: block;
    float: left;
    margin: 0px;
    padding: 20px;
    line-height: normal;
 
    width: 100%;
    box-sizing: border-box;
   
    text-align: left;
    font-size: 200%;
    font-family: sans-serif;
}
.Box_Img{
width: auto;
    max-width: 100%;
    margin-bottom: 0px;
 
    position: absolute;
 
    left: 0px;
    top: 0px;
 
}
.SlideBox3{
	 
}
.SlideBox4{
	  
}
a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;

    padding: 25px 12px;
    background: aliceblue;
    color: black;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
 
    padding: 25px 12px;
    background: aliceblue;
    color: black;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
  display: none;
  font-family: "Market Sans", Arial, sans-serif;    color: #FFFFFF;
}
.carousel__pause, .carousel__play {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    display: block;
    padding:  10px;
    width: auto;
    height: auto;
    background: #000;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;    border-radius: 100%;  
   
}
#iconPlay,#iconStop{cursor: pointer;cursor: pointer;  z-index: 30;}
#iconPlay,#iconStop{
	display: none; 
}
.span1{
	font-size: 2.25rem;
    display: block;
    float: left;
    background: none;
    padding: 0px;
    line-height: normal;
        margin: 40px;
 
        font-weight: 800;
    width: 80%;
    margin-left: 10%;   
     text-align: left;
     margin-bottom: 10px;font-family: "Market Sans", Arial, sans-serif;
}
.span2{
	display: block;
    float: left;
    
    padding: 0px;
    line-height: normal;
      line-height: normal;
    width: 80%;
    margin-left: 10%;   
        text-align: left;
    font-size: 1.0625rem;font-family: "Market Sans", Arial, sans-serif;
}
.Btonlinks{
	border: 1px solid  ;
	width: auto;
	padding: 10px;
	margin-top: 20px;
	 
	text-decoration: none;
transition:all 500ms cubic-bezier(0.39,0.5,0.15,1.36);
}
 
.Btonlinks:hover {
	background: #ffffff;
	color: #680226 !important;
		stroke: #680226; 
}

.hl-cta__arrow:hover{
	stroke: #680226; 
} 
.hl-cta__arrow{
	 
	height: 10px;
	transition:all 500ms cubic-bezier(0.39,0.5,0.15,1.36);
}
a.BtnNext{
  display: block;
}
  .display: block;{display:block;}
  @media only screen and (max-width: 768px) {
    
  #slider ul li div {
    display: block;
    float: left;
    width: 33.3%;
    height: 50%;
    position: relative;
    cursor: pointer;
  
}
  
  .SlideBox1{   width: 100% !important;    height: 50%!important; }
  .SlideBox1 .span1,.span2{    font-size: 100%!important; }
.Box_H3{    padding: 0px !important;    font-size: 100%;}
  .imagebig{  width: 100% !important; }
  .Btonlinks{    margin-top: 5px !important;}
   .nav-active>.mobile-nav--dropdown{display:block}
 /* .grid-item{max-width:100%!important;}*/
  .boxSearch{width: 100%;float: left;}
  .site-header .search-bar{display:block}

  .search-bar input[type="submit"], .search-bar .search-bar--submit{width:auto !important;border-radius:0px}

  .secopnavlink{display:none}
  #slider{border-radius:0px}
 
  
}




/***************************/
 .ul_of_corsol::-webkit-scrollbar{display: none;} 
.ul_of_corsol{
	white-space: nowrap;
     
    margin: 0px;
    overflow-y: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: flex-start;
    box-sizing: border-box;
    display: -ms-flexbox;
    width: 100%; 
}
.ul_of_corsol li{ 

     flex: 0 0 auto;
   /*box-sizing: border-box;
    flex: 0 0 calc(((100% - 80px ) / 2));
    max-width: calc(((100% - 80px ) / 2));
    width: calc(((100% - 80px ) / 2));*/ 
    min-width:250px;
    width: 25%;
    display: table-cell;
    float: inherit;
    overflow: hidden;
    background: none;
    min-height: auto; 

    background-repeat: no-repeat;  
    background-size: 100%;
 
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 5px;
    min-height: 80px;
 
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);

}
.ul_of_corsol li a{    display: block;
    padding: 16px 0;
        color: #00aae7;
    font-weight: bold;
    text-decoration: none;
    text-align: center;  font-family: sans-serif;
    }
.ul_of_corsol li:after {
    content: "";
    position: absolute;
    
    height: 60%;
    top: 20%;
    width: 1px;
    border-left: 1px solid #D4DADC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(212, 218, 220);
}

.ul_of_corsol li a p   {
    color: #333;
    font-size: 0.9375em;
    line-height: 1.6em;     
}
.ul_of_corsol li a p  span {
    display: block;
    color: #00aae7;
}


.kinzashopclass{  position: relative;    margin: 0px !important;}
.template-product {
    max-width: 100%;
    padding: 0px;
    background: url(https://ir.ebaystatic.com/pictures/aw/pics/cmp/ds3/imgbg.jpg) repeat 0 0 #f8f8f8;
 
}


.site-header{background-color: rgba(255, 255, 255, 0)!important;}


 
.breadcrumb{margin-top:0px;}

.Poduct-ttl {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: normal;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: pre-wrap;
text-transform: capitalize !important;
    word-break: break-word;
font-family: "Helvetica neue",Helvetica,Verdana,Sans-serif;
}



 

/* Box Shipping, Returns  Payments*/
.BoxShippingandpayment{
	 border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    margin: 0px;
    padding-bottom: 1px;
    padding-top: 1px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
} 
.BoxShippingandpayment p{

    font-size: 1.125rem;
    font-weight: 400;
    padding: 0px 10px;
    box-sizing: border-box;
    padding: 15px 0px 0px 10px;
} 
.BoxDisc{padding:15px;}
  .product-descriptionp , h,strong{

    font-size: 1.125rem;
    font-weight: 400;
    padding: 0px 10px;
    box-sizing: border-box;
    padding: 15px 0px 0px 10px;
}
.PM-kinza *{margin: 0px;padding: 0px; }
 
.kinzaUl_for_PM{
	color:#767676;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.kinzaUl_for_PM li{
    width: 70%;
    display: block;
    float: left;
        padding: 5px 0px;
}
.kinzaUl_for_PM li span{
	    color: #333;
	}
.leftBars{
	
	max-width: 30% !important;
}
.PM-kinza-img{
    max-width: 165px !important;;

    background-image: url(https://ir.ebaystatic.com/cr/v/c1/mwebpayments/mWeb_payment_sprite_placeholder.png);
    display: inline-block;
    background-size: auto 1.42em;
    height: 1.45em;
   background-repeat:no-repeat;
    background-position:left top;  
}
.social-sharing a {float:right;}

.Poduct-dscri{
      border: 1px solid rgba(0, 0, 0, 0.13);
    display: block;
    float: left;
    padding: 15px;
}
.BoxShippingandpayment *{max-width:100%;}


 
.ShopWith_img{display: block;float: left;}
.ShopWith_t_1{display: block;float: left;width:  70%;    padding:20px 0px 0px 20px; }
.ShopWith_t_2{display: block;float: left;width:  70%;    padding: 5px 0px 20px 20px;color:#767676; }
 
 
.BoxPyment{
    display: inline-flex;
    flex-direction: column;
    margin-top: 40px;
}
.BoxPyment button{margin:0px !important;}

 

@media screen and (max-width: 768px){
 
 


 
.BoxShippingandpayment{ background: #ffffff;}
.BoxPyment {
    display: inline-flex;
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
    padding-bottom: 20px;
background: url(https://ir.ebaystatic.com/pictures/aw/pics/cmp/ds3/imgbg.jpg) repeat 0 0 #f8f8f8;
     
}
 
 .BoxShippingandpayment *{max-width:100%;display:block;}
.grid{margin-left:0px !important;}
.grid-item{padding-left:0px !important;}
}


.BoxDivImage1{
    border: 1px solid #ccc;
    background-color: white;
    min-width: 100%;
    max-height: 500px;
    min-height: 500px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.BoxDivImage1::before {
    bottom: 15px;
    left: 5px;
    width: 40%;
    height: 10%;
    -webkit-box-shadow: 0 15px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 15px 6px rgba(0,0,0,0.3);
    box-shadow: 0 15px 6px rgba(0,0,0,0.3);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.scrolling-wrapperK{
  display: flex;
  flex-wrap: nowrap;
    overflow-x: auto;
align-items: flex-start;
    box-sizing: border-box;
    display: -ms-flexbox;
        width: 100%;  
}

.fexBox{
       display: inline-flex;
    float: inherit;
    overflow: hidden;
      flex: 0 0 auto;padding-left: 0px;
 
}

.iLeftFGallery{
   left: -20px;
   background:none;
   border:0px; 
   color: #0654ba;
    top: 10%;
    font-weight: bold;
}
.iRightFGallery{
   right: -20px;
   background:none;
   border:0px; 
   color: #0654ba;
   top: 10%;
   font-weight: bold;
}

.w2bsls {
    height: 45px;    margin-top: 10px;
}

.w2b {
    background-color: #f6f6f6;
    height: 53px;
    display: table;
    width: 100%;
}
.w2b-3 {
    width: 33%;    border-left: 1px solid #e2e2e2;background: #ffffff;
}

.w2b-cnt {
    text-align: center;
    font-family: Helvetica;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.vi-hd-ops  {
    display: block;
    font-size: 14px;
    color: #dd1e31;
    padding: 0 4px;
    font-weight: bold;
}
.vi-hd-ops .w2bsls .w2b-sgl {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
