/*============================================================================================= 
    Company    : PT Web Architect Technology - webarq.com
    Document   : Stylesheet
    Author     : Harlan
==============================================================================================*/
@media only screen and (max-width: 767px) {
  /*============================================================================================= 
      Company    : PT Web Architect Technology - webarq.com
      Document   : Stylesheet
      Author     : Front End WEBARQ
  ==============================================================================================*/
  @import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700");
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
  body ::selection {
    background: #2CB3FF; }

  body ::-moz-selection {
    background: #2CB3FF; }

  body {
    color: #333;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    overflow-x: hidden;
    background: #f9f9f9; }

  img {
    border: 0;
    max-width: 100%;
    height: auto; }

  .italic {
    font-style: italic; }

  .bold {
    font-weight: bold; }

  .regular {
    font-weight: lighter; }

  .fl {
    float: left; }

  .fr {
    float: right; }

  .clear {
    clear: both; }

  p {
    margin: 1px 0 15px;
    line-height: 20px; }

  input, textarea, select {
    font-size: 12px;
    border: none;
    border: 1px solid #D8D8D8;
    padding: 10px;
    margin: 0;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Quicksand', sans-serif; }

  textarea {
    resize: none; }

  input[type="submit"] {
    cursor: pointer; }

  input[type=checkbox], input[type=radio] {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none; }

  select.def {
    background: url("../images/material/arr_tooltip_bottom.png") no-repeat 95% 50%;
    padding: 10px 35px 10px 10px; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  /* structure 
  ----------------------------------------------------------------------------------------------*/
  section {
    position: relative; }

  #middle {
    padding-bottom: 0px; }

  figure {
    margin: 0; }

  .wrapper {
    width: 1170px;
    margin: 0 auto; }

  .container {
    width: 1170px;
    margin: 0 auto; }

  .container.w1200 {
    width: 1200px; }

  /* global
  ----------------------------------------------------------------------------------------------*/
  .after_clear:after, .wrapper:after, section:after {
    clear: both;
    display: block;
    content: " "; }

  .before_clear:before {
    clear: both;
    display: block;
    content: " "; }

  .a-left {
    text-align: left; }

  .a-right {
    text-align: right; }

  .a-center {
    text-align: center; }

  .noborder {
    border: none !important; }

  .nopadding {
    padding: 0 !important; }

  .nomargin {
    margin: 0 !important; }

  .noborradius {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important; }

  .btn-blue {
    background: #0070b2;
    font-size: 14px;
    font-weight: bold;
    color: #fcf218;
    height: 30px;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all; }
    .btn-blue span {
      font-size: 12px;
      font-weight: normal; }
    .btn-blue:hover {
      background: #1486ca; }
    .btn-blue.btnh2 {
      height: 35px;
      line-height: 35px;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: 20px; }
    .btn-blue.btn-trans {
      background: #fff;
      border: 2px solid #0070b2;
      color: #0070b2;
      height: 35px;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      padding-left: 40px;
      padding-right: 40px;
      display: block;
      line-height: 35px; }
      .btn-blue.btn-trans:hover {
        background: #1486ca;
        border-color: #1486ca;
        color: #fcf218; }
    .btn-blue.btn-cancel {
      background: transparent;
      border: 2px solid #ff1515;
      color: #ff1515;
      height: 35px;
      line-height: 35px;
      padding-top: 0;
      padding-bottom: 0; }

  .btn-oval {
    height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    padding: 0 20px;
    background: #1a5bff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: inline-block; }
    .btn-oval:hover {
      color: #fff; }
    .btn-oval.anew {
      background: #0070b2; }
    .btn-oval.ared {
      background: #c30101; }
      .btn-oval.ared:hover {
        background: #f16767; }

  .btn_round {
    height: 50px;
    background: #dddddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    padding: 0 40px 0 20px;
    font-size: 19px;
    color: #7e7e7e;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center; }
    .btn_round.blue {
      background: #0070b2;
      color: #f5fc00; }
      .btn_round.blue span {
        display: inline-block;
        background: url("../images/material/arr_btn.png") no-repeat right center;
        height: 16px;
        width: 23px;
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        -ms-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        margin-left: 8px;
        vertical-align: middle; }
      .btn_round.blue:hover {
        background: #1486ca; }
        .btn_round.blue:hover span {
          transition: all linear 0.2s;
          -webkit-transition: all linear 0.2s;
          -moz-transition: all linear 0.2s;
          -ms-transition: all linear 0.2s;
          -o-transition: all linear 0.2s; }

  .opt {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
    /*.radio-custom{
        width: 20px;height: 20px;float: left;margin: 2px 10px 0 0;position: absolute !important;top:6px;left:0;
        background: url(../images/material/radio-arr.png) no-repeat left center;                
    }
    .radio-custom.active{background-position: right center;}*/ }
    .opt .check-custom {
      width: 20px;
      height: 20px;
      float: left;
      margin: 0px 5px 0 0;
      position: absolute !important;
      /*top:-2px;*/
      top: 0px;
      left: 0;
      cursor: pointer;
      background: url(../images/material/checkbox.png) no-repeat left center; }
      .opt .check-custom input[type="checkbox"], .opt .check-custom input[type="radio"] {
        cursor: pointer; }
    .opt .check-custom.active {
      background-position: right center; }

  .mCSB_outside + .mCSB_scrollTools {
    right: 0; }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0070b3; }

  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0070b3; }

  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #0070b3; }

  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f0f2f7;
    margin: 0; }

  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 5px 0; }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    box-shadow: 0px 0px 2px #1486ca;
    -webkit-box-shadow: 0px 0px 2px #1486ca;
    -moz-box-shadow: 0px 0px 2px #1486ca;
    -ms-box-shadow: 0px 0px 2px #1486ca;
    -o-box-shadow: 0px 0px 2px #1486ca; }

  .btn_round {
    height: 40px;
    line-height: 40px; }

  .btn-blue.btn-trans {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    width: auto;
    padding: 0 25px; }

  .opt {
    line-height: 18px;
    padding-left: 25px; }
    .opt .check-custom {
      height: 18px;
      width: 18px;
      background-size: 36px !important; }

  /* istep style
  ----------------------------------------------------------------------------------------------*/
  #istep .container {
    width: auto;
    margin: 0 20px; }
  #istep.istep_home #middle .box_step {
    width: auto;
    min-height: 480px; }
    #istep.istep_home #middle .box_step .frame .fbox {
      width: 47%;
      margin-right: 6%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      #istep.istep_home #middle .box_step .frame .fbox a {
        padding: 6% 14px 0; }
        #istep.istep_home #middle .box_step .frame .fbox a img {
          width: 80px;
          height: 80px; }
      #istep.istep_home #middle .box_step .frame .fbox.yellow {
        margin-right: 0; }
  #istep.istep_delivery #middle .box_step {
    min-height: auto; }
  #istep.istep_delivery footer {
    position: relative; }
  #istep.step2 #middle .box_step {
    min-height: 350px; }
  #istep.step2 footer {
    position: absolute; }
  #istep header:before {
    background-size: 100%;
    width: 260px;
    height: 150px; }
  #istep header .top_menu {
    margin-left: 15px; }
    #istep header .top_menu ul li {
      font-size: 12px;
      padding: 0 10px 0 0; }
      #istep header .top_menu ul li a {
        padding: 5px 0 5px 25px;
        background-size: 18px !important; }
  #istep header .logo {
    width: 100px;
    margin-right: 15px;
    height: auto; }
  #istep #middle h1 {
    font-size: 24px;
    line-height: 30px; }
  #istep #middle h6 {
    margin: 0; }
    #istep #middle h6 a.skip {
      font-size: 14px; }
  #istep #middle .box_step {
    width: 600px; }
    #istep #middle .box_step .frame .fbox a .fbx3 {
      display: none; }
    #istep #middle .box_step .frame_alt .alt {
      width: 47%;
      margin-right: 6%; }
    #istep #middle .box_step .txt {
      font-size: 26px; }
  #istep #middle .form_std .select_wrap {
    width: 193px; }
  #istep #middle .form_std .submit input[type="submit"] {
    width: 193px; }
  #istep #middle .frame_branch {
    width: 600px; }
    #istep #middle .frame_branch .goSite .customAutocomplete .innerauto {
      width: 405px; }

  /*----------------ISITE PAGE-----------------*/
  #isite .container, #isite .wrapper {
    width: auto;
    margin: 0 10px; }
  #isite header .h_middle .block_search {
    display: none; }
  #isite header .h_middle .block_icon {
    margin-top: 6px; }
    #isite header .h_middle .block_icon ul li a {
      width: 30px;
      height: 30px; }
    #isite header .h_middle .block_icon ul li .nav_acc ul li a {
      font-size: 10px;
      width: 110px;
      line-height: 24px; }
  #isite header .h_middle .toggle_menu {
    height: 34px;
    width: 34px;
    margin: 6px 32px 6px 0; }
  #isite header .h_bottom {
    height: 0; }
    #isite header .h_bottom .cmenu {
      display: none; }
    #isite header .h_bottom .category .subNav {
      display: none; }
      #isite header .h_bottom .category .subNav .wrapper {
        margin: 0; }
    #isite header .h_bottom .category .mnu_mobile {
      display: block; }
    #isite header .h_bottom .category .src_mob {
      display: block; }
  #isite header.cart .left {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    height: 50px; }
    #isite header.cart .left img {
      height: 40px;
      padding: 5px 0; }
  #isite header.cart .right {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
    height: 30px;
    background: #004c82;
    margin-left: -10px;
    margin-right: -10px; }
    #isite header.cart .right .r_item:first-child {
      padding-right: 0;
      border-right: none;
      margin-right: 0; }
    #isite header.cart .right .r_item:nth-child(2) {
      display: none; }
    #isite header.cart .right .r_item p {
      font-size: 11px;
      line-height: 30px; }
      #isite header.cart .right .r_item p label {
        display: none; }
      #isite header.cart .right .r_item p span {
        color: #fff; }
        #isite header.cart .right .r_item p span i {
          display: inline-block; }
  #isite .home_category {
    background-size: 768px !important; }
    #isite .home_category h3 {
      font-size: 16px;
      padding: 30px 0 6px; }
    #isite .home_category .showAll {
      font-size: 10px;
      margin-bottom: 20px; }
    #isite .home_category .catitle {
      height: auto; }
    #isite .home_category .product_category ul {
      padding-bottom: 50%;
      position: relative;
      height: 113%; }
      #isite .home_category .product_category ul li {
        width: 50%;
        height: auto;
        min-height: 150px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        display: block; }
        #isite .home_category .product_category ul li .img {
          height: auto;
          padding: 8% 0; }
          #isite .home_category .product_category ul li .img img {
            width: 75%; }
        #isite .home_category .product_category ul li h5 {
          padding-bottom: 22px;
          font-size: 12px; }
        #isite .home_category .product_category ul li:nth-child(4n+4) {
          width: 50%;
          border-right: 1px solid #f0f2f7; }
        #isite .home_category .product_category ul li:nth-child(2n) {
          border-right: none; }
        #isite .home_category .product_category ul li.imgFull {
          position: absolute;
          bottom: 0;
          left: 0; }
          #isite .home_category .product_category ul li.imgFull .img {
            padding: 0; }
            #isite .home_category .product_category ul li.imgFull .img img {
              height: auto; }
        #isite .home_category .product_category ul li:last-child {
          left: auto;
          right: 0; }
        #isite .home_category .product_category ul li:nth-child(10) {
          border-right: 1px solid #eaeaea; }
        #isite .home_category .product_category ul li:nth-child(11) {
          border-right: none; }
    #isite .home_category .product_category:after {
      display: none; }
    #isite .home_category .bannerhome_promo {
      height: auto; }
      #isite .home_category .bannerhome_promo:before {
        height: 36%; }
  #isite .homeproduct_populer h3 {
    font-size: 20px; }
  #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-prev, #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    left: -17px; }
  #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-next, #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-next:hover {
    right: -17px; }
  #isite .box_product_list li .img {
    height: auto;
    max-height: 190px; }
  #isite .box_product_list li .category {
    font-size: 10px; }
  #isite .box_product_list li .title {
    font-size: 12px;
    line-height: 14px; }
  #isite .box_product_list li .price {
    font-size: 14px; }
    #isite .box_product_list li .price .disc {
      font-size: 10px;
      line-height: 10px; }
  #isite .bannerhome_static .bgrid:first-child {
    margin-bottom: 20px; }
    #isite .bannerhome_static .bgrid:first-child img {
      margin-top: -5px; }
  #isite #middle {
    padding-top: 61px; }
  #isite footer .foot_top {
    min-height: 0;
    padding: 30px 0; }
    #isite footer .foot_top .container {
      padding-top: 0; }
    #isite footer .foot_top .foogrid {
      display: none; }
      #isite footer .foot_top .foogrid:last-child {
        display: block;
        margin: 0; }
      #isite footer .foot_top .foogrid h3 {
        font-size: 12px;
        padding-bottom: 8px;
        margin-bottom: 10px; }
        #isite footer .foot_top .foogrid h3:after {
          margin: auto;
          right: 0; }
      #isite footer .foot_top .foogrid .block_social, #isite footer .foot_top .foogrid .block_mobileApps {
        width: 100%;
        float: none;
        display: block;
        text-align: center; }
        #isite footer .foot_top .foogrid .block_social ul li, #isite footer .foot_top .foogrid .block_mobileApps ul li {
          float: none;
          display: inline-block;
          margin-right: 5px; }
      #isite footer .foot_top .foogrid .block_social {
        margin-bottom: 25px; }
  #isite footer .foot_bottom ul li a {
    line-height: 18px; }
  #isite footer.crt .foot_bottom {
    padding: 15px 0; }
    #isite footer.crt .foot_bottom .left_foot p {
      font-weight: 700;
      line-height: 18px; }
      #isite footer.crt .foot_bottom .left_foot p b {
        font-weight: 14px; }
    #isite footer.crt .foot_bottom .right_foot {
      padding-top: 0; }
      #isite footer.crt .foot_bottom .right_foot p {
        line-height: 16px; }

  .product-grid .inner .nav-page .grid {
    padding: 5px;
    height: 34px; }
    .product-grid .inner .nav-page .grid:nth-child(3), .product-grid .inner .nav-page .grid:last-child {
      display: none; }
    .product-grid .inner .nav-page .grid:nth-child(4) {
      border-right: none;
      float: right; }
    .product-grid .inner .nav-page .grid > span {
      margin-right: 5px; }
    .product-grid .inner .nav-page .grid .drop .select_cus.sort {
      width: 85px; }
    .product-grid .inner .nav-page .grid .drop .select_cus select {
      font-size: 10px;
      top: -6px; }
    .product-grid .inner .nav-page .grid .drop:after {
      right: 5px; }
    .product-grid .inner .nav-page .grid .pager a {
      font-size: 12px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      margin-right: 2px; }
  .product-grid .inner .nav-page:nth-of-type(1) .grid.filter {
    width: auto;
    padding: 5px;
    margin-right: 0;
    padding-right: 10px; }
    .product-grid .inner .nav-page:nth-of-type(1) .grid.filter a {
      font-size: 10px;
      line-height: 24px;
      background-size: 14px; }
  .product-grid .inner .nav-page:nth-last-of-type(1) .grid:first-child {
    padding: 6px 10px; }
    .product-grid .inner .nav-page:nth-last-of-type(1) .grid:first-child > span {
      margin-right: 20px; }
    .product-grid .inner .nav-page:nth-last-of-type(1) .grid:first-child span {
      font-size: 10px;
      padding-top: 0;
      line-height: 24px;
      height: 24px; }
  .product-grid .inner .content-list .content-right .search-res {
    padding-top: 0;
    margin-bottom: 8px; }
    .product-grid .inner .content-list .content-right .search-res > span,
    .product-grid .inner .content-list .content-right .search-res > ul {
      display: none; }
  .product-grid .inner .content-list .content-right .row-three .col {
    width: 49%;
    margin-right: 2%; }
    .product-grid .inner .content-list .content-right .row-three .col:nth-child(4n), .product-grid .inner .content-list .content-right .row-three .col:nth-child(3n) {
      margin-right: 2%; }
    .product-grid .inner .content-list .content-right .row-three .col:nth-child(2n) {
      margin-right: 0; }
    .product-grid .inner .content-list .content-right .row-three .col figure {
      height: auto; }
    .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn .btn-oval {
      width: 80%; }
    .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn a.ico_crt {
      display: none; }
  .product-grid .inner .content-list .content-right .content-info {
    padding: 20px; }
    .product-grid .inner .content-list .content-right .content-info h2 {
      font-size: 18px;
      margin-bottom: 25px; }
    .product-grid .inner .content-list .content-right .content-info h4 {
      font-size: 14px;
      margin: 30px 0 15px; }
    .product-grid .inner .content-list .content-right .content-info p {
      font-size: 12px;
      line-height: 16px; }
    .product-grid .inner .content-list .content-right .content-info ul.ulstyle2 li {
      padding-left: 0; }
    .product-grid .inner .content-list .content-right .content-info ul li {
      padding-left: 25px;
      font-size: 12px; }
    .product-grid .inner .content-list .content-right .content-info.info2 li {
      font-size: 12px;
      line-height: 16px; }
    .product-grid .inner .content-list .content-right .content-info .mt20 {
      font-size: 12px; }
    .product-grid .inner .content-list .content-right .content-info .row_help .col {
      width: 48%;
      margin-right: 4%;
      min-height: 0; }
      .product-grid .inner .content-list .content-right .content-info .row_help .col:nth-child(3n) {
        margin-right: 4%; }
      .product-grid .inner .content-list .content-right .content-info .row_help .col:nth-child(2n) {
        margin-right: 0; }
      .product-grid .inner .content-list .content-right .content-info .row_help .col h3 {
        font-size: 14px;
        line-height: 18px; }
  .product-grid .inner .content-list .content-right .faq {
    padding: 0 20px; }
    .product-grid .inner .content-list .content-right .faq h4 {
      font-size: 16px;
      line-height: 30px; }
    .product-grid .inner .content-list .content-right .faq .list_faq .item .title_acc {
      padding: 10px 30px 10px 15px; }
      .product-grid .inner .content-list .content-right .faq .list_faq .item .title_acc h5 {
        font-size: 12px; }
      .product-grid .inner .content-list .content-right .faq .list_faq .item .title_acc .ar {
        right: -20px; }
    .product-grid .inner .content-list .content-right .faq .list_faq .item .dec_acc {
      padding: 10px 15px; }
      .product-grid .inner .content-list .content-right .faq .list_faq .item .dec_acc p {
        font-size: 12px; }
  .product-grid .inner .content-list .content-right .search-res .right {
    display: none; }
  .product-grid .inner .content-list .content-right .search-res .left {
    display: block;
    width: 100%;
    float: none; }
    .product-grid .inner .content-list .content-right .search-res .left .box_search {
      width: 60%; }
      .product-grid .inner .content-list .content-right .search-res .left .box_search input[type="text"] {
        width: 100%;
        font-size: 12px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
  .product-grid .inner .content-list .pay_info_link {
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeaea; }
    .product-grid .inner .content-list .pay_info_link a {
      font-size: 12px;
      height: 50px;
      line-height: 50px;
      width: 50%;
      max-width: 50%; }
      .product-grid .inner .content-list .pay_info_link a:nth-child(2) {
        border-right: none; }
  .product-grid .inner.brand .content-list .content-right .row-three .col:nth-child(2n) {
    margin-right: 3.5%; }
  .product-grid .inner.brand .content-list .content-right .row-three .col:nth-child(3n) {
    margin-right: 0; }

  .prod_det .content_det .left .large {
    width: 100%;
    float: none;
    display: block; }
    .prod_det .content_det .left .large .ket {
      width: 80px;
      height: 80px; }
    .prod_det .content_det .left .large .flag span {
      width: 40px;
      height: 52px;
      font-size: 9px;
      line-height: 12px; }
      .prod_det .content_det .left .large .flag span b {
        font-size: 14px; }
      .prod_det .content_det .left .large .flag span:nth-child(2) {
        right: 49px; }
      .prod_det .content_det .left .large .flag span:nth-child(3) {
        right: 89px; }
      .prod_det .content_det .left .large .flag span.flag_3 {
        font-size: 8px;
        line-height: 8px; }
  .prod_det .content_det .left .thumb {
    float: none;
    width: 100%;
    display: block; }
    .prod_det .content_det .left .thumb a {
      width: 45px;
      height: 45px;
      margin-right: 5px; }
  .prod_det .content_det .right .desc-top a {
    font-size: 10px; }
  .prod_det .content_det .right .desc-top h1 {
    font-size: 20px;
    margin-bottom: 10px; }
  .prod_det .content_det .right .desc-top h2 {
    font-size: 24px; }
    .prod_det .content_det .right .desc-top h2 span {
      font-size: 14px; }
  .prod_det .content_det .right .desc-top p {
    font-size: 12px; }
  .prod_det .content_det .right .desc-bottom p {
    font-size: 12px; }
  .prod_det .content_det .right .desc-bottom .check-av {
    float: none;
    top: 0;
    margin-top: 5px;
    display: block;
    padding: 8px 30px 8px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  .prod_det .content_det .right .desc-bottom table th {
    width: 150px; }
  .prod_det .content_det .right .desc-bottom table td select, .prod_det .content_det .right .desc-bottom table td input {
    width: 140px; }
  .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-cart {
    width: 100%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    min-width: 300px;
    max-width: 400px;
    display: block; }
  .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-whislist {
    width: 80%;
    margin: 10px auto 0;
    max-width: 250px;
    min-width: 250px;
    display: block; }
  .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add {
    width: 100%;
    margin: auto; }
    .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add .sub_list {
      top: 56px;
      z-index: 2; }
  .prod_det .content_det .right .desc-bottom .remindpop {
    display: block;
    text-align: center; }
  .prod_det .tab_spec .box-btn-tab a {
    width: 120px; }
  .prod_det .tab_spec .box-tab .list-tab {
    padding: 30px 15px;
    font-size: 12px; }
    .prod_det .tab_spec .box-tab .list-tab p {
      font-size: 12px; }
  .prod_det .breadcrumbs {
    height: auto;
    line-height: 30px; }
    .prod_det .breadcrumbs .linkbc {
      float: none;
      display: block; }
      .prod_det .breadcrumbs .linkbc a:nth-of-type(2) {
        font-size: 0;
        position: relative; }
        .prod_det .breadcrumbs .linkbc a:nth-of-type(2):after {
          content: '...';
          font-size: 10px;
          display: inline-block; }
    .prod_det .breadcrumbs .sosmed {
      float: none;
      display: block; }
      .prod_det .breadcrumbs .sosmed a {
        margin-top: 5px;
        margin-left: 15px; }

  .prod-related {
    margin-bottom: 50px; }

  .top_back {
    margin-bottom: 20px; }
    .top_back .right .step_cart {
      margin: 5px 0; }
      .top_back .right .step_cart .step p {
        font-size: 0px;
        margin-left: 10px;
        line-height: 14px; }
        .top_back .right .step_cart .step p .numb {
          height: 20px;
          line-height: 20px;
          width: 20px;
          font-size: 12px;
          margin-right: 0; }

  .content_cart h4 {
    font-size: 16px; }
  .content_cart.troli01 .left_cart .list_troli {
    margin-top: 20px; }
    .content_cart.troli01 .left_cart .list_troli .box {
      padding-bottom: 5px; }
      .content_cart.troli01 .left_cart .list_troli .box .lf_troli .unit {
        display: none; }
      .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price {
        width: auto; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price h3 {
          margin-bottom: 0;
          width: auto;
          font-size: 16px; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price.subtot h3 {
          line-height: 33px; }
      .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod {
        width: 80%;
        margin-right: 0;
        margin-bottom: 25px; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .unit {
          display: block; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .unit h3 span {
            display: inline-block;
            margin-top: 0; }
      .content_cart.troli01 .left_cart .list_troli .box .lf_troli:after {
        width: 100%;
        height: 1px;
        left: 0;
        right: 0;
        bottom: 43px;
        top: auto; }
      .content_cart.troli01 .left_cart .list_troli .box .hide_troli {
        top: auto;
        bottom: 15px;
        right: 20px; }
        .content_cart.troli01 .left_cart .list_troli .box .hide_troli:after {
          content: '';
          display: inline-block;
          height: 45px;
          width: 1px;
          background: #ccc;
          position: absolute;
          right: 32px;
          bottom: -16px; }
  .content_cart .left_cart .list_troli.regist .box {
    padding: 20px; }
  .content_cart .left_cart .list_troli form.registration .row {
    margin-bottom: 15px; }
    .content_cart .left_cart .list_troli form.registration .row input[type="text"],
    .content_cart .left_cart .list_troli form.registration .row input[type="password"],
    .content_cart .left_cart .list_troli form.registration .row input[type="email"],
    .content_cart .left_cart .list_troli form.registration .row select, .content_cart .left_cart .list_troli form.registration .row textarea, .content_cart .left_cart .list_troli form.registration .row .phone {
      width: 100%;
      display: block;
      font-size: 12px;
      padding: 8px 15px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    .content_cart .left_cart .list_troli form.registration .row textarea {
      height: 80px; }
    .content_cart .left_cart .list_troli form.registration .row label {
      display: block;
      top: 0;
      width: 100%;
      font-size: 12px;
      margin-bottom: 5px; }
    .content_cart .left_cart .list_troli form.registration .row .phone {
      padding: 0; }
      .content_cart .left_cart .list_troli form.registration .row .phone span {
        line-height: 33px; }
      .content_cart .left_cart .list_troli form.registration .row .phone input {
        padding-left: 60px; }
    .content_cart .left_cart .list_troli form.registration .row .ck_alamat {
      padding: 15px 0; }
      .content_cart .left_cart .list_troli form.registration .row .ck_alamat label {
        margin-bottom: 0; }
    .content_cart .left_cart .list_troli form.registration .row .date_ico {
      background-size: 18px !important; }
  .content_cart .left_cart .list_troli form.registration .ck_alamat:after,
  .content_cart .left_cart .list_troli form.registration .ck_alamat:before,
  .content_cart .left_cart .list_troli form.registration .addrs:after,
  .content_cart .left_cart .list_troli form.registration .addrs:before {
    width: auto;
    left: -20px;
    right: -20px; }
  .content_cart .left_cart .list_troli form.registration .almt_pngiriman h5 {
    font-size: 14px;
    color: #707070; }
  .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat {
    padding-bottom: 35px;
    position: relative; }
    .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat p {
      width: auto;
      max-width: 400px; }
    .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat .top label {
      float: none;
      width: 100%;
      margin-right: 0; }
    .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat .top .btn-trans {
      float: none;
      position: absolute;
      left: 0;
      bottom: 0; }
  .content_cart .left_cart .head_box {
    display: none; }
  .content_cart .left_cart .list_check .check label {
    font-size: 12px; }
  .content_cart .left_cart .content_check form.dftr input[type="email"], .content_cart .left_cart .content_check form.dftr input[type="password"] {
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  .content_cart .left_cart .content_check form input[type="email"], .content_cart .left_cart .content_check form input[type="password"] {
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

  .accordion .list_acc .item .title_acc {
    padding: 10px 20px; }
    .accordion .list_acc .item .title_acc h6 {
      font-size: 12px; }
  .accordion .list_acc .item .dec_acc .btn_round {
    width: 100%;
    font-size: 14px; }
  .accordion .list_acc .item .dec_acc p {
    font-size: 12px; }
  .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .title {
    font-size: 12px;
    margin: 15px 0; }
  .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .list_check li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
    .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .list_check li .opt {
      font-size: 12px;
      line-height: 18px; }
  .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form .btn_round {
    width: 100%;
    font-size: 14px; }
  .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form input[type="text"],
  .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form input[type="email"],
  .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form input[type="password"] {
    padding: 8px 15px;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

  .banner.banner-myaccount {
    min-height: 110px;
    padding-top: 30px; }
  .banner h2 {
    margin-bottom: 0;
    font-size: 16px; }
  .banner h4 {
    font-size: 10px;
    padding-top: 5px; }
  .banner .right {
    float: none;
    display: block; }
  .banner p {
    font-size: 10px; }

  .not_grey, .list-data {
    padding: 15px 20px;
    width: auto;
    margin: 0 10px; }
    .not_grey .container, .list-data .container {
      margin: 0 !important; }
    .not_grey h3, .list-data h3 {
      font-size: 14px; }
    .not_grey p, .list-data p {
      font-size: 11px; }
    .not_grey .left, .not_grey .right, .list-data .left, .list-data .right {
      float: none;
      display: block;
      text-align: center; }
    .not_grey .btn-hicard, .list-data .btn-hicard {
      margin: 5px auto 0;
      height: 30px;
      line-height: 30px;
      font-size: 12px; }
    .not_grey.med .right a.bk, .list-data.med .right a.bk {
      font-size: 10px;
      margin-bottom: 5px; }

  .not_grey .right .pager {
    display: none; }

  .list-data {
    padding: 10px; }
    .list-data .left {
      text-align: left;
      width: 75%; }
    .list-data .right {
      margin-top: 4px;
      float: right; }
    .list-data .bar_amount {
      position: relative;
      padding: 11px 0; }
      .list-data .bar_amount p {
        font-size: 11px;
        line-height: 10px; }
      .list-data .bar_amount h5 {
        font-size: 14px; }
        .list-data .bar_amount h5 span {
          font-size: 14px;
          display: block;
          line-height: 10px; }
      .list-data .bar_amount .btn-close {
        position: absolute;
        right: 10px;
        top: 0;
        width: 30px;
        height: 30px;
        background-size: 20px !important;
        bottom: 0;
        margin: auto; }
      .list-data .bar_amount .amount_data {
        display: none; }
    .list-data .list_shop .content_bar {
      padding: 15px 10px; }
      .list-data .list_shop .content_bar table tbody td {
        text-align: left;
        position: relative;
        padding: 0;
        border: none;
        padding-left: 53px; }
        .list-data .list_shop .content_bar table tbody td:first-child {
          padding-left: 0; }
        .list-data .list_shop .content_bar table tbody td .dec {
          width: 79%;
          margin-left: 0;
          display: inline-block; }
          .list-data .list_shop .content_bar table tbody td .dec p {
            margin: 10px 0 0; }
        .list-data .list_shop .content_bar table tbody td h5 {
          margin-bottom: 10px; }
        .list-data .list_shop .content_bar table tbody td .stock {
          margin-bottom: 10px; }
        .list-data .list_shop .content_bar table tbody td:last-child {
          padding-bottom: 15px;
          border-bottom: 1px solid #dedede; }
      .list-data .list_shop .content_bar table tbody tr:last-child td {
        border: none; }
        .list-data .list_shop .content_bar table tbody tr:last-child td:last-child {
          border: none; }
    .list-data .list_shop .bar_amount {
      padding: 5px 0;
      height: 20px;
      overflow: hidden; }
      .list-data .list_shop .bar_amount .left {
        width: auto;
        padding: 0 10px; }
        .list-data .list_shop .bar_amount .left .title_list .cus_text {
          height: 22px;
          font-size: 14px;
          line-height: 22px;
          padding-left: 0;
          max-width: none; }
        .list-data .list_shop .bar_amount .left .title_list input {
          line-height: 22px;
          font-size: 14px; }
      .list-data .list_shop .bar_amount .right {
        float: none; }
        .list-data .list_shop .bar_amount .right .btn-close {
          display: none; }
      .list-data .list_shop .bar_amount .amount_data {
        margin-left: 15px;
        text-align: left;
        display: inline-block; }
      .list-data .list_shop .bar_amount .btn-remove, .list-data .list_shop .bar_amount .btn-cart {
        height: 26px;
        width: 26px;
        background-size: 20px;
        margin-top: 12px; }
      .list-data .list_shop .bar_amount.active {
        height: auto; }
    .list-data .content_bar {
      padding: 15px 10px; }
      .list-data .content_bar .box-addrss .left {
        float: none;
        max-width: none;
        width: 100%;
        display: block; }
      .list-data .content_bar .box-addrss .right {
        float: none;
        width: 100%;
        display: block; }
        .list-data .content_bar .box-addrss .right a {
          margin: 20px 0 0; }
      .list-data .content_bar table.history tbody td {
        border: none;
        padding: 5px 5px 5px 140px;
        text-align: left; }
        .list-data .content_bar table.history tbody td:nth-child(3) {
          text-align: left; }
        .list-data .content_bar table.history tbody td:last-child {
          margin-bottom: 15px;
          padding-bottom: 15px;
          border-bottom: 1px solid #dedede; }
        .list-data .content_bar table.history tbody td:before {
          content: attr(data-atr);
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          width: 40%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          height: 100%;
          color: #666;
          font-size: 12px;
          font-weight: 700;
          padding: 7px 0 9px 10px;
          text-transform: uppercase;
          max-width: 140px; }
        .list-data .content_bar table.history tbody td .potongan {
          display: inline-block; }
      .list-data .content_bar table.history tfoot {
        display: block; }
        .list-data .content_bar table.history tfoot th, .list-data .content_bar table.history tfoot td {
          width: 100%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          padding: 10px 15px; }
        .list-data .content_bar table.history tfoot td {
          width: 40%;
          min-width: 130px; }
      .list-data .content_bar .box-addrss h5 {
        font-size: 14px; }
      .list-data .content_bar .box-addrss p {
        font-size: 12px;
        line-height: 14px; }
      .list-data .content_bar .box-addrss .right {
        text-align: left; }
        .list-data .content_bar .box-addrss .right a {
          margin-top: 0; }
          .list-data .content_bar .box-addrss .right a i {
            display: none; }
          .list-data .content_bar .box-addrss .right a span {
            font-size: 12px;
            position: relative;
            padding-right: 15px; }
            .list-data .content_bar .box-addrss .right a span:after {
              content: '>';
              font-size: 12px;
              color: #0070b2;
              position: absolute;
              right: 4px;
              top: 0;
              bottom: 0;
              margin: auto; }
    .list-data table thead {
      display: none; }
    .list-data table tbody td {
      display: block;
      border-bottom: 0;
      position: relative;
      /*&:last-child {margin-bottom: 10px; border-bottom: 1px solid #dedede;}
      &:before {
          content: attr(data-atr); display: inline-block; position: absolute; left:0; top: 0; width: 40%; @include boxSizing(border-box);
          height: 100%; color: #fff; background: $blue; font-size: 12px; font-weight: 700; padding: 9px 0 9px 10px; text-transform: uppercase;
      }*/ }
      .list-data table tbody td p {
        margin-top: 0; }
    .list-data .box-tab {
      margin-bottom: 20px; }

  .box-form-bottom {
    width: auto;
    margin: 0 10px;
    padding: 20px; }
    .box-form-bottom .container {
      margin: 0 !important; }
    .box-form-bottom .inner .form-top {
      padding-bottom: 15px; }
      .box-form-bottom .inner .form-top .row {
        padding-right: 0;
        margin-bottom: 15px; }
        .box-form-bottom .inner .form-top .row label {
          line-height: normal;
          display: block;
          width: 100%;
          margin-bottom: 5px; }
        .box-form-bottom .inner .form-top .row .fstyle,
        .box-form-bottom .inner .form-top .row input[type="text"],
        .box-form-bottom .inner .form-top .row input[type="email"],
        .box-form-bottom .inner .form-top .row input[type="password"],
        .box-form-bottom .inner .form-top .row select,
        .box-form-bottom .inner .form-top .row textarea {
          width: 100%;
          font-size: 12px;
          padding: 0 15px;
          height: 33px;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        .box-form-bottom .inner .form-top .row textarea {
          height: 80px;
          padding: 10px 15px; }
        .box-form-bottom .inner .form-top .row .fstyle {
          padding: 0; }
          .box-form-bottom .inner .form-top .row .fstyle.r-link a {
            font-size: 12px;
            top: 10px; }
          .box-form-bottom .inner .form-top .row .fstyle.l-phone span {
            line-height: 33px;
            font-size: 12px; }
          .box-form-bottom .inner .form-top .row .fstyle.r-date span {
            background-size: 18px !important; }
      .box-form-bottom .inner .form-top .box-personal .use_addrss p {
        width: auto;
        max-width: 380px;
        font-size: 12px; }
    .box-form-bottom .inner .form-bottom .left .opt {
      display: inline-block; }
    .box-form-bottom .inner .form-bottom .btn-submit {
      height: 40px; }
    .box-form-bottom .inner .form_tracking {
      margin: 40px auto; }
      .box-form-bottom .inner .form_tracking h1 {
        font-size: 26px;
        margin-bottom: 20px; }
      .box-form-bottom .inner .form_tracking p {
        font-size: 12px; }
      .box-form-bottom .inner .form_tracking form input {
        font-size: 12px;
        height: 35px; }
      .box-form-bottom .inner .form_tracking form .btn-blue {
        height: 40px;
        line-height: 40px;
        font-size: 14px; }
    .box-form-bottom .inner .result_tracking .left p {
      font-size: 10px;
      line-height: 14px; }
    .box-form-bottom .inner .result_tracking .left h1 {
      font-size: 22px; }
    .box-form-bottom .inner .result_tracking .right .list_track .step {
      width: 50px; }
      .box-form-bottom .inner .result_tracking .right .list_track .step span {
        width: 40px;
        height: 40px; }
        .box-form-bottom .inner .result_tracking .right .list_track .step span:before {
          width: 45px;
          left: -82px; }
        .box-form-bottom .inner .result_tracking .right .list_track .step span i {
          width: 27px;
          height: 27px;
          background-size: 27px !important; }
      .box-form-bottom .inner .result_tracking .right .list_track .step label {
        font-size: 10px; }
    .box-form-bottom .inner .tbl_result table tbody td {
      font-size: 12px; }

  .daftar_almt .box-form-bottom .form-top .box-personal p {
    width: auto;
    max-width: 380px;
    font-size: 12px; }
  .daftar_almt .box-form-bottom .form-top .box-personal .right, .daftar_almt .box-form-bottom .form-top .box-personal .left {
    float: none;
    display: block;
    width: 100%; }
  .daftar_almt .box-form-bottom .form-top .box-personal .right .btn-blue.btn-trans {
    height: 30px;
    line-height: 26px;
    width: 100px; }

  .use_addrss:first-child .block {
    padding-bottom: 50px; }
    .use_addrss:first-child .block .btn-blue.btn-trans {
      bottom: 20px; }
  .use_addrss .block {
    padding-bottom: 30px;
    position: relative; }
    .use_addrss .block .btn-blue.btn-trans {
      height: 30px;
      line-height: 26px;
      position: absolute;
      bottom: 0px;
      width: 100px; }

  .pg_thanks img {
    width: 80px; }
  .pg_thanks .text {
    width: auto;
    margin: 30px 10px 0; }
    .pg_thanks .text h1 {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 30px; }
      .pg_thanks .text h1.pg_error {
        font-size: 60px; }
    .pg_thanks .text .btn_round {
      height: 40px;
      line-height: 40px;
      font-size: 12px; }
    .pg_thanks .text p {
      font-size: 12px; }

  #pop-addrss_pop {
    overflow-x: auto; }
    #pop-addrss_pop .inner {
      width: auto;
      height: auto;
      margin: 15% 20px;
      top: auto;
      bottom: auto; }
      #pop-addrss_pop .inner form .col .row label {
        font-size: 12px;
        display: block;
        width: 100%;
        margin-right: 0;
        top: 0;
        margin-bottom: 5px; }
      #pop-addrss_pop .inner form .col .row select, #pop-addrss_pop .inner form .col .row input {
        font-size: 12px;
        padding: 10px;
        width: 100%; }
      #pop-addrss_pop .inner form .col .row textarea {
        width: 100%; }
      #pop-addrss_pop .inner form .col .row input[type="submit"] {
        height: 40px;
        line-height: 40px; }

  .message-box {
    left: 0; }
    .message-box p {
      text-align: center; }

  #pop-filter .inner {
    width: 100%;
    top: 0;
    margin: 0 !important;
    height: auto; }
    #pop-filter .inner h1 {
      line-height: 50px;
      height: 50px;
      font-size: 18px;
      padding: 0 10px;
      text-align: left;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }
    #pop-filter .inner .list_filter {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }
      #pop-filter .inner .list_filter .tab_filter {
        width: 34%;
        height: auto;
        min-height: 350px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; }
        #pop-filter .inner .list_filter .tab_filter nav a {
          line-height: 40px;
          height: 40px;
          font-size: 12px;
          padding-left: 10px; }
        #pop-filter .inner .list_filter .tab_filter a.btn_round {
          width: 80%;
          font-size: 10px;
          height: 30px;
          line-height: 30px; }
        #pop-filter .inner .list_filter .tab_filter .btn_div {
          position: relative;
          bottom: auto;
          top: 50px; }
      #pop-filter .inner .list_filter .content_filter {
        width: 66%;
        height: auto;
        max-height: 430px;
        padding: 15px 0 15px 15px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        min-height: 430px; }
        #pop-filter .inner .list_filter .content_filter .item_filter form input[type="text"] {
          width: 92%;
          font-size: 12px;
          max-width: 300px; }
        #pop-filter .inner .list_filter .content_filter .item_filter ul.cat-list {
          max-height: 390px; } }
