/*=============================================================================================
    Company    : PT Web Architect Technology - webarq.com
    Document   : Stylesheet
    Author     : Front End WEBARQ
==============================================================================================*/
/*=============================================================================================
    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, .pop_wrap .inner .wrap_daftar: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-red {
  background: #cc5555;
  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-red.btn-delete {
    background: #fff;
    border: 2px solid #cc5555;
    color: #cc5555;
    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-red.btn-delete:hover {
      background: #cc5555;
      border-color: #cc5555;
      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; }

/* istep style
----------------------------------------------------------------------------------------------*/
#istep {
  min-height: 970px;
  color: #fff; }
  #istep .absolute_img {
    position: absolute;
    width: 100%;
    height: 900px;
    bottom: 40px; }
  #istep.istep_home {
    background-size: 100% !important; }
    #istep.istep_home .absolute_img {
      overflow: hidden; }
      #istep.istep_home .absolute_img .abs {
        position: absolute;
        bottom: 0; }
        #istep.istep_home .absolute_img .abs.img1 {
          left: -20px; }
        #istep.istep_home .absolute_img .abs.img2 {
          right: -20px; }
    #istep.istep_home #middle .box_step {
      min-height: 570px; }
  #istep.istep_delivery {
    background-size: 100% !important; }
    #istep.istep_delivery .absolute_img {
      overflow: hidden; }
      #istep.istep_delivery .absolute_img img {
        position: absolute;
        bottom: -40px; }
        #istep.istep_delivery .absolute_img img.img1 {
          left: 0; }
        #istep.istep_delivery .absolute_img img.img2 {
          right: 0; }
  #istep .wrapper {
    width: 1220px; }
  #istep .container {
    width: 1220px; }
  #istep header {
    margin: 0 0 88px 0; }
    #istep header:before {
      content: '';
      background: url("../images/material/shadow_logo.png") no-repeat center top;
      position: absolute;
      right: 0;
      top: 0;
      width: 970px;
      height: 380px;
      left: 0;
      margin: auto; }
    #istep header.bgwhite {
      background: #fff; }
    #istep header .container {
      width: 840px;
      text-align: center; }
    #istep header .top_menu {
      margin: 20px 0 0 30px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 655; }
      #istep header .top_menu ul li {
        display: inline-block;
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        font-size: 15.5px;
        color: #fff;
        border-right: 1px solid #426f82;
        vertical-align: top; }
        #istep header .top_menu ul li a {
          display: block;
          color: #fff;
          padding: 10px 0 10px 29px;
          font-weight: bold; }
        #istep header .top_menu ul li.login a {
          background: url("../images/material/istep_login.png") no-repeat 0 45%; }
        #istep header .top_menu ul li.lang a {
          background: url("../images/material/istep_lang.png") no-repeat 0 45%;
          position: relative;
          padding-right: 20px; }
          #istep header .top_menu ul li.lang a:after {
            position: absolute;
            top: 45%;
            right: 0;
            width: 8px;
            height: 4px;
            background: url("../images/material/istep_arr.png") no-repeat 0 0;
            content: ""; }
        #istep header .top_menu ul li:last-child {
          border: none; }
        #istep header .top_menu ul li.lang {
          position: relative; }
          #istep header .top_menu ul li.lang .sub {
            position: absolute;
            background: #19556d;
            top: 100%;
            left: 0;
            width: 100%;
            padding: 10px 0;
            display: none; }
            #istep header .top_menu ul li.lang .sub li {
              padding: 0;
              margin: 0;
              border: 0;
              display: block; }
              #istep header .top_menu ul li.lang .sub li a {
                background: none;
                padding: 5px 15px;
                text-align: right; }
                #istep header .top_menu ul li.lang .sub li a:after {
                  display: none; }
    #istep header .logo {
      width: 286px;
      height: 125px;
      margin: 0 auto;
      padding: 20px 0 0 0;
      position: relative; }
      #istep header .logo a {
        display: block; }
  #istep #middle {
    padding-bottom: 20px;
    z-index: 45;
    min-height: 715px; }
    #istep #middle .container {
      width: 865px;
      text-align: center; }
    #istep #middle h1 {
      font-size: 40px;
      margin: 0 0 15px 0; }
    #istep #middle h6 {
      font-size: 18px;
      line-height: 20px;
      margin: 0 60px; }
      #istep #middle h6 a {
        font-weight: bold;
        color: #fcf218;
        text-decoration: underline; }
        #istep #middle h6 a.skip {
          font-size: 18px;
          display: inline-block;
          margin: 30px 0; }
        #istep #middle h6 a:hover {
          text-decoration: none; }
    #istep #middle .box_step {
      padding: 40px 0 0;
      width: 840px;
      margin: 0 auto; }
      #istep #middle .box_step.box_step_lands {
        padding-bottom: 80px; }
      #istep #middle .box_step .txt {
        font-size: 40px;
        color: #fcf218;
        padding: 0 0 35px 0; }
        #istep #middle .box_step .txt span {
          color: #fff;
          font-size: 30px; }
      #istep #middle .box_step .frame .fbox {
        float: left;
        width: 394px;
        height: 284px;
        border: 3px solid #fff;
        margin: 0 40px 0 0;
        background: #0a7eb4;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        box-shadow: 0px -1px 10px -2px #444;
        -webkit-box-shadow: 0px -1px 10px -2px #444;
        -moz-box-shadow: 0px -1px 10px -2px #444;
        -ms-box-shadow: 0px -1px 10px -2px #444;
        -o-box-shadow: 0px -1px 10px -2px #444; }
        #istep #middle .box_step .frame .fbox:last-child {
          margin-right: 0; }
        #istep #middle .box_step .frame .fbox.yellow {
          background: #ffd600; }
        #istep #middle .box_step .frame .fbox a {
          display: block;
          height: 94%;
          color: #fff;
          padding: 3% 32px;
          text-align: center; }
          #istep #middle .box_step .frame .fbox a img {
            margin: 0 0 12px 0; }
          #istep #middle .box_step .frame .fbox a .fbx1 {
            font-size: 18px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
            font-weight: bold; }
          #istep #middle .box_step .frame .fbox a .fbx2 {
            font-size: 36px;
            margin: 0 0 25px 0;
            text-transform: uppercase;
            font-weight: bold; }
          #istep #middle .box_step .frame .fbox a .fbx3 {
            font-size: 16px; }
      #istep #middle .box_step .frame_alt {
        display: none; }
      #istep #middle .box_step .pwr_by {
        margin-top: 35px; }
        #istep #middle .box_step .pwr_by p {
          color: #ccc;
          font-size: 11px; }
        #istep #middle .box_step .pwr_by a {
          display: inline-block;
          width: 150px; }
      #istep #middle .box_step .link {
        margin-top: 40px; }
        #istep #middle .box_step .link a {
          font-size: 16px;
          color: #fcf218;
          font-weight: 700;
          text-decoration: underline; }
          #istep #middle .box_step .link a:hover {
            text-decoration: none; }
    #istep #middle .form_std {
      padding: 30px 0 0 0; }
      #istep #middle .form_std fieldset {
        text-align: left;
        margin-bottom: 45px; }
      #istep #middle .form_std .select_wrap {
        position: relative;
        width: 266px;
        margin: 0 20px 0 0;
        float: left; }
        #istep #middle .form_std .select_wrap:last-child {
          margin-right: 0; }
        #istep #middle .form_std .select_wrap select {
          width: 100%;
          height: 59px;
          padding: 0 40px 0 20px;
          font-size: 18px;
          font-weight: bold;
          color: #0a7eb4;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          cursor: pointer; }
          #istep #middle .form_std .select_wrap select:disabled {
            opacity: 0.8;
            cursor: default; }
          #istep #middle .form_std .select_wrap select:selected {
            color: #666; }
        #istep #middle .form_std .select_wrap:after {
          position: absolute;
          width: 12px;
          height: 6px;
          background: url("../images/material/istep_arr_blue.png") no-repeat 0 0;
          top: 45%;
          right: 20px;
          content: ""; }
      #istep #middle .form_std .submit input[type="submit"] {
        width: 251px;
        height: 59px;
        line-height: 59px;
        padding: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        font-size: 18px;
        color: #0a7eb4;
        border: none;
        font-weight: bold;
        background: #fcf218;
        cursor: pointer;
        transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out; }
        #istep #middle .form_std .submit input[type="submit"]:hover {
          box-shadow: inset 0 0 0 31px #ffd600;
          -webkit-box-shadow: inset 0 0 0 31px #ffd600;
          -moz-box-shadow: inset 0 0 0 31px #ffd600;
          -ms-box-shadow: inset 0 0 0 31px #ffd600;
          -o-box-shadow: inset 0 0 0 31px #ffd600; }
    #istep #middle .form_std .submit input[type="submit"]:disabled {
      background: #555555;
    }
    #istep #middle .frame_branch {
      width: 770px;
      min-height: 700px;
      margin: 0 auto;
      background: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      color: #5b5b5b; }
      #istep #middle .frame_branch .inner {
        padding: 35px 50px; }
      #istep #middle .frame_branch h4 {
        font-size: 18px;
        margin: 0 0 12px 0; }
      #istep #middle .frame_branch .goSite {
        margin-bottom: 45px; }
        #istep #middle .frame_branch .goSite .customAutocomplete .innerauto {
          float: left;
          height: 59px;
          width: 552px;
          background: #f4f4f4;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px; }
        #istep #middle .frame_branch .goSite .customAutocomplete .custom-combobox {
          position: relative;
          display: block;
          width: 100%;
          height: 59px; }
        #istep #middle .frame_branch .goSite .customAutocomplete .custom-combobox-toggle {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin-left: 0;
          padding: 0; }
        #istep #middle .frame_branch .goSite .customAutocomplete .custom-combobox-input {
          margin: 0;
          padding: 5px 3%;
          width: 94%;
          height: 49px;
          color: #1d91c1;
          font-size: 18px;
          border: none; }
        #istep #middle .frame_branch .goSite .customAutocomplete input[type="submit"] {
          float: right;
          width: 100px;
          height: 59px;
          background: #1d91c1;
          color: #fcf218;
          font-size: 18px;
          font-weight: bold;
          border: none;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          cursor: pointer;
          padding: 0;
          transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -ms-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out; }
          #istep #middle .frame_branch .goSite .customAutocomplete input[type="submit"]:hover {
            box-shadow: inset 0 0 0 31px #0c85b7;
            -webkit-box-shadow: inset 0 0 0 31px #0c85b7;
            -moz-box-shadow: inset 0 0 0 31px #0c85b7;
            -ms-box-shadow: inset 0 0 0 31px #0c85b7;
            -o-box-shadow: inset 0 0 0 31px #0c85b7; }
        #istep #middle .frame_branch .goSite .customAutocomplete #combobox select option {
          font-family: 'Quicksand', sans-serif; }
        #istep #middle .frame_branch .goSite .customAutocomplete .ui-button .ui-icon {
          background: url("../images/material/istep_arr_blue.png") no-repeat 0 0; }
        #istep #middle .frame_branch .goSite .customAutocomplete .ui-button-icon-only .ui-icon {
          margin-top: -2px; }
        #istep #middle .frame_branch .goSite .customAutocomplete ::-webkit-input-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .customAutocomplete :-moz-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .customAutocomplete ::-moz-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .customAutocomplete :-ms-input-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .selectAutocomplete ::-webkit-input-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .selectAutocomplete :-moz-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .selectAutocomplete ::-moz-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .selectAutocomplete :-ms-input-placeholder {
          color: #1d91c1; }
        #istep #middle .frame_branch .goSite .selectAutocomplete .wrSelect {
          float: left;
          height: 59px;
          width: 552px;
          background: #f4f4f4;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px; }
          #istep #middle .frame_branch .goSite .selectAutocomplete .wrSelect .selectize-control.single .selectize-input {
            border: none;
            padding: 18px 8px;
            background: none;
            box-shadow: none; }
          #istep #middle .frame_branch .goSite .selectAutocomplete .wrSelect .selectize-input input {
            font-size: 18px;
            width: 100% !important;
            text-align: center; }
          #istep #middle .frame_branch .goSite .selectAutocomplete .wrSelect .selectize-input > .item {
            font-size: 18px;
            color: #1d91c1; }
        #istep #middle .frame_branch .goSite .selectAutocomplete input[type="submit"] {
          float: right;
          width: 100px;
          height: 59px;
          background: #1d91c1;
          color: #fcf218;
          font-size: 18px;
          font-weight: bold;
          border: none;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          cursor: pointer;
          padding: 0;
          transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -ms-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out; }
          #istep #middle .frame_branch .goSite .selectAutocomplete input[type="submit"]:hover {
            box-shadow: inset 0 0 0 31px #0c85b7;
            -webkit-box-shadow: inset 0 0 0 31px #0c85b7;
            -moz-box-shadow: inset 0 0 0 31px #0c85b7;
            -ms-box-shadow: inset 0 0 0 31px #0c85b7;
            -o-box-shadow: inset 0 0 0 31px #0c85b7; }
      #istep #middle .frame_branch .block_accordion {
        text-align: left; }
        #istep #middle .frame_branch .block_accordion .lf, #istep #middle .frame_branch .block_accordion .rh {
          display: inline-block;
          width: 45%;
          margin-right: 9%;
          vertical-align: top; }
        #istep #middle .frame_branch .block_accordion .rh {
          margin-right: 0; }
        #istep #middle .frame_branch .block_accordion ul {
          display: inline-block;
          width: 45%;
          margin-right: 9%;
          vertical-align: top; }
          #istep #middle .frame_branch .block_accordion ul:nth-child(2n+2) {
            margin-right: 0; }
          #istep #middle .frame_branch .block_accordion ul li {
            padding: 0 0 18px 0; }
            #istep #middle .frame_branch .block_accordion ul li:nth-child(2n+2) {
              margin-right: 0; }
            #istep #middle .frame_branch .block_accordion ul li a {
              font-size: 18px;
              color: #1d91c1;
              display: block;
              padding: 0 0 10px 0;
              position: relative; }
              #istep #middle .frame_branch .block_accordion ul li a.schild:after {
                background: url("../images/material/istep_arr_blue.png") no-repeat center center;
                content: '';
                position: absolute;
                right: 0;
                width: 12px;
                height: 6px;
                top: 6px;
                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; }
            #istep #middle .frame_branch .block_accordion ul li ul {
              padding: 1px 0 10px 0;
              display: none;
              width: 100%;
              max-height: 200px;
              overflow-y: auto; }
              #istep #middle .frame_branch .block_accordion ul li ul li {
                display: block;
                width: 100%;
                padding: 0; }
                #istep #middle .frame_branch .block_accordion ul li ul li a {
                  font-size: 14px;
                  color: #5b5b5b;
                  padding: 5px 0;
                  font-weight: bold; }
            #istep #middle .frame_branch .block_accordion ul li.active a.schild:after {
              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;
              transform: rotate(-180deg);
              -webkit-transform: rotate(-180deg);
              -moz-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              -o-transform: rotate(-180deg); }
    #istep #middle .toTop {
      width: 90px;
      height: 90px;
      margin: 45px auto 0 auto;
      background: url("../images/material/toTop.png") no-repeat 0 0;
      display: block;
      text-indent: -999999px;
      cursor: pointer; }
  #istep .ui-widget,
  #istep .ui-widget input,
  #istep .ui-widget select,
  #istep .ui-widget textarea,
  #istep .ui-widget button {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px; }
  #istep .ui-widget input, #istep .ui-widget select, #istep .ui-widget textarea, #istep .ui-widget button {
    font-family: 'Quicksand', sans-serif; }
  #istep .ui-state-default, #istep .ui-widget-content .ui-state-default, #istep .ui-widget-header .ui-state-default, #istep .ui-button, #istep html .ui-button.ui-state-disabled:hover, #istep html .ui-button.ui-state-disabled:active {
    background: transparent;
    border: none; }
  #istep .ui-widget select option {
    background: #ccc !important;
    height: 40px !important; }
  #istep footer {
    min-height: 40px;
    width: 100%;
    background: #006fb2;
    position: absolute;
    bottom: 0; }
    #istep footer a {
      color: #fff;
      transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out; }
      #istep footer a:hover {
        color: #fcf218; }
    #istep footer ul li {
      *zoom: 1;
      display: inline-block;
      font-size: 12px; }
      #istep footer ul li a {
        display: block;
        padding: 0 10px;
        position: relative;
        transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out; }
        #istep footer ul li a:after {
          position: absolute;
          top: -2px;
          right: 0;
          content: "."; }
      #istep footer ul li:last-child a:after {
        content: ""; }
    #istep footer .left_foot {
      float: left;
      padding: 16px 0 0 0; }
    #istep footer .right_foot {
      float: right;
      padding: 13px 0 0 0; }
      #istep footer .right_foot .copyright {
        font-size: 12px;
        margin: 0; }
        #istep footer .right_foot .copyright a:hover {
          color: #fcf218; }

