.logo_dark {
    position: ABSOLUTE;
    width: 123px;
    margin-top: -20px;
}

.cart_total_amount {
    text-align: right;
}

.input-group-text {
    color: #dc3545;
}

.gallery_img img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .logo_dark {
        width: 60px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .header_wrap .navbar-collapse {
        margin-top: 35px;
    }
}


/*.slider_banner{
background-image:linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../images/banner4.jpg);
background-position: center;
  
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
	height:500px;
}
.banner_content{
    margin-top: 160px;}*/

.section_padding {
    padding: 50px 0;
}

.delv_section {
    text-align: center;
}

.dilv_list {
    padding: 10px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.delv_section li {
    list-style: none;
    display: inline-block;
    margin-right: 9%;
}

.delv_section li:last-child {
    margin-right: 0;
}


/*.glow {
  color: #ffe94a;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
*/

.glow {
    color: #ffe94a;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-family: -webkit-body;
}

.offer-text li {
    list-style: none;
    margin-right: 20px;
}

.widget .form-control {
    height: 40px;
    margin-bottom: 10px;
    background-color: #fff0;
    color: #ffff;
}

.text_style {
    text-align: right;
}

.widget textarea.form-control,
.widget textarea.form-control:focus {
    height: 50px;
}

.thanku_block {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.thanku_block .page-title h1 {
    margin-bottom: 20px;
}

.order-history .table {
    overflow: scroll;
}

.single_product .menu_product_info .title select * {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
}

@media only screen and (max-width: 380px) {
    .widget .form-inline .btn {
        padding: 8px 22px;
    }
}

@media only screen and (max-width: 767px) {
    .delv_section li:last-child {
        margin-right: 10%;
    }
    .dilv_list li img {
        width: 30px;
    }
    .widget .form-control {
        height: auto;
        margin-bottom: 16px;
    }
    .padding-70 {
        padding: 20% 0;
    }
    .delv_section {
        text-align: left;
    }
    .delv_section li {
        margin-top: 10px;
    }
    .delv_section li:first-child {
        margin-right: 49px;
    }
    .social_icons,
    .text_style {
        text-align: center;
    }
    .scrollup {
        bottom: 58px;
    }
    .navbar-nav .input-group {
        margin-top: 17px;
    }
}

.dropbtn {
    background-color: #c7162e;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
    font-weight: 500;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
}

.header_list .dropbtn>li a {
    display: block;
    color: #000;
}

.dropdown-content a:hover {
    color: #FF324D;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ffffff;
    color: #c7162e;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .delv_section li {
        margin-right: 6%;
    }
    .dilv_list img {
        width: 30px;
        margin-right: 3px;
    }
}

.discount_price{text-decoration: line-through;margin-right:10px;color:#687188;
									}
									.listing_menu li{display:inline; border-right:1px solid;
	padding-right:3px;}

.address_select{
box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 30px;}
