
#ckt_btn {
    background-color: #0A8020;
    width: 95%;
    margin: 10px;
    height: 45px;
    font-size: 18px;
    padding-top: 8px;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
    border-radius: 6px;
}

.q_details {
    width: 60px;
}

.q_toal {
    width: 75px;
}

.quantity {
    display: block;
}

.quantity button, .times-circle button {
    background-color: white;
    padding: 0px;
}

.quantity .fa, .times-circle .fa {
    color: #cccccc;
    font-size: 17px;
}

.quantity .item-qty {
    float: left;
    margin: 7px 0px 0 14px;
}

.quantity .item-prc {
    float: left;
    margin: 7px 0px 0 15px;
}

.quantity .minus-circle, .quantity .times-circle {
    float: left;
}

.quantity .plus-circle {
    float: right;
}

.product_name {
    display: block;
    display: -webkit-box;
    max-width: 80px;
    /* height: 27px; */
    /* line-height: 1; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.pro_details .short_desc {
    height: 60px;
    display: inline-block;
    overflow-y: auto;
    line-height: 1.5;
}

.pro_price:before {
    content: '৳ ';
}

p.radio_price {
    margin-left: 0px;
    margin-right: -10px;
}

.col-md-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.cart_card table tr td {
    padding-right: 10px;
}

/*******************New bottom menu****************/

.dropup {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
}

/**
* Code you need
*/
.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: #ffffff;
    position: relative;
    z-index: 3;
}

.submenu {
    height: 0;
    opacity: 0;
}

.submenu.active {
    width: 98%;
    margin-left: 5px;
    height: auto;
    opacity: 1;
    margin-top: 0px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    border-top: 3px solid #e13340;
}

/**
 * Helper
 */
.bg-dark-blue {
    background-color: #152637;
}

.bg-grey {
    background-color: #303030;
}

.bg-dark-grey {
    background-color: #555f6a;
}

.radius {
    border-radius: 3px;
}

.radius-top {
    border-radius: 3px 3px 0 0;
}

.radius-bottom {
    border-radius: 0 0 3px 3px;
}

.text-center {
    text-align: center;
}

.vam,
.nav-item {
    display: inline-block;
    text-align: center;
    min-width: 150px;
    min-height: 40px;
    display: -ms-flexbox !important;
    padding: 0px 0px !important;
    font-size: 18px !important;
    font-weight: 700 !important;

    /* letter-spacing: 1px; */
    font-family: SharpSansSemiBold;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.84);
    padding: .8rem 1rem;
}

