﻿
/* start navbar */

/*header {
    position: sticky;
    top: 0;
    z-index: 1000000;
}
*/


.navbar-brand {
    font-size: 31px;
    font-weight: bold;
}


    .navbar-brand img {
        width: 242px;
    }
    /*
.logo_container {
    width: 199px;
    height: 95px
}
*/
    .btn-pink {
        background-color: #b88128;
        border: #b88128;
        color: white
    }


    .btn-pink:hover {
        background-color: #b91904;
        border: #b91904;
        color: white
    }


.outer_ul, .category_ul {
    position: relative;
    transition: all .5s ease-in-out
}

.inside_ul, .subcategory_ul {
    position: absolute;
    background-color: #ffff;
    padding: 20px;
    z-index: 100000000;
    transition: all .5s ease-in-out;
/*    border: 1px solid #ccc;
    border-radius: 0.25rem !important;*/
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    width: 180px;
}

    .category_ul a, .subcategory_ul a {
        margin-right: 7px
    }

.subcategory_ul {
    position: static;
    left: 100%;
    top: -6px;
    background-color: #ffff;
    padding: 20px;
    z-index: 10000;
    transition: all .5s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 0.25rem !important;
    padding: 5px 20px 5px 20px;
    display: none
}

.category_ul:hover .subcategory_ul {
    display: block;
}

.inside_ul li {
    list-style: none;
    margin: auto !important;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subcategory_ul a:hover, .category_ul a:hover {
    color: #b88128 !important;
    transition: all .2s ease-in-out;
}

.right_side_navbar {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between
}

.outer_ul:hover .inside_ul {
    display: block !important;
    transition: all .5s ease-in-out
}

.navbar_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-top: 22px
}

#nav_shadow {
    position: fixed;
    z-index: 100000000;
    height: 100%;
    background: #000000;
    width: 100%;
    opacity: .4;
}

@media (max-width: 1199px) {
    .navbar_list {
        visibility: hidden
    }

    .user-card{
        display: none !important
    }

/*    .navbar_mobile {
        display: block !important
    }*/
}

/*.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}*/

.right_side_navbar_mobile {
    display: none
}

header .localization_flag {
    margin-top: 6px;
}

@media (max-width: 993px) {
    .search_form, .navbar_list {
        display: none !important
    }

    .right_side_navbar {
        width: auto !important
    }

    .toolbar {
        display:flex !important
         
    }

    .body_wrapper{
        margin-top:57px
    }

    header .localization_flag {
        display: none;
    }
}

@media (max-width: 500px) {
    #logo{
        display:none
    }
    #logo_mob {
        display: block !important;
        width: 55px !important;
    }
    .pizza_offer_section .btn {
        width: 75% !important
    }
    
}

.navbar_list li {
    height: 100%;
    margin-left: 43px;
    transition: color .2s ease-in-out
}

    .navbar_list li:hover {
        color: #b88128
    }

.right_side_navbar .fa-user, .right_side_navbar .fa-shopping-cart {
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: color .3s ease-in-out;
    margin: 11px 0 0 10px;
}

    .right_side_navbar .fa-user:hover, .right_side_navbar .fa-shopping-cart:hover {
        color: #b88128
    }

