@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css"');


header nav.navbar {
	margin-bottom:0px;
}
header nav.navbar .navbar-brand{
	font-size:18px;
	height:auto;
}
.top_header_middle .header-notification .dropdown-menu {
    left: unset !important;
    right: 0;
    top:100% !important;
    max-height: 400px;
    overflow-y: auto;
    width: 300px;
    background-color: #fff;
    transform: unset !important;
}
.top_header_middle .header-notification .dropdown-menu li a{    
    font-size: 14px;
    white-space: inherit;
    line-height: 25px;
    background-color: #fff;
    color: #000;
}
.top_header_middle .header-notification .dropdown-menu li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.top_header_middle .header-notification .dropdown-menu li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.top_header_middle .header-notification .dropdown-menu li:hover a{    
    background-color: #dedede;
    color: #000;
}
@media screen and (max-width: 992px){

header nav.navbar .navbar-brand img{
    max-height: 80px;
	width:auto; 
}
header nav.navbar .navbar-brand{
	font-size:16px;
	height:auto;
}
.shop_header_area .navbar .navbar-nav li:first-child {
    margin-left: 0;
}
header .navbar .navbar-nav li .dropdown-menu:not(#desktop) {
    padding: 0px 0px;
	margin-bottom:10px !important;
}
header .navbar .navbar-nav li .dropdown-menu:not(#desktop) a {
    color: #000;
}

nav.navbar ul.navbar-nav.justify-content-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    margin-bottom: 20px;
}


/**** feedback form ****/
.customFeedbackForm .input-group,
.customVendorRegForm .input-group,
.customAddProductForm .input-group {
    display: block;
}
.customFeedbackForm .input-group-prepend,
.customVendorRegForm .input-group-prepend,
.customAddProductForm .input-group-prepend   {
    display: block;
}
.customFeedbackForm .input-group-prepend span,
.customVendorRegForm .input-group-prepend span,
.customAddProductForm .input-group-prepend span {
    border-radius: 4px 4px 0px 0px !important;
}
.customFeedbackForm .input-group input,
.customVendorRegForm .input-group input ,
.customAddProductForm .input-group input  {
    width: 100% !important;
}
.customFeedbackForm .input-group input, 
.customFeedbackForm .input-group textarea, 
.customFeedbackForm .input-group select,
.customVendorRegForm .input-group input, 
.customVendorRegForm .input-group textarea, 
.customVendorRegForm .input-group select,
.customAddProductForm .input-group input, 
.customAddProductForm .input-group textarea, 
.customAddProductForm .input-group select {
    width: 100% !important;
}

.customAddProductForm .input-group button.btn {
    border-radius: 4px;
    margin-top: 4px;
}
.customAddProductForm .input-group .input-group-append {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.customAddProductForm .input-group .custom-file {
    width: 100%;
}
/**** feedback form ends ****/
}

