.modal .modal-dialog {
  max-height: 90vh;
}
#edit_address.modal .modal-body,
#add_address.modal .modal-body {
  max-height: 650px;
  overflow: auto;
}

.cross-icon {
  position: absolute;
  right: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.cross-icon img {
  max-width: 13px;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px !important;
  }
}

@media (max-width: 1199px) {
  .round_categories_carousel .single img {
    width: 150px;
    height: 150px;
  }

  .store_content_section .main_content .btn {
    margin: 5px !important;
  }
  .store_content_section .store_carousel_section .swiper-slide img {
    height: 150px;
  }

  /* order details */
  .order_detail .other_information .proof_row .image img,
  .order_detail .other_information .proof_row .message textarea {
    height: 170px;
  }
}

@media (max-width: 991px) {
  .col_md_20 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .col_md_25 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col_md_33 {
    -ms-flex: 0 0 33.33% !important;
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  .mt_md_30 {
    margin-top: 30px;
  }
  .d_md_block {
    display: block !important;
  }
  .home_main_section .left_col .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .home_main_section .left_col .sub_heading {
    font-size: 18px;
    line-height: 22px;
  }
  .home_main_section .tab_box {
    width: 600px;
    margin-bottom: 20px;
  }

  .video_section video {
    height: 300px;
  }
  .app_section .images_col figure {
    top: unset;
  }
  .page_title_section {
    padding: 60px 0;
  }

  .search_store_section {
    padding: 70px 0 40px;
  }

  .round_categories_carousel .single img {
    width: 110px;
    height: 110px;
  }

  .store_content_section .store_row .thumbnail {
    max-width: 115px;
    flex: 0 0 115px;
  }
  .store_content_section .store_row .thumbnail img {
    width: 100px;
    height: 100px;
  }
  .store_content_section .store_row .opening_hours {
    max-width: 200px;
    flex: 0 0 200px;
  }
  .store_content_section .store_row .main_content {
    max-width: calc(100% - 115px - 200px);
    flex: 0 0 calc(100% - 115px - 200px);
    padding-right: 30px;
  }
  .store_content_section .store_row .main_content .name {
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .store_content_section .store_row .main_content .btns {
    display: flex;
    flex-wrap: wrap;
  }
  .store_content_section .store_row .main_content .btns .btn {
    max-width: 125px;
    flex: 0 0 125px;
    width: unset;
  }
  .store_content_section .store_row .main_content .wishlist {
    right: 30px;
  }

  .product_category_section .top_search form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .product_category_section .top_search .filter {
    max-width: 45px;
    flex: 0 0 45px;
  }
  .product_category_section .top_search .filter img {
    width: 30px;
    height: auto;
  }

  .product_category_section .top_search .input_group {
    max-width: calc(100% - 45px);
    flex: 0 0 calc(100% - 45px);
  }

  .product_category_section .category_content .left_categories {
    position: fixed;
    top: 0;
    right: -320px;
    background-color: #fff;
    z-index: 9999;
    max-width: 320px;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 5%);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
  .product_category_section .category_content .left_categories.show {
    right: 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }

  .product_category_section .category_content .filter_contents {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .top_search .search_modal {
    width: 100%;
    left: 0;
  }

  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .product__carousel .gallery-thumbs .swiper-slide {
    height: 150px;
  }
  .swiper-container.gallery-thumbs {
    height: auto !important;
  }
  .product_detail_section .right_col {
    margin-top: 30px;
  }

  .product_category_section .categories_lists ul {
    max-height: calc(100vh - 80px);
    overflow: auto;
  }

  .modal {
    padding: 0 15px !important;
  }
  .modal.active .modal-dialog {
    margin: 15px auto;
  }

  .my-account .sidebar .menus {
    position: fixed;
    top: 0;
    right: -50%;
    height: 100vh;
    overflow: auto;
    z-index: 999;
    background-color: #fff;
    box-shadow: -5px 0 50px rgb(0 0 0 / 5%);
    max-width: 50%;
    width: 100%;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
  }
  .my-account .sidebar .menus.show {
    right: 0;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
  }
  .my-account .left_col {
    margin-bottom: 20px;
  }
  .my-account .sidebar .user-detail {
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  .my-account .sidebar .user-detail .user_data {
    max-width: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
  }
  .my-account .sidebar .user-detail .menus_toggle_btn {
    display: flex;
    align-items: center;
    max-width: 50px;
    flex: 0 0 50px;
    justify-content: flex-end;
  }
  .my-account .sidebar .user-detail .menus_toggle_btn .icon {
    width: 30px;
    height: 3px;
    background-color: rgb(151, 151, 151);
    display: block;
    border-radius: 50px;
    position: relative;
  }
  .my-account .sidebar .user-detail .menus_toggle_btn .icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: -8px;
    width: 22px;
    height: 3px;
    background-color: rgb(151, 151, 151);
    border-radius: 50px;
  }
  .my-account .sidebar .user-detail .menus_toggle_btn .icon:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 14px;
    height: 3px;
    background-color: rgb(151, 151, 151);
    border-radius: 50px;
  }
}

@media (max-width: 767px) {
  .col_sm_25 {
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }
  .col_sm_50 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .col_sm_3333 {
    max-width: 33.33% !important;
    flex: 0 0 33.33% !important;
  }
  .pl_sm_0 {
    padding-left: 0 !important;
  }
  .pr_sm_0 {
    padding-right: 0 !important;
  }
  .mb_sm_20 {
    margin-bottom: 20px !important;
  }
  .ml_sm_10 {
    margin-left: 10px !important;
  }
  .ml_sm_0 {
    margin-left: 0px !important;
  }
  .page_heading {
    font-size: 24px;
  }

  .home_main_section {
    padding: 10px 0 40px;
  }
  .home_main_section .tab_box {
    width: 100%;
  }

  .home_main_section .right_col {
    order: 1;
  }
  .home_main_section .left_col {
    order: 2;
  }
  .home_main_section .left_col .heading {
    font-family: "Moderat-Bold";
  }
  .home_main_section .left_col .sub_heading {
    font-size: 16px;
  }

  .home_main_section .right_col {
    margin-bottom: 20px;
  }
  .home_main_section .right_col img {
    height: 150px;
  }
  .home_main_section .tab_box {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .home_main_section .tab_box .nav-tabs .nav-link {
    font-size: 14px;
    font-family: "Moderat-Regular";
  }
  .home_main_section .tab_box .nav-tabs .nav-link.active {
    font-family: "Moderat-Medium";
  }
  .home_main_section .tab_box .tab-content {
    padding: 15px;
  }

  .home_main_section .search_form .search_group {
    width: calc(100% - 220px);
  }
  .home_main_section .search_form .category_group {
    width: 220px;
  }
  .home_main_section .search_form .category_group input[type="submit"] {
    width: 120px;
  }
  .home_main_section .search_form .category_group .form-control {
    padding-right: 120px;
    background: url(../images/type.png) no-repeat calc(100% - 130px) center;
  }

  .works_section .page_heading {
    margin: 40px 0;
  }
  .works_section .image_col {
    order: 1;
  }
  .works_section .text_col {
    order: 2;
  }
  .works_section .row {
    margin-bottom: 30px;
  }

  .features_section,
  .testimonial_section,
  .partners_section {
    padding: 40px 0;
  }

  .partners_section .left_col .page_heading,
  .partners_section .left_col p {
    text-align: center;
  }

  .app_section {
    padding: 40px 0;
  }
  .app_section .images_col figure {
    position: relative;
  }
  .app_section .images_col {
    order: 1;
  }
  .app_section .content_col {
    order: 2;
  }
  .app_section .images_col figure img {
    max-width: 300px;
    margin: auto;
    display: table;
  }
  .app_section .content_col .page_heading {
    text-align: center;
  }
  .app_section .content_col p {
    text-align: center;
    line-height: 22px;
  }
  .app_section .content_col .get_app ul {
    justify-content: center;
  }

  .footer_top {
    padding: 30px 0;
  }
  .footer_bottom {
    padding: 10px 0;
    text-align: center;
  }
  .footer_bottom .left_col p,
  .footer_bottom .right_col ul li a {
    font-size: 12px;
  }
  .footer_bottom .right_col ul {
    justify-content: center;
  }
  .footer_bottom .right_col ul li {
    line-height: initial;
  }

  .page_title_section,
  .about_content_section,
  .features_section.no_bg {
    padding: 40px 0;
  }
  .page_title_section h1 {
    font-size: 28px;
  }

  .about_content_section .thumbnail {
    float: unset;
    margin: 0 0 30px 0;
  }
  .about_content_section .content .title {
    font-family: "Moderat-Medium";
  }

  .modal .modal-body .modal-title {
    font-family: "Moderat-Medium";
  }

  .search_store_section h1 {
    font-size: 28px;
  }
  .search_store_section .sub_heading {
    font-size: 16px;
  }

  .round_categories_carousel .single img {
    width: 60px;
    height: 60px;
  }
  .round_categories_carousel .single p {
    font-size: 14px;
    font-family: "Moderat-Medium";
  }

  .stores_lists .store .box .content {
    padding: 10px 15px;
  }
  .stores_lists .store .box .content h5 {
    font-size: 16px;
    font-family: "Moderat-Medium";
  }
  .stores_lists .store {
    margin: 15px 0;
  }

  .store_content_section .store_row .thumbnail img {
    width: 150px;
    height: 150px;
  }
  .store_content_section .store_row .thumbnail {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .store_content_section .store_row .main_content {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .store_content_section .store_row .main_content .wishlist {
    right: 0;
  }
  .store_content_section .store_row .main_content .name {
    font-size: 22px;
    font-family: "Moderat-Medium";
  }
  .store_content_section .store_row .main_content .btns {
    margin-top: 0;
  }
  .store_content_section .store_row .opening_hours {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .product_category_section .top_search {
    padding: 20px;
  }

  .categories_lists .category_item:nth-child(5) {
    display: none;
  }
  .product_category_section .categories_lists .single_product .thumbnail img {
    height: 50px;
  }

  .product_category_section
    .categories_right_contents
    .all_contents
    .top
    .title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .product_category_section .categories_right_contents .all_contents .top p {
    font-size: 14px;
  }

  .custom_select.filter_select .dropdown-menu {
    left: -40% !important;
  }

  .product__carousel .gallery-top {
    height: 250px !important;
  }
  .product__carousel .gallery-thumbs {
    height: auto !important;
  }
  .product__carousel .gallery-thumbs .swiper-slide {
    height: 80px;
    padding: 10px;
  }
  .product__carousel .gallery-thumbs .swiper-slide img {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product_detail_section .product_name {
    font-size: 24px;
    line-height: 30px;
  }
  .product_detail_section .type {
    font-size: 14px;
  }
  .product_detail_section .price {
    font-size: 15px;
  }
  .product_detail_section .product_content .price .old {
    margin-top: 0;
  }
  .product_detail_section .product_content .price .new .each,
  .product_detail_section .product_content .price .old .each {
    font-size: 16px;
  }
  .product_detail_section .description {
    margin-top: 20px;
  }
  .product_detail_section .qty_row {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .product_detail_section .qty_row .cart_btn {
    margin: 20px 0 0 0;
  }

  .similar_products .top .title {
    font-size: 24px;
  }

  .checkout_page .products_row .product {
    margin: 8px 0;
  }
  .page_section .page_title {
    font-size: 24px;
  }
  .checkout_page .top h4 {
    font-size: 18px;
    width: 100%;
  }

  .all_category_page .categories_row .title h6 {
    font-size: 18px;
  }
  .all_category_page .box li a {
    padding: 7px 15px;
    font-size: 14px;
  }

  .my-account .sidebar .user-detail .name {
    font-size: 18px;
    font-family: "Moderat-Medium";
  }
  .my-account .right_content .top .title {
    font-size: 22px;
    font-family: "Moderat-Medium";
  }

  /* cart page */

  .cart_content .items_table thead {
    display: none;
  }
  .cart_content table tbody tr:first-child {
    border: none;
    display: none;
  }
  .cart_content table tbody tr {
    border-top: none;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    display: flex;
    flex-wrap: wrap;
  }
  .cart_content table {
    margin-top: 0;
  }
  .cart_content .items_table tbody td:first-child {
    max-width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    order: 1;
  }
  .cart_content .items_table tbody td:nth-child(4) {
    order: 2;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .cart_content .items_table .thumbnail {
    width: 70px;
    height: 70px;
    margin: 0 !important;
  }
  .cart_content .items_table .det {
    margin-left: 10px;
  }
  .cart_content .items_table tbody td:nth-child(2) {
    order: 3;
  }
  .cart_content .items_table .items_input .btn,
  .cart_content .items_table .items_input input {
    height: 30px;
    width: 30px;
    background-size: 8px;
    font-size: 12px;
  }
  .cart_content .items_table tbody td.price {
    order: 4;
    margin-left: auto;
  }

  .help .conversation,
  .help .questions {
    padding: 15px 15px;
  }

  /* my favourites */

  .favourites .stores_lists .store {
    margin: 10px 0;
  }

  /* my orders */

  .my-account .right_content .content .custom_select {
    width: 120px;
  }

  .my-account .right_content .filter_row .search input {
    max-width: 200px;
  }

  .my-account .orders li {
    flex-wrap: wrap;
  }
  .my-account .orders li .contents {
    max-width: calc(100% - 115px);
    flex: 0 0 calc(100% - 115px);
  }
  .my-account .orders li .btns {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
    justify-content: flex-end;
    margin: 0;
  }

  /* order details */

  .order_detail #summary .product {
    flex-wrap: wrap;
  }
  .order_detail #summary .btns {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .order_detail #summary .btns .reorder {
    margin: 0 0 0 15px;
  }
  .order_detail #summary .product_detail {
    max-width: calc(100% - 115px);
    flex: 0 0 calc(100% - 115px);
  }
  .order_detail .other_information .single_row {
    padding: 20px 0;
  }

  .checkout_page .top {
    flex-wrap: wrap;
  }
  .checkout_page .order_status .status {
    margin-left: 0;
    margin-top: 10px;
    font-size: 13px;
  }

  .checkout_page .order_status li .view_btn,
  .checkout_page .order_status li .time {
    float: unset;
    display: block;
    margin-top: 5px;
  }
  .checkout_page .top a.button {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  /* order items */

  .order_detail .items_table thead {
    display: none;
  }
  .order_detail .items_table tbody tr:first-child {
    display: none;
  }
  .order_detail .items_table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .order_detail .items_table tbody td:first-child {
    order: 1;
    max-width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
  }
  .order_detail .items_table .btn-an {
    font-size: 13px;
    width: 90px;
    height: 30px;
  }
  .order_detail .items_table tbody td.color {
    order: 2;
    max-width: 80px;
    flex: 0 0 80px;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .order_detail .items_table tbody td.color span {
    margin-left: 5px;
  }
  .order_detail .items_table tbody td.weight {
    order: 3;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    display: flex;
    align-items: center;
  }
  .order_detail .items_table tbody td.quantity {
    order: 4;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    display: flex;
    align-items: center;
  }
  .order_detail .items_table tbody td.price {
    order: 5;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    text-align: right;
  }

  /* order confirmation */

  .checkout_page .confirmation_status .status {
    margin-top: 10px;
  }
  .checkout_page .confirmation_status .content {
    margin: 20px auto 0;
  }
  .checkout_page .products_status table tr {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    position: relative;
  }
  .checkout_page .products_status table tr td {
    padding: 0;
  }
  .checkout_page .products_status .thumbnail {
    order: 1;
  }
  .checkout_page .products_status .name {
    order: 2;
    max-width: calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    display: flex;
    align-items: center;
  }
  .checkout_page .products_status .color {
    order: 3;
    max-width: 80px;
    flex: 0 0 80px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .checkout_page .products_status .color span {
    margin-left: 5px;
  }
  .checkout_page .products_status .weight {
    order: 4;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .checkout_page .products_status .quantity {
    order: 5;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .checkout_page .products_status .total {
    order: 6;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    position: unset !important;
  }
  .checkout_page .products_status .total label {
    top: 10px;
  }
}

@media (max-width: 575px) {
  .col_xs_50 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .col_xs_100 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .p_xs_15_0 {
    padding: 15px 0 !important;
  }
  .p_xs_7 {
    padding: 7px !important;
  }
  .pb_xs_10 {
    padding-bottom: 10px !important;
  }
  .mt_xs_15 {
    margin-top: 15px !important;
  }
  .mt_xs_20 {
    margin-top: 20px !important;
  }
  .mx_xs_-7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .mr_xs_10 {
    margin-right: 10px !important;
  }
  header {
    padding: 5px 0;
  }
  header .logo img {
    width: 50px;
  }
  header .right_menus li:not(:last-child) {
    margin-right: 20px;
  }
  header .right_menus li a {
    font-size: 14px;
  }
  header .right_menus span.text {
    display: none;
  }
  header .right_menus .icon img {
    height: 18px;
  }
  header .right_menus .cart img {
    width: 22px;
    height: auto;
  }
  header .right_menus .cart .count {
    height: 22px;
    width: 22px;
    font-size: 14px;
    font-weight: normal;
  }

  .home_main_section .tab_box {
    width: 100%;
  }
  .home_main_section .right_col img {
    height: 130px;
  }
  .home_main_section .left_col .heading {
    font-size: 20px;
    line-height: 26px;
  }
  .home_main_section .left_col .sub_heading {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }

  .home_main_section .tab_box {
    margin-top: 20px;
  }
  .home_main_section .search_form .input_group .form-control {
    height: 40px;
  }
  .home_main_section .search_form .category_group {
    width: 120px;
  }
  .home_main_section .search_form .category_group .form-control {
    padding-right: 40px;
    background-position: calc(100% - 50px) center;
  }
  .home_main_section .search_form .category_group input[type="submit"] {
    font-size: 0;
    background-image: url("../images/search_light.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    background-size: 16px;
  }
  .home_main_section .search_form .search_group {
    width: calc(100% - 120px);
  }

  .home_main_section .tab_box .nav-tabs .nav-link {
    font-size: 13px;
    padding: 12px 15px;
  }

  .video_section video {
    height: 150px;
  }
  .video_section .play_icon {
    width: 40px;
  }

  .page_heading {
    font-size: 20px;
  }

  .works_section .text_col .content_col .title {
    font-family: "Moderat-Medium";
  }
  .works_section .text_col .content_col p {
    font-size: 14px;
    line-height: 22px;
  }

  .features_section .box {
    padding: 20px 15px;
  }
  .features_section .box .icon {
    width: 70px;
    height: 70px;
  }
  .features_section .box .icon img {
    width: 30px;
  }
  .features_section .box .title {
    font-family: "Moderat-Medium";
  }
  .features_section .box p {
    font-size: 14px;
  }

  .page_subheading {
    font-family: "Moderat-Regular";
  }

  .testimonial_section .testimonial_swiper {
    margin-top: 30px;
  }
  .testimonial_section .testimonial_swiper .swiper-slide .card {
    min-height: unset;
  }
  .testimonial_section .testimonial_swiper .swiper-slide .card .msg_title {
    font-family: "Moderat-Medium";
  }
  .testimonial_section .user img {
    width: 40px;
    height: auto;
  }

  .app_section .content_col p {
    font-size: 14px;
    line-height: 20px;
  }
  .app_section .content_col .get_app p {
    font-size: 16px;
  }

  .footer_top .box ul li {
    margin: 5px 0;
  }
  .footer_top .box .foot_title {
    margin-bottom: 15px;
    font-family: "Moderat-Medium";
    font-size: 17px;
  }

  .page_title_section {
    padding: 20px 0;
  }
  .page_title_section h1 {
    font-size: 22px;
  }

  .about_content_section .thumbnail img {
    max-width: 100%;
  }
  .about_content_section .content .title {
    font-size: 20px;
  }
  .about_content_section .content p {
    font-size: 14px;
  }

  /* .modal{padding:15px!important;} */
  .modal .modal-body {
    padding: 15px !important;
  }
  .modal .modal-body .modal-title {
    font-size: 18px;
  }
  .modal .modal-body .close img {
    width: 12px;
    height: auto;
  }
  .form-control {
    height: 43px;
    font-size: 14px;
  }
  .form-control::placeholder {
    font-size: 14px;
  }
  .modal .modal-body .remember_row .remember_label {
    font-family: "Moderat-Regular";
    padding-left: 25px;
  }
  .modal .modal-body .remember_row .remember_label:before {
    height: 18px;
    width: 18px;
  }
  .modal
    .modal-body
    .remember_row
    .remember_col
    input[type="checkbox"]:checked
    + label:after {
    width: 4px;
    height: 8px;
    left: 7px;
    top: 48%;
  }
  .modal .modal-body .remember_row .forgot_col a {
    font-family: "Moderat-Regular";
  }
  .modal .submit_btn {
    height: 45px;
    font-size: 16px;
    font-family: "Moderat-Medium";
  }
  .modal .modal-body .switch_account {
    margin-top: 15px;
  }
  .modal .modal-body .switch_account p {
    font-size: 14px;
    font-family: "Moderat-Regular";
  }

  .signupModal .modal-body .accepts label {
    font-family: "Moderat-Regular";
  }

  .search_store_section {
    padding: 40px 0;
  }
  .search_store_section h1 {
    font-size: 24px;
    font-family: "Moderat-Medium";
  }
  .search_store_section .sub_heading {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .search_store_section form .input_group input[type="submit"] {
    width: 100px;
    font-size: 13px;
  }
  .search_store_section .location a {
    font-size: 14px;
    font-family: "Moderat-Regular";
  }
  .search_store_section .location .location_icon {
    width: 12px;
  }
  .search_store_section .location .arrow {
    width: 10px;
  }

  .round_categories_carousel .swiper-button-prev {
    left: 0;
  }
  .round_categories_carousel .swiper-button-next {
    right: 0;
  }
  .round_categories_carousel .carousel_outer {
    padding: 0 30px;
  }
  .round_categories_carousel .single p {
    font-size: 11px;
  }

  .stores_lists {
    padding: 10px 0px 40px;
  }
  .stores_lists .store .box .content .types {
    font-size: 12px;
    margin: 3px 0 0;
  }
  .stores_lists .store .box .content .del_time {
    font-size: 12px;
  }

  .store_content_section .store_details .store_row,
  .store_content_section .about_row {
    padding: 15px;
  }
  .store_content_section .store_row .thumbnail {
    margin-bottom: 15px;
  }
  .store_content_section .store_row .thumbnail img {
    height: 100px;
    width: 100px;
  }
  .store_content_section .store_row .main_content .name {
    font-size: 18px;
  }
  .store_content_section .store_row .main_content .wishlist {
    width: 28px;
    height: 28px;
    background-size: 14px;
  }
  .store_content_section .store_row .total_stars {
    width: 69px;
  }
  .store_content_section .store_row .total_stars .stars img {
    width: 12px;
  }
  .store_content_section .store_row .main_content .total_ratings {
    margin-top: 0;
  }
  .store_content_section .store_row .main_content .contact {
    margin-top: 10px;
  }
  .store_content_section .store_row .main_content .contact li span {
    font-size: 14px;
  }
  .store_content_section .store_row .main_content .contact li p {
    font-size: 14px;
    line-height: 18px;
  }
  .store_content_section .store_row .main_content .contact li {
    margin-bottom: 0;
    align-items: center;
  }

  .store_content_section .store_row .main_content .btns {
    margin-top: 10px;
  }
  .store_content_section .store_row .main_content .btns .btn {
    font-size: 12px;
    max-width: 100px;
    flex: 0 0 100px;
    padding: 5px 10px;
    margin: 2px !important;
    font-family: "Moderat-Regular";
  }

  .store_content_section .store_row .opening_hours .top h6 {
    font-size: 16px;
  }
  .store_content_section .store_row .opening_hours .top {
    margin-bottom: 5px;
  }
  .store_content_section .store_row .opening_hours .status span,
  .store_content_section .store_row .opening_hours .times li span {
    font-size: 14px;
  }

  .store_content_section .about_row h6 {
    margin-bottom: 5px;
  }
  .store_content_section .about_row p {
    font-size: 14px;
    line-height: 22px;
  }

  .store_content_section .store_carousel_section {
    padding: 15px;
  }
  .store_content_section .store_carousel_section .swiper_btn {
    width: 25px;
    height: 25px;
  }
  .store_content_section .store_carousel_section .swiper_btn:after {
    font-size: 10px;
  }
  .store_content_section .store_carousel_section .swiper-slide img {
    height: 80px;
  }
  .store_content_section .store_carousel_section .store_swiper {
    width: calc(100% - 65px);
  }

  .store_content_section .product_category_section {
    margin-top: 20px;
  }
  .product_category_section .top_search .filter img {
    width: 20px;
  }
  .top_search input[type="submit"] {
    font-size: 0;
    background-image: url("../images/search_light.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    background-size: 14px;
  }
  .top_search .input_group input.search {
    height: 40px;
    padding-right: 40px;
    font-size: 13px;
  }
  .top_search .input_group input.search::placeholder {
    font-size: 13px;
  }

  .product_category_section .top_search,
  .product_category_section .category_content .filter_contents {
    padding: 15px !important;
  }
  .product_category_section .filter_contents .single_category .top .title {
    font-size: 16px;
    font-family: "Moderat-Medium";
  }
  .product_category_section .filter_contents .single_category .top .view {
    font-family: "Moderat-Medium";
  }

  .product_lists .single_product .name {
    font-family: "Moderat-Medium";
  }
  .product_lists .single_product .price .new .each {
    font-family: "Moderat-Medium";
  }
  .product_lists .single_product {
    margin: 5px 0;
  }
  .product_category_section .categories_lists .single_product .name {
    font-size: 13px;
    margin-top: 5px;
  }

  .product_category_section
    .category_content
    .categories_right_contents
    .all_contents {
    padding: 0 0 10px;
  }

  .filter_row .custom_select {
    width: 130px;
  }

  header .right_menus .cart .dropdown-menu {
    max-width: 300px;
    width: max-content;
    padding: 0px 15px;
  }
  header .right_menus .cart .dropdown-menu li {
    flex-wrap: wrap;
    padding: 5px 0;
  }
  header .right_menus .cart .dropdown-menu .names {
    width: calc(100% - 185px);
    margin-right: 10px;
  }
  header .right_menus .cart .dropdown-menu .qty {
    margin-left: 65px;
  }
  header .right_menus .cart .dropdown-menu .items_input {
    margin: 0;
  }
  header .right_menus .cart .dropdown-menu .btns_row {
    margin: 10px 0;
  }
  header .right_menus .cart .dropdown-menu .btns_row .button {
    font-size: 13px;
    height: 40px;
  }
  header .right_menus .cart .dropdown-menu ul {
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
  header .right_menus .dropdown-menu {
    transform: unset !important;
    top: 10px !important;
    padding: 5px 10px;
  }

  .custom_select.sort_select .dropdown-menu label {
    padding-left: 25px;
    margin-bottom: 0 !important;
  }
  .custom_select.sort_select .dropdown-menu li:not(:first-child) label {
    margin-top: 15px !important;
  }
  .custom_select .dropdown-menu {
    padding: 15px;
  }
  .custom_select.sort_select .dropdown-menu label:before {
    width: 16px;
    height: 16px;
  }
  .custom_select.sort_select
    .dropdown-menu
    input[type="radio"]:checked
    + label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 43%;
  }

  .custom_select.filter_select .dropdown-menu {
    min-width: unset;
    left: 0 !important;
  }
  .custom_select.filter_select .dropdown-menu .options {
    flex-wrap: wrap;
  }

  .custom_select.filter_select .dropdown-menu .options label {
    font-size: 12px;
    height: 30px;
  }
  .custom_select.filter_select .dropdown-menu .options li {
    flex-grow: unset;
  }
  .custom_select.filter_select .dropdown-menu .top {
    font-size: 13px;
    background-size: 10px;
    margin-bottom: 5px;
  }
  .custom_select.filter_select .dropdown-menu .size_option li label {
    height: 30px;
    width: 30px;
  }
  .custom_select.filter_select .dropdown-menu hr {
    margin: 5px 0;
  }
  .custom_select.filter_select .dropdown-menu .color_options label {
    height: 30px;
    width: 30px;
  }

  .custom_select.filter_select .dropdown-menu .brand_options label,
  .custom_select.filter_select .dropdown-menu .fit_options label {
    padding: 5px 10px;
    width: auto;
  }

  .custom_select .filter_btns {
    margin-top: 10px;
  }
  .custom_select .filter_btns button {
    font-family: "Moderat-Medium";
    font-size: 13px;
  }

  .breadcrumb {
    font-size: 13px;
    /* padding:10px 0; */
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 5px;
  }

  .product_detail_section .product_detail {
    padding: 15px;
  }
  .product__carousel .gallery-top {
    height: 200px !important;
    margin-bottom: 10px;
  }
  .product_detail_section .product_detail .product_content {
    margin-top: 15px;
  }
  .product_detail_section .right_col {
    margin-top: 20px;
  }
  .product_detail_section .product_name {
    font-size: 20px;
    font-family: "Moderat-Medium";
  }
  .product_detail_section .type {
    font-size: 13px;
  }
  .product_detail_section .price {
    font-size: 14px;
  }
  .product_detail_section .product_content .price .new .each,
  .product_detail_section .product_content .price .old .each {
    font-size: 15px;
  }
  .product_detail_section .description {
    margin-top: 15px;
  }
  .product_detail_section label {
    font-size: 16px;
  }
  .product_detail_section .description p {
    font-size: 14px;
    line-height: 22px;
  }
  .items_input .btn,
  .items_input input {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .items_input.customization {
    height: 38px;
  }
  .product_detail_section .qty_row .qty label {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .product_detail_section .qty_row {
    margin-top: 15px;
  }
  .product_detail_section .qty_row .cart_btn {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    font-family: "Moderat-Medium";
  }

  .similar_products {
    padding: 15px;
  }
  .similar_products .top .title {
    font-size: 20px;
    font-family: "Moderat-Medium";
  }

  .product_category_section .search_results .categories_lists h6 {
    font-family: "Moderat-Medium";
  }

  .modal .modal-header .modal-title {
    font-size: 18px !important;
  }
  #further_information .map_col .map {
    height: 120px;
  }
  #further_information .map_col .address_row {
    margin: 10px 0;
  }
  #further_information .map_col .address_row .left {
    width: 100%;
  }
  #further_information .map_col .left p {
    font-size: 14px;
  }
  #further_information .map_col .left .ratings {
    margin-top: 0;
  }
  #further_information .map_col .left .ratings img {
    width: 12px;
    height: auto;
  }
  #further_information .map_col .left .ratings .total_rating {
    font-size: 12px;
  }

  #further_information .map_col .right {
    margin-left: 0;
    margin-top: 10px;
  }
  #further_information .map_col .right p {
    font-size: 13px;
  }
  #further_information .detail {
    padding: 10px 0;
  }
  #further_information .detail .title {
    font-size: 16px;
    font-family: "Moderat-Medium";
  }
  #further_information .accordion .detail .title:before {
    background-size: 12px;
  }
  #further_information .detail p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
  }

  .modal#delivery_type ul.type li {
    margin: 0 7px;
  }
  .modal#delivery_type ul.type label {
    font-size: 15px;
    width: 120px;
    height: 35px;
    border-radius: 3px;
  }
  .modal#delivery_type input.continue_btn {
    margin: 20px auto 0;
    font-size: 14px;
    padding: 8px 30px;
  }

  .checkout_page {
    padding: 20px 0;
  }
  .page_section .page_title {
    font-size: 20px;
    font-family: "Moderat-Medium";
  }
  .checkout_page .top h4 {
    font-family: "Moderat-Medium";
    font-size: 16px;
  }
  .checkout_page .cart_products,
  .checkout_page .user_details,
  .checkout_page .order_status,
  .checkout_page .reviews {
    padding: 20px 15px;
  }
  .checkout_page .top a.button,
  .checkout_page .order_status .status {
    font-size: 12px;
  }
  .checkout_page .products_row .product .thumbnail {
    height: 120px;
  }
  .checkout_page .products_row .product .title {
    font-family: "Moderat-Medium";
  }
  .checkout_page .user_details li span,
  .checkout_page .order_status li,
  .checkout_page .order_status li .view_btn,
  .checkout_page .order_status li .time,
  .checkout_page .reviews li p {
    font-size: 13px;
  }
  .checkout_page .user_details li:not(:last-child),
  .checkout_page .order_status li:not(:last-child),
  .checkout_page .reviews li {
    margin-bottom: 10px;
  }
  .checkout_page .order_status ul,
  .checkout_page .reviews ul {
    margin-top: 15px;
  }
  .checkout_page .reviews .stars img {
    width: 12px;
  }
  .checkout_page .reviews .total_stars {
    width: 72px;
  }

  .checkout_page .reviews form input[type="submit"] {
    font-size: 13px;
  }

  .checkout_page .right_col .coupon .btn_border {
    font-size: 14px;
  }
  .checkout_page .right_col .cost .title {
    font-size: 16px;
  }
  .checkout_page .right_col .cost table td {
    font-size: 14px;
    padding: 10px 20px;
  }
  .checkout_page .right_col .bottom_section .note {
    font-size: 12px;
    line-height: 16px;
  }
  .checkout_page .right_col .bottom_section button {
    font-size: 15px;
    font-weight: 500;
  }

  .top_search .search_modal {
    padding: 10px;
  }
  .top_search .search_modal .title {
    font-size: 14px;
    font-family: "Moderat-Medium";
  }
  .top_search .search_modal .old_searches a,
  .top_search .search_modal .popular_searches a {
    font-size: 12px;
    padding: 5px 5px 5px 20px;
  }
  .top_search .search_modal .old_searches a {
    background-size: 14px;
  }
  .top_search .search_modal .popular_searches a {
    background-size: 11px;
  }
  .top_search .search_modal ul {
    margin: 5px 0 !important;
  }
  .top_search .search_modal .categories li {
    margin: 4px;
  }
  .top_search .search_modal .categories .btn_border {
    width: 90px;
    font-size: 12px;
    font-family: "Moderat-Regular";
    height: 28px;
  }

  .checkout_page .about_product {
    padding: 20px 15px;
  }
  .checkout_page .about_product img {
    height: 130px;
  }
  .checkout_page .about_product p {
    font-size: 13px;
    line-height: 19px;
  }

  .all_category_page {
    padding: 15px 0;
  }
  .all_category_page .categories_row {
    margin-top: 10px;
  }
  .all_category_page .categories_row .title h6 {
    font-size: 16px;
    font-family: "Moderat-Medium";
    line-height: 18px;
  }
  .all_category_page .categories_row .title {
    padding: 5px 10px;
    height: 50px;
  }
  .all_category_page .box li a {
    padding: 5px 15px 5px 10px;
    font-size: 13px;
    background-position: calc(100% - 5px) center;
  }

  .my-account {
    padding: 20px 0;
  }
  .my-account .sidebar .user-detail {
    padding: 10px 15px;
  }
  .my-account .sidebar .name {
    font-size: 16px;
    line-height: 20px;
  }
  .my-account .sidebar .email {
    font-size: 13px;
  }
  .my-account .sidebar .menus_toggle_btn .icon {
    width: 25px;
  }
  .my-account .sidebar .menus_toggle_btn .icon:before {
    width: 19px;
  }
  .my-account .sidebar .menus {
    max-width: 300px;
    right: -300px;
  }

  .my-account .right_content .top,
  .my-account .right_content .content {
    padding: 15px;
  }
  .my-account .right_content .top .title {
    font-size: 18px;
  }
  .my-account .account_information .thumbnail label img {
    width: 60px;
    height: 60px;
  }
  .my-account .right_content .content .form-group {
    margin-bottom: 8px;
  }
  .my-account .account_information form label {
    font-size: 13px;
  }
  .my-account .account_information .form-control {
    padding: 5px 10px;
  }
  .my-account .account_information .notification label {
    font-size: 13px;
  }
  .my-account .account_information .btns button {
    margin-top: 10px;
    width: 100%;
  }

  .my-account .content .title {
    font-size: 14px;
  }
  .my-account .address_list li {
    padding: 15px 0;
  }
  .my-account .address_list li label:before {
    height: 18px;
    width: 18px;
  }
  .my-account .address_list li input:checked + label:after {
    width: 14px;
    height: 14px;
    left: 2px;
    top: 2px;
  }
  .my-account .address_list li label {
    padding-left: 25px;
  }
  .my-account .address_list li h6 {
    font-size: 14px;
    font-weight: 600;
  }
  .my-account .address_list li p {
    font-size: 13px;
  }
  .my-account .address_list .add_address {
    margin-top: 15px;
    width: 100%;
  }

  #edit_address.modal .modal-body label,
  #add_address.modal .modal-body label,
  #add_card_modal form label {
    font-size: 13px;
  }
  #edit_address.modal .form-group,
  #add_address.modal .form-group,
  #add_card_modal.modal .form-group {
    margin-bottom: 8px;
  }
  #edit_address.modal .btns_row button,
  #add_address.modal .btns_row button {
    font-size: 14px;
    height: 45px;
  }
  #edit_address.modal .btns_row button {
    max-width: none;
    width: 100%;
  }
  #edit_address.modal .btns_row,
  #add_address.modal .btns_row {
    margin: 20px 0 0;
  }

  .my-account .payment_methods li label {
    padding: 10px;
  }
  .my-account .payment_methods li label:before {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .my-account .payment_methods li input:checked + label:after {
    width: 14px;
    height: 14px;
    right: 12px;
  }
  .my-account .payment_methods button {
    width: 100%;
  }

  .my-account .preferences label:before {
    width: 18px;
    height: 18px;
  }
  .my-account .preferences input:checked + label:after {
    width: 14px;
    height: 14px;
    left: 2px;
  }
  .my-account .preferences label {
    padding: 15px 0 15px 30px;
  }
  .my-account .preferences label h6 {
    font-size: 14px;
  }
  .my-account .preferences label p {
    font-size: 13px;
    line-height: 18px;
  }

  .my-account .preferences button.dark_submit_btn {
    width: 100%;
  }

  /* help page */

  .help .content .welcome {
    margin-top: 15px;
    padding: 10px 0 0px;
    font-size: 14px;
  }
  .help .conversation,
  .help .questions {
    margin-top: 15px;
  }
  .help .message_btn {
    width: 100%;
  }
  .help .questions li {
    padding: 5px 0;
  }
  .help .questions li a {
    font-size: 13px;
  }
  .help .questions li .count {
    height: 17px;
    width: 17px;
  }

  /* faq page */
  .faq ul {
    margin-top: 15px;
  }
  .faq .search input {
    width: 100%;
    max-width: 100%;
  }
  .faq li h5 {
    font-size: 16px;
    font-family: "Moderat-Medium";
  }
  .faq li h5 img {
    max-width: 18px;
    max-height: 18px;
    width: auto;
  }
  .faq li p {
    font-size: 13px;
  }
  .faq li .user img {
    width: 25px;
    height: 25px;
  }
  .faq li .user p {
    font-size: 12px;
  }
  .faq li .content_col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .faq li .btn_col {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .faq li .btn_col .btn-an {
    width: 100%;
  }

  .favourites .store .del_time {
    font-size: 12px !important;
  }
  .my-account .favourites .content h6 {
    font-family: "Moderat-Medium";
    font-size: 14px;
  }
  .favourites .prev_page_link {
    margin: 2px 0 10px;
  }
  .favourites h6 .arrow {
    margin-right: 5px;
  }

  .filter_row {
    flex-wrap: wrap;
  }
  .filter_row .search {
    width: 100%;
    margin-bottom: 5px;
  }
  .my-account .right_content .filter_row .search input {
    max-width: 100%;
    width: 100%;
  }
  .my-account .right_content .content .custom_select {
    width: calc(50% - 5px);
  }
  .my-account .orders li {
    padding: 15px 0;
  }
  .my-account .orders li .thumbnail img {
    width: 80px;
    height: 80px;
  }
  .my-account .orders li .prod_id {
    font-size: 12px;
  }
  .my-account .orders li .name {
    font-size: 15px;
  }
  .my-account .orders li .status {
    font-size: 12px;
  }
  .my-account .orders li .total {
    font-size: 13px;
  }
  .my-account .orders li .btns {
    flex-wrap: wrap;
  }
  .my-account .orders li .btns .button {
    max-width: calc(50% - 5px);
    flex: 0 0 1;
    height: 35px;
    font-size: 12px;
    margin: 0;
  }

  /* pagination */

  .pagination li {
    padding: 0 !important;
  }
  .pagination li:not(:last-child) {
    margin-right: 5px;
  }
  .pagination li a {
    height: 30px;
    width: 30px;
    font-size: 12px;
    font-weight: 600;
  }

  header .right_menus .icon {
    margin-right: 0;
  }

  /* dropdown menus */

  .dropdown-menu,
  header .right_menus .cart .dropdown-menu,
  header .right_menus .dropdown-menu,
  .my-account .orders .filter_select .dropdown-menu {
    position: fixed !important;
    top: unset !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    right: 0 !important;
    transform: unset !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: block !important;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    box-shadow: none !important;
    z-index: 9999;
    margin-top: 0 !important;
  }

  .dropdown-menu.show,
  header .right_menus .cart .dropdown-menu.show,
  header .right_menus .dropdown-menu.show,
  .my-account .orders .filter_select .dropdown-menu.show {
    bottom: 0 !important;
    top: auto !important;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%) !important;
  }
  .dropdown-menu .closeBtn {
    position: absolute;
    top: -35px;
    font-size: 25px;
    color: #fff;
    opacity: 1;
    line-height: 20px;
    background-color: #7c7c7c;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .right_menus .dropdown-menu:before {
    display: none;
  }

  /* order details */

  .order_detail .nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px 5px;
    width: 100%;
  }
  .order_detail .nav-tabs .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order_detail #summary .product .thumbnail img {
    width: 80px;
    height: 80px;
  }
  .order_detail #summary .product .thumbnail {
    margin-right: 10px;
  }
  .order_detail #summary .product_detail {
    max-width: calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
  }
  .order_detail #summary .product_detail .prod_id {
    font-size: 12px;
  }
  .order_detail #summary .product_detail .name {
    font-size: 16px;
    font-weight: 500;
  }
  .order_detail #summary .product_detail .address {
    font-size: 13px;
    line-height: 18px;
  }
  .order_detail #summary .btns .status {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: right;
    font-size: 13px;
  }
  .order_detail #summary .btns {
    margin: 0;
  }
  .order_detail #summary .btns .reorder {
    width: 100%;
    margin: 10px 0 0;
  }
  .order_detail .other_information .single_row {
    padding: 15px 0;
  }
  .order_detail .other_information p {
    font-size: 13px;
  }
  .order_detail .other_information .proof_row .image img,
  .order_detail .other_information .proof_row .message textarea {
    height: 160px;
  }
  .order_detail table thead th {
    font-size: 15px;
    font-weight: 600;
  }
  .order_detail table td,
  .order_detail table th {
    padding: 9px 5px;
  }
  .order_detail table tbody td {
    font-size: 13px;
  }
  .order_detail table tfoot th {
    font-size: 14px;
    font-weight: 600;
  }

  /* address list */

  #address_list.modal .modal-body .title {
    font-size: 15px;
  }
  #address_list.modal .delivery_address label:before,
  #address_list.modal .billing_address label:before {
    height: 18px;
    width: 18px;
  }
  #address_list.modal
    .delivery_address
    input[type="radio"]:checked
    + label:after {
    width: 14px;
    height: 14px;
    left: 2px;
    /* top: 2px; */
  }
  #address_list.modal .delivery_address label {
    padding-left: 25px;
  }
  #address_list.modal .delivery_address label h6 {
    font-size: 14px;
    font-weight: 600;
  }
  #address_list.modal .delivery_address label p {
    font-size: 13px;
  }
  #address_list.modal
    .billing_address
    input[type="checkbox"]:checked
    + label:after {
    width: 4px;
    height: 9px;
    left: 7px;
    top: 4px;
  }
  #address_list.modal .billing_address label {
    font-size: 14px;
    line-height: 18px;
  }
  #address_list.modal .billing_address .btn_border {
    font-size: 13px;
    max-height: unset;
    width: unset;
    height: unset;
    padding: 10px 10px;
  }
  #address_list.modal input.continue_btn {
    width: 100%;
    margin: 20px 0 0;
    height: 45px;
    font-size: 14px;
  }

  /* delivery slots */

  #delivery_slots.modal .days {
    overflow-x: auto;
    flex-wrap: unset;
  }
  /* #delivery_slots.modal .days li{max-width:calc(100% - 100px); flex:0 0 calc(100% - 100px);} */
  #delivery_slots.modal .days li:not(:last-child) {
    margin-right: 5px;
  }
  #delivery_slots.modal .days label .name {
    font-size: 13px;
  }
  #delivery_slots.modal .days label .date {
    font-size: 13px;
  }
  #delivery_slots.modal .days label {
    padding: 15px;
  }
  #delivery_slots.modal .schedule_lists {
    margin-top: 10px;
  }
  #delivery_slots.modal .schedule_lists label {
    font-size: 13px;
    height: 55px;
  }
  #delivery_slots.modal input[type="submit"] {
    margin: 20px auto 0;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }

  /* payment page */
  .checkout_page .payment_section .payment_options .top:before {
    width: 18px;
    height: 18px;
  }
  .checkout_page
    .payment_section
    .payment_options
    input:checked
    + label
    .top:after {
    width: 14px;
    height: 14px;
    right: 2px;
  }
  .checkout_page
    .payment_section
    .payment_options
    input:checked
    + label
    .bottom {
    flex-wrap: wrap;
  }
  .checkout_page .payment_section .bottom input {
    width: 100%;
  }
  .checkout_page .payment_section li .bottom small {
    margin-left: 0;
    font-size: 12px;
    margin-top: 5px;
  }
  .checkout_page .payment_section {
    padding: 20px 15px;
  }
  .checkout_page .right_col .coupon {
    padding: 20px 15px 0;
  }
  .checkout_page .right_col .bottom_section {
    padding: 0 15px 20px;
  }
  .checkout_page .payment_section .payment_options label {
    padding: 15px;
  }

  /* add card */
  #add_card_modal form .form-control::placeholder,
  #add_card_modal form .form-control {
    font-size: 14px;
  }
  #add_card_modal form .save_card label:before {
    width: 18px;
    height: 18px;
  }
  #add_card_modal form .save_card label {
    padding-left: 25px;
    font-size: 13px;
  }
  #add_card_modal form .card_accepted {
    height: auto;
    border: none;
    padding: 0;
    flex-wrap: wrap;
  }
  #add_card_modal form .card_accepted .logos img:not(:last-child) {
    margin-right: 3px;
  }
  #add_card_modal form .card_accepted .logos img {
    max-width: 32px;
    max-height: 25px;
  }
  #add_card_modal form input[type="submit"] {
    width: 100%;
    height: 45px;
    font-size: 14px;
    margin: 20px 0 0;
  }

  .checkout_page .live_tracking {
    padding: 15px;
  }

  /* cart page */
  .cart_content .items_table .name {
    font-size: 15px;
    font-family: "Moderat-Medium";
  }
  .cart_content .items_table tbody td.price {
    font-weight: 600;
    font-size: 15px;
  }
  .cart_content .total_price p {
    font-size: 16px;
  }
  .cart_content .btns_row .button {
    width: 100%;
  }
  .cart_content .btns_row .button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .checkout_page .confirmation_status {
    padding: 15px;
  }

  /* products listing */

  .pages_tabs_section .pages_tabs .tab {
    height: 35px;
    font-size: 13px;
  }

  /* order items */
  .order_detail .items_table tbody tr {
    padding: 10px 0;
  }
  .order_detail .items_table tbody td {
    padding: 0;
  }
  .order_detail .items_table .thumbnail {
    width: 70px;
    height: 70px;
  }
  .order_detail .items_table .det {
    margin-left: 10px;
  }
  .order_detail .items_table .name {
    font-size: 14px;
  }
  .order_detail .items_table .btn-an {
    font-size: 12px;
    width: 80px;
    height: 27px;
    margin-top: 5px;
  }
  .order_detail .items_table tbody td.color {
    justify-content: flex-end;
  }
  .order_detail .items_table tbody td.price .total {
    font-size: 16px;
  }
  .order_detail .items_table tbody td.price .single {
    font-size: 12px;
  }
  .order_detail table tbody tr.remove:before {
    width: 100%;
  }
  .order_detail .items_table tbody td:first-child label {
    top: -20px;
  }

  /* return product modal */

  #product_return .modal-body tr {
    display: flex;
    flex-wrap: wrap;
  }
  #product_return table td:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #product_return table td:nth-child(2),
  #product_return table td:nth-child(3) {
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 14px;
    margin-top: 5px;
  }
  #product_return table .det {
    margin-left: 10px;
  }
  #product_return table .name {
    font-size: 14px;
  }
  #product_return form {
    margin-top: 10px;
  }
  #product_return form label {
    font-size: 13px;
  }
  #product_return form .form-group {
    margin-bottom: 8px;
  }
  #product_return .upload {
    height: 80px;
    background-size: 30px;
  }
  #product_return .btn {
    font-size: 13px;
    max-width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    height: 40px;
  }

  /* order confirmation */

  .checkout_page .products_status .thumbnail {
    max-width: 70px;
    flex: 0 0 70px;
  }
  .checkout_page .products_status .thumbnail figure {
    width: 70px;
    height: 70px;
  }
  .checkout_page .products_status .name {
    max-width: calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    padding-left: 10px;
  }
  .checkout_page .products_status .name h5 {
    font-size: 14px;
  }
  .checkout_page .products_status .total h4 {
    font-size: 16px;
  }
  .checkout_page .products_status .total .single {
    font-size: 12px;
  }

  header .right_menus .dropdown-menu,
  .my-account .orders .filter_select .dropdown-menu,
  .custom_select.sort_select .dropdown-menu {
    display: none !important;
    border-radius: 0 !important;
    margin-top: 20px !important;
  }
  header .right_menus .dropdown-menu.show {
    display: block !important;
    top: 40px !important;
    bottom: auto !important;
  }
  .my-account .orders .filter_select .dropdown-menu.show,
  .custom_select.sort_select .dropdown-menu.show {
    display: block !important;
  }
  header .right_menus .cart .dropdown-menu {
    border-bottom: 1px solid #ddd;
    display: none !important;
  }
  header .right_menus .cart .dropdown-menu.show {
    display: block !important;
    top: 60px !important;
    bottom: auto !important;
    border-radius: 0 !important;
  }
  .name_section {
    font-size: 14px;
  }
  #delivery_slots.modal .days input:checked + label,
  #delivery_slots.modal .days label {
    padding: 5px 0;
    border-radius: 4px;
  }
  .footer_top .btns {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  /* .my-account .payment_methods li label p { min-width: 100%;}
  .modal-open .modal { position: absolute;} */

  .cross-icon {
    position: absolute;
    right: 30px;
  }
  header .right_menus .cart .dropdown-menu .price {
    font-size: 14px;
  }
  header .right_menus .cart .dropdown-menu .qty {
    margin-left: 0;
  }
  .items_input {
    border-radius: 3px;
  }
  header .right_menus .cart .dropdown-menu .items_input .btn,
  header .right_menus .cart .dropdown-menu .items_input input {
    height: 19px;
    width: 20px;
  }
  header .right_menus .cart .dropdown-menu .items_input input {
    font-size: 12px;
  }
  header .right_menus .cart .dropdown-menu .names h6 a {
    font-size: 13px;
    line-height: normal;
  }
  #address_list.modal .delivery_address li {
    justify-content: space-between;
  }
  .stores_lists .container {
    padding: 15px 45px;
  }
  .footer_top .btns .btn {
    max-width: 75%;
  }
}

