/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
@media all and (min-width:800px){
    .scrollmenu {
        overflow-x: hidden !important;
    }
    footer .social-icons{
        margin-left: 15px;
    }
    /*.port_cont  .port_div {  */
    /*   padding: 0px 20px 20px 0px !important;*/
    /*}*/
    footer .align-image{
        text-align:left;
    }
    footer .align-content{
        text-align:right;
    }
}
.logo-default img{
    width:80% !important;   
}
header i:not(.fa):not(.fab):not(.far):not(.fas){
    font-size:18px;
}
.bottom-fix{
    position: absolute;
    bottom: 10%;
    width: 70%;
}
.swal2-title{
    font-size:1.3em !important;
}

.alert{
    width: -webkit-fill-available;
}
.swal2-styled.swal2-confirm{
    background-color:#FF9238  !important;
}
.table-design td, .table-design th{
    border-top: 1px solid transparent !important;
}
.infinite-scroll-last,.infinite-scroll-error{
    display:none;
}

/****** header ********/
.page-title h1{
    color: #FF9238 ;
}
.cust_hover_list li:hover,.cust_hover_list li:focus,.cust_hover_list li:active{
    background-color: #f2f2f2;
}
/******** ********/
.cust_li_css i {
    font-size: 21px !important;
}
.cust_font_15{
      font-size: 15px !important;
}
.cust_right{
    position: absolute !important;
    right: 20px;
    top: 5px;
}
.btn_icon_list{
    left: 11px !important;
    top: 11px !important;
}
.custom_a_btn {
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
    text-decoration: underline !important;
}
.model-offer{
    font-size:18px;
    color:#5f2726;
}
@media all and (max-width:1500px){
    .model-offer{
        font-size:16px;
        color:#5f2726;
    }
}
.coupon-code{
    padding:6px 32px;
    border:2px dashed #5f2726;
}
.clr-sec{
    color:#5f2726 !important;
}
.cur-weight{
    font-weight:600;
}
.portfolio-item .portfolio-description .shopping-cartt a > i{
    font-size:18px !important;
}
.shopping-cart i{
    background-color: #FF9238  !important; 
    color: #fff !important;
    border-radius: 20% !important;
    
    transition: all 250ms ease-in-out 0s;
    border: 1px solid #FF9238  !important;
}
.shopping-cart i:hover{
    background-color: #5f2726 !important; 
} 
.add_pop_cart i{
    width: 40px;
    height:40px;
    line-height: 40px !important;
    font-size: 14px !important;
}
.btn .fa-cart-plus{
    font-size: 18px !important;
    transition: all 250ms ease-in-out 0s;
}
.modal-header .close {
    font-weight: 800 !important;
}

.custom_badge{
    top: -8px;
    right: -4px;
    font-size: 10px;
    color: #fff;
}


/******* ********/
.grid-filter{
    margin-left: 35px;
}
.grid-filter li a{
    border-radius: 50px !important;
    border-color:#E8E8E8;
    background-color:#F8F7F7;
}
.grid-filter.gf-creative li:hover a, .grid-filter.gf-creative li.active a{
    border: none !important;

}

/******* filter nav ******/
.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

/* custom scrollbar */
.scrollmenu::-webkit-scrollbar {
  width: 20px;
}

