.phone-input-container {
    display: flex;
    align-items: center;
    position: relative;
}
@font-face {
    font-family: "Montez";
    src: url(https://cookit.tn/wp-content/uploads/2025/02/Montez-Regular.ttf) format("truetype");
}
.title-menu {
    font-family : Montez !important; 
}
.tab-content {
    background-image: url(https://cookit.tn/wp-content/uploads/2025/02/image-9.png) !important;
    background-size: 100% auto;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;

}

.phone-flag {
    font-size: 1.5rem;
    margin-right: 10px;
}

.border-min {

border-bottom: 1px solid rgb(235, 235, 235);
margin-bottom : 1.5rem ; 
padding-bottom : 1.5rem ; 
margin-right : 0px !important ; 
margin-left : 0px !important ; 
}

.phone {
    padding-left: 80px; /* Adjust the padding to make space for the flag */
}
.plate-price {
    -webkit-box-align : center ; 
    align-items : center ; 
    background : #e3e1e1 ; 
    border-radius : 1rem ; 
    color : rgb(74, 74, 74) ; 
    display : flex ; 
    font-size : 1.2rem ; 
    font-weight : 700 ; 
    -webkit-box-pack : center ; 
    justify-content : center ; 
    padding : 10px 10px; 
    display : flex ; 
    overflow : hidden ; 
    text-overflow : ellipsis ; 
    white-space : nowrap ; 
}
#recipe-details-modal {
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0;
    overflow-x: hidden;
    position: fixed;
    z-index: 9999 !important;
    opacity: 1;
    transition: opacity 0.3s ease-out 0s;
}
.add-from-recipe {
    background: rgb(248, 248, 248);
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
}


.nbr-persons-in-recipe {
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 1.5rem;
    box-sizing: border-box;
    color: rgb(74, 74, 74);
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px 5px;
    min-width: 50px;
    padding: 0px 5px;
    text-align: center;
}
.plus-in-recipe {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height : 100% ; 
    -webkit-box-pack: center;
    justify-content: end;
}
.card-body {
    background-color: #E9E6DB !important;
}
.add-from-recipe-details {
    background-color:#E9E6DB !important; 
}
.plus-recipe {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    width: 50px;
    background-color: transparent;
    border: 1px solid #4C8D81;
    border-radius: 2rem;
    color: #4C8D81;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    height: auto;
    outline: none;
    padding: 1rem 1.5rem;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
    vertical-align: middle;
    width: auto;
}

.continue-button {
    cursor : pointer !important ; 
    background-color : #4C8D81 !important; 
    border : 1px solid #4C8D81 !important; 
    border-radius : 2rem !important ; 
    color : rgb(255, 255, 255) ! important ; 
    display : inline-block !important;
    font-size : 1.2rem !important; 
    font-weight : 700 !important; 
    height : auto !important; 
    line-height : 1.4rem !important; 
    padding : 1.5rem 2rem !important; 
    position : relative !important; 
    -webkit-tap-highlight-color : transparent !important; 
    text-align : center !important; 
    text-decoration : none ; 
    transition : background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s !important; 
    vertical-align : middle !important; 
    width : auto !important;  

}
#autologin {
    cursor : pointer !important ; 
    background-color : #4C8D81 !important; 
    border : 1px solid #4C8D81 !important; 
    border-radius : 2rem !important ; 
    color : rgb(255, 255, 255) ! important ; 
    display : inline-block !important;
    font-size : 1.2rem !important; 
    font-weight : 700 !important; 
    height : auto !important; 
    line-height : 1.4rem !important; 
    padding : 1.5rem 2rem !important; 
    position : relative !important; 
    -webkit-tap-highlight-color : transparent !important; 
    text-align : center !important; 
    text-decoration : none ; 
    transition : background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s !important; 
    vertical-align : middle !important; 
    width : auto !important;  
}

.nbrPersonSelected {
    position : relative ; 
    bottom : 20px ; 
    border-radius : 10rem ; 
    text-decoration : none ; 
    font : 700 11px/12px sans-serif ; 
    background : #FF604D ; 
    border : 1px solid #fff ; 
    color : #FFF ; 
    width : 15px ; 
    height : 15px ; 
}