.cart_counter {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -11px;
    bottom: 21px;
    background-color: #b88128;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}


.search_container, .shopping_cart {
    position: relative;
    margin-top:3px
}

    .search_container input {
        border-radius: 1.25rem !important;
        width: 200px;
        transition: all .3s ease-in-out;
        border: 1px dashed #222
    }

        .search_container input:focus {
            border: 1px dashed #b88128
        }

    .search_container .fa-search {
        position: absolute;
        width:19px;
        top: 12px;
        right: 10px;
        cursor: pointer
    }

.user-card {
    position: relative
}

    .user-card .inner-user-card {
        padding: 10px;
        width: 170px;
        position: absolute;
        background: white;
        border: 1px solid #e4e4e4;
        top: 49px;
        z-index: 10000;
        right: 0px;
        animation: fade .3s ease-in-out 0s 1 alternate;
    }


.toolbar {
    padding: 8px;
    position: fixed;
    z-index: 10000000;
    width: 100%;
    display: flex;
    background-color: white;
    text-align: center;
    display: none
}

/* end navbar */
/* start mobile navbar */
.navbar_mobile {
    position: fixed;
    z-index: 1000000000;
    background-color: #181818;
    width: 200px;
    height: 100vh;
    text-align: center;
    animation: nav .5s cubic-bezier(.46,.25,.36,.75) 0s 1 alternate;
}

.fade_out {
    animation: fadeOut .3s ease-in-out 0s 1 alternate !important;
}

.nav_mob_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 30px;
}

    .nav_mob_inner ul {
        list-style: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }


        .nav_mob_inner ul li {
            height: 36px;
            width: 100%;
            text-align: center;
            padding-left: 10px;
            margin-top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all .3s ease-in-out;
            cursor: pointer
        }

            .nav_mob_inner ul li:hover {
                background-color: #2a2a2a;
            }


.mob_nav_logo {
    width: 100px;
    margin-top: 22px
}
/* end  mobilenavbar */
/* Subcategories slider*/

.subcategory-slider::-webkit-scrollbar {
    display: none;
}


.subcategory-slider {
    font-weight: bold;
    overflow-y: hidden;
}

    .subcategory-slider .new-arrival-slider {
        overflow-y: hidden;
        /* Hide the scrollbar */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        overflow: -moz-scrollbars-none; /* Older Firefox */
    }


        /* Add styling to the scrollable content if needed */
        .subcategory-slider .new-arrival-slider::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .subcategory-slider .arrow {
        top: 70px !important
    }

    .subcategory-slider .product-card {
        justify-content: center !important;
        border: none !important
    }

    .subcategory-slider .img-fluid {
        border-radius: 50%;
        height: 170px;
        width: 170px;
    }

    .subcategory-slider .product_desc {
        justify-content: center !important;
        font-size: 15px
    }
/* end Subcategories slider*/
/* start slider */
.home_slider {
    margin-bottom: 30px
}

.inner_carousel-item h2 {
    animation: fade .5s ease-in-out 0s 1 alternate;
}

.inner_carousel-item p {
    animation: fade 1s ease-in-out 0s 1 alternate;
}

.inner_carousel-item button {
    animation: fade 1.5s ease-in-out 0s 1 alternate;
}

@media (max-width: 450px) {
    .carousel-item {
        min-height: 300px;
    }
}

@media (min-width: 450px) {
    .carousel-item {
        min-height: 500px;
        max-height: 500px;
    }
}
/* end slider */
/* start new product header */
.new_product_section {
    margin-bottom: 60px
}

.section_header {
    text-align: center;
}

.head_text {
    font-weight: bolder;
    text-align: center;
    font-size: 29px;
}

@media (max-width: 450px) {
    .head_text, .text_fish h2{
        font-size: 19px
    }
    .text_fish p {
        font-size: 11px
    }
}

.view_all_button {
    font-weight: bold;
    font-variant: all-small-caps;
}

.section_header p {
    font-size: 17px;
    color: #b5b5b5;
    font-variant: all-small-caps;
}

.fa-utensils {
    display: block;
    margin: 30px auto 3px;
    font-size: 29px;
}

/*.section_header::after {
    margin: auto;
    display: block;
    content: "";
    height: 2px;
    background-color: #dc3545;
    width: 9%;
    margin-top: -10px;
}*/

.arrows_container {
    margin: 12px auto -32px;
    text-align: center;
}

/* end new product header */


/* start product card */

.product-tumb {
    overflow: hidden
}

    .product-tumb img {
        transition: all 0.7s ease-in-out;
    }

        .product-tumb img:hover {
            transform: scale(1.2);
        }
.product-card {
    position: relative;
/*    box-shadow: 0 2px 7px #dfdfdf;
*//*    margin: 10px !important;
*/    background: #fafafa;
    min-width: 170px
}

/*    .product-card img {
        height: 150px;
        width: 200px
    }
*/
    .new_product_section .carousel-indicators {
        display: none !important
    }

