body,
html {
    font-family: Poppins, sans-serif;
    height: 100%;
    position: relative;
    overflow-x: hidden
}

.homepage {
    background: url(../images/arkaplan.jpg) no-repeat center center;
    background-size: cover
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

button.extra_menu {
    border-color: #fff !important;
    margin-left: 1rem;
}

.extra__menu_li {
    border-radius: 2px !important;
    border-width: 1px !important;
}
.extra__menu .dropdown-toggle::after {
    display: none;
    border-radius: 0;
}
.extra__menu .dropdown-toggle i {
    font-size: 24px;
}
.extra__menu ul {
    max-height: 400px;
    overflow-y: scroll;
    border: 0;
}
.extra_menu_dropdown {
    width: 200px !important;
    margin-left: -100px !important;
    left: 50% !important;
}
.extra__menu ul li a {
    padding: 10px 20px;
}
.extra__menu ul::-webkit-scrollbar {
  width: 5px;
}
 
.extra__menu ul::-webkit-scrollbar-track {
  
}
 
.extra__menu ul::-webkit-scrollbar-thumb {
  background-color: #303030;

}

button.extra_menu span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

button.extra_menu:focus {
    outline: 0;
    box-shadow: none;
}

.product-card {
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    box-shadow: 5px 5px 55px 0 #000;
    -webkit-box-shadow: 5px 5px 55px 0 #000;
    -moz-box-shadow: 5px 5px 55px 0 #000;
    transition: background-color .3s ease-in-out
}

.pizza_type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px
}

.pizza_type .pizza_type_item {
    flex: 1;
}

