
/* Project Name: Pizza48 */

body {
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    background: #1c3b79 url(../images/blue_bg.jpg);
}

.p-xxs {
    padding: 5px !important;
}
.p-xs {
    padding: 10px !important;
}
.p-sm {
    padding: 15px !important;
}
.p-m {
    padding: 20px !important;
}
.p-md {
    padding: 25px !important;
}
.p-lg {
    padding: 30px !important;
}
.p-xl {
    padding: 40px !important;
}
.p-none {
    padding: 0 !important;
}
.p-t-none {
    padding-top: 0 !important;
}
.p-b-none {
    padding-bottom: 0 !important;
}
.p-l-none {
    padding-left: 0 !important;
}
.p-t-sm {
    padding-top: 10px !important;
}
.p-b-sm {
    padding-bottom: 10px !important;
}
.p-r-none {
    padding-right: 0 !important;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-xxxl {
    margin-top: 60px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}

.m-r-10 {
    margin-right: 10px;
}


a:focus {
    outline: none;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
}

/* Bootstrap Overwrite */
.help-block {
    font-size: 90%;
}



/* start header */

.site-header{
    background-image:  url(../images/pizza_pattern_bg.png);
    padding: 30px 0 70px;
    position: relative;
}
.logo {
    margin-top: -15px;
}
.site-header .site-menu {
    text-align: right;
    padding-top: 10px;
}
.site-header .site-menu .header-links > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.site-header .site-menu .header-links > ul > li{
    list-style-type: none;
    display: inline-block;
}

.site-header .site-menu .header-links > ul > li > a{
    color: #ffffff;
    padding: 7px 23px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.site-header .site-menu .header-links > ul > li.active > a{
    color: #ee6900;
    border-radius: 40px;
    border: 2px solid #ffffff;
}

.site-header .site-menu .header-links > ul > li > a.usr-name {
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 7px 20px;
}
.site-header .site-menu .header-links > ul > li > a.cart {
    position: relative;
     padding-right: 0;
    padding-top: 0;
}
.site-header .site-menu .header-links > ul > li > a.cart span {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #ee6900;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: absolute;
    right: -6px;
    top: -10px;
}
.site-header .site-menu .badge{
    background-color: #ee6900;
    border-radius: 50%;
    bottom: 30px;
    color: #000000;
    height: 20px;
    position: absolute;
    right: 30px;
    width: 20px;
}

.header-circle{
    height: 700px;
    width: 700px;
    border-radius: 50%;
    border: 2px solid #6b7b9d;
    margin: 0 auto;
    padding: 10px;
}


.header-circle .header-circle-img {
    background: #fff url(../images/pizza.jpg) no-repeat 0 0;
    background-size: 95%;
    border-radius: 50%;
    text-align:  center;
    height: 676px;
    width: 676px;
}

.header-circle .header-circle-img .header-circle-text{
    padding: 300px 0 0 0;
}

.header-circle .header-circle-img .header-circle-text h2{
    padding-top: 50px;
    color: #ee6900;
    font-family: 'Baloo Bhai', cursive;
    font-size: 80px;
}

.header-circle .header-circle-img .header-circle-text p{
    color: #6b6b6b;
    font-family: 'Baloo Bhai', cursive;
    font-size: 32px;
}

.header-circle  .searchbox{
    padding: 0 0 0 40px;
    background: #fff url("../images/location-arrow.svg") no-repeat 18px 19px;
    background-size: 21px;
    background-color: #fff;
    width: 70%;
    border-radius: 51px;
    -moz-border-radius: 51px;
    -webkit-border-radius: 51px;
    margin: 0 auto;
    border: 1px solid black;
    border-right: none;
}

.input-field{
    padding: 8px 0;
    float: left;
    width: 85%;
}
.input-field input{
    border:none;
    height: 40px;
    padding:0 15px;
    width:100%;
    background-color: #fff;
    color: #000;
    font-family: "Asap",sans-serif;
    font-weight: 500;
}

.input-field .select-style:focus {
    outline: none;
}

.searchbox .search-btn{
    width: 60px;
    height: 60px;
    background: #ee6900 url("../images/right-arrow.svg") no-repeat 18px 17px;
    border:none;
    float: right;
    border-radius: 50%;
    background-size: 26px;
}

/* end header */

/* Section : How does it work */

/* owl carousel */

.main-content .about-slider {
    background: url(../images/slider-bg.png);
    margin: 60px 0;
    box-sizing: border-box;
    position: relative;
}

.main-content .about-slider .owl-carousel{
    padding: 0;
    margin: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50%;
    padding: 12px;
    position: absolute;
    width: 62px;
    height: 62px;
    color: #1c3b79;
    background-color: #5a6a8a;
    border: 6px solid #1c3b79;
}

.owl-theme .owl-nav [class="owl-prev"],
.owl-theme .owl-nav [class="owl-prev disabled"]{
    left: -39px;
    top: 22%;
}

.owl-theme .owl-nav [class="owl-next"],
.owl-theme .owl-nav [class="owl-next disabled"] {
    right: -41px;
    top: 22%;
}

.owl-carousel .item{
    height: 135px;
}

.about-slider .deal-slide {
    border:2px dashed #1b3b78;
    background: rgba(0,0,0,0.1);
    color: #1d3c7a;
    padding: 18px;
    display: inline-block;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 6px;
    margin-top: 26px;
    margin-left: 50px;
    float:left;
}

.about-slider .deal-left{
    padding-top: 3%;
}

.deal-left .deal-img{
    float:left;
    display: inline-block;
    padding-right: 3%;
    padding-left: 10%;
    width: 28%;
}

.about-slider .deal-text{
    width:80%;
}

.deal-text .text-org{
    color:#ee6900;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.deal-text .text-gray{
    color: #5a5a5a;
    font-weight: 700;
    font-size: 17.54px;
    margin: 0;
}

@media(max-width:991px){



    .owl-theme .owl-nav [class="owl-prev"], 
    .owl-theme .owl-nav [class="owl-prev disabled"] {
        left: -29px;
        top: 22%;
    }

    .owl-theme .owl-nav [class="owl-next"], 
    .owl-theme .owl-nav [class="owl-next disabled"] {
        right: -29px;
        top: 23%;
    }
}

@media(max-width:767px){
    .main-content .about-slider{
        margin: 60px 22px;
    }
}

@media(max-width:640px){

    .main-content .about-slider{
        margin: 60px 22px;
    }

    .owl-carousel .item {
        height: 120px;
    }
    .products-section .thumbnails .product-btn {
        position: absolute;
        bottom: -23px;
        left: 219px;
        max-width:100%;
    }
}


@media(max-width:480px){
    .about-slider{
        padding: 60px 40px;
    }

    .owl-carousel .item{
        height:auto;
    }

    .owl-theme .owl-nav [class="owl-prev"], 
    .owl-theme .owl-nav [class="owl-prev disabled"] {
        left: -60px;
        top: 30%;
    }

    .owl-theme .owl-nav [class="owl-next"], 
    .owl-theme .owl-nav [class="owl-next disabled"] {
        right: -60px;
        top: 30%;
    }

}


/* end owl carousel */


.main-content .howitworks {
    padding: 40px 0 30px;
}
.howitworks h3 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}
.howitworks .separator {
    text-align: center;
    padding: 30px 0;
}
.main-content .howitworks p {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
}

.main-content .circle-location {
    border:2px solid #455b88;
    height: 150px;
    width:150px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}
.main-content .circle-location.meal {
    background: #ee6900;
    border-color: #ee6900;
}
.main-content .circle-location.meal::after {
    display: none;
}
.main-content .circle-location.meal img {
    padding-top: 40px;
}

.main-content .circle-step {
    color: #ffffff;
    font-family: "Asap",sans-serif;
    font-size: 29px;
    font-weight: 500;
    left: calc(50% - 9px);
    position: absolute;
    top: -19px;
}

.main-content .circle-location img {
    padding-top: 35px;
    text-align: center;
}

.main-content .circle-location:after {
    background: url(../images/arrow_right_orange.svg) no-repeat 0 0;
    content: " ";
    width: 21px;
    height: 27px;
    position: relative;
    right: 60px;
    top: 62px;
}

/* end banner-circle */

/* start service-order */

.service-order{
    padding: 40px 0;
    border-top: 2px solid #5c6a85;
}

.service-order h3{
    color: #ee6900;
    font-size: 22px;
    font-family: 'Baloo Bhai', cursive;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-order ul{
    padding: 0;
}

.service-order ul li{
    list-style-type: none;
    line-height: 35px;
}

.service-order ul li a{
    color: #ffffff;
    text-decoration: none;
}


/* end service-order */

/* start registration */

.register{
    background-image: url(../images/pizza_pattern_bg.png);
    min-height: 640px;
}

.header-img{
    padding: 80px 0 30px 0;
}

.register .panel{
    max-width: 715px;
    margin: 0 auto;
    vertical-align: middle;
}

.register .panel .panel-body .form-group .input{
    background-color:#f7f6f6;
    color: #787878;
}

.register .panel .panel-body .form-group input[type=text],
.register .panel .panel-body .form-group input[type=password] {
    background-color: #f7f6f6;
    height:39px;
}

.register .panel .panel-body .form-group input[type=text]:focus {
    outline: 0;
    box-shadow:0
}

.register .panel .panel-body > span{
    font-size: 18px;
    color: #939797;
    padding: 15px 0;
    display: inline-block;
}

.register .panel .panel-body .form-group > label{
    color: #787878;
}

.register .panel .panel-body .form-group .important{
    color: #f57000;
    display: inline-block;
    margin-left: 3px;
    font-weight: bold;
    font-size: 14px;
}


.register .new-account p{
    font-size: 14px;
    color:#fff;
    text-align: center;
    padding: 35px 0 0 0;
}

.register .new-account p a{
    font-size: 14px;
    color:#fff;
    text-decoration: underline;
}

.register .copyright p{
    font-size: 14px;
    color:#fff;
    text-align: center;
    padding: 15px 0 45px;
}

/* end registration */

/* start login */


.login .panel{
    max-width: 460px;
    margin: 0 auto;
    vertical-align: middle;
}

.login .panel .panel-body .login-box span{
    font-size: 18px;
    color: #939797;
    display: inline-block;
    padding-bottom: 25px;
}

.input-login{
    position: relative;
}

.icon{
    display: block;
    height: 24px;
    line-height: 34px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 0px;
    width: 24px;
}

.login-box {
    padding: 40px;
}

.check-login {
    color: #a5a7a6;
}


.sign-up {
    padding: 20px 40px;
}
.sign-up .new-account a {
    text-decoration: underline;
    padding-top: 10px;
    display: inline-block;
    color: #f57000;
}
.forget-pwd a{
    color: #333;
    text-decoration: underline;
}


/* end login */

/* before- reg */
.before-header-img{
    padding-top: 8px;
}

.reg-box{
    padding: 80px 0px 0px;
}

.reg-box .panel .panel-body{
    padding: 0;
}
.reg-box h3{
    color: #f57000;
    font-size: 21px;
    font-weight: 700;
    padding-top: 25px;
}
.reg-box p{
    color: #494949;
}

.btn-blue{
    background-color: #1c3c7b;
    border-color: #1c3c7b;
    border-radius: 21px;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 50px;
    color:#fff;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #1c3c7b;
    border-color: #1c3c7b;
    color:#fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.125) inset;
}

.btn-rounded {
    border-radius: 20px;
}

.btn-lg {
    font-size: 16px;
    font-weight: 700;
    padding: 9px 25px;
}

.btn-orange{
    background-color: #f57000;
    border-color: #f57000;
    color:#fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background-color: #f57000;
    border-color: #f57000;
    color:#fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.125) inset;
}

.reg-box .blue-text{
    color: #1c3c7b;
}

.before-reg-account p{
    color: #747474;
    padding-top: 30px;
}

.before-reg-account p a{
    text-decoration: underline;
    color: #747474;
}


/* before reg */

/* start social footer */

.social-footer {
    border-top: 2px solid #5c6a85;
    border-bottom: 2px solid #5c6a85;
    padding: 25px 0;
}

.social-footer .social-icon ul {
    padding: 0;
}

.social-footer .social-icon ul li:first-child {
    padding-left: 0; 
}
.social-footer .social-icon ul li {
    float:left;
    list-style-type: none;
    padding: 0 0 0 20px;
}

.social-footer .social-icon ul li a img {
    width:40px;
}

.social-footer .cust-care {
    vertical-align: middle;
}

.social-footer .cust-care span {
    color: #ffffff;
    font-size: 27px;
    margin: 8px 0;
    display: inline-block;
    padding-left: 10px;
}

.social-footer .service-regn-link {
    text-align: right;
}

.social-footer .service-regn {
    color:#ffffff;
    text-decoration: none;
    border:2px solid #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 40px;
    margin: 5px 0;
    display: inline-block;
    text-transform: uppercase;
}
/* end social footer */

/* stat footer */

.footer {
    padding: 30px 0;
}

.footer .copyright {
    color: #ffffff;
    display: inline-block;
}

.footer .footer-menu {
    padding: 0;
    float: right;
}

.footer .footer-menu li {
    list-style-type: none;
    float: left;
}

.footer .footer-menu li a {
    text-decoration: none;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 0 0 20px;
}

/* end footer */

/* start responsive */

@media(max-width:1080px){
    .main-content .about-slider {
        width: 90%;
        margin: 60px auto;
    }
}
@media(max-width:991px){
    .deal-left .deal-img{
        display: none;
    }
    .main-content .circle-step{
        left: left: calc(50% - 7px);;
        top: -21px;
    }
    .main-content .circle-location::after{
        display: none;
    }
    .main-content .howitworks p{
        padding-bottom: 10px;
    }
    .service-order ul{
        text-align: center;
    }
    .social-footer .cust-care{
        text-align: center;
    }

    .service-regn-link{
        padding-top: 0px;
        text-align: center!important;
    }
    .service-regn-link a{
        float: none !important 
    }

    .footer .copyright {
        display: block;
    }
    .footer-menu-list {
        text-align: center;
    }

    .footer-menu-list .footer-menu{
        display: inline-table;
        float: none;
        padding-top: 10px;
    }
    
    .social-footer .social-icon ul li a img 
    {
    width: 30px;
    }
    
    .social-footer .social-icon ul li 
    {
    float: left;
    list-style-type: none;
    padding: 0 0 0 10px;
    }
    .social-footer .cust-care span 
    {
    color: #ffffff;
    font-size: 20px;
    margin: 8px 0;
    display: inline-block;
    padding-left: 10px;
    }
    .cust-care span img
    {
        width: 30px;
    }
    .social-footer .service-regn {
    font-size: 12px;
    }
    .footer .footer-menu 
    {
    padding: 0;
    float: none !important;
    display: block;
    padding-top: 0px;
    width: 100%;
    text-align: center;
    }
    .footer .footer-menu li
    {
    float: none !important;
    display: inline-block;
    }
}

@media(max-width:767px) {    
    .main-menu-header {
        padding-bottom: 25px;
    }
    .main-content .howitworks {
        padding-top: 0;
    }
    .howitworks .separator {
        margin-bottom: 30px;
    }
    .social-icon{
        text-align: center;
    }

    .service-regn-link{
        padding-top: 0;
    }
    .social-icon ul {
        display: inline-table;
    }

    .footer {
        padding: 30px 0 50px;
    }

    .footer .copyright {
        text-align: center;
        display: block;
    }
    
    .social-footer .cust-care 
    {
    text-align: center;
    }
    
.footer .footer-menu {
    padding-top: 20px;
}


}

@media(max-width:731px){
    .header-circle{
        width: 90vw;
        height: 90vw;
    }

    .header-circle .header-circle-img .header-circle-text{
        padding: 45vw 10vw 0 ;
    }

    .header-circle .header-circle-img .header-circle-text h2{
        padding-top: 0;
        font-size: 50px;
    }

    .header-circle .header-circle-img .header-circle-text p{
        font-size: 22px;
    }

    .header-circle .searchbox{
        position: relative;
    }

    .searchbox .search-btn{
        height: 56px;
        position: absolute;
        right: -6px;
        width: 55px;
        float:none;
        background-size: 21px;
    }

    .about-slider .deal-slide{
        font-size: 15px;
        letter-spacing: 12px;
        margin-left: 22px;
        margin-top: 34px;
        position: absolute;
    }
    .about-slider .deal-left {
        padding-left: 145px;
    }

    .deal-left .deal-img{
        float: none;
        width: 30%;
    }
    .main-content .howitworks {
        padding-bottom: 0;
    }
    .main-content .howitworks > .row > div {
        padding-bottom: 50px;
    }
    .service-order {
        padding-top: 0;
    }

}
@media(max-width:600px){
    .logo {
        margin-top: 0;
    }
    .header-circle {
        border-radius: 0;
        border: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .header-circle .header-circle-img {
        width: 100%;
        border-radius: 30px;
        background-position: right 0;
    }
    .main-menu-header {
        padding-bottom: 25px;
    }
    .main-menu-header > .row > div {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    .site-header {
        padding-top: 15px;
    }
    .site-header .site-menu {
        text-align: center;
        padding-top: 20px;
    }
    .site-header .site-menu ul li.active a {
        border: 0;
    }
}
@media(max-width:480px){
    .about-slider {
        padding: 0;
    }
    .about-slider .deal-slide {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
        width: 100%;
        position: relative;
        margin: 10px 0;
        border-left: 0;
        border-right: 0;
        text-align: center;
        padding: 10px;
    }
    .about-slider .deal-left {
        padding: 10px 15px;
        text-align: center;
    }
    .owl-theme .owl-nav [class="owl-prev"],
    .owl-theme .owl-nav [class="owl-prev disabled"] {
        left: -34px;
        top: 22%;
    }
    .owl-theme .owl-nav [class="owl-next"],
    .owl-theme .owl-nav [class="owl-next disabled"] {
        right: -34px;
        top: 22%;
    }
    
    
}


/* end responsive */
