/**
* Theme Name: Vegan Food Shop Child
* Author: <a href="https://www.thunder-stores.com/">Thunderstores</a>
* Description: A block theme for Food &amp; Drinks online stores.
* Tags: blog, one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
* Template: vegan-food-shop
* Version: 1.0.14
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: vegan-food-shop
*/

.background-button:hover{
    background: #313032 !important;
    border: 1px solid #FFFFFF !important;
}
.background-button-ye:hover{
    background: #c0983c;
    border: 1px solid #c0983c;
}
a:hover,
button:hover{
    background: transparent !important;
}

.sb_heading {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-bottom: 16px !important;
}

.main_tite {
    font-family: Georgia !important;
    font-size: 56px !important;
    font-weight: 400 !important;
    line-height: 67.2px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-bottom: 80px !important;
}

.food_name {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-top: 16px !important;
}

.menu_types {
    display: flex !important;
    gap: 32px !important;
    margin-bottom: 80px !important;
}

.menu_types .menu_card.Uncategorised{
    display: none !important;
}

.order_now_btn {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    padding: 8px 60px !important;
    background-color: #C0983C !important;
    border: 1px solid #C0983C !important;
    text-decoration: none !important;
    border-radius: 50px !important;
}
.order_now_btn:hover{
    background: #313032 !important;
    border: 1px solid #FFFFFF !important;
}

.menu_content p {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    max-width: 500px !important;
}

.menu_content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #FFFFFF !important;
    padding-top: 40px !important;
}

.menu_card {
    transition: border 300ms ease-out, background-color 300ms ease-out !important;
}

.food_image {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    filter: brightness(60%) !important;
    transition: filter 300ms ease-out !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    border: 5px solid transparent !important;
    border-radius: 10px !important;
    max-height: 325px !important;
}

.food_image:hover  {
    filter: brightness(100%) !important;
}

.menu_card.active .food_image  {
    filter: brightness(100%) !important;
}

/*///////////////*/

.our_menu_section {
    background-color: #3A5D39 !important;
    padding: 70px 0 !important;
}
#selected-items li {
    list-style: none !important;
    width: 314px;
}
.sb_heading {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-bottom: 16px !important;
}

.main_tite {
    font-family: Georgia !important;
    font-size: 56px !important;
    font-weight: 400 !important;
    line-height: 67.2px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-bottom: 80px !important;
}

.food_name {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-top: 16px !important;
}

.menu_types {
    display: flex !important;
    gap: 32px !important;
    margin-bottom: 80px !important;
}

.order_now_btn {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    padding: 8px 60px !important;
    background-color: #C0983C !important;
    text-decoration: none !important;
    border-radius: 50px !important;
}

.menu_content p {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    max-width: 500px !important;
}

.menu_content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #FFFFFF !important;
    padding-top: 40px !important;
}

.menu_card {
    transition: border 300ms ease-out, background-color 300ms ease-out !important;
}

.food_image {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    filter: brightness(60%) !important;
    transition: filter 300ms ease-out !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    border: 5px solid transparent !important;
    border-radius: 10px !important;
    max-height: 325px !important;
}

.food_image:hover  {
    filter: brightness(100%) !important;
}


/* accordion styling start  */