@media only screen and (max-width: 600px) {
    .pizza_type {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
        border-radius: 10px;
        background: #fff;
        margin-bottom: 20px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .pizza_type .pizza_type_item {
        flex: 0 0 auto;
    }
}

.pizza_type .pizza_type_item .pizza_type_text {
    color: #f52943;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.pizza_type .pizza_type_item .pizza_type_text.active {
    background: none;
    border-color: transparent transparent #f52943 transparent;
}

.pizza_type .pizza_type_item .pizza_type_text:hover,
.pizza_type .pizza_type_item .pizza_type_text:focus {
    border-color: transparent transparent #f52943 transparent;
}

.slider-container {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px
}

.slider-container .slide-text {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #a8a8a8;
    cursor: pointer;
}

.slider-container .active {
    color: #f52943
}

.slider-container .swiper-button-next,
.slider-container .swiper-button-prev {
    color: #979293
}

.types-of-pizza {
    position: relative;
    z-index: 999;
    top: -60px
}

.types-of-pizza .same-style {
    border: 10px solid #b41d40;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #000;
    padding: 20px 5px;
    background-color: #fff;
    border-radius: 1000px;
    box-shadow: 4px 4px 5px 0 #dfcdcd;
    -webkit-box-shadow: 4px 4px 5px 0 #dfcdcd;
    -moz-box-shadow: 4px 4px 5px 0 #dfcdcd;
    transition: all .3s ease-in-out
}

.types-of-pizza .same-style:hover {
    color: #fff;
    background-color: #b41d40
}

.product-card img {
    max-width: 100%;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.product-card .product-head {
    color: #191a1b;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: color .3s ease-in-out
}

.product-card .product-price {
    font-size: 27px;
    color: #850d1e;
    text-align: center;
    transition: color .3s ease-in-out;
    margin: 1rem 0 .5rem 0
}

.product-card .product-order {
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 218px;
    max-width: 75%;
    height: 40px;
    font-size: 12px;
    border: 2px solid transparent;
    font-weight: 400;
    border-radius: 9999px;
    color: #fff;
    background-color: #303030;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out
}

.product-card .product-order:hover {
    border-color: #303030;
    background: 0 0;
    color: #303030
}

.content .content_left,
.content .content_right .pizza_follow,
.content .content_right .pizza_promotion,
.content .content_right .pizza_rating {
    border-radius: 20px
}

.content .content_right .pizza_follow a,
.content .content_right .pizza_promotion a,
.content .content_right .pizza_rating a {
    color: #707070;
    font-weight: 600;
    font-size: 18px;
    margin-left: .5rem
}

.content .content_right .promotion_code,
.content .content_right .tracking_code {
    background: #303030;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 9999px;
    padding: 5px 10px;
    font-size: 13px !important;
    display: block;
    border: 2px solid transparent;
    font-weight: 500 !important;
    transition: all .3s ease-in-out
}

.content .content_right .promotion_code:hover,
.content .content_right .tracking_code:hover {
    background: 0 0;
    border-color: #303030;
    color: #303030 !important
}

.content .content_right input {
    padding-left: 0;
    font-size: 12px;
    text-align: center
}

.content .content_right input:active,
.content .content_right input:focus,
.content .content_right input:visited {
    box-shadow: none
}

.content .content_left {
    border-bottom: 2px solid #f0f0f7;
    height: 100%
}

.content .content_right .pizza_rating {
    align-items: center
}

.content .content_left img {
    max-width: 100%;
    width: 170px;
    height: 170px
}

.content .content_right img {
    max-width: 100%;
    height: 100%;
    width: auto
}

.content .enjoyit_text,
.content .order_text,
.content .signup_text {
    font-size: 25px;
    margin-bottom: 15px;
    color: #505061;
    text-align: center;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.content .enjoyit_text:hover,
.content .order_text:hover,
.content .signup_text:hover {
    color: #000100
}

.content .enjoyit_image,
.content .order_image,
.content .signup_image {
    background-image: url("../images/sprite.png")
}

.content .signup_image {
    background-position: -116px -102px
}

.content .order_image {
    background-position: -12px -100px
}

.content .enjoyit_image {
    background-position: -218px -103px
}

.content .content_left .same_style {
    width: 100px;
    height: 100px;
    margin: auto;
    background-repeat: no-repeat
}

.order_now {
    margin-top: 40px;
    border-top: 2px solid #f0f0f7
}

.order_now a:hover {
    border-color: #303030;
    color: #303030;
    background: 0 0
}

.order_now .order_now_text {
    flex: 1
}

.order_now a {
    text-align: center;
    text-decoration: none;
    border-radius: 56px;
    background-color: #303030;
    font-size: 14px;
    color: #fff;
    margin: 5px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out
}

    {
    background-color: #f0f0f7
}

.service-type {
    background-color: #fff;
    min-height: 62px
}

.page-title {
    height: 90px;
    display: flex;
    align-items: center
}

.page-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    color: #505061
}

.swipeable-view-container {
    margin-top: 30px
}

.swipeable-view-container .product-view-title {
    font-size: 18px;
    font-weight: 600;
    color: #505061;
    margin-bottom: 10px;
    text-align: left
}

.swipeable-view-container .product-view-text-group {
    line-height: 1.15
}

.swipeable-view-container .product-view-text-group div {
    font-weight: 600;
    font-size: 16px;
    color: #a38248;
    text-align: left
}

.product-wrapper-inner {
    box-shadow: rgb(92 92 94 / 5%) 0 -2px 8px 0;
    border-radius: 20px;
    background-color: #fff;
    padding: 40px
}

.counter_side {
    border: 2px solid #dcdcdf;
    border-radius: 9999px;
    height: 45px
}

.counter_side .counter {
    width: 45px;
    border-radius: 0 !important;
    text-align: center;
    border-top: 0;
    height: 100%;
    border-bottom: 0;
    border-style: solid;
    border-color: #dcdcdf
}

.counter_side .counter:active,
.counter_side .counter:focus,
.counter_side .counter:visited,
.counter_side .down_count:active,
.counter_side .down_count:focus,
.counter_side .down_count:visited,
.counter_side .up_count:active,
.counter_side .up_count:focus,
.counter_side .up_count:visited {
    box-shadow: none;
    outline: 0
}

.counter_side .up_count {
    margin-left: -4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-bottom: 0
}

.counter_side .down_count {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.swipeable-view-container .product-view-inner {
    padding: 20px
}

.swipeable-view-container .product-view-inner .product-view-image {
    margin-top: 20px;
    margin-bottom: 10px
}

.swipeable-view-container .product-view-inner .product-view-image img {
    max-width: 100%;
    border-radius: 10px
}

.swipeable-view-container .product-view-inner .product-view-button a {
    width: 100%;
    border: 2px solid transparent;
    background: #303030;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-decoration: none;
    border-radius: 25px
}

.swipeable-view-container .product-view-inner .product-view-button a:hover {
    border-color: #303030;
    color: #303030;
    background: 0 0
}

.swipeable-view-container .swiper-slide {
    display: block;
    border-radius: 20px
}

.product-wrapper-inner .product-right .product-price {
    font-size: 20px;
    font-weight: 500;
    color: #a38248;
    line-height: 28px;
    margin-bottom: 30px
}

.product-wrapper-inner .product-left .product-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
    color: #505061
}

.product-wrapper-inner .product-left .product-subtitle {
    font-size: 18px;
    line-height: 25px;
    color: #6a6a77;
    font-weight: 400;
    margin: 0 0 30px
}

.service-type .service-type-inner {
    padding: 10px 0;
    position: relative
}

.service-type .service-type-inner a.wallet {
    text-decoration: none;
    position: absolute;
    right: 20px
}

.service-type .service-type-inner a.wallet .wallet-text {
    font-size: 12px;
    color: #505061;
    margin-right: 5px;
    font-weight: 600
}

.service-type .service-type-inner a.wallet .wallet-balance {
    color: #1a62f3;
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px
}

.service-type .service-type-inner a.wallet .wallet-arrow {
    color: #1a62f3;
    font-size: 8px
}

.service-type .service-type-inner .service-type-button {
    max-width: 160px;
    padding: 5px 10px;
    height: 42px;
    color: #505061;
    border: 1px solid #ccc;
    margin-right: 10px
}

.service-type .service-type-inner .service-type-adress,
.service-type .service-type-inner .service-type-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px
}

.service-type .service-type-inner .service-type-adress span,
.service-type .service-type-inner .service-type-button span {
    margin-right: 10px
}

.service-type .service-type-inner .service-type-adress {
    height: 42px;
    background-color: #f0f0f7;
    color: #505061;
    padding: 0 10px
}

.advantage-side-inner .advantage-left .advantage-icon i,
.advantage-side-inner .advantage-right .advantage-icon i {
    font-size: 50px
}

.advantage-side-inner .advantage-left .advantage-icon,
.advantage-side-inner .advantage-right .advantage-icon {
    margin-right: 15px
}

.advantage-side-inner .advantage-left .advantage-text {
    font-size: 20px;
    white-space: normal;
    color: #505061;
    vertical-align: middle
}

.advantage-side-inner .advantage-right .advantage-text {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    color: #505061;
    white-space: normal;
    width: calc(100% - 170px)
}

.advantage-side-inner .advantage-right .checkbox-container,
.advantage-side-inner .advantage-right .static-text {
    display: none
}

.advantage-side-inner .advantage-right .checkbox-container label {
    font-size: 17px;
    line-height: 1;
    margin: 0;
    color: #505061;
    user-select: none
}

.advantage-side-inner .advantage-left .select-label {
    font-size: 14px;
    color: #6a6a77
}

.advantage-side-inner .advantage-left .promotion-button {
    margin-top: 10px;
    margin-bottom: 10px
}

.advantage-side-inner .advantage-left .promotion-button button {
    background-color: #303030;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    border: 0;
    padding: 15px 0;
    width: 100%;
}

div.add_adress_left input:active,
div.add_adress_left input:focus,
div.add_adress_left input:visited,
div.add_adress_left select:active,
div.add_adress_left select:focus,
div.add_adress_left select:visited,
.advantage-side-inner .advantage-left input:active,
.advantage-side-inner .advantage-left input:focus,
.advantage-side-inner .advantage-left input:visited,
.advantage-side-inner .advantage-left select:active,
.advantage-side-inner .advantage-left select:focus,
.advantage-side-inner .advantage-left select:visited,
.advantage-side-inner .advantage-right input:active,
.advantage-side-inner .advantage-right input:focus,
.advantage-side-inner .advantage-right input:visited,
.advantage-side-inner button:active,
.advantage-side-inner button:focus,
.advantage-side-inner button:visited {
    box-shadow: none
}

.advantage-side-inner .advantage-right label p {
    line-height: 1.15;
    font-size: 16px
}

.advantage-side-inner .advantage-right .static-text {
    padding-left: 40px;
    font-size: 17px;
    margin: 15px 0;
    color: red
}

div.price_container {
    padding: 40px;
    background-color: #fff
}

div.price_container .order_now {
    margin-top: 0;
    border-top: 0
}

div.price_container .order_now a {
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    display: block;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #303030;
    font-size: 18px;
    font-weight: 600
}

div.price_container .order_now a:hover {
    border-color: #303030;
    color: #303030;
    background: 0 0
}

div.price_container .price_inner .price_left .discount_price {
    display: inline-block;
    height: 60px;
    line-height: 65px;
    font-size: 19.6px;
    font-weight: 600;
    color: #3e4959
}

div.price_container .price_inner .price_right .price {
    font-size: 24.7px;
    font-weight: 500;
    color: #a38248
}

section {
    background-color: #f0f0f7;
    padding: 15px 0 100px 0;
}

.breadcrumb-item a {
    color: #303030
}

.page-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    color: #303030
}

.account_form,
.account_info,
.add_adress_left,
.faq_inner,
.vision_and_mission_inner {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: #fff;
    min-height: 565px
}

.account_form input:active,
.account_form input:focus,
.account_form input:visited,
.order_follow_code input:active,
.order_follow_code input:focus,
.order_follow_code input:visited {
    box-shadow: none
}

.account_form .update_phone a {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    text-decoration: none;
    background: #303030;
    border-radius: 20px
}

.account_form button {
    padding: 10px 0;
    display: block;
    border-radius: 20px;
    background: #303030;
    border: 2px solid transparent;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 100%;
}

.account_form button:hover {
    border-color: #303030;
    background: 0 0;
    color: #303030;
}

.phone_update_icon i {
    font-size: 54px
}

.send_password a {
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #303030;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px
}

.send_password a:hover {
    border-color: #303030;
    color: #303030;
    background: 0 0
}

.account_job select,
.birth_team select {
    box-shadow: rgb(0 0 0 / 10%) 0 5px 20px 0;
    background-color: #fff;
    border: 0;
    font-size: 14px
}

.account_job label,
.birth_team label {
    font-size: 14px;
    text-align: left
}

.account_info .account_info_title {
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px 40px 20px;
    border-bottom: 2px solid #f0f0f7;
    color: #303030
}

