:root{
    --yellow-color: #e7cc34;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body ul,body ol,body li{
    list-style: none !important;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none !important;
}
.ptb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
body{
    font-family: 'Poppins', sans-serif;
}
body .main-btn{
    background: #d54349;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
}

 
#map{
  height: 100%;
  width: 100%;
}
.main-btn:hover{
    border: 1px solid #fff;
    color: #fff;
}
/* Header CSS Start Here */
.is_frontpage .header{
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 100%;
    background: none;
}
.header{
    background: #000;
}
.main_menu li{
    padding: 0 23px;
    list-style: none;
}
.main_menu li a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-decoration: none;
}
.main_menu li a:hover{
    color: #d54349;
}
.mini-cart .fa-shopping-bag{
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
.mini-cart .fa-shopping-bag:hover{
    opacity: .6;
}
/* Header CSS End Here */
/* Banner CSS Start Here */
.banner-carousel .item{
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 100px 0;
    height: 100vh;
    position: relative;
}
.banner-carousel .item:before{
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.banner-carousel:after{
    content: "";
    background: url(../../images/panover/shape.png) center bottom no-repeat;
    width: 100%;
    height: 138px;
    position: absolute;
    bottom: 24px;
}
.banner-content{
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.banner-content small{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    position: relative;
}
.banner-content small:before,
.banner-content small:after{
    content: "";
    background: #e7cc34;
    width: 52px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
}
.banner-content small:before{
    margin-right: 13px;
}
.banner-content small:after{
    margin-left: 13px;
}
.banner-content h1{
    font-size: 110px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
.banner-content h1 span{
    color: #c92127;
}
.banner-content p{
    font-size: 24px;
    color: #fff;
    line-height: 44px;
    font-style: italic;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev{
    left: 30px;
}
.owl-carousel .owl-nav button.owl-next{
    right: 30px;
} 
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:after{
    content: "\f177";
    font-size: 50px;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.owl-carousel .owl-nav button.owl-next:after{
    content: "\f178"; 
}
.banner-carousel .owl-nav span{
    display: none;
}
/* Banner CSS End Here */
/* About us Section CSS Start Here */
.about h2{
    font-size: 50px;
    color: #c92127;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.about p{
    font-size: 18px;
    line-height: 30px;
    color: #2a2929;
}
/* About us Section CSS End Here */

.delicious-pizza{
    background: url(../../images/panover/bg01.png) left top no-repeat;
}
.page-head small{
    font-size: 17px;
    color: #e7cc34;
    font-style: italic;
    display: inline-block;
    margin-bottom: 5px;
}
.page-head h3{
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.pizza-slide{
    padding: 0 30px;
}
.pizza-slide.owl-carousel .owl-item img{
    width: 280px;
    margin: auto;
    height: 280px;
}
.pizza-slide .owl-nav button.owl-prev{
    left: 0;
}
.pizza-slide .owl-nav button.owl-next{
    right: 0;
}
.pizza-col{
    padding: 0 25px;
}

.pizza-col.text-center p{
    font-weight: bold;
}

.product_image img {
            
            height: 345px;
            object-fit: cover;
            border-radius: 50%;
        }

.pizza-col h4{
    font-size: 25px;
    text-transform: capitalize;
}
.pizza-col h4 a{
    color: var(--yellow-color);
    text-decoration: none;
}
.pizza-col p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.price{
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    color: #fff;
}
.pizza-offer{
    position: relative;
}
.pizza-offer img{
    max-width: 100%;
    width: 100%;
}
.offer-text{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    padding: 0 20px;
}
.offer-text small{
    font-size: 22px;
    color: #d54349;
    font-weight: 700;
    text-transform: uppercase;
}
.offer-text h3{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin: 10px 0 15px;
}
.offer-text p{
    color: #fff;
}
.our-menu{
    background: #121619;
}
.menu-tabs{
    text-align: center;
}
.menu-tabs ul{
    background: #2b2c2d;
    border-radius: 25px;
    padding: 0;
    display: inline-block;
}
.menu-tabs ul li{
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.menu-tabs ul li:hover,
.menu-tabs ul li.selected{
    background: #d54349;
}
.menu-tabs ul li:first-child:hover,
.menu-tabs ul li.selected:first-child{
    border-radius: 25px 0 0 25px;
}
.menu-tabs ul li:last-child:hover,
.menu-tabs ul li.selected:last-child{
    border-radius: 0 25px 25px 0;
}
.menus-content{
    margin-top: 50px;
}
.menu-col {
    margin: 25px 0;
}
.menu-col .pizza-pic img{
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    width: 250px;
}
.menu-col h4 a{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
}
.menu-col h4 a:hover{
    color: #d54349;
}
.menu-col p{
    /*color: #6e6e6e;*/
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.menu-col .price{
    color: #d54349;
}
/*  */
.blog-img{
    position: relative;
}
.blog-img img{
    width: 100%;
    height: 328px;
    object-fit: cover;
}
.blog-img .date{
    background: #d54349;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-wrap .page-head small{
    color: #d54349;
}
.blog-wrap .page-head h3,
.map-wrap .page-head h3{
    color: #1d1d1d;
}
.blog-text .author{}
.blog-text .author span{
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    color: #686868;
}
.blog-text h3{
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-text h3 a{
    color: #2c2c2c;
}
.blog-text h3 a:hover{
    color: #d54349;
}
.blog-text .read-more{
    text-transform: uppercase;
    color: #d54349;
    font-size: 14px;
    text-decoration: underline;
}
.blog-text .read-more:hover{
    text-decoration: none;
}
.hours-wrap{
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}
.hour-col{
    padding: 0 30px;
}
.hour-col h4{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.hour-col ul li{
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 13%);
    display: flex;
    justify-content: space-between;
}
.hour-col ul li span{
    color: #fff;
    font-weight: 300;
}
.hour-col ul li span:last-child{
    color: #d54349;
}
.hour-col ul li span .fa-clock{
    color: #484848;
    padding-right: 6px;
}
.map-wrap{
    background: url(../../images/panover/map-bg.jpg) left top no-repeat;
    background-size: cover;
}
.map-img{
    width: 100%;
}
.map-content{
    background: #c92127;
    padding: 30px;
    height: 100%;
}
.map-content p{
    color: #fff;
}
.map-content h5{
    margin-top: 35px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.map-content ul{
    padding: 0;
}
.map-content ul li{
    padding: 10px 0;
    color: #fff;
}
.map-content ul li span{
    display: inline-block;
    background: #ff954e;
    color: #5e1114;
    text-transform: uppercase;
    padding: 8px 20px;
    font-weight: 700;
    margin-right: 10px;
}
.map-content ul li+li span{
    background: #97d87a;
}
.footer{
    background: url(../../images/panover/footer-bg.jpg) left top no-repeat;
    background-size: cover;
    padding-top: 100px;
}
.foot-col p{
    color: #e3e3e3;
    line-height: 30px;
    font-weight: normal;
}
.foot-col .social-icons li{
    padding: 0 15px;
}
.foot-col .social-icons li:first-child{
    padding-left: 0;
}
.foot-col .social-icons li a{
    color: #d5444a;
    font-size: 22px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.foot-col .social-icons li a:hover{
    opacity: .5;
}
.foot-menu{
    padding: 0 25px;
}
.foot-menu h4{
    color: #d5444a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.foot-menu ul li{
    padding: 5px 0;
}

.news_letter{
    display: block;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.foot-menu ul li a{
    color: #fff;
    font-size: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-decoration: none;
}
.foot-menu ul li a:hover{
    color: #d5444a;
    margin-left: 10px;
}
.foot-menu p{
    color: #d6d6d6;
    font-weight: normal;
}
.foot-menu .form-control,
.foot-menu .news_letter{
    margin-bottom: 15px;
}
.copyright{
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 30px;
}
.copyright p{
    margin: 0;
    color: #e3e3e3;
    font-weight: normal;
}
.copyright p a{
    color: #d5444a;
}
.copyright p a:hover{
    text-decoration: underline;
}
.payment-icons li{
    padding-left: 20px;
}

/* Inner page */
.container.page_inner{
    max-width: 100%;
    padding: 0;
}

body.fix_container .page_inner{
    width: 1287px;
}

.inner-banner{
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
}
.inner-banner h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.inner-banner ul{
    margin: 0;
    padding: 0;
}
.inner-banner ul li{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.inner-banner ul li a{
    color: #919191;
}
.sidebar {
    background: #fbfbfb;
    border: 1px solid #f3f3f3;
    padding: 20px;
}
.sidebar h3 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}
.sidebar ul {
    padding: 0;
    margin: 0;
}
.sidebar ul li{
    border-bottom: 1px solid #ebebeb;
    padding: 12px 0;
}
.sidebar ul li:last-child{
    border-bottom: none;
}
.sidebar ul li a{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: block;
    /* padding-left: 20px; */
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.sidebar ul li a img{
    width: 35px;
    margin-right: 10px;
}
.sidebar ul li a:hover{
    color: #d54349;
}
.product-col {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px #e7e7e7;
    text-align: center;
}
.product-col .product-img {
    text-align: center;
}
.product-col .product-img img {
    height: 185px;
    object-fit: cover;
}
.product-col h3 a {
    font-size: 18px;
    color: #1c1c1c;
}

.product-col h3  {
    font-size: 18px;
    color: #1c1c1c;
    cursor: pointer;
}

.product-col h3:hover  {
    font-size: 18px;
    color: #d54349;
    cursor: pointer;
}

.product-col h3 a:hover {
    color: #d54349;
    opacity: 1;
}
.product-col p {
    color: #747474;
}
.product-col .price{
    color: #000;
}
.product-col .btn i{
    vertical-align: middle;
    margin-right: 3px;
}

/* Modal */
.modal .modal-dialog{
    max-width: 434px;
}
.modal .modal-content{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}
.cart-popup .modal-header{
    padding: 0;
    border: none;
}
.cart-popup .modal-header .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    opacity: 1;
    z-index: 1;
    background-size: 10px;
    border-radius: 30px;
}
.cart-popup .modal-body{
    padding: 0;
}
.pizza-img img{
    width: 100%;
   /* height: 300px;*/
   height: 180px;
    object-fit: cover;
}
.cart-modal{
    padding: 25px;
    max-height: 85vh;
    overflow-y: auto;
}
.cart-modal h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}

.cart-modal h5{
    margin-top: 30px;
}
.cart-modal p{
    color: #424242;
}
.cart-modal h4{
    text-transform: capitalize;
    color: #d54349;
    margin-bottom: 20px;
}
.modal-form .form-row{
    margin: 15px 0;
}
.modal-form .form-row .form-control{
    width: 100%;
    border-color: #e1e1e1;
}
.modal-form .form-row .price{
    color: #d54349;
    margin: 0;
}
.modal-form .check{
    vertical-align: middle;
    margin-right: 5px;
}
.modal-form .quantity-field{
    width: 60px;
    padding: 0 5px;
    border-color: #e7e7e7;
}
.addon-box {
    background: #f9f9f9;
    padding: 15px;
}
.addon-box .select-row {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}
.modal-cart-btn{
    padding: 15px;
    text-align: center;
}
.modal-cart-btn .btn{
    border-radius: 0;
    display: block;
    padding: 10px 20px;
}


/** css by gaurav **/

div.contact h3 {
    display: none;
}

i.fas.fa-remove {
    background-color: red;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
}

body.view_article .item-pagefix_container p {
    padding: 50px;
    line-height: 2em;
}

/*body.view_article .page-header h2 {
    padding: 50px;
    line-height: 2em;
}*/



.mod-languages_language-switcher.nav-hover ul.dropdown-menu {
    display: block;
    background: none;
    margin-top: 20px;
    margin-left: 10px;
}

.mod-languages_language-switcher.nav-hover ul.dropdown-menu li.divider {
    padding: 10px 3px 3px 0 !important;
    border-bottom: 1px solid #ed1d24;
}

.delivery_box {    

    background-image: url(https://d2skenm2jauoc1.cloudfront.net/websites/img/wood2.png);
    height: auto;
    text-align: center;
    padding: 100px;

}


.delivery_box h2 {
    text-align: center;        
    color: #fff;
    text-transform: uppercase;
    font-weight: 1000;
    margin-bottom: 40px;
}

.user_order .about{
    margin-top: 5%;
}

.user_order .about h2{
    text-align: center !important;

}

.user_order .about .seprator {
    
    display: block;
    margin: 30px auto;
    width: 40%;
    height: 3px;
    border-bottom: 2px solid #000;
}


.user_order .about p {   
    text-align: center;
    width: 70%; 
    margin: 0 auto;
    line-height: 2em;
    padding: 7px;
    
}

.delivery_box a.menu_link{

    color: #fff;
    background-color: #ed1d24;
    padding: 20px;
    font-weight: bold;

}

div.contact legend {
    display: none;
}   

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.contact-form form#contact-form .control-label label {
    float: none !important;
    display: block !important;
    text-align: left;
    margin-bottom: 10px;
}
.contact-form form#contact-form .control-group {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.contact-form form#contact-form fieldset {
    float: none;
    width: 100%;
}   
    
.contact-form form#contact-form fieldset input{
    width: 100% !important;
    height: 44px !important;
}
 .contact-form form#contact-form fieldset textarea{
    width: 100% !important;
    height: 150px !important;
}
.contact dl.contact-address.dl-horizontal dd {
    width: 100%;
    text-align: center;
    background: #f15b25;
    padding: 50px 15px;
    margin: 10px;
    border-radius: 5px;
}
.contact dl.contact-address.dl-horizontal dd a{
    color: #ffffff;
    font-size: 16px;
}
.contact dl.contact-address.dl-horizontal {
    display: flex;
    width: 100%;
}
.contact dt {
    display: none;
}   

.contact form#contact-form .btn-primary {
    color: #fff;
    background-color: #f15b25 !important;
    border-color: #f15b25 !important;
}


.footer ul.nav{
    display: list-item;
}
/* form start */


.login-page .panel-default {
    border-color: transparent;
    margin: 0px;
    box-shadow: none;
}

.login-page .right-padding{
    padding:50px 80px 50px 80px;
}
.login-page .logo{
    width: 80px;
    height: 46px;
    background: blue;
}
.login-page .panel-body{
    padding: 0px;
}
.login-page form input{
    height: 46px !important;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ced4da;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: none !important;
}
/*div#module_113 {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #f15b25;
    margin-top: -65px;
    padding: 0px;
}*/
/*div#module_113 a{
    color: #f15b25;
    padding-right: 0px;
    margin-right: -7px;
}*/
.login-page input.margin{
    margin: 20px 0px 20px 0px;
}
.login-page .label{
    margin: 10px 0px 10px 0px;
}
.login-page .check{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.login-page .Remember{
    display:flex;
    width:50%;
    align-items: center;
    font-size: 14px;
}
.login-page .checkbox{
    width: 10%;
    margin-right: 4px;
    margin-bottom: 3px;
    height: 15px;
}
.login-page .password a{
    font-size: 14px;
    text-decoration: none;
}
.login-page .btn{
    width: 100% !important;
    padding: 10px;
    margin: 20px 0px 20px 0px;
    background: #f15b25;
    color: #fff;    
    border: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
}
.login-page form p a{
    text-decoration: none;
}
.login-page label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

/* form end */

/*  Registration page css **/
.view_user.layout_form div#page .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.view_user.layout_form div#page .container .row{
    margin: 0px;
}
.view_user.layout_form div#page .container .row .col-md-6{
    margin: 0px;
    padding: 0px;
}
.view_user.layout_form .page-header h2{
    margin-top: 0;
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: 700;
}
.view_user.layout_form .page-header{
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border-bottom: none;
  /*  background:url('/images/home-page-images/login-page-banner.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 126px;
    padding-bottom: 116px;
    text-align: center;
    color: #fff;
}
.view_user.layout_form form {
    border: none;
    position: relative;
    float: none;
    width: 87%;
    margin: 0 auto;
}
.view_user.layout_form fieldset {
    border: none;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
}
/* form start */
.view_user.layout_form .panel-default {
    border-color: transparent;
    margin: 0px;
    box-shadow: none;
}

.login-page .right-padding{
    padding:50px 80px 50px 80px;
}

.view_user.layout_form .panel-body{
    padding: 0px;
}
.view_user.layout_form form input , .view_user.layout_form select,.view_user.layout_form select.form-control , .chosen-container-single .chosen-single{
    height: 46px !important;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ced4da;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: none !important;
}
.view_user.layout_form .chosen-container-single .chosen-single {
    position: relative;
    padding: 9px 15px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    background-color: #fff;
    background: #fff;
    background: no-repeat;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 24px;
}
.view_user.layout_form .label{
    margin: 10px 0px 10px 0px;
}

.view_user.layout_form .btn{
    width: 100% !important;
    padding: 10px;
    margin: 20px 0px 20px 0px;
    background: #f15b25;
    color: #fff;    
    border: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    text-transform: capitalize;
}
.view_user.layout_form form p a{
    text-decoration: none;
}
.view_user.layout_form label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color: #5c5c5c;
}
/*.view_user.layout_form  div#module_113 {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #f15b25;
    margin-top: 0px;
    padding: 0px;
    padding-right: 8px;
}*/
/* form end */
/* end Registration page css **/


p.after_register span.display_name {
    color: #d54349;
    font-size: 20px;
    font-weight: bold;
}

.page-header.header-banner {
    background-image: url(/images/panover/hour-bg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
}

.page-header.header-banner h2{ color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.moduletableprofile_menu ul li {
    background-color: #f15a25;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.moduletableprofile_menu ul li a {
    color: #fff;
    font-weight: bolder;
}

.moduletableprofile_menu ul li {
    background-color: #ca1f26;
    padding: 10px;
    border-bottom: 1px solid #fff;
    padding: 20px;
    width: 100%;
    /* margin: -18px 20px 20px 20px; */
}

.product_name {
    border-bottom: 1px solid #ccc;
}

table.user_order { 
    margin: 0;
}   

a.logout {
    padding: 10px;
    background-color: #f15a25;
    color: #fff;
} 

table.user_order th {
    background-color: #ca1f26;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
}

table.user_order td {    
    padding: 10px;
    border: 1px solid #f15a25;
    color: #000;
}

.moduletableprofile_menu ul li a{    
    color: #fff;   
    font-weight: bolder;
}

.user_order {
    margin: 50px;
}
.creditcard input[type='text'],
.creditcard input[type='email'],
textarea#customerAddress{
    width: 100% !important;
    margin-bottom: 20px;
}


.creditcardpay {
    border: 1px solid #cccccc47;
    padding: 20px;
    box-shadow: black;
    box-shadow: 6px 6px 18px 0px #e9e9e9;
}

input#payNow {
    float: left;
    background-color: #d54349;
}

p.after_register a {
    background-color: #d54349;
    padding: 10px;
    color: #fff;
}

span.after_register a {
    background-color: #d54349;
    padding: 5px;
    color: #fff;
    margin-right: 5px;
    border-radius: 3px;
}

.view_user.layout_form .btn,
.login-page .btn{
    width: 20%;
    padding: 10px;
    /*margin: 20px 0px 20px 37px;*/
    background: #d54349;
    color: #fff;    
    border: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: capitalize;
}


.view_user.layout_form form input , .view_user.layout_form select,.view_user.layout_form select.form-control , .chosen-container-single .chosen-single{
    height: 46px !important;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ced4da;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: none !important;
}
.view_user.layout_form .chosen-container-single .chosen-single {
    position: relative;
    padding: 9px 15px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    background-color: #fff;
    background: #fff;
    background: no-repeat;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 24px;
}

/** to make registration form in left right field **/
body.view_cart .view_user.layout_form .control-group {
    width: 49%;
    float: left;
    margin-right: 6px;
}


.view_user.layout_form .fielddescription {
    /* width: 338px; */
    display: none;
}

.login-page .btn{
    margin-left: 0 !important ;
}

.login-page span.image {
    text-align: center;
    margin-bottom: 55px;
}


.view_user.layout_form {
    border-right: 1px solid #000;
}

.login-page fieldset#_credentials{
    width: 100%;
}

.login-page input{
    width: 100%;
}

.login-page h2{
    margin-bottom: 20px;
    text-align: center;
}
.view_user.layout_form form p a{
    text-decoration: none;
}
.view_user.layout_form label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color: #5c5c5c;
}
.cart_items input.form-control.form-control-sm {
    width: 61px;
}

button.accordion-button {
    background-color: #d54349 !important;
    color: #fff !important;
}

/*.accordion-button::after{
    background-color: #ed1d24  !important;
}*/

.accordion-button:not(.collapsed) {

    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 #ed1d24 !important;
}

.select-row.d-flex.justify-content-between.align-items-center.sizes {
    background-color: #f9f9f9;
    padding: 6px;
    border-bottom: 1px solid #ebebeb;
}

.bg-grey {
    background-color: #000;
    color: #fff;
}

.row.mb-4.d-flex.justify-content-between.align-items-center.cart-items{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
font-size: 1rem;
line-height: 2.15;
padding-left: .75em;
padding-right: .75em;
}

.card-registration .select-arrow {
top: 13px;
}


span.cartcount {
    background-color: #fff;
    border: 50;
    margin-left: 10px;
    padding: 2px;
    border-radius: 92%;
}

.mini-cart a{
    position: relative;
}
.mini-cart a .cartcount{
    position: absolute;
    top: -12px;
    right: -12px;
    width: 20px;
    height: 20px;
    background: #ed1c24;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
.chosen-container{
    width: 100% !important;
}
.foot-menu .custom form{
    width: 100%;
}
.registration .control-group .controls .chosen-select{
    position: inherit !important;
}
.registration .control-group .controls .chosen-container-single{
    display: none;
}
body .cart-popup{
    z-index: 99999;
}
.cart-modal{
    padding: 15px;
}
.table-con{
    overflow-x: auto;
}
.cart-items a,
.cart_items .qty_update{
    color: #ed1c24;
}
body a{
    color: #ed1c24;
}

/* Responsive CSS */
@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}
@media screen and (max-width:1199px){
    .main_menu li {
        padding: 0 15px;
    }
    .logo img{
        max-width: 120px;
    }
    .banner-content h1{
        font-size: 75px;
    }
    .banner-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .menu-col .pizza-pic img {
        height: 200px;
        width: 200px;
    }
    .hour-col ul li{
        flex-wrap: wrap;
    }
    .hour-col ul li span{
        display: block;
        width: 100%;
    }
    .hour-col ul li span:last-child{
        margin-top: 5px;
    }
    .sidebar{
        padding: 15px;
    }
    .sidebar ul li a img{
        width: 25px;
    }
    body.view_cart .view_user.layout_form .control-group{
        width: 100%;
    }
}
@media screen and (max-width:991px){
    .is_frontpage .header{
        top: 5px;
    }
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .header{
        padding-right: 65px;
    }
    .header #module_144 {
        display: none;
    }
    .menu-icon-cont{
        top: 15px !important;
    }
    .card-registration-2 .bg-grey {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .card-registration-2 .bg-grey {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .logo img {
        max-width: 90px;
    }
    .main_menu li {
        padding: 0 15px;
    }
    .owl-carousel .owl-nav button.owl-prev:before, 
    .owl-carousel .owl-nav button.owl-next:after{
        font-size: 35px;
    }
    .about h2,
    .page-head h3{
        font-size: 40px;
    }
    .about p {
        font-size: 15px;
        line-height: 26px;
    }
    .pizza-slide.owl-carousel .owl-item img{
        width: 250px;
        height: 250px;
    }
    .offer-text small{
        font-size: 16px;
    }
    .offer-text h3{
        font-size: 35px;
    }
    .pizza-col h4{
        font-size: 20px;
    }
    .menu-col .pizza-pic img {
        height: 150px;
        width: 150px;
    }
    .menu-col h4 a{
        font-size: 16px;
    }
    .price{
        font-size: 20px;
    }
    .menu-col p{
        line-height: 20px;
    }
    .blog-img img{
        height: 220px;
    }
    .blog-img .date{
        width: 60px;
        height: 60px;
        bottom: -20px;
    }
    .blog-text h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .hours-wrap{
        padding: 70px 0;
    }
    .hour-col {
        padding: 0;
    }
    .map-content{
        padding: 20px;
    }
    .map-content ul li span{
        display: block;
        margin-bottom: 5px;
    }
    .footer{
        padding-top: 70px;
    }
    .foot-col .social-icons li {
        padding: 0 10px;
    }
    .foot-menu h4{
        font-size: 16px;
    }
    .copyright p{
        font-size: 14px;
    }
    .pizza-col p{
        line-height: 22px;
    }
    body .main-btn{
        padding: 7px 16px;
    }
    .delicious-pizza{
        padding-top: 100px;
    }
    .card-registration-2 .cart_items .bg-grey{
        border-radius: 0;
    }
}

@media screen and (max-width: 992px) {
    
    div#module_164,div#module_178 {
        display: none;
    }

    nav#off-menu_144 a,
    nav#off-menu_185 a {
        font-size: 17px;
        text-align: center;
        display: block;
        margin: 0px;
        padding: 2px;
        color: #000000;
    }
}
@media screen and (max-width:767px){
    .ptb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ptb-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .header {
        padding-right: 56px;
    }    
    .banner-content h1 {
        font-size: 55px;
        margin: 15px 0 5px;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .owl-carousel .owl-nav button.owl-prev:before, 
    .owl-carousel .owl-nav button.owl-next:after {
        font-size: 26px;
    }
    .about .col-md-6:first-child{
        order: 2;
    }
    .pizza-slide.owl-carousel .owl-item img {
        width: 150px;
        height: 150px;
    }
    .pizza-col {
        padding: 0 12px;
    }
    .about h2, .page-head h3 {
        font-size: 30px;
    }
    .offer-text small {
        font-size: 13px;
    }
    .offer-text h3 {
        font-size: 28px;
        margin: 5px 0 10px;
    }
    .news-col{
        margin-bottom: 30px;
    }
    .blog-img img {
        height: auto;
    }
    .hour-col{
        margin-bottom: 30px;
    }
    .hour-col ul li span {
        display: inline-block;
        width: auto;
    }
    #map{
        height: 400px;
    }
    .footer .custom {
        margin-bottom: 25px;
    }
    .view_user.layout_form .page-header h2,
    .page-header.header-banner h2,
    .inner-banner h1{
        font-size: 32px;
    }
    .contact dl.contact-address.dl-horizontal{
        flex-wrap: wrap;
    }
    .contact dl.contact-address.dl-horizontal dd{
        padding: 30px 15px;
    }
    .delicious-pizza{
        padding-top: 100px;
    }
    .sidebar{
        margin-bottom: 30px;
    }
    .login-page .right-padding {
        padding: 50px 30px;
    }
    .moduletableprofile_menu{
        margin-bottom: 30px;
    }
    .view_user.layout_form form.profile{
        width: 100%;
    }
    .cart-items .img-fluid{
        margin-bottom: 20px;
    }
    .cart-items h6[class*="price_"]{
        margin-top: 15px;
    }
    .delivery_box{
        padding: 50px 15px;
    }
}
@media screen and (max-width:575px){
    body .h5, body h5 {
        font-size: 15px;
    }

    #messages_container{
        width: 100%;
    }

    .js-message-container .alert-error, #messages_container #system-message .alert{
        padding: 20px !important;
    }

    .banner-content small{
        font-size: 13px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 15px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
    .banner-carousel:after{
        bottom: 23px;
    }
    .about h2{
        margin-bottom: 10px;
    }
    .offer-text h3 {
        font-size: 16px;
        margin: 0px 0 10px;
    }
    .offer-text p{
        display: none;
    }
    .ptb-100,
    .ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body .mb-5 {
        margin-bottom: 2rem!important;
    }
    .delicious-pizza{
        padding-top: 60px;
    }
    .menu-tabs ul li{
        font-size: 12px;
    }
    .hours-wrap {
        padding: 30px 0;
    }
    .hours-wrap .col-sm-12:first-child .hour-col h4{
        display: none;
    }
    .copyright {
        padding: 20px 0;
        margin-top: 10px;
        text-align: center;
    }
    .copyright .payment-icons{
        justify-content: center !important;
        margin-top: 8px;
    }
    .offer-text small {
        font-size: 11px;
    }
    .product-col p{
        word-break: break-word;
    }
    .cart-modal h3{
        font-size: 20px;
    }
    .modal-form .form-row h5{
        font-size: 15px;
    }
    .login-page .right-padding {
        padding: 50px 15px;
    }
    .user_order {
        margin: 30px 15px;
    }
    .cart_items .p-5{
        padding: 15px !important;
    }
}