.sidebar {    position: relative;    top: 0;    bottom: 0;    left: 0;    z-index: 2;    width: 260px;    background: #fff;    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);}.sidebar .sidebar-wrapper {    position: relative;    height: calc(100vh - 75px);    overflow: auto;    width: 260px;    z-index: 4;    padding-bottom: 30px;}.sidebar .nav {    margin-top: 20px;    display: block;}.sidebar .nav li .dropdown-menu a, .sidebar .nav li a {    margin: 10px 15px 0;    border-radius: 3px;    color: #3c4858;    padding-left: 10px;    padding-right: 10px;    text-transform: capitalize;    font-size: 13px;    padding: 10px 15px;}.sidebar .nav i {    font-size: 24px;    float: left;    margin-right: 15px;    line-height: 30px;    width: 30px;    text-align: center;    color: #a9afbb;}.sidebar .nav p {    margin: 0;    line-height: 30px;    font-size: 14px;    position: relative;    display: block;    height: auto;    white-space: nowrap;}
.sidebar ul li {    float: left;    width: 100%;    display: inline-block;}.sidebar i.material-icons {    float: left;}.sidebar p {    float: left;}

img.item-rate {
    cursor: pointer;
}

.ordersummary--page h3.ordersummary--titles {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #dad8d8;
    margin-bottom: 20px;
}

.ordersummary--leftbillingdetails p {
    font-size: 14px;
}

.ordersummary__products {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0dada;
    padding-bottom: 15px;
}

.ordersummary__products .ordersummary__productsLeft {
    display: flex;
    max-width: 50%;
    flex: 0 0 50%;
}

.ordersummary__products .ordersummary__productsLeft .product--img {
    max-width: 20%;
    float: left;
    margin-right: 15px;
    flex: 0 0 20%;
}

.ordersummary__products .ordersummary__productsLeft .product--img img {
    width: 100%;
}

.ordersummary__products .ordersummary__productsLeft .product--content {
    max-width: 70%;
    margin-left: 15px;
    flex: 0 0 70%;
}

.ordersummary__products .ordersummary__productsLeft .product--content span.product--qty {
    font-size: 16px;
    color: #777;
}

.ordersummary__productsGrid .ordersummary__products:last-child {
    border-bottom: none;
}

.cart_total_innernew li {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.cart_total_innernew ul li strong {min-width: 140px;display: inline-block;}

.cart_total_innernew li.items--total {
    font-size: 24px;
    color: #d42421;
}

.ordersummary__products:last-child {
    border-bottom: none;
}

.cart_total_innernew {
    border-top: 1px solid #e0dada;
    padding-top: 16px;
    border-bottom: 1px solid #e0dada;
}

.ordersummary__productsRight h4.product--amount {
    color: #d42421;
}
.cart_total_innernew li.items--total span {
    font-weight: 700;
}

.ordersummary__productsRight {
    flex: 0 0 25%;
    max-width: 25%;
}

/******10 aug. 2021 *****/

section.pricing--wrapper {
    background-color: #fff;
}
.pricing--innerContent {
    border: 1px solid #e5e8ee;
    background-color: #fff;
    padding: 25px;
}
.pricing--innerContent--footer p {
    line-height: normal;
    margin-top: 25px;
}
.pricing--innerContent .pricing--innerContent--top {
    text-align: center;
    margin-bottom: 20px;
}

.pricing--innerContent .pricing--innerContent--top span {
    font-weight: 600;
    margin: 20px 0;
    display: inline-block;
}

.pricing--innerContent .pricing--innerContent--top h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.pricing--innerContent .pricing--innerContent--top p {
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 35px;
}

.pricing--innerContent--middle {
    text-align: center;
    margin-bottom: 15px;
}

.pricing--innerContent--middle .pricing--content__cta a.btn {
    width: 100%;
    display: inline-block;
    max-width: 250px;
    padding: 10px 0px;
    font-weight: 500;
	border:none;
    font-size: 16px;
}
.pricing--innerContent--middle .pricing--content__cta a.btn.btn-primary{
background-color:#d91522;
}
.pricing--innerContent--middle .pricing--content__cta a.btn.btn-success{
background-color:#126f7c;
}
.pricing--innerContent--bottom h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.pricing-blocks__featureList li {list-style-type: disc;}

.pricing-blocks__featureList {
    padding-left: 16px;
}
.pricing--innerContent--footer h2 {
    font-weight: 700;
	font-size:32px;
}
.pricing--wrapper .pricing--content .row .col-xl-4 {
    padding: 0;
}

section.pricing--wrapper {
    padding: 60px 0;
}
.pricing--Header p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}
section.pricing--wrapper .pricing--Header h1 {
	font-weight: 700;
	font-size:45px;
	margin-bottom: 15px;
}
.pricing--content {
    margin-top: 90px;
    padding: 0 30px;
}
.pricing--innerContent--footer span {
    font-size: 12px;
}

.pricing--innerContent--bottom {
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

#accordion .card {
    margin-bottom: 20px;
}
.plans-comparison {
    padding-top: 60px;
}
.plans-comparison,.help--section {
    padding-top: 60px;
	padding-bottom: 30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #d91522;
}

input:focus + .slider {
  box-shadow: 0 0 1px #d91522;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.pricing--toggle span.plan--duration {
    font-weight: 500;
    font-size: 20px;
    vertical-align: bottom;
}
.faq--wrap {
    background-color: #f5f5f3;
    padding: 30px 0;
}
.plans-comparison .img--wrap img {
    width: 160px;
}
.about-deliharyAhoy-image {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
.plans-details .about-deliharyAhoy-image img {
    width: 100%;
}
.about-bestPlans .side-green-shape {
    position: absolute;
    width: 196px;
    height: 264px;
    top: 0;
    z-index: 5;
    background: #d91522;
    -webkit-transform: rotate( 
-99.11deg
 );
    transform: rotate( 
-99.11deg
 );
    color: #fff;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.about-bestPlans .shape-content {
    position: absolute;
    top: 52px;
    right: 18px;
    -webkit-transform: rotate(
99.11deg
);
    transform: rotate(
99.11deg
);
    text-align: left;
}

 .about-bestPlans h3 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 6px;
}

.about-bestPlans {
    position: relative;
}

.about-bestPlans ul li {
    font-size: 16px;
    font-weight: 300;
}

.about-bestPlans .white-shape {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: transparent;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 122px 0 0 114px;
}

.plans-details .about-deliharyAhoy p {font-size: 15px;margin-bottom: 20px;font-weight: 300;}

.about-deliharyAhoy a.btn {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    padding: 10px;
    background-color: black;
    border: none;
}
.faq--wrap div#accordion .card {
    border: none;
}

