body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Instrument Sans' !important;
}

#new_treat-wrapper {
    overflow: scroll;
}

@import url('https://fonts.cdnfonts.com/css/instrument-sans');

.single-product div.product .entry-summary .single_add_to_cart_button:before,
.shop-grid-footer .custom-cart-wrapper .single_add_to_cart_button.shop-custom-btn-add.button:before {
    background: url(https://rudedogfood.co.uk/wp-content/themes/ziggy-child/images/fi_12574928.svg);
    height: 22px;
    width: 25px;
    background-repeat: no-repeat;
}

.shop-grid-footer .custom-cart-wrapper .single_add_to_cart_button.shop-custom-btn-add.button {
    text-transform: none;
    padding: 10px 32px;
    font-size: 16px !important;
    font-weight: 500;
}

.woocommerce-variation-price .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio.selected {
    border-color: #047857;
    background-color: #F1F5EC;
    transition: all 0.3s ease;
}

#cfw-side-cart-form .custom-donation-container {
    display: none;
}

.shop-grid-footer .custom-cart-wrapper .single_add_to_cart_button.shop-custom-btn-add.button:before {
    font-family: ziggy-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: 9px;
    font-size: 16px;
    font-size: 1rem;
}

.custom-title-single {
    margin: 0px !important;
    font-size: 56px !important;
    font-family: 'Instrument Sans';
    font-weight: 700;
    color: #06021F;
}

.custom-price del {
    text-decoration: none;
}

.custom-price del bdi {
    text-decoration: line-through
}

