﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}
h2{font-size:18px;font-weight:600;}
.container {
    max-width: 1400px;
}

header {
    padding: 20px 0px;
    background: #ffbf15 url(../images/headerbg.png) top center no-repeat;
}

.search {
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

    .search .form-control {
        height: 45px;
        border: none;
        box-shadow: none;
    }

    .search button {
        width: 100%;
        height: 45px;
        background: #dc2a1c;
        font-size: 16px;
        color: #fff;
        border: none;
    }

    .search i {
        line-height: 45px;
        font-size: 20px;
        margin-left: 10px;
        color: #999
    }

.header-links a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
}

    .header-links a i.mainicon {
        font-size: 40px;
    }

    .header-links a strong {
        display: block;
    }

.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    margin-top: 15px;
}

    .menu li {
        float: left
    }

    .menu a {
        display: block;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        padding: 0px 20px;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
    }

    .menu li.new a {
        background: #dc2a1c;
        color: #fff;
        border-radius: 60px;
    }

.namkeens-section {
    background: url(../images/bg1.jpg) top center no-repeat;
    background-size: cover;
    padding: 50px 0px;
    min-height: 700px;
    position: relative
}

    .namkeens-section img.chef {
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin-top: -100px;
    }

.font2 {
    font-family: 'Caveat', cursive;
}

.namkeens-section h2 {
    text-align: center;
    font-size: 60px;
}

    .namkeens-section h2 strong {
        color: #112bb0;
        font-size: 70px;
    }

.p-block-1 {
    margin: 30px;
    text-align: center
}

    .p-block-1 img {
        margin-bottom: 30px;
    }

    .p-block-1 h3 {
        font-size: 17px;
    }

    .p-block-1 h4 {
        color: #000;
        font-size: 20px;
        font-weight: 700
    }

.buynow {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(247,87,0,1) 0%, rgba(249,0,0,1) 90.1% );
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    text-decoration: none;
    border: none
}

    .buynow:hover {
        background: #112bb0;
        color: #fff;
    }

.king-section {
    /*background: #e4d7ce;*/
    background:#f1f1f1;
    padding: 40px 0px;
}

    .king-section h2 {
        font-size: 60px;
        position: relative;
        z-index: 2;
        margin-top: 60px;
    }

        .king-section h2 strong {
            font-size: 90px;
            font-weight: 400;
            color: #e83133;
        }

        .king-section h2:before {
            content: "Quality";
            position: absolute;
            left: 0px;
            font-size: 170px;
            top: -30px;
            z-index: 1;
            opacity: .1;
            color: #69482f;
        }

.snacks {
    padding: 40px 0px;
    background: #ffcf23;
}
.combos {
    padding: 40px 0px;
    background: url(/images/climpek.png);
}
.combos h2 {
    text-align: center;
    font-size: 67px;
    margin-bottom:0!important;
}


.font2 strong {
    color: #f33537;
}

.product-block {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 99;
    margin-top: 20px;
}
.product-block h4{
    font-size:20px;
}
.snacks-bg {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    margin-top: -100px;
}

.social-bg {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    margin-top: -300px;
}