.info-bubble {
background : rgba(255, 255, 255, 0.98) ; 
border-radius : 2rem ; 
bottom : calc(100% + 20px) ; 
box-shadow : rgba(0, 0, 0, 0.4) 0px 5px 30px 1px ; 
display : flex ; 
flex-direction : column ; 
height : auto ; 
left : 50% ; 
margin-left : -150px ; 
opacity : 1 ; 
padding : 20px ; 
position : absolute ; 
transition : opacity 0.6s ease-in-out 0s ; 
width : 300px ; 
}

.info-bubble-2 {
    background : rgba(255, 255, 255, 0.98) ; 
    border-radius : 2rem ; 
    bottom : calc(100% + 20px) ; 
    box-shadow : rgba(0, 0, 0, 0.4) 0px 5px 30px 1px ; 
    display : flex ; 
    flex-direction : column ; 
    height : auto ; 
    left : 50% ; 
    margin-left : -150px ; 
    opacity : 1 ; 
    padding : 20px ; 
    position : absolute ; 
    transition : opacity 0.6s ease-in-out 0s ; 
    width : 300px ; 
    }

.accroche {
background-color : rgb(255, 255, 255) ; 
bottom : 0px ; 
box-shadow : rgba(0, 0, 0, 0.1) 0px -2px 4px ; 
left : 0px ; 
position : fixed ; 
right : 0px ; 
white-space : pre ; 
z-index : 1029 ; 
}

.info-delivery {
color : rgb(74, 74, 74) ; 
font-size : 1.2rem ; 
line-height : 1.6rem ; 
text-align : center ; 
white-space : break-spaces ; 
font-weight : 500px ; 
margin-bottom : 10px ; 
}

.close-info-bubble {
margin : auto ; 
background-color : #4C8D81 ; 
border : 1px solid #4C8D81 ; 
border-radius : 2rem ; 
color : rgb(255, 255, 255) ; 
cursor : pointer ; 
display : inline-block ; 
font-size : 1.2rem ; 
font-weight : 700 ; 
height : auto ; 
line-height : 1.6rem ; 
outline : none ; 
padding : 1rem 1.5rem ; 
position : relative ; 
-webkit-tap-highlight-color : transparent ; 
text-align : center ; 
text-decoration : none ; 
transition : background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s ; 
vertical-align : middle ; 
width : auto ; 
}

.close-info-bubble-2 {
    margin : auto ; 
    background-color : #4C8D81 ; 
    border : 1px solid #4C8D81 ; 
    border-radius : 2rem ; 
    color : rgb(255, 255, 255) ; 
    cursor : pointer ; 
    display : inline-block ; 
    font-size : 1.2rem ; 
    font-weight : 700 ; 
    height : auto ; 
    line-height : 1.6rem ; 
    outline : none ; 
    padding : 1rem 1.5rem ; 
    position : relative ; 
    -webkit-tap-highlight-color : transparent ; 
    text-align : center ; 
    text-decoration : none ; 
    transition : background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s ; 
    vertical-align : middle ; 
    width : auto ; 
    }

@media (min-width: 768px) {
.close-info-bubble {
    font-size : 1.2rem ; 
    line-height : 1.6rem ; 
}

.close-info-bubble-2 {
    font-size : 1.2rem ; 
    line-height : 1.6rem ; 
}
.continue-button {
    font-size : 1.4rem !important; 
    line-height : 1.4rem !important; 
}
.plate-price {
    border-radius : 2rem ; 
    padding : 10px 10px; 
}
}



@media screen and (max-width: 767px) {
    .recipe-block-display {
        padding-left:0.6rem !important ; 
        padding-right : 0.6rem !important
    }
    
    .line-separator.mobile-hidden {
        display : none !important; 
    }
    .process-model li {
        width : 33% !important; 
    }
    .process-step-title {
        font-size : 1rem ; 
        line-height : 1rem ; 
    }
    .process-step-number {
        height : 20px !important ; 
        width : 20px !important ; 
        font-size : 1.1rem !important ; 
        margin-right : 0.4rem !important; 
    }
    .product-tumb {
        height : 200px !important ; 
    }
    .recette-name {
        font-size : 1.6rem !important; 
    }
    .card {
        background-color : rgb(235, 235, 235) !important ; 
    }
}
@media screen and (min-width: 768px) {
    .close-modal-button {
        right : 20px ; 
        top : 20px ; 
    }
}
.close-modal-button {
        -webkit-box-align : center ; 
        align-items : center ; 
        background-color : rgb(255, 255, 255) ; 
        border-radius : 50px ; 
        box-shadow : rgb(0 0 0 / 10%) 0px 0px 5px 1px ; 
        color : #4C8D81 ; 
        cursor : pointer ; 
        display : flex ; 
        height : 40px ; 
        -webkit-box-pack : center ; 
        justify-content : center ; 
        position : absolute ; 
        right : 10px ; 
        top : 10px ; 
        width : 40px ; 
        z-index : 100 ; 
    }
