/**
*  Tous droits réservés NDKDESIGN
*
*  @author    Hendrik Masson <postmaster@ndk-design.fr>
*  @copyright Copyright 2013 - 2017 Hendrik Masson
*  @license   Tous droits réservés
*/

#module-ndk_steppingpack-default .products.row {
    padding: 0 10px;
}

#module-ndk_steppingpack-default .product-miniature-list-row {
    padding: .7rem;
    background: #fff;
}

#module-ndk_steppingpack-default .product-miniature-list .product-title {
    margin: 1rem 0;
    font-size: 1rem;
    min-height: 49px;
}

#module-ndk_steppingpack-default .js-product-miniature-wrapper {
    cursor: pointer;
}

.pack-list .pack-item{
	margin-bottom:25px
}
.stepnav{
	margin:20px 0;
	padding:15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.stepnav li {
  display: inline-block;
  font-size: 17px;
  line-height: 31px;
  margin: 8px 0;
  font-weight:bold;
  
}
.stepnav li.stepnavButton:hover{
	color:#ffc107!important
}
.stepnav li > .icon-chevron-right {
  font-size: 40px;
  vertical-align: middle;
  color:#ccc
}
.stepnav li:disabled{
	opacity:0.4
}

.activeStep{
	background:#134D68;
	color: #fff;
	border-color:#134D68!important
}

.stepnav li.step_done{
	    background: #43b754 linear-gradient(to bottom, #43b754 0%, #42ac52 100%) repeat-x scroll 0 0;
	    border-color: #399a49 #247f32 #1a6d27 #399a49;
	    border-image: none;
	    border-radius: 0;
	    border-style: solid;
	    border-width: 1px;
	    color: #fff;
	    font-size: 17px;
	    font-weight: bold;
	    line-height: 31px;
}

/*#module-ndk_steppingpack-default #layer_cart .button-container, .cart-buttons{
	display: none;
}*/

p.discount{
	font-size:18px;
	color: #55C65E;
}

.step-description{
 	padding-bottom:15px
}

.counter {
  clear: both;
  padding: 0;
  text-align: center;
}

#counter_mark{
	font-size:14px;
	display:inline-block
}
.counterLeft {
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}
#resume_pack{
	/*display:none;*/
	overflow-y:auto;
	/*max-height:40vh*/
}
#resume_pack .products {
	text-align: center;
	margin-bottom: 0;
	/* display: inline; */
	margin-top: 5px;
}

#resume_pack .products > dt{
	border: 1px solid #ececec;
	padding-bottom:5px
}

#resume_pack .product-name {
  font-size: 12px;
  line-height:16px;
  word-break: break-word;
}


#resume_pack .cart-info {
  font-size: 12px;
  line-height: 16px;
  /*min-height: 55px;*/
  text-align: left;
  padding:0;
}
.pack-content-img{
	padding:0 5px;
}


#resume_pack .price {
  display: none;
}

/*.ajax-del-resume {
	padding:5px;
}*/

.ajax-del-resume i{
	font-size: 12px;
}

#module-ndk_steppingpack-default .layer_cart_overlay, #module-ndk_steppingpack-default #layer_cart{
	display:none!important
}

.popupContainer {
  background: #fff none repeat scroll 0 0;
  padding: 25px;
  text-align: center;
  position: relative;
}

.popupContainer .btn{
	margin:15px
}

.denyOrder .product_list, .denyOrder .product-miniature{
	display:none!important
}

.packIsFull{
	display:none;
}

.denyOrder .packIsFull{
	display:block;
}



.block-container{
	padding:15px;
	border:1px solid #DEDEDE;
}

.block-container:hover{
	background:#F5F5F5;
}
.pack-infos-block{
	text-align:center
}

.image-block{
	border:1px solid #DEDEDE;
	text-align:center
}

.image-block .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  width:100%
}


#timeline{
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
	padding:5px;
	border-top: 3px solid #dedede;
}

#timeline .toggler {
  clear: right;
  cursor: pointer;
  display: table;
  font-size: 18px;
  width: auto;
}

#timeline .toggler:hover{
	background:#F5F5F5;
}

