/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


#_desktop_user_info {
    margin-left: 10px;
}

.header-top #_desktop_cart {
    margin-left: 10px;
}

.btn.btn-primary:hover {
    background: #1ca3c5;
}


#seenproduct .featured-products h2, #seenproduct .title-heading {
    font-size: 18px;
    color: #1ca3c5;
}

#_desktop_cart .show-mini-cart span:not(.cart-products-count):not(.dots) {
    display: flex;
}

.header-top .row.row-bottom {
    max-width: 490px;
}

span.dots {
    padding-left: 3px;
    padding-right: 3px;
}


.products .product-miniature .product-price-and-shipping .discount-percentage.discount-product, 
.products .product-miniature .product-price-and-shipping .regular-price, 
.products .product-miniature .product-flags,
.product-container .product-flags,
.product-container-right .has-discount .discount, .product-prices div.product-discount {
    display: none;
}


.facet-item.Homme, .facet-item.Femme {
    float: left;
    width: 50% !important;
}

.block-promo .promo-code-button {
    display: none;
}
#_desktop_user_info,.header-top #_desktop_cart{
	float: right;
}
.header-top-right .row.row-top{
display:block;
}
#_desktop_cart .body-mini-cart{
    top: 79px;
}
.header-top-right .prime-div {
   /* display: none;
    position: absolute;
    top: 86%;
    right: 0;
    z-index: 1001;
    
    background: #fff;
    width: 406px;
    transition: all 1.2s cubic-bezier(.22,.44,0,1);
    opacity: 0;
    overflow: hidden;*/
	
	border: 1px solid #ddd;
	display: block;
    opacity: 1;
    /* overflow: visible; */
    width: 100%;
    /* float: left; */
    margin: 15px;
    float: left;
}

#_desktop_user_info .prime-div.active {
    display: block;
    opacity: 1;
    overflow: visible;
}


#_desktop_user_info .prime-div {
    padding: 18px 15px;
}

#_desktop_user_info .prime-div p {
    font-size: 14px;
    font-weight: 600;
    color: #10718a;
    margin-bottom: 5px;
}

#_desktop_user_info .prime-div span {
    background: #10718a;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
}

#_desktop_user_info .prime-div a {
    color: #1ca3c5;
}

#_desktop_user_info .blocprime {
    margin-top:5px;
}

#search_filters .facet-label.active .color:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #FFFFFF;
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 19px;
    line-height: 32px;
}

#search_filters .Couleur.Blanc .color, #search_filters .Color.White .color {
    border: 1px solid #dad8d8 !important;
}

#search_filters .Couleur a, #search_filters .Color a {
    /* display:none; */
}

#search_filters .facet-item.Couleur li {
    display: block;
    float: left;
    width: 20% !important;
    text-align: center;
    min-width: inherit !important;
    margin-bottom: 8px;
    text-align: left;
}


.product-discount {
    display: none;
}