/*@media (max-width: 991px) {
    .product-card {
        margin: 50px 10px auto;*/
      /*  min-width: 124px !important;
        max-width: 200px;*/
    /*}
}*/

@media (max-width: 991px) {

    .product-tumb {
        max-height: 116px !important;
    }

    .product-details h4 a {
        font-size: 14px !important;
    }
}


/*
@media (max-width: 767px) {
    .product-card:last-child, .product-card:nth-child(3) {
        display: none !important
    }
}*/



.badge {
    position: absolute;
    left: 0;
    top: 5px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    background: #b88128;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    max-height: 152px;
}

    .product-tumb img {
        width:100%;
        height:auto;
    }

.product-details {
    padding: 15px;
    overflow: hidden
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
    overflow:hidden;
    white-space:nowrap
}

    .product-details h4 a:hover {
        color: #b88128
    }

.product-details p {
    font-size: 13px;
    line-height: 22px;
    color: #999;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
}


.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
}

    .product-bottom-details div {
        float: left;
        width: 100%;
        padding-top: 4px;
    }

.product_desc{
    white-space:nowrap;
    font-size:10px;
    display:flex
}
.product-price {
    font-size: 16px;
    color: #b88128;
    font-weight: 600;
}

    .product-price small {
        font-size: 80%;
        font-weight: 400;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 5px;
    }

.product-links {
    text-align: right;
}

    .product-links a {
        display: inline-block;
        margin-left: 5px;
        color: #e1e1e1;
        transition: 0.3s;
        font-size: 17px;
    }

        .product-links a:hover {
            color: #b88128;
        }


.old_price {
    font-size: 12px;
    text-decoration: line-through;
    color: black;
}
       

/* end product card */


/* start sale section */

.sale_section {
    height: 400px;
    background: url("../images/parallax-bg.jpg") center fixed;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 60px
}

    .sale_section::before, .pizza_offer_section::before, footer::before{
        background: url(../images/pattern.png) repeat-x scroll 0 0;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 11px;
        width: auto;
        bottom: auto;
        top: 0px;
        transform: rotate( 180deg );
        -webkit-transform: rotate( 180deg );
        z-index: 1000
    }

    .sale_section::after, .pizza_offer_section::after, .carousel-item::after {
        background: url(../images/pattern.png) repeat-x scroll 0 0;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 11px;
        width: auto;
        bottom: 0;
        top: auto;
    }

    .sale_section h3, .sale_section h5 {
        font-variant: all-petite-caps;
        color: black;
    }

    .sale_section h3 {
        font-size: 56px;
    }

    .sale_section h5 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
    }

    .sale_section h2 {
        font-size: 40px !important;
        text-align: center
    }





@media (max-width: 991px) {
    .cont2 {
        visibility: hidden
    }
}


@media (max-width: 710px) {
    .sale_section h2, .pizza_offer_section h2 {
        font-size: 27px !important;
        text-align: center
    }
}

@media (max-width: 400px) {
    .sale_section .btn{
        width:60% !important
    }
    .text_fish .btn {
        width:100% !important
    }
}
/* end sale section */




/*    Start Why are the Best SEction */

.why_are_best {
    font-weight: 500;
    color: #222222;
    line-height: 40px;
    margin-bottom: 60px
}

    .why_are_best li::before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        color: #b88128 !important;
        margin-left: 2px;
        font-weight: 900;
        display: none;
    }


    .why_are_best li svg {
        color: #d41e05
    }

/*    End Why area thead Bsest SEction */

/* Pizza Offer Section */

.pizza_offer_section {
    padding: 20px;
    background-color: #b88128;
    color: #fbfbfc;
    height: 300px;
    background-size: cover;
    position: relative;
    margin-bottom: 60px
}

/* End Pizza Offer Section */


/* start footer */
footer {
    line-height: 40px;
    position: relative
}






    footer .footer-list-container {
        border-right: 1px solid #272727
    }

        footer .footer-list-container:last-child {
            border-right: none
        }