.close-symbol {
    fill : #4C8D81 ; 
    height : 15px ; 
    margin : auto ; 
    width : 15px ; 
}
.recipe-details-modal {
    box-sizing : border-box ; 
    -webkit-tap-highlight-color : transparent ; 
}
.recipe-modal-overlay {
    opacity : 1 ; 
    transition : opacity 0.3s ease-out 0s ; 
    background-color : rgba(0, 0, 0, 0.5) ; 
    inset : 0px ; 
    display : flex ; 
    -webkit-box-pack : center ; 
    justify-content : center ; 
    overflow-x : hidden ; 
    z-index : 1050 !important ; 
}
.recipe-modal-container {
    transform : translate3d(0px, 0px, 0px) ; 
    transition : opacity 0.3s ease-out 0s, transform 0.3s ease-out 0s ; 
    width : 100% ; 
    height : 100% ; 
    opacity : 1 ; 
    position : fixed ; 
    top : 0px ; 
    left : 0px ; 
}
@media (min-width: 768px) {
    .recipe-modal-container {
        margin : 0px ; 
        max-width : 830px ; 
    }
    .title-menu {
        margin-top : 50px !important ; 
    }
}
.title-menu {
    margin-left : 20px ; 
    margin-right : 20px ; 
   
}
.btn:hover {
    background-color : rgb(51, 184, 123) !important ; 
}
a.special-link {
    color : #F7AEA1 !important ; 
}
.panel-body {
    padding : 0px !important; 
}
.item-quantity {
    font-size : 1.6rem !important; 
    color : rgb(51, 184, 123) !important ; 
}
.title-login-form {

    -webkit-box-align : center ; 
    align-items : center ; 
    display : flex ; 
    -webkit-box-pack : start ; 
    justify-content : flex-start ; 

}

.cookit-form {
    height : 45px !important ; 
    border-radius : 1rem !important ; 
    border : 1px solid rgb(51, 184, 123) !important ; 
    font-size : 1.4rem !important ; 
    color : #6c757d !important ; 
}
#recap {
    font-size : 1.4rem ; 
}
.recipe-name-recap {
    font-size : 1.4rem !important ; 
}
.title-login-form-sep {

    -webkit-box-align : center ; 
    align-items : center ; 
    background-color : #4C8D81 ; 
    border-color : #4C8D81 ; 
    border-radius : 1rem ; 
    box-shadow : 1rem ; 
    color : rgb(255, 255, 255) ; 
    display : flex ; 
    font-weight : 700 ; 
    height : 10px ; 
    -webkit-box-pack : center ; 
    justify-content : center ; 
    padding : 0px ; 
    width : 40px ; 

}

.title-login-form-text {
    font-family : Lato, sans-serif ; 
    font-size : 2.4rem ; 
    font-weight : 700 ; 
    line-height : 2.6rem ; 
    margin-bottom : 0px ; 
    padding : 10px ; 
}

.detail-login-form {
    border-bottom : 1px solid #E9E6DB; 
    padding-bottom : 20px ; 
    transition : opacity 0.3s ease-in-out 0s ; 
    background-color : #E9E6DB !important ; 
    padding-top : 20px ;
}