.faq--wrap div#accordion .card .card-header {
    border: none;
	

}

.faq--wrap div#accordion .card .card-header h5 button.btn.collapsed:after {
    content:"\f078";
}
.faq--wrap div#accordion .card .card-header h5 button.btn:after{
 font-family: 'FontAwesome';
 position: absolute;
 right: 0;
 color: rgba(0,0,0,0.3);
 font-size: 19px;
 content: "\f077";
 top: 0;
}
.faq--wrap div#accordion .card .card-header h5 button.btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 600!important;
	 padding-left: 0;
	 text-decoration:none;
}

.faq--wrap div#accordion .card .card-body {
    padding-top: 0;
}
.help--section {
    background-image: url(https://182.73.95.220/deliveryahoy_mk2/delivery_ahoy/public/images/shapes-img.png);
    background-size: cover;
    background-position: center;
}

#staticBackdrop .checkboxerror {
  box-shadow: 0 0 0 3px red;
}
.container.bootstrap.snippets.bootdey .table tbody tr td {
    padding: 9px 10px;
	text-align: left;
}
.container.bootstrap.snippets.bootdey .table tbody tr td.text-label {
    width: 40%;
	padding: 0;
}


  .sidebar {
    width: 14rem !important;
}
    .bg-gradient-primary {
    background-color: gray;
    
    background-size: cover;
}
    .sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}
    .sidebar .nav-item.active .nav-link {
    font-weight: 700;
}
    .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
}
    .sidebar .nav-item .nav-link i {
    font-size: .85rem;
    margin-right: .25rem;
}
    .sidebar .nav-item .nav-link span {
    font-size: .85rem;
    display: inline;
}

.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}
.sidebar .nav-link {
    line-height: 15px !important;
}
    .sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05rem;
    z-index: 1;
	color: #fff;
}
.sidebar-2 .nav-item {
    margin-bottom: 2px;
}
.sidebar-2 .nav-item .material-icons.align-self-center.mr-3 {
    font-size: 14px;
}
.sidebar-2 .nav-item h5 {
    font-size: 14px;
}

.fa.fa-fw.text-secondary.cursor-pointer.fa-toggle-on.ks-action-btns {
    color: green !important;
}