@media only screen and (max-width: 639px) {
  #istep .container {
    width: auto;
    margin: 0 20px; }
  #istep.istep_home #middle .box_step {
    min-height: 450px; }
    #istep.istep_home #middle .box_step .frame .fbox {
      width: 48%;
      margin-right: 4%;
      height: 150px;
      padding: 10px; }
      #istep.istep_home #middle .box_step .frame .fbox a {
        padding: 26px 14px;
        height: auto; }
        #istep.istep_home #middle .box_step .frame .fbox a img {
          width: 70px;
          margin-bottom: 0;
          height: 70px; }
  #istep.step2 #middle .box_step {
    min-height: 450px; }
  #istep #middle h1 {
    display: block;
    max-width: 335px;
    margin: 0 auto 15px; }
  #istep #middle .box_step {
    width: 440px; }
    #istep #middle .box_step .frame .fbox {
      position: relative; }
      #istep #middle .box_step .frame .fbox a .txt_box {
        display: none; }
    #istep #middle .box_step .frame_alt {
      margin-top: 20px;
      display: block; }
      #istep #middle .box_step .frame_alt .alt {
        float: left;
        width: 48%;
        margin-right: 4%;
        text-align: center;
        margin-top: 0; }
        #istep #middle .box_step .frame_alt .alt:nth-child(2) {
          float: right;
          margin-right: 0; }
        #istep #middle .box_step .frame_alt .alt a {
          color: #fff; }
        #istep #middle .box_step .frame_alt .alt p {
          font-size: 18px;
          margin-bottom: 0;
          text-transform: uppercase;
          font-weight: 700; }
          #istep #middle .box_step .frame_alt .alt p span {
            font-size: 12px;
            display: block; }
  #istep #middle .form_std fieldset {
    margin-bottom: 20px; }
  #istep #middle .form_std .select_wrap {
    width: 100%;
    margin: 0 0 20px; }
  #istep #middle .frame_branch {
    width: 100%; }
    #istep #middle .frame_branch h4 {
      font-size: 16px; }
    #istep #middle .frame_branch .inner {
      padding: 30px; }
    #istep #middle .frame_branch .goSite .customAutocomplete .innerauto {
      width: 290px; }
    #istep #middle .frame_branch .block_accordion ul {
      display: block;
      margin-right: 0;
      width: 100%; }
  #istep #middle .toTop {
    width: 80px;
    height: 80px;
    background-size: 100%; }

  .pop_wrap {
    overflow-x: auto; }
    .pop_wrap .overlay {
      width: 100%;
      height: 100%;
      top: 0;
      bottom: auto;
      position: fixed; }
    .pop_wrap .inner {
      padding: 30px;
      width: auto;
      top: 0;
      bottom: auto;
      margin: 18% 10px;
      height: auto;
      position: relative; }
      .pop_wrap .inner h1 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
        margin: 0 0 15px; }
      .pop_wrap .inner img.logo {
        margin-bottom: 20px; }
      .pop_wrap .inner form p {
        font-size: 13px;
        line-height: 16px; }
      .pop_wrap .inner form .row.full input[type="submit"] {
        height: 40px;
        line-height: 40px;
        font-size: 14px; }
      .pop_wrap .inner form .row input, .pop_wrap .inner form .row select {
        font-size: 12px;
        padding: 10px 12px; }
      .pop_wrap .inner.forgot .row.full {
        margin-bottom: 0; }
      .pop_wrap .inner a.forgot {
        font-size: 12px; }
      .pop_wrap .inner .wrap_daftar {
        margin-top: 22px; }
        .pop_wrap .inner .wrap_daftar p {
          font-size: 12px; }
          .pop_wrap .inner .wrap_daftar p a {
            font-size: 13px; }
      .pop_wrap .inner .close {
        top: 15px;
        right: 15px;
        width: 18px;
        height: 18px;
        background-size: 100%; }

  #pop-forgot .inner, #pop-shop .inner {
    height: auto;
    padding: 30px 20px;
    height: auto; }

  #pop-editaddrss1 .inner, #pop-editaddrss2 .inner, #pop-editdelery1 .inner, #pop-editdelery2 .inner {
    height: auto;
    padding: 30px 20px; }

  #pop-addrss_pop {
    overflow-x: auto; }
    #pop-addrss_pop .inner {
      width: auto;
      height: auto;
      margin: 15% 10px;
      top: auto;
      bottom: auto;
      padding: 35px 20px 30px; }
      #pop-addrss_pop .inner form .col .row {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px; }
        #pop-addrss_pop .inner form .col .row input[type="submit"] {
          width: 100%; }

  #pop-remind {
    overflow-x: auto; }
    #pop-remind .inner {
      height: auto; }
      #pop-remind .inner form .row.captcha input {
        width: 130px; }
      #pop-remind .inner form .row.captcha img {
        width: 100px; }

  /*----------------ISITE PAGE-----------------*/
  #isite .homeSlider {
    height: 180px; }
    #isite .homeSlider .bx-wrapper {
      height: 180px; }
      #isite .homeSlider .bx-wrapper img {
        max-width: 640px !important; }
  #isite .home_category h3 {
    padding: 20px 0 6px; }
  #isite .home_category .showAll {
    margin-bottom: 15px; }
  #isite .bannerhome_static .bgrid {
    width: 100%;
    float: none;
    display: block; }
    #isite .bannerhome_static .bgrid:first-child {
      margin-bottom: 20px; }
    #isite .bannerhome_static .bgrid img {
      width: 100%; }
  #isite .homeproduct_populer h3 {
    width: 250px;
    margin: 0 auto 25px; }
  #isite .content_cart .left_cart .content_check form.dftr input[type="email"], #isite .content_cart .left_cart .content_check form.dftr input[type="password"] {
    width: 100%; }
  #isite .content_cart .left_cart .content_check form.dftr .btn_round {
    width: 100%; }
  #isite .box_product_list li .img a .flag span {
    width: 32px;
    height: 42px;
    line-height: 10px;
    font-size: 7px; }
    #isite .box_product_list li .img a .flag span b {
      font-size: 10px; }
  #isite footer.crt .foot_bottom .left_foot p span {
    display: block; }
  #isite footer.crt .foot_bottom .right_foot {
    padding-top: 0; }
    #isite footer.crt .foot_bottom .right_foot p {
      line-height: 16px; }

  .product-grid .inner .content-list aside.mob_side .quiklink .nav a.active {
    background-position: 93% center; }
  .product-grid .inner .content-list aside.mob_side .quiklink .nav .ddown > a {
    background-position: 93% center; }
  .product-grid .inner .content-list .content-info form.cntct .row {
    margin-bottom: 15px; }
    .product-grid .inner .content-list .content-info form.cntct .row label {
      display: block;
      width: 100%;
      margin-right: 0;
      top: 0;
      font-size: 12px;
      margin-bottom: 5px; }
    .product-grid .inner .content-list .content-info form.cntct .row input, .product-grid .inner .content-list .content-info form.cntct .row textarea {
      display: block;
      width: 100%;
      font-size: 12px;
      padding: 10px 15px; }
    .product-grid .inner .content-list .content-info form.cntct .row .btn-blue {
      width: 100%;
      margin: 35px 0 0;
      height: 40px;
      line-height: 40px; }
    .product-grid .inner .content-list .content-info form.cntct .row .cptca {
      width: 130px;
      margin-right: 5px; }
    .product-grid .inner .content-list .content-info form.cntct .row img {
      width: 120px; }
  .product-grid .inner .content-list .content-info .list_cabang .cabang {
    width: 100%;
    margin-right: 0; }
    .product-grid .inner .content-list .content-info .list_cabang .cabang h5 {
      font-size: 14px; }
  .product-grid .inner .content-list .content-info select {
    font-size: 12px;
    height: 40px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .product-grid .inner .content-list .content-info .btn-go {
    height: 40px; }
  .product-grid .inner.brand .content-list .content-right .row-three .col {
    width: 49%;
    margin-right: 2%; }
    .product-grid .inner.brand .content-list .content-right .row-three .col:nth-child(3n) {
      margin-right: 2%; }
    .product-grid .inner.brand .content-list .content-right .row-three .col:nth-child(2n) {
      margin-right: 0; }
  .product-grid .inner.brand .content-list .content-right .search-res .right {
    display: none; }
  .product-grid .inner.brand .content-list .content-right .search-res .left .box_search {
    width: 100%; }

  .nav_account .inner a.active, .nav_account .inner a.open {
    background-position: 93% center; }

  .box-form-bottom .inner .result_tracking .left {
    float: none;
    display: block; }
  .box-form-bottom .inner .result_tracking .right {
    float: none;
    display: block;
    margin-top: 25px; }

  .thx_pg .pg_thanks {
    min-height: 500px; }

  .bnnr_adver span {
    top: 5px;
    right: 5px;
    z-index: 11;
    padding: 2px 5px;
    background: #000;
    font-size: 8px; }
  .bnnr_adver img {
    display: none; }
  .bnnr_adver img.mobile {
    display: block; } }