.account_sidemenu {
    padding-top: 40px
}

.account_sidemenu ul li {
    list-style-type: none;
    margin-bottom: 15px
}

.account_sidemenu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    border: 2px solid transparent;
    border-radius: 20px;
    background: #303030;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px 8px;
    transition: all .3s ease-in-out
}

.account_sidemenu ul li a:not(.active):hover {
    background: 0 0;
    border-color: #303030;
    color: #303030
}

.account_sidemenu ul li a.active {
    background: #ed1c24
}

.account_sidemenu ul li a:hover {
    border-color: #303030;
    color: #303030;
    background: 0 0
}

.phone_approved,
.phone_verify {
    padding: 20px 40px;
    display: flex;
    background: #fff;
    border-radius: 20px;
    margin-top: 25px;
    align-items: center
}

.phone_approved .phone_approved_text {
    margin-left: 10px
}

.phone_verify .phone_verify_text {
    font-size: 14px;
    color: #303030;
    flex: 1
}

.phone_verify .phone_verify_button {
    border-left: 2px solid #f0f0f7;
    flex: 1
}

.phone_verify .phone_verify_button a {
    padding: 10px 0;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #303030;
    border: 2px solid transparent;
    border-radius: 9999px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.phone_verify .phone_verify_button a:hover {
    color: #303030;
    border-color: #303030;
    background: 0 0
}

.order_follow_code {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px
}

.order_follow_code .inner_title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #303030;
    border-bottom: 2px solid #f0f0f7;
    margin: 0 -10px
}

.digital_follow_system {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px
}

.digital_follow_system .pizzaFollowTitle {
    font-size: 24px;
    font-weight: 600;
    color: #505061;
    margin-bottom: 20px
}

.digital_follow_system .pizzaFollowOrderNow {
    font-size: 17px;
    line-height: 1.5;
    color: #6a6a77;
    font-weight: 600
}

.digital_follow_system .pizzaFollowDescription {
    line-height: 1.5;
    color: #6a6a77;
    margin-bottom: 20px
}

.order_follow_code .inner_title i {
    font-size: 32px;
    margin-right: 20px
}

.order_follow_button button {
    padding: 15px 0;
    color: #fff;
    background: #303030;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 9999px;
    border: 2px solid transparent;
    transition: .3s ease-in-out all;
    width: 100%;
}

.order_follow_button button:hover {
    border-color: #303030;
    color: #303030;
    background: 0 0
}

.about_us_inner,
.contact_us_inner,
.my_addres_left,
.order_complete_inner,
.franchise_inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px
}