.nav-item.active .bg-light {
    background: #000 !important;
    color: #fff;
}

.form-control.password.error {
    border: 1px solid red;
}
.error-border {
    border: 1px solid red;
}
.disabled {
  cursor: not-allowed;
}

.donate_area .fa.fa-question-circle {
  cursor: pointer;
}

.order-status {
    text-align: center;
}

.btn-primary-a {
    /* color: #4caf50 !important; */
    background-color: #4caf50 !important;
    /* border-color: #000000; */
    display: inline-block !important;
}

.btn-danger-b {
    /* color: #f33737 !important; */
    background-color: #e9dcdc !important;
    /* border-color: #000207; */
    display: inline-block !important;
}

a.conf-b {
    color: #180103;
    background-color: transparent;
}

/*************home page *****************/
@media screen  and (max-width: 1250px){
    .post-content  .tfs-slider .background-image{
        background-size: 100% 100%;
    }
}

div#carouselExampleIndicators .carousel-item img{
    height: 100%;
}
.carousel.slide .carousel-item{ 
    height: calc(100vh - 190px); 
    overflow: hidden;
}
.section-title{
    color:#000;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.section-title::before{
    content:url("https://182.73.95.220/deliveryahoy_mk2/delivery_ahoy/public/images/heading_line.svg");
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform:translateX(-50%);
    display: block;
    width: 120px;
    max-width: 100%;
}
.HomepageContainer__Block .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin: 0;
}
 .pagination {
    width: 100%;
    flex-wrap: wrap!important;
    margin: auto;
    justify-content: center;
}
.popular-categories .categories-block{
    text-align: center;
}
.platform-info-row .owl-stage {
    height: 100%;
    display: flex;
    margin: 20px 0;
}
.platform-info-row .categories-block {
    height: 100%;
    background-color: #ddd;
    padding: 20px;
}
.platform-info-row .categories-block p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.platform-info-row .col-md-12.item {
   height: 100%;
}
.popular-categories .categories-block .categories-image{
        padding: 15px;
        height: 80px;
        width: 80px;
        background-color: #000; 
        margin: 0 auto 10px;
        border-radius: 50%;
        display: flex;
        align-items:center;
        justify-content:center;
}
.popular-categories .categories-block .categories-image img{
      
        max-width: 100%;
}
.copyright {
    border-top: 1px solid #ffffff8c;
    text-align: center;
    background-color: #000;
}
.copyright p{
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}

.about-us-section .about-us-image-block img{
    width: 100%;
}
.footer{
    background: #000;
    padding:15px 0;
    margin-top: 50px;
}
.footer .footer-heading{
    color:#fff;
}
.footer .footer-links{
    padding: 0
}
.footer .footer-links a{
    text-decoration: none;
    color:#fff;
}
#sig-canvas {
    width: 100%!important;
}
.signature__block h4 {
    padding-bottom: 20px!important;
}

/*************home page ends *****************/
/* 27 April==================== */