/* NEW RESPONSIVE CSS */

.faq.help .questions ul{
  margin-bottom: 15px;
}

.faq.help a.btn-an.message_btn{
  padding: 9px 20px !important;
}

.cardMethodList .cross-icon img{
  vertical-align: baseline !important;
  max-width: 11px !important;
}

.breadcrumb ul{
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;

}

/* Laptop Media Query */
@media (min-width: 1201px) and (max-width: 1450px) {
  .bg-image {
    height: 200px !important;
  }
  .home_main_section .left_col .heading {
    font-size: 23px;
    line-height: 34px;
  }
  .home_main_section .left_col .sub_heading {
    font-size: 18px;
  }
  .h1-size {
    font-size: 28px !important;
  }
  .NewImg_Size {
    padding-top: 75px;
    padding-bottom: 76px;
  }
  .col-md-6.px-0 .NewImg_Size img {
    width: 210px !important;
  }
  .news-tap .btn-green {
    right: 6px !important;
  }
  .w-160 {
    width: 185px !important;
  }
  .sidebar-left{
    padding: 15px;
  }
  .product_categories_listing.newStyle .single_product .thumbnail {
    height: 110px !important;
    width: 110px !important;
}
}

/* Ipad Pro Media Query */

@media (min-width: 1024px) and (max-width: 1200px) {
  .home_main_section .left_col .heading {
    font-size: 18px;
    line-height: 28px;
  }
  .home_main_section .left_col .sub_heading {
    font-size: 16px;
    line-height: 28px;
  }
  .home_main_section .tab_box .nav-tabs {
    padding: 0 10px;
  }
  .home_main_section .tab_box .tab-content {
    padding: 10px;
  }
  .work-text {
    font-size: 28px !important;
  }
  .bg-image {
    margin-bottom: 0px !important;
    background-position: center center !important;
    height: 150px !important;
  }
  .bg-image h1 {
    font-size: 25px;
  }
  .NewImg_Size {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .col-md-6.px-0 .NewImg_Size img {
    width: 200px !important;
  }
  .h1-size {
    font-size: 25px !important;
  }
  .any-size {
    font-size: 16px !important;
  }
  .news-tap .btn-green {
    right: 5px !important;
  }
  .subs-text {
    font-size: 30px !important;
  }
  .page_heading {
    font-size: 30px !important;
  }
  .footer_top .box p {
    font-size: 15px !important;
  }
  .footer_top .box ul li a {
    font-size: 15px !important;
  }
  .footer_top .box .foot_title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  .footer_top .btns a.btn.btn-an {
    font-size: 15px !important;
  }
  .w-160 {
    width: 135px !important;
  }
  .sidebar-left {
    padding: 25px 15px;
  }
  .faq li .content_col{
    max-width: 100%;
    flex: 100%;
  }
  .product_categories_listing.newStyle .single_product .thumbnail {
    height: 95px !important;
    width: 95px !important;
}
}

/* Ipad Media Query */

@media (min-width: 768px) and (max-width: 1023px) {
  .home_main_section .left_col .heading {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .home_main_section .left_col .sub_heading {
    font-size: 16px !important;
  }
  .video_section video {
    height: 450px !important;
  }
  .work-text {
    font-size: 27px !important;
  }
  .tap-card .card-title {
    font-size: 16px !important;
  }
  .bg-image {
    margin-bottom: 0px !important;
    background-position: center center !important;
    height: 130px !important;
  }
  .bg-image h1 {
    font-size: 20px !important;
  }
  .h1-size {
    font-size: 22px !important;
  }
  .NewImg_Size {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .col-md-6.px-0 .NewImg_Size img {
    width: 190px !important;
  }
  .news-tap .btn-green {
    right: 6px !important;
    top: 6px !important;
  }
  .page_heading {
    font-size: 30px !important;
  }
  .new-mty {
    margin-bottom: 22px;
  }
  .app_section .images_col figure {
    top: -15% !important;
  }
  .sidebar-left {
    padding: 25px 10px;
    border-right: none !important;
  }

  .ipad-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
  }

  .ipad-grid li {
    position: relative !important;
  }

  .ipad-grid .sub-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    background-color: white;
    width: -webkit-fill-available;
    margin-left: 0px;
    padding-left: 15px;
    z-index: 9;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
      rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  }
  .footer_top .btns a.btn.btn-an {
    font-size: 15px !important;
    padding: 7px 7px !important;
    height: 35px !important;
  }
  a.btn.btn-an{
    height: 35px !important;
  }
  .store_content_section .store_row .main_content .btns .btn{
    width: inherit !important;
    max-width: inherit !important;
    flex: inherit !important;
  }
  .product_category_section .top_search .input_group {
    max-width: 100% !important;
    flex: 100% !important;
   }
   .sidebar-left .sub-menu {
    margin-left: 8px;
}

.faq li .content_col{
  max-width: 100%;
  flex: 100%;
}

}

/* Mobile Media Query */

@media (max-width: 767px) {
  header .right_menus .icon img {
    margin-right: 5px;
  }
  .home_main_section .tab_box .nav-tabs {
    padding: 0 10px;
  }
  .home_main_section .tab_box .tab-content {
    padding: 10px;
  }
  .home_main_section .search_form .category_group input[type="submit"] {
    width: 40px !important;
  }
  .video_section video {
    height: 230px;
  }
  .bg-image {
    height: 64px !important;
    margin-bottom: 0px !important;
    background-repeat: repeat;
    background-position: center center !important;
    background-size: contain !important;
  }
  .bg-image h1 {
    font-size: 11px;
    margin: 0px !important;
  }
  .NewImg_Size {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .col-md-6.px-0 .NewImg_Size img {
    width: 150px !important;
  }
  .h1-size {
    font-size: 22px !important;
  }
  .any-size {
    font-size: 14px !important;
  }
  .news-tap .btn-green {
    right: 5px !important;
    top: 4.5px !important;
  }
  .work-text {
    font-size: 24px !important;
  }
  .footer_top .btns .btn {
    max-width: 55%;
  }
  .stores_lists .container {
    padding: 15px 15px;
  }
  .sidebar-left {
    padding: 10px;
    border-right: none;
  }
  .footer_top .btns a.btn.btn-an {
    font-size: 15px !important;
    padding: 7px 7px !important;
    height: 35px !important;
  }

   a.btn.btn-an{
    height: 35px !important;
  }
  .store_content_section .store_row .main_content .btns .btn{
    width: inherit !important;
    max-width: inherit !important;
    flex: inherit !important;
  }
  .product_category_section .top_search .input_group {
    max-width: 100% !important;
    flex: 100% !important;
   }
   .newStyle .top_search input[type="submit"] {
    height: 30px !important;
    right: 5px !important;
    top: 5px !important;
    width: 30px;
    font-size: 0;
    background-image: url(../images/search_light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.top_search .input_group input.search{
  padding-right: 20px;
}

  .top_search input[type="submit"] {
    font-size: 0;
    background-image: url("../images/search_light.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    background-size: 14px;
  }
.New_Profiles .sticky-top{
   top: 59px !important;
}

.about_content_section .content{
  padding: 0px 0px !important;
}
header .right_menus .cart .count{
  right: -5px;
}
.footer_top .box p{
  font-size: 15px;
}
.footer_top .box ul li a{
  font-size: 15px;
}
.addScroll_Class{
  overflow-x: auto;
  flex-wrap: nowrap !important;
  padding-bottom: 15px;
}

.addScroll_Class .w-160{
  width: 170px !important;
}
.stores_lists .store .box .content h5.text-name{
  height: auto !important;
}
.stores_lists .store .box .content h5.text-clmp{
  height: auto !important;
}
.New_Profiles .info{
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 15px;
}
.store_content_section .store_row .main_content .name{
  white-space: normal;
  overflow: hidden;
  text-overflow: inherit;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sticky-top {
  top: 59px !important;
  z-index: 10;
}
 .clearfix .breadcrumb ul li , .clearfix .breadcrumb ul li a {
  font-size: 13px !important;
  margin-bottom: 7px;
}

 .breadcrumb ul li ,  .breadcrumb ul li a {
  font-size: 13px !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  font-size: 17px;
  line-height: 16px;
}

.breadcrumb .container .clearfix{
  display: flex;
  flex-direction: column-reverse;
}

.float-md-right .active.bg-success.btn{
  margin-bottom: 8px;
}

.stores_lists p.small.mb-2 span{
  font-size: 12px !important;
}

#delivery_slots.modal .days label, #delivery_slots_listing.modal .dayss label{
  width: 100px !important;
  height: 65px !important;
}
#delivery_slots_listing.modal .dayss label .date ,#delivery_slots_listing.modal .dayss label .name  {
  font-size: 14px !important;
}

.close-times {
  position: absolute;
  right: 114px;
  top: 0px;
  border-radius: 100px;
  background-color: black;
  height: 18px;
  width: 18px;
  color: white;
  font-weight: bold;
  top: 12px;
  line-height: 14px;
  text-align: center;
}

.breadcrumb ul{
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;

}

.qty.row.mx-0.mt-4.Newqnty{
  margin-bottom: 15px;
}
/* .single_product .button.cart_btn.btn-an.nn{
  width: 200px !important;
  height: 50px !important;
  margin: auto !important;
  margin-top: 15px !important;
} */

.mm-blocks{
  display: block !important;
}

header .right_menus .cart .dropdown-menu{
    top: 55px !important;
    border-radius: 0px !important;
}

.product_category_section.newStyle .categories_lists .single_product .thumbnail{
  width: 90px !important;
  height: 90px !important;
  margin: auto !important;
}

.product_lists .single_product .name{
  font-size: 15px;
}
.product_lists .single_product .thumbnail img{
  height: 110px;
}

.product_lists .single_product{
  padding: 10px;
}
.product_lists .single_product .price .old .each{
  margin-left: 3px;
}
.product_lists .single_product .price .old{
  margin-top: 4px;
}

.product_lists .single_product .price{
  margin-bottom: 4px;
}
.addScroll_Class{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.single_category_div {
   width: auto;
}
.product_lists.categories_lists .name{
  height: 26px;
}
.stores_lists img.store_img , .image_container{
  max-height: 160px !important;
  min-height: 160px !important;
}
.stores_lists .store .box .content{
    padding: 5px;
}

.del_time.green span img{
  width: 18px !important;
}

.types.green span img{
  width: 18px !important;
}

.types.red span img{
  width: 18px !important;
}
.status span{
  font-size: 13px;
}
.round_categories_carousel .carousel_outer {
  padding: 0px  15px;
}
.round_categories_carousel {
  padding: 20px 0 10px;
}
.stores_lists h3{
  font-size: 20px;
}
.delivery_address ul li label span.text-danger{
  white-space: nowrap;
}
#address_list.modal .delivery_address input[type="radio"]:checked + label:after{
  /* top: 20px !important; */
  font-size: 12px;
}

.store_content_section .store_row .main_content .contact li{
  /* display: block !important; */
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.optionBaseProduct .title{
  font-size: 22px;
}

.product_detail .wishlist{
  top: -15px;
}

.modal#delivery_type ul.type label{
  font-size: 13px !important;
}
.product_lists .single_product .total_qty input{
  width: calc(100% - 80px) !important;
}
.btn.less, .btn.more {
  max-width: 38px !important;
  min-width: 38px !important;
}
header .right_menus li:not(:last-child) {
  margin-right: 12px !important;
}
.checkout_page .top h4{
  font-size: 13px !important;
  line-height: 16px !important;
}

.round_categories_carousel .container .col-md-12 h3.my-2{
  font-size: 20px !important;
  padding: 0px !important;
}


.round_categories_carousel .container .col-md-12{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 10px;
}

.input_group.depp .category_group .btn.btn-an {
  width: 92px !important;
}

.input_group.depp .search_group {
  width: calc(100% - 125px) !important;
}

.input_group.depp .category_group .form-control{
  padding-right: 71px !important;
  background-position: calc(100% - 108px) !important;
}

.checkout_page .top a.button, .checkout_page .order_status .status {
  font-size: 10px !important;
}
.order_detail #summary .product_detail .name{
  font-size: 18px !important;
}


.ddd-hidden{
  display: none !important;
}

.order_detail table.items_table.textWraps tbody tr{
  border-top: 0px !important;
}

.order_detail .items_table tbody td.quantity{
  display: table-cell !important;
   padding-left: 10px;
   padding-right: 10px;
}


.order_detail .items_table tbody tr{
  display: inherit !important;
}
.order_detail .items_table .thumbnail{
  width: 50px !important;
  height: 50px !important;
  overflow: inherit !important;
}
.order_detail .items_table tbody td:first-child{
  margin-bottom: 5px;
}

.form-control{
  height: 39px !important;
}

.ff_Flex{
  overflow-x: auto;
  flex-wrap:  nowrap !important;
  padding-bottom: 10px;
}

.search_store_section h1{
  font-size: 20px !important;
}

.Optionbasemodal .NewQnty {
  justify-content: space-between !important;
}

.colors.d-flex.px-0.pt-3.selectionDiv.new{
  display: block !important;
}

.colors.d-flex.px-0.pt-3.selectionDiv.new .selection-sec{
    margin: 8px 0 3px 0px !important;
    display: flex !important;
    /* grid-template-columns: auto auto auto !important; */
    gap: 7px !important;
}

.colors.d-flex.px-0.pt-3.selectionDiv.new .select-btn label{
    font-size: 14px !important;
}
.i-stores .main_content .name {
  text-align: left;
}
.i-stores .store_details {
  left: -16px;
}
}

/* Small Mobiles Pro Media Query */

@media (min-width: 280px) and (max-width: 330px) {
  .home_main_section .left_col .heading {
    font-size: 16px;
    line-height: 22px;
  }
  .home_main_section .tab_box .tab-content .search_group .form-control {
    padding: 10px 25px 10px 10px;
  }
  .home_main_section
    .tab_box
    .tab-content
    .search_group
    .form-control::placeholder {
    font-size: 12px;
  }
  .video_section video {
    height: 185px !important;
  }
  .work-text {
    font-size: 18px !important;
  }
  .bg-image h1 {
    font-size: 9px;
  }
  .h1-size {
    font-size: 18px !important;
  }
  .subs-text {
    font-size: 18px !important;
  }
  .news-tap .btn-green {
    padding: 10px 15px !important;
  }
  .footer_top .btns .btn {
    max-width: 65%;
  }
  .footer_top .box p {
    font-size: 15px;
  }
  .footer_top .box ul li a {
    font-size: 15px;
  }
  .contact span.label{
    min-width: 155px;
  }
  .checkout_page .top a.button{
    padding: 4px;
    white-space: nowrap;
  }
  header .logo img {
    width: 40px !important;
}

#address_list.modal .delivery_address input[type="radio"]:checked + label:after {
  /* top: 30px !important; */
  font-size: 12px;
}
.modal#delivery_type ul.type label {
  font-size: 11px !important;
}
.delivery_address ul li label span.text-danger{
  white-space: normal !important;
}
}



.select-btn .bg-none.pl-0.text-dark.text-left{
 border: none !important;
}