.title-livraison {
    margin-bottom : 30px ; 
    font-size : 2.8rem ; 
    line-height : 3.6rem ; 
    font-family : Montez, sans-serif ; 
    text-align : center ; 
    color : #013B23 ; 

}
.coupon-alert-box {
    margin-box : 10px; 
    -webkit-box-align : center ; 
    align-items : center ; 
    background-color : transparent ; 
    display : flex ; 
    font-size : 1.2rem ; 
    font-weight : 700 ; 
    line-height : unset ; 
    position : relative ; 
    text-align : left ; 
    text-decoration : none ; 
    vertical-align : middle ; 
    width : auto ; 
    border : 2px solid rgb(241, 47, 70);
    border-radius : 2rem ; 
    color : rgb(241, 47, 70); 
    padding : 10px ; 

}
.coupon-alert-icon {
    -webkit-box-align : center ; 
    align-items : center ; 
    display : flex ; 
    fill : currentcolor ; 
    float : left ; 
    -webkit-box-pack : center ; 
    justify-content : center ; 
    margin-right : 10px ; 
    pointer-events : none ; 
    position : relative ; 
}
.invalid-coupon {
    margin-top : 10px ; 
}
.valid-coupon {
    padding-left : 20px !important ; 
    padding-right : 20px !important ; 
    margin-bottom : 0px ! important ; 
    padding-bottom : 0px !important ; 
}
.valid-coupon-block {
    font-size : 1.6rem ; 
}
.coupon-validated {
    display : flex ; 

}
.coupon-validated-name {
    font-weight : 700; 
    max-height : 4.7rem ; 
    overflow : hidden ; 
    text-overflow : ellipsis ; 
    color : #4C8D81 ; 
}
.eliminate-validated-coupon {
    -webkit-box-align : center ; 
    align-items : center ; 
    display : flex ; 
    font-size : 1.4rem ; 
    font-weight : 700 ; 
    margin-left : auto ; 
}

@media (min-width: 768px) {
    .coupon-alert-box {
        font-size : 1.4rem ; 
    }
    .coupon-alert-icon {
        font-size : 1.4rem ;
    }
}

input[type="email"] {
    height : 45px ; 
    border-radius : 20px ; 
    border : 1px solid rgb(51, 184, 123) ; 
    transition : all 0.1s linear ; 
}

.card-header  {
    border-bottom: 1px solid rgb(235, 235, 235);
    background-color: none !important;
    box-shadow : 0px !important ;   
    background-color: rgba(0, 0, 0, 0) !important;    ;
    -webkit-box-shadow : 0px !important ; 
    margin-bottom : 1.5rem ; 
    padding-bottom : 1.5rem ; 
    margin-right : 0px !important ; 
    margin-left : 0px !important ; 
}
.panel {
    background-color : transparent ; 
    box-shadow : 0 0px 0px rgb(0 0 0 / 5%) !important ;   
    -webkit-box-shadow : 0 0px 0px rgb(0 0 0 / 5%) !important ; 
}
.btn-block {
    background-color : #4C8D81 ; 
    border : 1px solid #4C8D81 ; 
    border-radius : 2rem ; 
    color : rgb(255, 255, 255) !important; 
    cursor : pointer ; 
    display : inline-block ; 
    font-size : 1.4rem ; 
    font-weight : 600 ; 
    height : auto ; 
    line-height : 1.6rem ; 
    outline : none ; 
    padding : 1rem 1.5rem ; 
    position : relative ; 
    -webkit-tap-highlight-color : transparent ; 
    text-align : center ; 
    text-decoration : none ; 
    transition : background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s ; 
    vertical-align : middle ; 
    width : auto ; 
}
.bg-light {
    background-color : #BEAC93 !important ; 
    box-shadow : rgb(228 228 228 / 50%) 0px 2px 14px 0px ; 
}

.btn-close {
    width : 1.5em ; 
    height : 1.5em ; 
    padding : 0.5em 0.5em ; 
}
.btn-close:hover {
    background-color : #F7AEA1 ; 
    border-radius : .25rem ; 
}
.btn-outline-danger:hover {
    background-color : none !important ; 
    border-color : none !important ; 
}
.btn-add-recipe {
    text-align : right ; 
    display : flex ; 
    margin-top : 10px ; 
}
.product-bottom-details {
    display : flex ; 
    align-items : end ; 
    border : none !important; 
    padding-right : 10px ; 
    padding-left : 10px ; 

}


.recipe-tags {
    color : #BEAC93 ; 
    display : flex ; 
    flex-wrap : wrap ; 
    margin-top : auto ; 
    min-height : 2rem ; 
    overflow : hidden ; 
    font-size : 1.2rem ; 
    height : 35px ; 
    text-overflow : ellipsis ; 
}
.recipe-tag-separator {
    margin-left : 5px ; 
    margin-right : 5px ; 
}
a.recipe-link {
    color : rgb(74, 74, 74) ; 
    cursor : pointer ;
}
a.recipe-link:hover {
    color : rgb(74, 74, 74) ; 
}
.recette-name {
    font-size : 1.4rem ; 
    line-height : 1.6rem ; 
    min-height : 40px ; 
    color : rgb(74, 74, 74) ; 
    font-weight : 700 ; 
    -webkit-line-clamp : 2 ; 
    text-overflow : ellipsis ; 
}
.title-menu {
    font-size : 2.8rem ; 
    line-height : 3.6rem ; 
    font-family : Montez, sans-serif ; 
    text-align : center ; 
    color : #013B23 ; 
}
.date-menu {
    text-align : center ; 
    font-weight : 700 ; 
}