.navbar-light .navbar-nav .nav-link.active {
    background: url(../images/highlight.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 101%;
}

/**
 * Example specific
 */
.example-two .logo {
    width: 27.5%;
}

.example-two .nav {
    width: 72.5%;
}

.example-three .logo {
    border: none;
}

.example-three .nav-item.active,
.example-three .submenu .nav-item {
    color: #fff;
    box-shadow: -1px 0 #555f6a, 1px 0 #555f6a;
    background-color: #555f6a;
}

/**
 * Visual style
 */
.logo {
    text-align: center;
    font-weight: 700;
    color: #727c87;
    border-right: 1px solid rgba(114, 124, 135, 0.2);
    padding: 13px 32px 12px;
}

.nav-item {
    cursor: pointer;
    padding: 13px 16px 12px;
}

.nav-item:not(:last-child) {
    border-right: 1px solid rgba(114, 124, 135, 0.2);
}

.bg-grey .nav-item {
    color: #fff;
}

.submenu {

}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.thame {
    height: auto !important;
    text-align: justify;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*min-width: 0;
    max-width: 200px;*/
    scroll-margin-left: 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: .25rem;
}

.tab a {
    color: #ffffff;
    text-decoration: none;
}

.ad_cursor_title {
    max-width: 150px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Radio Button*/

@import url("https://fonts.googleapis.com/css?family=Roboto");

.radio-group {
    background-color: #d0d0d0;
    /*display: inline-block;*/
    margin-top: 0px;
    border-radius: 10px;
    overflow: hidden;
    /*width: 198px;*/
}

.radio-group .col {
    padding: 0px !important;
}

.product_size_label {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    width: inherit;
    /*border-radius: 10px 0 0 10px;*/
}

.radio-group input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.radio-group label {
    color: #303030;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 11px;
    margin-bottom: 0px;
    margin-right: -15px;
}

.radio-group input[type=radio]:checked + label {
    color: #ffffff;
    background: #675f6b;
    margin-right: -17px;

}

.radio-group label + input[type=radio] + label {
    border-left: solid 2px #ffffff;
}

/*********Pan | SFO******/

.pan_sfo_text input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.pan_sfo_text label {
    color: #9e9fa0;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    padding: 3px 0px 0px 0px;
    margin-right: 0px;
}

.pan_sfo_text input[type=radio]:checked + label {
    color: #0c0c0c;
    margin-right: 0px;

}

.pan_sfo_text label + input[type=radio] + label {
    border-left: solid 2px #ffffff;
}

/**//**/

.pizza-builder-group-item {
    text-align: left;
}

.cart_card_other_center .carousel-control-next, .cart_card_other_center .carousel-control-prev {
    bottom: 2px !important;
    width: 10px;
}

.ad_product_card_footer_text input[type='submit'] {
    color: #fff;
    background-color: #0A8020;
    height: 60px;
    width: 60px;
    padding: 0px;
    margin-left: 50px;
    font-size: 12px;
    border-radius: 0px 6px 6px 0;
}

/******************Manu****************/

.dropbtn {
    background-color: #303030;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    margin: 0px 0;
    min-width: 160px;
}

.dropbtn a {
    background-color: #303030;
    color: white;
    text-decoration: none;
}

.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: 11;
}

.dropdown-content a {
    color: #454545;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

#toppings_content {
    width: 470px;
}

.btn-sm {
    padding: .25rem;
    font-size: 12px;
    line-height: 1;
    border-radius: 5px;
}

.pan_sfo_text {
    font-family: 'SharpSansSemiBold';
    margin: 5px 0px 0px 5px;
    font-size: 18px;
}

.pan_sfo_text a {
    color: #737373;
}

.modal-body .container {
    padding: 0px 16px;
}

.cust_product_name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;

}

.customize-right-sec {
    height: 445px;
    overflow-y: scroll;
}

.customize_checkout_btn_cust {
    width: 100%;
    margin: 5px;
    height: 40px;
    font-size: 15px;
    padding: 0px 11px;
    color: #fff;
    background-color: #0A8020;
    border-radius: 5px;
}

.cust_short_desc {
    height: 30px;
    font-size: 13px;
}

.cust_img {
    width: 40%;
    margin: 10px;
}

button.close {
    font-size: 15px;
    padding: 0px 10px;
    background-color: transparent;
    border: 0;
    float: left;
    -webkit-appearance: none;
}

/*00*************Deals************************/
.deals_card {
    background-color: #ffffff;
    height: 325px;
    margin: 5px -10px;
    padding: 0px;
    border-radius: 4px;
}

