/*:root{*/
/*    --color_orginal:#ffa500;*/
/*    --color_orginal_2:rgba(255,165,0,0.5);*/
/*}*/
@media (min-width: 1300px) {
  .slider_menu .swiper-container {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .vip_arrow {
    display: block;
  }
  .slider_menu .swiper-container {
    height: 375px;
  }

}
@media (max-width: 1100px) {
  .slider_menu .swiper-container {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .banner_branch {
    height: 220px;
  }
  .modal_js_big_click {
    display: none;
  }
  .slider_menu .swiper-container {
    height: 325px;
  }
  
  .slider_menu_2 .div_menu {
    display: none;
  }
  
  .menu_mobile {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    height: 70px;
    border-top: 1px solid rgba(214, 214, 214, 0.32);
    z-index: 9999;
  }
  .menu_mobile > .menu_row {
    width: 20%;
    text-align: center;
    float: right;
    padding: 10px 0;
    position: relative;
  }
  .menu_mobile > .menu_row > a {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
  }
  .menu_mobile > .menu_row > a > p {
    font-size: 12px !important;
  }
  /*img.banner_img*/
  /*{*/
  /*   height: 250px;*/
  /*}*/
  .mb-70-md {
    margin-bottom: 70px !important;
  }
  .count_basket {
    background: var(--color_orginal);
    color: #fff;
    position: relative;
    right: 40px;
    top: -10px;
  }
  .suggestion-item img
  {
    height: 125px!important;
    object-fit: contain;
  }
  .alert-search {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    /*bottom: 0px;*/
    right: 5px;
    left: 5px;
    box-shadow: 0 0 2px 1px #999;
    transition: all 0.6s;
    top: 5px;
    max-height: calc(100vh - 10px);
    overflow: auto;
  }
  .alert-search form {
    position: relative;
    width: 100%;
  }
  .alert-search button.close {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .alert-category,
  .alert-login {
    display: block;
    opacity: 0;
    position: fixed;
    bottom: 0px;
    top: 100%;
    right: 5px;
    left: 5px;
    box-shadow: 0 0 2px 1px #999;
    overflow-y: auto;
    transition: all 0.6s;
  }
  .alert-category .ul-category-in {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.6s;
  }
  footer {
    margin-bottom: 70px;
  }
  .products_page .filter_asc select {
    display: block;
    max-width: 200px;
  }
}
@media (max-width: 900px) {
  .slider_menu .swiper-container {
    height: 280px;
  }
  
}

@media (max-width: 768px) {
  .brand-box a .brand-logo
  {
    box-sizing: border-box;
  }
  .banner_branch {
    height: 250px;
  }
  .image-input label {
    font-size: 13px !important;
  }
  .filter_768_open {
    display: inline-block;
    position: fixed;
    bottom: 55px;
    right: 25px;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color_orginal_2);
    border: unset;
    animation: pulse12 2s infinite;
    color: #fff;
  }
  @-webkit-keyframes pulse12 {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(183, 97, 110, 1);
    }
    90% {
      -webkit-box-shadow: 0 0 35px 20px rgba(183, 97, 110, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(183, 97, 110, 0);
    }
  }

  @keyframes pulse12 {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(183, 97, 110, 1);
      box-shadow: 0 0 0 0 rgba(183, 97, 110, 1);
    }
    90% {
      -moz-box-shadow: 0 0 35px 20px rgba(183, 97, 110, 0);
      box-shadow: 0 0 35px 20px rgba(183, 97, 110, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(183, 97, 110, 0);
      box-shadow: 0 0 0 0 rgba(183, 97, 110, 0);
    }
  }
  .filter_768 {
    display: none;
  }
  .filter_768_opened {
    position: fixed;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    display: block !important;
    z-index: 9999;
    overflow: auto;
    width: calc(100% - 4px);
  }
  .mt-75px-md {
    margin-top: 75px;
  }
  #profile-menu
  {
    margin-right: 5px;
  }
  #profile-menu > div > div > span,
  #profile-menu > div > svg {
    display: none;
  }
  #profile-menu > div > div > svg
  {
    width: 20px!important;
    margin-left: 0;
  }
  .menu_mobileee
  {
    padding-top: 14px!important;
  }
    #profile-menu ul
    {
      position: fixed;
      border-top-right-radius:0;
      border-top-left-radius:0;
      top: 85px;
      left: 0;
      width: 260px;
      max-width: 100%;
    }
  header.header_index .login, header.header_index .cart, header.header_index_2 .login_2, header.header_index_2 .cart_2
  {
    margin-right: 5px!important;
  }
  body.home-page::before {
    display: none;
  }
  .menu_right {
    display: none !important;
  }
  #search-form,
  #search-form_2 {
    display: none;
  }
  .send_order .send_order_in .send_order_div {
    position: unset;
    margin-top: 60px;
  }
  /*header.header_index .login,*/
  /*header.header_index .cart,*/
  /*header.header_index_2 .login_2,*/
  /*header.header_index_2 .cart_2 {*/
  /*  display: none;*/
  /*}*/
  body {
    padding-top: 80px;
}
  .header-banner{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 25px !important;
  }
  .row_header_mobile {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  }
  header.header_index img.logo,
  header.header_index_2 img.logo {
    height: 50px;
    margin-top: 5px;
  }
  header.header_index h5,
  header.header_index_2 h5 {
    line-height: 50px;
    margin-top: 5px;
  }
  .row_slider_mobile {
    margin-top: 50px;
  }
  .slider_menu .swiper-container {
    height: 320px;
  }
  .why_digikolah {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 5px;
    display: grid !important;
    display: -moz-grid !important;
  }
  .why_digikolah h2.why {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
  }
  .why_digikolah .d-flex {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .why_digikolah .d-flex img {
    width: 70px;
  }
  .slider_sale .vip_product_slider .swiper-slide {
    height: 100%;
  }
  .slider_sale .swiper-button-prev,
  .slider_sale .swiper-button-next {
    top: 15px !important;
  }
  .articles .swiper-button-next,
  .articles .swiper-button-prev {
    display: block;
  }
  .footer-symbol-card figure img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }

  
  footer .adib_ads .adib_link p {
    text-align: center;
    padding: 7px 5px;
    font-size: 12px;
  }
  footer ul.social {
    margin: auto;
    margin-top: 5px;
  }
  footer .enemad_footer {
    text-align: center !important;
  }
  footer .footer_address_div {
    margin-top: 20px;
  }
  .products_page .filter_asc a {
    display: none !important;
  }

  .product_page .price_product .div_discount {
    right: 60%;
  }
  .product_page .comment_product {
    width: 96%;
  }
  .blog_single {
    padding: 30px 10px;
  }
  .blog_single img {
    height: 250px;
  }
  .about_us img {
    height: 250px;
  }
  .contact_us_page .ifram {
    padding: 5px;
  }
  .contact_us_page .w-50 {
    width: 100% !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider_sale .swiper-slide,
  section.articles .swiper-slide,
  .slider_sale .vip_product_slider .swiper-slide {
    padding: 10px 5px;
  }
  .card_blog_1 .post-wrapper {
    height: auto;
    flex-direction: column;
  }
  .card_blog_1 .post-wrapper .post-wrapper__image {
    width: 100%;
    height: auto;
  }
  .home-page_2 {
    padding-top: 45px;
  }
  .table-responsive {
    overflow-x: auto !important;
  }
  .slider_sale h3 {
    font-size: 1.2rem;
    font-weight: 800;
  }
  .auth-page .card {
    padding: 10px;
  }
  .auth-page .w-50 {
    width: 100% !important;
  }
  #validation-code {
    width: 100%;
  }
  .auth-page .col-md-6 {
    padding: 15px;
    border: none;
  }
  .auth-page .mobile-only {
    display: block;
  }
  .arrow_box:after,
  .arrow_box:before {
    left: 30px;
  }
  .product_page .category_product > .hover_share > .box_1 {
    transform: none;
    left: -10px !important;
  }
  .slider_sale .vip_product_slider.swiper-container {
    height: 420px;
  }

  .pl-md-6 {
    padding-left: 3rem !important;
  }
  .px-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .class_payk_select .payk_show_text {
    height: auto !important;
  }
  .product-detail-box {
    justify-content: space-between;
    flex-direction: row-reverse;
    inset: auto 0 0 0;
    align-items: center;
    border-radius: 0;
    position: fixed;
    display: flex;
    padding: 12px;
    margin: auto;
    z-index: 101;
    gap: 1rem;
  }
  .product-detail-box .price_product .price {
    font-size: 1.125rem;
    margin: 0;
  }
  .product-detail-box .order-feature-list {
    display: none;
  }
  .product-detail-box .btn-success,
  .product-detail-box .btn-invent {
    width: fit-content;
    /* font-size: 12px; */
    min-width: unset;
  }
}