.top_footer {
    background-color: #fff;
    margin-bottom: 15px
}

    .top_footer p {
        color: #797979;
        font-size: 13px;
        margin-bottom: -2rem
    }


    .top_footer ul {
        display: inline;
        color: #737373;
        font-size: 13px;
        list-style: none;
    }

    .top_footer h6 {
        margin-bottom: 7%;
    }

        .top_footer h6::after, .top_footer h6::before {
            display: block;
            content: "";
            width: 24%;
            height: 2px;
            background-color: #dc3545;
            position: absolute;
            top: 26px;
        }


        .top_footer h6::after {
            display: block;
            content: "";
            width: 15%;
            height: 2px;
            background-color: #dc3545;
            position: absolute;
            top: 33px;
        }

.down_footer {
    background: #222;
    padding: 20px;
    color: #fbfbfc;
}

.footer-list ul {
    padding: 0;
}

.footer-list li {
    list-style: none;
    transition: all .3s ease-in-out;
    font-size: 14px;
    line-height: 40px
}

.footer-list a {
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.footer-list ul li a:hover {
    transform: translate(7px);
    color: #fbfbfc;
}

footer h5 {
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 20px;
}

.down_footer {
    background: #191919;
    padding: 5px;
    color: #ffffff;
}


/*.top-footer h5 {
    border-bottom: 1px solid #252525;
    padding-bottom: 6px;
}

.top-footer li:last-child {
    border: none;
    padding-bottom: 0px;
}*/

/*hr {
    border-top: 1px solid rgb(200 200 200 / 10%);
}*/

/*.top-footer a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: red !important;
    margin-left: 2px;
    font-weight: 900;
    display: none;
}*/

/*a svg {
    color: #fbfbfc;
    margin: 0 5px 0 0;
}
*/

.social-media {
    display: flex;
    align-items: center;
}

    .social-media svg {
        margin-left: 5px;
        font-size: 20px;
        color: white;
        transition: all .3s ease-in-out;
    }

.fa-github-square:hover {
    color: rgb(200 200 200 / 10%)
}

.fa-twitter-square:hover {
    color: #1da1f2
}

.fa-facebook-square:hover {
    color: #00a3ec
}

.fa-instagram-square:hover {
    color: #bc31a0
}

/* end footer */




/* global css */

.error_page .image_container {
    position: relative;
    background-color: #f4f4f4;
    border-radius: 50%;
    padding: 14px;
    /*    border: 2px dashed #d31e0f;
*/ /*    box-shadow: -3px 2px 3px 8px #353535 inset, 0px 0px 11px 3px #c6c6c6;
*/
    margin-top: 46px;
    width: 173px;
    height: 245px;
}


.error_page img {
    width:100%;
    height:auto
}

.error_page h2 {
    margin-top: 15px;
    font-weight: 800;
}

.error_page p {
    color: #484848;
    text-align: center
}



/* end global css */


/* start homepage animation */
@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes nav {
    from {
        left:-250px;
    }

    to {
        left:0;
    }
}

@keyframes navAr {
    from {
        right: -250px;
    }

    to {
        right: 0;
    }
}

/* end homepage animation */




/*Lets create the magnifying glass*/
.large {
    width: 375px;
    height: 375px;
    position: absolute;
    border-radius: 100%;
    /*Multiple box shadows to achieve the glass effect*/
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    /*Lets load up the large image first*/
    /*hide the glass by default*/
    display: none;
}

/*To solve overlap bug at the edges during magnification*/
.small {
    display: block;
}

/*zoomIn.css*/

.zoomit-ghost {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: wait;
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.zoomit-zoomed {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transition: transform 0.1s ease, opacity 0.2s ease;
}

.zoomit-container {
    overflow: hidden;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

    .zoomit-container img {
        vertical-align: top;
    }

    .zoomit-container.loaded .zoomit-ghost {
        cursor: crosshair;
    }

    .zoomit-container.loaded .zoomit-zoomed {
        opacity: 1;
    }

/* end zoomIn.css*/

.products_container{
    gap:10px
}