.start_now_btn {
    display: block !important;
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    padding: 12px 24px !important;
    text-decoration: none !important;
    background-color: #C0983C !important;
    max-width: fit-content !important;
    border: 1px solid #C0983C !important;
    border-radius: 50px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.how_our_menu {
    background-color:#313032 !important;
    padding: 112px 0 !important;
}

.accordion_title {
    font-family: Georgia !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 57.6px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-bottom: 24px !important;
}

.menu_work_desc p {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    max-width: 768px !important;
    margin:0 auto !important;
    margin-bottom: 40px !important;
}

.menu_accordions {
    background-color:#313032 !important;
    padding: 60px 0 !important;
}

.menu_accordions .container{
    max-width: 1080px !important;
    margin: 0 auto !important;
}

.step_title {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-bottom: 24px !important;
}

.select_title {
    font-family: Georgia !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 43.2px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-bottom: 24px !important;
}

.form-container {
    max-width: 768px !important;
    margin: 0 auto !important;
}

.form-container form {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.form-container .form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin-bottom: 15px !important;
    width: 49% !important;
}

.form-container .form-group.full-width {
    width: 100% !important;
}

.form-container .form-group.checkbox-group {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    margin: 0 !important;
}

.form-container .checkbox-group-main{
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
}

.menu_accordions input, .menu_accordions select, .menu_accordions textarea {
    background-color: #444 !important;
    border: 1px solid #666666 !important;
    border-radius: 4px !important;
    padding: 10px !important;
    color: #ddd !important;
    font-size: 14px !important;
    outline: none !important;
}

.form-container label ,
.form-container .checkbox-group label ,
.form-container .checkbox-group a{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: #FFFFFF !important;
}

.form-container textarea {
    height: 80px !important;
    resize: none !important;
}

.form-container .checkbox-group {
    display: flex !important;
    align-items: center !important;
}

.form-container .checkbox-group input {
    margin-right: 8px !important;
}

.form-container .checkbox-group label {
    color: #ddd !important;
    font-size: 14px !important;
}

.form-container .checkbox-group a{
    color: #f5c71a !important;
    text-decoration: none !important;
}

.form-container button {
    background-color: #C0983C !important;
    border: 1px solid #C0983C !important;
    border-radius: 50px !important;
    padding: 12px 24px !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    margin: 0 auto !important;
}

.form-container button:hover{
    background: #313032 !important;
    border: 1px solid #FFFFFF !important;
}

.form-container input::placeholder,
.form-container textarea::placeholder{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: #666666 !important;
}

.checkbox-group input[type="checkbox"] {
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    border: 2px solid #666666 !important;
    border-radius: 4px !important;
    background-color: #666666 !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
}
.checkbox-group input[type="checkbox"]:checked::before {
    content: "" !important;
    position: absolute !important;
    top: 2px !important;
    left: 4px !important;
    width: 6px !important;
    height: 10px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

.choose_soup_title {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: center;!important
    color: #FFFFFF !important;
}

.add_soup {
    margin: 0 auto !important;
}


/* Popup Styles */
.popup-overlay {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 9999 !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: auto !important;
}

.popup_text_content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: end !important;
}

.popup-content {
    background: #2c2c2c !important;
    padding: 20px !important;
    border-radius: 10px !important;
    color: #fff !important;
    position: relative !important;
}

.soup-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
}

.soup-item {
    background: #333 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    text-align: center !important;
    max-width: 325px !important;
    display: flex !important;
    flex-flow: column !important;
    justify-content: space-between !important;
}

.soup-item img {
    width: 305px !important;
    height: 305px !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

.soup-item h3 {
    margin: 5px 0 !important;
    font-size: 14px !important;
}

.soup-item p {
    font-size: 12px !important;
    margin: 5px 0 !important;
}

.soup-item span {
    font-size: 14px !important;
    display: block !important;
    margin: 5px 0 !important;
}

.soup-item-body {
    display: flex !important;
    justify-content: space-between !important;
}

.item_info h3 {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: left !important;
    color: #fff !important;
}

.item_info p {
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    text-align: left !important;
    color: #fff !important;
}

.item_price span {
    font-family: DM Sans !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    text-align: left !important;
    color: #fff !important;
}

.select_item_btn {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: center !important;
    color: #fff !important;
    border: 1px solid #FFFFFF !important;
    background-color: transparent !important;
    padding: 8px 40px !important;
    border-radius: 50px !important;
    width: 100% !important;
}

button.close-popup {
    background: unset !important;
    color: white !important;
    border: 1px solid #FFFFFF !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
}

button.close-popup:hover , .select_item_btn:hover{
    background-color: #C0983C !important;
}


.soup_selected_prodcts {
    display: flex !important;
    gap: 32px !important;
    max-width: 1070px;
    padding: 0 15px;
}

ul#selected-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    max-width: 100%;
    margin: 0;
    flex-direction: row-reverse;
}