@media (max-width: 600px) {
  .slider_menu .swiper-container {
    height: 260px;
  }
  .product_page h1 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  body {
    padding-top: 80px;
}

  .header-banner{
    height: 20px !important;
  }
  .row_header_mobile {
    top: 0;
  }
  .order-feature-list.mobile .order-feature-item {
    font-size: 11px;
  }
  .slider_sale .card_product .card_text h5 {
    height: 40px;
    line-height: 20px;
  }
  .index_slider3 .swiper-slide {
    width: 87%;
  }

  .slider_menu .swiper-container {
    height: 240px;
  }
  .product-category-title {
    font-size: 10px;
  }
  .card_gift.hovereffect h2,
  .card_gift.hovereffect span.size,
  .card_gift.hovereffect span.price {
    font-size: 12px;
  }
  .card_gift.hovereffect:hover a.info {
    padding: 5px 10px;
    font-size: 12px;
  }
  .branch_page .img_model h5 {
    display: none;
  }

  .pl-md-6 {
    padding-left: 0rem !important;
  }
  .product_page .category_product > a {
    padding: 0 1px;
  }
  /*.slider_sale .swiper-slide.swiper-slide-active,*/
  /*.slider_sale .swiper-slide.swiper-slide-next*/
  /*{*/
  /*    width: 250px !important;*/
  /*}*/
  /*img.banner_img*/
  /*{*/
  /*    height: 300px;*/
  /*    !*padding: 5px;*!*/
  /*}*/
  .swiper_blog_list {
    display: none;
  }
  .basket-item {
    display: block;
    padding: 2px 10px 20px;
  }
  .basket-item__image {
    width: 100%;
    height: 180px;
    border-left: none;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .basket-item__image img {
    width: 100%;
    height: 180px !important;
    object-fit: contain;
  }
  .basket-item__body {
    width: 100%;
  }
  .basket-item__body h3 {
    font-size: 1rem;
  }
  .basket-item__body strong {
    font-size: 0.8rem;
  }
  .basket-item__body s {
    font-size: 0.8rem;
    color: #8d8d8d;
    font-weight: 500;
    margin-bottom: -7px;
  }

  .product_page .info_product {
    margin-top: 24px;
  }

  .swiper-slide-big {
    height: 100% !important;
  }
  .gallery-thumbs {
    margin-top: 0.5rem;
  }
  .gallery-thumbs .swiper-slide {
    height: 80px;
    width: 80px;
  }
  .px-md-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .swiper-controller {
    background: unset;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    width: 100%;
    z-index: 0;
  }
  .slider_menu .swiper-button-next,
  .slider_menu .swiper-container-rtl .swiper-button-prev,
  .slider_menu .swiper-button-prev,
  .slider_menu .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .slider_menu .swiper-container-vertical .swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .slider_menu .swiper-container-vertical .swiper-pagination-bullet {
    margin-left: 10px;
    box-shadow: 0 0 1px 2px #fff;
  }
  h3 {
    font-size: 1.2rem !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .gallery-thumbs .swiper-button-prev,
  .gallery-thumbs .swiper-container-rtl .swiper-button-next {
    right: 0px;
    display: block !important;
  }
  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-container-rtl .swiper-button-prev {
    left: -10px;
    display: block !important;
  }
  .branch_page .img_model {
    height: 200px;
  }

  .class_payk_select {
    overflow-y: auto;
    right: 0;
    top: 0;
    transform: unset;
  }
  .table.table-default tr th,
  .table.table-default tr td {
    font-size: 12px;
  }
  #new-comment-blog {
    display: grid !important;
    gap: 0.5rem;
    text-align: center;
  }
  #new-comment-blog .btn-text {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .slider_menu .swiper-container {
    height: 190px;
  }
  .banner_branch {
    height: 200px;
  }
  .branch_page .img_model {
    height: 175px;
  }

  .slider_sale .swiper-container {
    height: 300px;
  }
  .slider_sale .card_product .card_text {
    padding: 0.6rem !important;
  }
  .slider_sale .card_product .card_text h5 {
    font-size: 0.77rem;
  }
}
@media (max-width: 405px) {

  /*img.banner_img*/
  /*{*/
  /*    height: 200px;*/
  /*    !*padding: 5px;*!*/
  /*}*/
  .slider_menu .swiper-container {
    height: 175px !important;
  }
  .single-post__meta .hover_share a.fa_hover_share {
    left: -10px;
    top: 60px;
  }
  .single-post__meta .hover_share .box_1 {
    left: -5px;
    top: 70px;
  }
}
@media (max-width: 350px) {
  .slider_menu .swiper-container {
    height: 150px !important;
  }
  .image-input label {
    font-size: 12px !important;
  }
  /*.slider_sale .swiper-slide.swiper-slide-active,*/
  /*.slider_sale .swiper-slide.swiper-slide-next*/
  /*{*/
  /*    width: 235px !important;*/
  /*}*/
  /*img.banner_img*/
  /*{*/
  /*    height: 150px;*/
  /*    !*padding: 5px;*!*/
  /*}*/
  .basket-item__body h3 {
    font-size: 0.8rem;
  }
  .basket-item__body strong {
    font-size: 0.8rem;
  }
  .basket-item__body .product-count > span {
    font-size: 13px;
    margin-left: 15px;
  }
  .product_page .price_product .div_discount {
    top: -10px;
  }
  .product_page .price_product .discount {
    padding: 0px 5px;
  }
  footer ul.social svg {
    width: 25px !important;
    height: 25px !important;
  }
}
@media (max-width: 300px) {
  .slider_menu .swiper-container {
    height: 125px !important;
  }
}
@media (max-width: 250px) {
  .slider_menu .swiper-container {
    height: 100px !important;
  }
}
#new-comment-blog .btn-success{
  background: #0044d2 !important;
  color: #fff !important;
}