.rounded-circle {
    -webkit-box-align : center ; 
    align-items : center ; 
    background-color : transparent ; 
    border : 2px solid #4C8D81; 
    background-color : #4C8D81; 
    color : rgb(182, 182, 182) ; 
    cursor : pointer ; 
    display : inline-flex ; 
    float : left ; 
    font-weight : 700 ; 
    height : 40px ; 
    -webkit-box-pack : center ; 
    justify-content : center ; 
    margin-right : 5px ; 
    padding : 6px 12px ; 
    position : relative ; 
    -webkit-tap-highlight-color : transparent ; 
    transition : all 0.2s ease 0s ; 
    width : 40px ; 
}

.btn:hover {
    color : rgb(255, 255, 255) ; 
}

.btn-outline-success:hover {
    color : rgb(255, 255, 255) ; 
    background-color : #4C8D81!important ; 
    border-color : #4C8D81!important; 
    
}
.btn-check:checked+.btn-outline-success:focus {
    box-shadow :  0 0 0 .25rem rgba(6, 64, 43,.5) !important; 
}


.btn-check:checked+.btn-outline-success {
    color : rgb(255, 255, 255) ; 
    background-color : #4C8D81!important ; 
    border-color : #4C8D81!important; 
}

.btn-check+.btn-outline-success {
    background-color : transparent; 
    border : 2px solid rgb(182, 182, 182) ;
    color : rgb(182, 182, 182) ; 
}

.nbr-personne-title {
    font-size : 1.2rem ; 
    font-weight : 700 ; 
    margin-bottom : 5px ; 
}
.process-step {
    -webkit-box-align : center ; 
    align-items : center ; 
    display : flex ; 
    -webkit-box-pack : center ; 
    justify-content : center ; 
    margin-left : 0px ; 
}
.process-step-number {
    -webkit-box-align : center ; 
    align-items : center ; 
    background-color : rgb(76, 141, 129,0.5) ; 
    -webkit-tap-highlight-color : transparent ; 
    border-color : rgb(76, 141, 129,0.5) ; 
    border-radius : 50% ; 
    color : rgb(255, 255, 255) ; 
    cursor : default ; 
    display : flex ; 
    font-size : 1.8rem ; 
    font-weight : 700 ; 
    height : 40px ; 
    -webkit-box-pack : center ; 
    justify-content : center ; 
    line-height : 0 ; 
    margin-right : 1rem ; 
    padding : 8px ; 
    width : 40px ; 
}
.process-step-title {
    display : block ; 
    font-size : 1.3rem ; 
    font-weight : bold ; 
    line-height : 1.3rem ; 
} 
.btn {
    border: 1px solid #4C8D81;
    color: rgb(51, 184, 123);
    margin: 3px;
}
.active .process-step .process-step-number {
    background-color : #4C8D81 !important ; 
}

.active .process-step .process-step-title {
    color : rgb(255,255,255) !important ; 
}

.summary-img {
    height: 50px;
    min-width: 50px;
    width: 50px;
    align-self: center;
    border-radius: 1rem !important;
    margin-right: 5px;
}
.line-separator {
    width: 15% !important;
    display : flex !important ; 
    margin : 0px 2rem ; 
    vertical-align : middle ; 
    padding-top : 30px ; 
    padding-bottom : 30px ; 
}
.line-separator::after {
    background : #4C8D81 ; 
    content : "" ; 
    height : 1px ; 
    width : 100%; 
}

.panel {
    -webkit-box-align : 0 0px px rgb(0 0 0 / 5%);
    background-color : transparent !important ; 
}

.nav {
    border-block-end: 1px solid #363636;
}



.panel-login>.panel-heading {
    color: #00415d;
    text-align: center;
}

.panel-login>.panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login>.panel-heading a.active {
    color: #029f5b;
    font-size: 18px;
}

