/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/






/***** Custom Radio Button *****/
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: .5em;
    margin-bottom: 0.125rem;
}
/* .form-check .form-check-input{
    margin-right: 10px;} */
.form-check .form-check-input{
    appearance: none;
    border-color: #000;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #000;
}
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input:checked{
    background-color: #000;
    border-color: #000;

}

.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:checked[type=radio] {
    background: #000;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 2px #000;
}



.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.vc_row{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    margin-left: -1%;
    margin-right: -1%;
}

.vc_row .wpb_column{
    padding-left: 1%;
    padding-right: 1%;
}

.shop-steps{
    display: none;
}





.create-my-plan-main-box {
    margin: 10px 0;
    padding: 0;
}

.create-my-plan-main-box::before {
    content: "";
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
}
.create-my-plan-text {
    float: left;
}
.create-my-plan-text {
    padding: 30px 0 20px;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
}
.create-my-plan-list .navbar-nav {
    padding: 0 20px;
    display: flex;
}
.create-my-plan-list li {
    padding: 20px 3px 11px;
    display: flex;
    margin: 0 12px;
    border-bottom: 3px solid transparent;
}
.create-my-plan-list .Create-My-Plan-details a {
    color: #000000;
    text-decoration: none;
    padding: 2px;
}
/* .create-my-plan-list .Create-My-Plan-details a img{
    display: block;
} */
/* 
.create-my-plan-list li .completed-tick-mark {
    display: none;
} */
/* .create-my-plan-list li .icon{
    display: none;
} */


/* 
.create-my-plan-list li .icon.completed-mask,
.create-my-plan-list li .completed-tick-mark,
.create-my-plan-list li .icon.active-mask{
    display: block;
}
.create-my-plan-list li .icon.active-mask{
    display: none;
}

.create-my-plan-list li.active .icon.active-mask{
    display: block;
}
.create-my-plan-list li.active .icon{
    display: none;
}


.create-my-plan-list li .icon.completed-mask{
    display: none;
} */


/* .create-my-plan-list li .icon.completed-mask{
    display: none;
} */

.create-my-plan-list li .icon{
    display: block;
    filter: grayscale(1);
}
.create-my-plan-list li.active .icon{
    filter: grayscale(0);
}


.create-my-plan-list li .completed-tick-mark{
    display: none;
}

.create-my-plan-list li.active {
    border-bottom: 3px solid #0078B7;
}
.create-my-plan-list li.finish .completed-tick-mark{
    display: inline-block;
}

.quick-shop-subtotal {
    padding: 0px 0 0px;
    color: #000000;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 23px;
}
.quick-shop-subtotal strong{
    font-weight: 700;
}

.quick-shop-next-step .site-btn {
    background-color: #f15a22;
    border: 2px solid #f15a22;
    color: #ffffff;
    transition: all .3s ease-out;
    padding: 11px 15px;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 700;
    min-width: 90px;
    cursor: pointer;
    margin: 0 5px;
}
.quick-shop-next-step .site-btn:hover{
    color: #ffffff;
    background-color: #000;
    border-color: #000000;
}




.Create-My-Plan-details {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Create-My-Plan-details p {
    float: left;
    padding: 10px 6px;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    font-family: bariol_regularregular, Arial, sans-serif;
    position: relative;
}


.quickshop-section .qs-page-title{
    font-size: 30px;
    color: #222;
    line-height: 1.1;
}
.quickshop-section .qs-page-desc{
    font-size: 16px;
    color: #222;
}

.quickshop-section .bundle-card {
    background: #ffffff;
    border: 1px solid #D8D8D8;
    border-radius: 0.6rem;
    padding: 1.5rem;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.1), 0 7px 10px 1px rgba(0,0,0,0.07), 0 2px 16px 1px rgba(0,0,0,0.06);
}