.wish_and_demand_inner {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.about_us_inner .about_us_title {
    font-size: 1.5em;
    margin: .83em 0;
    color: #303030;
    font-weight: 600
}

.about_us_inner p {
    font-size: 16px;
    line-height: 30px;
    color: #505061
}

.sidemenu {
    border-radius: 20px;
    background-color: #fff;
    padding: 40px
}

.sidemenu ul li {
    list-style-type: none
}

.sidemenu ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.sidemenu ul li a {
    text-decoration: none;
    color: #303030;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px 8px 0;
    border-bottom-width: 0;
    transition: .3s all ease-in-out;
}

.sidemenu ul li a:hover {
    text-decoration: underline;
}

.sidemenu .accordion-item {
    border-bottom: 2px solid #f0f0f7;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

.sidemenu .accordion-button {
    font-weight: 600;
}

.sidemenu .accordion-button:not(.collapsed) {
    color: #fff;
    background: #303030;
}

.sidemenu .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.sidemenu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.inner_title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #303030;
}

.order_inner {
    border: 2px solid #f0f0f7;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.order_inner .order_bottom_side {
    align-items: flex-end;
    justify-content: space-between
}

.order_inner .order_bottom_side .last_price {
    color: #dcdcdf;
    font-size: 14px
}

.order_inner .order_bottom_side .one_click_button a {
    border: 2px solid #303030;
    border-radius: 9999px;
    font-size: 13px;
    text-align: center;
    color: #303030;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    padding: 5px 20px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.order_inner .order_bottom_side .one_click_button a:hover {
    border-color: transparent;
    background: #303030;
    color: #fff
}

.order_inner .order_bottom_side .re_order a {
    font-weight: 600;
    color: #fff;
    background: #303030;
    text-align: center;
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 9999px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent
}

.order_inner .order_bottom_side .re_order a:hover {
    background: 0 0;
    color: #303030;
    border-color: #303030
}

.order_inner .order_bottom_side .new_price {
    color: #a38248;
    font-size: 20px;
    margin-left: 15px
}

.order_inner .order_time {
    display: flex;
    align-items: center;
    padding: 5px;
    background: #f0f0f7;
    position: absolute;
    right: 0;
    top: 0;
}

.order_inner .order_time span {
    font-size: 12px;
    font-weight: 500;
    color: #303030;
}

.order_inner .order_time span:last-of-type {
    margin-left: 10px
}

.order_inner .order_title {
    clear: both;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    margin: 0 0 15px;
    background: #303030;
}

.active_orders,
.old_orders,
.one_click_order {
    border-radius: 20px;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 25px
}

.my_addres_left .registered_adress_title {
    color: #7f7f7f;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px
}

.my_addres_left .registered_adress_detail {
    border: 2px solid #303030;
    padding: 15px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all .2s ease-in-out
}

.my_addres_left .registered_adress_detail:hover {
    border-color: transparent;
    box-shadow: 0 0 20px rgb(127 127 127 / 42%)
}

.my_addres_left .registered_adress_detail .detail_left p,
.my_addres_left .registered_adress_detail .detail_left span {
    font-size: 20px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
    display: block
}

.my_addres_left .registered_adress_detail .detail_left p {
    font-size: 14px
}

.my_addres_left .registered_adress_detail .detail_right a {
    padding: 5px 20px;
    display: inline-block;
    border: 2px solid #303030;
    color: #303030;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    border-radius: 20px;
    transition: all .3s ease-in-out
}

.my_addres_left .registered_adress_detail .detail_right a:hover {
    background: #303030;
    color: #fff;
    border-color: transparent
}

.my_addres_left .registered_adress_detail .detail_right a i {
    margin-right: 3px;
    font-size: 13px
}

.my_addres_left .add_new_adress a {
    padding: 10px 30px;
    font-size: 14px;
    transition: all .3s ease-in-out;
    color: #303030;
    border: 2px solid #303030;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px
}

.my_addres_left .add_new_adress a:hover {
    background: #303030;
    border-color: transparent;
    color: #fff
}

.add_adress_left .submit_adress_button button,
.add_adress_left .trash_adress_button button {
    padding: 10px 0;
    display: block;
    border-radius: 20px;
    background: #303030;
    border: 2px solid transparent;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 100%;
}

.add_adress_left .submit_adress_button button:hover,
.add_adress_left .trash_adress_button button:hover {
    border-color: #303030;
    background: 0 0;
    color: #303030
}

.faq_inner .accordion-button:not(.collapsed) {
    background-color: #303030;
    color: #fff;
    box-shadow: none
}

.faq_inner .accordion-item {
    border-right: 0;
    border-top: 0;
    border-left: 0
}

.faq_inner .accordion-button {
    font-weight: 600
}

.faq_inner .accordion-button:active,
.faq_inner .accordion-button:focus,
.faq_inner .accordion-button:visited {
    box-shadow: none
}

.member_login_inner,
.forgot_password_inner {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: #fff
}

.member_login_inner label,
.forgot_password_inner label {
    font-size: 14px;
    display: block
}

.member_login_inner input:active,
.member_login_inner input:focus,
.member_login_inner input:visited,
.forgot_password_inner input:active,
.forgot_password_inner input:focus,
.forgot_password_inner input:visited {
    box-shadow: none
}

.member_login_inner .member_login_button,
.forgot_password_inner .forgot_password_button {
    max-width: 340px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
}

.member_login_inner .member_login_button button,
.forgot_password_inner .forgot_password_button button {
    padding: 15px 0;
    background: #303030;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9999px;
    display: block;
    width: 100%;
    transition: all .3s ease-in-out;
    border: 2px solid transparent
}

.member_login_inner .member_login_button button:hover,
.forgot_password_inner .forgot_password_button button:hover {
    background: 0 0;
    border-color: #303030;
    color: #303030
}

.member_login_inner .member_or_text {
    position: relative;
    max-width: 180px;
    margin: 15px auto 10px;
    text-align: center
}

.member_login_inner .member_or_text::after {
    right: 0
}

.member_login_inner .member_or_text::before {
    left: 0
}

.member_login_inner .member_or_text::after,
.member_login_inner .member_or_text::before {
    content: "";
    background-color: #ededef;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50%
}

.member_login_inner .without_member_login {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto
}

.member_login_inner .without_member_login a {
    padding: 15px 0;
    background: 0 0;
    color: #303030;
    border: 2px solid #303030;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9999px;
    display: block;
    width: 100%;
    transition: all .3s ease-in-out
}

.member_login_inner .forgot_password a {
    color: #303030
}

.member_login_inner .without_member_login a:hover {
    background: #303030;
    color: #fff
}

.member_login_inner .login_with_social .login_with_social_title {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #303030
}

.member_login_inner .login_or {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.member_login_inner .login_or .login_or_inner {
    position: relative
}

.member_login_inner .login_or .login_or_inner::before {
    width: 20px;
    height: 2px;
    position: absolute;
    content: '';
    left: -25px;
    background: #000;
    top: 50%;
    margin-top: -1px
}

.member_login_inner .login_or .login_or_inner::after {
    width: 20px;
    height: 2px;
    position: absolute;
    content: '';
    right: -25px;
    background: #000;
    top: 50%;
    margin-top: -1px
}

.member_login_inner .login_with_social .sociallinks p {
    margin: 0;
    min-width: 175px
}

.member_login_inner .login_with_social .sociallinks a.facebook,
.sign_up_inner .sign_up_bottom_side .sociallinks a.facebook {
    background: #4267b2;
    color: #fff
}

.member_login_inner .login_with_social .sociallinks a.facebook:hover,
.sign_up_inner .sign_up_bottom_side .sociallinks a.facebook:hover {
    background: 0 0;
    border-color: #4267b2;
    color: #4267b2
}

.member_login_inner .login_with_social .sociallinks a.google,
.sign_up_inner .sign_up_bottom_side .sociallinks a.google {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff
}

.member_login_inner .title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px
}

.member_login_inner .login_with_social .sociallinks a.google:hover,
.sign_up_inner .sign_up_bottom_side .sociallinks a.google:hover {
    background: 0 0;
    border-color: #dd4b39;
    color: #dd4b39
}

.member_login_inner .login_with_social .sociallinks a.twitter,
.sign_up_inner .sign_up_bottom_side .sociallinks a.twitter {
    background: #1da1f2;
    color: #fff
}

.member_login_inner .login_with_social .sociallinks a.twitter:hover,
.sign_up_inner .sign_up_bottom_side .sociallinks a.twitter:hover {
    background: 0 0;
    border-color: #1da1f2;
    color: #1da1f2
}

.member_login_inner .login_with_social .sociallinks a {
    text-decoration: none;
    color: #303030;
    padding: 30px 0;
    border: 1px solid transparent;
    border-radius: 9999px;
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s ease-in-out
}

.member_login_inner .login_with_social .sociallinks a i {
    margin-right: 5px;
    font-size: 24px
}

.password_requirement ul li {
    list-style-type: none;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.password_requirement .password_requirement_title {
    text-decoration: underline;
    font-weight: 400;
    margin-bottom: 1rem;
}

.password_requirement ul li i {
    font-size: 12px;
    margin-right: .5rem;
}

.sign_up_inner,
.change_password_inner {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: #fff
}

.sign_up_inner form input,
.change_password_inner form input {
    font-size: 14px
}

.sign_up_inner form input:active,
.sign_up_inner form input:focus,
.sign_up_inner form input:visited,
.change_password_inner form input:focus,
.change_password_inner form input:visited,
.change_password_inner form input:active {
    box-shadow: none
}

.sign_up_inner form label,
.change_password_inner form label {
    font-size: 15px;
    display: block
}

.sign_up_inner .sign_up_bottom_side .seperated {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.sign_up_inner .sign_up_bottom_side .seperated::before {
    left: 0
}

.sign_up_inner .sign_up_bottom_side .seperated::after {
    right: 0
}

.sign_up_inner .sign_up_bottom_side .seperated::after,
.sign_up_inner .sign_up_bottom_side .seperated::before {
    content: "";
    background-color: rgb(240 240 247);
    width: calc(50% - 40px);
    height: 2px;
    position: absolute;
    top: 50%
}

.sign_up_inner .sign_up_bottom_side .sign_up_button button,
.change_password_inner .change_password_bottom_side .change_password_button button {
    display: block;
    padding: 15px 0;
    background: #303030;
    border: 2px solid transparent;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease-in-out;
    width: 100%;
}

.sign_up_inner .sign_up_bottom_side .sign_up_button button:hover,
.change_password_inner .change_password_bottom_side .change_password_button button:hover {
    border-color: #303030;
    color: #303030;
    background: 0 0
}

.sign_up_inner .sign_up_bottom_side .sign_up_with_social_text {
    font-size: 16px
}

.sign_up_inner .sign_up_bottom_side .sociallinks a i {
    font-size: 24px;
    margin-right: 5px
}

.sign_up_inner .sign_up_bottom_side .sociallinks a {
    text-decoration: none;
    color: #303030;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 9999px;
    padding: 15px 0;
    display: flex;
    margin: 0 .1rem;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    width: 100%;
}

.product_detail_wrapper {
    padding: 30px 35px;
    background-color: #fff;
    border-radius: 0 0 20px 20px
}

.product_detail_wrapper .discount_price_text {
    color: #3e4959;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.product_detail_wrapper .discount_price {
    display: flex;
    align-items: center
}

.product_detail_wrapper .discount_price .old_price {
    text-decoration: line-through;
    color: #c2c2c4;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 600
}

.product_detail_wrapper .discount_price .new_price {
    color: #a38248;
    font-size: 25px;
    margin-right: 0;
    display: inline-block;
    font-weight: 600
}

.product_detail_wrapper .count_and_add_cart .add_to_cart a {
    text-decoration: none;
    color: #fff;
    background: #303030;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 9999px;
    display: block
}

.product_detail_wrapper .count_and_add_cart .add_to_cart a:hover {
    background: 0 0;
    border-color: #303030;
    color: #303030
}

.product_detail_wrapper .count_and_add_cart .count_side {
    width: max-content;
    margin-left: auto;
    height: 100%
}

.product_detail_wrapper .count_and_add_cart .counter_side {
    height: 100%
}

.product_image img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.choose_product_wrapper {
    border-radius: 20px;
    background: #fff
}

.choose_product_wrapper button.dropdown-toggle {
    padding: 1rem;
    color: #303030;
    background: 0 0;
    font-weight: 600
}

.choose_product_wrapper button:active,
.choose_product_wrapper button:focus,
.choose_product_wrapper button:visited {
    box-shadow: none
}

.choose_product_wrapper .accordion-body {
    height: 400px;
    overflow-y: scroll
}

.choose_product_wrapper ul.dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background: #ccc;
    border-radius: 9999px
}

.choose_product_wrapper .product_modal .modal-dialog {
    max-width: 720px
}

.choose_product_wrapper .product_modal button.btn-product {
    color: #303030;
    height: 58px;
    background: 0 0;
    border-color: #6c757d;
    width: 100%;
    font-weight: 600;
    transition: all .3s ease-in-out
}

.choose_product_wrapper .product_modal button.btn-product:hover {
    background: #303030 !important;
    border-color: #303030;
    color: #fff
}

.choose_product_wrapper ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #303030;
    border-radius: 9999px
}

.choose_product_wrapper .products {
    padding: 40px;
    border-bottom: 1px solid #ccc
}

.choose_product_wrapper .products .product_item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    align-items: flex-start;
    padding: 10px;
    border: 2px solid #f0f0f7;
    border-radius: 10px;
    cursor: pointer
}