.deals-card-content {
    padding: 0px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.deal-item-name {
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4d4d4d;
    font-family: SharpSansSemiBold;
}
a.deal-item-name:hover {
    text-decoration: none !important;
}

.deal-item-desc {
    min-height: 55px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #848484;
    border-bottom: 1px solid #cecece;
    padding-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deal-item-desc:hover {
    text-decoration: none;
}

.deal-price {
    font-size: 15px;
    font-weight: 700;
    /* border-top: 1px solid #cecece; */
    color: #4d4d4d;
    padding: 5px 0 0 10px;
    margin: 5px 0 0;
    float: left;
    font-family: SharpSansSemiBold;
}


.deal-select-btn {
    font-size: 14px;
    font-weight: 700;
    /* border-top: 1px solid #cecece; */
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin: 10px 10px 0;
    float: right;
    font-family: SharpSansSemiBold;
    width: 40%;
    text-align: center;
    background-color: rgb(10, 128, 32);
    z-index: 1111111111;
}

.pasta_img_wrap {
    margin: 5px 0px -7px 5px;
}
.tawhid_shap{
    width: 15%;
    height: 10%;
    margin: -3px 8px;
}
/*00*************Deals************************/

.dropdown-content a:hover {
    background-color: #da1a32;
    color: #ffffff
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #303030;
}

.delivery{
    font-size: 14px;
    padding: 10px 0px 0px;
}

.location_trc{
    font-size: 14px;
    padding-top: 6px;
}
hr {
    margin: 5px 0px;
}

.jut_track_wrapper {
    height: 100%;
    background-color: #fff;
    padding: 10px;
}
.cart_card {
    height: 240px;
    overflow-y: auto;
}

[data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    transform: rotate(0deg) ;
    /*transition: all linear 0.25s;*/
    float: right;

}
[data-toggle="collapse"].collapsed:after {
    transform: rotate(180deg) ;
}

.total_bill_collaps{
    margin: 5px;
    font-size: 10px;
    position: absolute;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #675f6b;
    border-radius: 10px;
}


.deal-main-content {
    margin: 0px auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }

    .container {
        padding: 0px 16px 40px 10px;
    }

    .thame {
        /* margin-top: 65px;*/
    }

    .ad_product_detail {
        position: absolute;
        float: left;
        margin-left: 32%;

        font-size: 12px;
    }

    .ad_product_detail span {
        font-size: 12px;
        font-weight: 500;
    }

    .ad_product_detail-p {
        font-size: 10px;
        overflow: inherit;
        line-height: 1;
        margin-top: 5px;
        margin-left: -50px;
    }

    .ad_product_card_footer {
        margin-top: 0px;
        bottom: 0px;
    }

    .ad_product_card_footer p {
        margin-top: 0px;
        margin-bottom: 0rem;

    }

    .radio-group {

        width: 160px;
    }

    label {
        padding: 3px 2px;
        margin-bottom: 0px;
        margin-right: -15px;
    }

    .radio-group input[type=radio]:checked + label {
        margin-right: -17px;

    }

    .ad_price {
        color: #70a401;
        font-size: 10px;
    }

    .ad_product_card_footer_text input[type='submit'] {
        color: #fff;
        background-color: #0A8020;
        height: 18px;
        width: 38px;
        padding: 0px;
        margin-left: 14px;
        margin-top: 0px;
        font-size: 10px;
        position: fixed;
    }

    .container {
        padding: 0px 16px 40px 16px;
    }
    .pan_sfo_text {
        font-family: 'SharpSansSemiBold';
        margin: 5px 0px -10px 5px;
        font-size: 18px;
    }
    .pan_sfo_text label {
        color: #9e9fa0;
        display: inline-block;
        cursor: pointer;
        font-weight: 400;
        font-size: 12px;
        padding: 3px 0px 0px 0px;
        margin-right: 0px;
    }
    .pasta_img_wrap {
        margin: 5px 0px -7px 5px;
    }
    .tawhid_shap{
        width: 15%;
        height: 10%;
        margin: -3px 6px;
    }
    .radio-group label {
        font-size: 11px;
        padding: 5px 7px;
    }

    .deals_card {
        height: 300px;
    }

}

@media (min-width: 1200px)and (max-width: 1299px) {
    .hidden-lg {
        display: none !important
    }

    .radio-group {
        width: 190px;
    }

    label {
        padding: 5px 7px;
        margin-bottom: 0px;
        margin-right: -15px;
    }

    .radio-group input[type=radio]:checked + label {
        margin-right: -17px;

    }

    h5.titel-1 {
        position: relative;
        font-size: 1.8rem;
        text-transform: inherit;
        z-index: 1;
        overflow: hidden;
        text-align: center;
        margin: 15px;
        padding: 0px 5px;
        font-family: 'SharpSansBold';
        color: #4d4d4d;
        letter-spacing: 0.5px;
    }

    h5.titel-1::after, h5.titel-1::before {
        content: '';
        flex: 1 1 0;
        border-bottom: 2px solid #d9dde3;
    }

    .ad_product_detail span {
        font-size: 12px;
        font-weight: 500;
    }

    .ad_product_detail-p {
        color: #b2b2b2;
        font-size: 12px;
        overflow: inherit;
        line-height: 1;
        margin-top: 0px;
        margin-left: 0px;
        max-width: 170px;
        display: -webkit-inline-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ad_product_card_footer {
        margin-top: -10px;
        bottom: 5px;
    }

    .ad_product_card_footer p {
        margin-top: 0px;
        margin-bottom: 0rem;

    }

    .ad_product_detail {
        position: absolute;
        float: left;
        margin-left: 30%;

        font-size: 15px;
        font-weight: 400;
        width: 60%;
    }

    .ad_product_card_footer_text input[type='submit'] {
        color: #fff;
        background-color: #0A8020;
        height: 60px;
        width: 60px;
        padding: 0px;
        margin-left: -18px;
        font-size: 12px;
        border-radius: 0px 6px 6px 0;
    }

    .left-con .btn-success {
        width: 100%;
        height: 33px;
        font-size: 14px;
        font-weight: 400;
        margin: 0px auto;
        border-color: #70a401;
        background-color: #0A8020;
        padding: 5px;
    }

    .delivery{
        font-size: 12px;
        padding: 10px 0px;
    }
    .location_trc{
        font-size: 12px;
        padding-top: 6px;
    }

    .cart_card {
        height: 200px;
    }

    .container {
        padding: 5px 10px 40px 10px;
    }

    .radio-group label {
        padding: 5px;
    }
    .pasta_img_wrap {
        margin: 5px 0px -7px 5px;
    }
    .tawhid_shap{
        width: 15%;
        height: 10%;
        margin: -3px 8px;
    }

    .deals_card {
        height: 300px;
    }
}

@media (min-width: 1300px)and (max-width: 1399px) {
    /*.radio-group {*/
    /*width: 198px;*/
    /*}*/
    label {
        padding: 5px 11px;
        margin-bottom: 0px;
        margin-right: -15px;
    }

    .radio-group input[type=radio]:checked + label {
        margin-right: -17px;

    }

    .ad_product_detail span {
        font-size: 12px;
        font-weight: 500;
    }

    .ad_product_detail-p {
        color: #b2b2b2;
        font-size: 12px;
        overflow: inherit;
        line-height: 1;
        margin-top: 0px;
        margin-left: 0px;
        max-width: 170px;
        display: -webkit-inline-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ad_product_card_footer {
        margin-top: -18px;
        bottom: 0px;
    }

    .ad_product_card_footer p {
        margin-top: 0px;
        margin-bottom: 0rem;

    }

    .ad_product_detail {
        position: absolute;
        float: left;
        margin-left: 25%;

        font-size: 15px;
        font-weight: 400;
        width: 50%;
    }

    .ad_product_card_footer_text input[type='submit'] {
        color: #fff;
        background-color: #0A8020;
        height: 60px;
        width: 60px;
        padding: 0px;
        margin-left: 25px;
        font-size: 12px;
        border-radius: 0px 6px 6px 0;
    }

    .collapseExample {
        padding: 15px 10px 50px 10px;
    }
    .pasta_img_wrap {
        margin: 5px 0px -7px 5px;
    }
    .tawhid_shap{
        width: 15%;
        height: 10%;
        margin: -3px 8px;
    }

    .deals_card {
        height: 360px;
    }

}


@media (min-width: 1400px){
    .cart_card {
        height: 310px;
    }
    .pasta_img_wrap {
        margin: 5px 0px -7px 5px;
    }
    .tawhid_shap{
        width: 15%;
        height: 10%;
        margin: -3px 8px;
    }
    .pan_sfo_text label {
        font-size: 16px;
    }
    .deals_card {
        height: 430px;
    }
}

@media (min-width: 1400px) and (max-width: 1660px){
    .cart_card {
        height: 310px;
    }
    .pasta_img_wrap {
        margin: 5px 0px -7px 5px;
    }
    .tawhid_shap{
        width: 15%;
        height: 10%;
        margin: -3px 8px;
    }
    .pan_sfo_text label {
        font-size: 16px;
    }
    .deals_card {
        height: 430px;
    }

    .ad_cursor_title {
        max-width: 120px;
    }
    .ad_product_card_footer {
        left: 85px;
    }
    .ad_product_card_footer_text input[type='submit'] {
        width: 40px;
        margin-left: 65px;
    }
    .ad_product_detail {
        margin-left: 23%;
        width: 55%;
    }
}



@media (min-width: 1670px) and (max-width: 1920px){
    .cart_card {
        height: 310px;
    }
    .pasta_img_wrap {
        margin: 5px 0px -7px 5px;
    }
    .tawhid_shap{
        width: 15%;
        height: 10%;
        margin: -3px 8px;
    }
    .pan_sfo_text label {
        font-size: 16px;
    }
    .deals_card {
        height: 430px;
    }
}