h2.custom-product-title {
    font-family: 'Instrument Sans' !important;
    line-height: 28px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.custom-description {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    font-family: 'Instrument Sans' !important;
    color: #06021F;
}

h3.custom-single-all-product-main-title {
    font-size: 20px !important;
    font-weight: 500 !important;
}

h4.custom-single-all-product-title {
    font-size: 16px !important;
    margin: 0px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.custom-single-all-product-image img {
    width: 60px;
    height: 48px;
    border-radius: 8px;
}

.custom-product-range {
    width: 100%;
    margin-top: 20px;
}

.product-list {
    width: 100%;
    border-collapse: collapse;
}

.product-list th,
.product-list td {
    padding: 10px 10px 10px 5px;
    text-align: center;
}

.product-list th {
    background: #eee;
    font-weight: bold;
}

.product-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.product-image img {
    height: auto;
    max-width: 35%;
    display: block;
    border-radius: 8px;
}

.product-info {
    flex: 1;
    padding-left: 10px;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.build_product_quantity {
    position: absolute;
    right: 0;
}

.quantity-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    /* padding: 5px 10px;  */
    margin: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.quantity-btn.minus {
    background: #d9534f;
    display: none;
}

/* // shop page only */

.custom-cart-wrapper .quantity-btn {
    margin: 0;
    background-color: #fff;
}

.custom-cart-wrapper input.custom-qty-shop {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.custom-cart-wrapper .custom-qty-wrapper {
    background: #F1F5EC;
    width: auto;
    padding: 5px;
}

/* // shop page only */

#toggle-products {
    border-radius: 10px;
    margin-top: 25px;
    color: #516350;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer;
    display: block;
    width: 208px;
    height: 40px;
    text-align: center;
}

#toggle-products:hover {
    background: #f1f1f1;
}

.custom-product-item img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

.custom-product-ingredients-box {
    position: absolute;
    top: 0px;
    width: 30%;
    border: 1px solid black;
    right: 0px;
    background: white !important;
}



.modal-dialog {
    position: absolute !important;
    right: 0px;
    top: 0px;
    width: 33% !important;
    margin: 0px !important;
}

.modal-content {
    width: 100% !important;

}

.ingredient-item {
    list-style: none;
    /* display: grid; */
    /* grid-template-columns: 1fr 5fr; */
    /* align-items: flex-start; */
    border-bottom: 1px solid #dee2e6;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.ingredient-list {
    margin: 0px !important;
}

.custom-img-cls-ingredient {
    background-color: #F1F5EC;
    /* padding-top: 10px; */
    border-radius: 8px;
    height: auto;
    margin-left: 0px;
    margin-right: 10px;
}

.custom-img-cls-ingredient img {
    aspect-ratio: 1 / 1;
}

.gallery-navigation-carousel img {
    width: 100% !important;
    border-radius: 20px !important;
}

button.plus {
    background: #F1F5EC !important;
    border: none !important;
    color: black !important;
    padding: 5px 10px !important;
}

.quantity-btn.minus {
    background: #F1F5EC !important;
    border: none !important;
    color: black !important;
    padding: 5px 10px !important;
}

/* .quantity_wrap .buttons_added{
    display: none !important;
} */
.product-list td {
    border: none !important;
    text-align: left !important;
}

.single_variation_wrap {
    border: none !important;
}

/* .woocommerce-variation-price .price{
    display: none !important;
 } */

/* .quantity_wrap {
    display: none !important;
} */

.load-more-btn {
    border: 1px solid black;
    padding: 12px 34px;
    border-radius: 8px;
}

.single_add_to_cart_button {
    width: 100% !important;
    border-radius: 12px !important;
    background-color: #047857 !important;
    font-family: "Instrument Sans" !important;
}

.slick-slider button.slick-next {
    right: 22px;
}

.slick-slider button.slick-prev {
    left: 22px;
}

/* .woocommerce-variation.single_variation{
    display: none !important;
} */
.custom-before-cart .minus {
    margin-left: 14px;
}

.custom-product-info {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Space between button & quantity */
    margin-top: 15px;
}

.view_ingredients .custom-before-cart-btn {

    font-size: 12px;
    color: #516350;
    font-weight: 500;
    font-family: 'Instrument Sans';
    transition: background 0.3s ease;
    white-space: nowrap;

}

.custom-before-cart-btn {
    font-size: 16px;
    color: #047857;
    font-weight: 600;
    font-family: 'Instrument Sans';
    transition: color 0.3s ease, font-weight 0.3s ease, background-color 0.3s ease;
    white-space: nowrap;
    background-color: transparent;
    /* Ensure no white background */
    border: none;
    /* optional, to remove default border */
    cursor: pointer;
    /* optional, better UX */
}

.view_ingredients {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    border-bottom: 1px solid #516350;
}

.custom-before-cart-btn:hover {
    color: #03543f;
    /* darker green or black, as preferred */
    font-weight: 700;
    /* make text bolder on hover */
    background-color: transparent !important;
    /* prevent white bg */
}

.custom-qty-wrapper {
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart .quantity {
    display: flex;
    align-items: center;
    max-width: 120px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce div.product form.cart .quantity input {
    height: 40px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
}

.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus {
    background: #f1f1f1;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.woocommerce div.product form.cart .quantity .minus:hover,
.woocommerce div.product form.cart .quantity .plus:hover {
    background: #ddd;
}


.custom-qty-wrapper.custom-qty .minus {
    background-color: white !important;
    border: none !important;
}

.custom-qty-wrapper.custom-qty .plus {
    background-color: white !important;
}

.custom-qty-wrapper.custom-qty input {
    width: 28px;
    padding: 0px !important;
    border: none !important;
}

.custom-product-info {
    margin-bottom: 10px;
}

form.cart {
    padding: 0px !important;
    border: none !important;
}

.custom-qty-wrapper .quantity_wrap {
    display: block !important;
}

/* .quantity_wrap{
    display: none !important;
} */
.single_variation_wrap button.single_add_to_cart_button.button.alt {
    margin-top: 30px;
    text-transform: uppercase;
    padding: 16px 36px;
    font-size: 18px;
    font-weight: 700;
}

img.woocommerce-product-gallery__image.wpgs-thumb-main-image {
    width: 100% !important;
}

.hidden-product {
    display: none;
}

.quantity-btn {
    color: inherit;
    /* Keep original color */
    text-decoration: none;
    background-color: #F1F5EC;
    cursor: pointer;
    border-radius: 8px;
}

.quantity-btn:hover {
    background-color: #ddd;
}

.show-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: white;
    color: #516350;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #516350;
}

.show-more-btn a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Instrument Sans';
    color: #516350;
}

.show-more-btn:hover {
    border: 1px solid #41844b;
}

.custom-before-cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn-custom {
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    /* padding: 5px 10px; */
    background-color: white;
    cursor: pointer;
    line-height: 20px;
    border-radius: 8px;
    padding: 6px 9px;
}

.quantity-btn-custom:hover {
    background-color: #f1f5ec;
    /* line-height: 20px;
	border-radius: 8px;
	padding: 6px 9px; */
}

.single-product form.cart .quantity {
    display: none !important;
}

.single-product form button {
    margin-top: 0px;
}

.custom-product-extra-details {
    width: 58%;
}

.custom-product-extra-details h2 {
    font-size: 16px;
    font-weight: 600;
}



a.quantity-btn.minus:hover {
    background-color: #ddd !important;
}

ins .woocommerce-Price-amount bdi,
.quantity-count {
    font-weight: 700;
    color: #06021f;
}

.woocommerce-Price-amount bdi {
    font-size: 24px;
}

.quantity-count {
    font-size: 28px;
}

.icon_forward {
    height: 20px;
    width: 20px;
}

.site-header-cart-side {
    max-width: 500px !important;
    width: 100%;
}

.content-single-wrapper .custom-price {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    font-weight: 700;
    color: #06021F;

}

.custom-price del .woocommerce-Price-amount {
    font-weight: 500;
    color: #989898;
}

/* custom css styles */
.content-single-wrapper {
    display: flex;
    gap: 50px;
    padding: 20px;
    justify-content: center;
}

.content-single-wrapper .custom-product-item img {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    max-width: unset !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.content-single-wrapper .pric_tag_cont span {
    font-size: 14px;
    font-weight: 500;
    color: #06021f;
}

.content-single-wrapper .quantity-count {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.content-single-wrapper .quantity_wrap {
    display: none;
}

.content-single-wrapper .custom-description a {
    font-style: italic;
    color: #047857;
}

.content-single-wrapper .inventory_status {
    margin-bottom: 0;
    margin-top: 10px;
    color: #06021F !important;
    background-color: #D1FAE5 !important;
}

.content-single-wrapper .inventory_status:before {
    display: none;
}

.content-single-wrapper .woocommerce-product-rating {
    margin-top: 5px;
    margin-bottom: 10px;
}

.slick-next:before {
    content: none !important;
}

.slick-prev:before {
    content: none !important;
}

/* custom modal css 'view ingridients'*/

.product-template-default .modal-content,
#myModalshop .modal-content {
    padding: 64px 48px;
    position: relative;
}

.modal-body {
    padding: 0 !important;
    border-top: 1px solid #dee2e6;
    margin-top: 10px;
}

.product-template-default .modal-header .btn-close,
#myModalshop .modal-header .btn-close {
    padding: 8px;
    margin: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    background-color: #F1F5EC !important;
    opacity: 1;
    transition: all 0.3s ease-in;
}

#myModalshop .modal-header .btn-close {
    padding: 15px;
}

/* .product-template-default .modal-header .btn-close:hover ,  #myModalshop .modal-header .btn-close:hover{ */
/* background: white; */
/* opacity: 1;
} */
.product-template-default .modal-header,
#myModalshop .modal-header {
    margin-bottom: 16px;
    border-bottom: none;
    padding: 0;
}

.product-template-default .modal-content .product_info_modal,
#myModalshop .modal-content .product_info_modal {
    padding: 0;
}