/* end istep style
----------------------------------------------------------------------------------------------*/
#isite {
  /* header
  ----------------------------------------------------------------------------------------------*/
  /* middle
  ----------------------------------------------------------------------------------------------*/
  /* footer
  ----------------------------------------------------------------------------------------------*/ }
  #isite header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9; }
    #isite header.stay .h_bottom .category {
      width: auto; }
      #isite header.stay .h_bottom .category .schild {
        width: 32px;
        border: 2px solid #0070b2;
        padding: 0;
        text-indent: -999px;
        height: 32px;
        background: #0070b2 url("../images/material/ico_category_hov.png") no-repeat;
        background-position: center center;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }
        #isite header.stay .h_bottom .category .schild:after {
          display: none; }
      #isite header.stay .h_bottom .category .schild.hov {
        padding: 18px 40px 18px 45px;
        border: none;
        height: auto;
        width: 170px;
        text-indent: 0; }
      #isite header.stay .h_bottom .category .subNav {
        top: 50px; }
    #isite header.stay .h_middle .logo {
      width: auto;
      margin-right: 0px; }
      #isite header.stay .h_middle .logo img {
        width: 100px;
        height: auto; }
    #isite header .overlay_menu {
      background: rgba(0, 0, 0, 0.7);
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 10;
      display: none;
      top: 0; }
      #isite header .overlay_menu.active {
        display: block; }
    #isite header .h_top {
      height: 35px;
      background: #0070b2;
      color: #fff; }
      #isite header .h_top .lf {
        float: left;
        padding: 5px 0 0 0; }
      #isite header .h_top .rh {
        float: right;
        padding: 5px 5px 0 5px; }
      #isite header .h_top nav {
        float: left;
        position: relative;
        border-right: 1px solid #5fb0d1;
        height: 25px; }
        #isite header .h_top nav .txt {
          color: #fcf218;
          font-size: 13px;
          font-weight: bold;
          text-transform: uppercase;
          cursor: pointer;
          padding: 6px 20px 6px 0; }
          #isite header .h_top nav .txt .marker {
            position: relative;
            float: left; }
          #isite header .h_top nav .txt span {
            position: absolute;
            width: 18px;
            height: 2px;
            background: #fff;
            display: block;
            margin: 0 0 3px 0;
            top: 0;
            left: 0; }
            #isite header .h_top nav .txt span.span2 {
              top: 5px; }
            #isite header .h_top nav .txt span.span3 {
              top: 10px; }
          #isite header .h_top nav .txt .label {
            float: right;
            margin: 0 0 0 28px; }
      #isite header .h_top .lang {
        float: left;
        border-right: 1px solid #5fb0d1;
        height: 25px;
        position: relative; }
        #isite header .h_top .lang .current {
          padding: 6px 35px 6px 30px;
          position: relative;
          font-size: 13px;
          font-weight: bold;
          text-transform: uppercase;
          color: #fcf218;
          cursor: pointer; }
          #isite header .h_top .lang .current:after {
            position: absolute;
            top: 45%;
            right: 20px;
            width: 8px;
            height: 4px;
            background: url("../images/material/istep_arr.png") no-repeat 0 0;
            content: ""; }
          #isite header .h_top .lang .current:before {
            position: absolute;
            top: 10%;
            left: 0;
            width: 20px;
            height: 20px;
            background: url("../images/material/ico_lang.png") no-repeat 0 0;
            content: ""; }
        #isite header .h_top .lang ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background: #0070b2;
          width: 100%;
          padding: 10px 0;
          border-radius: 0 0 5px 5px;
          -webkit-border-radius: 0 0 5px 5px;
          -moz-border-radius: 0 0 5px 5px;
          -ms-border-radius: 0 0 5px 5px;
          -o-border-radius: 0 0 5px 5px; }
          #isite header .h_top .lang ul li a {
            color: #fff;
            display: block;
            padding: 5px 20px 5px 10px;
            text-align: right;
            font-weight: bold; }
      #isite header .h_top .other_nav {
        float: left; }
        #isite header .h_top .other_nav ul li a {
          display: block;
          padding: 6px 20px;
          font-size: 13px;
          font-weight: bold;
          color: #fff; }
      #isite header .h_top .block_method {
        display: inline-block;
        vertical-align: top; }
      #isite header .h_top .block_store {
        display: inline-block;
        vertical-align: top; }
      #isite header .h_top .drop_ms {
        border-right: 1px solid #5fb0d1;
        padding: 0 20px;
        margin: 0 0 0 0;
        position: relative;
        height: 25px; }
        #isite header .h_top .drop_ms:last-child {
          padding-right: 0;
          border: none; }
        #isite header .h_top .drop_ms .mscurrent {
          position: relative;
          font-size: 13px;
          color: #fff;
          padding: 0px 0; }
          #isite header .h_top .drop_ms .mscurrent span {
            color: #fcf218;
            padding: 6px 35px 6px 20px;
            font-weight: bold;
            cursor: pointer;
            display: inline-block;
            z-index: 9;
            position: relative; }
          #isite header .h_top .drop_ms .mscurrent:after {
            position: absolute;
            top: 0;
            right: 0;
            width: 8px;
            height: 100%;
            background: url("../images/material/istep_arr.png") no-repeat right 50%;
            content: ""; }
        #isite header .h_top .drop_ms ul {
          position: absolute;
          width: auto;
          top: 100%;
          right: 0;
          background: #0070b2;
          padding: 10px 0 15px 0;
          z-index: 355;
          border-radius: 0 0 8px 8px;
          -webkit-border-radius: 0 0 8px 8px;
          -moz-border-radius: 0 0 8px 8px;
          -ms-border-radius: 0 0 8px 8px;
          -o-border-radius: 0 0 8px 8px;
          display: none; }
          #isite header .h_top .drop_ms ul li a {
            display: block;
            color: #fff;
            text-align: right;
            padding: 5px 25px;
            font-size: 13px;
            font-weight: bold; }
            #isite header .h_top .drop_ms ul li a:hover {
              color: #fcf218; }
    #isite header .h_middle {
      height: 80px;
      border-bottom: 1px solid #efefef;
      text-align: center; }
      #isite header .h_middle .container {
        padding: 8px 0; }
      #isite header .h_middle .logo {
        float: left;
        width: 147px;
        height: 64px;
        margin: 0 55px 0 0; }
      #isite header .h_middle .block_search {
        float: none;
        width: 600px;
        height: 40px;
        margin: 10px 0 0 0;
        background: #f6f6f6;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border: 1px solid #e7e7e7;
        display: inline-block; }
        #isite header .h_middle .block_search ::-webkit-input-placeholder {
          color: #0a7eb4; }
        #isite header .h_middle .block_search :-moz-placeholder {
          color: #0a7eb4; }
        #isite header .h_middle .block_search ::-moz-placeholder {
          color: #0a7eb4; }
        #isite header .h_middle .block_search :-ms-input-placeholder {
          color: #0a7eb4; }
        #isite header .h_middle .block_search form {
          margin: 3px 3px 3px 23px; }
          #isite header .h_middle .block_search form input {
            display: inline-block; }
          #isite header .h_middle .block_search form input[type="text"] {
            background: none;
            border: none;
            font-size: 14px;
            color: #0a7eb4;
            width: 470px;
            padding: 0; }
            #isite header .h_middle .block_search form input[type="text"]:focus {
              box-shadow: 0px 0px 0px transparent;
              -webkit-box-shadow: 0px 0px 0px transparent;
              -moz-box-shadow: 0px 0px 0px transparent;
              -ms-box-shadow: 0px 0px 0px transparent;
              -o-box-shadow: 0px 0px 0px transparent; }
          #isite header .h_middle .block_search form input[type="submit"] {
            width: 100px;
            height: 34px;
            background: #0a7eb4;
            border: none;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            padding: 0;
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out; }
            #isite header .h_middle .block_search form input[type="submit"]:hover {
              background: #1486ca; }
      #isite header .h_middle .block_icon {
        float: right;
        margin: 13px 0 0 0; }
        #isite header .h_middle .block_icon ul li {
          display: inline-block;
          position: relative;
          margin: 0 5px 0 0;
          vertical-align: top; }
          #isite header .h_middle .block_icon ul li a {
            display: block;
            width: 32px;
            height: 32px;
            position: relative;
            border: 2px solid #0070b2;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px; }
            #isite header .h_middle .block_icon ul li a span {
              width: 20px;
              height: 20px;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              display: block;
              position: absolute; }
            #isite header .h_middle .block_icon ul li a.active {
              background: #0070b2;
              height: 45px; }
              #isite header .h_middle .block_icon ul li a.active span {
                background-position: left center !important;
                top: 8px;
                margin: 0 auto; }
              #isite header .h_middle .block_icon ul li a.active + p.txt {
                display: none !important; }
          #isite header .h_middle .block_icon ul li .nav_acc {
            position: absolute;
            padding: 20px;
            background: #0070b2;
            right: 0;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            top: 38px;
            display: none; }
            #isite header .h_middle .block_icon ul li .nav_acc ul li a {
              display: block;
              width: 130px;
              height: auto;
              border: none;
              font-size: 12px;
              line-height: 30px;
              color: #fff;
              font-weight: 700;
              text-align: left; }
              #isite header .h_middle .block_icon ul li .nav_acc ul li a span {
                color: #fffe03;
                position: relative;
                display: inline-block;
                width: auto;
                height: auto; }
              #isite header .h_middle .block_icon ul li .nav_acc ul li a:hover {
                color: #fffe03; }
          #isite header .h_middle .block_icon ul li .txt {
            position: absolute;
            width: 85px;
            height: 18px;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            background: #0a7eb4;
            margin: 0;
            left: -66%;
            bottom: auto;
            top: 40px;
            font-size: 10px;
            color: #fff;
            z-index: 33;
            line-height: 18px;
            text-align: center;
            display: none; }
            #isite header .h_middle .block_icon ul li .txt span {
              position: relative;
              width: 90%;
              margin: 0 auto;
              display: block; }
              #isite header .h_middle .block_icon ul li .txt span:before {
                position: absolute;
                width: 100%;
                height: 6px;
                left: 0;
                top: -5px;
                background: url("../images/material/arr_tooltip.png") no-repeat center top;
                content: ""; }
          #isite header .h_middle .block_icon ul li:last-child {
            margin-right: 0; }
          #isite header .h_middle .block_icon ul li.cart a {
            background: #0070b2; }
            #isite header .h_middle .block_icon ul li.cart a .cart_tot {
              position: absolute;
              left: -40px;
              background: #fffe03;
              border: 2px solid #0a7eb4;
              text-align: center;
              letter-spacing: 1px;
              font-size: 10px;
              color: #0a7eb4;
              font-weight: bold;
              width: 21px;
              height: 21px;
              border-radius: 50px;
              -webkit-border-radius: 50px;
              -moz-border-radius: 50px;
              -ms-border-radius: 50px;
              -o-border-radius: 50px;
              line-height: 21px; }
    #isite header .h_bottom {
      height: 40px;
      box-shadow: 0 8px 14px -9px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 8px 14px -9px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 8px 14px -9px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 8px 14px -9px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 8px 14px -9px rgba(0, 0, 0, 0.3); }
      #isite header .h_bottom .category {
        float: left;
        width: 256px;
        position: relative;
        z-index: 99; }
        #isite header .h_bottom .category .top_mnMobi {
          display: none; }
        #isite header .h_bottom .category .src_mob {
          display: none; }
        #isite header .h_bottom .category .schild {
          display: block;
          font-size: 14px;
          font-weight: bold;
          color: #0a7eb4;
          padding: 13px 40px 13px 0;
          position: relative;
          background: url("../images/material/ico_category.png") no-repeat 5% 50%;
          padding-left: 45px;
          cursor: pointer; }
          #isite header .h_bottom .category .schild:after {
            position: absolute;
            width: 12px;
            height: 100%;
            background: url("../images/material/istep_arr_blue.png") no-repeat 0 50%;
            content: "";
            top: 0;
            right: 20px; }
          #isite header .h_bottom .category .schild.hov {
            background: #1d91c1 url("../images/material/ico_category_hov.png") no-repeat 5% 50%;
            color: #fff;
            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; }
            #isite header .h_bottom .category .schild.hov:after {
              background: url("../images/material/istep_arr_blue_hov.png") no-repeat 0 50%; }
            #isite header .h_bottom .category .schild.hov:hover span {
              text-decoration: none; }
          #isite header .h_bottom .category .schild:hover span {
            text-decoration: underline; }
        #isite header .h_bottom .category .subNav {
          position: absolute;
          top: 40px;
          left: 0;
          width: auto;
          height: auto;
          z-index: 366;
          margin-top: 0px;
          display: none; }
          #isite header .h_bottom .category .subNav ul {
            margin: 0;
            background: #fff; }
            #isite header .h_bottom .category .subNav ul li {
              /*border-bottom:1px solid #f0f2f7;*/ }
              #isite header .h_bottom .category .subNav ul li:last-child {
                border-bottom: 0; }
              #isite header .h_bottom .category .subNav ul li a {
                display: block;
                font-size: 13px;
                color: #1d91c1;
                font-weight: bold;
                text-transform: uppercase;
                padding: 13px 18px; }
                #isite header .h_bottom .category .subNav ul li a span {
                  display: block;
                  position: relative; }
                  #isite header .h_bottom .category .subNav ul li a span:after {
                    position: absolute;
                    width: 6px;
                    height: 100%;
                    background: url("../images/material/arrChild.png") no-repeat 0 50%;
                    top: 0;
                    right: 0px;
                    content: ""; }
              #isite header .h_bottom .category .subNav ul li.hasChild > a {
                position: relative;
                width: 219px;
                /*border: 1px solid #f0f2f7;*/
                font-size: 14px;
                border-right-color: #1d91c1;
                border-left: none;
                display: inline-block;
                border-right: 1px solid #1d91c1;
                /*border-bottom: 1px solid #f0f2f7;*/ }
                #isite header .h_bottom .category .subNav ul li.hasChild > a:after, #isite header .h_bottom .category .subNav ul li.hasChild > a:before {
                  position: absolute;
                  height: 1px;
                  content: "";
                  left: 0;
                  width: 100%; }
                #isite header .h_bottom .category .subNav ul li.hasChild > a:after {
                  bottom: -1px;
                  background: #f0f2f7; }
                #isite header .h_bottom .category .subNav ul li.hasChild > a:before {
                  top: -1px;
                  background: transparent; }
              #isite header .h_bottom .category .subNav ul li.hasChild:hover > a {
                border-right: none; }
                #isite header .h_bottom .category .subNav ul li.hasChild:hover > a span:after {
                  background: url("../images/material/arrChild_hov.png") no-repeat 0 50%; }
                #isite header .h_bottom .category .subNav ul li.hasChild:hover > a:after {
                  background: #1d91c1; }
                #isite header .h_bottom .category .subNav ul li.hasChild:hover > a:before {
                  background: #1d91c1; }
              #isite header .h_bottom .category .subNav ul li:first-child {
                /*&.hasChild.active {
                    >a {border-right-color: transparent;}
                }*/ }
                #isite header .h_bottom .category .subNav ul li:first-child.hasChild:hover > a {
                  border-top-color: transparent; }
              #isite header .h_bottom .category .subNav ul li:last-child.hasChild > a:after {
                display: none; }
              #isite header .h_bottom .category .subNav ul li .menu_sub {
                position: absolute;
                left: 256px;
                top: 0;
                width: 880px;
                display: none;
                padding-left: 34px;
                background: #fff; }
                #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu {
                  width: 680px;
                  float: left; }
                  #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu .list_mnu {
                    height: 440px;
                    overflow: hidden;
                    padding-top: 35px; }
                  #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul {
                    min-height: 440px; }
                    #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li {
                      width: 198px;
                      margin-right: 25px;
                      margin-bottom: 25px;
                      display: inline-block;
                      vertical-align: top; }
                      #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li a {
                        font-size: 14px;
                        color: #333;
                        padding: 0;
                        text-transform: none;
                        font-weight: 400;
                        margin-bottom: 10px; }
                        #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li a:hover {
                          color: #1d91c1; }
                      #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li h5 {
                        padding-bottom: 10px;
                        margin-bottom: 15px;
                        border-bottom: 1px solid #f0f2f7; }
                        #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li h5 a {
                          color: #666;
                          text-transform: uppercase;
                          font-weight: 700;
                          margin: 0; }
                      #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li ul {
                        height: auto;
                        min-height: 0; }
                        #isite header .h_bottom .category .subNav ul li .menu_sub .blok_menu ul li ul li {
                          float: none;
                          width: auto;
                          margin: 0;
                          display: block; }
                #isite header .h_bottom .category .subNav ul li .menu_sub a.more {
                  float: none;
                  display: block;
                  padding: 0;
                  margin-top: 15px;
                  text-align: center; }
                  #isite header .h_bottom .category .subNav ul li .menu_sub a.more.show {
                    margin-bottom: 20px; }
                #isite header .h_bottom .category .subNav ul li .menu_sub .bnr_promo {
                  float: left;
                  width: 195px;
                  display: block;
                  position: relative;
                  top: 15px;
                  left: -5px; }
                  #isite header .h_bottom .category .subNav ul li .menu_sub .bnr_promo a {
                    padding: 0;
                    margin: 0; }
        #isite header .h_bottom .category:hover {
          border-color: transparent; }
        #isite header .h_bottom .category .mnu_mobile {
          display: none; }
        #isite header .h_bottom .category .btm_mnMobile {
          display: none; }
      #isite header .h_bottom .cmenu {
        float: right;
        width: auto; }
        #isite header .h_bottom .cmenu ul li {
          float: left;
          border-left: 1px solid #efefef;
          margin: 0 0px 0 0; }
          #isite header .h_bottom .cmenu ul li a {
            display: block;
            font-size: 14px;
            font-weight: bold;
            color: #0a7eb4;
            padding: 13px 62px 13px 62px;
            transition: all 0.15s ease-out;
            -webkit-transition: all 0.15s ease-out;
            -moz-transition: all 0.15s ease-out;
            -ms-transition: all 0.15s ease-out;
            -o-transition: all 0.15s ease-out; }
            #isite header .h_bottom .cmenu ul li a:hover {
              background: #f6f6f6; }
    #isite header.cart {
      background: #0070b2;
      height: 80px;
      position: relative; }
      #isite header.cart .container {
        position: relative; }
      #isite header.cart .left {
        margin: 12px 0; }
      #isite header.cart .right {
        margin: 27px 0 0; }
        #isite header.cart .right .r_item {
          display: inline-block;
          vertical-align: middle;
          padding-right: 30px;
          margin-right: 30px;
          /*&.ico_cart {
              padding: 0; margin: auto; position: relative;
              a {
                  display: inline-block; height: 44px; width: 44px; border: 2px solid $c_fcf218;
                  @include borderRadius(30%); position: relative;
                  background: url("../images/material/bicon_cart.png") no-repeat 0 0;
                  span {
                      position: absolute; top: -15px;left: 20%;background: #fffe03;border: 2px solid #0a7eb4;text-align: center;
                      font-size: 13px;color: #0a7eb4;font-weight: bold; width: 21px;height: 21px;
                      @include borderRadius(50px); line-height: 21px;
                  }
              }
          }*/ }
          #isite header.cart .right .r_item p {
            line-height: 26px;
            margin: 0;
            font-size: 13px;
            color: #fff;
            text-transform: uppercase; }
            #isite header.cart .right .r_item p label {
              margin-right: 15px; }
            #isite header.cart .right .r_item p span {
              font-weight: 700;
              color: #fcf218;
              text-transform: none; }
              #isite header.cart .right .r_item p span i {
                display: none;
                font-style: normal; }
          #isite header.cart .right .r_item:first-child {
            border-right: 1px solid #5fb0d1; }
          #isite header.cart .right .r_item:nth-child(2) {
            margin-right: 0;
            padding-right: 0; }
  #isite #middle {
    padding-top: 156px; }
    #isite #middle.cart_pg {
      padding-top: 0;
      background: #fff; }
  #isite .homeSlider .bx-wrapper {
    margin: 0; }
  #isite .homeSlider .bx-wrapper .bx-viewport {
    margin: 0;
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: solid #fff 0px;
    left: 0px;
    background: #fff; }
  #isite .homeSlider .bx-wrapper .bx-pager, #isite .homeSlider .bx-wrapper .bx-controls-auto {
    bottom: 30px; }
  #isite .homeSlider .bx-controls-direction {
    display: none; }
  #isite .homeSlider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    background: url("../images/material/bx-pager.png") no-repeat 0 0; }
  #isite .homeSlider .bx-wrapper .bx-pager.bx-default-pager a:hover, #isite .homeSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url("../images/material/bx-pager-act.png") no-repeat 0 0; }
  #isite .homeSlider .caption {
    position: absolute;
    bottom: 162px;
    left: 0;
    width: 100%; }
    #isite .homeSlider .caption a {
      display: block;
      width: 284px;
      height: 59px;
      margin: 0 auto;
      border: 3px solid #fff;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      transition: all ease-out 0.2s;
      -webkit-transition: all ease-out 0.2s;
      -moz-transition: all ease-out 0.2s;
      -ms-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s; }
      #isite .homeSlider .caption a span {
        display: block;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        padding: 21px 20px;
        text-align: center; }
      #isite .homeSlider .caption a:hover {
        transition: all ease-out 0.2s;
        -webkit-transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -ms-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        border-color: #fcf218; }
        #isite .homeSlider .caption a:hover span {
          color: #fcf218; }
  #isite .home_category {
    min-height: 350px;
    background-color: #f9f9f9;
    position: relative;
    background-size: 1300px !important; }
    #isite .home_category .catitle {
      height: 155px; }
    #isite .home_category h3 {
      color: #fff;
      font-size: 34px;
      text-align: center;
      font-weight: bold;
      padding: 60px 0 15px 0; }
    #isite .home_category .showAll {
      width: 238px;
      margin: 0 auto;
      display: block;
      position: relative;
      text-align: center;
      color: #fcf218;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    #isite .home_category .product_category {
      background: #fff;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      margin: 0 0 87px 0;
      position: relative; }
      #isite .home_category .product_category:after {
        background: url("../images/material/shadow_cat.png") no-repeat center bottom;
        padding: 0 0 0 0;
        position: absolute;
        width: 100%;
        height: 32px;
        bottom: -32px;
        content: "";
        left: 0; }
      #isite .home_category .product_category ul li {
        float: left;
        width: 291px;
        height: 288px;
        border-right: 1px solid #f0f2f7;
        border-bottom: 1px solid #f0f2f7;
        overflow: hidden; }
        #isite .home_category .product_category ul li:nth-child(4n+4) {
          border-right: 0;
          width: 294px; }
        #isite .home_category .product_category ul li .img {
          text-align: center;
          height: 225px;
          margin: 0 0 0px 0;
          display: table;
          width: 100%; }
          #isite .home_category .product_category ul li .img p {
            display: table-cell;
            vertical-align: middle;
            width: 292px; }
          #isite .home_category .product_category ul li .img img {
            display: inline-block;
            vertical-align: middle;
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            -moz-transition: 0.2s all;
            -ms-transition: 0.2s all;
            -o-transition: 0.2s all; }
        #isite .home_category .product_category ul li h5 {
          font-size: 18px;
          color: #5d5d5d;
          font-weight: bold;
          text-transform: uppercase;
          text-align: center; }
          #isite .home_category .product_category ul li h5 a {
            position: relative;
            color: #5d5d5d;
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            -moz-transition: 0.2s all;
            -ms-transition: 0.2s all;
            -o-transition: 0.2s all;
            top: 0; }
        #isite .home_category .product_category ul li:hover .img img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1); }
        #isite .home_category .product_category ul li:hover h5 a {
          color: #0070b2;
          top: -10px; }
    #isite .home_category .bannerhome_promo {
      height: 200px;
      background: #fff;
      position: relative;
      margin: 0;
      padding: 0 0 75px; }
      #isite .home_category .bannerhome_promo:before {
        position: absolute;
        width: 100%;
        height: 100px;
        top: 0;
        left: 0;
        background: #f9f9f9;
        content: "";
        z-index: 6; }
      #isite .home_category .bannerhome_promo .inner {
        position: relative;
        z-index: 8; }
  #isite .homeproduct_populer {
    padding: 0 0 95px 0;
    background: #fff; }
    #isite .prod-related h3  {
      font-size: 32px;
      color: #0a7eb4;
      font-weight: bold;
      margin: 0 0 30px 0;
      text-align: center; }
    #isite .promo .p_quick .inner {
      height: 450px;
    }
    #isite .homeproduct_populer .bx-wrapper {
      margin: 0; }
    #isite .homeproduct_populer .bx-wrapper .bx-viewport, .p_quick .bx-wrapper .bx-viewport {
      box-shadow: 0 0 0px #ccc;
      -webkit-box-shadow: 0 0 0px #ccc;
      -moz-box-shadow: 0 0 0px #ccc;
      -ms-box-shadow: 0 0 0px #ccc;
      -o-box-shadow: 0 0 0px #ccc;
      border: solid #fff 0px;
      left: 0px;
      background: transparent; }
    #isite .homeproduct_populer .bx-wrapper .bx-pager {
      display: none; }
    #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a {
      width: 39px;
      height: 28px;
      transition: all ease-out 0.2s;
      -webkit-transition: all ease-out 0.2s;
      -moz-transition: all ease-out 0.2s;
      -ms-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      z-index: 8; }
      #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a:hover {
        transition: all ease-out 0.2s;
        -webkit-transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -ms-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s; }
        #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a:hover.bx-next {
          right: -85px; }
        #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a:hover.bx-prev {
          left: -85px; }
    #isite .homeproduct_populer .bx-wrapper .bx-next {
      background: url("../images/material/arr_right.png") no-repeat 0 0;
      right: -75px; }
    #isite .homeproduct_populer .bx-wrapper .bx-prev {
      background: url("../images/material/arr_left.png") no-repeat 0 0;
      left: -75px; }
  #isite .box_product_list li {
    float: left;
    width: 220px;
    margin: 0 14px 0 0;
    text-align: center; }
    #isite .box_product_list li .dataProduct {
      position: relative; }
    #isite .box_product_list li p {
      margin: 0; }
    #isite .box_product_list li a {
      font-weight: bold;
      text-transform: uppercase; }
    #isite .box_product_list li .img {
      display: table;
      width: 100%;
      height: 170px;
      position: relative; }
      #isite .box_product_list li .img a {
        display: table-cell;
        vertical-align: middle; }
        #isite .box_product_list li .img a img {
          max-height: 220px;
          display: inline-block; }
        #isite .box_product_list li .img a .flag {
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
          #isite .box_product_list li .img a .flag span {
            position: absolute;
            top: 0;
            right: 8px;
            width: 44px;
            height: 58px;
            background: url("/hypermart/images/material/flag1_ribbon.png") no-repeat center;
            text-align: center;
            font-size: 10px;
            color: #ff0000;
            line-height: 14px;
            padding-top: 4px;
            z-index: 2;
            background-size: 100%;
            font-weight: 400;
            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 .box_product_list li .img a .flag span b {
              display: block;
              font-size: 14px;
              margin-bottom: 2px; }
            #isite .box_product_list li .img a .flag span.flag_2 {
              background: url("../images/material/flag2_ribbon.png") no-repeat center;
              background-size: 100%;
              color: #fff; }
            #isite .box_product_list li .img a .flag span.flag_3 {
              background: url("../images/material/flag3_ribbon.png") no-repeat center;
              background-size: 100%;
              color: #fff;
              font-size: 9px;
              line-height: 9px; }
              #isite .box_product_list li .img a .flag span.flag_3 b {
                margin: 5px 0;
                line-height: auto; }
            #isite .box_product_list li .img a .flag span:nth-child(2) {
              right: 53px; }
    #isite .box_product_list li .category {
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase; }
      #isite .box_product_list li .category a {
        display: block;
        color: #1d91c1; }
    #isite .box_product_list li .title {
      margin: 0 0 20px 0;
      font-size: 13px;
      font-weight: bold;
      line-height: 18px;
      height: 40px;
      text-transform: uppercase; }
      #isite .box_product_list li .title a {
        color: #000; }
        #isite .box_product_list li .title a:hover {
          color: #0070b2; }
    #isite .box_product_list li .price {
      margin: 0 0 15px 0;
      color: #ff0000;
      font-size: 18px;
      font-weight: bold; }
      #isite .box_product_list li .price span {
        display: block;
        vertical-align: middle;
        text-align: center; }
      #isite .box_product_list li .price .disc {
        color: #868686;
        font-size: 12px;
        font-weight: normal;
        text-decoration: line-through;
        padding-right: 0px; }
    #isite .box_product_list li .sale {
      position: absolute;
      width: 52px;
      height: 72px;
      background: url("../images/material/sale_ribbon.png") no-repeat 0 0;
      top: 0;
      right: 0;
      z-index: 15; }
      #isite .box_product_list li .sale p {
        line-height: 16px;
        display: block;
        font-size: 11px;
        color: #ff0000;
        font-weight: bold;
        padding: 12px 0; }
        #isite .box_product_list li .sale p .percen {
          font-size: 16px; }
    #isite .box_product_list li .soldout {
      margin: 0;
      font-size: 13px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }
      #isite .box_product_list li .soldout span {
        display: block;
        width: 100px;
        margin: 0 auto;
        height: 25px;
        line-height: 25px;
        background: #fcd419;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; }
    #isite .box_product_list li .new {
      margin: 0;
      font-size: 13px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }
      #isite .box_product_list li .new span {
        display: block;
        width: 80px;
        margin: 0 auto;
        height: 25px;
        line-height: 25px;
        background: #0070b2;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; }
    #isite .box_product_list li .selling {
      margin: 0;
      font-size: 13px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }
      #isite .box_product_list li .selling span {
        display: block;
        width: 140px;
        margin: 0 auto;
        height: 25px;
        line-height: 25px;
        background: #c30101;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; }
    #isite .box_product_list li .quickview {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 365; }
      #isite .box_product_list li .quickview a {
        display: block;
        width: 160px;
        height: 35px;
        text-align: center;
        margin: 0 auto;
        background: url("../images/material/blue_transparent.png") repeat 0 0;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        position: relative;
        top: 50%;
        margin-top: -9px; }
        #isite .box_product_list li .quickview a span {
          font-weight: bold;
          color: #fff;
          display: block;
          line-height: 35px; }
        #isite .box_product_list li .quickview a:hover span {
          color: #fffe03; }
    #isite .box_product_list li .ket {
      position: absolute;
      top: -3px;
      left: -3px;
      width: 60px;
      height: 60px;
      display: block;
      background-size: 100% !important;
      z-index: 2; }
      #isite .box_product_list li .ket.label1 {
        background: url("../images/material/label_new.png") no-repeat center; }
      #isite .box_product_list li .ket.label2 {
        background: url("../images/material/label_selling.png") no-repeat center; }
      #isite .box_product_list li .ket.label3 {
        background: url("../images/material/label_out.png") no-repeat center; }
  #isite .bannerhome_static {
    background: #fff;
    padding-bottom: 95px; }
    #isite .bannerhome_static .bgrid {
      float: left;
      width: 575px;
      margin: 0 20px 0 0; }
      #isite .bannerhome_static .bgrid:last-child {
        margin: 0; }
  #isite footer {
    /*margin: 95px 0 0 0;*/
    color: #fff; }
    #isite footer .foot_top {
      background: #0070b2;
      min-height: 270px;
      max-height: 350px; }
      #isite footer .foot_top .container {
        padding: 40px 0 0 0; }
      #isite footer .foot_top .foogrid {
        float: left; }
        #isite footer .foot_top .foogrid:first-child {
          width: 202px;
          margin: 0 90px 0 0; }
        #isite footer .foot_top .foogrid:nth-child(2) {
          width: 160px;
          margin: 0 94px 0 0; }
        #isite footer .foot_top .foogrid:nth-child(3) {
          width: 320px;
          margin: 0 80px 0 0; }
          #isite footer .foot_top .foogrid:nth-child(3) p:nth-of-type(1) {
            display: none; }
        #isite footer .foot_top .foogrid:last-child {
          width: 224px; }
        #isite footer .foot_top .foogrid h3 {
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          position: relative;
          margin: 0 0 20px 0;
          padding: 0 0 15px 0; }
          #isite footer .foot_top .foogrid h3:after {
            position: absolute;
            width: 42px;
            height: 1px;
            background: #fcf218;
            left: 0;
            bottom: 0;
            content: ""; }
        #isite footer .foot_top .foogrid p {
          font-size: 13px;
          line-height: 18px; }
        #isite footer .foot_top .foogrid .co {
          padding: 1px 0 3px 40px;
          margin-right: 20px; }
          #isite footer .foot_top .foogrid .co.mail {
            background: url("../images/material/co_mail.png") no-repeat 0 50%; }
          #isite footer .foot_top .foogrid .co.telp {
            background: url("../images/material/co_telp.png") no-repeat 0 50%; }
          #isite footer .foot_top .foogrid .co.address {
            background: url("../images/material/co_address.png") no-repeat 0 50%; }
      #isite footer .foot_top .navfoot ul li a {
        display: block;
        font-size: 13px;
        color: #fff;
        padding: 3px 0;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out; }
        #isite footer .foot_top .navfoot ul li a:hover {
          color: #fcf218; }
      #isite footer .foot_top .block_social {
        padding: 0 0 25px 0; }
        #isite footer .foot_top .block_social ul li {
          float: left;
          margin: 0 19px 0 0; }
          #isite footer .foot_top .block_social ul li a {
            display: block;
            width: 30px;
            height: 30px;
            text-indent: -999999px;
            background-size: 30px !important; }
            #isite footer .foot_top .block_social ul li a.sc_fb {
              background: url("../images/material/sc_fb.png") no-repeat 0 0; }
            #isite footer .foot_top .block_social ul li a.sc_tweet {
              background: url("../images/material/sc_tweet.png") no-repeat 0 0; }
            #isite footer .foot_top .block_social ul li a.sc_instagram {
              background: url("../images/material/sc_instagram.png") no-repeat 0 0; }
            #isite footer .foot_top .block_social ul li a.sc_gplus {
              background: url("../images/material/sc_gplus.png") no-repeat 0 0; }
          #isite footer .foot_top .block_social ul li:last-child {
            margin-right: 0; }
      #isite footer .foot_top .block_mobileApps ul li {
        float: left;
        margin: 0 9px 0 0; }
        #isite footer .foot_top .block_mobileApps ul li:last-child {
          margin-right: 0; }
        #isite footer .foot_top .block_mobileApps ul li a {
          display: block;
          width: 95px;
          height: 30px;
          text-indent: -999999px;
          background-size: 100% !important; }
          #isite footer .foot_top .block_mobileApps ul li a.appleStore {
            background: url("../images/material/apps_appleStore.png") no-repeat 0 0; }
          #isite footer .foot_top .block_mobileApps ul li a.googlePlay {
            background: url("../images/material/apps_googlePlay.png") no-repeat 0 0; }
    #isite footer .foot_bottom {
      min-height: 40px;
      width: 100%;
      background: #004c82; }
      #isite footer .foot_bottom a {
        color: #fff;
        transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out; }
        #isite footer .foot_bottom a:hover {
          color: #fcf218; }
      #isite footer .foot_bottom ul li {
        *zoom: 1;
        display: inline-block;
        font-size: 12px; }
        #isite footer .foot_bottom ul li a {
          display: block;
          padding: 0 10px;
          position: relative;
          transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -ms-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          font-size: 12px;
          font-weight: bold; }
          #isite footer .foot_bottom ul li a:after {
            position: absolute;
            top: -2px;
            right: 0;
            content: "."; }
        #isite footer .foot_bottom ul li:last-child a:after {
          content: ""; }
      #isite footer .foot_bottom .left_foot {
        float: left;
        padding: 14px 0 0 0; }
      #isite footer .foot_bottom .right_foot {
        float: right;
        padding: 12px 0 0 0; }
        #isite footer .foot_bottom .right_foot .copyright {
          font-size: 11px;
          margin: 0; }
          #isite footer .foot_bottom .right_foot .copyright a:hover {
            color: #fcf218; }
  #isite .block_zopimchat {
    position: fixed;
    width: 236px;
    height: 198px;
    bottom: 0;
    right: 72px;
    z-index: 2525; }
    #isite .block_zopimchat a {
      display: block; }