ul.selected-items li{
    max-width: 325px !important;
}

#selected-items li p {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin: 40px 0 0 !important;
}

.new_added_imgs {
    position: relative !important;
}

.delete-item {
    position: absolute !important;
    top: unset !important;
    left: 50% !important;
    background: #313032 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 11.31px !important;
    height: 11.31px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    padding: 14px !important;
    border: 2px solid #FFFFFF !important;
    bottom: 0 !important;
    transform: translate(-50%) !important;
}

.accordion__item {
    border-bottom: 1px solid #FFFFFF !important;
    margin-bottom: 60px !important;
}

.accordion__item:last-child{
    margin: 0 !important;
    border: none !important;
}

.accordion__title {
    max-width: 768px !important;
    margin: 0 auto !important;
    text-align: center !important;
    margin-bottom: 80px !important;
}

.accordion__title.accordion-active .accordion__arrow {
    transform: rotate(180deg) !important;
}

.accordion__arrow {
    cursor: pointer !important;
    max-width: fit-content !important;
    margin: 0 auto !important;
    transition: all 0.3s ease-in-out !important;
}

.cal-solt{
    max-width: 1080px !important;
    padding: 0 15px !important;
    margin: 0 auto;
    display: flex !important;
    column-gap: 169px !important;
}

.cal-solt .calendor_main{
    max-width: 450px !important;
}

.cal-solt p{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    margin-bottom: 20px !important;
}
.cal-solt .calendor_main .header{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20.83px !important;
    color: #FFFFFF !important;
    min-width: 24px !important;
    text-align: center !important;
}
.cal-solt .calendor_main .date{
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18.23px !important;
    color: #616161 !important;
    min-width: 24px !important;
    min-height: 24px !important;
    text-align: center !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
}
.cal-solt .calendor_main .date:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: red;
    transform: rotate(45deg);
}
.cal-solt .calendor_main .active:after,
.cal-solt .calendor_main .future-date:after{
    display: none;
}

.no-scroll {
    overflow: hidden;
}


.cal-solt .calendor_main .week{
    display: flex !important;
    column-gap: 47px !important;
}
.cal-solt .calendor_main .week:nth-child(2){
    justify-content: flex-end !important;
}
.cal-solt .calendor_main .week + .week{
    margin-top: 13px !important;
}

.cal-solt .calendor_main .date.select-date,
.cal-solt .calendor_main .date:hover{
    background: #C0983C !important;
}

.cal-solt .calendor_main .date.select-date{
    border-radius: 50% !important;
}

.cal-solt .calendor_main .date.future-date,
.cal-solt .calendor_main .date.active{
    color: #FFFFFF !important;
    cursor: pointer !important;
}
.cal-solt .calendor_main .date.select-date,
.cal-solt .calendor_main .date.active{
    border: 1px solid #C0983C;
    border-radius: 4px;
}

.accordion__content{
    padding-bottom: 80px !important;
}

.time_solt_div{
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px;
}
.time_solt_div .btn-slot{
    border: 1px solid #FFFFFF !important;
    padding: 8px 19px !important;
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    border-radius: 5px !important;
}
.time_solt_div .btn-slot.active,
.time_solt_div .btn-slot:hover{
    background: #C0983C !important;
    border-color: #C0983C !important;
}

.slot-bottom{
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    text-align: left !important;
    color: #FFFFFF !important;
}

.btn-approve{
    padding: 12px 24px !important;
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    background: #C0983C !important;
    border: 1px solid #C0983C !important;
    border-radius: 30px !important;
}
.btn-approve:hover{
    border-color: #ffffff !important;
}

.btn-proceed-order{
    padding: 12px 24px !important;
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    background: #C0983C !important;
    border: 1px solid #C0983C !important;
    border-radius: 30px !important;
    margin: 96px auto 0;

}

.btn-proceed-order:hover{
    border-color: #ffffff !important;
}

