*{
	box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*
@media(min-width: 1205px){
.header-wraper {
    padding: 18px 50px;
}
}*/

.header-with-icons{
	    box-shadow: 0 -1px rgba(255, 255, 255, 0.25) inset;
    color: #ffffff;
}
.header-transperent{
	background: transparent;
}
.header-transperent{
	background: #fff;
}

html{
	font-size: 16px;	
   font-family: 'Roboto Slab', serif;
}
div#navbarNav {
    font-size: 14px;
   font-family: 'Roboto Slab', serif;
}
a.nav-link {
    color: white !important;
    font-weight: 500;
}
li.nav-item {
    margin: 6px 8px 6px 8px;
}
.upper_class{ background: linear-gradient(
360deg
, #000000ba, #0000001a);}
.wrap_both {
    background-image: url(../../assets/images/board.jpg);
    background-position: center,center;
    background-size: 100% 100%;
    height: 300px;
    width: 470px;
}
.preparing{
    font-size:60px;
}
.order_num{
    font-size:90px;
    margin-top:30px
}




.adjust_margin_padding{
    height: auto;
    padding: .115rem 0.2rem;

}
.user_login_model {
    margin-left: 25px;
    font-size: 24px;
    cursor: pointer;
}
/*.positio_fixed_collapse_left{
    position: fixed;
    left: 0px;
    top: 55px;
    width: 60%;
    background: black;
    z-index: 1;
    height: 100vh;
    overflow: scroll;
    transition: all .5s ease-in-out;
}*/
@media (max-width: 991px) {
    .navbar-collapse {
        position: sticky;
        /*position: fixed;*/
        top: 106px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
        background: rgba(0,0,0,0.5);
        overflow: scroll;
        transition: all .5s ease-in-out;
    }
    .dropdown-menu.dropdown-large.arrow_box1 {
    background: #dee2e6;
    border: none;
}
    .navbar-collapse.collapsing {
        height: 100%;
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        height: 100%;
        left: 0;
        transition: left 400ms ease-in-out;
        width: 60%;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 400ms ease-in;
        transition: all .5s ease-in-out;
    }
}
button.navbar-toggler{
    border: none !important;
}
button.navbar-toggler:focus{
    outline: none !important;
    border: none !important;

}
button.navbar-toggler.collapsed:focus{
    outline: none !important;
    border: none !important;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
div#cafa-heder-sticky {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: all .5s ease-in-out;
}
div#cafa-heder-sticky:hover{
    background: white;

}
@media(min-width: 992px){
div#cafa-heder-sticky:hover a.nav-link {
    color: black !important;
    font-weight: 500;
}

div#cafa-heder-sticky:hover .header-with-icons{
     color: black !important;
    font-weight: 500;
}
}
.no_border{
    border: none !important;
}
.zzz {
    position: absolute;
    top: auto;
    bottom: 70px;
    width: 100%;
    padding: 0px 70px;
    text-align: center;
    vertical-align: middle;
    top: 40%;
    color: white;
}
button.btn-light.btn.button-custom.animated{
      background: linear-gradient(to right, #eb493b 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
      padding-left: 45px;
    padding-right: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
}
button.btn-light.btn.button-custom.animated:hover{
    background-position: left bottom;
    color: white;
}

.after_slider {
    padding-top: 30px;
}
h1.main_text {
    text-align: center;
    color: red;
    font-weight: bold;
    font-family: inherit;
}
p.lagest_selling {
    text-align: center;
    letter-spacing: 3px;
    color: grey;
    font-weight: 500;
    font-family: 'Roboto Slab',serif;
}
.card_height{
    height: 400px;
}
img.imageschafa {
    position: relative;
    width: 100%;
    height: 100%;
}
.view_products {
    padding-top: 40px;
    text-align: center;
}
.Chafa-header.active{
    background: white;
}
a.nav-link.underline.active{
    color: black !important;
}
.header-with-icons.active{
    color: black !important;
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
 
}
img.image_wrap {
    position: relative;
    width: 100%;
    height: 400px;
}
.brand_dec {
    position: absolute;
    top: auto;
    bottom: 20px;
    padding: 0px 20px;
    color: white;
    font-family: 'Roboto Slab',sarif;
    font-weight: 500;
}
/* Gray Scale */
.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .99s ease-in-out;
    transition: .99s ease-in-out;
}
.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.images_brands.hover08{
    cursor: pointer;
    margin-bottom: 10px;
}
.brand_dec:hover + .image_wrap{
      -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);

}
@media(max-width: 992px){
    li.nav-item{
    padding: 10px 0px 10px 0px;
    border-bottom: 3px solid red;
    }
    div#navbarNav {
    border-right: 5px solid red;
    background: #dee2e6;
}
.dropdown-menu.dropdown-large.arrow_box1.show {
    background: #dee2e6;
    border: none;

}
a.nav-link.underline {
    color: black !important;
}
}