/* ============================================= login popup ============================================= */
.pop_wrap {
  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: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000; }
  .pop_wrap * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .pop_wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    height: 100%;
    width: 100%; }
  .pop_wrap .inner {
    width: 500px;
    height: 450px;
    overflow-y: scroll;
    max-width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 50px; }
    .pop_wrap .inner h1 {
      font-size: 30px;
      color: #0070b2;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      margin: 0 40px 20px;
      line-height: 28px; }
    .pop_wrap .inner h3 {
      text-align: center;
      padding-bottom: 15px;
      position: relative;
      font-weight: 700;
      margin: 0 0 30px;
      font-size: 24px;
      color: #666; }
      .pop_wrap .inner h3:after {
        content: '';
        width: 40px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #666; }
    .pop_wrap .inner img.logo {
      display: block;
      margin: 0 auto 30px; }
    .pop_wrap .inner form p {
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 25px;
      color: #333; }
    .pop_wrap .inner form .row {
      display: block;
      width: 100%;
      margin: 0 0 20px; }
      .pop_wrap .inner form .row input, .pop_wrap .inner form .row select {
        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-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        padding: 12px;
        font-size: 13px;
        border-color: #ddd;
        font-style: italic; }
      .pop_wrap .inner form .row select {
        font-style: normal;
        background: url(../images/material/arr-bottom.png) no-repeat 93% center; }
      .pop_wrap .inner form .row:nth-child(2) {
        margin-left: 0; }
      .pop_wrap .inner form .row.full {
        width: 100%;
        display: block;
        margin-bottom: 0; }
        .pop_wrap .inner form .row.full input[type="submit"], .pop_wrap .inner form .row.full input[type="button"] {
          border: none;
          width: 100%;
          margin: 0 auto;
          display: block;
          padding: 0 20px;
          line-height: 45px;
          text-transform: none;
          font-size: 16px;
          border-radius: 22.5px;
          -webkit-border-radius: 22.5px;
          -moz-border-radius: 22.5px;
          -ms-border-radius: 22.5px;
          -o-border-radius: 22.5px;
          height: 45px;
          font-style: normal; }
      .pop_wrap .inner form .row.captcha {
        margin-bottom: 30px; }
        .pop_wrap .inner form .row.captcha input {
          width: 180px;
          vertical-align: top; }
        .pop_wrap .inner form .row.captcha img {
          display: inline-block;
          vertical-align: top; }
    .pop_wrap .inner .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px;
      background: url("../images/material/close.png") no-repeat center; }
    .pop_wrap .inner a.forgot, .account_page .inner a.forgot  {
      display: block;
      color: #ff0000;
      text-align: right;
      font-size: 14px;
      margin-top: 0;
      line-height: 21px;
      font-weight: 700;
      margin: 10px 0 0; }
    .pop_wrap .inner .wrap_daftar, .account_page .inner .wrap_daftar {
      margin-top: 30px; }
      .pop_wrap .inner .wrap_daftar p, .account_page .inner .wrap_daftar p {
        color: #666;
        display: block;
        font-size: 14px;
        margin: 0;
        text-align: center;
        font-weight: 700; }
        .pop_wrap .inner .wrap_daftar p a {
          color: #0070b2;
          text-decoration: underline;
          font-weight: 700;
          display: inline-block;
          margin-left: 3px;
          font-size: 16px; }
          .pop_wrap .inner .wrap_daftar p a:hover {
            color: #1486ca; }

#pop-forgot .inner,
#pop-shop .inner {
  height: 500px;
  padding: 70px 50px; }

#pop-remind .inner {
  height: 400px; }

#pop-editaddrss1 .inner,
#pop-editaddrss2 .inner,
#pop-editdelery1 .inner,
#pop-editdelery2 .inner {
  height: 400px;
  padding: 50px; }