#timeline .toggler.active:after{
	content: "\f077";
}

#timeline .toggler:after {
    content: "\f078";
    display: inline-block;
    float: right;
    font-family: "FontAwesome";
    font-size: 18px;
    padding: 0px 5px 0;
}

#timeline .remove_link {
	/* background: #dedede none repeat scroll 0 0; */
	/* border-top: 1px solid #dedede; */
	/*clear: both;*/
	display: block;
	margin: 0;
	/* padding: 5px; */
	/* width: 100%; */
	text-align: center;
	color: #ccc;
    margin-top: 2px;
}





.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.ndk_att_list {
    padding: 15px;
    background: #F5F5F5;
    margin-bottom: 15px;
}

.ndk_attribute_label {
	/* width: 120px; */
	text-align: right;
	display: inline-block;
}

.ndk_attribute_select{
	padding:3px
}

.ndk_quantity_wanted_p{
	padding-top: 8px;
}

.ndk_quantity_wanted_p input{
	display:inline-block;
	width:40px;
	border:1px solid #DEDEDE;
	color: #777;
}

.resume-step {
	display: inline-table;
	float: left;
	position: relative;
	/*padding-right: 30px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 15px;
	padding-bottom: 15px;
	min-height:40px*/
}



.resume-step:last-of-type{
	margin-right:0
}
.resume-step:last-of-type::after{
	display:none
}

/*.resume-step::after {
	content: '';
	font-family: 'Fontawesome';
	font-size: 24px;
	top: 40%;
	position: absolute;
	right: 0;
	color: #ccc;
}

@media (max-width: 768px) {
	.resume-step::after {
		content: '\f078';
	}
}*/

.timeline-product-item > .container_block{
	border: 1px solid #DEDEDE;
	padding:5px;
    margin: 0 5px;
    width: 200px;
}

#module-ndk_steppingpack-default #timeline .ajax_cart_block_remove_link:after{
	font-family: 'Fontawesome';
	font-size: 12px;
	color: #ccc;
	content: '\f1f8';
}

.ndksplistbutton-container {
	display: block;
	width: 100% !important;
	float: left!important;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DEDEDE;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}

#module-ndk_steppingpack-default #timeline .icon, [class^="icon-"] {
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

#module-ndk_steppingpack-default #timeline .icon-trash::before {
	content: "\f1f8";
	font: normal normal normal 12px/1 FontAwesome!important;
}

.icon-minus::before {
	content: "";
	font: normal normal normal 12px/1 FontAwesome!important;
}

.icon-plus::before {
	content: "";
	font: normal normal normal 12px/1 FontAwesome!important;
}

.icon-puzzle::before {
	content: "\f12e";
	font-size:18px;
	margin-right:3px;
	font: normal normal normal 12px/1 FontAwesome!important;
}

.tooltip.top{
	width:290px
}


#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description{

}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container{

}

#products .thumbnail-container form,
.featured-products .thumbnail-container form,
.product-accessories .thumbnail-container form,
.product-miniature .thumbnail-container form{
  text-align: center;
  margin: 10px 0 10px 0;
}

#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations{
  bottom: 8.625rem;
}

#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants{
  bottom: 6.375rem;
}

#module-ndk_steppingpack-default #blockcart-modal, #module-ndk_steppingpack-default .modal-backdrop{
	display:none!important
}

.products.row {
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
}
/*
.col-md-3 .timeline-product-item.first_item.col-md-6.col-sm-4.col-xs-6 {
	width: 100%;
}*/

#module-ndk_steppingpack-default.modal, #module-ndk_steppingpack-default.modal-open {
	overflow: scroll!important;
}

#module-ndk_steppingpack-default .timeline-product-item.first_item {
    float: left;
}

@media screen and (min-width: 768px) {
    .col-md-1-5 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media screen and (max-width: 767px) {
    .timeline-product-item > .container_block {
        width: 100%;
        margin: 0;
    }
    .resume-step, .timeline-product-item {
        width: 100%;
    }
    #timeline .remove_link {
        text-align: right;
    }
}
#stepNav_order {display:none}