.deliveryBanner__section {
    margin-top: 116px;
}
@media screen and (max-width:1199px)
{
.shop_header_area .navbar .navbar-nav li {
    margin-right: 20px;
}
}
@media screen and (max-width: 992px) {
    .deliveryBanner__section {
        margin-top: 85px;
    }
}
@media screen and (max-width:991px){
    ul.navbar-nav.mr-auto{
    overflow: auto;
    height: calc(100vh - 230px);
}
ul.navbar-nav.mobile_fullHeight {
    overflow: auto;
    height: calc(100vh - 100px);
}
}
@media screen and (max-width:767px){
    .deliveryBanner__section img {
        width: 100%;
        display: block;
        min-height:440px;
        object-fit: cover;
    }
    .deliveryBanner__text {
        max-width: 395px;
        width: 100%;
        padding:10px;
    }
    .pickupRequest__section {
        padding: 20px 0;
    }
    .pickupRequest__tabs .nav-tabs li a {
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .pickupRequest__cardBlock {
        margin-top: 20px;
        padding: 20px;
    }
    .confirmation__signature {
        padding: 20px!important;
        margin-top: 30px!important;
    }
}
@media screen and (max-width:425px){
.pickupRequest__tabs .nav-tabs li a {
    font-size: 12px;
}
.deliveryBanner__section img {
    min-height:575px;
}
.deliveryBanner__text {
    max-width: 290px;
}
.deliveryBanner__text a {
    font-size: 13px;
}
.orderAndTime__block {
    display: block;
}
.orderAndTime__block span {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 15px;
}
.tip-title {
    margin-top:20px!important;
}
.signature__block {
    padding-top: 20px!important;
}
}

.custom-class h4 {
    color: rgba(43,43,43,.9);
}
.nav li.nav-item {
    position: relative;
}
.nav li.nav-item ul {
    display:none;
    position:absolute;
    left:100%;
    top:0;
    z-index: 99;
    
}
.nav li.nav-item:hover ul{
    display:block;
    
}
.nav li.nav-item:hover ul li a{
    /* display: inline-block; */
    white-space: nowrap;
    
}


/************ css for signature block *************/
.customer_signature_divv {
    padding: 30px;
    margin: 0 !important;
}

.customer_signature_divv canvas {
    border: 2px solid #000;
    background: #F5F5F5;
    margin: 6px 0;
}
.customer_signature_divv a.btn {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 25px;
    cursor: pointer;
}
.customer_signature_divv a.btn:hover {
    background: #d64c59;
    color: #fff;
}


.tip_cust_div {
    padding: 20px 30px 30px;
}
.tips {
    margin-bottom: 30px;
    display: flex;
    flex-flow: wrap;
}

.tip_main_block {
    margin-right: 20px;
}
.tip_cust_div h6 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: bold;
}

.tip_main_block .tip-btn {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 24px;
    cursor: pointer;
    min-width: 140px;
    margin: 0 0 10px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    border: 2px solid #000;
    cursor: pointer;
}


.tip_main_block.active .tip-btn{
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
    border-color: #d64c59;
    color: #d64c59;
}

.tip_main_block .tip-btn.other-btn input {
    display: none;
}

.tip_main_block .tip-btn.other-btn label.tip-label {
    margin: 0;
}


.tip_main_block .tip-btn button.custom-tip-btn {
    background: none;
    border: none;
    color: #000;
    font-weight: 600;
    display: block;
    outline: none;
}
.tip_main_block .tip-btn input.custom-input-tip.custom_class_block {
    display: block;
    border: 1px solid #ddd;
}
.tip_main_block.active .tip-btn input.custom-input-tip.custom_class_block {
    border: 1px solid #ddd;
    outline: none;
    border-radius: 2px;
    margin: 2px 0 0;
    min-height: 32px;
    min-width: 200px;
}





 @media screen and (max-width: 991px){
   .tips {
    flex-flow: column;
}   
 }