.choose_product_wrapper .products .product_item .product_image {
    width: 10%
}

.choose_product_wrapper .products .product_item .product_detail {
    margin-left: 15px
}

.choose_product_wrapper .products .product_item .product_detail .product_title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px
}

.choose_product_wrapper .products .product_item .product_detail .product_desc {
    font-size: 13px
}

.choose_product_wrapper .products .product_item .product_image img {
    border-radius: 10px
}

.choose_product_wrapper .products_title {
    margin: 0 0 26px;
    font-size: 24.6px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #3e4959
}

.choose_product_wrapper ul.dropdown-menu {
    min-width: 100%;
    height: 300px;
    padding: 0;
    overflow-y: scroll
}

.choose_product_wrapper ul.dropdown-menu li a:active {
    background: 0 0 !important;
    color: #303030 !important
}

.add_to_cart a {
    background: #303030;
    color: #fff;
    font-size: 20px;
    border-radius: 9999px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out
}

.add_to_cart a:hover {
    background: 0 0;
    color: #303030;
    border-color: #303030
}

.franchise_inner .franchise_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.franchise_inner p {
    font-size: 15px;
}

.franchise_form_sidemenu {
    border-radius: 20px;
    background-color: #303030;
    padding: 30px 40px 40px 40px;
}

.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title {
    text-align: center;
}

.apply_button {
    display: block;
    width: 100%;
    border: 1px solid #303030;
    border-radius: 9999px;
    font-weight: 600;
}

.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title textarea {
    margin-bottom: 2rem;
    border-radius: 0;
}

.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title input,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title select {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 2rem;
}

.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title input:focus,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title input:visited,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title input:active,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title select:focus,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title select:visited,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title select:active,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title textarea:focus,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title textarea:visited,
.franchise_form_sidemenu .franchise_form_side .franchise_form .franchise_form_title textarea:active {
    box-shadow: none;
    outline: 0;
    border-radius: 0;
}

.franchise_form_sidemenu .franchise_form_side .franchise_form i {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.franchise_form_sidemenu .franchise_form_side .franchise_form a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.wish_and_demand_inner .wish_and_demand_title {
    padding: 15px 20px;
    background: #303030;
    color: #fff;
    text-align: center;
}

.wish_and_demand_inner form {
    padding: 20px;
}

.wish_and_demand_inner form button {
    width: 250px;
    padding: .5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #303030;
    border: 1px solid transparent;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.wish_and_demand_inner form button:hover {
    background: none;
    border-color: #303030;
    color: #303030;
}

.wish_and_demand_inner form input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.wish_and_demand_inner form input,
.wish_and_demand_inner form textarea {
    border-radius: 0;
}

.wish_and_demand_inner form input:focus,
.wish_and_demand_inner form input:visited,
.wish_and_demand_inner form input:active,
.wish_and_demand_inner form textarea:focus,
.wish_and_demand_inner form textarea:visited,
.wish_and_demand_inner form textarea:active {
    box-shadow: none;
    outline: 0;
}

.image {
    opacity: .8;
    padding: 2rem .5rem .5rem .5rem;
    background-position: center center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 190px;
    border-radius: 10px
}

.image:hover {
    opacity: 1
}

.dough_type .dough_type_title,
.edge_type .edge_type_title {
    font-size: 20px;
    color: #3e4959;
    font-weight: 600
}

.image .dough_plus_price {
    color: #a38248;
    font-size: 13px
}

.image .dough_title {
    font-size: 14px;
    font-weight: 600
}

.radio-text {
    position: relative;
    cursor: pointer;
}

.radio-text .text {
    border: 1px solid #303030;
}

.radio-text {
    width: 100%;
}

.radio-text .payment_type_text {
    text-align: center;


}

div.checked_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    display: none;
}

div.checked_icon {
    font-size: 13px;
    color: #b41d40;
}

.radio-img>input,
.radio-text>input {
    display: none
}

.radio-img>.image,
.radio-text>.image {
    cursor: pointer;
    border: 2px solid #ccc
}

.radio-img>input:checked+.image,
.radio-text>input:checked+.text {
    border: 1px solid #b41d40
}

.radio-text>input:checked+.text .checked_icon {
    display: block;
}

.doughSlider .swiper-pagination,
.edgeSlider .swiper-pagination {
    position: static
}

.edgeSlider .image {
    padding-left: 0;
    padding-top: 0;
    overflow: hidden;
    justify-content: flex-start
}

.doughSlider .swiper-slide img,
.edgeSlider .swiper-slide img {
    height: auto
}

.materials label,
.materials div {
    color: #303030;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 9999px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    transition: width .5s ease-in-out;
    display: inline-block;
}

.materials div.unwanted::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    background-color: #3e4959;
    top: 50%;
    z-index: 10;
}

.materials input {
    display: none
}

.standart_materials,
.type_section {
    border-bottom: 1px solid #ccc
}

.materials input[type=checkbox]:checked+label::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    background-color: #3e4959;
    top: 50%;
    z-index: 10
}

.extra_materials .extra_materials_title,
.standart_materials .standart_materials_title {
    font-size: 20px;
    color: #3e4959;
    font-weight: 600
}

.extra_materials .form-check label {
    display: flex;
    justify-content: space-between
}

.extra_materials ul {
    inset: auto !important;
    transform: translate(0, 0) !important
}

.extra_materials ul li a label {
    padding: 1rem 1rem 1rem 0;
    cursor: pointer
}

.extra_materials ul li a input {
    margin: 1.25rem 0
}

.ingredients_container .remove_button i {
    font-size: 13px;
    color: #303030;
    cursor: pointer
}

.ingredients_container {
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap
}

.ingredients_container .ingredient_item {
    display: flex;
    border-radius: 9999px;
    margin-bottom: .5rem;
    background: #e6e6eb;
    padding: .25rem 1rem;
    align-items: center;
    margin-right: .5rem
}