.product-template-default .modal-content .product_info_modal .product_info_title,
#myModalshop .modal-content .product_info_modal .product_info_title {
    margin-bottom: 12px;
}

.product-template-default .inventory_status {
    clip-path: none !important;
    padding: 6px 16px !important;
    border-radius: 8px !important;
}

.content-single-wrapper .star-rating span::before {
    content: '' !important;
}

.bundle-main-image .main-slider img {
    aspect-ratio: 207/160 !important;
    border-radius: 16px;
    object-fit: cover;
}

.content-single-wrapper .woocommerce-variation-description p {
    display: none;
}

.content-single-wrapper .woocommerce-variation-price span.price {
    display: none;
}


.custom-img-cls-ingredient {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-img-cls-ingredient img {
    aspect-ratio: 1 / 1;
    /* width: 43px; */
    /* height: 43px; */
    width: 37px;
    height: 30px;
    text-align: center;

}

.ingredient-item .ingredient-info {
    color: #06021F;
    width: calc(100% - 48px);
}

.ingredient-item .ingredient-info p {
    margin: 0;
}

.ingredient-product-desp {
    margin-top: 15px;
}

h4.price-change-tag {
    margin-bottom: 0;
    display: flex;
    gap: 12px;
    align-items: center;
}

.price-change-tag .total-price-cal {
    color: #989898;
    text-decoration: line-through;
}

.single-product div.product .single_variation_wrap {
    padding: 0 !important;
}

.single-product div.product form.cart {
    display: block;
}

.content-single-wrapper {
    max-width: 1680px;
    margin: auto;
}

.single-product div.product .content-single-wrapper .summary,
.single-product div.product .content-single-wrapper .woocommerce-product-gallery {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .content-single-wrapper .single-product div.produ .single_variation_wrap {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .modal-dialog {
        width: 50% !important;
    }
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: unset !important;
    }
}

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

    .content-single-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .custom-title-single {
        font-size: 36px !important;
    }

    .woocommerce-Price-amount bdi {
        font-size: 20px;
    }

    .product-template-default .modal-content,
    #myModalshop .modal-content {
        padding: 24px 20px;

    }

    .content-single-wrapper .quantity-count {
        font-size: 20px;

    }

    main.site-main {
        padding: 0px !important;
    }

    .custom-product-extra-details h2 {
        font-size: 14px;
    }

    .content-single-wrapper .thumbnail-grid {
        display: none;
    }

    .woocommerce-page main {
        margin: 10px auto !important;
    }


}