.footer-social {
    background: url(../images/bg4.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 100px;
    margin-top: -170px;
}

    .footer-social h2 {
        color: #fff;
        text-align: center;
        font-size: 50px;
    }

.socialicons {
    display: table;
    margin: auto;
    position: relative;
    z-index: 99999999999
}

    .socialicons i {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 100%;
        margin: 0px 10px;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        color: #000
    }

        .socialicons i:hover {
            background: #f33537;
            color: #fff;
        }

footer {
    padding: 80px 0px  15px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

    footer h3 {
        color: #ed3237;
        margin-bottom: 30px;
    }
footer strong{font-size: 15px;}
footer p{font-size: 15px;}

.links a {
    display: block;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 7px;
}

.customercare {
    text-align: center;
    padding: 50px 0px;
    color: #f33537;
}

.slicknav_menu {
    display: none;
}

.inner-banner {
    background: rgb(19,63,212)url(/images/bg5.png);
    padding: 80px 0px;
    background-size: cover
}

.snacks h2 {
    text-align: center;
    font-size: 67px;
    margin-bottom:0!important;
}

.inner-banner h2 {
    color: #fff;
    text-align: center;
    font-size: 60px;
}

    .inner-banner h2 span {
        color: #ffbf15;
    }

.product-block2 {
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    margin-bottom: 25px;
}

    .product-block2 img {
        width: 100%;
    }


.product-block2 .addCart {
    background: #112bb0;
    padding:5px 8px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    text-decoration: none;
    border: none
}

.product-block2 .addCart:hover {
        background: #dc2a1c;
        color: #fff;
    }

.product-block2 .buynow {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(247,87,0,1) 0%, rgba(249,0,0,1) 90.1% );
   padding:5px 8px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    text-decoration: none;
    border: none
}

.product-block2 .buynow:hover {
        background: #112bb0;
        color: #fff;
    }

.sidebar {
    background: #dee4f9;
    padding: 30px;
}

    .sidebar h4 {
        border-bottom: dashed 1px #839aea;
        color: #2c4bb5;
        padding-bottom: 15px;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-size: 20px;
    }

.s-links a {
    display: block;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 15px;
}

.s-links i {
    background: #2c4bb5;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.rangeslider__handle {
    background: #000
}

.p-wrapper {
    padding: 50px;
    border: solid 2px #3e4095;
    border-radius: 10px;
}

    .p-wrapper img {
        width: 100%;
    }

.thumbnails a {
    display: block;
    padding: 4px;
    background: #f7e3ae;
    margin-bottom: 10px;
    border-radius: 10px;
}

.instock {
    color: #78b259;
    font-weight: 700
}

.outofstock {
    color: #ff0000;
    font-weight: 700
}

.avilibility {
    font-size: 16px;
    color: #666
}

.price {
    color: #2c4bb5;
    font-weight: 700;
    font-size: 21px;
    margin: 10px 0px;
}

.product-details h3 {
    color: #dc2a1c;
    font-size: 16px;
    margin-bottom:8px;
}

.product-details p {
    font-size: 13px;
    color: #000 !important;
    margin-bottom:5px;
}

.form-control {
    box-shadow: none !important
}

.desc-title {
    display: table;
    margin: auto;
    padding: 20px 0px;
    border-bottom: solid 2px #f75200;
    text-transform: uppercase
}

.cart-block {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 2px #2c4bb5
}

#LoginModal .modal-body {
    /*background: #ffbf15 url(/images/loginbg.jpg) bottom center no-repeat;
      padding-bottom: 150px;
    */
    background: #ffbf15 url(/images/bg2.png);
    background-size:cover;
    padding: 60px 20px 20px;
    border-radius: 20px;
    overflow: hidden;    
}

#LoginModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    background: #ffbf15;
}

#LoginModal h2 {
    text-align: center;
    margin-bottom: 30px;
}

#LoginModal .btn-close {
    position: absolute;
    right: 27px;
    top: 27px;
}

#LoginModal .login{
    background: #e8e8e8;
    border: #f5b200 2px solid;
    border-radius: 10px;}

#LoginModal .login .form-control {
    height: 30px;
    font-size: 14px;
    border: 0!important;
    
}
#LoginModal .login .iconwithtext i{
    font-size: 18px;
    margin: 0px 5px;
}

#LoginModal .login .buynow{
    font-size: 15px;
    padding: 5px 10px;
}

.iconwithtext .form-control {
    height: 55px;
}

.iconwithtext {
    border-radius: 60px;
    overflow: hidden;
}

    .iconwithtext * {
        border: none
    }

    .iconwithtext i {
        margin: 0px 10px;
        font-size: 25px;
    }

    .iconwithtext .input-group-text {
        background: #fff;
    }

.lacy-control {
    height: 50px;
    border-radius: 60px;
}

.modal {
    z-index: 99999999999999;
}

.header-top{
    display:none;
}