.scrollmenu::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollmenu::-webkit-scrollbar-thumb {
  background-color:   rgb(95 39 38 / 50%);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.scrollmenu::-webkit-scrollbar-thumb:hover {
  background-color: #FF9238 ;
}

.cust_slider {
    position: absolute;
    top: 0px;
    z-index: 10 !important;
    color: #000;
}
.cust_slider svg {
    position: absolute;
    color: #fff;
    background-color: #5f2726 !important;
    height: 31px;
    width: 31px;
    border-radius: 20px;
    padding: 8px;
}
.cust_slider.slider_right {
    right: -42px;
}
.cart_pos{
    top: 15px !important;
    right: -2px !important;
}
a.card_delete i {
    color: #dc3545!important;
    font-size:21px;
}
#footer .copyright-content{
        background-color: #E0F4DB;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
/*****  cart page ******/
.bootstrap-touchspin-down,.bootstrap-touchspin-up{ 
    background-color: #FF9238 b0 !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer;
    font-size: 21px !important;
}
.inc_dec_btn{
    border: none;
    text-align: center;
    width: 50px;
    font-size: 18px;
    color: #43484D;
    font-weight: 500;
    height: 30px;
    padding: 0px !important;
    font-size: 15px !important;
    flex: unset !important;
    min-height: unset !important;

}
.cart-product-remove i{
    padding: 8px;
    font-size: 22px !important;
    color: #dc3545;
}
/********* *********/
.btn_dis_div{
    pointer-events: none;
    opacity: 0.5;
}
/********* **********/
.loader_div{
    background-color: #f2f2f2;
    opacity: 0.5;
    pointer-events: none;

}
.loader_div .form_inner_loader{
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #5f2726;
  width: 120px;
  height: 120px;
  
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  text-align: center;
    margin: 0 auto;
    display: block !important;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/**/
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.8em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.8em
}
.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: .1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
.form-check-input:checked{
    background-color:#FF9238 ;
    border-color:#FF9238 ;
}
.form-check-input:checked[type="radio"]{
   background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.jus_cont_center div{
    justify-content: center;
}
.pac-container {
     z-index: 1100 !important;
}
.showcoupon{
    text-decoration: underline;
}
/**/
/*Portfolio design*/
.port-design{
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 15px;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    padding: 10px;
}
.port-design:hover{
    background-color: #f7f7f7;
}
.portfolio-item .portfolio-description{
    padding:5px 20px !important;
}
/**/
/*Popular dishes*/
#popular-products .card .card-body {
    padding: 10px 15px;
}
#popular-products .card .card-body:hover {
    background-color: #f7f7f7;
}
/*End - Popular dishes*/
@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-check-input[type="checkbox"] {
    border-radius: .25em
}

.form-check-input[type="radio"] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #91a8fe;
    outline: 0;
    box-shadow: 0 0 0 .2rem none
}

.form-check-input:checked {
    background-color: #FF9238 ;
    border-color: #FF9238 
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #FF9238 ;
    border-color: #FF9238 ;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .5
}
.cust_alert {
    background-color: #ffffff !important;
    border-color:#e6e8eb !important;
    color: #fff !important;
}
.alert .close{
    margin-top: 5px;
    opacity: 1;
}
.bg_succ{
    background-color: #81c868d1 !important;
     border-color:#81c868d1 !important;
}
.bg_danger{
   background-color: #ec0505bf !important;
    border-color: #ec0505bf !important;
}

footer .p-dropdown{
    float:none !important;
}

/****** **********/
.shop-cart th{
    background-color: #d2d2d2;
}
.shop-cart th, .shop-cart .table td {
    padding: 10px;
    text-align: center;
}
.shop-cart .cart-product-thumbnail a {
    text-align: center;
    float: none;
}
.cust_card{
    box-shadow:none;
}
.address_delete i {
    position: absolute;
    top: 10%;
    right: 27px;
    font-size: 20px;
    color: #ce041c;
}

/********* *********/
#page-title{
     padding: 24px 0;
}
@media only screen and (max-width: 799px) {
  .cust_slider {
    display:none;
  }
  .grid-filter{
      margin-left:0px;
  }
  .logo-default img{
      width:65% !important;
      margin-left:62.5px !important;
  }
  
    footer .align-image{
        text-align:center;
    }
    footer .align-image img{
        width:55% !important;
    }
    footer .align-content{
        text-align:center;
    }
    footer .align-content .p-dropdown{
    float:center !important;
    }
  /*.port_cont  .port_div {  */
  /*     padding: 0px 20px 20px 0px !important;*/
  /*  }*/
}

@media all and (max-width:512px){
    .bg-image{
        display:none;
    }
    .bg-login{
        min-height:400px;
    }
    .bottom-fix{
        width: 75%;
    }
    .bg-login-image{
        max-height:250px;
    }
    .footerLogo{
        width:100%;
    }
    .scrollmenu {
        overflow-x: vis  !important;
    }
    /*.port_cont  .port_div {  */
    /*   padding: 0px !important;*/
    /*}*/
}
@media all and (max-width:405px){
    .header-extras{
        margin-left: -11%;
    }
}