/************ end css for signature *************/
/************ Notification css ******************/
.header-notification .dropdown-toggle span {
    position: absolute;
    left: 15px;
    top: -5px;
    background: #d91522;
    line-height: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 500;
    font-size: 10px;
}
.top_header_middle .header-notification .dropdown-menu .unread_notifi li a{
    background:#b5b5b5;
    padding:15px 30px;
}
.top_header_middle .header-notification .dropdown-menu .unread_notifi{
    margin-bottom:15px;
    padding-bottom:0px;
    border-bottom:1px solid #000000;
}
.top_header_middle .header-notification .dropdown-menu .unread_notifi.no_data_noti{
    border: unset;
    padding: 15px;
    min-height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_header_middle .header-notification .dropdown-menu .unread_notifi li:hover a{
    background:#dedede;
}


.custon__category {
    padding: 15px !important;
    margin-bottom: 25px !important;
}
.custon__subCategory .custon__category {
    padding-left: 25px !important;
    border: unset !important;
    border-radius: unset !important;
    position: relative;
    padding-top: unset !important;
    padding-bottom: unset !important;
    margin-bottom: unset !important;
}
.custon__subCategory .custon__category:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 5px;
    left: 0;
}
ul.custon__subCategory {
    border: unset !important;
}
.custon__subCategory li {
    border: unset !important;
}
.custon__category .category__heading h5 {
    background-color: #ddd;
    padding: 10px 15px;
}
.custon__subCategory .category__heading h5{
    background-color: unset;
    padding: 0;
}
.custon__category .category__heading p{
    padding-left: 15px;
}
.custon__subCategory .category__heading p{
    padding:0;
}
.platform-info-row button span,
.top-rated-restaurants button span {
    display:none;
}
.platform-info-row button,
.top-rated-restaurants button {
   position:relative;
    width:40px;
    height:40px;
    background-color: #000 !important;
}
.platform-info-row button.owl-prev:before,
.platform-info-row button.owl-next:after,
.top-rated-restaurants button.owl-prev:before,
.top-rated-restaurants button.owl-next:after{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.platform-info-row button.owl-prev:before,
.top-rated-restaurants button.owl-prev:before{
     content:"\f104";
    font:normal normal normal 14px/1 FontAwesome;
     font-size: 30px;
}
.platform-info-row button.owl-next:after,
.top-rated-restaurants button.owl-next:after{
    content:"\f105";
      font:normal normal normal 14px/1 FontAwesome;
     font-size: 30px;
}
.top-rated-restaurants .owl-nav.disabled {
    margin-top: 30px;
}
footer.footer ul.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
footer.footer ul.footer-links li {
    margin-right: 30px;
}
footer.footer ul.footer-links li:last-child {
    margin-right: 0;
}
.footer_logo img {
    filter: invert(1);
    width: 100px;
}
.custom_footer_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.platform-info-row .owl-dots,
.top-rated-restaurants .owl-dots {
    display: none;
}

/********************* blog page css start *************************/
.card.delivery_Ahoy_blog {
    margin: 30px auto;
    width: 600px;
    max-width: 100%;
    padding: 40px 25px;
}
.card.delivery_Ahoy_blog h1 {
    font-size: 30px;
    font-weight: 700;
}
.card.delivery_Ahoy_blog .form-control:focus,
.card.delivery_Ahoy_blog button.btn.btn-outline-primary:focus{
    border-color: unset;
    box-shadow: unset;
}
.card.delivery_Ahoy_blog button.btn.btn-outline-primary {
    padding: 13px 40px !important;
    font-size: 18px;
}
.card.delivery_Ahoy_blog .form-control {
    margin-bottom: 20px;
}

/******************** blog page css end ****************/

/*
New Responsive
*/
@media only screen and (min-width: 1200px){
    section.pricing--wrapper .container.pricing--container {
        max-width: 1378px;
    }
    }
    @media only screen and (min-width: 1024px){
    .pricing--wrapper .pricing--content .row .middle-pricing{
        margin-top: -35px;
        
    }
    }
    @media only screen and (max-width: 768px){
    .ordersummary__products .ordersummary__productsLeft .product--content h5,
    .ordersummary__productsRight h4 {
        font-size: 15px;
    }
    .cart_total_innernew li.items--total {
        font-size: 17px;
    }
    .cart_total_innernew ul li strong {
        min-width: 150px;
    }
    .cart_total_innernew li.items--total span {
    font-weight: 700;
    }
    .ordersummary--page h3.ordersummary--titles{
        font-size: 20px;
    }
    
    section.pricing--wrapper .pricing--Header h1 {
        font-size: 26px;
    }
    .pricing--Header p {
        font-size: 15px;
    }
    .about-bestPlans .white-shape {
        display: none;
    }
    
    .about-bestPlans .side-green-shape {
        transform: none;
        position: static;
        width: 100%;
        height: auto;
        padding: 30px 20px;
        margin-top: 20px;
    }
    
    .about-bestPlans .shape-content {
        transform: none;
        position: static;
    }
    
    }
    @media screen and (max-width: 991px) {
    
    .collapse.navbar-collapse{
    display: none !important;
    }
    .navbar-collapse.collapse.show{
    display: block !important;
    }
    .collapse.navbar-collapse ul.navbar-nav:first-child {
       display: flex !important;
       justify-content: flex-start !important;
       align-items: start;
        margin-bottom: 15px;
        margin-top: 0px;
        margin-left: 0 !important;
    }
    footer.footer ul.footer-links li {
        margin-right: 20px;
    }
    .carousel_menu_inner .navbar .navbar-toggler:focus {
        box-shadow: unset;
        background-color: unset;
    }
    .carousel_menu_inner .navbar .navbar-toggler{
        background-color: unset;
    }
    }
@media (max-width: 1199px) {
    .carousel_top_header .float-md-right,
    .carousel_top_header .float-md-left {
        width: 100%;
        text-align: center;
    }
    .collapse.navbar-collapse ul.navbar-nav:first-child {
        padding: 0px 25px;
    }
}
@media (max-width: 768px) { 

.h4, h4 {
    font-size: 14px;
}    
.l_product_item {
    text-align: center;
}    
.l_product_item .l_p_img {
    height: 270px;
}
.l_product_item .l_p_text h4 {
    font-size: 14px;
} 
.quantity {
    margin-top: 30px;
    margin-bottom: 18px;
    text-align: center;
}

}

@media (max-width: 320px) { 
.quantity {
    text-align: center;
    display: flex;
}
.quantity .custom input {
    width: 100px;
}
.quantity .add_cart_btn, .quantity .edit_btn {
    height: 50px;
    vertical-align: top;
    line-height: 49px;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin-left: 7px;
    font-size: 12px;
}
.product_categories {
    text-align: center;
}
.cart_product_list {
    padding-right: 0;
    margin: 0;
    width: 100%;
}
.container .card.p-4 {
    padding: 10px 0px 10px 0px !important;
}

.container  .customer_info .h3, h3 {
    font-size: 1rem;
}
div#customer_info,
.col-xs-12.col-sm-4.col-md-4,
#list-products {
    margin: 0;
    padding: 0;
}
.pt-2, .py-2 {
    margin-bottom: .5rem;
}
.border {
    border: 0;
}
fieldset#card_payment div.sq-card-iframe-container {
    padding: 0;
    width: 90%;
}
fieldset#card_payment div {
    padding: 0;
    width: 100%;
}
}