.payment-destils > p{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20.83px !important;
    color: #FFFFFF !important;
    margin-bottom: 20px !important;
}
.payment-destils .order_product{
    background: #444444 !important;
    border: 1px solid #666666 !important;
    box-shadow: 0px 1px 4px 0px #00000040 !important;
    padding: 20px 23px !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.payment-destils .order_product + .order_product{
    margin-top: 20px !important;
}
.payment-destils .order_product h5{
    font-family: Georgia !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 20.45px !important;
    color: #FFFFFF !important;
    margin: 0 0 20px !important;
}
.payment-destils .product-order{
    display: flex !important;
    column-gap: 20px !important;
}
.payment-destils .product-order h6{
    font-family: Georgia !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 13.66px !important;
    color: #FFFFFF !important;
    margin: 0 !important;
}
.payment-destils .product-order h4{
    font-family: Nunito !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 19.1px !important;
    color: #FFFFFF !important;
    margin: 0 !important;
}
.payment-destils .product_price{
    font-family: Georgia !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 19.12px !important;
    color: #FFFFFF !important;
    margin: 0 !important;
}
.payment-destils .order_product button{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.payment-destils .order_product .product-order div{
    width: 120px !important;
}
.payment-destils .order-text{
    font-family: Georgia !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21.86px !important;
    color: #FFFFFF !important;
    margin: 38px 0 0 !important;
}
.payment_detils{
    border: 1px solid #666666 !important;
    border-radius: 20px !important;
    padding: 35px 19px 22px !important;
    width: 388px;
}
.order-detils{
    width: 635px !important;
}
.payment_order{
    display: flex !important;
    column-gap: 56px !important;
}
.payment_detils > p{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20.83px !important;
    color: #FEFCFC !important;
    margin: 0 0 28px;
}
.payment_detils label{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21.86px !important;
    text-align: left !important;
    color: #FEFCFC !important;
    margin-bottom: 7px !important;
}
.payment_detils > label{
    margin-bottom: 15px !important;
}
.payment_detils input::placeholder{
    font-family: DM Sans !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16.39px !important;
    color: #C4C4C4 !important;
}
.payment_detils input{
    margin-bottom: 14px;
}
.payment_detils .ex_cvv{
    display: flex !important;
    column-gap: 8px !important;
}
.payment_detils .card-type-image{
    display: flex !important;
    column-gap: 18px !important;
    margin-bottom: 31px !important;
}
.payment_detils .card-type-image img{
    height: 50px !important;
}
.payment_detils hr{
    margin-bottom: 14px !important;
}
.payment_detils .subtotal{
    display: flex !important;
    justify-content: space-between !important;
}
.payment_detils .subtotal + .subtotal{
    margin-top: 7px !important;
}
.payment_detils .subtotal h3{
    margin: 0 !important;
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 19.12px !important;
    color: #FEFCFC !important;
}

.payment_detils a.btn-checkout{
    border: 1px solid #FFFFFF !important;
    padding: 18px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 18px 0 0 !important;
    width: 100% !important;
    border-radius: 8px;
}
.payment_detils .btn-checkout:hover{
    background: #C0983C !important;
    border: 1px solid #C0983C !important;
}
.payment_detils a.btn-checkout span{
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21.86px !important;
    color: #FEFCFC !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0;
}
.after-done {
    display: none;
}
.accordion .checkbox-group input[type="checkbox"]:checked::before{
    top: -3px !important;
    left: -2px !important;
}

.btn-proceed-order {
    display: none;
}
.preferred-done,
.product-done {
    display: none; /* Initially hidden */
}
.add_soup_image{
    cursor: pointer !important;
}
.placeholder_img{
    display: flex !important;
    justify-content: space-between;
    gap: 32px;
    max-width: 100%;
}
.placeholder_category{
    cursor: pointer;
    width: 314px;
}
.typeahead__cancel-button{
    position: absolute;
    top: 3px;
    right: 6px;
    color: #fff;
}
.typeahead__container{
    position: relative;
}
.typeahead__container .typeahead__result{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 111;
}
.typeahead__container .typeahead__result li {
    font-family: DM Sans !important;
    font-size: 18px;
    line-height: 21px !important;
}
.typeahead__container .typeahead__result li + li{
    border-top: 1px solid #000000;
}
#chosen-from-address-autocomplete{
    color: #fff !important;
}
.typeahead__list{
    max-height: 300px;
    overflow-y: scroll;
}

.order-thanks-section{
    background: #313032;
    padding: 60px 0 197px;
}
.order-thanks-section .container{
    max-width: 1080px;
    padding: 0 15px;
    margin: 0 auto;
}
.order-thanks-section .content{
    display: flex;
    justify-content: space-between;
    column-gap: 72px;
}
.order-thanks-section .left-content{
    max-width: 460px;
    width: 100%;
}
.order-thanks-section .left-content .order-number{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #C0983C;
    margin: 0 0 20px;
}
.order-thanks-section .left-content .page-title{
    font-family: Georgia;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.order-thanks-section .left-content .description{
    margin: 0 0 58px;
}

.order-thanks-section .left-content .description p{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0;
}

.order-thanks-section .left-content .order-details h5{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFFFFF;
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 1px solid #636363;
}
.order-thanks-section .left-content .order-details + .order-details{
    margin: 30px 0 0;
}
.order-thanks-section .left-content .details{
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}
.order-thanks-section .left-content .details h4{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0;
}
.order-thanks-section .left-content .details .order{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0;
    max-width: 274px;
    width: 100%;
}
.order-thanks-section .left-content .payment-details{
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.order-thanks-section .left-content .payment-details .order{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0;
}
.order-thanks-section .left-content .payment-details pre{
    display: none !important;
}
.order-thanks-section .left-content .description-bottom{
    margin: 53px 0 0;
    max-width: 401px;
}
.order-thanks-section .left-content .description-bottom p{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.order-thanks-section .left-content .btn-contact{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    padding: 12px 24px;
    background: #C0983C;
    border: 1px solid #C0983C;
    border-radius: 50px;
    margin-top: 20px;
    display: block;
    width: fit-content;
}
.order-thanks-section .left-content .btn-contact:hover{
    background: transparent;
}
.order-thanks-section .right-content{
    max-width: 460px;
    width: 100%;
}
.order-thanks-section .right-content h5{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0 0 15px;
}
.order-thanks-section .right-content .product-order{
    border: 1px solid #494849;
    border-radius: 15px;
    padding: 20px;
}
.order-thanks-section .product{
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 11px 23px 31px;
    border-bottom: 1px solid #636363;
}
.order-thanks-section .product + .product{
    padding: 31px 23px;
}
.order-thanks-section .product img{
    width: 140px;
    height: 140px;
}
.order-thanks-section .product h6{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.44px;
    color: #FFFFFF;
    margin: 0 0 7px;
}
.order-thanks-section .product p{
    font-family: Georgia;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.45px;
    color: #FFFFFF;
    margin: 0 0 13px;
}
.order-thanks-section .product span{
    background: #C0983C;
    border-radius: 2px;
    padding: 2px 8px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
}
.order-thanks-section .price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0;
}
.order-thanks-section .price + .price{
    margin: 20px 0;
}
.order-thanks-section .price p{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    color: #FFFFFF;
    margin: 0;
}
.order-thanks-section .price-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #636363;
    padding: 20px 0;
}
.order-thanks-section .price-total h3{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.04px;
    color: #FFFFFF;
    margin: 0;
}

@media only screen and (max-width: 992px){
    .order-thanks-section .content{
        flex-flow: column;
        row-gap: 50px;
    }
    .left-content,
    .right-content{
    width: 100% !important;
        max-width: 100% !important;
    }
    .order-thanks-section{
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px){
    .order-thanks-section .left-content .page-title{
        font-size: 40px;
    }
    .order-thanks-section .product + .product,
    .order-thanks-section .product{
        padding-right: 0;
        padding-left: 0;
    }
    .placeholder_img{
        flex-flow: column;
    }
    .soup_selected_prodcts{
        flex-flow: column;
    }
    ul#selected-items{
        flex-direction: column-reverse;
    }
    .order-detils{
        width: 100% !important;
    }
    .payment-destils .order_product{
        display: block; !important;
    }
    .payment-destils .product-order{
        flex-flow: column !important;
        row-gap: 20px;
    }
}
.blog-content .category-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 64px !important;
}

.blog-content .category-button .btn-category {
    padding: 8px 16px !important;
    background-color: transparent !important;
    border-radius: 10px !important;
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    border: none !important;
}

.blog-content .category-button .btn-category.active,
.blog-content .category-button .btn-category:hover {
    background-color: #C0983C !important;
}

.blog-content .blogs-post {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 32px !important;
    row-gap: 64px !important;
}

.blog-content .blogs-post .blog {
    width: 31% !important;
}

.blog-content .blogs-post .blog img {
    width: 100% !important;
    height: 300px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
}

.blog-content .blogs-post .blog h5 {
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    color: #FFFFFF !important;
    margin: 24px 0 8px !important;
    padding: 0 !important;
}

.blog-content .blogs-post .blog h3 {
    font-family: DM Sans !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 33.6px !important;
    color: #FFFFFF !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.blog-content .blogs-post .blog p {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

.blog-content .blogs-post .blog p.date {
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single-blog {
    padding: 112px 0 !important;
}

.single-blog .container {
    max-width: 768px !important;
    margin: 0 auto !important;
}

.single-blog h5 {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #fff !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

.single-blog h1 {
    font-family: Georgia !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 57.6px !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 0 48px !important;
}

.single-blog .blog-detils {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.single-blog .blog-detils p.date {
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}

.single-blog .blog-detils a {
    text-decoration: none !important;
}

.wp-block-spacer{
    min-height: 0 !important;
    height: 0 !important;
}

.wc-block-grid__products{
    margin: 60px 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    padding: 0 !important;
}
.wc-block-grid__products li{
    width: 32% !important;
    max-width: 32% !important;
    min-width: 32% !important;
}

.wc-block-grid__product-image{
    width: 100% !important;
}

.wc-block-grid__product-image img{
    width: 100% !important;
    border-radius: 20px !important;
}

.wc-block-grid__product-title{
    height: 60px !important;
    margin-bottom: 20px !important;
    font-family: Georgia !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #FFFFFF !important;
}

.wc-block-grid__product-price.price{
    margin-top: 20px !important;
    font-family: Georgia !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #FFFFFF !important;
}

.single-blog .blog-detils .share {
    display: flex !important;
    align-items: center !important;
    column-gap: 8px !important;
}

.blog-image {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

.single-detis {
    padding: 112px 0 !important;
}

.single-detis .container {
    max-width: 768px !important;
    margin: 0 auto !important;
}

.single-detis h2 {
    font-family: Georgia !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    color: #fff !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

.single-detis p {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
}

.single-detis .share-post-tag {
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    margin: 50px 0 0 !important;
    padding: 0 0 48px !important;
    border-bottom: 1px solid #FFFFFF !important;
}

.single-detis .share-post-tag h6 {
    font-family: DM Sans !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    color: #fff !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

.single-detis .share-post-tag .share {
    display: flex !important;
    align-items: center !important;
    column-gap: 8px !important;
}

.single-detis .share-post-tag .post-tag {
    display: flex !important;
    align-items: center !important;
    column-gap: 8px !important;
}

.single-detis .share-post-tag .post-tag h4 {
    background-color: #DBD5CA !important;
    padding: 4px 8px !important;
    font-family: DM Sans !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    color: #313032 !important;
}

.single-detis .autor {
    display: flex !important;
    align-items: center !important;
    column-gap: 16px !important;
    margin: 48px 0 0 !important;
}

.single-detis .autor img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.single-detis .autor h6 {
    font-family: DM Sans !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}


@media only screen and (max-width: 1200px){
    .blog-content .blogs-post .blog {
        width: 48% !important;
    }
}
@media only screen and (max-width: 800px){
    .blog-content .blogs-post .blog {
        width: 47% !important;
    }
}
@media only screen and (max-width: 767px){
    .blog-content .blogs-post .blog {
        width: 100% !important;
    }
}
