/*============================================================================================= 
    Company    : PT Web Architect Technology - webarq.com
    Document   : Stylesheet
    Author     : Harlan
==============================================================================================*/
@media only screen and (max-width: 1023px) {
  /*============================================================================================= 
      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;
    background-color: #FFFFFF;
    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, #istep header:after, #isite header .h_bottom .category .top_mnMobi:after, #isite header .h_bottom .category .btm_mnMobile div:after, #isite footer .foot_top .foogrid:last-child:after, .box-form-bottom .inner .form-bottom .right:after, .product-grid .inner .content-list .content-right .row-three:after, .prod_det .content_det .left:after, .prod_det .content_det .right:after, #pop-filter .inner .list_filter: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; }

  .opt {
    line-height: 18px; }

  .opt .check-custom {
    height: 18px;
    width: 18px;
    background-size: 36px !important; }

  /* istep style
  ----------------------------------------------------------------------------------------------*/
  #istep .container {
    width: 720px; }
  #istep.istep_home #middle .box_step {
    min-height: 500px; }
  #istep header:before {
    content: '';
    background: url("../images/material/shadow_logo_mobile.png") no-repeat right top;
    position: absolute;
    right: 0;
    top: 0;
    width: 510px;
    height: 310px;
    left: auto; }
  #istep header .top_menu {
    float: left;
    position: relative; }
  #istep header .logo {
    float: right;
    margin-right: 30px;
    position: relative; }
  #istep #middle .container {
    width: auto; }
  #istep #middle .box_step {
    min-height: 400px; }
    #istep #middle .box_step .pwr_by {
      margin-bottom: 40px; }
  #istep footer {
    padding-bottom: 16px;
    position: relative; }
    #istep footer .left_foot, #istep footer .right_foot {
      float: none;
      text-align: center; }

  #isite .container, #isite .wrapper {
    width: 720px; }
  #isite header .h_top {
    display: none; }
  #isite header .h_middle {
    height: 60px; }
    #isite header .h_middle .container {
      padding: 7px 0; }
    #isite header .h_middle .toggle_menu {
      width: 36px;
      height: 36px;
      display: block;
      position: relative;
      float: left;
      margin: 5px 32px 5px 0;
      background: #0070b2;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 9px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      #isite header .h_middle .toggle_menu:after {
        content: '';
        display: inline-block;
        height: 42px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        background: #efefef;
        position: absolute;
        right: -16px; }
      #isite header .h_middle .toggle_menu span {
        width: 22px;
        height: 3px;
        background: #fff;
        display: inline-block;
        border-radius: 1.5px;
        -webkit-border-radius: 1.5px;
        -moz-border-radius: 1.5px;
        -ms-border-radius: 1.5px;
        -o-border-radius: 1.5px;
        position: absolute;
        left: 0;
        top: 9px;
        right: 0;
        margin: auto; }
        #isite header .h_middle .toggle_menu span:nth-child(2) {
          top: 15.5px; }
        #isite header .h_middle .toggle_menu span:nth-child(3) {
          top: 23px; }
    #isite header .h_middle .logo {
      width: 104px;
      height: auto;
      margin-right: 0; }
    #isite header .h_middle .block_icon {
      margin-top: 4px; }
      #isite header .h_middle .block_icon ul li:nth-child(2), #isite header .h_middle .block_icon ul li:nth-child(3) {
        display: none; }
      #isite header .h_middle .block_icon ul li .nav_acc ul li {
        display: block; }
    #isite header .h_middle .block_search {
      width: 350px;
      height: 35px;
      margin-top: 5px; }
      #isite header .h_middle .block_search form {
        margin: 3px 3px 3px 15px; }
        #isite header .h_middle .block_search form input[type="text"] {
          width: 268px;
          font-size: 12px; }
        #isite header .h_middle .block_search form input[type="submit"] {
          width: 60px;
          height: 29px;
          background: #0070b2 url("../images/material/ico_src_mob.png") no-repeat center center;
          text-indent: -99999px; }
          #isite header .h_middle .block_search form input[type="submit"]:hover {
            background: #1486ca url("../images/material/ico_src_mob.png") no-repeat center center; }
  #isite header .h_bottom {
    height: 30px; }
    #isite header .h_bottom .category {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 320px;
      background: #fff;
      overflow-x: auto;
      min-height: 100vh;
      height: 100%; }
      #isite header .h_bottom .category .top_mnMobi {
        display: block;
        height: 60px;
        width: 100%;
        background: url("../images/material/bg_mn_mob.jpg") no-repeat;
        background-size: 100%; }
        #isite header .h_bottom .category .top_mnMobi .ico_close {
          text-indent: -9999px;
          background: url("../images/material/ico_close_mn.png") no-repeat;
          width: 34px;
          height: 34px;
          display: inline-block;
          vertical-align: top;
          margin: 13px 15px;
          float: left; }
        #isite header .h_bottom .category .top_mnMobi a {
          display: inline-block;
          vertical-align: top;
          float: right;
          margin: 8px 30px 7px 0; }
      #isite header .h_bottom .category .src_mob {
        background: #0368a3;
        height: 30px;
        padding: 5px 0; }
        #isite header .h_bottom .category .src_mob form {
          width: 295px;
          display: block;
          margin: auto;
          height: 30px;
          border-radius: 15px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          background: #fff; }
          #isite header .h_bottom .category .src_mob form input[type="text"] {
            width: 248px;
            font-size: 11px;
            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: 8px 10px;
            background: none;
            border: none;
            vertical-align: middle;
            color: #0070b2; }
            #isite header .h_bottom .category .src_mob form input[type="text"]:placholder {
              color: #0070b2; }
            #isite header .h_bottom .category .src_mob form input[type="text"]:focus {
              box-shadow: none;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              -ms-box-shadow: none;
              -o-box-shadow: none; }
          #isite header .h_bottom .category .src_mob form input[type="submit"] {
            width: 40px;
            height: 25px;
            background: #0070b2 url("../images/material/ico_src_mob.png") no-repeat center center;
            border: none;
            text-indent: -99999px;
            border-radius: 13px;
            -webkit-border-radius: 13px;
            -moz-border-radius: 13px;
            -ms-border-radius: 13px;
            -o-border-radius: 13px;
            display: inline-block;
            vertical-align: middle;
            background-size: 15px !important; }
            #isite header .h_bottom .category .src_mob form input[type="submit"]:hover {
              background: #1486ca url("../images/material/ico_src_mob.png") no-repeat center center; }
      #isite header .h_bottom .category .schild {
        border-bottom: 1px solid #eaeaea;
        padding: 15px 15px 15px 45px; }
        #isite header .h_bottom .category .schild:after {
          width: 5px;
          height: 7px;
          background: url("../images/material/arr_mn_mob.png") no-repeat;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 15px; }
        #isite header .h_bottom .category .schild:hover span {
          text-decoration: none; }
        #isite header .h_bottom .category .schild.active {
          background: #1d91c1 url("../images/material/ico_category_hov.png") no-repeat 5% 50%;
          color: #fff;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
          #isite header .h_bottom .category .schild.active:after {
            background: url("../images/material/arr_mn_mob_act.png") no-repeat;
            width: 7px;
            height: 5px; }
          #isite header .h_bottom .category .schild.active:hover span {
            text-decoration: none; }
      #isite header .h_bottom .category .subNav {
        display: block;
        position: relative;
        top: 0; }
        #isite header .h_bottom .category .subNav .wrapper {
          width: auto; }
        #isite header .h_bottom .category .subNav ul {
          background: none; }
          #isite header .h_bottom .category .subNav ul li.hasChild:hover > a span:after {
            background: url("../images/material/arr_mn_mob.png") no-repeat;
            width: 5px;
            height: 7px; }
          #isite header .h_bottom .category .subNav ul li.hasChild > a {
            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;
            border: none;
            border-bottom: 1px solid #eaeaea;
            padding: 8px 15px 8px 45px;
            font-size: 12px;
            color: #666; }
            #isite header .h_bottom .category .subNav ul li.hasChild > a:before, #isite header .h_bottom .category .subNav ul li.hasChild > a:after {
              display: none; }
            #isite header .h_bottom .category .subNav ul li.hasChild > a.active {
              color: #0070b2; }
              #isite header .h_bottom .category .subNav ul li.hasChild > a.active span:after {
                width: 7px;
                height: 5px;
                background: url("../images/material/arr_mn_mob_blue.png") no-repeat;
                top: 0;
                bottom: 0;
                margin: auto; }
          #isite header .h_bottom .category .subNav ul li a span:after {
            width: 5px;
            height: 7px;
            background: url("../images/material/arr_mn_mob.png") no-repeat;
            top: 0;
            bottom: 0;
            margin: auto; }
          #isite header .h_bottom .category .subNav ul li .menu_sub {
            position: relative;
            width: auto;
            left: 0;
            background: none;
            padding-left: 0;
            display: block; }
            #isite header .h_bottom .category .subNav ul li .menu_sub a.more {
              display: none; }
            #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu {
              float: none;
              width: auto; }
              #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu {
                height: auto;
                padding-top: 0;
                display: none; }
                #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul {
                  min-height: auto; }
                  #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul li {
                    display: block;
                    width: 100%;
                    margin-bottom: 0; }
                    #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul li h5 {
                      padding: 8px 15px 8px 60px;
                      margin-bottom: 0;
                      font-size: 12px;
                      color: #999; }
                      #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul li h5 a {
                        font-size: 12px;
                        padding: 0;
                        border-bottom: 0;
                        background: url("../images/material/arr_mn_mob.png") no-repeat right center;
                        color: #999; }
                        #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul li h5 a:hover {
                          color: #999; }
                      #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul li h5.active a {
                        background: url("../images/material/arr_mn_mob_blue.png") no-repeat right center;
                        color: #0070b2; }
                    #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul li ul {
                      display: none; }
                      #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu ul li ul li:last-child a {
                        border-bottom: 1px solid #eaeaea; }
              #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li a {
                padding: 8px 15px 8px 70px;
                font-size: 12px;
                margin-bottom: 0;
                border-bottom: none; }
            #isite header .h_bottom .category .subNav ul li .menu_sub .bnr_promo {
              display: none; }
      #isite header .h_bottom .category .mnu_mobile {
        display: none; }
        #isite header .h_bottom .category .mnu_mobile ul li a {
          padding: 15px;
          font-size: 14px;
          color: #0070b2;
          display: block;
          position: relative;
          font-weight: 700;
          text-transform: uppercase;
          border-bottom: 1px solid #eaeaea; }
        #isite header .h_bottom .category .mnu_mobile ul li ul {
          display: none; }
          #isite header .h_bottom .category .mnu_mobile ul li ul li a {
            padding: 8px 15px 8px 45px;
            font-size: 12px;
            color: #666; }
        #isite header .h_bottom .category .mnu_mobile ul li.hasChild > a {
          position: relative; }
          #isite header .h_bottom .category .mnu_mobile ul li.hasChild > a:after {
            content: '';
            width: 5px;
            height: 7px;
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            margin: auto;
            background: url("../images/material/arr_mn_mob.png") no-repeat;
            display: inline-block; }
          #isite header .h_bottom .category .mnu_mobile ul li.hasChild > a.active {
            background: #1d91c1;
            color: #fff; }
            #isite header .h_bottom .category .mnu_mobile ul li.hasChild > a.active:after {
              width: 7px;
              height: 5px;
              background: url("../images/material/arr_mn_mob_act.png") no-repeat; }
      #isite header .h_bottom .category .btm_mnMobile {
        display: block;
        padding: 15px 0;
        position: relative; }
        #isite header .h_bottom .category .btm_mnMobile div {
          margin-left: 15px; }
          #isite header .h_bottom .category .btm_mnMobile div nav {
            display: inline-block;
            float: right;
            margin-right: 15px; }
            #isite header .h_bottom .category .btm_mnMobile div nav a {
              font-size: 13px;
              color: #666;
              font-weight: 700;
              text-align: right;
              display: block;
              padding-right: 15px; }
          #isite header .h_bottom .category .btm_mnMobile div.store {
            margin-bottom: 15px; }
            #isite header .h_bottom .category .btm_mnMobile div.store nav {
              width: 180px; }
              #isite header .h_bottom .category .btm_mnMobile div.store nav a {
                padding-right: 15px;
                background: url("../images/material/arr_mn_mob_blue.png") no-repeat right center;
                display: block; }
                #isite header .h_bottom .category .btm_mnMobile div.store nav a:hover {
                  color: #0070b2; }
          #isite header .h_bottom .category .btm_mnMobile div.metod nav {
            position: relative; }
            #isite header .h_bottom .category .btm_mnMobile div.metod nav span {
              font-size: 13px;
              color: #666;
              font-weight: 700;
              text-transform: uppercase;
              line-height: 16px;
              display: block;
              width: 180px;
              padding-right: 15px;
              background: url("../images/material/arr_mn_mob_blue.png") no-repeat right center;
              text-align: right;
              margin-bottom: 5px; }
            #isite header .h_bottom .category .btm_mnMobile div.metod nav ul {
              padding: 6px 0;
              display: none;
              border: 1px solid #0070b2;
              border-top: 0;
              border-radius: 0 0 4px 4px;
              -webkit-border-radius: 0 0 4px 4px;
              -moz-border-radius: 0 0 4px 4px;
              -ms-border-radius: 0 0 4px 4px;
              -o-border-radius: 0 0 4px 4px;
              background: #fff; }
              #isite header .h_bottom .category .btm_mnMobile div.metod nav ul li a {
                padding: 5px 15px 5px 0; }
          #isite header .h_bottom .category .btm_mnMobile div.lang_div {
            margin: 36px 15px 30px;
            text-align: center; }
            #isite header .h_bottom .category .btm_mnMobile div.lang_div .lang {
              display: inline-block;
              position: relative; }
              #isite header .h_bottom .category .btm_mnMobile div.lang_div .lang select {
                display: inline-block;
                padding: 0 0 0 30px;
                border: none;
                font-size: 13px;
                font-weight: 700;
                color: #0070b2;
                line-height: 20px;
                padding-right: 10px;
                background: url("../images/material/ico_lang_2.png") no-repeat left center; }
              #isite header .h_bottom .category .btm_mnMobile div.lang_div .lang:after {
                content: '';
                display: inline-block;
                width: 7px;
                height: 5px;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                background: url("../images/material/arr_mn_mob_blue.png") no-repeat; }
            #isite header .h_bottom .category .btm_mnMobile div.lang_div a {
              display: inline-block;
              color: #666;
              font-size: 13px;
              font-weight: 700;
              padding-left: 20px;
              border-left: 1px solid #eaeaea;
              margin-left: 20px;
              line-height: 20px; }
            #isite header .h_bottom .category .btm_mnMobile div.lang_div:after {
              content: '';
              height: 1px;
              width: 100%;
              background: #eaeaea;
              display: block;
              position: absolute;
              left: 0;
              bottom: 86px; }
        #isite header .h_bottom .category .btm_mnMobile label {
          font-size: 14px;
          color: #0070b2;
          text-transform: uppercase;
          font-weight: 700;
          float: left; }
    #isite header .h_bottom .cmenu ul li:first-child {
      border-left: none; }
    #isite header .h_bottom .cmenu ul li a {
      font-size: 12px;
      padding: 9px 0;
      width: 175px; }
  #isite #middle {
    padding-top: 92px; }
  #isite .homeSlider {
    height: 300px; }
    #isite .homeSlider .bx-wrapper {
      height: 300px; }
      #isite .homeSlider .bx-wrapper ul li {
        overflow: hidden; }
      #isite .homeSlider .bx-wrapper img {
        max-width: 1023px; }
      #isite .homeSlider .bx-wrapper .bx-pager.bx-default-pager {
        bottom: 15px; }
        #isite .homeSlider .bx-wrapper .bx-pager.bx-default-pager a {
          width: 15px;
          height: 15px;
          background-size: 100%; }
          #isite .homeSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-size: 100%; }
  #isite .home_category {
    background-size: 1023px !important; }
    #isite .home_category .catitle {
      height: 115px; }
    #isite .home_category h3 {
      font-size: 24px; }
    #isite .home_category .showAll {
      font-size: 12px; }
    #isite .home_category .product_category {
      margin-bottom: 40px; }
      #isite .home_category .product_category ul li {
        width: 179px;
        height: 180px; }
        #isite .home_category .product_category ul li:nth-child(4n+4) {
          width: 179px; }
        #isite .home_category .product_category ul li h5 {
          font-size: 14px;
          padding: 0 10px; }
        #isite .home_category .product_category ul li .img {
          height: 142px;
          overflow: hidden; }
          #isite .home_category .product_category ul li .img img {
            width: 86%; }
        #isite .home_category .product_category ul li.imgFull .img img {
          width: 100%;
          height: 180px; }
    #isite .home_category .bannerhome_promo {
      height: 120px;
      padding: 0 0 40px; }
      #isite .home_category .bannerhome_promo:before {
        height: 70px; }
  #isite .homeproduct_populer {
    padding-bottom: 60px; }
    #isite .homeproduct_populer h3 {
      font-size: 24px; }
    #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a {
      width: 16px;
      height: 28px;
      background: url("../images/material/arr_slide_mob.png") no-repeat left center; }
      #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-prev, #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        left: -25px; }
      #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-next, #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-next:hover {
        right: -25px;
        background-position: right center; }
  #isite .bannerhome_static {
    padding-bottom: 40px; }
  #isite footer .foot_top {
    height: auto;
    max-height: none;
    padding-bottom: 35px; }
    #isite footer .foot_top .foogrid {
      width: 32% !important;
      margin-right: 3.5% !important; }
      #isite footer .foot_top .foogrid p {
        font-size: 12px; }
      #isite footer .foot_top .foogrid h3 {
        font-size: 14px; }
      #isite footer .foot_top .foogrid:nth-child(2) {
        width: 29% !important; }
      #isite footer .foot_top .foogrid:nth-child(3n) {
        margin-right: 0 !important; }
        #isite footer .foot_top .foogrid:nth-child(3n) p:nth-of-type(1) {
          display: none; }
      #isite footer .foot_top .foogrid:last-child {
        width: 100% !important;
        margin-top: 40px; }
      #isite footer .foot_top .foogrid .block_social {
        float: left;
        width: 31%;
        display: inline-block;
        padding-bottom: 0; }
        #isite footer .foot_top .foogrid .block_social ul li {
          margin-right: 12px; }
          #isite footer .foot_top .foogrid .block_social ul li a {
            width: 30px;
            height: 30px;
            background-size: 100%; }
      #isite footer .foot_top .foogrid .block_mobileApps {
        float: right;
        width: 31%;
        display: inline-block; }
    #isite footer .foot_top .navfoot ul li a {
      font-size: 12px; }
  #isite footer .foot_bottom {
    padding: 20px 0; }
    #isite footer .foot_bottom p {
      margin-bottom: 0; }
    #isite footer .foot_bottom .left_foot {
      float: none;
      width: 100%;
      text-align: center;
      padding-top: 0; }
    #isite footer .foot_bottom .right_foot {
      float: none;
      width: 100%;
      text-align: center; }

  .banner h2 {
    font-size: 24px; }
  .banner h4 {
    font-size: 12px; }
  .banner p {
    font-size: 12px; }
  .banner.no-nav {
    padding-top: 45px;
    min-height: 110px; }
  .banner.banner-myaccount {
    min-height: 135px; }

  .not_grey,
  .list-data {
    padding: 22px 20px;
    min-height: 80px;
    width: 720px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .not_grey .container,
    .list-data .container {
      width: auto !important; }
    .not_grey h3,
    .list-data h3 {
      font-size: 16px; }
    .not_grey p,
    .list-data p {
      line-height: 14px;
      margin: 6px 0 0; }
    .not_grey.med,
    .list-data.med {
      padding: 13px 20px; }
      .not_grey.med h4,
      .list-data.med h4 {
        font-size: 14px; }
      .not_grey.med .btn-hicard,
      .list-data.med .btn-hicard {
        height: 35px;
        line-height: 35px;
        width: 185px;
        padding-left: 20px;
        padding-right: 20px; }
    .not_grey .btn-hicard,
    .list-data .btn-hicard {
      height: 35px;
      line-height: 35px;
      width: 180px;
      padding-left: 20px;
      padding-right: 20px; }
    .not_grey .pager,
    .list-data .pager {
      margin-top: 5px; }
      .not_grey .pager a,
      .list-data .pager a {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 14px; }

  .list-data {
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px; }

  .box-form-bottom {
    width: 720px;
    padding: 30px 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .box-form-bottom .container {
      width: auto !important; }
    .box-form-bottom .inner .form-top .row {
      width: 100%;
      float: none; }
      .box-form-bottom .inner .form-top .row.fr {
        padding-left: 0;
        float: none; }
      .box-form-bottom .inner .form-top .row .fstyle {
        float: none;
        display: inline-block; }
        .box-form-bottom .inner .form-top .row .fstyle.l-phone span {
          font-size: 14px;
          width: 50px; }
        .box-form-bottom .inner .form-top .row .fstyle.l-phone input[type="text"] {
          padding-left: 65px; }
      .box-form-bottom .inner .form-top .row label {
        font-size: 12px;
        float: none;
        display: inline-block;
        vertical-align: top; }
      .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: 320px;
        font-size: 14px; }
    .box-form-bottom .inner .form-top .box-personal {
      /*.right {float: left; margin: 0 0 30px 179px;}*/ }
      .box-form-bottom .inner .form-top .box-personal p {
        width: 540px; }
      .box-form-bottom .inner .form-top .box-personal .use_addrss p {
        width: 380px; }
    .box-form-bottom .inner .form-bottom .right,
    .box-form-bottom .inner .form-bottom .left {
      float: none;
      display: block; }
    .box-form-bottom .inner .form-bottom .left .opt {
      float: none; }
    .box-form-bottom .inner .form-bottom .right {
      margin-top: 30px; }
    .box-form-bottom .inner .form-bottom .btn-submit {
      width: 100%; }
    .box-form-bottom .inner .result_tracking .left h1 {
      font-size: 26px; }
    .box-form-bottom .inner .result_tracking .right .list_track .step {
      margin-right: 30px; }
      .box-form-bottom .inner .result_tracking .right .list_track .step span:before {
        width: 50px;
        left: -100px; }
    .box-form-bottom .inner .tbl_result table thead th {
      font-size: 12px; }
    .box-form-bottom .inner .tbl_result table tbody td {
      font-size: 14px;
      line-height: 18px; }

  .almt_pngrimn .box-form-bottom .form-bottom .right input[type="reset"],
  .almt_pngrimn .box-form-bottom .form-bottom .right input[type="submit"] {
    display: block;
    width: 100%;
    margin: 15px 0; }

  .daftar_almt .box-form-bottom .form-top .box-personal p {
    width: 380px; }

  .opt {
    font-size: 12px; }

  .product-grid .inner .content-list aside {
    display: none; }
    .product-grid .inner .content-list aside.mob_side {
      display: block;
      width: 100%;
      float: none; }
      .product-grid .inner .content-list aside.mob_side .promo_side,
      .product-grid .inner .content-list aside.mob_side .r_view {
        display: none; }
      .product-grid .inner .content-list aside.mob_side .quiklink {
        padding-bottom: 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        position: relative; }
        .product-grid .inner .content-list aside.mob_side .quiklink .title {
          display: none; }
        .product-grid .inner .content-list aside.mob_side .quiklink .nav {
          padding: 45px 0 0;
          height: 0; }
          .product-grid .inner .content-list aside.mob_side .quiklink .nav a {
            line-height: 45px;
            padding: 0;
            padding-left: 75px;
            position: relative;
            font-size: 12px;
            display: block;
            width: 100%;
            color: #0070b2; }
            .product-grid .inner .content-list aside.mob_side .quiklink .nav a.active {
              position: absolute;
              top: 0;
              color: #0070b2;
              background: transparent url("../images/material/arr-bottom.png") no-repeat 97% center; }
            .product-grid .inner .content-list aside.mob_side .quiklink .nav a.menuExpand {
              font-size: 10px;
              padding-left: 22px;
              z-index: 2;
              position: absolute;
              top: 0;
              color: #a1a7bd; }
          .product-grid .inner .content-list aside.mob_side .quiklink .nav li ul li a {
            line-height: 35px;
            padding-left: 85px; }
            .product-grid .inner .content-list aside.mob_side .quiklink .nav li ul li a.active {
              line-height: 45px;
              padding-left: 75px; }
  .product-grid .inner .content-list .content-right {
    float: none;
    display: block;
    float: none;
    width: 100%; }
    .product-grid .inner .content-list .content-right .row-three .col {
      width: 171px;
      margin-right: 12px;
      margin-bottom: 20px; }
      .product-grid .inner .content-list .content-right .row-three .col:nth-child(3n) {
        margin-right: 12px; }
      .product-grid .inner .content-list .content-right .row-three .col:nth-child(4n) {
        margin-right: 0; }
      .product-grid .inner .content-list .content-right .row-three .col .desc {
        font-size: 10px;
        height: 145px; }
        .product-grid .inner .content-list .content-right .row-three .col .desc h5 {
          font-size: 12px;
          margin: 0 10px 6px; }
        .product-grid .inner .content-list .content-right .row-three .col .desc p {
          font-size: 14px; }
        .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn a.btn-oval {
          font-size: 10px;
          padding: 0 15px; }
      .product-grid .inner .content-list .content-right .row-three .col figure {
        height: 155px;
        padding-bottom: 15px; }
        .product-grid .inner .content-list .content-right .row-three .col figure img {
          width: 85%; }
        .product-grid .inner .content-list .content-right .row-three .col figure .flag span {
          width: 32px;
          height: 42px;
          line-height: 10px;
          font-size: 7px; }
          .product-grid .inner .content-list .content-right .row-three .col figure .flag span b {
            font-size: 10px; }
          .product-grid .inner .content-list .content-right .row-three .col figure .flag span:nth-child(2) {
            right: 41px; }
          .product-grid .inner .content-list .content-right .row-three .col figure .flag span.flag_3 {
            font-size: 6px;
            line-height: 6px; }
            .product-grid .inner .content-list .content-right .row-three .col figure .flag span.flag_3 b {
              margin-bottom: 3px; }
    .product-grid .inner .content-list .content-right.product {
      margin-bottom: 0; }
    .product-grid .inner .content-list .content-right .content-info h2 {
      font-size: 24px; }
  .product-grid .inner .content-list .pay_info_link {
    margin-bottom: 20px; }
    .product-grid .inner .content-list .pay_info_link a {
      font-size: 12px;
      height: 50px;
      line-height: 50px; }
  .product-grid .inner .content-list .content-info.info2 p {
    line-height: 20px; }
  .product-grid .inner .content-list .content-info.info2 li {
    line-height: 20px;
    margin-bottom: 15px; }
  .product-grid .inner .nav-page .grid:last-child {
    border-left: none; }
  .product-grid .inner .nav-page .grid:nth-child(4) {
    margin-right: 0; }
  .product-grid .inner .nav-page:nth-of-type(1) .grid.filter {
    display: block;
    padding: 7px 15px;
    width: 200px; }
  .product-grid .inner.no_bnnr .breadcrumb {
    height: 48px;
    line-height: 48px;
    font-size: 10px; }
    .product-grid .inner.no_bnnr .breadcrumb a {
      font-size: 10px; }

  .prod_det .content_det .left, .prod_det .content_det .right {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0; }
  .prod_det .content_det .left {
    padding-right: 0; }
    .prod_det .content_det .left .large {
      width: 600px; }
      .prod_det .content_det .left .large img {
        width: 100%; }
    .prod_det .content_det .left .thumb {
      float: right;
      width: 100px; }
      .prod_det .content_det .left .thumb a {
        margin-right: 0;
        margin-bottom: 10px; }
  .prod_det .content_det .right .desc-bottom .check-av {
    float: right;
    margin-top: 0;
    top: -10px; }
  .prod_det .tab_spec .box-btn-tab a {
    font-size: 12px;
    height: 40px;
    padding-top: 14px; }
  .prod_det .breadcrumbs {
    height: 48px;
    line-height: 48px; }
    .prod_det .breadcrumbs .linkbc {
      font-size: 10px; }
      .prod_det .breadcrumbs .linkbc a {
        font-size: 10px; }
    .prod_det .breadcrumbs .sosmed span {
      font-size: 10px; }
    .prod_det .breadcrumbs .sosmed div {
      float:right;
      display: inline-block;
      margin-top: 0px;
    }
    .prod_det .breadcrumbs .sosmed a {
      padding-top: 0;
      line-height: normal;
      margin-top: 14px; }

  .nav_account .inner {
    position: relative;
    padding-top: 45px;
    height: 0; }
    .nav_account .inner .menuExpand {
      display: inline-block;
      position: absolute;
      font-size: 10px;
      top: 0;
      line-height: 45px;
      left: 0;
      width: 100%;
      text-transform: uppercase;
      color: #a1a7bd;
      font-weight: 700;
      z-index: 2;
      padding-left: 22px; }
    .nav_account .inner a {
      display: block;
      width: 100%;
      float: none;
      text-align: left;
      padding-left: 75px;
      line-height: 45px;
      height: 45px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      .nav_account .inner a.active, .nav_account .inner a.open {
        background: transparent url("../images/material/arr-bottom.png") no-repeat 97% center;
        position: absolute;
        top: 0;
        display: block !important; }

  .bannerhome_promo {
    height: auto;
    padding-bottom: 40px;
    margin-top: 40px; }
    .bannerhome_promo:before {
      height: 60px; }

  .list-data table tr th, .list-data table tr td {
    padding: 10px 15px;
    font-size: 12px; }
  .list-data .content_bar table td {
    padding: 10px; }
    .list-data .content_bar table td h5 {
      font-size: 16px; }
      .list-data .content_bar table td h5 span {
        font-size: 11px; }
    .list-data .content_bar table td .img {
      width: 50px;
      height: 50px; }
    .list-data .content_bar table td .dec {
      width: 220px;
      margin-left: 10px; }
      .list-data .content_bar table td .dec p {
        font-size: 14px; }
        .list-data .content_bar table td .dec p span {
          font-size: 10px;
          line-height: 10px; }
    .list-data .content_bar table td .del, .list-data .content_bar table td .cart {
      margin: 0 3px; }
      .list-data .content_bar table td .del div, .list-data .content_bar table td .cart div {
        width: 26px;
        height: 26px; }
    .list-data .content_bar table td .del img {
      padding: 7px 0; }
    .list-data .content_bar table td .cart img {
      width: 17px;
      padding: 6px 0; }
  .list-data .content_bar table.history td {
    font-size: 14px;
    padding: 12px; }
    .list-data .content_bar table.history td .disc {
      font-size: 12px; }
    .list-data .content_bar table.history td .save, .list-data .content_bar table.history td .potongan {
      font-size: 10px; }
  .list-data .content_bar table.history tfoot .gtotal td {
    font-size: 16px; }
  .list-data .list_shop .bar_amount .left .title_list .cus_text {
    max-width: 200px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px; }
  .list-data .bar_amount h5 {
    font-size: 16px; }

  .content_cart.troli01 .left_cart {
    width: 100%; }
    .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod {
      width: 210px; }
    .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price {
      width: 110px; }
    .content_cart.troli01 .left_cart .list_troli .box .lf_troli .qty {
      margin-bottom: 10px; }
  .content_cart.troli01 .right_cart {
    width: 100%; }
  .content_cart .left_cart {
    float: none;
    width: 100%; }
    .content_cart .left_cart .head_box {
      margin-left: 336px; }
      .content_cart .left_cart .head_box span {
        width: 110px; }
    .content_cart .left_cart .list_troli .box {
      width: 100%;
      margin-right: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none; }
      .content_cart .left_cart .list_troli .box .lf_troli {
        width: 560px; }
    .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: 107.5%; }
    .content_cart .left_cart .list_troli form.registration label {
      margin-right: 14px;
      width: 200px; }
    .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: 450px;
      padding: 10px 20px;
      font-size: 14px; }
    .content_cart .left_cart .list_troli form.registration .row .phone {
      padding: 0; }
      .content_cart .left_cart .list_troli form.registration .row .phone span {
        padding: 0 10px 0 15px;
        line-height: 40px; }
    .content_cart .left_cart .list_troli form.registration .row .btn_round.blue {
      font-size: 14px;
      width: 100%; }
    .content_cart .left_cart .content_check form input[type="email"], .content_cart .left_cart .content_check form input[type="password"] {
      font-size: 14px;
      padding: 10px 20px;
      width: 100%; }
    .content_cart .left_cart .content_check form .btn_round {
      font-size: 14px;
      width: 100%;
      margin-top: 25px; }
    .content_cart .left_cart .content_check form.dftr input[type="email"], .content_cart .left_cart .content_check form.dftr input[type="password"] {
      width: 450px; }
    .content_cart .left_cart .content_check form.dftr .btn_round {
      width: 170px; }
  .content_cart .right_cart {
    float: none;
    margin-top: 50px;
    width: 100%;
    /*display: none; */
  }
    .content_cart .right_cart.floating {
      display: block; }
    .content_cart .right_cart .btn_round {
      width: 100%;
      margin: 30px auto 0;
      display: block; }
    .content_cart .right_cart form {
      width: 320px; }

  .accordion .list_acc .item .title_acc {
    padding: 10px 25px; }
    .accordion .list_acc .item .title_acc h6 {
      font-size: 14px; }
      .accordion .list_acc .item .title_acc h6 span {
        width: 30px;
        height: 26px;
        background-size: 60px !important; }
  .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"],
  .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form input[type="text"] {
    padding: 10px 20px;
    font-size: 14px; }

  .pg_thanks .text h1 {
    font-size: 26px;
    line-height: 32px; }
  .pg_thanks .text .btn_round {
    height: 40px;
    line-height: 40px;
    font-size: 14px; }

  /* =============================================  popup ============================================= */
  #pop-addrss_pop {
    overflow-x: auto; }
    #pop-addrss_pop .inner {
      width: 720px;
      height: auto;
      margin: 15% auto;
      top: auto;
      bottom: auto; }
      #pop-addrss_pop .inner form .col .row label {
        font-size: 12px; }
      #pop-addrss_pop .inner form .col .row select, #pop-addrss_pop .inner form .col .row input {
        font-size: 12px;
        padding: 10px;
        width: 190px; }
      #pop-addrss_pop .inner form .col .row textarea {
        width: 530px; }

  .p_quick {
    overflow-x: auto; }
    .p_quick .overlay {
      position: fixed; }
    .p_quick .inner {
      width: 720px;
      height: auto;
      top: auto;
      bottom: auto;
      margin: 15% auto;
      padding: 50px 30px 30px; }
      .p_quick .inner .left {
        width: 270px; }
      .p_quick .inner .right {
        width: 370px; }
        .p_quick .inner .right .desc-top h1 {
          font-size: 20px; }
        .p_quick .inner .right .desc-top h2 {
          font-size: 24px; }
        .p_quick .inner .right .desc-top p {
          font-size: 12px; }
        .p_quick .inner .right .desc-bottom p {
          font-size: 12px; }
        .p_quick .inner .right .desc-bottom .check-av {
          float: none;
          display: block;
          top: 0;
          margin-top: 10px; }
        .p_quick .inner .right .desc-bottom table th {
          width: 210px;
          font-size: 12px; }
        .p_quick .inner .right .desc-bottom table td input, .p_quick .inner .right .desc-bottom table td select {
          width: 120px;
          font-size: 12px; }
        .p_quick .inner .right .desc-bottom table td input.spiner {
          width: 80px; }
        .p_quick .inner .right .desc-bottom .box-btn-cart .btn-cart {
          width: 310px;
          display: block;
          margin: 0 auto 20px; }
        .p_quick .inner .right .desc-bottom .box-btn-cart .list_add {
          display: block; }
        .p_quick .inner .right .desc-bottom .box-btn-cart .btn-whislist {
          margin: 0 auto 50px;
          display: block; }
          .p_quick .inner .right .desc-bottom .box-btn-cart .btn-whislist:after {
            border-radius: 20px 0 0 20px;
            -webkit-border-radius: 20px 0 0 20px;
            -moz-border-radius: 20px 0 0 20px;
            -ms-border-radius: 20px 0 0 20px;
            -o-border-radius: 20px 0 0 20px; }

  .message-box {
    left: 20%;
    z-index: 999; }

  #pop-filter {
    overflow-x: auto; }
    #pop-filter .inner {
      width: 720px;
      height: 535px;
      top: 90px;
      padding: 0;
      display: block;
      bottom: auto;
      margin-bottom: 100px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #pop-filter .inner h1 {
        font-size: 24px;
        display: block;
        background: #0070b2;
        line-height: 80px;
        color: #fff;
        margin: 0;
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0; }
      #pop-filter .inner .close {
        width: 13px;
        height: 13px;
        background: url("../images/material/close_2.png") no-repeat; }
      #pop-filter .inner .list_filter {
        background: #f9f9f9;
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px; }
        #pop-filter .inner .list_filter .tab_filter {
          width: 185px;
          display: block;
          height: 100%;
          float: left;
          position: relative;
          height: 455px;
          border-radius: 0 0 10px 0;
          -webkit-border-radius: 0 0 10px 0;
          -moz-border-radius: 0 0 10px 0;
          -ms-border-radius: 0 0 10px 0;
          -o-border-radius: 0 0 10px 0; }
          #pop-filter .inner .list_filter .tab_filter nav a {
            display: block;
            font-size: 14px;
            color: #333;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 60px;
            padding-left: 20px;
            border-right: 1px solid #eaeaea;
            position: relative; }
            #pop-filter .inner .list_filter .tab_filter nav a:after, #pop-filter .inner .list_filter .tab_filter nav a:before {
              content: '';
              height: 1px;
              width: 100%;
              background: #eaeaea;
              position: absolute;
              left: 0; }
            #pop-filter .inner .list_filter .tab_filter nav a:before {
              top: 0;
              display: none; }
            #pop-filter .inner .list_filter .tab_filter nav a:after {
              bottom: 0; }
            #pop-filter .inner .list_filter .tab_filter nav a.active {
              background: #fff;
              border-right: none; }
          #pop-filter .inner .list_filter .tab_filter .btn_div {
            position: absolute;
            bottom: 25px;
            left: 0;
            right: 0;
            margin: auto; }
            #pop-filter .inner .list_filter .tab_filter .btn_div a:last-child {
              margin-top: 10px;
              background: #7a7a7a;
              color: #fff; }
          #pop-filter .inner .list_filter .tab_filter a.btn_round {
            width: 150px;
            display: block;
            height: 35px;
            line-height: 35px;
            font-size: 12px;
            padding: 0;
            margin: 0 auto;
            text-align: center; }
        #pop-filter .inner .list_filter .content_filter {
          background: #fff;
          overflow: hidden;
          position: relative;
          width: 535px;
          display: block;
          border-radius: 0 0 10px 10px;
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          -ms-border-radius: 0 0 10px 10px;
          -o-border-radius: 0 0 10px 10px;
          overflow: hidden;
          padding: 20px 0 20px 25px;
          height: 455px;
          float: right; }
          #pop-filter .inner .list_filter .content_filter .item_filter {
            display: none; }
            #pop-filter .inner .list_filter .content_filter .item_filter ul.cat-list {
              max-height: 420px;
              margin-bottom: 15px; }
              #pop-filter .inner .list_filter .content_filter .item_filter ul.cat-list li {
                font-size: 14px;
                color: #0070b2;
                font-weight: 700;
                text-transform: uppercase; }
                #pop-filter .inner .list_filter .content_filter .item_filter ul.cat-list li .opt {
                  margin-bottom: 13px;
                  font-size: 14px; }
                #pop-filter .inner .list_filter .content_filter .item_filter ul.cat-list li ul {
                  padding-left: 20px; }
                  #pop-filter .inner .list_filter .content_filter .item_filter ul.cat-list li ul li {
                    text-transform: capitalize;
                    color: #343e5c; }
            #pop-filter .inner .list_filter .content_filter .item_filter form input[type="text"] {
              width: 300px;
              font-size: 14px;
              padding: 10px;
              border-radius: 8px;
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              -ms-border-radius: 8px;
              -o-border-radius: 8px;
              display: block;
              margin-bottom: 15px; } }

/*# sourceMappingURL=media_768.css.map */