.quickshop-section .bundle-header {
    background-color: #F4F4F4;
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
    min-height: 200px;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.quickshop-section .bundle-header .card-badge {
    width: 3.6rem;
    height: 3.6rem;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
    right: -0.4rem;
    top: -0.6rem;
    position: absolute;
    color: #fff;
    background: #06abdc;
    display: inline-flex;
    box-shadow: 0 0 0 0.3rem #06abdc;
    line-height: 1.1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quickshop-section .bundle-header .card-badge span {
    font-size: 1.5rem;
    display: block;
    line-height: 1;
}

.quickshop-section .bundle-header .bundle-prods img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.product-info h2{
    color: #222222;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}
.product-info h2 span{
    font-weight: 600;
    color: #707070;
    font-size: 18px;
}
.product-info h3{
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.product-info h3 span{
    font-weight: 600;
    color: #707070;
}
.product-info .product-price{
    color: #222222;
    text-align: left ;
    margin-top: 1.5rem;
    font-size:16px;
    font-weight: 700;
    display: flex;
    text-decoration: none;
    padding-bottom: 0px;
}

.product-info .product-price  ins {
    margin-right: 0.5rem;
    text-decoration: none;
}
.product-info .product-price  del{
    font-weight: 400;
    color: #707070;
}
.product-info .product-price .view-btn{
    margin-left: auto;
    text-decoration: underline;
    font-size: 15px;
    color:#f15a22;
}
.product-info .product-price .view-btn:hover{
    color: #000;
}

.product-info .lite-green-bg {
    padding: 0.5rem 1rem;
    background-color: #F4FAF0;
    margin-top: 1.5rem;
    text-align: left;
    font-size: 15px;
    border-radius: 0.6rem;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
}
.product-info .text-icon.green-tick:before {
    content: url(assets/images/green-tick-enabled.svg);
    position: relative;
    top: 0.3rem;
    padding-right: 0.7rem;
}

.product-info .lite-green-bg .foot-asterix-txt + span {
    display: block;
    padding-left: 2rem;
    white-space: nowrap;
}
.bundle-footer{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.bundle-card .select-btn{
    background-color: #FFF;
    border: 2px solid #f15a22;
    color: #f15a22;
    transition: all .3s ease-out;
    padding: 15px 15px;
    border-radius: 50px !important;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
}
.bundle-card .select-btn.active{
    background-color:#f15a22;
    color: #fff;
}
.bundle-card .select-btn.active:hover{
    color: #fff;
}
.bundle-card .select-btn:hover{
    color: #000;
}


.variation .colour label,
.variation .qty label{
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
}
.variation .colour .form-check{
    line-height: 1.5;
}
.variation .colour .form-check label{
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0px;
}

.bundle-card .form-select{
    border: 0.1rem solid #707070;
    color: #000;
    padding: 0.4rem 1rem 0.4rem 1rem;
    width: 100px;
    text-align: left;
    border-radius: 0.3rem;
    margin-bottom: 0;
    display: block;
    font-weight: 800;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;

}
.select-wrapper {
    position: relative;
    display: inline-block;
}
.select-wrapper:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    pointer-events: none;
    width: 8px;
    height: 8px;
    border: 2px solid #f15a22;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
}

.choose-buying{}

.choose-frequency .quickshopfrequency-list{
    list-style: none;
    padding: 0;
    margin: 0px 40px;
}
.choose-frequency .quickshopfrequency-list li {
    border: 1px solid #707070;
    border-radius: 4px;
    margin-bottom: 18px;
    position: relative;
    cursor: pointer;
    padding: 18px 15px;
    margin-bottom: 22px;
    list-style: none;
}
.quickshopfrequency-list h3{
    color: #000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
}

.quickshopfrequency-list p{
    font-size: 15px;
    color: #000;
    padding-bottom: 0;
}
.quickshopfrequency-list .form-check-input{
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #06abdc;
    appearance: none;
}
 .quickshopfrequency-list .form-check-input:checked[type=radio] {
    background: #06abdc;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #06abdc;
    position: relative;
} 


.quickshopfrequency-list input[type="radio"]:checked:after{
    left: 1px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
}
.checkbox a{
    color:#f15a22;
    text-decoration: underline;
}
.checkbox a:hover{
    color: #000;
}
.bottle-container .text-required{
    color: #000;
}

.text-error{
    color: #ff0000;
}
.site-btn:disabled{
    pointer-events: none;
    cursor: not-allowed;
    background-color: #707070;
    border-color: #707070;
}


#dialog-content{
    max-width: 780px;
    display: none;
}





#dialog-content .bundle-header {
    background-color: #F4F4F4;
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}
#dialog-content .bundle-header .card-badge {
    width: 3.6rem;
    height: 3.6rem;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
    right: -0.4rem;
    top: -0.6rem;
    position: absolute;
    color: #fff;
    background: #06abdc;
    display: inline-flex;
    box-shadow: 0 0 0 0.3rem #06abdc;
    line-height: 1.1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