/*login css*/
.col-md-5.col-lg-5.PageInfoForLoginRegister {
    /*background-color: #2874f0;*/
    color: #fff;
    padding: 40px 33px;
    font-size: 15px;
}

.modal-body {
    padding: 0px;
}

.col-md-7.col-lg-7.PageRegisterOrLogin {
    padding: 56px 35px 16px;
    position: relative;
    background-color: #fff;
}

input.form-control.forregisteruser {
    border-top: none;
    border-right: none;
    border-left: none;
}
.form-control.forregisteruser:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

input.form-control.forregisteruser {
    padding: 8px 10px 10px 0;
    width: 100%;
    color: #000;
    font-size: inherit;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.DetailsOfUser {
    position: relative;
    margin-bottom: 34px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

/*.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}*/

.btnClass {
        margin-top: 14px
    }

/*button.btn_lgn {
    position: relative;
    width: 100%;
    background: #fb641b;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    color: #fff;
    height: 48px;
}*/
button.btn_lgn{
        background: linear-gradient(to right, #2076cf 50%, #fb641b 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding-left: 45px;
    padding-right: 45px;
      width: 100%;
      height: 48px;
      border: none;
      color: #fff;
          box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
}
button.btn_lgn:hover{
        background-position: left bottom;
    color: white;
}
.forOtp {
    text-align: center;
    margin-top: 16px;
}
.OR{
    display: block;
    color: #878787;
    font-size: 14px;
    font-family: revert;
}

.otpRequest {
    border: none;
    line-height: 180%;
    text-align: center;
    color: #2874f0;
    background-color: #fff;
    margin-top: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.otpRequest {
    width: 100%;
    height: 48px;
    font-size: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.modalSizeHeight{
        height: 528px;
    max-width: 750px;
    min-width: 650px;
}
.atBottomOfPage {
    position: absolute;
    bottom: 29px;
    left: 0;
    right: 0;
    font-size: 15px;
    color: #2874f0;
    cursor: pointer;
    text-align: center;
}

.companyPolicy {
    margin-top: 15px;
    font-size: 12px;
}
.policyDetail{
        color: grey;
}
.registerDetails {
    font-size: 14px;
}
.Existinguser {
    width: 100%;
    display: flex;
    height: 48px;
    font-size: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    justify-content: center;
    align-items: center;
    color: #007bff;
    margin-top: 12px;
    cursor: pointer;
}
.imageOnBottem {
    position: absolute;
    bottom: 32px;
    display: flex;
    justify-content: center;
}

/*modalCss ENd*/
@media(max-width: 992px){
    a.nav-link.underline.active{
        color: white !important
    }
}


/*footerCss start*/
    .Footer {
    padding: 34px 0;
    background: #fff;
    color: #9d9d9d;
    border-top: 1px solid #e3e3e3;
    padding-bottom: 60px;
}
@media screen and (min-width: 641px){
.Footer {
    padding: 75px 0 42px 0;
}
}
@media screen and (min-width: 1240px){
.Container_footer {
    padding: 0 80px;
}
}
h6.heading_footer {
    color: #454545;
    font-family: sans-serif;
}

li.list_footer {
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
    text-decoration: none;
    font-family: math;
}
a.list_ancor {
    color: #615a5a;
    font-family: 'Roboto Slab',serif;
    text-decoration: none;
}
a.list_ancor:hover{
    color: black;
}
.wrap_content {
    padding: 0 24px;
}
/*footerend*/
/*mobile Footer*/
ul.display_inline {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 0px;
    align-items: center;
    color: #746363;
}
li.list_arrange {
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.footer_mob_container {
    border-top: 1px solid #ccc0c0;
    padding: 5px 5px 5px 5px;
    background: #dee2e6;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}
a.ancor_list {
    color: black;
    font-family: serif;
    font-size: 14px;
}
@media(max-width: 768px){
    .user_login_model {
    display: none;
}
.search-bar{

    padding: 0px 0px 0px 28px;
    height: 47px;

}
input.search-bar {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 2px solid red;
}
input.search-bar:focus {
    outline: none;
}
form:hover .fa{
    background: transparent !important;
    color: black;
}
}
@media(min-width: 768px){
    .search_expand{
        display: block !important;
    }
    .search_here{
        display: none;
    }
    .footer_mob_container{
        display: none;
    }
}
/*mobile footer end*/
/*detail page*/
img.image_hover {
    position: relative;
    width: 100%;
}
.image_withprice {
    display: flex;
}
section.cta {
    padding-top: 100px;
}
.looking_product{
    text-align: center;
    font-family: 'Roboto Slab',serif;
    font-weight: 400;
}
.similar_products {
    padding: 40px 0px 40px 0px;
}
button.btn-light.btn.button-custom.animated.buttons_fullwidth{
        position: relative;
    width: 100%;
    border: 1px solid red;
    margin-top: 25px;
    color: #e35454;
}
button.btn-light.btn.button-custom.animated.buttons_fullwidth:hover{
color: #fff;
}

.dimensions {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab',sans-serif;
}
strong.dimen {
    margin-bottom: 5px;
    padding: 15px 0px 15px 0px;
}
.dimensions_name{
    color: red;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 17px;
    }
    div#mainDetail {
    padding: 20px 30px;
}
h5.looking_product {
    color: #e35454;
    opacity: 0;
    margin-top: 20px;
    transition: all .25s ease-in-out;
}
.card:hover .looking_product{
opacity: 1 !important;
transition-duration: .25s;
transform: translate(0px, -15px);
}
.imageCard{
    border: none;
}
.number_cart{
    position: absolute;
    right: 12px;
    top: 16px;
    text-align: center;
    border-radius: 7px;
    width: 18px;
    height: 18px;
    background-color: #ff6161;
    border: 1px solid #fff;
    font-weight: 400;
    color: #f0f0f0;
    line-height: 16px;
    font-size: 12px;
}

/*detail page end*/

/*add_to_cart*/
.card-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
}
span.name_item {
    font-family: 'Roboto Slab',serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #e35454;
}
.heading_right_side{
     font-family: 'Roboto Slab',serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #e35454;
}
img.cart_image {
    position: relative;
    width: 100%;
    object-fit: cover;
}
.item_contant {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}
a.text_black_cart {
    font-size: 16px;
    color: #212121;
    line-height: 1;
    display: inline;
}
.Brand_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #878787;
    font-size: 14px;
    height: 20px;
    margin-top: 3px;
}
span.price_money {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    display: inline-block;
    margin-right: 8px;
    margin-top: 18px;
    font-weight: 500;
}
span.price_money_off_cart {
    font-size: 14px;
    margin-right: 10px;
    color: #878787;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 18px;
}
.cart_contains {
    font-family: 'Roboto Slab',serif;
}
span.price_money_priceoff {
    color: #388e3c;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}
span.offers_applied{
     color: #388e3c;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}
.save_remove {
    display: flex;
    font-weight: bold;
    margin-top: 10px;
}
.save_fr_later {
    margin-right: 21px;
    cursor: pointer;
}
ul.list_advantages {
    list-style-type: none;
    font-size: 14px;
    font-family: 'Roboto Slab',serif;
    color: black;
}
span.free_cost {
    margin-left: 5px;
    color: green;
    font-weight: bold;
}
li.advantages_items {
    display: flex;
}
ul.list_advantages_secondList {
    font-size: 12px;
    color: #878787;
    margin-top: 9px;
    list-style-type: none;
}
button.round_btttn {
    color: #c2c2c2;
    border-color: #e0e0e0;
    cursor: auto;
    width: 28px;
    height: 28px;
    background: linear-gradient(#fff,#f9f9f9);
    display: inline-block;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    border-radius: 50%;
}
.input_wrap_num {
    display: inline-block;
    width: calc(100% - 60px);
    height: 100%;
    width: 46px;
    height: 28px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
}

input.numbersOfItems {
    border: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}
.cart_combos_main{
    position: relative;
    text-align: center;
     display: flex;
    align-items: center;
}
button.btn.btn_place_order {
    width: 100%;
    min-width: 250px;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    font-size: 16px;
    font-weight: 500;
    background: #e35454;
    position: relative;
    cursor: pointer;
    width: auto;
    color: white;
}
form.align_right {
    text-align: right;
}
.card-footer.cart_bottom {
    border-top: 1px solid #f0f0f0;
    background: #fff;
    padding: 16px 22px;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
}
.card-header {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #e35454;
}
.left_card_details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.name_details_card {
    max-width: 68%;
}
.name_price_main {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}
.mainforBorder {
    border-top: 1px dashed #e0e0e0;
    font-weight: 500;
    font-size: 18px;
    font-weight: bold;
}
.saveAmmount {
    border-top: 1px dashed #e0e0e0;
    padding: 12px 0;
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    color: #e35454;
    font-weight: 600;
}

@media (max-width: 768px){
.for_mob{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mob_bottom_gap{
display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.navbar-brand{
    margin: 0px !important;
}
}
a {
    color: inherit !important;
    text-decoration: none !important;
}
/*end_add_to_cart*/
/*grid page*/
.swap_img {position: relative; display: inline-block; cursor: pointer;}
.swap_img img {display: block;}
.swap_img img.image_swap1 {position: absolute;width: 100%; z-index: 1; left: 0; top: 0; opacity: 0; transition: opacity 0.5s linear;}
.swap_img:hover img.image_swap1 {opacity: 1;}

ul.list_detailPage {
    display: flex;
    list-style-type: none;
    font-size: 12px;
    color: grey;
}
.name_designs {
    display: flex;
    align-items: center;
}
.container.container_filters {
    font-family: 'Roboto Slab',serif;
}
h1.productName {
    text-transform: uppercase;
    font-family: 'Roboto Slab',serif;
    margin-right: 10px;
}


/*Without this, clicking will make it sticky*/
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.list_pages {
    position: relative;
    width: 100%;
}
.left_filters {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.dropdown {
    margin-left: 11px;
}
.container-fluid.container_filters {
    font-family: 'Roboto Slab',sans-serif;
    padding-top: 35px;
}


.filter_adjust{
    padding: 10px 12px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e9dada;
}
.filter_left {
    display: flex;
    justify-content: flex-end;
}
a.dropdown-item {
    font-size: 12px;
}
.categoriesHead {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto Slab',serif;
}
.custom-control-label{
    font-size:14px;
}
.custom-control {
    position: relative;
    display: flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    align-items: center;
}
img.image_swap{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition-duration: .5s ease-in-out;
}

.item:hover .looking_product{
opacity: 1 !important;
transition-duration: .25s;
transform: translate(0px, -15px);
}

.product_desc {
    text-align: center;
    font-size: 18px;
    color: grey;
    font-family: 'Roboto Slab',serif;
}
/*grid page end*/

/*pagination Row Css*/
/*
.row.forPagination {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    line-height: 32px;
}*/
.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}

.pagination.pagination-circle .page-item .page-link {
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50%;
}


.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #4285f4;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.page-link{
    border: none !important;
}

.PaginationOfProducts{
    padding: 4px 0px;
    text-align: center;
    display: flex;
    font-weight: 500;
    font-family: 'Roboto Slab',sans-serif;
}

ul.pagination.pagination-circle.pg-blue{
    margin-bottom: 0px !important;
}

.resultsOutOfAllProducts {
    font-size: 14px;
    color: grey;
    font-weight: 500;
}

.custom-control-label.productColor {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    vertical-align: bottom;
    border: 1px solid rgba(0,0,0,.1);
}

@media(min-width: 768px){
    .filters_split{
        display: block !important;
    }
    .row.forPagination{
        display: flex !important;
        justify-content: center;
    }
    .col-12.slider_m{
        display: none;
    }
    .col-md-7.col-lg-7.col-12.z_desk{
        display: block !important;
    }
    .for_mob{
        margin-left: 25px;
    }
    .navbar-brand{
        padding-left: 0px !important;
    }
}
.cart_num {
    position: absolute;
    right: 10px;
    top: -10px;
    text-align: center;
    border-radius: 7px;
    width: 15px;
    height: 15px;
    background-color: #ff6161;
    border: 1px solid #fff;
    font-weight: 400;
    color: #f0f0f0;
    line-height: 16px;
    font-size: 9px;
}

.name_option {
    font-family:sans-serif;
    font-size: 14px;
}
.form-control:focus{
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}
select#exampleFormControlSelect1{
    font-size: 14px;
}
/*Pagination End*/

/*user_profile*/
.main_settings {
    position: relative;
    width: 100%;
}
.btn_row {
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: 18px;
    right: 15px;
}
button.button.btn.btn_edit {
    min-width: 150px;
    background: #dc3545;
    color: white;
}
.contaierUser.container-fluid {
    font-family: 'Roboto Slab',sans-serif;
}
.col-md-6.col-lg-6.col-12.gap_form {
    padding-bottom: 10px;
}
.My_account {
    padding-left: 15px;
    color: #dc3545;
}
.link_logout {
    color: #dc3545;
    padding-left: 15px;
}
.arrow_box {
    position: absolute;
    background: #fff;
    border: 1px solid #000;
      font-family: 'Roboto Slab',sans-serif;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 75%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}
.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 9px;
    margin-left: -9px;
}
img.fullimg{
    position: relative;
    width: 100%;
}
.grab_both {
    display: flex;
    align-items: center;
}
@media (min-width: 992px){
.dropdown-large {
    min-width: 700px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    left: -200px !important;
}
.dropdown-large{
    top: 305% !important;
}
li.gap_list {
    padding: 6px 0px 6px 0px;
}
.dropdown-large  {
    visibility: hidden !important;
     transition: .3s !important;
}
.dropdown:hover>.dropdown-large  {
  visibility:  visible !important;
  transition-delay: 0s;
 
}
.dropdown-large{
    display: block !important;
}

.arrow_box1 {
    position: absolute;
    background: #fff;
    border: 2px solid #fff;
}
.arrow_box1:after, .arrow_box1:before {
    bottom: 100%;
    left: 35%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box1:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.arrow_box1:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background:#eb493b;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.dropdown_small  {
    visibility: hidden !important;
     transition: .3s !important;
}
.dropdown:hover>.dropdown_small  {
  visibility:  visible !important;
  transition-delay: 0s;
 
}
.dropdown_small{
    display: block !important;
}
}
.dropdown_small_pop  {
    visibility: hidden !important;
     transition: .3s !important;
}
.dropdown:hover>.dropdown_small_pop  {
  visibility:  visible !important;
  transition-delay: 0s;
 
}
.dropdown_small_pop{
    display: block !important;
    right: 0 !important;
    left: auto !important;
}
.dropdown-large {
    padding: 20px;
}
h6.title {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: bold;
}
a.large_menu {
    font-family: 'Roboto Slab',sans-serif;
    font-size: 14px;
}
.overlay1 {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    z-index: 1;
}

/*user-profileend*/

/*login model*/
label.Label_reg {
    margin: 0px;
    font-size: 12px;
    color: black;
    font-family: 'Roboto Slab',sans-serif;
}
input.form-control.forregisteruser {
    font-size: 12px;
}
.registerDetails {
    margin-bottom: 5px;
}
input.sbt_form {
    background: linear-gradient(to right, #2076cf 50%, #fb641b 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    height: 48px;
    border: none;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    cursor: pointer;
}
input.sbt_form:hover{
        background-position: left bottom;
    color: white;
}
/*login model end*/

/*pizza start*/
.right_side {
    display: flex;
    align-items: center;
}
.call_order {
    color: #eb493b;
    font-family: 'Roboto Slab',\sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    
}
/* effect-3 styles */

.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 8px 0px;
    background: #fe5300;
    width: 150px;
    border-radius: 6px;
    overflow: hidden;
    border-radius: 30px;
    min-width: 200px;
}

.effect.effect-3 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-3:before {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-3:hover {
  text-indent: -9999px;
}
.effect.effect-3:hover:before {
  top: 0;
  text-indent: 0;
}
.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    top: 40%;
    /*transform: translate(0% ,-50px);*/
}

h2.animated.title {
    font-family: Satisfy,cursive;
    font-size: 54px;
}
h1.animated.title {
    font-size: 90px;
    font-family: serif;
}
@media (max-width: 768px){
    h1.animated.title {
    font-size: 50px;
    font-family: serif;
}
h2.animated.title {
    font-size: 35px;
}
}

img.imageFullWidth.manage_size {
    height: 695px;
}

    .dropdown-menu {
        transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1,0);
        display: block;
    }
.dropdown:hover .dropdown-menu
         {
            transform: scale(1);
        }
    .zzz.slide-content.this_side {
    display: flex;
    justify-content: flex-end;
}
.align-center {
    text-align: center;
}
@media(min-width: 992px){
    section.second_section {
    padding: 100px 70px 100px 70px;
}

}
.heading_name {
    text-align: center;
    font-family: 'Dancing Script',cursive;
    font-weight: bold;
    padding-bottom: 40px;
    padding-top: 40px;

}
h1.offers {
    display: inline-block;
    border-bottom: 5px solid #eb493b;;
}
img.image_fit {
    border-radius: 30px;
}
img.image_small {
    width: 90px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.image_price {
    display: inline-block;
    text-align: center;
    color: #eb493b;
}
.Price_product {
    background: #eb493b;
    color: white;
    /*border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;*/
    border-radius: 15px;
    font-family:'Lobster',cursive;
}
.image_right {
    display: flex;
    align-items: center;
}
.details_product {
    position: relative;
    width: 100%;
    font-size: 19px;
    padding: 15px;
    font-family: 'Dancing Script',cursive;
}
.image_right {
    display: flex;
    align-items: center;
    padding: 10px;
}
section.paralix {
    height: 700px;
    position: relative;
    background: url(../../assets/images/restaurent.jpg);
   -webkit-background: url(../../assets/images/restaurent.jpg);
   -moz-background: url(../../assets/images/restaurent.jpg);
    background-attachment: fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.item_gap {
    margin: 0 20px !important;
}
.prd_desc {
    text-align: center;
    font-family: 'Dancing Script',cursive;
    font-size: 18px;
}

.head_prd{
font-weight: bold;
    color: #eb493b;
    }
    a.sbt_order {
    padding: 10px;
    text-align: center;
}
input.sbt {
    padding: 10px;
    min-width: 150px;
    background: #eb493b;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
.rmv_brd{
    border: none !important;
}
img.image_sldier {
    border-radius: 30px;
}
.col-md-6.col-lg-6.col-12.about_us {
    text-align: center;
    color: white;
}
p.desciption_about_us {
    font-family: 'Lobster',cursive,sans-serif;
    font-size: 19px;
}
img.image_about_us {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
/*pizza end*/
/*login_pizza*/
.main-background.image-background {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-background.image-background {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../../assets/images/restaurent1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center,center;
}

.card-header.menu_heaing {
    display: flex;
    justify-content: center;
}
.col-10.menu_left {
    padding: 6px;
}
.col-2.menu_right{
    padding: 6px;
}
.card-header.menu_heaing {
    padding: 10px;
}
.main_page{
    font-family: cursive;
}
.col-5.left_menu {
    margin-left: 15px;
}
.third_menu{
    margin-top: 15px;
}
@media (min-width: 1200px){
    .container.container_mid{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.col-5.left_menu {
    -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 15%);
}
.card-header {
    text-align: center;
    text-transform: uppercase;
    color: #fe5300;
    font-weight: bold;
    font-family: sans-serif;
}
/*end_login_pizza*/
/*mob and desktop header*/
.for_mob_icon {
    font-size: 25px;
    margin-right: 5px;
}
.for_mob_order {
    font-family: 'Dancing Script',cursive;
    font-size: 16px;
}
.for_mob_number {
    font-family: 'Lobster', cursive;
    font-size: 20px;
}

@media(min-width: 993px){
    .for_mob_icon{
    font-size: 40px;
    margin-right: 20px;
}
.for_mob_order{
    font-size: 14px;
    font-family: 'Dancing Script',cursive;
}
.for_mob_number{
    font-size: 28px;
    font-family: 'Lobster', cursive;
}

.for_desktop_icon_main{
     padding-left: 35px;
}
.call_order{
        margin-right: 25px;
}
}

/*mob and desktop header end*/
.card_menus{
background: transparent;
    color: white;
}
/*screen_page*/
.full_page_image {
    background: url(../../assets/images/restaurent.jpg);
    position: fixed;
    height: 100vh;
    width: 100%;
    background-size: 100% 100%;
    background-position: center,center;
    background-repeat: no-repeat;
}
.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px 10px 40px;
    background: #eb493b;
    color: white;
    font-family: cursive;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 15%);
}
.upper_class {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    height: 100vh;
    width: 100%;
}
.section_main_page {
    position: relative;
    height: 100vh;
    width: 100%;
}
.wrap_both {
    text-align: center;
    color: white;
    font-family: 'Lobster',cursive;
}
span.gap_numb {
    padding: 15px;
    background:#eb493b;
    border-radius: 50%;
    margin: 3px;
}
.image_bottm {
    padding: 30px;
}
img.image_screen {
    position: relative;
    width: 100%;
    border-radius: 30px;
}
img.image_screen_top {
    position: absolute;
    width: 50%;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    right: 30px;
}
.image_wrapp {
    position: relative;
    width: 100%;
}
.row.marquie {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fffdfd;
    font-size: 25px;
    font-family: sans-serif,'Roboto Slab';
    padding-top: 30px;
}
ul.number_of_marque_list {
    list-style: none;
    display: flex;
    margin: 0px;
}
.NotificationOnLeft {
    position: absolute;
    bottom: 0;
    background: #eb493b;
    z-index: 1029;
    height: 51px;
    width: 152px;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    vertical-align: middle;
    color: #fff;
}
.NotificationOnLeft:after {
    content: '';
    display: block;
    background: #eb493b;
    position: absolute;
    top: 0;
    right: -11px;
    height: 100%;
    width: 22px;
    z-index: 1;
    transform: skewX(
-22deg
);
    border-right: 1px solid #fff;
}
li.marquee_list {
    padding: 13px 20px;
}
/*screen_page_end*/
.slick-slide{
    outline: none;
}

/*mobile Footer*/
ul.display_inline {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 0px;
    align-items: center;
    color: #eb493b;
}
li.list_arrange {
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.footer_mob_container {
    border-top: 1px solid #ccc0c0;
    padding: 5px 5px 5px 5px;
    background: #dee2e6;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}
a.ancor_list {
    color: black;
    font-family: serif;
    font-size: 14px;
}
@media(max-width: 768px){
    .user_login_model {
    display: none;
}
.search-bar{

    padding: 0px 0px 0px 28px;
    height: 47px;

}
input.search-bar {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 2px solid red;
}
input.search-bar:focus {
    outline: none;
}
form:hover .fa{
    background: transparent !important;
    color: black;
}
}
@media(min-width: 768px){
    .search_expand{
        display: block !important;
    }
    .search_here{
        display: none;
    }
    .footer_mob_container{
        display: none;
    }
}
.mobile_none{
    display:none;
}
@media(min-width: 768px){
.mobile_none{
    display:block;
}
}

/*mobile footer end*/

.panel_padding{
    padding:4px;
}