.two_column_product .l_product_item .l_p_img.p-1 {
    padding: 10px 15px !important;
}
.Filter__Block .custom-class h4 {
    padding-bottom: 5px;
}
@media (max-width: 767px) {
    .Filter__Block .custom-class {
        margin-bottom: 15px;
    }
    .container {
        max-width: 540px;
        min-width: 100%;
    }
    .add_cart_btn, .edit_btn{
        padding: 0 8px;
    }
    .footer_logo {
        text-align: center;
    }
    .carousel_top_h_inner .top_header_left a {
        font-size: 14px;
    }
    .card.delivery_Ahoy_blog{
        padding: 20px 15px;
    }
    .card.delivery_Ahoy_blog h1 {
        font-size: 25px;
    }
}
@media (max-width: 500px) {
    .top_header_middle .header-notification .dropdown-menu {
        right: -77px;
        max-height: 444px;
        width: 318px;
    }
}
@media (max-width: 444px) {
    ul.navbar-nav.mr-auto {
        height: calc(100vh - 257px) !important;
    }
}
@media (max-width: 399px) {
    footer.footer ul.footer-links li {
        margin-right: 15px;
    }
    footer.footer ul.footer-links li a{
        font-size: 14px;
    }
}

.profile-photo-box {
    width: 150px;
    height: 150px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}