#myModal .modal-content,
#myModalshop .modal-content {
    color: #06021F;
}

.more-text {
    display: none;
    transition: all 0.3s ease;
}

#toggle-description {
    color: #047857;
    font-style: italic;
    cursor: pointer;
}


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

    #myModal .modal-header,
    #myModalshop .modal-header {
        margin-bottom: 12px;
    }

    .product-template-default .modal-content .product_info_modal .product_info_title,
    #myModalshop .modal-content .product_info_modal .product_info_title {
        margin-bottom: 8px;
    }

    #myModal .product_info_dec,
    #myModalshop .product_info_dec {
        /* color: #06021F; */
        font-size: 14px;
    }

    /* #myModal .product_info_modal h7, #myModalshop .product_info_modal h7{
        color: #06021F;
    } */
    .modal-dialog {

        right: unset !important;
        top: 200px;
        width: 100% !important;
        margin: auto !important;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .modal-content {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }
}

@media screen and (max-width: 480px) {
    .custom-product-extra-details h2 {
        font-size: 12px;
    }
}

/* Hide subscription text on shop/category pages */
.archive .wcsatt-sub-options,
.wcsatt-sub-discount {
    display: none !important;
}

section.related.products {
    display: none;
}

.wcsatt-sub-options {
    display: none !important;
}

div#wc_donation_on_checkout {
    display: none !important;
}

/* Position the modal off-screen to the right */
div#myModal {
    display: none;
    /* Hidden by default, shown with jQuery */
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    /* background-color: white; */
    /* box-shadow: -2px 0 5px rgba(0,0,0,0.3); */
    overflow-y: auto;
    z-index: 1050;
    animation: slideInRight 0.5s ease forwards;
}

/* Slide-in animation keyframes */
/* @keyframes slideRight {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
} */

div#myModalshop {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    /* background-color: white; */
    /* box-shadow: -2px 0 5px rgba(0,0,0,0.3); */
    overflow-y: auto;
    z-index: 1050;
    animation: slideInRight 0.5s ease forwards;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@media screen and (max-width: 576px) {
    div#myModalshop {
        animation: slideInBottom 0.5s ease forwards;
    }

    div#myModal {
        animation: slideInBottom 0.5s ease forwards;
    }

    @keyframes slideInBottom {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slideOutBottom {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(100%);
            opacity: 0;
        }
    }
}

