.dlx-gift-wrapper{

} 
.dlx-gift-container{

}
.dlx-gift-info{
    font-size: 2rem;
    text-align: center;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}
.dlx-gift-info:after{
    content:'';
    height: 4px;
    background-color: #8e0045;
    position: absolute;
    bottom: -20px;
    width: 25%;
}

.dlx-gift-steps{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.dlx-gift-steps .dlx-gift-step{
    width: 100%;
    display: none;
}
.dlx-gift-steps .dlx-gift-step.dlx-active-step{
    display: block;
}


.dlx-gift-steps .dlx-gift-step .dlx-gift-step-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;    
}
.dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item{
    width:calc(33.33% - 50px);
    margin: 1.5rem 25px;
    border-radius: 5px;
    box-shadow: 2px 1px 11px 0px rgba(0,0,0,0.10);
    padding: 1rem;    
}

.dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item.dlx-logic-1{
    display: none;
}

.dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item label{
    font-size: 2rem;
    color: #FFF;
    display: flex;
    flex-direction: column;    
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    min-height: 7.5rem;
}
.dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item input{
    opacity: 0;
    position: absolute;
}
.dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item label .dlx-title-item-img{
    max-width: 70px;
    margin-bottom: 0.5rem;
}
.dlx-gift-step-header{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.dlx-gift-step-header .dlx-gift-step-title{
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0rem;
}
.dlx-step-buttons{
    max-width: 530px;
    margin: 5rem auto 0px;
    display: flex;
    justify-content: space-between;
    display: none;
}
.dlx-step-buttons.active-buttons{
    display: flex !important;
}
.dlx-step-buttons .dlx-btn-action{    
    background-color: #8e0045;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #FFF;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    opacity: 0.5;
    pointer-events: none;

}
.dlx-step-buttons .dlx-btn-action.dlx-btn-active{
    opacity: 1;
    pointer-events:all;
}
.dlx-step-buttons .dlx-btn-action img{
    max-width: 30px;
}
.dlx-step-buttons .dlx-btn-action.dlx-next img{
    position: relative;
    transform: rotate(180deg);
}
.dlx-step-results .item-column-4 .product-grid-item{
    flex: 0 0 24%;
    max-width: calc(25% - 8px);
    width: calc(25% - 8px);    
}

.dlx-step-results .item-column-5 .product-grid-item{
    flex: 0 0 19%;
    max-width: calc(20% - 8px);
    width: calc(20% - 8px);
    margin: 8px !important;

}
.dlx-step-results .dlx-step-results .products {
    width:100% !important;
  --wd-col-lg:unset !important;
   display: flex;
   justify-content: center;
}
.dlx-step-buttons.dlx-btn-center{
    justify-content: center;
}
.dlx-step-buttons.dlx-btn-center .dlx-next,
.dlx-step-buttons.dlx-btn-center .dlx-prev{
    display: none;
}
.dlx-step-results .products .product-wrapper{
    box-shadow:0 0 4px rgba(0, 0, 0, 0.12);
}
.wd-products.wd-stretch-cont-lg .product-wrapper{
  max-height:400px !important;
}
.dlx-step-results  .wd-products[class*="wd-stretch-cont"] .wd-product{
 	height:auto !important; 
}

@media screen and (max-width: 991px){
    .dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item{
        margin: 1rem 0.5rem;
        width: calc(33.33% - 16px);
    }
    .dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item label{
        font-size: 1.5rem;
        min-height: 5rem;
    }
    .dlx-step-results .item-column-5 .product-grid-item{
        flex: 0 0 25%;
        max-width: 25%;
    }

}
@media screen and (max-width: 780px){
    .dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item label{
        font-size: 1.25rem;
    }
    .dlx-step-results .item-column-5 .product-grid-item{
        flex: 0 0 calc(25% - 15px);
    	max-width: calc(25% - 15px);
    	margin: 8px !important;
    }
    .dlx-gift-info,
    .dlx-step-buttons .dlx-btn-action{
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .dlx-gift-step-header .dlx-gift-step-title{
        font-size: 2rem;
    }
    .dlx-step-buttons .dlx-btn-action img{
        max-width: 20px;
        left: 10px;
        top: -1px;
    }
    .dlx-step-buttons .dlx-btn-action.dlx-prev img{
        left: -10px;
        top: -2px;
        position: relative;
    }
    .dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item label .dlx-title-item-img{
        max-width: 50px;
    }
}

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

    .dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item{
        width: calc(50% - 8px);
        margin: 0.25rem;
    }
    .dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item label{
        min-height: 4rem;
    }
    .dlx-gift-info, .dlx-step-buttons .dlx-btn-action{
        font-size: 1rem;
        padding: 0.765rem;
    }
    .dlx-step-results .item-column-5 .product-grid-item{
        flex: 0 0 calc(50% - 10px);
    	max-width: calc(50% - 10px);
    	margin: 4px !important;

    }
    .dlx-gift-steps .dlx-gift-step .dlx-gift-step-container .dlx-title-item label .dlx-title-item-img{
        max-width: 30px;
    }
    .dlx-step-buttons{
        margin-top: 1rem;
    }
}