.ingredients_container .ingredient_name {
    margin: 0 .75rem;
    font-size: 15px;
    font-weight: 300
}

.ingredients_container .ingredient_price {
    border-radius: 9999px;
    color: #a38248;
    padding: 2px 10px;
    font-size: 12px;
    background: #fff
}

.old_orders {
    height: 560px;
    overflow-y: scroll;
}

.old_orders::-webkit-scrollbar {
    width: 5px;
}

.old_orders::-webkit-scrollbar-track {}

.old_orders::-webkit-scrollbar-thumb {
    background-color: #303030;
    border-radius: 9999px;
}

.old_orders .standart_materials {
    border-color: #e5e5e5;
}

.old_orders .order_inner {
    border-bottom: 2px solid #e5e5e5;
}

.old_orders .ingredient_item {
    color: #303030;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 9999px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    transition: width .5s ease-in-out;
    display: inline-block;
    background: none;
    margin-right: auto;
}

.old_orders .ingredients_container {
    display: block;
}

.old_orders .ingredients_container .ingredient_name {
    font-size: 14px;
}

.old_orders .ingredient_item.active {
    border-width: 2px;
    border-color: #82d055;
}

.old_orders .ingredient_item.active::after {
    content: '\f058';
    position: absolute;
    left: 5px;
    top: 5px;
    font-family: 'Font Awesome 5 Pro';
    color: #82d055;
}

.old_orders .ingredients_container {
    justify-content: flex-start;
}

.update_button {
    display: block;
    padding: 1rem 0;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 9999px;
    background: #303030;
    transition: all .3s ease-in-out;
    text-decoration: none
}

div.status .status_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    color: #fff;
    background: #ffc107;
}



.close_button {
    border: 1px solid #000;
    margin-left: auto;
    margin: .5rem .5rem auto auto
}

.update_button:hover {
    background: 0 0;
    color: #303030;
    border-color: #303030
}

.order_complete_inner {
    padding-bottom: 10px;
}

.order_complete_inner .complete_order .complete_icon i {
    font-size: 54px;
    color: rgb(124 231 65);
}

.order_complete_inner .complete_order .order_detail_button a {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 9999px;
    color: #fff;
    background: #303030;
    padding: .5rem 0;
    transition: all .3s ease-in-out;
    border: 1px solid transparent;
}

.order_complete_inner .complete_order .order_detail_button a:hover {
    background: none;
    border-color: #303030;
    color: #303030;
}

.order_complete_inner .order_complete_title {
    font-size: 18px;
    font-weight: 600
}

.order_complete_inner .order_tracking_number {
    font-size: 16px;
    font-weight: 500
}

.order_complete_inner .order_complete_title span {
    color: #e51837
}

.order_complete_inner .order_process {
    justify-content: center;
    margin-top: 40px;
    align-items: center
}

.order_complete_inner .order_process .same_style {
    flex: 1;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    margin: 0 3px;
    background: #e51837;
    color: #fff;
    font-weight: 500
}

.order_complete_inner .order_process .same_style:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.order_complete_inner .order_process .same_style:last-of-type {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.order_complete_inner .order_process .active {
    background: #303030
}

.order_tracking_detail_inner {
    border-radius: 20px;
    background: #fff;
    overflow: hidden
}

.order_tracking_detail_inner .top_side {
    background: #303030;
    padding: 40px;
    text-align: center;
    color: #fff
}

.order_tracking_detail_inner .top_side .order_tracking_number span:last-child {
    color: red;
    font-size: 18px
}

.order_tracking_detail_inner .order_detail {
    padding: 30px;
    text-align: center;
    border-bottom: 3px solid #303030
}

.order_tracking_detail_inner .order_detail .order_detail_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.order_tracking_detail_inner .order_detail .order_detail_date,
.order_tracking_detail_inner .order_detail .order_detail_time {
    font-size: 15px;
    margin-bottom: 5px
}

.product_detail_wrapper {
    padding: 1rem
}

.product_detail_wrapper .product_detail_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem
}

.product_detail_wrapper .product_detail_title::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 1px;
    background: #303030;
    left: 0;
    bottom: 0
}

.product_detail_wrapper .extra_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.product_detail_wrapper .product_item {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem
}

.product_detail_wrapper .product_item .product_item_title {
    font-size: 18px;
    margin: 1rem 0 .5rem 0;
    font-weight: 500
}

.product_detail_wrapper .product_item .product_item_desc {
    margin-bottom: .5rem;
    font-size: 16px
}

.product_detail_wrapper .extra_items span {
    font-size: 10px;
    border-radius: 9999px;
    margin: 0 .25rem;
    margin-bottom: 5px;
    background: #ccc;
    padding: 2px 5px
}

.product_detail_wrapper .product_projection .product_image img {
    width: 100px
}

.product_detail_wrapper .product_projection .product_desc .product_desc_title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px
}

.product_detail_wrapper .product_projection .product_desc .product_desc_price,
.product_detail_wrapper .product_projection .product_desc .product_desc_unit {
    background: #303030;
    padding: .25rem 0;
    text-align: center;
    display: block;
    text-align: center;
    border-radius: 9999px;
    margin-bottom: 5px;
    color: #fff
}

.our_branches_inner .branch {
    box-shadow: 0 0 15px #ccc;
    border-radius: 15px
}

.our_branches_inner .branch_top {
    background: #303030;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff
}

.our_branches_inner .branch .branch_content {
    background: #fff;
    border-bottom: 1px solid #ccc
}

.our_branches_inner .branch .branch_content .branch_closing,
.our_branches_inner .branch .branch_content .branch_opening,
.our_branches_inner .branch .branch_content .branch_transfer {
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px
}

.our_branches_inner .branch .branch_content .branch_title {
    font-size: 12px;
    font-weight: 500
}

.our_branches_inner .branch .branch_content .branch_time {
    font-size: 13px;
    font-weight: 500
}

.our_branches_inner .branch .branch_content .branch_content_title {
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f7
}

.our_branches_inner .branch .branch_content .branch_content_desc {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px
}

.our_branches_inner .branch .branch_open_icon {
    width: 10px;
    height: 10px;
    background: #32cd32;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 1rem;
    box-shadow: 0 2px 10px #32cd32
}

.our_branches_inner .branch .branch_close_icon {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 1rem;
    box-shadow: 0 2px 10px red
}

.our_branches_inner .branch .branch_text {
    font-size: 16px
}

.our_branches_inner .branch .branch_bottom {
    background: rgba(0, 0, 0, .03);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.our_branches_inner .branch .branch_bottom a {
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #303030;
    background: 0 0;
    transition: all .3s ease-in-out;
    color: #303030;
    padding: 10px 0;
    border-radius: 9999px;
    display: block
}

.our_branches_inner .branch .branch_bottom a:hover {
    background: #303030;
    color: #fff
}

.vision_and_mission_inner .vision_and_mission_title {
    font-weight: 500;
    position: relative;
    color: #303030;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.vision_and_mission_inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.vision_and_mission_inner .vision_and_mission_title::after {
    content: '';
    width: 200px;
    height: 2px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0
}

.payment_inner .payment_top {
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 40px 40px 40px;
    position: relative;
}

.payment_inner .adress_title,
.payment_inner .depend_on_branches .depend_on_branches_title,
.payment_inner .payment_method .payment_method_title,
.payment_inner .order_note .order_note_title {
    padding: 20px;
    background: #303030;
    display: flex;
    align-items: center;
    color: #fff;
}

.payment_inner .payment_method ul li {
    flex: 1;
    margin: 0 .5rem;
}

.payment_inner .payment_method .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.payment_inner .payment_method .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #303030;
}