/* When closing */
#myModalshop.closing {
    animation: slideOutRight 0.5s ease forwards;
}

div#myModal.closing {
    animation: slideOutRight 0.5s ease forwards;
}

@media screen and (max-width: 576px) {
    #myModalshop.closing {
        animation: slideOutBottom 0.5s ease forwards;
    }

    div#myModal.closing {
        animation: slideOutBottom 0.5s ease forwards;
    }

    /* Slide-out animation (from bottom) */
    @keyframes slideDownOut {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(100%);
            opacity: 0;
        }
    }

    /* Apply slide-out animation when modal is closing */
    .modal.closing .modal-dialog {
        animation: slideDownOut 0.5s ease forwards;
    }

}

.single-product .site-main {
    max-width: 100% !important
}

/* Z-index of mobile menu */
#mobile-menu-tray {
    z-index: 1000;
}

/* Contact Us Form CSS */
#contact-us-form>.elementor-container.elementor-column-gap-no {
    margin: auto 16% 0px auto !important;
}

#contact-page-form-section label.contact-page {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: unset !important;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    /* Regular is equivalent to normal */
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    color: #06021F;
}

#contact-page-form-section .wpcf7-form-control-wrap input,
#contact-page-form-section .wpcf7-form-control-wrap textarea {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
    font-weight: 500 !important;
    font-style: normal;
    /* Regular is equivalent to normal */
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    color: #06021F;
    border: 1px solid #D9D9D9 !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-family: 'Instrument Sans', sans-serif;
    max-width: 100%;
    height: 50px;
}

#contact-page-form-section .wpcf7-button button {
    margin-top: 24px !important;
    width: 100% !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    height: 60px !important;
    background: #047857 !important;
}

#contact-page-form-section .wpcf7-not-valid-tip:before {
    content: none !important;
}


#contact-page-form-section form {
    margin-bottom: 0 !important;
}

#contact-page-form-section span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: 0px !important;
}

@media screen and (max-width: 1600px) {
    #contact-us-form>.elementor-container.elementor-column-gap-no {
        margin: auto 7% 0px auto !important;
    }
}

/* @media screen and (max-width: 1200px){
    #contact-us-form > .elementor-container.elementor-column-gap-no {
        margin: auto 8% 0px auto !important;
    }
} */

@media screen and (max-width: 768px) {
    #contact-us-form>.elementor-container.elementor-column-gap-no {
        margin: 0 !important;
    }

    #contact-page-form-section label.contact-page {
        line-height: 20px;
    }

    #inner-content-heading h2 {
        font-size: 36px;
        line-height: 44px;
    }

    #contact-page-form-section .wpcf7-button button {
        height: 50px;
    }
}


/* 404 */

.button-404-error {
    text-align: center;
}

.button-404-error>a>button {
    border-radius: 10px;
    background-color: #047857;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 40px;
}

.rude-dog-container {
    display: flex;
    justify-content: center;
}

.pagenot-found-container-404 {
    font-family: "Instrument Sans";
}

.heading-404 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
}

.subheading-404 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgba(6, 2, 31, 1);
}

.btn-404 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background-color: rgb(4, 120, 87);
    padding: 10px 25px;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 10px;
}

.pagenot-found-container-404 {
    width: 100%;
    max-width: 1120px;
    padding: 62px 0px;
    color: #06021F;
}

.image-box-404,
.button-404 {
    display: flex;
    justify-content: center;

}

.sub-heading {
    width: 100%;
    max-width: 570px;
    margin: auto;
}

@media(max-width:768px) {
    .image-box-404 img {
        width: 100%;
    }

    .heading-404 {
        font-size: 32px;
    }

    .content-box-404 {
        padding: 16px;
    }
}

.treat-hide {
    display: none !important;
}

/* end 404 code css */