.panel-login>.panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
    height: 45px;
    border-radius: 1rem;
    border: 1px solid rgb(51, 184, 123);
    /* font-size: 16px; */
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.me-2 {
    font-size : 1,4rem ; 
}
.me-1 {
    font-size : 1,2rem ; 
}
.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: white;
    outline: none;
    color: rgb(51, 184, 123);
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: rgb(51, 184, 123);
    border-radius: 25px;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: rgb(51, 184, 123);
    border-color: rgb(51, 184, 123);
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: white;
    outline: none;
    color: rgb(51, 184, 123);
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: rgb(51, 184, 123);
    border-radius: 25px;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: rgb(51, 184, 123);
    border-color: rgb(51, 184, 123);
}


.selecteditem {
    -webkit-box-align: center;
    align-items: center;
    border: 2px solid #4C8D81;
    color: #4C8D81;
    font-size: 3rem;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(240, 250, 245);
    border-radius: 10px;
    overflow: hidden;
    height: 50px;
    margin: 5px 2px;
    min-width: 40px;
    width: 50px;

}

.nselecteditem {
    -webkit-box-align: center;
    align-items: center;
    border: 2px dotted #4C8D81;
    color: #4C8D81;

    font-size: 3rem;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(240, 250, 245);
    border-radius: 1rem;
    height: 50px;
    margin: 5px 2px;
    min-width: 40px;
    width: 50px;
}

.imgselecteditem {
    inset: 0;
    height: 50px;
    /* position: relative; */
    width: 50px;
    object-fit: cover;
    border-style: none;
    vertical-align: middle;
    /* overflow-clip-margin: content-box; */
    overflow: unset;
}




.product-card {

    position: relative;
    box-shadow: 0 2px 7px #ccbe93;
    margin: 5px auto;
    background : #FFFFFF ; 

}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #FFF;
    color: rgb(51, 184, 123);
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 50px;

}

.product-tumb img {
    max-width: 100%;
    width: -webkit-fill-available;

}

.product-details {
    padding: 5px 20px 5px 20px;
    margin-top : 10px ; 
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 5px;
}



.product-price {
    font-size: 13px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;

    display: inline-block;
    margin-right: 5px;
}



.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}


.image-area {
    border: 2px dashed rgba(114, 186, 94, 0.35);
    /*position: relative;
    width: 50%;
    background: #333;*/
}

.image-area img {
    width: 15%;
    /*max-width: 100%;
    height: auto;*/
}

.remove-image {
    display: block;
    position: absolute;
    top: -10px;
    border-radius: 10em;
    /* padding: 0px 0px 0px; */
    text-decoration: none;
    font: 400 13px/14px sans-serif;
    background: #ffffff;
    border: 1px solid #fff;
    color: #FFF;
    box-shadow: 0 0px 6px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.remove-image:hover {
    background: #FFF;
    /*E54E4E*/
    color: crimson;
    top: -10px;


}

.container {
    width : 100% !important ; 
    padding-right : none !important ; 
    padding-left : none !important ; 
    margin-right : auto ; 
    margin-left : auto ; 
}

.remove-image:active {

    background: #FFF;
    color: crimson;
    top: -10px;


}
.logo-menu {
    text-align : center ; 
    padding : 20px ; 
}



a {
    text-decoration: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent !important;
}

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    position: relative;
    padding: 16px 0px;
}

.design-process-content-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}

.design-process-content h3 {
    margin-bottom: 16px;
}

.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 1170px;
    margin: 15px auto 15px;
    border: none;
    z-index: 0;
}



.process-model li.visited::after {
    background: #cececb;
}

.process-model li:last-child::after {
    width: 0;
}

.process-model li {
    display: inline-block;
    width: 20%;
    text-align: center;
    float: none;
}

.nav-tabs {
    border-bottom : 1px solid #BEAC93 !important ; 
}

.nav-tabs.process-model>li.active>a,
.nav-tabs.process-model>li.active>a:hover,
.nav-tabs.process-model>li.active>a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;

}

.process-model li a {

    color: rgb(255, 255, 255,0.6) ; 
}

.process-model li.active,
.process-model li.visited {
    color: rgb(74, 74, 74);
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: rgb(51, 184, 123);
}

.process-model li.active p,
.process-model li.visited p {
    font-weight: 200;
    color: rgb(51 184 123);
}

.process-model li i {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    font-size: 18px;
    border-radius: 50%;
}

.process-model li.active i,
.process-model li.visited i {
    background: #fff;
    border-color: rgb(51 184 123);
}

.process-model li p {
    font-size: 12px;
    margin-top: 10px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal
}

.process-model.contact-us-tab li::after {
    display: none;
}

.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right : 5px ; 
    padding-left : 5px ; 
}