.payment_inner div.order_now_button button {
    border-radius: 9999px;
    text-decoration: none;
    justify-content: center;
    font-size: 18px;
    padding: .5rem 0;
    width: 200px;
    display: flex;
    color: #303030;
    font-weight: 600;
    align-items: center;
    border: 2px solid #303030;
    transition: all .3s ease-in-out;
}

.payment_inner div.order_now_button button:hover {
    background: #303030;
    color: #fff;
}

.payment_inner .adress_detail,
.payment_inner .depend_on_branches .depend_on_branches_detail,
.payment_inner .order_note .order_note_detail {
    padding: 20px;
}

.depend_on_branches_detail .depend_on_item label {
    width: 100%;
    text-align: left;
}

.payment_inner .depend_on_branches .depend_on_branches_detail .branch_name {
    font-weight: 600;
    font-size: 20px;
}

.depend_on_item {
    margin: 1rem 0;
}

.depend_on_item .btn-check:focus+.btn,
.depend_on_item .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #303030;
}

.payment_inner .adress_title img,
.payment_inner .depend_on_branches .depend_on_branches_title img,
.payment_inner .payment_method .payment_method_title img,
.payment_inner .order_note .order_note_title img {
    margin-right: 10px;
}

.payment_inner .adress_side,
.payment_inner .depend_on_branches,
.payment_inner .payment_method,
.payment_inner .order_note {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.payment_inner .payment_top {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede
}

.payment_inner .payment_top .left_side .cart_detail .cart_detail_top img {
    width: 75px
}

.payment_inner .payment_top .left_side .cart_detail .cart_detail_top .cart_detail_desc .title {
    font-weight: 500
}

.payment_inner .payment_top .left_side .cart_detail .cart_detail_top .cart_detail_desc .desc {
    font-size: 14px
}

.payment_inner .payment_top .left_side .type_item {
    font-size: 14px
}

.payment_inner .payment_top .right_side .cart_total .counter_side {
    width: auto
}

.payment_inner .payment_top .right_side .cart_total span.price {
    font-size: 32px;
    color: #a38248;
    text-align: center
}

.total_price {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem 1.5rem;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #303030;
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
}

.payment_sidemenu {
    border-radius: 20px;
    background-color: #fff;
    padding: 20px
}

.payment_sidemenu .pizza_promotion a.promotion_code {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 9999px;
    border: 1px solid transparent;
    background: #303030;
    padding: .5rem 0;
    transition: all .3s ease-in-out;
}

.payment_sidemenu .pizza_promotion a.promotion_code:hover {
    background: none;
    border-color: #303030;
    color: #303030;
}

.mobile_menu {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%
}

.mobile_menu .mobile_menu_inner {
    display: flex;
    align-items: center
}

.mobile_menu .mobile_menu_inner .offcanvas-start {
    width: 100%
}

.mobile_menu .mobile_menu_inner .same_style {
    background: #303030;
    flex: 1;
    border-right: 1px solid #ffffff24;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile_menu .mobile_menu_inner .my_basket_menu_item .payment_button a,
.mobile_menu .mobile_menu_inner .my_basket_menu_item .shopping_cart a {
    display: block;
    background: #303030;
    border: 2px solid transparent;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 9999px;
    transition: all .3s ease-in-out
}

.mobile_menu .mobile_menu_inner .my_basket_menu_item .payment_button a:hover,
.mobile_menu .mobile_menu_inner .my_basket_menu_item .shopping_cart a:hover {
    background: 0 0;
    border-color: #303030;
    color: #303030
}

.mobile_menu .mobile_menu_inner .same_style:last-of-type {
    border-right: 0
}

.mobile_menu .mobile_menu_inner .same_style a.offcnvs {
    display: flex;
    font-size: 14px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #fff
}

.mobile_menu .mobile_menu_inner .same_style a.offcnvs i {
    font-size: 24px
}

.mobile_menu .offcanvas-header {
    background-color: #303030;
    color: #fff
}

.mobile_menu .offcanvas {
    background-color: #f0f0f7
}

.sign_in_canvas ul {
    margin: 0;
    padding: 0
}

.sign_in_canvas ul li {
    list-style-type: none
}

.sign_in_canvas ul li a {
    text-decoration: none;
    color: #303030;
    display: block;
    border-bottom: 1px solid #303030;
    text-align: left;
    padding: 15px 0
}

.my_basket_canvas {
    border-radius: 15px;
    background: #fff;
    box-shadow: rgb(92 92 94 / 5%) 0 -2px 8px 0;
    padding: 15px
}

.my_basket_canvas .empty_text {
    color: #a9a9a9;
    line-height: 28px
}

.my_basket_canvas .my_basket_item .my_basket_title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #303030;
    font-weight: 600
}

.my_basket_canvas .my_basket_item .my_basket_desc {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.1
}

.my_basket_canvas .my_basket_item .my_basket_price {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: right;
    display: block;
    color: #a38248
}

.my_basket_canvas .my_basket_item .counter_trash {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.my_basket_canvas .my_basket_item .counter_trash .my_basket_trash a i {
    color: #303030
}

.menu_canvas ul li a {
    color: #303030;
    border-bottom: 1px solid #303030;
    padding: 15px 0
}

.menu_canvas ul li.basket {
    position: relative
}

.menu_canvas ul li.basket .basket-count {
    position: absolute
}

body.offcanvas-active {
    overflow: hidden
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, .6);
    transition: opacity .2s linear, visibility .2s, width 2s ease-in
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

@media all and (max-width:991px) {
    .live_help_button a {
        position: fixed;
        right: 0;
        width: 100% !important;
        z-index: 9999;
        overflow: hidden;
        bottom: 55px;
    }

    .member_login_inner .login_with_social .sociallinks button {
        max-width: 100%;
    }

    .phone_verify_button {
        border-left: 0 !important;
    }

    .payment_inner .payment_top .right_side .cart_total .counter_side {
        display: block;
        width: max-content;
        margin-left: auto;
        margin-right: auto
    }

    .dough_type label,
    .edge_type label,
    .radio-text {
        width: 100%
    }

    .dough_type .image,
    .edge_type .image {
        height: 250px
    }

    .types-of-pizza {
        position: static;
        margin-bottom: 1rem
    }

    .service-type .service-type-inner a.wallet {
        position: static
    }

    .product-wrapper-inner .product-left .product-title {
        font-size: 18px
    }

    .advantage-side-inner .advantage-left .advantage-text,
    .advantage-side-inner .advantage-right .advantage-text {
        font-size: 16px;
        flex: 1
    }

    .product-wrapper-inner .product-left .product-subtitle {
        font-size: 14px
    }

    /* header {
        display: none
    }*/

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out
    }


    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0)
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block
    }
}

header .menu-bars {
    color: #fff;
    background: 0 0;
    border: 0;
    margin-left: auto;
    display: block
}

header .mobile-row {
    flex-direction: row;
    margin-top: 1rem
}

header .menu-bars:active,
header .menu-bars:focus,
header .menu-bars:visited {
    box-shadow: none
}

header .menu-bars:hover {
    color: #fff
}

header .menu-bars i {
    font-size: 24px
}