@media only screen and (max-width: 479px) {
  #istep.istep_home #middle .box_step .frame .fbox {
    height: 120px;
    padding: 10px 0; }
    #istep.istep_home #middle .box_step .frame .fbox a {
      padding: 14px;
      height: auto;
      padding: 14px 0; }
      #istep.istep_home #middle .box_step .frame .fbox a .alt {
        text-align: center;
        margin-top: 35px; }
  #istep.istep_home #middle .box_step .frame_alt {
    margin-top: 15px;
    display: block; }
    #istep.istep_home #middle .box_step .frame_alt .alt p {
      font-size: 14px;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 16px; }
      #istep.istep_home #middle .box_step .frame_alt .alt p span {
        font-size: 10px;
        display: block; }
  #istep.step2 #middle .box_step {
    min-height: 480px; }
  #istep .ui-widget {
    font-size: 14px; }
  #istep .ui-widget.ui-widget-content.ui-autocomplete {
    font-size: 14px; }
  #istep #middle h1 {
    display: block;
    max-width: 335px;
    margin: 0 auto 15px; }
  #istep #middle .box_step {
    width: 100%; }
  #istep #middle .frame_branch .inner {
    padding: 20px 15px; }
  #istep #middle .frame_branch .goSite {
    margin-bottom: 30px; }
    #istep #middle .frame_branch .goSite .customAutocomplete .innerauto {
      width: 77%;
      height: 40px;
      font-size: 14px; }
    #istep #middle .frame_branch .goSite .customAutocomplete .custom-combobox-input {
      height: 40px;
      font-size: 14px;
      padding: 5px 20px 5px 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    #istep #middle .frame_branch .goSite .customAutocomplete .custom-combobox {
      height: 40px; }
    #istep #middle .frame_branch .goSite .customAutocomplete input[type="submit"] {
      width: 20%;
      height: 40px;
      font-size: 14px; }
  #istep #middle .frame_branch .block_accordion ul {
    display: block;
    margin-right: 0;
    width: 100%; }
    #istep #middle .frame_branch .block_accordion ul li {
      padding-bottom: 15px; }
      #istep #middle .frame_branch .block_accordion ul li a {
        font-size: 14px; }
      #istep #middle .frame_branch .block_accordion ul li ul li a {
        font-size: 13px; }
  #istep footer ul li a {
    margin-bottom: 6px; }
  #istep footer .left_foot {
    width: 260px;
    margin: 0 auto; }
  #istep footer .right_foot .copyright span {
    display: block; }

  .pop_wrap .inner {
    padding: 30px 20px; }
    .pop_wrap .inner img.logo {
      width: 80%; }

  #pop-forgot .inner, #pop-shop .inner {
    padding: 30px 20px; }

  #pop-shop .inner h1 {
    margin: 0 35px 20px; }

  /*----------------ISITE PAGE-----------------*/
  #isite .home_category {
    background-size: 520px !important; }
    #isite .home_category .product_category ul li .img {
      height: auto;
      padding: 5% 0; }
      #isite .home_category .product_category ul li .img img {
        width: 85%; }
  #isite .bannerhome_static .bgrid:first-child {
    margin-bottom: 15px; }
  #isite footer .foot_bottom .right_foot .copyright span {
    display: block; }

  .banner {
    height: 110px;
    overflow: hidden; }
    .banner img {
      max-width: 500px;
      margin: 0 0 0 -5%; }

  .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod {
    width: 68%; }
  .content_cart .left_cart .list_check .check {
    display: block;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px; }
    .content_cart .left_cart .list_check .check label {
      width: auto;
      float: none; }
  .content_cart .left_cart a.more {
    width: 100%; }
  .content_cart .right_cart form {
    width: 300px; }

  .product-grid .inner .content-list .content-right .content-info .row_help .col {
    width: 100%;
    margin-right: 0;
    min-height: 0; }
    .product-grid .inner .content-list .content-right .content-info .row_help .col:nth-child(3n) {
      margin-right: 0; }
    .product-grid .inner .content-list .content-right .content-info .row_help .col:nth-child(2n) {
      margin-right: 0; }
    .product-grid .inner .content-list .content-right .content-info .row_help .col h3 {
      font-size: 12px;
      line-height: 16px;
      min-height: 70px; }
  .product-grid .inner.no_bnnr .breadcrumb a:nth-of-type(2) {
    font-size: 0 !important;
    position: relative; }
    .product-grid .inner.no_bnnr .breadcrumb a:nth-of-type(2):after {
      content: '...';
      display: inline-block;
      font-size: 10px; }

  .accordion .list_acc .item .dec_acc .tab_bank .nav_bank a {
    width: 31%;
    margin-right: 1%;
    height: 40px;
    background-size: 80% !important; }

  .box-form-bottom .inner .form_tracking {
    width: 100%; }
    .box-form-bottom .inner .form_tracking h1 {
      font-size: 22px; }

  .list-data .list_shop .bar_amount .left .title_list .cus_text {
    max-width: 180px; }
  .list-data .list_shop .bar_amount .left .qty {
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 0;
    margin: auto; }
  .list-data .content_bar table.history tbody td {
    border: none;
    padding: 5px 5px 5px 42%;
    text-align: left; }

  .message-box {
    left: 9%; }
    .message-box p span {
      display: block; }

  #ui-datepicker-div {
    width: 251px; } }
@media only screen and (max-width: 400px) {
  .banner {
    height: 110px;
    overflow: hidden; }
    .banner img {
      max-width: 490px;
      margin: 0 0 0 -28%; } }

/*# sourceMappingURL=media_mobile.css.map */