@media screen and (max-width:920px) {
    .slicknav_menu {
        display: block;
    }

    .accountlink {
        display: none !important;
    }

    .menu {
        display: none;
    }

    header {
        position: fixed;
        width: 100%;
        top: 0px;
        padding: 10px 0px;
        z-index: 999999
    }

    .header-top{
        display:block;
    }

    body {
        padding-top: 77px;
    }

    .slicknav_menu {
        background: none;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 9999999999;
    }

    .chef {
        display: none;
    }

    .namkeens-section h2 strong {
        font-size: 45px;
        display: block
    }

    .namkeens-section h2 {
        font-size: 30px;
    }

    .king-section h2:before {
        display: none;
    }

    .cart-link {
        margin-left: -20px;
    }

    .menu li {
        float: none;
        background: #0d267a;
        color: #fff;
    }

        .menu li a {
            color: #fff;
        }

    .logo img {
        width: 96px;
    }

    #LoginModal .modal-body {
        padding: 20px;
    }

    .inner-banner {
        background: rgb(19,63,212);
        padding: 30px 10px;
    }

        .inner-banner h2 {
            font-size: 30px;
        }
        #imgcaptcha img{width:100%;}
}

@media(max-width:768px) {
    .slicknav_btn{
        background-color: #0d267a;
    }
    .socialicons i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
}
    .menu li.new a{
        margin: 0;
        border-radius:0;
    }
    .logo-bebo{width:70px;margin-top:-20px!important;}
    .p-wrapper{
        padding:20px;
    }
    .thumbnails a{
            float: left;
            width: 67px;
            margin-top:10px;
            margin-bottom:0;
            margin-left:2px;
            margin-right:2px;
    }    
}


.logo-bebo{margin-top:-60px;}


/* Slideber */
<style >
#slidecontainer {
    width: 100%;
}

.slider-color {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .slider-color:hover {
        opacity: 1;
    }

    .slider-color::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider-color::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border: 0;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

.slider-pic {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .slider-pic:hover {
        opacity: 1;
    }

    .slider-pic::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 23px;
        height: 24px;
        border-radius: 50%;
        background: url('contrasticon.png');
        cursor: pointer;
    }

    .slider-pic::-moz-range-thumb {
        width: 23px;
        height: 24px;
        border: 0;
        border-radius: 50%;
        background: url('contrasticon.png');
        cursor: pointer;
    }

.slider-square {
    -webkit-appearance: none;
    width: 100%;
    height: 24px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .slider-square:hover {
        opacity: 1;
    }

    .slider-square::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider-square::-moz-range-thumb {
        width: 24px;
        height: 24px;
        border: 0;
        background: #04AA6D;
        cursor: pointer;
    }
#carteItem {    position: absolute;
    width: 20px;
    height: 20px;
    background: #0d267a;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    text-align: center;
    margin-left: -17px;
}
.pagination-container{text-align:center;}
.pagination{display: inline-flex!important;}
.pagination li{border:#ccc 1px solid;color:#333;border-radius:5px;padding:5px 10px;margin:0 3px;}
.pagination li a{text-decoration:none;}
.pagination .active a{color:#f90000;}

.leftmenu a{padding:15px;font-size:16px;
}
    .leftmenu a i {
    font-size:30px;position:relative;top:5px;}
.addressform label {
font-size:16px;margin-bottom:10px;font-weight:700}
.product-block2 h5 {    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.product-block2 h4{font-size:20px;}
.contact{letter-spacing:0px; line-height:26px; color:#627d98; font-size: 14px;}
.contact h2{font-size:20px; color:#102a43; font-weight:600; margin-top:25px;}
.contact p{letter-spacing:0px; font-weight: 400; color:#000;}
.contact blockquote{padding:0px 0 15px 0; margin:0px 0 15px 30px; border-bottom:1px solid #e3e3e3;}
.contact strong{color:#000; font-size:16px;font-weight: 700; color: #102a43;}
.contact strong i.fa{color:#000; width:26px;}
.contact .form-control{border-color:#0002;}
.contact a{color:#000; text-decoration:none;}
.contact a:hover{color:#627d98; text-decoration:underline;}
.contact label{font-weight: 700; color: #102a43; line-height:18px; font-size: 12px; text-transform:uppercase}
.formbox label {font-weight:600;font-size:16px;}
.formbox .form-control{border-radius: 10px;}
.formbox .buynow{border-radius: 10px!important;width:auto!important;padding:10px 25px;}
