/*============================================================================================= 
    Company    : PT Web Architect Technology - webarq.com
    Document   : Stylesheet
    Author     : Iqbal Wahyudi Pratama - iqbalwahyudip.com
==============================================================================================*/
/*============================================================================================= 
    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, .product-grid .inner .content-list .content-info .images:after, .box-form-bottom .inner .form-top.pssword .row:after, .box-form-bottom .inner .form-bottom:after, .use_addrss .block .name_adrss:after, .list-data .container:after, .top_back:after, .content_cart:after, .content_cart .left_cart .list_troli .box:after, .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat .top:after, .content_cart .right_cart .list_total .total: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; }
  .btn_round.white {
    background: #ffffff;
    color: #0070b2; }
    .btn_round.white 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.white:hover {
      background: #dddddd; }
      .btn_round.white: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; }

/*
----------------------------------------------------------------------------------------------*/
.banner {
  min-height: 330px;
  padding: 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;
  text-transform: uppercase;
  position: relative;
  text-align: center; }
  .banner img {
    width: 1300px; }
  .banner.banner-product {
    background-image: url("../images/banner/banner-product.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1300px; }
  .banner.banner-myaccount {
    background-image: url("../images/banner/banner-myaccount.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1300px;
    padding: 50px 0 0 0;
    min-height: 156px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left; }
    .banner.banner-myaccount h2 {
      display: inline-block; }
  .banner * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .banner h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 32px;
    font-weight: bold; }
  .banner h4 {
    font-size: 14px;
    color: #f7fd00;
    padding-top: 10px; }
  .banner p {
    font-size: 14px;
    color: #fcf218;
    font-weight: bold;
    text-transform: uppercase; }
    .banner p a {
      color: #f7fd00; }
  .banner .right {
    float: right; }
  .banner .desc {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    text-align: left; }
  .banner.no-nav {
    margin-bottom: 40px;
    padding: 74px 0 0; }

.product-grid * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
.product-grid .inner {
  position: relative;
  top: -48px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 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;
  padding: 0;
  display: inline-block;
  width: 100%; }
  .product-grid .inner.brand {
    top: 0;
    padding-bottom: 138px; }
  .product-grid .inner .nav-page {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; }
    .product-grid .inner .nav-page .grid {
      float: left;
      margin-right: 35px;
      height: 56px;
      border-right: 1px solid #f2f2f2;
      padding: 15px 20px 5px 0; }
      .product-grid .inner .nav-page .grid:first-child {
        padding: 15px 40px 5px 30px; }
      .product-grid .inner .nav-page .grid:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
        .product-grid .inner .nav-page .grid:last-child span {
          margin-right: 40px; }
      .product-grid .inner .nav-page .grid > span {
        font-size: 12px;
        color: #a1a7bd;
        font-weight: bold;
        margin-right: 50px;
        text-transform: uppercase;
        float: left;
        padding-top: 8px; }
      .product-grid .inner .nav-page .grid a {
        color: #0070b3;
        font-weight: bold;
        font-size: 14px; }
      .product-grid .inner .nav-page .grid .pager {
        display: inline-block; }
        .product-grid .inner .nav-page .grid .pager span {
          float: left;
          color: #0070b3;
          font-size: 16px;
          font-weight: bold;
          height: 30px;
          line-height: 30px;
          min-width: 30px;
          text-align: center; }
        .product-grid .inner .nav-page .grid .pager a {
          min-width: 30px;
          height: 30px;
          font-size: 14px;
          background: transparent;
          color: #0070b3;
          float: left;
          font-weight: bold;
          letter-spacing: 1px;
          text-align: center;
          line-height: 30px;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin-right: 5px;
          transition: 0.1s all;
          -webkit-transition: 0.1s all;
          -moz-transition: 0.1s all;
          -ms-transition: 0.1s all;
          -o-transition: 0.1s all; }
          .product-grid .inner .nav-page .grid .pager a.active, .product-grid .inner .nav-page .grid .pager a:hover {
            background: #0070b3;
            color: #f5fc00; }
          .product-grid .inner .nav-page .grid .pager a:last-child {
            letter-spacing: 0px; }
      .product-grid .inner .nav-page .grid .drop {
        position: relative;
        min-width: 60px;
        float: left;
        margin-top: 7px; }
        .product-grid .inner .nav-page .grid .drop:after {
          content: "";
          position: absolute;
          top: 4px;
          right: 10px;
          background: url("../images/material/arr-bottom.png") no-repeat center;
          width: 10px;
          height: 6px; }
        .product-grid .inner .nav-page .grid .drop a {
          padding-right: 35px; }
        .product-grid .inner .nav-page .grid .drop ul {
          position: absolute;
          top: 100%;
          left: -10px;
          min-width: 100%;
          background: #fff;
          padding-left: 10px;
          padding-bottom: 10px;
          line-height: 18px;
          z-index: 10;
          display: none; }
        .product-grid .inner .nav-page .grid .drop .select_cus {
          background: #fff;
          color: #0070b2;
          font-weight: 700; }
          .product-grid .inner .nav-page .grid .drop .select_cus select {
            padding: 5px 15px 5px 5px;
            width: 100%;
            border: none;
            font-size: 14px;
            position: relative;
            top: -7px;
            font-weight: 700;
            color: #0070b2; }
          .product-grid .inner .nav-page .grid .drop .select_cus.sort {
            width: 120px; }
      .product-grid .inner .nav-page .grid .gbox, .product-grid .inner .nav-page .grid .glist {
        width: 22px;
        height: 22px;
        float: left;
        margin-right: 15px;
        margin-top: 2px; }
        .product-grid .inner .nav-page .grid .gbox.active, .product-grid .inner .nav-page .grid .glist.active {
          background-position: left center; }
      .product-grid .inner .nav-page .grid .gbox {
        background: url("../images/material/grid-box_nw.png") no-repeat right center; }
      .product-grid .inner .nav-page .grid .glist {
        background: url("../images/material/grid-list_nw.png") no-repeat right center;
        margin-right: 0; }
      .product-grid .inner .nav-page .grid.filter {
        display: none; }
  .product-grid .inner.brand .content-list .content-right {
    background: transparent; }
    .product-grid .inner.brand .content-list .content-right.y10 {
      padding-top: 0; }
    .product-grid .inner.brand .content-list .content-right .search-res {
      padding-top: 0; }
      .product-grid .inner.brand .content-list .content-right .search-res .pager {
        padding-top: 5px; }
    .product-grid .inner.brand .content-list .content-right .row-three .col {
      width: 31%;
      margin-right: 3.5%;
      background: #fff; }
      .product-grid .inner.brand .content-list .content-right .row-three .col:nth-child(4n) {
        margin-right: 3.5%; }
      .product-grid .inner.brand .content-list .content-right .row-three .col:nth-child(3n) {
        margin-right: 0; }
  .product-grid .inner.brand .nav-page {
    background: transparent; }
  .product-grid .inner .content-list {
    width: 100%;
    display: inline-block; }
    .product-grid .inner .content-list aside {
      width: 270px;
      float: left; }
      .product-grid .inner .content-list aside .title {
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #f0f2f7;
        width: 100%;
        display: inline-block; }
        .product-grid .inner .content-list aside .title h5 {
          float: left;
          font-size: 14px;
          font-weight: bold;
          color: #0070b3;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .product-grid .inner .content-list aside .title a {
          float: right;
          font-size: 11px;
          text-decoration: underline;
          letter-spacing: 1px;
          font-weight: bold;
          text-transform: uppercase; }
          .product-grid .inner .content-list aside .title a.aclear {
            color: #ff1515; }
            .product-grid .inner .content-list aside .title a.aclear:hover {
              color: #c11717; }
          .product-grid .inner .content-list aside .title a.aapply {
            color: #2754eb; }
            .product-grid .inner .content-list aside .title a.aapply:hover {
              color: #2242af; }
      .product-grid .inner .content-list aside ul.cat-list {
        width: 100%;
        display: inline-block;
        max-height: 308px;
        padding: 20px 20px 0 20px;
        overflow-y: auto;
        margin-bottom: 20px; }
        .product-grid .inner .content-list aside ul.cat-list li {
          width: 100%;
          float: left;
          font-size: 14px;
          color: #0070b3;
          font-weight: bold;
          text-transform: uppercase; }
          .product-grid .inner .content-list aside ul.cat-list li input[type="checkbox"] {
            float: left; }
          .product-grid .inner .content-list aside ul.cat-list li label {
            float: left; }
          .product-grid .inner .content-list aside ul.cat-list li span {
            float: right;
            color: #b8bfd3; }
          .product-grid .inner .content-list aside ul.cat-list li .opt {
            margin-bottom: 16px; }
          .product-grid .inner .content-list aside ul.cat-list li ul {
            padding-left: 20px; }
            .product-grid .inner .content-list aside ul.cat-list li ul li {
              text-transform: capitalize;
              color: #000; }
          .product-grid .inner .content-list aside ul.cat-list li:hover {
            color: #000; }
      .product-grid .inner .content-list aside .sprice {
        @inlcude fullinline;
        padding: 10px 0 0 20px;
        font-size: 12px;
        color: #343e5c;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 40px; }
        .product-grid .inner .content-list aside .sprice table tr td:first-child {
          width: 45px; }
        .product-grid .inner .content-list aside .sprice input[type="text"] {
          border: 1px solid #e4e8f0;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          color: #343e5c;
          height: 30px;
          width: 190px;
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 10px;
          font-weight: bold; }
      .product-grid .inner .content-list aside .promoslider {
        margin-bottom: 30px; }
        .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport {
          box-shadow: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none; }
          .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure {
            position: relative;
            margin: 0 0 10px; }
            .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure img {
              margin: auto; }
            .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .flag {
              position: absolute;
              top: 0;
              left: 0;
              right: 0; }
              .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .flag span {
                position: absolute;
                top: 0;
                right: 8px;
                width: 44px;
                height: 58px;
                background: url("../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%; }
                .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .flag span b {
                  display: block;
                  font-size: 14px;
                  margin-bottom: 2px; }
                .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .flag span.flag_2 {
                  background: url("../images/material/flag2_ribbon.png") no-repeat center;
                  background-size: 100%;
                  color: #fff; }
                .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .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; }
                  .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .flag span.flag_3 b {
                    margin: 5px 0;
                    line-height: auto; }
                .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .flag span:nth-child(2) {
                  right: 53px; }
            .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .ket {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 60px;
              height: 60px;
              display: block;
              background-size: 100% !important; }
              .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .ket.label1 {
                background: url("../images/material/label_new.png") no-repeat center; }
              .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .ket.label2 {
                background: url("../images/material/label_selling.png") no-repeat center; }
              .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside figure .ket.label3 {
                background: url("../images/material/label_out.png") no-repeat center; }
          .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside .desc {
            text-align: center;
            font-size: 12px;
            line-height: 18px;
            font-weight: bold;
            color: #000000;
            text-transform: uppercase; }
            .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside .desc span {
              color: #1d91c1;
              display: block; }
            .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside .desc a {
              color: #000000; }
            .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside .desc h5 {
              display: block;
              margin: 0 40px 10px;
              font-weight: bold;
              font-size: 14px; }
            .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside .desc p {
              font-weight: bold;
              font-size: 18px;
              color: #ff0000;
              line-height: 18px; }
              .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-viewport .sliderside .desc p span {
                font-size: 12px;
                font-weight: normal;
                color: #868686;
                margin-right: 0px;
                display: block;
                text-decoration: line-through; }
        .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-controls-direction a {
          width: 8px;
          z-index: 8; }
        .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-next {
          background: url("../images/material/nav-slide.png") no-repeat right center; }
        .product-grid .inner .content-list aside .promoslider .bx-wrapper .bx-prev {
          background: url("../images/material/nav-slide.png") no-repeat left center; }
      .product-grid .inner .content-list aside .recently-view {
        padding: 10px 20px; }
        .product-grid .inner .content-list aside .recently-view p {
          font-size: 14px;
          color: #343e5c;
          font-weight: bold; }
      .product-grid .inner .content-list aside .nav {
        padding: 20px; }
        .product-grid .inner .content-list aside .nav a {
          font-size: 14px;
          color: #0070b2;
          font-weight: 700;
          text-transform: uppercase;
          padding: 12px 0;
          display: block; }
          .product-grid .inner .content-list aside .nav a.active, .product-grid .inner .content-list aside .nav a:hover {
            color: #343e5c; }
        .product-grid .inner .content-list aside .nav .ddown {
          /*&:after{content: ""; width: 11px; height: 6px; background: url('../images/material/arr_bottom.png') no-repeat center; position: absolute; top: 15px; right: 0;}*/ }
          .product-grid .inner .content-list aside .nav .ddown > a {
            background: transparent url("../images/material/arr-bottom.png") no-repeat 97% center; }
          .product-grid .inner .content-list aside .nav .ddown ul {
            display: none; }
            .product-grid .inner .content-list aside .nav .ddown ul.active {
              display: block; }
            .product-grid .inner .content-list aside .nav .ddown ul li a {
              text-transform: none;
              padding: 8px 0 8px 23px; }
      .product-grid .inner .content-list aside .bx-wrapper .bx-viewport {
        left: 0; }
      .product-grid .inner .content-list aside .box {
        background: #fff;
        margin: 20px 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        overflow: hidden; }
        .product-grid .inner .content-list aside .box.quiklink {
          padding-bottom: 50px; }
    .product-grid .inner .content-list .content-right {
      float: right;
      width: 870px;
      padding: 0 0 20px;
      background: #fff;
      margin-top: 20px;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      margin-bottom: 20px; }
      .product-grid .inner .content-list .content-right.product {
        background: transparent; }
      .product-grid .inner .content-list .content-right.y10 {
        padding-top: 10px; }
      .product-grid .inner .content-list .content-right .search-res {
        font-size: 12px;
        font-weight: bold;
        color: #a1a8bd;
        letter-spacing: 0.5px;
        width: 100%;
        display: inline-block;
        margin-bottom: 16px;
        padding-top: 20px; }
        .product-grid .inner .content-list .content-right .search-res > span {
          margin-right: 15px;
          float: left;
          text-transform: uppercase; }
        .product-grid .inner .content-list .content-right .search-res .box-research {
          float: left;
          position: relative;
          margin-right: 20px;
          max-width: 300px;
          min-width: 200px;
          min-height: 10px; }
          .product-grid .inner .content-list .content-right .search-res .box-research:after {
            content: "";
            position: absolute;
            right: 0;
            top: -6px;
            height: 25px;
            width: 1px;
            background: #dedede; }
          .product-grid .inner .content-list .content-right .search-res .box-research.resbrand {
            max-width: 230px;
            margin-right: 0; }
            .product-grid .inner .content-list .content-right .search-res .box-research.resbrand:after {
              display: none; }
          .product-grid .inner .content-list .content-right .search-res .box-research li {
            float: left;
            position: relative;
            padding-right: 20px;
            margin-right: 10px;
            margin-bottom: 10px; }
            .product-grid .inner .content-list .content-right .search-res .box-research li a {
              color: #3d4762;
              letter-spacing: 0; }
            .product-grid .inner .content-list .content-right .search-res .box-research li span {
              position: absolute;
              top: 0;
              right: 2px;
              width: 13px;
              height: 13px;
              background: url("../images/material/del-btn.png") no-repeat center;
              cursor: pointer; }
        .product-grid .inner .content-list .content-right .search-res .btnright {
          float: right;
          position: relative;
          top: -8px; }
        .product-grid .inner .content-list .content-right .search-res p.right {
          margin-bottom: 0;
          line-height: 10px; }
        .product-grid .inner .content-list .content-right .search-res .box_search {
          position: relative;
          width: 556px; }
          .product-grid .inner .content-list .content-right .search-res .box_search input[type="text"] {
            border: none;
            width: 100%;
            font-size: 16px;
            padding-right: 40px; }
          .product-grid .inner .content-list .content-right .search-res .box_search span {
            position: absolute;
            top: 10px;
            right: 10px;
            background: url("../images/material/search.png") no-repeat center;
            width: 20px;
            height: 20px; }
          .product-grid .inner .content-list .content-right .search-res .box_search ::-webkit-input-placeholder {
            font-style: italic; }
          .product-grid .inner .content-list .content-right .search-res .box_search :-moz-placeholder {
            font-style: italic; }
          .product-grid .inner .content-list .content-right .search-res .box_search ::-moz-placeholder {
            font-style: italic; }
          .product-grid .inner .content-list .content-right .search-res .box_search :-ms-input-placeholder {
            font-style: italic; }
        .product-grid .inner .content-list .content-right .search-res .pager {
          padding-top: 10px; }
      .product-grid .inner .content-list .content-right .row-three .col {
        width: 210px;
        float: left;
        text-align: center;
        margin-bottom: 40px;
        margin-right: 10px;
        border: 2px solid transparent;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }
        .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 figure {
          height: 170px;
          width: 100%;
          display: inline-block;
          padding-bottom: 20px;
          position: relative;
          background: #fff;
          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; }
          .product-grid .inner .content-list .content-right .row-three .col figure .flag {
            position: absolute;
            top: 0;
            left: 0;
            right: 0; }
            .product-grid .inner .content-list .content-right .row-three .col figure .flag span {
              position: absolute;
              top: -1px;
              right: 8px;
              width: 44px;
              height: 58px;
              background: url("../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%; }
              .product-grid .inner .content-list .content-right .row-three .col figure .flag span b {
                display: block;
                font-size: 14px;
                margin-bottom: 2px; }
              .product-grid .inner .content-list .content-right .row-three .col figure .flag span.flag_2 {
                background: url("../images/material/flag2_ribbon.png") no-repeat center;
                background-size: 100%;
                color: #fff; }
              .product-grid .inner .content-list .content-right .row-three .col figure .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; }
                .product-grid .inner .content-list .content-right .row-three .col figure .flag span.flag_3 b {
                  margin: 5px 0;
                  line-height: auto; }
              .product-grid .inner .content-list .content-right .row-three .col figure .flag span:nth-child(2) {
                right: 53px; }
          .product-grid .inner .content-list .content-right .row-three .col figure img {
            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; }
          .product-grid .inner .content-list .content-right .row-three .col figure .ket {
            position: absolute;
            left: -3px;
            top: -3px;
            width: 60px;
            height: 60px;
            display: block;
            background-size: 100% !important;
            z-index: 2; }
            .product-grid .inner .content-list .content-right .row-three .col figure .ket.label1 {
              background: url("../images/material/label_new.png") no-repeat center; }
            .product-grid .inner .content-list .content-right .row-three .col figure .ket.label2 {
              background: url("../images/material/label_selling.png") no-repeat center; }
            .product-grid .inner .content-list .content-right .row-three .col figure .ket.label3 {
              background: url("../images/material/label_out.png") no-repeat center; }
          .product-grid .inner .content-list .content-right .row-three .col figure a {
            font-size: 12px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            background: rgba(0, 112, 178, 0.85);
            position: absolute;
            top: 45%;
            left: 0;
            right: 0;
            margin: auto;
            text-transform: uppercase;
            width: 140px;
            height: 35px;
            display: inline-block;
            padding-top: 11px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transition: 0.1s all ease-out;
            -webkit-transition: 0.1s all ease-out;
            -moz-transition: 0.1s all ease-out;
            -ms-transition: 0.1s all ease-out;
            -o-transition: 0.1s all ease-out;
            z-index: 2; }
            .product-grid .inner .content-list .content-right .row-three .col figure a:hover {
              color: #fffe03; }
        .product-grid .inner .content-list .content-right .row-three .col .desc {
          text-align: center;
          font-size: 12px;
          line-height: 18px;
          font-weight: bold;
          color: #000000;
          text-transform: uppercase;
          height: 160px;
          position: relative;
          background: #fff;
          margin-top: -2px;
          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; }
          .product-grid .inner .content-list .content-right .row-three .col .desc span {
            color: #1d91c1;
            display: block; }
          .product-grid .inner .content-list .content-right .row-three .col .desc a {
            color: #000; }
          .product-grid .inner .content-list .content-right .row-three .col .desc h5 {
            display: block;
            margin: 0 20px 10px;
            font-weight: bold;
            transition: 0.1s all;
            min-height: 42px;
            -webkit-transition: 0.1s all;
            -moz-transition: 0.1s all;
            -ms-transition: 0.1s all;
            -o-transition: 0.1s all;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 14px; }
            .product-grid .inner .content-list .content-right .row-three .col .desc h5:hover {
              color: #0070b2; }
          .product-grid .inner .content-list .content-right .row-three .col .desc p {
            font-weight: bold;
            font-size: 18px;
            color: #ff0000;
            line-height: 18px; }
            .product-grid .inner .content-list .content-right .row-three .col .desc p span {
              font-size: 12px;
              font-weight: normal;
              color: #868686;
              display: inline-block;
              height: 18px;
              text-decoration: line-through;
              display: block; }
.product-grid .inner .content-list .content-right .row-three .col .desc p img {
  height: 40px;
}
          .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn {
            position: relative; }
            .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn a.btn-oval {
              color: #fff;
              position: relative;
              font-size: 11px;
              background: #d80000;
              display: inline-block;
              vertical-align: top; }
              .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn a.btn-oval:hover {
                background: #1486ca; }
            .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn a.ico_crt {
              width: 40px;
              background: #2e383e url("../images/material/ico_quick.png") no-repeat center center;
              border-radius: 12.5px;
              -webkit-border-radius: 12.5px;
              -moz-border-radius: 12.5px;
              -ms-border-radius: 12.5px;
              -o-border-radius: 12.5px;
              height: 25px;
              display: inline-block;
              vertical-align: top;
              margin-left: 5px; }
              .product-grid .inner .content-list .content-right .row-three .col .desc .link_btn a.ico_crt:hover {
                background-color: #aaa; }
        .product-grid .inner .content-list .content-right .row-three .col:hover {
          border-color: #c6d9e4; }
        .product-grid .inner .content-list .content-right .row-three .col.ofstock figure:after {
          content: '';
          background: rgba(255, 255, 255, 0.6);
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          display: block;
          z-index: 1;
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px; }
        .product-grid .inner .content-list .content-right .row-three .col.ofstock .desc .link_btn a.btn-oval {
          background: #818589; }
      .product-grid .inner .content-list .content-right .row-three.row-list .col {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        margin-right: 0; }
        .product-grid .inner .content-list .content-right .row-three.row-list .col figure {
          width: 122px;
          max-height: 130px;
          float: left;
          position: static;
          margin-bottom: 0;
          border-radius: 8px 0 0 8px;
          -webkit-border-radius: 8px 0 0 8px;
          -moz-border-radius: 8px 0 0 8px;
          -ms-border-radius: 8px 0 0 8px;
          -o-border-radius: 8px 0 0 8px; }
          .product-grid .inner .content-list .content-right .row-three.row-list .col figure a {
            top: 50px;
            left: auto;
            right: 25px; }
          .product-grid .inner .content-list .content-right .row-three.row-list .col figure img {
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px; }
        .product-grid .inner .content-list .content-right .row-three.row-list .col .desc {
          float: left;
          width: 744px;
          text-align: left;
          padding-top: 20px;
          border-radius: 0 8px 8px 0;
          -webkit-border-radius: 0 8px 8px 0;
          -moz-border-radius: 0 8px 8px 0;
          -ms-border-radius: 0 8px 8px 0;
          -o-border-radius: 0 8px 8px 0;
          margin-top: 0;
          height: 130px; }
          .product-grid .inner .content-list .content-right .row-three.row-list .col .desc h5 {
            width: 285px;
            float: left;
            margin: 0 200px 0 0; }
          .product-grid .inner .content-list .content-right .row-three.row-list .col .desc p {
            float: left;
            padding-top: 6px; }
          .product-grid .inner .content-list .content-right .row-three.row-list .col .desc a {
            width: 100%;
            display: inline-block; }
            .product-grid .inner .content-list .content-right .row-three.row-list .col .desc a.btn-oval {
              display: inline-block;
              width: auto;
              bottom: 20px; }
            .product-grid .inner .content-list .content-right .row-three.row-list .col .desc a.ico_crt {
              bottom: 20px;
              position: relative; }
        .product-grid .inner .content-list .content-right .row-three.row-list .col:hover figure a {
          opacity: 1;
          visibility: visible;
          top: 70px; }
        .product-grid .inner .content-list .content-right .row-three.row-list .col.ofstock figure:after {
          width: 122px; }
    .product-grid .inner .content-list .faq {
      margin-bottom: 20px;
      padding: 0 40px; }
      .product-grid .inner .content-list .faq h4 {
        font-size: 18px;
        color: #3d3d3d;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 55px; }
      .product-grid .inner .content-list .faq .list_faq .item {
        margin-bottom: 15px; }
        .product-grid .inner .content-list .faq .list_faq .item .title_acc {
          background: #0070b2;
          padding: 15px 30px;
          cursor: pointer;
          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;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          .product-grid .inner .content-list .faq .list_faq .item .title_acc h5 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            position: relative;
            vertical-align: middle; }
          .product-grid .inner .content-list .faq .list_faq .item .title_acc .ar {
            background: url("../images/material/arr_faq.png") no-repeat center center;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            right: -10px;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: all linear 0.3s;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
            -ms-transition: all linear 0.3s;
            -o-transition: all linear 0.3s; }
          .product-grid .inner .content-list .faq .list_faq .item .title_acc.show {
            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;
            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; }
            .product-grid .inner .content-list .faq .list_faq .item .title_acc.show .ar {
              transition: all linear 0.3s;
              -webkit-transition: all linear 0.3s;
              -moz-transition: all linear 0.3s;
              -ms-transition: all linear 0.3s;
              -o-transition: all linear 0.3s;
              transform: rotate(-180deg);
              -webkit-transform: rotate(-180deg);
              -moz-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              -o-transform: rotate(-180deg); }
        .product-grid .inner .content-list .faq .list_faq .item .dec_acc {
          padding: 15px 30px;
          background: #fff;
          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;
          display: none; }
          .product-grid .inner .content-list .faq .list_faq .item .dec_acc p {
            font-size: 14px;
            line-height: 16px;
            color: #555; }
    .product-grid .inner .content-list .pay_info_link {
      width: 100%;
      display: inline-block;
      margin-bottom: 30px; }
      .product-grid .inner .content-list .pay_info_link a {
        width: 216px;
        max-width: 25%;
        float: left;
        height: 56px;
        line-height: 56px;
        color: #006fb2;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        border-right: 1px solid #f2f2f2;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all; }
        .product-grid .inner .content-list .pay_info_link a.selected, .product-grid .inner .content-list .pay_info_link a:hover {
          background: #f5fc00; }
        .product-grid .inner .content-list .pay_info_link a:first-child {
          border-radius: 5px 0 5px 0;
          -webkit-border-radius: 5px 0 5px 0;
          -moz-border-radius: 5px 0 5px 0;
          -ms-border-radius: 5px 0 5px 0;
          -o-border-radius: 5px 0 5px 0; }
        .product-grid .inner .content-list .pay_info_link a:last-child {
          border-radius: 0 5px 0 5px;
          -webkit-border-radius: 0 5px 0 5px;
          -moz-border-radius: 0 5px 0 5px;
          -ms-border-radius: 0 5px 0 5px;
          -o-border-radius: 0 5px 0 5px;
          border-right: none; }
    .product-grid .inner .content-list .boxtab .listtab {
      display: none; }
      .product-grid .inner .content-list .boxtab .listtab.active {
        display: block; }
    .product-grid .inner .content-list .content-info {
      padding: 20px 40px 0;
      font-size: 14px;
      color: #555555; }
      .product-grid .inner .content-list .content-info h2 {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 29px; }
      .product-grid .inner .content-list .content-info h4 {
        color: #3d3d3d;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .product-grid .inner .content-list .content-info h5 {
        font-weight: bold;
        color: #0070b2;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .product-grid .inner .content-list .content-info ul {
        margin-bottom: 50px; }
        .product-grid .inner .content-list .content-info ul li {
          padding-left: 35px;
          position: relative;
          line-height: 20px; }
          .product-grid .inner .content-list .content-info ul li:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 0;
            width: 4px;
            height: 4px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            background: #000000; }
        .product-grid .inner .content-list .content-info ul.ulstyle2 {
          margin: 10px 0 20px 18px; }
          .product-grid .inner .content-list .content-info ul.ulstyle2 li {
            margin-bottom: 0;
            line-height: 16px;
            padding-left: 0; }
      .product-grid .inner .content-list .content-info p {
        line-height: 18px;
        font-size: 14px; }
      .product-grid .inner .content-list .content-info a {
        color: #0070b2; }
      .product-grid .inner .content-list .content-info select {
        background: url("../images/material/istep_arr_blue.png") no-repeat 95% 50% #f4f4f4;
        padding-right: 55px;
        padding-left: 20px;
        height: 50px;
        font-weight: bold;
        font-size: 14px;
        color: #0070b2;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-right: 10px; }
      .product-grid .inner .content-list .content-info .img-content {
        margin-bottom: 30px; }
      .product-grid .inner .content-list .content-info .btn-go {
        height: 50px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        font-size: 14px;
        padding-left: 22px;
        padding-right: 22px; }
      .product-grid .inner .content-list .content-info .mt20 {
        margin-top: 20px; }
      .product-grid .inner .content-list .content-info .mt40 {
        margin-top: 40px; }
      .product-grid .inner .content-list .content-info.info2 h4 {
        margin-top: 55px; }
      .product-grid .inner .content-list .content-info.info2 p {
        line-height: 24px; }
      .product-grid .inner .content-list .content-info.info2 ul {
        list-style-type: disc;
        list-style-position: outside; }
      .product-grid .inner .content-list .content-info.info2 ol {
        list-style-type: decimal;
        list-style-position: outside; }
      .product-grid .inner .content-list .content-info.info2 ul ul, .product-grid .inner .content-list .content-info.info2 ol ul {
        list-style-type: circle;
        list-style-position: outside;
        margin-left: 15px; }
      .product-grid .inner .content-list .content-info.info2 ol ol, .product-grid .inner .content-list .content-info.info2 ul ol {
        list-style-type: lower-latin;
        list-style-position: outside;
        margin: 10px 0 10px 15px; }
      .product-grid .inner .content-list .content-info.info2 li {
        margin-bottom: 20px;
        line-height: 24px; }
        .product-grid .inner .content-list .content-info.info2 li:before {
          display: none; }
      .product-grid .inner .content-list .content-info .row_help {
        width: 100%;
        display: inline-block;
        margin: 0; }
        .product-grid .inner .content-list .content-info .row_help .col {
          width: 32%;
          float: left;
          background: #0070b2;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          min-height: 318px;
          margin: 0 2% 25px 0; }
          .product-grid .inner .content-list .content-info .row_help .col:nth-child(3n) {
            margin-right: 0; }
          .product-grid .inner .content-list .content-info .row_help .col figure {
            text-align: center;
            vertical-align: middle;
            min-height: 175px;
            padding: 35px 0; }
          .product-grid .inner .content-list .content-info .row_help .col a {
            color: #fff; }
          .product-grid .inner .content-list .content-info .row_help .col h3 {
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            min-height: 94px;
            font-size: 18px;
            line-height: 24px; }
      .product-grid .inner .content-list .content-info .images {
        margin-bottom: 30px; }
        .product-grid .inner .content-list .content-info .images.threecol .col {
          width: 32%;
          margin-right: 1%; }
          .product-grid .inner .content-list .content-info .images.threecol .col:nth-child(3n) {
            margin-right: 0; }
        .product-grid .inner .content-list .content-info .images.twocol .col {
          width: 49.5%;
          margin-right: 1%; }
          .product-grid .inner .content-list .content-info .images.twocol .col:nth-child(2n) {
            margin-right: 0; }
        .product-grid .inner .content-list .content-info .images .col {
          width: 100%;
          float: left; }
          .product-grid .inner .content-list .content-info .images .col img {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
      .product-grid .inner .content-list .content-info .k_pusat h5 {
        margin-bottom: 15px;
        color: #555; }
      .product-grid .inner .content-list .content-info .k_pusat p {
        line-height: 20px;
        margin-bottom: 0; }
      .product-grid .inner .content-list .content-info form.cntct {
        margin-top: 60px; }
        .product-grid .inner .content-list .content-info form.cntct .row {
          margin-bottom: 25px; }
          .product-grid .inner .content-list .content-info form.cntct .row label {
            display: inline-block;
            width: 160px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            vertical-align: top;
            position: relative;
            top: 15px; }
          .product-grid .inner .content-list .content-info form.cntct .row input, .product-grid .inner .content-list .content-info form.cntct .row textarea {
            color: #b0b0b0;
            border: 1px solid #ddd;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            font-size: 16px;
            font-style: italic;
            width: 400px;
            padding: 12px 20px; }
          .product-grid .inner .content-list .content-info form.cntct .row textarea {
            height: 150px; }
          .product-grid .inner .content-list .content-info form.cntct .row .cptca {
            display: inline-block;
            width: 180px;
            margin-right: 40px; }
            .product-grid .inner .content-list .content-info form.cntct .row .cptca input {
              width: 100%; }
            .product-grid .inner .content-list .content-info form.cntct .row .cptca span {
              font-size: 11px;
              display: block;
              text-align: center;
              margin-top: 5px; }
          .product-grid .inner .content-list .content-info form.cntct .row img {
            display: inline-block;
            vertical-align: top; }
          .product-grid .inner .content-list .content-info form.cntct .row .btn-blue {
            color: #0070b2;
            font-style: normal;
            border: 2px solid #0070b2;
            border-radius: 22px;
            -webkit-border-radius: 22px;
            -moz-border-radius: 22px;
            -ms-border-radius: 22px;
            -o-border-radius: 22px;
            height: 45px;
            line-height: 42px;
            padding: 0;
            width: 180px;
            margin-left: 160px;
            margin-top: 40px; }
            .product-grid .inner .content-list .content-info form.cntct .row .btn-blue:hover {
              color: #fff;
              border-color: #1486ca; }
      .product-grid .inner .content-list .content-info .list_cabang {
        margin-top: 60px; }
        .product-grid .inner .content-list .content-info .list_cabang .cabang {
          display: inline-block;
          width: 48%;
          margin: 0 3% 20px 0; }
          .product-grid .inner .content-list .content-info .list_cabang .cabang:nth-child(2n) {
            margin-right: 0; }
          .product-grid .inner .content-list .content-info .list_cabang .cabang h5 {
            margin-bottom: 10px; }
          .product-grid .inner .content-list .content-info .list_cabang .cabang p {
            line-height: 20px; }
  .product-grid .inner.no_bnnr {
    top: 0;
    background: transparent; }
    .product-grid .inner.no_bnnr .breadcrumb {
      height: 60px;
      line-height: 60px;
      font-weight: 700;
      color: #0070b2;
      border-bottom: 1px solid #ddd; }
      .product-grid .inner.no_bnnr .breadcrumb a {
        color: #0070b2;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        margin: 0 5px; }
        .product-grid .inner.no_bnnr .breadcrumb a.active, .product-grid .inner.no_bnnr .breadcrumb a:hover {
          text-decoration: underline;
          color: #343e5c; }

.bannerhome_promo {
  height: 200px;
  background: #fff;
  position: relative;
  margin: 0;
  padding: 0 0 75px; }
  .bannerhome_promo:before {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: #f9f9f9;
    content: "";
    z-index: 6; }
  .bannerhome_promo .inner {
    z-index: 8;
    position: relative; }

.prod_det {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .prod_det * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .prod_det .breadcrumbs {
    width: 100%;
    display: inline-block;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #dddddd; }
    .prod_det .breadcrumbs .linkbc {
      font-size: 14px;
      font-weight: bold;
      color: #0070b2;
      float: left; }
      .prod_det .breadcrumbs .linkbc a {
        font-size: 14px;
        font-weight: bold;
        color: #0070b2;
        margin: 0 5px; }
        .prod_det .breadcrumbs .linkbc a:first-child {
          margin-left: 0; }
        .prod_det .breadcrumbs .linkbc a:hover, .prod_det .breadcrumbs .linkbc a.active {
          text-decoration: underline;
          color: #343e5c; }
    .prod_det .breadcrumbs .sosmed {
      float: right;
      width: 250px;}
      .prod_det .breadcrumbs .sosmed span {
        font-size: 12px;
        height: 20px;
        color: #0070b2;
        /*float: left;*/
        font-weight: bold; }
      .prod_det .breadcrumbs .sosmed div {
        float:right; display: inline-block; margin-top: 15px;
      }
      .prod_det .breadcrumbs .sosmed a {
        float: left;
        margin-left: 20px;
        padding-top: 7px; }
  .prod_det .content_det {
    width: 100%;
    display: inline-block;
    padding-top: 40px; }
    .prod_det .content_det .left {
      width: 50%;
      float: left;
      padding-right: 15px; }
      .prod_det .content_det .left .large {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        float: left;
        position: relative; }
        .prod_det .content_det .left .large img {
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        .prod_det .content_det .left .large .flag {
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
          .prod_det .content_det .left .large .flag span {
            position: absolute;
            top: 0;
            right: 8px;
            width: 52px;
            height: 68px;
            background: url("../images/material/flag1_ribbon.png") no-repeat center;
            text-align: center;
            font-size: 12px;
            color: #ff0000;
            line-height: 14px;
            padding-top: 4px;
            z-index: 2;
            background-size: 100%;
            line-height: 16px; }
            .prod_det .content_det .left .large .flag span b {
              display: block;
              font-size: 16px;
              margin-bottom: 3px; }
            .prod_det .content_det .left .large .flag span.flag_2 {
              background: url("../images/material/flag2_ribbon.png") no-repeat center;
              background-size: 100%;
              color: #fff; }
            .prod_det .content_det .left .large .flag span.flag_3 {
              background: url("../images/material/flag3_ribbon.png") no-repeat center;
              background-size: 100%;
              color: #fff;
              font-size: 10px;
              line-height: 11px; }
              .prod_det .content_det .left .large .flag span.flag_3 b {
                margin: 5px 0;
                line-height: auto; }
            .prod_det .content_det .left .large .flag span:nth-child(2) {
              right: 62px; }
            .prod_det .content_det .left .large .flag span:nth-child(3) {
              right: 115px; }
        .prod_det .content_det .left .large .ket {
          position: absolute;
          top: -3px;
          left: -3px;
          width: 117px;
          height: 117px;
          display: block;
          background-size: 100% !important;
          z-index: 2; }
          .prod_det .content_det .left .large .ket.label1 {
            background: url("../images/material/label_new.png") no-repeat center; }
          .prod_det .content_det .left .large .ket.label2 {
            background: url("../images/material/label_selling.png") no-repeat center; }
          .prod_det .content_det .left .large .ket.label3 {
            background: url("../images/material/label_out.png") no-repeat center; }
      .prod_det .content_det .left .thumb a {
        margin-right: 10px;
        float: left;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        .prod_det .content_det .left .thumb a img {
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
    .prod_det .content_det .right {
      width: 50%;
      float: right;
      padding-left: 15px; }
      .prod_det .content_det .right .desc-top {
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 15px; }
        .prod_det .content_det .right .desc-top a {
          color: #808080;
          font-size: 12px;
          margin-bottom: 10px;
          display: inline-block; }
        .prod_det .content_det .right .desc-top h1 {
          font-size: 24px;
          color: #3d3d3d;
          font-weight: bold;
          margin-bottom: 17px; }
        .prod_det .content_det .right .desc-top h2 {
          font-size: 32px;
          color: #0070b2;
          font-weight: bold;
          position: relative;
          padding-left: 0px;
          margin-bottom: 20px;
          /*span{position: absolute; top: -6px; left: 0; background: url('../images/material/sale.png') no-repeat center; width: 35px; height: 35px;}*/ }
          .prod_det .content_det .right .desc-top h2.promo {
            color: #ff0000;
          }
          .prod_det .content_det .right .desc-top h2 span {
            font-size: 18px;
            display: inline-block;
            color: #666;
            text-decoration: line-through;
            vertical-align: top;
            margin-left: 10px; }
        .prod_det .content_det .right .desc-top p {
          text-transform: none;
          font-size: 14px;
          color: #666666;
          padding-left: 20px;
          margin-bottom: 5px; }
          .prod_det .content_det .right .desc-top p .ablue {
            color: #0070b2; }
          .prod_det .content_det .right .desc-top p .ared {
            color: #d10014; }
          .prod_det .content_det .right .desc-top p .adisc {
            float: right;
            color: #ffffff; }
            .prod_det .content_det .right .desc-top p .adisc span {
              color: #f5fc00; }
          .prod_det .content_det .right .desc-top p.disk1 {
            background: url("../images/material/ico_flag1.png") no-repeat left center; }
          .prod_det .content_det .right .desc-top p.disk2 {
            background: url("../images/material/ico_flag2.png") no-repeat left center; }
          .prod_det .content_det .right .desc-top p.disk3 {
            background: url("../images/material/ico_flag3.png") no-repeat left center; }
      .prod_det .content_det .right .desc-bottom {
        padding: 25px 0 0 0;
        font-weight: bold;
        font-size: 14px;
        color: #808080;
        line-height: 24px; }
        .prod_det .content_det .right .desc-bottom b {
          color: #3d3d3d; }
        .prod_det .content_det .right .desc-bottom p {
          margin-bottom: 30px; }
        .prod_det .content_det .right .desc-bottom .agreen {
          color: #00d027; }
        .prod_det .content_det .right .desc-bottom .ayellow {
          color: #d0d047; }
        .prod_det .content_det .right .desc-bottom .ared {
          color: #cc4047; }
        .prod_det .content_det .right .desc-bottom .check-av {
          /*float: right;*/
          background-clip: border-box;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          position: relative; }
        .prod_det .content_det .right .desc-bottom .desc-sin {
          font-weight: normal;
          line-height: 16px; }
        .prod_det .content_det .right .desc-bottom table {
          margin-bottom: 10px; }
          .prod_det .content_det .right .desc-bottom table th {
            font-weight: bold;
            color: #808080;
            width: 193px;
            text-align: left;
            text-transform: uppercase;
            padding-bottom: 5px; }
          .prod_det .content_det .right .desc-bottom table td {
            padding-bottom: 16px; }
            .prod_det .content_det .right .desc-bottom table td select, .prod_det .content_det .right .desc-bottom table td input {
              width: 172px;
              height: 40px;
              border: 1px solid #dddddd;
              border-radius: 10px;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px;
              font-weight: bold;
              color: #666666;
              cursor: pointer;
              padding: 0 15px;
              font-size: 13px; }
            .prod_det .content_det .right .desc-bottom table td input {
              width: 120px; }
        .prod_det .content_det .right .desc-bottom .box-btn-cart {
          padding-top: 20px;
          border-top: 1px solid #ddd;
          vertical-align: top; }
          .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-cart {
            height: 45px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            margin-right: 20px;
            font-size: 14px;
            width: 300px; }
            .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-cart:last-child {
              margin-right: 0; }
            .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-cart.out {
              background: #818589;
              color: #fff; }
          .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add {
            display: inline-block;
            vertical-align: top;
            position: relative; }
            .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add .sub_list {
              width: 210px;
              border: 1px solid #999;
              border-top: 0;
              padding: 15px;
              position: absolute;
              display: none;
              left: 0;
              right: 0;
              margin: auto;
              background: #fff;
              top: 45px;
              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; }
              .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add .sub_list ul {
                border-bottom: 1px solid #ccc;
                padding-bottom: 10px;
                margin-bottom: 5px; }
                .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add .sub_list ul li a {
                  font-size: 14px;
                  line-height: 20px;
                  color: #999;
                  font-weight: 400; }
                  .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add .sub_list ul li a:hover {
                    color: #0070b2; }
              .prod_det .content_det .right .desc-bottom .box-btn-cart .list_add .sub_list .creat_list {
                font-size: 12px; }
          .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-whislist {
            background: #fff url("../images/material/arr_tooltip_bottom.png") no-repeat 93% center;
            border: 2px solid #999;
            color: #999;
            font-size: 12px;
            text-align: left;
            padding-left: 55px;
            position: relative;
            overflow-y: hidden;
            width: 245px;
            height: 45px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            display: inline-block;
            line-height: 42px;
            font-size: 12px;
            cursor: pointer; }
            .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-whislist:before {
              content: "";
              position: absolute;
              top: 10px;
              left: 13px;
              background: url("../images/material/bicon_wishlist1.png") no-repeat left center;
              width: 20px;
              height: 20px;
              z-index: 1; }
            .prod_det .content_det .right .desc-bottom .box-btn-cart .btn-whislist:after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              background: #999;
              width: 45px;
              height: 100%; }
        .prod_det .content_det .right .desc-bottom .remindpop {
          color: #0070b2;
          display: inline-block;
          margin-top: 25px;
          text-decoration: underline; }
          .prod_det .content_det .right .desc-bottom .remindpop:hover {
            color: #1486ca;
            text-decoration: none; }
  .prod_det .tab_spec {
    width: 100%;
    display: inline-block;
    margin: 60px 0 50px; }
    .prod_det .tab_spec .box-btn-tab {
      width: 100%;
      float: left; }
      .prod_det .tab_spec .box-btn-tab a {
        font-size: 14px;
        font-weight: bold;
        color: #808080;
        text-transform: uppercase;
        text-align: center;
        background: #f1f1f1;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        width: 200px;
        height: 61px;
        float: left;
        margin-right: 5px;
        border: 1px solid #ddd;
        padding-top: 22px;
        border-bottom: 0; }
        .prod_det .tab_spec .box-btn-tab a.active {
          background: #fff;
          color: #0070b2;
          position: relative; }
          .prod_det .tab_spec .box-btn-tab a.active:after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            background: #fff;
            height: 5px; }
    .prod_det .tab_spec .box-tab {
      width: 100%;
      float: left;
      border: 1px solid #ddd;
      border-radius: 0 5px 5px 5px;
      -webkit-border-radius: 0 5px 5px 5px;
      -moz-border-radius: 0 5px 5px 5px;
      -ms-border-radius: 0 5px 5px 5px;
      -o-border-radius: 0 5px 5px 5px; }
      .prod_det .tab_spec .box-tab .list-tab {
        padding: 36px 30px;
        width: 100%;
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        color: #555555;
        display: none; }
        .prod_det .tab_spec .box-tab .list-tab.active {
          display: block;
          background: #fff;
          border-radius: 0 5px 5px 5px;
          -webkit-border-radius: 0 5px 5px 5px;
          -moz-border-radius: 0 5px 5px 5px;
          -ms-border-radius: 0 5px 5px 5px;
          -o-border-radius: 0 5px 5px 5px; }

.prod-related {
  margin-bottom: 100px; }
  .prod-related:last-child {
    margin-bottom: 0; }

/* ============================================= quick view popup ============================================= */
.p_quick {
  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; }
  .p_quick * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .p_quick .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .p_quick .inner {
    width: 982px;
    height: 600px;
    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: 54px 40px; }
    .p_quick .inner .left {
      float: left;
      width: 300px; }
      .p_quick .inner .left .large {
        width: 100%;
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin-bottom: 10px; }
        .p_quick .inner .left .large img {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
      .p_quick .inner .left .thumb {
        width: 100%;
        display: inline-block; }
        .p_quick .inner .left .thumb a {
          border: 1px solid #ddd;
          float: left;
          width: 54px;
          margin-right: 10px;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          .p_quick .inner .left .thumb a img {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
    .p_quick .inner .right {
      float: right;
      width: 580px; }
      .p_quick .inner .right .desc-top {
        font-weight: bold;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ddd; }
        .p_quick .inner .right .desc-top h1 {
          font-weight: bold;
          font-size: 22px;
          color: #3d3d3d;
          margin-bottom: 10px; }
        .p_quick .inner .right .desc-top h2 {
          font-weight: bold;
          font-size: 30px;
          color: #0070b2;
          position: relative;
          margin-bottom: 16px; }
          .p_quick .inner .right .desc-top h2 span {
            font-size: 18px;
            display: inline-block;
            color: #666;
            text-decoration: line-through;
            margin-left: 10px; }
        .p_quick .inner .right .desc-top p {
          text-transform: none;
          font-size: 14px;
          color: #666666;
          padding-left: 20px;
          margin-bottom: 5px; }
          .p_quick .inner .right .desc-top p .ablue {
            color: #0070b2; }
          .p_quick .inner .right .desc-top p .ared {
            color: #d10014; }
          .p_quick .inner .right .desc-top p .adisc {
            float: right;
            color: #ffffff; }
            .p_quick .inner .right .desc-top p .adisc span {
              color: #f5fc00; }
          .p_quick .inner .right .desc-top p.disk1 {
            background: url("../images/material/ico_flag1.png") no-repeat left center; }
          .p_quick .inner .right .desc-top p.disk2 {
            background: url("../images/material/ico_flag2.png") no-repeat left center; }
          .p_quick .inner .right .desc-top p.disk3 {
            background: url("../images/material/ico_flag3.png") no-repeat left center; }
      .p_quick .inner .right .desc-bottom {
        padding: 18px 0 0 0;
        font-weight: bold;
        font-size: 14px;
        color: #808080;
        line-height: 24px; }
        .p_quick .inner .right .desc-bottom b {
          color: #3d3d3d; }
        .p_quick .inner .right .desc-bottom p {
          margin-bottom: 20px; }
        .p_quick .inner .right .desc-bottom .agreen {
          color: #00d027; }
        .p_quick .inner .right .desc-bottom .check-av {
          float: right;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          position: relative;
          top: -8px; }
        .p_quick .inner .right .desc-bottom .desc-sin {
          font-weight: normal;
          line-height: 16px;
          margin-bottom: 20px; }
        .p_quick .inner .right .desc-bottom table th {
          font-weight: bold;
          color: #808080;
          width: 193px;
          text-align: left;
          text-transform: uppercase;
          padding-bottom: 5px; }
        .p_quick .inner .right .desc-bottom table td {
          padding-bottom: 16px; }
          .p_quick .inner .right .desc-bottom table td select, .p_quick .inner .right .desc-bottom table td input {
            width: 172px;
            height: 40px;
            border: 1px solid #dddddd;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            font-weight: bold;
            color: #666666;
            cursor: pointer;
            padding: 0 15px;
            font-size: 13px; }
          .p_quick .inner .right .desc-bottom table td input.spiner {
            width: 100px; }
        .p_quick .inner .right .desc-bottom .box-btn-cart {
          padding-top: 20px;
          border-top: 1px solid #ddd;
          vertical-align: top; }
          .p_quick .inner .right .desc-bottom .box-btn-cart .btn-cart {
            height: 45px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            margin-right: 20px;
            font-size: 14px;
            width: 300px; }
            .p_quick .inner .right .desc-bottom .box-btn-cart .btn-cart:last-child {
              margin-right: 0; }
          .p_quick .inner .right .desc-bottom .box-btn-cart .list_add {
            display: inline-block;
            vertical-align: top;
            position: relative; }
            .p_quick .inner .right .desc-bottom .box-btn-cart .list_add .sub_list {
              width: 210px;
              border: 1px solid #999;
              border-top: 0;
              padding: 15px;
              position: absolute;
              display: none;
              z-index: 2;
              left: 0;
              right: 0;
              margin: auto;
              background: #fff;
              top: 45px;
              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; }
              .p_quick .inner .right .desc-bottom .box-btn-cart .list_add .sub_list ul {
                border-bottom: 1px solid #ccc;
                padding-bottom: 10px;
                margin-bottom: 5px; }
                .p_quick .inner .right .desc-bottom .box-btn-cart .list_add .sub_list ul li a {
                  font-size: 14px;
                  line-height: 20px;
                  color: #999;
                  font-weight: 400; }
                  .p_quick .inner .right .desc-bottom .box-btn-cart .list_add .sub_list ul li a:hover {
                    color: #0070b2; }
              .p_quick .inner .right .desc-bottom .box-btn-cart .list_add .sub_list .creat_list {
                font-size: 12px; }
          .p_quick .inner .right .desc-bottom .box-btn-cart .btn-whislist {
            background: #fff url("../images/material/arr_tooltip_bottom.png") no-repeat 93% center;
            border: 2px solid #999;
            color: #999;
            font-size: 12px;
            text-align: left;
            padding-left: 55px;
            position: relative;
            overflow-y: hidden;
            width: 245px;
            height: 45px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            display: inline-block;
            line-height: 42px;
            font-size: 12px;
            cursor: pointer; }
            .p_quick .inner .right .desc-bottom .box-btn-cart .btn-whislist:before {
              content: "";
              position: absolute;
              top: 10px;
              left: 13px;
              background: url("../images/material/bicon_wishlist1.png") no-repeat left center;
              width: 20px;
              height: 20px;
              z-index: 1; }
            .p_quick .inner .right .desc-bottom .box-btn-cart .btn-whislist:after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              background: #999;
              width: 45px;
              height: 100%; }
    .p_quick .inner .btn-quick-cart {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: inline;
      background: #0070b2;
      color: #f5fc00;
      height: 50px;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      line-height: 50px; }
      .p_quick .inner .btn-quick-cart span {
        display: inline-block;
        margin-left: 20px;
        width: 17px;
        height: 12px;
        background: url("../images/material/arr-right.png") no-repeat center; }
    .p_quick .inner .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px;
      background: url("../images/material/close.png") no-repeat center; }

/* ============================================= member area ============================================= */
#middle.account_page {
  padding: 0 0 90px; }

#middle.reg {
  padding-bottom: 90px; }
  #middle.reg .not_grey.med {
    padding: 25px 0;
    min-height: 100px; }
    #middle.reg .not_grey.med h3 {
      margin: 0;
      padding-top: 14px; }

.nav_account .inner {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: -28px; }
  .nav_account .inner a {
    color: #006fb2;
    float: left;
    width: 20%;
    text-align: center;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    border-right: #f2f2f2; }
    .nav_account .inner a:last-child {
      border-right: none; }
    .nav_account .inner a.active {
      background: #f5fc00; }

.not_grey, .list-data {
  width: 1300px;
  max-width: 100%;
  background: #eaeaea;
  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;
  margin: auto;
  min-height: 97px;
  padding: 27px 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 *, .list-data * {
    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 h3, .list-data h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0070b2;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .not_grey p, .list-data p {
    font-size: 12px;
    font-weight: bold;
    color: #6f6f6f; }
  .not_grey .btn-hicard, .list-data .btn-hicard {
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    display: block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding-left: 70px;
    padding-right: 60px; }
    .not_grey .btn-hicard:hover, .list-data .btn-hicard:hover {
      color: #fcf218; }
  .not_grey.med, .list-data.med {
    min-height: 60px;
    padding: 13px 0; }
    .not_grey.med h4, .list-data.med h4 {
      font-size: 16px;
      font-weight: bold;
      color: #707070;
      padding-top: 9px; }
    .not_grey.med .btn-hicard, .list-data.med .btn-hicard {
      height: 35px;
      line-height: 35px;
      padding-left: 40px;
      padding-right: 40px; }
      .not_grey.med .btn-hicard:hover, .list-data.med .btn-hicard:hover {
        color: #fcf218; }
    .not_grey.med .right p, .list-data.med .right p {
      margin: 16px 0;
      text-transform: uppercase; }
      .not_grey.med .right p a, .list-data.med .right p a {
        color: #0070b2;
        text-decoration: underline; }
        .not_grey.med .right p a:hover, .list-data.med .right p a:hover {
          color: #1486ca;
          text-decoration: none; }
    .not_grey.med .right a.bk, .list-data.med .right a.bk {
      font-size: 12px;
      color: #0070b2;
      text-transform: uppercase;
      font-weight: 700;
      margin: 12px 0;
      display: inline-block; }
    .not_grey.med.notif, .list-data.med.notif {
      min-height: 50px !important;
      background: #01223c;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 0;
      margin-bottom: 25px; }
      .not_grey.med.notif h4, .list-data.med.notif h4 {
        padding: 0;
        line-height: 50px;
        padding-left: 40px; }
        .not_grey.med.notif h4.success, .list-data.med.notif h4.success {
          color: #f7fd00;
          font-size: 12px;
          text-transform: uppercase;
          background: url("../images/material/notif_ico.png") no-repeat left center; }

.almt_pngrimn {
  margin-bottom: 30px; }
  .almt_pngrimn .box-form-bottom {
    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; }

.daftar_almt .box-personal {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea; }
  .daftar_almt .box-personal:last-child {
    border: none; }

.box-form-bottom {
  background: #fff;
  width: 1300px;
  background: #fff;
  margin: auto;
  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;
  padding: 30px 0; }
  .box-form-bottom * {
    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 .inner .form-top {
    border-bottom: 1px solid #f0f2f7;
    width: 100%;
    display: inline-block;
    padding-bottom: 35px; }
    .box-form-bottom .inner .form-top .row {
      width: 50%;
      float: left;
      margin-bottom: 20px;
      padding-right: 25px;
      /*&.gendre {
          select {width: 150px;}
      }*/ }
      .box-form-bottom .inner .form-top .row.fr {
        padding-right: 0;
        padding-left: 25px; }
      .box-form-bottom .inner .form-top .row label {
        float: left;
        width: 155px;
        margin-right: 10px;
        text-transform: uppercase;
        color: #5f5f5f;
        font-size: 14px;
        font-weight: bold;
        line-height: 45px; }
      .box-form-bottom .inner #frmPassword .form-top .row label {
         width: 250px;
      }
        .box-form-bottom .inner .form-top .row label span {
          color: #ff1515; }
      .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 {
        width: 390px;
        max-width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border: 1px solid #dddddd;
        font-size: 16px;
        padding: 0 20px;
        height: 45px; }
      .box-form-bottom .inner .form-top .row select {
        background: url(../images/material/arr-bottom.png) no-repeat 93% center; }
      .box-form-bottom .inner .form-top .row textarea {
        width: 390px;
        max-width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border: 1px solid #dddddd;
        font-size: 16px;
        padding: 10px 20px;
        height: 108px;
        resize: none; }
      .box-form-bottom .inner .form-top .row ::-webkit-input-placeholder {
        font-style: italic;
        color: #b0b0b0; }
      .box-form-bottom .inner .form-top .row :-moz-placeholder {
        font-style: italic;
        color: #b0b0b0; }
      .box-form-bottom .inner .form-top .row ::-moz-placeholder {
        font-style: italic;
        color: #b0b0b0; }
      .box-form-bottom .inner .form-top .row :-ms-input-placeholder {
        font-style: italic;
        color: #b0b0b0; }
      .box-form-bottom .inner .form-top .row.full {
        width: 100%; }
      .box-form-bottom .inner .form-top .row .fstyle {
        position: relative;
        float: right; }
        .box-form-bottom .inner .form-top .row .fstyle.r-link input[type="text"], .box-form-bottom .inner .form-top .row .fstyle.r-link input[type="email"], .box-form-bottom .inner .form-top .row .fstyle.r-link input[type="password"] {
          padding-right: 58px; }
        .box-form-bottom .inner .form-top .row .fstyle.r-link a {
          position: absolute;
          top: 15px;
          right: 13px;
          color: #ff1515;
          font-weight: bold;
          text-decoration: underline; }
        .box-form-bottom .inner .form-top .row .fstyle.l-phone input[type="text"], .box-form-bottom .inner .form-top .row .fstyle.l-phone input[type="email"], .box-form-bottom .inner .form-top .row .fstyle.l-phone input[type="password"] {
          padding-left: 83px; }
        .box-form-bottom .inner .form-top .row .fstyle.l-phone span {
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          width: 60px;
          height: 100%;
          border-right: 1px solid #e1e1e1;
          font-size: 16px;
          color: #3d3d3d;
          line-height: 45px;
          font-weight: 500; }
        .box-form-bottom .inner .form-top .row .fstyle.r-date input[type="text"], .box-form-bottom .inner .form-top .row .fstyle.r-date input[type="email"], .box-form-bottom .inner .form-top .row .fstyle.r-date input[type="password"] {
          padding-right: 50px; }
        .box-form-bottom .inner .form-top .row .fstyle.r-date span {
          position: absolute;
          top: 0;
          right: 0;
          width: 50px;
          bottom: 0;
          background: url("../images/material/icon-date.png") no-repeat center; }
    .box-form-bottom .inner .form-top.pssword .row {
      float: none; }
      .box-form-bottom .inner .form-top.pssword .row label {
        width: 180px; }
      .box-form-bottom .inner .form-top.pssword .row input[type="password"] {
        width: 370px; }
  .box-form-bottom .inner .form-bottom {
    padding-top: 25px; }
    .box-form-bottom .inner .form-bottom .subscribe-button {
      font-size: 14px;
      color: #5f5f5f; }
    .box-form-bottom .inner .form-bottom .btn-submit {
      background: #fff;
      border: 2px solid #0070b2;
      color: #0070b2;
      height: 45px;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      padding-left: 60px;
      padding-right: 60px; }
      .box-form-bottom .inner .form-bottom .btn-submit:hover {
        background: #1486ca;
        border-color: #1486ca;
        color: #fcf218; }
  .box-form-bottom .inner .box-update {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #f0f2f7;
    padding-top: 35px; }
    .box-form-bottom .inner .box-update .box-button {
      padding-top: 25px; }
    .box-form-bottom .inner .box-update .btn-cancel {
      margin-right: 15px; }
  .box-form-bottom .inner .form_tracking {
    width: 420px;
    margin: 150px auto 100px;
    text-align: center; }
    .box-form-bottom .inner .form_tracking h1 {
      font-size: 36px;
      font-weight: 700;
      text-transform: uppercase;
      color: #0070b2;
      margin-bottom: 20px; }
    .box-form-bottom .inner .form_tracking p {
      font-size: 14px;
      margin: 0 20px 20px; }
    .box-form-bottom .inner .form_tracking form input {
      width: 100%;
      line-height: 45px;
      padding: 0 20px;
      font-size: 16px;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      margin-bottom: 20px;
      font-style: italic; }
    .box-form-bottom .inner .form_tracking form .btn-blue {
      line-height: 45px;
      font-size: 16px;
      height: 45px;
      border-radius: 22px;
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      -ms-border-radius: 22px;
      -o-border-radius: 22px; }
  .box-form-bottom .inner .result_tracking {
    width:500px;
    margin: auto;
  }
  .box-form-bottom .inner .result_tracking .left p {
    font-size: 12px;
    color: #517a94;
    font-weight: 700;
    margin-bottom: 0; }
  .box-form-bottom .inner .result_tracking .left h1 {
    font-size: 32px;
    color: #0070b2;
    font-weight: 700; }
  .box-form-bottom .inner .result_tracking .list_track .step {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 65px;
    margin-right: 78px; }
    .box-form-bottom .inner .result_tracking .list_track .step span {
      width: 50px;
      display: inline-block;
      position: relative;
      height: 50px;
      border: 1px solid #666;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .box-form-bottom .inner .result_tracking .list_track .step span i {
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
      .box-form-bottom .inner .result_tracking .list_track .step span:before {
        content: '';
        height: 1px;
        width: 97px;
        right: 0;
        background: #666;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -147px; }
    .box-form-bottom .inner .result_tracking .list_track .step label {
      font-size: 11px;
      color: #666;
      display: block;
      font-weight: 700; }
    .box-form-bottom .inner .result_tracking .list_track .step:last-child {
      margin-right: 0; }
    .box-form-bottom .inner .result_tracking .list_track .step:first-child span:before {
      display: none; }
    .box-form-bottom .inner .result_tracking .list_track .step.active span {
      border: 2px solid #0070b2; }
      .box-form-bottom .inner .result_tracking .list_track .step.active span i {
        background-position: bottom center !important; }
      .box-form-bottom .inner .result_tracking .list_track .step.active span:before {
        background: #0070b2;
        height: 2px; }
    .box-form-bottom .inner .result_tracking .list_track .step.active label {
      color: #0070b2; }
  .box-form-bottom .inner .tbl_result {
    margin: 40px 0 70px; }
    .box-form-bottom .inner .tbl_result table {
      width: 100%; }
      .box-form-bottom .inner .tbl_result table thead th {
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #666; }
      .box-form-bottom .inner .tbl_result table thead th:first-child {
        width: 33%; }
      .box-form-bottom .inner .tbl_result table tbody td {
        font-size: 16px;
        padding: 15px 0;
        border-bottom: 1px dashed #ccc; }
        .box-form-bottom .inner .tbl_result table tbody td:first-child {
          font-weight: 700;
          text-transform: uppercase; }

.box-personal {
  width: 100%;
  display: inline-block;
  padding-bottom: 40px; }
  .box-personal label {
    font-size: 14px;
    font-weight: bold;
    color: #0070b2;
    width: 179px;
    float: left;
    background: transparent;
    line-height: 24px; }
    .box-personal label span {
      font-style: italic;
      font-size: 12px;
      color: #969696;
      display: block;
      font-weight: normal; }
  .box-personal p {
    float: left;
    width: 800px;
    font-size: 16px;
    line-height: 24px;
    color: #737373; }

.use_addrss {
  float: left;
  width: 50%; }
  .use_addrss:first-child {
    border-right: 1px solid #eaeaea; }
    .use_addrss:first-child .block {
      padding-left: 0; }
  .use_addrss h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #707070;
    margin: 0 0 25px; }
  .use_addrss .block {
    width: 400px;
    padding-left: 60px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box; }
    .use_addrss .block label {
      width: auto;
      max-width: 220px; }
    .use_addrss .block .btn-blue.btn-trans {
      float: right;
      width: 115px;
      padding: 0;
      line-height: 30px; }
    .use_addrss .block p {
      float: none;
      width: auto;
      font-size: 14px;
      line-height: 20px;
      color: #737373;
      margin-top: 20px; }

.top_back {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc; }
  .top_back a {
    color: #808080;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    display: inline-block; }
    .top_back a:hover {
      color: #0070b2; }
  .top_back .right .step_cart {
    margin: 10px 0; }
    .top_back .right .step_cart .step {
      display: inline-block; }
      .top_back .right .step_cart .step p {
        margin: 0 0 0 20px;
        font-size: 14px;
        font-weight: 700;
        color: #ddd; }
        .top_back .right .step_cart .step p .numb {
          display: inline-block;
          color: #fff;
          background: #ddd;
          height: 25px;
          width: 25px;
          text-align: center;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          line-height: 25px;
          margin-right: 5px; }
      .top_back .right .step_cart .step.active p {
        color: #0070b2; }
        .top_back .right .step_cart .step.active p .numb {
          background: #0070b2; }

/* ============================================= order history ============================================= */
/*.pager{
    a{
        font-size: 18px; color: #707070; font-weight: bold; float: left; margin-right: 5px; @include borderRadius(100%); background: transparent; width: 25px; height: 25px; text-align: center; line-height: 25px;
        &:hover, &.active{background: $blue; color: #fff;}
    }
}*/
.pager {
  display: inline-block; }
  .pager span {
    float: left;
    color: #0070b3;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center; }
  .pager a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    color: #0070b3;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 5px; }
    .pager a.active, .pager a:hover {
      background: #0070b3;
      color: #f5fc00; }
    .pager a:last-child {
      letter-spacing: -3px; }

.list-data {
  background: #fff;
  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-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box; }
  .list-data * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box; }
  .list-data .box-tab {
    padding-top: 20px;
    margin-bottom: 35px;
    width: 100%;
    float: left; }
    .list-data .box-tab .list-tab {
      width: 100%;
      float: left;
      margin-bottom: 10px; }
  .list-data .list_shop .bar_amount .left h5 {
    line-height: 50px; }
  .list-data .list_shop .bar_amount .left .edit {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: url("../images/material/ico_edit.png") no-repeat left center;
    margin-left: 6px; }
    .list-data .list_shop .bar_amount .left .edit:hover {
      background-position: right center; }
  .list-data .list_shop .bar_amount .left input, .list-data .list_shop .bar_amount .left .cus_text {
    font-size: 18px;
    line-height: 40px;
    background: transparent;
    width: auto;
    font-weight: 700;
    color: #0070b2;
    padding: 0 10px;
    border-color: #1486ca; }
    .list-data .list_shop .bar_amount .left input:disabled, .list-data .list_shop .bar_amount .left .cus_text:disabled {
      border: none; }
  .list-data .list_shop .bar_amount .left .title_list {
    position: relative; }
    .list-data .list_shop .bar_amount .left .title_list .cus_text {
      opacity: 1;
      text-transform: uppercase; }
    .list-data .list_shop .bar_amount .left .title_list input {
      display: none;
      text-transform: uppercase; }
  .list-data .list_shop .bar_amount .left .qty {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    color: #0070b2; }
  .list-data .list_shop .content_bar {
    display: none;
    border: 1px solid #daeaf4;
    margin-top: -5px;
    padding: 30px 20px; }
    .list-data .list_shop .content_bar table tr:last-child td {
      border-bottom: 1px solid #dedede; }
  .list-data .bar_amount {
    width: 100%;
    display: inline-block;
    background: #f4f4f4;
    padding: 15px 0; }
    .list-data .bar_amount .left {
      padding-left: 15px; }
    .list-data .bar_amount .right {
      padding-right: 15px; }
    .list-data .bar_amount p {
      font-size: 12px;
      color: #737373;
      line-height: 16px;
      display: block;
      margin: 0; }
    .list-data .bar_amount h5 {
      font-size: 18px;
      color: #0070b2;
      line-height: 24px;
      font-weight: bold; }
      .list-data .bar_amount h5 span {
        color: #fe8300;
        font-size: 16px; }
        .list-data .bar_amount h5 span.agreen {
          color: #09bb00; }
    .list-data .bar_amount .amount_data {
      float: left;
      margin-right: 30px; }
      .list-data .bar_amount .amount_data.share p {
        line-height: 10px;
        font-size: 12px; }
      .list-data .bar_amount .amount_data.share ul {
        margin-top: 4px; }
      .list-data .bar_amount .amount_data.share li {
        display: inline-block; }
        .list-data .bar_amount .amount_data.share li a {
          width: 24px;
          height: 24px;
          background: #5ca2ce;
          display: inline-block;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%; }
          .list-data .bar_amount .amount_data.share li a:hover {
            background: #1486ca; }
    .list-data .bar_amount .btn-close, .list-data .bar_amount .btn-remove, .list-data .bar_amount .btn-cart {
      width: 40px;
      height: 40px;
      float: left;
      cursor: pointer;
      margin: 0 5px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .list-data .bar_amount .btn-remove {
      background: #fff url("../images/material/acc_ico_del.png") no-repeat center center; }
    .list-data .bar_amount .btn-cart {
      background: #fff url("../images/material/acc_ico_cart.png") no-repeat center center; }
    .list-data .bar_amount .btn-close {
      background: #fff url("../images/material/ico_cart_eye2.png") no-repeat center center;
      margin-right: 0; }
      .list-data .bar_amount .btn-close:hover {
        background: #fff url("../images/material/ico_cart_eye1.png") no-repeat center center; }
    .list-data .bar_amount.active {
      background: #daeaf4; }
      .list-data .bar_amount.active .btn-close {
        background: #fff url("../images/material/ico_cart_eye1.png") no-repeat center center; }
  .list-data .content_bar {
    padding-top: 15px;
    display: none;
    border: 1px solid #daeaf4;
    margin-top: -5px;
    padding: 30px 20px; }
    .list-data .content_bar table {
      transition: 0.2s linear all;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all; }
      .list-data .content_bar table td {
        vertical-align: middle;
        text-align: center;
        padding: 15px 20px; }
        .list-data .content_bar table td .img {
          width: 65px;
          height: 65px;
          display: inline-block;
          /*@include borderRadius(8px);
          img {@include borderRadius(8px);}*/ }
        .list-data .content_bar table td .dec {
          width: 330px;
          display: inline-block;
          margin-left: 15px;
          vertical-align: top; }
          .list-data .content_bar table td .dec p {
            text-transform: uppercase;
            font-size: 16px;
            margin: 12px 0;
            line-height: 18px;
            color: #707070;
            font-weight: 400; }
            .list-data .content_bar table td .dec p span {
              font-weight: 700;
              display: block;
              font-size: 12px; }
          .list-data .content_bar table td .dec h3 {
            color: #da000a;
            font-weight: 700; }
            .list-data .content_bar table td .dec h3 label {
              color: #0070b2;
              font-size: 14px;
              display: inline-block;
              vertical-align: top;
              position: relative;
              top: 4px; }
              .list-data .content_bar table td .dec h3 label span {
                text-decoration: line-through; }
        .list-data .content_bar table td .spiner {
          width: 80px;
          color: #666; }
        .list-data .content_bar table td h5 {
          color: #da000a;
          font-size: 20px;
          font-weight: 700; }
          .list-data .content_bar table td h5 span {
            font-size: 12px;
            display: block;
            color: #999;
            text-decoration: line-through; }
        .list-data .content_bar table td .del, .list-data .content_bar table td .cart {
          text-align: center;
          text-transform: uppercase;
          margin: 0 5px;
          font-size: 12px;
          font-weight: 700;
          color: #666;
          display: inline-block; }
          .list-data .content_bar table td .del span, .list-data .content_bar table td .cart span {
            display: block;
            margin-top: 4px;
            font-size: 12px; }
          .list-data .content_bar table td .del img, .list-data .content_bar table td .cart img {
            margin: auto;
            display: block; }
          .list-data .content_bar table td .del:hover, .list-data .content_bar table td .cart:hover {
            color: #0070b2; }
          .list-data .content_bar table td .del div, .list-data .content_bar table td .cart div {
            width: 32px;
            height: 32px;
            background: #d8d8d8;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%; }
        .list-data .content_bar table td .del img {
          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;
          padding: 10px 0; }
        .list-data .content_bar table td .del:hover {
          color: #0070b2; }
          .list-data .content_bar table td .del:hover img {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            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; }
        .list-data .content_bar table td .del div {
          width: 32px;
          height: 32px;
          background: #d8d8d8;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%; }
        .list-data .content_bar table td .cart {
          color: #0070b2; }
          .list-data .content_bar table td .cart img {
            margin: auto;
            display: block;
            padding: 7px 0; }
          .list-data .content_bar table td .cart div {
            width: 32px;
            height: 32px;
            background: #0070b2;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%; }
          .list-data .content_bar table td .cart.off div {
            background: #d8d8d8; }
            .list-data .content_bar table td .cart.off div img {
              filter: grayscale(100%);
              -webkit-filter: grayscale(100%);
              -moz-filter: grayscale(100%);
              -ms-filter: grayscale(100%);
              -o-filter: grayscale(100%); }
          .list-data .content_bar table td .cart.off span {
            color: #d8d8d8; }
        .list-data .content_bar table td .stock {
          text-transform: uppercase;
          font-size: 14px; }
          .list-data .content_bar table td .stock.on {
            color: #6aa71b; }
          .list-data .content_bar table td .stock.off {
            color: #da000a; }
        .list-data .content_bar table td:first-child, .list-data .content_bar table td:nth-child(2) {
          text-align: left; }
      .list-data .content_bar table.history td {
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 700;
        text-align: right; }
        .list-data .content_bar table.history td .disc {
          display: block;
          color: #6aa71b;
          font-size: 14px;
          font-style: italic;
          font-weight: 700;
          margin-top: 5px; }
        .list-data .content_bar table.history td .save {
          display: block;
          font-size: 12px;
          color: #999;
          margin-top: 5px; }
        .list-data .content_bar table.history td .potongan {
          display: block;
          font-size: 12px;
          color: #999;
          text-decoration: line-through;
          margin-top: 5px; }
        .list-data .content_bar table.history td .promo {
          display: block;
          font-size: 12px;
          color: #999;
          margin-top: 5px; }
        .list-data .content_bar table.history td:first-child {
          font-weight: 400;
          text-align: left; }
      .list-data .content_bar table.history tbody td:nth-child(3) {
        text-align: center; }
      .list-data .content_bar table.history tbody:first-child {
        font-weight: 400;
        text-align: left; }
      .list-data .content_bar table.history tfoot tr:nth-child(odd) {
        background: #f2f2f2; }
      .list-data .content_bar table.history tfoot th, .list-data .content_bar table.history tfoot td {
        text-align: right;
        padding: 12px 20px; }
      .list-data .content_bar table.history tfoot .gtotal td {
        font-size: 18px; }
      .list-data .content_bar table.history tfoot td.voucher {
        color: #9e0b0f; }
    .list-data .content_bar .box-addrss {
      margin-bottom: 15px; }
      .list-data .content_bar .box-addrss h5 {
        font-size: 16px;
        color: #707070;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px; }
      .list-data .content_bar .box-addrss label {
        font-size: 14px;
        color: #0070b2;
        font-weight: 700;
        margin-bottom: 10px;
        display: inline-block; }
      .list-data .content_bar .box-addrss p {
        font-size: 14px;
        color: #737373;
        font-weight: 400; }
      .list-data .content_bar .box-addrss .left {
        max-width: 400px; }
      .list-data .content_bar .box-addrss .right a {
        display: inline-block;
        vertical-align: bottom;
        margin: 20px 20px 0 0; }
        .list-data .content_bar .box-addrss .right a i {
          width: 118px;
          height: 86px;
          background: url("../images/material/ico_tracking.png") no-repeat;
          display: block;
          margin: 0 auto; }
        .list-data .content_bar .box-addrss .right a span {
          font-size: 14px;
          color: #0070b2;
          text-transform: uppercase;
          font-weight: 700;
          display: block;
          text-align: center;
          margin-top: 10px; }
        .list-data .content_bar .box-addrss .right a:hover span {
          color: #1486ca; }
  .list-data table {
    width: 100%; }
    .list-data table tr {
      /*&:nth-child(2n){background: #f4f4f4;}*/ }
      .list-data table tr th, .list-data table tr td {
        padding: 15px 18px;
        font-size: 14px;
        border: 1px solid #dedede;
        /*&:last-child{border-right: none;}*/ }
      .list-data table tr th {
        font-weight: bold;
        text-align: center; }
      .list-data table tr td {
        color: #707070; }
    .list-data table thead tr {
      background: #0070b2;
      color: #fff;
      font-weight: bold;
      text-align: left; }
    .list-data table tfoot tr th {
      color: #0070b2;
      text-transform: uppercase; }
    .list-data table tfoot tr.gtotal, .list-data .content_bar table.history tfoot tr:nth-child(2n+1).gtotal {
      background: #6aa71b; }
      .list-data table tfoot tr.gtotal td, .list-data table tfoot tr.gtotal th {
        font-weight: 700;
        color: #fff; }
      .list-data table tfoot tr.gtotal td {
        font-size: 18px; }
  .list-data .box-personal {
    padding: 12px 18px; }

/* ============================================= form checkout ============================================= */
.top_back {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc; }

.spiner {
  margin: 0;
  padding: 10px 15px;
  border: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: 14px; }

.ui-widget.ui-widget-content {
  border: 1px solid #ccc;
  background: transparent; }

.ui-widget.ui-widget-content.ui-autocomplete {
  background: #fff;
  border: 1px solid #f4f4f4; }

#ui-datepicker-div {
  background: #fff;
  width: 280px; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  background: #ededed;
  border-color: #ccc; }

.ui-spinner-button {
  width: 25px; }
  .ui-spinner-button .ui-icon {
    left: 50%; }
  .ui-spinner-button.ui-spinner-up .ui-icon {
    background: url("../images/material/arr_tooltip_top.png") no-repeat center 70%; }
  .ui-spinner-button.ui-spinner-down .ui-icon {
    background: url("../images/material/arr_tooltip_bottom.png") no-repeat center 30%; }

.content_cart {
  padding: 0 0 95px;
  position: relative; }
  .content_cart h4 {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase; }
    .content_cart h4 .blue {
      color: #0070b2; }
  .content_cart.troli01 .left_cart {
    width: 800px; }
    .content_cart.troli01 .left_cart .list_troli .box {
      width: 792px; }
      .content_cart.troli01 .left_cart .list_troli .box .lf_troli {
        width: auto;
        display: inline-block; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli:after {
          display: block;
          right: 40px; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod {
          width: 215px;
          margin-right: 30px; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod h4 {
            margin-bottom: 5px;
            font-size: 14px; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .stock p {
            font-weight: 700;
            font-size: 12px;
            color: #9d9d9d;
            margin-bottom: 6px;
            text-transform: uppercase;
            display: inline-block;
            line-height: 12px; }
            .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .stock p:first-child {
              margin-right: 10px;
              padding-right: 10px;
              border-right: 1px solid #ccc; }
            .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .stock p .in {
              color: #00d027; }
            .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .stock p .out {
              color: #cc4047; }
            .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .stock p .limited {
              color: #d0d047; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .dec_prod .ket {
            margin-bottom: 0; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli div {
          display: inline-block;
          vertical-align: top;
          margin-right: 20px; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price {
          width: 130px; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price h3 {
            font-size: 18px;
            color: #0070b2;
            font-weight: 700; }
            .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price h3 span {
              color: #808080;
              font-size: 12px;
              text-decoration: line-through;
              display: block;
              margin-top: 4px; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli h5 {
            font-weight: 700;
            color: #0070b2;
            font-size: 13px; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price.subtot h5 {
            text-align: right;
            padding-right: 30px; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price.subtot h3 {
            text-align: right;
            padding-right: 30px;
            color: #da000a; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .price.subtot h3.old_price {
            color: #0070b2; }
        .content_cart.troli01 .left_cart .list_troli .box .lf_troli .qty {
          width: 62px;
          margin-right: 30px; }
          .content_cart.troli01 .left_cart .list_troli .box .lf_troli .qty input {
            width: 60px;
            padding: 8px;
            font-size: 14px; }
      .content_cart.troli01 .left_cart .list_troli .box select {
        padding: 8px 10px;
        width: 210px;
        color: #999; }
  .content_cart.troli01 .right_cart {
    width: 340px; }
  .content_cart .left_cart {
    float: left;
    display: block;
    width: 688px; }
    .content_cart .left_cart .head_box {
      margin: 15px 0 -22px 360px; }
      .content_cart .left_cart .head_box span {
        display: inline-block;
        color: #999999;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        width: 130px;
        margin-right: 20px; }
        .content_cart .left_cart .head_box span:nth-child(2) {
          width: 63px;
          margin-right: 30px; }
    .content_cart .left_cart .list_troli {
      margin: 30px 0; }
      .content_cart .left_cart .list_troli .box {
        padding: 20px;
        margin: 0  7px 27px 0;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 680px;
        border: 1px solid #ccc;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        box-shadow: 7px 7px 0px 0px #ddd;
        -webkit-box-shadow: 7px 7px 0px 0px #ddd;
        -moz-box-shadow: 7px 7px 0px 0px #ddd;
        -ms-box-shadow: 7px 7px 0px 0px #ddd;
        -o-box-shadow: 7px 7px 0px 0px #ddd; }
        .content_cart .left_cart .list_troli .box .lf_troli {
          width: 530px;
          display: inline-block; }
          .content_cart .left_cart .list_troli .box .lf_troli .img {
            width: 60px;
            min-height: 20px;
            padding: 5px;
            margin-right: 15px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            display: inline-block;
            vertical-align: middle; }
          .content_cart .left_cart .list_troli .box .lf_troli .dec_prod {
            width: 410px;
            display: inline-block;
            vertical-align: middle; }
            .content_cart .left_cart .list_troli .box .lf_troli .dec_prod h4 {
              font-size: 16px; }
            .content_cart .left_cart .list_troli .box .lf_troli .dec_prod .ket {
              margin: 10px 0 15px; }
              .content_cart .left_cart .list_troli .box .lf_troli .dec_prod .ket p {
                font-weight: 700;
                font-size: 12px;
                color: #9d9d9d;
                text-transform: uppercase;
                display: inline-block;
                line-height: 13px; }
                .content_cart .left_cart .list_troli .box .lf_troli .dec_prod .ket p label {
                  color: #808080; }
                .content_cart .left_cart .list_troli .box .lf_troli .dec_prod .ket p:first-child {
                  margin-right: 15px;
                  padding-right: 15px;
                  border-right: 1px solid #ccc; }
                .content_cart .left_cart .list_troli .box .lf_troli .dec_prod .ket p .in {
                  color: #00d027; }
            .content_cart .left_cart .list_troli .box .lf_troli .dec_prod h3 {
              font-weight: 700;
              font-size: 24px;
              color: #da000a;
              margin-bottom: 24px; }
              .content_cart .left_cart .list_troli .box .lf_troli .dec_prod h3 span {
                color: #808080;
                font-size: 14px;
                text-decoration: line-through;
                display: inline-block;
                vertical-align: top; }
          .content_cart .left_cart .list_troli .box .lf_troli:after {
            content: "";
            width: 1px;
            background: #ccc;
            height: 100%;
            position: absolute;
            display: inline-block;
            top: 0; }
        .content_cart .left_cart .list_troli .box .rg_troli {
          display: inline-block;
          width: 104px; }
          .content_cart .left_cart .list_troli .box .rg_troli input {
            width: 80px;
            display: inline-block;
            vertical-align: middle; }
        .content_cart .left_cart .list_troli .box .hide_troli {
          position: absolute;
          top: 20px;
          right: 13px;
          cursor: pointer; }
        .content_cart .left_cart .list_troli .box input, .content_cart .left_cart .list_troli .box select {
          background: transparent;
          border: 1px solid #ccc;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        .content_cart .left_cart .list_troli .box select {
          width: 240px;
          font-weight: 700;
          background: url("../images/material/arr-bottom.png") no-repeat 95% center;
          color: #666;
          font-size: 14px; }
      .content_cart .left_cart .list_troli form.registration .almt_pngiriman h5 {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px; }
      .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat .top {
        margin-bottom: 15px; }
        .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat .top label {
          font-size: 14px;
          font-weight: bold;
          color: #0070b2;
          width: 179px;
          float: left;
          background: transparent;
          line-height: 24px;
          text-transform: none;
          top: 0; }
          .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat .top label span {
            font-style: italic;
            font-size: 12px;
            color: #969696;
            display: block;
            font-weight: normal; }
        .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat .top .btn-blue.btn-trans {
          float: right;
          text-transform: uppercase; }
      .content_cart .left_cart .list_troli form.registration .almt_pngiriman .block_alamat p {
        font-size: 14px;
        color: #737373;
        line-height: 20px;
        width: 400px; }
      .content_cart .left_cart .list_troli form.registration .down_almat {
        display: none; }
      .content_cart .left_cart .list_troli form.registration label {
        font-size: 14px;
        color: #5f5f5f;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        width: 160px;
        display: inline-block;
        margin-right: 15px;
        vertical-align: top;
        top: 10px; }
        .content_cart .left_cart .list_troli form.registration label.opt {
          display: block;
          width: 100%;
          float: none;
          top: 0; }
      .content_cart .left_cart .list_troli form.registration .ck_alamat {
        padding: 20px 0;
        position: relative;
        margin-bottom: 40px; }
      .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 {
        content: '';
        display: block;
        position: absolute;
        width: 110%;
        height: 1px;
        background: #ccc;
        left: -30px; }
      .content_cart .left_cart .list_troli form.registration .ck_alamat:after, .content_cart .left_cart .list_troli form.registration .addrs:after {
        bottom: 0; }
      .content_cart .left_cart .list_troli form.registration .ck_alamat:before, .content_cart .left_cart .list_troli form.registration .addrs:before {
        top: 0; }
      .content_cart .left_cart .list_troli form.registration .addrs {
        position: relative;
        padding: 0 0 20px;
        margin-bottom: 20px; }
        .content_cart .left_cart .list_troli form.registration .addrs:before {
          display: none; }
        .content_cart .left_cart .list_troli form.registration .addrs select {
          background: transparent;
          display: inline-block;
          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: 7px;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          -o-border-radius: 7px;
          font-size: 14px;
          padding: 12px 20px;
          width: 160px;
          background: url("../images/material/arr-bottom.png") no-repeat 90% center; }
        .content_cart .left_cart .list_troli form.registration .addrs label {
          width: auto; }
        .content_cart .left_cart .list_troli form.registration .addrs .add {
          font-size: 14px;
          display: inline-block;
          padding-left: 30px;
          background: url("../images/material/ico_add.png") no-repeat left center;
          line-height: 26px;
          text-transform: uppercase;
          color: #5f5f5f;
          font-weight: 700;
          margin-left: 20px; }
        .content_cart .left_cart .list_troli form.registration .addrs h6 {
          margin: 0; }
        .content_cart .left_cart .list_troli form.registration .addrs.text {
          padding: 20px 0; }
          .content_cart .left_cart .list_troli form.registration .addrs.text:before {
            display: block; }
        .content_cart .left_cart .list_troli form.registration .addrs.top {
          padding-bottom: 1px; }
      .content_cart .left_cart .list_troli form.registration .row {
        margin-bottom: 20px; }
        .content_cart .left_cart .list_troli form.registration .row input[type="text"], .content_cart .left_cart .list_troli form.registration .row input[type="email"], .content_cart .left_cart .list_troli form.registration .row input[type="password"], .content_cart .left_cart .list_troli form.registration .row select, .content_cart .left_cart .list_troli form.registration .row textarea {
          background: transparent;
          display: inline-block;
          width: 438px;
          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: 7px;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          -o-border-radius: 7px;
          font-size: 14px;
          padding: 12px 20px; }
        .content_cart .left_cart .list_troli form.registration .row input[type="text"], .content_cart .left_cart .list_troli form.registration .row input[type="email"], .content_cart .left_cart .list_troli form.registration .row input[type="password"], .content_cart .left_cart .list_troli form.registration .row textarea {
          font-style: italic; }
        .content_cart .left_cart .list_troli form.registration .row textarea {
          height: 110px; }
        .content_cart .left_cart .list_troli form.registration .row select {
          background: url("../images/material/arr-bottom.png") no-repeat 95% center; }
.content_cart .left_cart .list_troli form.registration .row select option:disabled {
  color: #bbbbbb;
}
        .content_cart .left_cart .list_troli form.registration .row .date_ico {
          background: url("../images/material/ico_date.png") no-repeat 96% center !important;
          font-style: normal; }
        .content_cart .left_cart .list_troli form.registration .row .phone {
          position: relative;
          display: inline-block;
          width: 438px; }
          .content_cart .left_cart .list_troli form.registration .row .phone span {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 14px;
            display: block;
            margin: auto;
            line-height: 45px;
            padding: 0 10px 0 20px;
            border-right: 1px solid #ccc; }
          .content_cart .left_cart .list_troli form.registration .row .phone input {
            padding-left: 70px; }
        .content_cart .left_cart .list_troli form.registration .row .btn_round.blue {
          background: #0070b2;
          padding: 0 30px;
          border: none;
          border-radius: 25px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px;
          font-size: 17px;
          min-width: 170px;
        }
          .content_cart .left_cart .list_troli form.registration .row .btn_round.blue:hover {
            background: #1486ca; }
        .content_cart .left_cart .list_troli form.registration .row:last-child {
          margin-bottom: 0; }
      .content_cart .left_cart .list_troli.regist .box {
        padding: 30px; }
      .content_cart .left_cart .list_troli.acc .box {
        padding: 0; }
    .content_cart .left_cart a.more {
      width: 450px;
      display: block;
      margin: 0 auto;
      color: #7e7e7e;
      position: relative;
      font-size: 14px; }
      .content_cart .left_cart a.more:hover {
        background: #e1e1e1; }
    .content_cart .left_cart .list_check .check {
      display: inline-block;
      margin-right: 40px; }
      .content_cart .left_cart .list_check .check:last-child {
        margin-right: 0; }
      .content_cart .left_cart .list_check .check label {
        font-size: 14px;
        text-transform: uppercase;
        color: #5f5f5f;
        font-weight: 700; }
    .content_cart .left_cart .content_check {
      margin-top: 30px; }
      .content_cart .left_cart .content_check hr {
        border: none;
        height: 1px;
        background: #ddd;
        margin: 20px 0; }
      .content_cart .left_cart .content_check .form_check {
        display: none; }
      .content_cart .left_cart .content_check form h6 {
        font-size: 14px;
        color: #0070b2;
        margin: 0 0 12px;
        font-weight: 700; }
      .content_cart .left_cart .content_check form input {
        display: block; }
      .content_cart .left_cart .content_check form input[type="email"], .content_cart .left_cart .content_check form input[type="password"] {
        width: 450px;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        font-style: italic;
        padding: 12px 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
      .content_cart .left_cart .content_check form input[type="password"] {
        margin-top: 15px; }
      .content_cart .left_cart .content_check form .btn_round {
        padding: 0 20px;
        background: #0070b2;
        border: none;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        width: 170px;
        font-size: 16px;
        margin-top: 30px; }
        .content_cart .left_cart .content_check form .btn_round:hover {
          background: #1486ca; }
.content_cart .left_cart .content_check form .btn_round.white {
  background: #ffffff;
  border: solid;
  border-color: #1486ca; }
.content_cart .left_cart .content_check form .btn_round.white:hover {
  background: #f5fc00; }
  .content_cart .right_cart {
    float: right;
    display: block;
    width: 450px; }
    .content_cart .right_cart h4 span {
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      font-style: italic;
      position: relative;
      top: 3px; }
    .content_cart .right_cart .list_total {
      margin: 30px 0;
      border-top: 1px solid #ccc; }
    .content_cart .right_cart .list_total.grand_total {
      margin: 0; }
      .content_cart .right_cart .list_total .total:first-child p {
        margin-top: 20px; }
      .content_cart .right_cart .list_total .total p {
        width: 50%;
        float: left;
        color: #3d3d3d;
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin: 10px 0;
        text-transform: uppercase; }
      .content_cart .right_cart .list_total.grand_total .total:last-child p, .content_cart .right_cart .list_total.grand_total .total:first-child p:nth-child(2) {
        font-size: 20px; }
        .content_cart .right_cart .list_total .total p:nth-child(2) {
          float: right;
          text-align: right;
          font-size: 16px; }
        .content_cart .right_cart .list_total .total p span {
          font-weight: 400;
          display: inline-block;
          color: #797979;
          text-transform: none; }
        .content_cart .right_cart .list_total .total p.blue {
          color: #0070b2; }
      .content_cart .right_cart .list_total .total:last-child {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 20px 0; }
        .content_cart .right_cart .list_total .total:last-child p {
          font-size: 16px;
          margin: 18px 0; }
          .content_cart .right_cart .list_total .total:last-child p:nth-child(2) {
            font-size: 16px; }
    .content_cart .right_cart form {
      height: 38px;
      position: relative; }
      .content_cart .right_cart form input {
        border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -ms-border-radius: 10px 0 0 10px;
        -o-border-radius: 10px 0 0 10px;
        background: transparent;
        padding: 10px 12px;
        font-size: 14px; }
      .content_cart .right_cart form input[type='text'] {
        width: 75%;
        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: 1px solid #ccc;
        font-style: italic; }
      .content_cart .right_cart form input[type='submit'] {
        background: #0070b2;
        border: none;
        color: #f5fc00;
        text-transform: uppercase;
        font-weight: 700;
        width: 25%;
        padding: 11px 13px;
        position: absolute;
        border-radius: 0 10px 10px 0;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -ms-border-radius: 0 10px 10px 0;
        -o-border-radius: 0 10px 10px 0; }
        .content_cart .right_cart form input[type='submit']:hover {
          background: #1486ca; }
    .content_cart .btn_round {
      width: 100%;
      margin-top: 35px;
      font-size: 14px; }
    .content_cart .left_cart .table_list {
      margin-left: 20px;
      margin-right: 20px;
    }
    .content_cart .table_list {
      margin-top: 50px; }
      .content_cart .table_list table.prod {
        width: 100%;
        border-collapse: collapse;
        font-weight: 700; }
        .content_cart .table_list table.prod thead {
          background: #ddd;
          shape-margin: 10px; }
          .content_cart .table_list table.prod thead th {
            color: #3d3d3d;
            text-transform: uppercase;
            font-weight: 700; }
.content_cart .table_list table.prod tr.promo td {
  font-size: 12px;
  font-weight: 500;}
.content_cart .table_list table.price_tot tr.promo td {
  font-size: 12px;
  font-weight: 500;}
.content_cart .table_list table.prod td, .content_cart .right_cart .table_list table.prod th {
          padding: 10px 8px;
          font-size: 14px;
          text-align: center;
          vertical-align: middle; }
          .content_cart .table_list table.prod td:first-child, .content_cart .right_cart .table_list table.prod th:first-child {
            text-align: left; }
          .content_cart .table_list table.prod td:last-child, .content_cart .right_cart .table_list table.prod th:last-child {
            text-align: right; }
        .content_cart .table_list table.prod td {
          text-transform: capitalize;
          color: #3d3d3d; }
          .content_cart .table_list table.prod td:last-child {
            font-size: 16px; }
        .content_cart .table_list table.prod tbody tr:first-child td {
          padding-top: 20px; }
        .content_cart .table_list table.prod tfoot td {
          font-size: 16px; }
        .content_cart .table_list table.prod.addrss thead th a {
          color: #0070b2;
          text-decoration: underline; }
        .content_cart .table_list table.prod.addrss tbody td {
          text-align: left !important;
          text-transform: none;
          font-weight: 400; }
          .content_cart .table_list table.prod.addrss tbody td h6 {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 10px; }
          .content_cart .table_list table.prod.addrss tbody td p {
            font-size: 14px; }
      .content_cart .table_list table.price_tot {
        width: 100%;
        border-collapse: collapse;
        margin-top: 30px; }
        .content_cart .table_list table.price_tot td {
          padding: 10px 8px;
          font-size: 14px;
          text-align: center;
          vertical-align: middle;
          font-weight: 700;
          color: #3d3d3d;
          text-transform: uppercase; }
          .content_cart .table_list table.price_tot td:first-child {
            text-align: left; }
          .content_cart .table_list table.price_tot td:last-child {
            text-align: right;
            font-size: 14px; }
          .content_cart .table_list table.price_tot td.blue {
            color: #0070b2; }
          .content_cart .table_list table.price_tot td.red {
            color: #e00505; }
        .content_cart .table_list table.price_tot tr:nth-child(3) td {
          padding-bottom: 30px; }
        .content_cart .table_list table.price_tot tr:last-child td {
          font-size: 16px;
          padding-top: 25px;
          border-top: 1px solid #ddd;
          margin-top: 20px; }
        .content_cart .table_list table.price_tot tr:last-child td:last-child {
          font-size: 16px; }
      .content_cart .table_list table.price_tot.grand_tot tr:last-child td {
        font-size: 20px;
      }
      .content_cart .table_list .btn_round {
        width: 270px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        margin: 25px auto;
        display: block;
        color: #7e7e7e; }
        .content_cart .table_list .btn_round span {
          display: inline-block;
          width: 8px;
          height: 4px;
          background: url("../images/material/arr_view.png") no-repeat;
          margin-left: 5px;
          vertical-align: middle; }
      .content_cart .table_list hr {
        height: 1px;
        border: none;
        background: #ddd;
        margin-top: -40px; }

.accordion .list_acc .item {
  border-bottom: 1px solid #ccc; }
  .accordion .list_acc .item .title_acc {
    padding: 15px 30px;
    cursor: pointer;
    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; }
    .accordion .list_acc .item .title_acc h6 {
      font-size: 18px;
      font-weight: 700;
      color: #0070b2;
      position: relative; }
      .accordion .list_acc .item .title_acc h6 span {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 32px;
        margin-right: 20px; }
      .accordion .list_acc .item .title_acc h6:after {
        content: '';
        width: 15px;
        height: 9px;
        background: url("../images/material/arr_acc.png") no-repeat bottom center;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .accordion .list_acc .item .title_acc.show, .accordion .list_acc .item .title_acc:hover {
      background: #0070b2;
      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; }
      .accordion .list_acc .item .title_acc.show h6, .accordion .list_acc .item .title_acc:hover h6 {
        color: #fff; }
        .accordion .list_acc .item .title_acc.show h6 span, .accordion .list_acc .item .title_acc:hover h6 span {
          background-position: right center !important; }
        .accordion .list_acc .item .title_acc.show h6:after, .accordion .list_acc .item .title_acc:hover h6:after {
          background-position: center center !important; }
    .accordion .list_acc .item .title_acc.show h6:after {
      background-position: top center !important; }
  .accordion .list_acc .item:first-child .title_acc {
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0; }
  .accordion .list_acc .item .dec_acc {
    padding: 30px;
    display: none; }
    .accordion .list_acc .item .dec_acc p {
      font-size: 14px; }
    .accordion .list_acc .item .dec_acc .btn_round {
      padding: 0 20px;
      min-width: 170px;
      margin: 20px 0 0;
      font-size: 16px; }
    .accordion .list_acc .item .dec_acc .tab_bank .nav_bank {
      margin-top: 20px; }
      .accordion .list_acc .item .dec_acc .tab_bank .nav_bank a {
        display: inline-block;
        width: 105px;
        background-color: #ddd !important;
        height: 40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-right: 10px;
        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; }
        .accordion .list_acc .item .dec_acc .tab_bank .nav_bank a:hover, .accordion .list_acc .item .dec_acc .tab_bank .nav_bank a.active {
          background-color: #0070b2 !important;
          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; }
    .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont {
      display: none; }
      .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .title {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 20px 0; }
      .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .list_check li {
        display: inline-block;
        margin-right: 20px; }
        .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .list_check li .opt {
          float: none;
          font-size: 14px;
          font-weight: 700; }
      .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check {
        margin: 0;
        padding-top: 10px; }
        .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form input {
          display: block; }
        .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form p {
          margin-top: 20px; }
        .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"] {
          width: 450px;
          font-size: 16px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          font-style: italic;
          padding: 12px 20px;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
        .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form input[type="password"] {
          margin-top: 15px; }
        .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form .btn_round {
          padding: 0 20px;
          background: #0070b2;
          border: none;
          border-radius: 25px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px;
          width: 170px;
          font-size: 16px;
          margin-top: 30px;
          color: #fcf218; }
          .accordion .list_acc .item .dec_acc .tab_bank .wrap_tab .tab_cont .content_check .form_check form .btn_round:hover {
            background: #1486ca; }
.accordion p.nt {
  line-height: 16px;
  margin: 30px; }
  .accordion p.nt span {
    color: #d90909; }
  .accordion p.nt a {
    color: #0070b2;
    text-decoration: underline; }

.pg_thanks {
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  min-height: 600px;
  padding-top: 15%; }
  .pg_thanks .text {
    width: 590px;
    margin: 30px auto 0; }
    .pg_thanks .text h1 {
      font-size: 30px;
      color: #3d3d3d;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 30px 30px;
      line-height: 36px; }
      .pg_thanks .text h1.pg_error {
        font-size: 70px;
        line-height: normal; }
    .pg_thanks .text p {
      font-size: 14px;
      color: #292929; }
    .pg_thanks .text .btn_round {
      font-size: 16px;
      line-height: 45px;
      height: 45px;
      padding: 0 30px;
      display: inline-block;
      margin: 60px 0 0; }

.message-box {
  background: #0070b2;
  display: inline-block;
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  display: none;
  border-style: solid solid none solid;
  border-width: 1px;
  border-color: #FFFFFF;
  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;
  left: 40%;
  z-index: 9999; }
  .message-box p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }

.error-box {
  background: #cc5042;
  display: inline-block;
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  display: none;
  border-style: solid solid none solid;
  border-width: 1px;
  border-color: #FFFFFF;
  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;
  left: 40%;
  z-index: 9999; }
  .error-box p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }
.error-box ul li {
  color: #fff;
}
.bnnr_adver {
  position: fixed;
  width: 728px !important;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 8;
  display: none; }
  .bnnr_adver span {
    color: #fff;
    top: 10px;
    position: absolute;
    display: inline-block;
    right: 10px;
    z-index: 11;
    padding: 2px 10px;
    background: #000;
    font-size: 10px;
    cursor: pointer; }
  .bnnr_adver img.mobile {
    display: none; }

  .error {
    color: #cc3333;
    font-weight: 700;
  }
  .green {
    color: #00bb40;
  }
  .orange {
    color: #aa7730;
  }
  .red {
    color: #993333;
  }

  #pop-login .message, #pop-forgot .message {
    color: #0070b2;
    font-weight: 700;
    font-size: 14px;
    width: 300px;
    text-align: center;
    margin: auto;
  }
  #pop-login .error, #pop-forgot .error {
    color: #cc3333;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    width: 300px;
    margin: auto;
  }

  .account_page .inner #frmLogin {
    width: 580px;
    margin: auto;
  }

  .account_page .inner #frmPassword {
    width: 700px;
    margin: auto;
  }

  .no-record {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #FFFFFF;
    color: #0070b2;
    font-weight: 900;
    font-size: 14px;
  }
  .no-record span {
    line-height: 100px;
    vertical-align: middle;
  }
  .prompt {
    width: 870px;
    text-align: center;
    display: inline-block;
    background-color: #FFFFFF;
    color: #0070b2;
    font-weight: 900;
    font-size: 14px;
  }
  .prompt span {
    line-height: 100px;
    vertical-align: middle;
  }
.product-grid .inner .content-list .content-info.info3 ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 2px 0 2px 30px; }
.product-grid .inner .content-list .content-info.info3 ul {
  list-style-position: outside;
  margin: 2px 0 2px 30px; }
.product-grid .inner .content-list .content-info.info3 li {
  margin-bottom: 2px; }
.product-grid .inner .content-list .content-info.info3 div {
  padding-bottom: 7px;
}
.ui-autocomplete.ui-widget-content {
  color: #0a7eb4;
}
.ui-autocomplete.ui-widget-content .ui-state-active, .ui-autocomplete.ui-widget-content .ui-state-hover, .ui-autocomplete.ui-widget-content .ui-state-focus {
  background: #0a7eb4;
  color: #FFFFFF;
}
/*# sourceMappingURL=styles-2.css.map */
a.changepassword, a.linkovo {
  font-size: 16px;
  font-weight: 700;
  color: #0070b2;
  vertical-align: baseline;
  line-height: 45px;
  text-decoration: underline;
}
.disclaimer {
  font-size: 14px;
  font-weight: bold;
  color: #a03333;
}