header .login {
    border: 2px solid #fff;
    border-radius: 9999px;
    padding-left: .75rem;
    padding-right: .75rem
}

header .my_profile .profile_title {
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f7;
    color: #303030
}

header .my_profile ul.dropdown-menu,
li.basket .dropdown-menu {
    width: 370px;
    left: auto;
    right: 0
}

header .my_profile a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f7
}

header .my_profile .dropdown-item.active,
header .my_profile .dropdown-item:active {
    background: #303030
}

header .my_profile a:not(:last-child) {
    border: 0
}

header .my_profile ul {
    margin: 0;
    padding: 0
}

header .login a:not(.my_profile a) {
    color: #fff !important
}

header .my_profile button:active,
header .my_profile button:focus,
header .my_profile button:visited,
li.basket button:active,
li.basket button:focus,
li.basket button:visited {
    box-shadow: none !important;
    outline: 0;
    border: 0
}

li.basket button.first_button {
    border: 1px solid #fff !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    border-radius: 45px;
    background: #fff !important;
    color: #303030 !important
}

li.basket button::after {
    display: none
}

header li.basket .dropdown-menu {
    padding: 0
}

header li.basket .my_basket_bottom {
    background: #303030;
    color: #fff;
    padding: 10px 20px
}

header li.basket .my_basket_bottom .my_basket_total {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header li.basket .my_basket_bottom .my_basket_total .my_basket_total_price {
    font-size: 20px
}

header li.basket .my_basket_bottom .my_basket_button a {
    padding: 15px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #f0f0f7;
    transition: all .3s ease-in-out;
    background: 0 0
}

header li.basket .my_basket_bottom .my_basket_button a:hover {
    background: #f0f0f7;
    border-color: #f0f0f7;
    color: #303030
}

header li.basket .my_basket_canvas {
    padding: 0
}

header li.basket .my_basket_canvas .my_basket_item {
    padding: 20px
}

header li.basket .my_basket_canvas .my_basket_item .counter_side {
    height: 35px
}

header li.basket .my_basket_canvas .my_basket_item .counter_side .btn {
    padding-left: .25rem;
    padding-right: .25rem
}

header li.basket .my_basket_canvas .my_basket_item .counter_side .counter {
    width: 35px
}

header .basket {
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 1rem
}

header .basket .basket-count {
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000;
    font-size: 14px;
    right: -15px;
    top: -15px;
    position: absolute;
    border-radius: 9999px
}

.mobile-offcanvas .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.mobile-offcanvas .navbar-toggler {
    border-color: #fff !important;
}

.mobile-offcanvas .navbar-toggler:focus,
.mobile-offcanvas .navbar-toggler:visited,
.mobile-offcanvas .navbar-toggler:active {
    box-shadow: none;
}

footer {
    background-color: #000;
    padding-top: 17px
}

footer .footer-top {
    margin-bottom: 70px
}

footer .footer-head {
    font-size: 24px;
    font-weight: 400;
    color: #fff
}

footer ul {
    margin-top: 1.5rem
}

footer ul li {
    margin-bottom: 17px;
    list-style-type: none
}

footer ul li a {
    text-decoration: none;
    color: #ffffff60;
    transition: color .3s ease-in-out;
    font-size: 16px
}

footer ul li a:hover {
    color: #fff
}

footer .sociallinks {
    display: flex;
    align-items: center;
    justify-content: center
}

footer .sociallinks a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    margin: 0 .1rem;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out
}

footer .sociallinks a:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

footer .footer-image img {
    max-width: 100%
}

footer .app-download img,
footer .footer-happiness img {
    max-width: 100%
}

footer .footer-happiness img {
    max-width: 50%
}

footer .crackersPizza {
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 30px
}

footer .footerBottom {
    border-top: 1px solid #707070;
    font-weight: 600;
    text-align: center;
    color: #ffffff60;
    font-size: 16px;
    margin-top: 10px;
    padding: 8px 0
}

footer .android-download img {
    width: 135px
}

footer .accordion-button,
footer .accordion-item {
    background: 0 0
}

.footer_mobile {
    margin-bottom: 55px
}

.footer_mobile .footer-head {
    font-size: 16px
}

.footer_mobile .footerBottom {
    font-size: 12px
}

footer .accordion-button {
    color: #fff
}

footer .accordion-button:active,
footer .accordion-button:focus,
footer .accordion-button:visited {
    box-shadow: none
}

footer .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

footer .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg)
}

footer .accordion-button:not(.collapsed) {
    background: #303030;
    color: #fff
}

footer .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.mySwiper,
.mySwiper2 {
    width: 100%;
    height: 576px
}

.swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.mySwiper_pagination {
    bottom: 50px !important
}

.productView .swiper-pagination {
    position: static;
    margin-top: 15px
}

.mySwiper .swiper-pagination-bullets,
.mySwiper2 .swiper-pagination-bullets,
.productView .swiper-pagination-bullets {
    left: 10px;
    right: auto
}

.mobile-slider .swiper-pagination-bullet,
.mySwiper .swiper-pagination-bullet,
.mySwiper2 .swiper-pagination-bullet,
.productView .swiper-pagination-bullet {
    width: 15px;
    opacity: 1;
    background: #fff;
    height: 15px
}

.mobile-slider .swiper-pagination-bullet-active,
.mySwiper .swiper-pagination-bullet-active,
.mySwiper2 .swiper-pagination-bullet-active,
.productView .swiper-pagination-bullet-active {
    opacity: 1;
    background: red
}

.live_help_button {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 9999;
}

.live_help_button a {
    display: block;
    width: 200px;
    color: #fff;
    background: #e51837;
    text-align: center;
    padding: .5rem 0;
    text-decoration: none;
}

.mobile-slider {
    /*height: 300px*/
}

@media screen and (max-width:576px) {

    .dough_type .image,
    .edge_type .image {
        height: 125px
    }
}

@media screen and (max-width:768px) {


    .dpf-input-row .dpf-input-column {
        padding: 0;
        float: none;
        display: block;
        width: auto;
    }

    .dpf-input-row .dpf-input-column .dpf-input {
        width: 80%;
    }

    .dough_type .image,
    .edge_type .image {
        height: 195px
    }

    .choose_product_wrapper .products .product_item .product_image {
        width: 25%
    }

    .order_complete_inner .order_process .same_style {
        border-radius: 0 !important
    }

    .product-card .product-head {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px
    }

    .product-card .product-price {
        font-size: 24px
    }

    .footer-image img {
        display: block;
        max-width: 50% !important;
        margin-left: auto;
        margin-right: auto
    }

    .member_login_inner .forgot_password a {
        font-size: 14px
    }
}

@media screen and (min-width: 991px) {
    .offcanvas-header {
        display: none;
    }
}

.my_addres_left .registered_adress_detail .detail_right .detail_edit_button a {
    padding: 5px 20px;
    display: inline-block;
    border-top: 2px solid #303030;
    border-left: 2px solid #303030;
    border-bottom: 2px solid #303030;
    color: #303030;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    border-radius: 20px 0px 0px 20px;
    transition: all .3s ease-in-out;
}
 
.my_addres_left .registered_adress_detail .detail_right .detail_trash_button a {
    padding: 5px 20px;
    display: inline-block;
    border: 2px solid #303030;
    color: #303030;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    border-radius: 0px 20px 20px 0px;
    transition: all .3s ease-in-out;
}