#pop-shop .inner h1 {
  margin: 0 66px 20px; }

#pop-addrss_pop .inner {
  width: 850px;
  padding: 30px;
  height: 590px; }
  #pop-addrss_pop .inner form {
    margin-top: 40px; }
    #pop-addrss_pop .inner form .col .row {
      float: left;
      width: 48.5%;
      margin-right: 3%; }
      #pop-addrss_pop .inner form .col .row:last-child {
        margin-right: 0; }
      #pop-addrss_pop .inner form .col .row label {
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 700;
        width: 125px;
        vertical-align: top;
        top: 10px;
        position: relative; }
      #pop-addrss_pop .inner form .col .row label.opt {
        width: 400px;
        float: none; }
      #pop-addrss_pop .inner form .col .row input, #pop-addrss_pop .inner form .col .row select {
        display: inline-block;
        vertical-align: top;
        width: 254px; }
      #pop-addrss_pop .inner form .col .row textarea {
        width: 660px;
        height: 100px;
        padding: 12px;
        font-size: 13px;
        font-style: italic;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }

      #pop-addrss_pop .inner form .col .row input[type="submit"], #pop-addrss_pop .inner form .col .row input[type="button"] {
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-style: normal;
        padding: 0;
        border: none;
        border-radius: 22.5px;
        -webkit-border-radius: 22.5px;
        -moz-border-radius: 22.5px;
        -ms-border-radius: 22.5px;
        -o-border-radius: 22.5px; }
    #pop-addrss_pop .inner form .col.full .row {
      float: none;
      width: 100%; }
    #pop-addrss_pop .inner form .col:last-child {
      padding-top: 25px;
      border-top: 1px solid #eaeaea;
      margin-top: 15px; }

.zoomContainer {
  z-index: 5 !important; }


#pop-link-ovo .inner {
  width: 600px;
  padding: 40px;
  height: 300px; }
#pop-link-ovo .inner form {
  margin-top: 40px; }
#pop-link-ovo .inner form .col .row {
  float: left;
  width: 48.5%;
  margin-right: 3%; }
#pop-link-ovo .inner form .col .row label {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  width: 200px;
  vertical-align: top;
  top: 10px;
  position: relative; }
#pop-link-ovo .inner form .col .row input {
  display: inline-block;
  vertical-align: top;
  width: 254px; }
#pop-link-ovo .inner form .col .row input[type="button"] {
  width: 200px;
  height: 45px;
  line-height: 45px;
  font-style: normal;
  padding: 0;
  border: none;
  border-radius: 22.5px;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  -ms-border-radius: 22.5px;
  -o-border-radius: 22.5px; }
#pop-link-ovo .inner form .col.full .row {
  float: none;
  width: 100%; }
/*# sourceMappingURL=style.css.map */
