.product-selector-section {
    padding-bottom: 30px;
}

.progress-bar-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
/* .progress-bar-section .heading-text{
	color: #00b300;
    font-size: 17px;
    font-weight: 700;
} */
.progress-ques-text .step-heading-text {
    color: #687888;
    font-size: 40px;
    width: 100%;
    word-break: break-word;
    text-align: center;
}

.progress-ques-text,
.progress-step-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-bar-div {
    margin-left: -40px;
}

.progress-bar-section li {
    list-style-type: none;
    display: inline;
}

.progress-bar-section .circle {
    width: 13px;
    height: 13px;
    background: white;
    display: block;
    border-radius: 50%;
    float: left;
    border: 1px solid #B8B8B8;
}

/* .progress-bar-section .circle.active{
  background:green;
} */

.progress-bar-section .divider {
    margin-top: 10px;
}

    .progress-bar-section .divider.full {
        width: 30px;
        height: 1px;
        background: #B8B8B8;
        display: block;
        float: left;
        margin-top: 6px;
    }

/* .progress-bar-section  .divider.full.active{
  background:green;
} */
.progress-button-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-bar-section .menu {
    width: 100%;
    display: block;
    float: left;
}

.progress-step-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.progress-ques-text {
    margin: 35px 0px;
}

.progress-step-wrapper .image-wrapper {
    padding: 0 50px 0px 50px;
}

    .progress-step-wrapper .image-wrapper .step-select-icons {
        width: 150px;
        height: 150px;
    }

.step-selected {
    background-color: #e8e8f7;
    border-radius: 100%;
}

.select-option {
    text-align: center;
    color: #6d6daa;
    display: block;
    padding: 30px 0px 10px 0px;
    font-size: 22px;
    width: 150px;
}

.step-select-icons, .select-option {
    cursor: pointer;
}

    .select-option .option-desc-txt {
        color: #000;
        font-size: 20px;
    }

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.previous {
    display: none;
}

.btn-next {
    font-size: 20px;
}

.btn-depend {
    padding: 7px 45px;
    border-radius: 20px;
    margin-right: 13px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}
/* .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
} */
/* .btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle,
.btn-outline-success:not(:disabled):not(.disabled).active,
 .btn-outline-success:not(:disabled):not(.disabled):active, 
 .show>.btn-outline-success.dropdown-toggle{
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-back {
    background-color: #fff;
    font-size: 20px;
}
.btn-back:hover,
.btn-success:hover{
color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
} */
/*recommendation  section*/
.product-recommendation-section {
    width: 100%;
    display: flex;
    align-items: flex-start;
    /*justify-content: space-between;*/
    justify-content: space-around;
    flex-direction: row;
}

.recommended-product {
    text-align: center;
    border: 2px solid lightgrey;
    margin: 10px 0;
    position: relative;
    padding: 30px 10px;
    margin-right: 5px;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.selected-recommend-product {
    border: 2px solid #6d6daa;
    background: #efecfc;
}

.product-wrapper {
    width: 45%;
}

.show-product {
    display: flex;
    justify-content: center;
}

.product-heading-text {
    font-size: 20px;
    text-align: center;
}

.recommended-product .recommended-text {
    font-size: 18px;
    color: #000;
}

.recommended-product .prod-link {
    text-decoration: none;
}

#FreeSample, #resetSelection {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.active-button {
    border: 1px solid #6d6daa;
}
/* .request-sample-btn{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #6d6daa;
	width: 178px;
	border-radius: 20px;
	border-color: transparent;
	padding: 2px 15px;	
} */
.disabledbutton {
    pointer-events: none;
}

.free-sample-button-section {
    margin-top: 30px;
    /*display:none;*/
}

.no-recommendation-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
}

    .no-recommendation-section .heading-text {
        color: #6d6daa;
        padding: 30px;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0px;
    }
/*new changes*/
.user-selected-option {
    background-color: #e8e8f7;
    border-radius: 100%;
}

.parent-img-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.product-wrapper.user-product-recommendation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.product-wrapper.user-product-interested {
    width: 50%;
}

.user-product-recommendation .product-title-text {
    width: 440px;
    text-align: center;
}

.user-product-interested .product-title-text {
    width: 100%;
    text-align: center;
}

.recommended-product-image .prod-img {
    width: 250px;
    height: 200px;
}

.user-product-recommendation .show-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 440px;
}

.user-product-interested .show-product {
    display: block;
    text-align: center;
}

.user-product-interested .recommended-product {
    width: 40%;
    display: inline-block;
    vertical-align: bottom;
}

.single-product {
    width: 440px !important;
}
.product-wrapper.user-product-recommendation.only-reccomendation-section{
	width:100%;
}
.product-wrapper.user-product-recommendation.only-reccomendation-section .show-product {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product-wrapper.user-product-recommendation.only-reccomendation-section .show-product .recommended-product {
    width: 45%;
}
@media only screen and (max-width: 991px) {
    .user-product-recommendation .show-product {
        width: 100%;
    }

    .user-product-interested .recommended-product {
        width: 37%;
    }

    .selection-box {
        width: 128px;
    }

    .icon-text {
        width: 100px;
        left: 24px;
        top: 7px;
        font-size: 12px;
    }

    .recommended-product .recommended-text {
        font-size: 14px;
        color: #000;
    }

    .single-product {
        width: 100% !important;
    }
	.product-wrapper.user-product-recommendation.only-reccomendation-section .show-product .recommended-product {
    width: 40%;
	}
}

@media only screen and (max-width: 767px) {
    .progress-ques-text .step-heading-text {
        font-size: 24px;
        width: 100%;
    }

    .progress-step-wrapper .image-wrapper {
        padding: 0 15px 0px;
    }

        .progress-step-wrapper .image-wrapper .step-select-icons {
            width: 100px;
            height: 100px;
        }

    .select-option {
        width: 100px;
    }

    .product-recommendation-section {
        flex-direction: column;
    }

    .product-wrapper.user-product-interested {
        width: 100%;
    }

    .product-wrapper.user-product-recommendation {
        width: 100%;
    }

    .user-product-recommendation .product-title-text {
        width: 100%;
    }

    .recommended-product {
        margin-bottom: 44px;
    }

    .user-product-recommendation .show-product {
        width: 100%;
    }

    .user-product-interested .show-product {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .user-product-interested .recommended-product {
        width: 100%;
    }

    .selection-box {
        width: 178px;
    }

    .icon-text {
        display: inline;
        width: 150px;
        position: absolute;
        left: 35px;
        top: 5px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }
	.product-wrapper.user-product-recommendation.only-reccomendation-section .show-product .recommended-product {
    width: 100%;
	}
}