/************************************stepers **********************************/
ul.step{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 0;
}
div ul.step li.js-current-step {
    font-weight: bold;
    background: #42b856;
    background: -moz-linear-gradient(top,#42b856 0,#43ab54 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#42b856),color-stop(100%,#43ab54));
    background: -webkit-linear-gradient(top,#42b856 0,#43ab54 100%);
    background: -o-linear-gradient(top,#42b856 0,#43ab54 100%);
    background: -ms-linear-gradient(top,#42b856 0,#43ab54 100%);
    background: linear-gradient(to bottom,#42b856 0,#43ab54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b856',endColorstr='#43ab54',GradientType=0);
    border-color: #399b49 #51ae5c #208931 #369946;
}
ul.step li.first {
    border-left-width: 1px;
    border-left-color: #b7b7b7;
}

div ul.step li.js-current-step span {
    color: #fff;
    text-shadow: 1px 1px #208931;
    border: 1px solid;
    border-color: #73ca77 #74c776 #74c175 #74c776;
    position: relative;
}
ul.step li.first {
    border-left-width: 1px;
}
ul.step li:first-child.step_todo span{
    padding: 5px 10px 14px 13px;
}
ul.step li {
    float: left;
    width: 24%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #b7b7b7;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #9a9a9a;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: initial;
    border-left-style: solid;
    border-left-width: 0;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-color: #cacaca;
    border-bottom-color: #9a9a9a;
    border-right-color: #b7b7b7;
    border-left-width: 0;
    height: 51px;
}
ul.step li.first span, ul.step li.first a {
    z-index: 5;
    padding-left: 13px !important;
}
ul.step li a, ul.step li span,div  ul.step li.js-current-step span, ul.step li.step_current_end span {
    display: block;
    padding: 13px 10px 13px 13px;
    /* color: #646363; */
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    /* text-shadow: 1px 1px white; */
    /* position: relative; */
}
ul.step li.first span, ul.step li.first a {
    z-index: 5;
    padding-left: 13px !important;
}

ul.step li em {
    font-style: normal;
}

ul.step li.step_todo {
    background: #f7f7f7;
    background: -moz-linear-gradient(top,#f7f7f7 0,#ededed 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,#f7f7f7 0,#ededed 100%);
    background: -o-linear-gradient(top,#f7f7f7 0,#ededed 100%);
    background: -ms-linear-gradient(top,#f7f7f7 0,#ededed 100%);
    background: linear-gradient(to bottom,#f7f7f7 0,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ededed',GradientType=0);
}
ul.step li.step_todo span {
    display: block;
    border: 1px solid;
    border-color: #fff;
    color: #646363;
    position: relative;
}


@media (min-width: 992px){
    div ul.step li.js-current-step span:after {
        background: url(/img/order-step-a.png) right 0 no-repeat;
    }
    
    div ul.step li.step_todo span {
        padding-left: 38px;
    }
    ul.step li.step_todo span:after {
        background: url(/img/order-step-current.png) right 0 no-repeat;
    }
    ul.step li:last-child.-complete span:after{
        background: url(/img/order-step-done-last.png) right 0 no-repeat; 
    }
    ul.step li a:after, ul.step li span:after,div  ul.step li.js-current-step span:after, ul.step li.step_current_end span:after {
        content: ".";
        position: absolute;
        top: 0;
        right: -31px;
        z-index: 1;
        text-indent: -5000px;
        display: block;
        width: 31px;
        height: 52px;
        margin-top: -2px;
    }
}
section.checkout-step {
    display:none;
}
section.checkout-step.js-current-step{
    display:block;
}
li.checkout-step.-reachable.-complete.-clickable{
    cursor: pointer;
}

ul.step li.-complete {
    border-color: #666666 #5f5f5f #292929 #5f5f5f;
    background: #727171;
    background: -moz-linear-gradient(top,#727171 0,#666666 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#727171),color-stop(100%,#666666));
    background: -webkit-linear-gradient(top,#727171 0,#666666 100%);
    background: -o-linear-gradient(top,#727171 0,#666666 100%);
    background: -ms-linear-gradient(top,#727171 0,#666666 100%);
    background: linear-gradient(to bottom,#727171 0,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171',endColorstr='#666666',GradientType=0);
}
ul.step li.-complete span {
    color: #fff;
    text-shadow: 1px 1px rgb(0 0 0 / 30%);
    border: 1px solid;
    border-color: #8b8a8a;
}
body#checkout section.checkout-step .step-title{
    display:none;
}
ul.step li.-complete span:after {
    background: url(/img/order-step-done.png) right 0 no-repeat;
}
div#colissimo-widget-container{
height: initial !important;
}
.cart-grid-body {
    width: 100%;
}
.block-promo .promo-input {
    width: initial;
}
#promo-code{
padding-left: 24px;
}
.card-block.checkout .btn-primary{
    max-width: 185px;
    float: right;
}
.card-block.checkout.cart-detailed-actions{
	padding-right: 0;

}
body#checkout section.checkout-step .custom-radio input[type=radio]{
    z-index: 0;
}
@media (min-width: 768px){
    ul.step li.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
ul.step li.first span, ul.step li.first a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


}
@media (max-width: 768px){
    ul.step li{
    display: block;
    width: 100%;
    
}
}


@keyframes blink-animation {
    0% { border-color: red; }
    50% { border-color: transparent; }
    100% { border-color: red; }
}

.blink {
    animation: blink-animation 0.8s step-end infinite alternate;
    border-width: 2px !important;
    border-style: solid !important;
}
.product-variants fieldset.guide-pointure {
    padding-bottom: 3px;
    background: #74b7cf url(https://www.podepi.com/themes/podepi/css/../img/pointure_picto.png) no-repeat right;
    padding: 18px 0;
    padding-right: 65px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.product-variants fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.product-variants fieldset p { color:white; }

.validator-condition input[type="checkbox"] + label::after {
  content: ""; /* rien quand décoché */
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 16px;
  color: green;
  font-weight: bold;
}

.validator-condition input[type="checkbox"]:checked + label::after {
  content: "✓"!important;  /* coche quand cochée */
  background:none!important;
}
