.product.m_c .tth_navigation {
  margin-bottom: 16px; }

.title_brand {
  display: none; }

.tab_deals {
  margin-top: 26px; }
  .tab_deals .resp-tablist {
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none; }
    @media (max-width: 550px) {
      .tab_deals .resp-tablist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .tab_deals .resp-tablist .resp-tablistItem {
      background: #FFFFFF;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid #ddd;
      margin-right: 12px;
      font-family: "helveticaneue-bold";
      padding: 5px 29px;
      -webkit-transition: all 500ms ease-out 0s;
      -moz-transition: all 500ms ease-out 0s;
      -o-transition: all 500ms ease-out 0s;
      transition: all 500ms ease-out 0s; }
      @media (max-width: 550px) {
        .tab_deals .resp-tablist .resp-tablistItem {
          margin-bottom: 15px;
          margin-bottom: 10px;
          font-size: 14px;
          padding: 5px 11px; } }
      .tab_deals .resp-tablist .resp-tablistItem:hover {
        color: #5d0630; }
    .tab_deals .resp-tablist .resp-tablistItem__active {
      background: url("../images/bg_header_top.jpg") repeat-x;
      background-size: contain;
      color: #fff;
      border-color: #5d0630;
      -webkit-transition: all 500ms ease-out 0s;
      -moz-transition: all 500ms ease-out 0s;
      -o-transition: all 500ms ease-out 0s;
      transition: all 500ms ease-out 0s; }
      .tab_deals .resp-tablist .resp-tablistItem__active:hover {
        color: #fff; }
  .tab_deals .resp-tabDrop {
    display: none !important; }
  .tab_deals .resp-contents {
    margin-top: 29px;
    overflow: hidden; }
  .tab_deals .paginate {
    display: none; }

.product_brand {
  background: #fff; }
  .product_brand .box_mid {
    padding: 0px; }
    .product_brand .box_mid .box_mid-title {
      margin-bottom: 20px; }
  .product_brand .brand_scroll {
    display: none; }

.list_item_brand {
  margin-top: 20px; }
  .list_item_brand .row_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-right: -20px; }
    .list_item_brand .row_item .item {
      width: 25%;
      float: left;
      padding-right: 20px;
      margin-bottom: 15px; }
      @media (max-width: 999px) {
        .list_item_brand .row_item .item {
          width: 33.33%; } }
      @media (max-width: 399px) {
        .list_item_brand .row_item .item {
          width: 50%; } }
      .list_item_brand .row_item .item .img {
        margin-bottom: 5px;
        padding: 10px;
        border: 1px solid #DDDDDD; }
        .list_item_brand .row_item .item .img img {
          width: 100%; }
      .list_item_brand .row_item .item h4 a {
        display: block;
        text-align: center; }

.box_mid .box_header_product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
  margin-bottom: 15px; }
  @media (max-width: 499px) {
    .box_mid .box_header_product {
      -webkit-justify-content: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .box_mid .box_header_product .mid_title_l {
    padding: 0px;
    color: #515151;
    font-size: 17px; }
    @media (max-width: 499px) {
      .box_mid .box_header_product .mid_title_l {
        display: none; } }
    .box_mid .box_header_product .mid_title_l:before {
      content: '';
      width: 7px;
      height: 13px;
      background: #008bd7;
      display: inline-block;
      margin-right: 15px; }
    .box_mid .box_header_product .mid_title_l:after {
      display: none; }
  .box_mid .box_header_product .sort_product span {
    color: #000;
    font-size: 15px; }
  .box_mid .box_header_product #sort_product {
    padding: 6px;
    border-color: #e1e1e1;
    text-align: center;
    outline: none !important; }

.detail {
  background: #fff;
  padding-top: 0px; }
  .detail .nav {
    background: #f6f6f6;
    padding-top: 9px; }
  .detail .tth_navigation {
    padding-bottom: 8px; }

#item_detail .box_product_other {
  padding: 0px; }
  #item_detail .box_product_other .box_mid-title .mid_title_l {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #393939;
    font-size: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    #item_detail .box_product_other .box_mid-title .mid_title_l:before {
      content: '';
      background: #008bd7;
      width: 7px;
      height: 37px;
      display: inline-block;
      margin-right: 18px; }
    #item_detail .box_product_other .box_mid-title .mid_title_l:after {
      display: none; }
  #item_detail .box_product_other .list_item .row_item {
    margin-right: 0px; }
    #item_detail .box_product_other .list_item .row_item .item {
      margin-bottom: 0px;
      width: 100%;
      float: none;
      padding-right: 0px; }

.resp-tabDrop {
  display: none; }

.resp-tablist {
  display: block;
  padding: 0;
  border-bottom: 2px solid #0074d5;
  padding-bottom: 0px;
  line-height: 1em;
  margin: 0px; }

.resp-tablistItem {
  display: inline;
  cursor: pointer;
  display: inline-block;
  padding: 8px 27px;
  border-bottom: 0px;
  border-left: 0px;
  font-size: 15px;
  -webkit-transition: all 0ms ease-out 0s;
  -moz-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
  background: #ededed;
  color: #313131;
  text-transform: uppercase;
  margin-right: 5px; }

.resp-tablistItem:hover {
  color: #fff;
  background: #0074d5; }

.resp-tablistItem__active {
  background: #0074d5;
  color: #fff;
  font-weight: 500; }

.resp-headings {
  display: none; }

.resp-contents {
  margin-top: 15px; }

@media (max-width: 1080px) {
  .resp-tablist {
    display: none; }
  .resp-tabDrop {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 1.2em;
    margin: 1em 0 0 0;
    padding-left: 10px !important; } }

.resp-contents table tr td {
  padding: 10px;
  word-wrap: break-word; }

/*-------------------img_detail----------------*/
/*-------------------img_detail----------------*/
/*GALERY BIG*/
#img_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 4.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  #img_detail .btn-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99; }
    #img_detail .btn-arrow.btn-prev {
      left: 1rem; }
      #img_detail .btn-arrow.btn-prev:before {
        content: url("../images/arrow_left.png"); }
    #img_detail .btn-arrow.btn-next {
      right: 1rem; }
      #img_detail .btn-arrow.btn-next:before {
        content: url("../images/arrow_right.png"); }

div#gallery_slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    div#gallery_slider {
      padding: 15px 0px;
      background: #fff; } }
  @media (min-width: 768px) {
    div#gallery_slider {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 79%;
      flex: 0 0 79%;
      max-width: 79%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  div#gallery_slider .slick-list {
    padding: 0 !important; }
    div#gallery_slider .slick-list .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  div#gallery_slider img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin: auto; }
    @media (min-width: 992px) {
      div#gallery_slider img {
        margin-left: 20%; } }

/*GALERY THUMB*/
div#gallery_slider_thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    div#gallery_slider_thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
      flex: 0 0 21%;
      max-width: 21%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media (max-width: 768px) {
    div#gallery_slider_thumb {
      display: none; } }
  div#gallery_slider_thumb .slick-list {
    padding: 0 !important; }
    div#gallery_slider_thumb .slick-list .slick-slide .item {
      padding: 6px;
      outline: none; }
      div#gallery_slider_thumb .slick-list .slick-slide .item .image {
        width: 100%;
        border: 1px solid #c6c6c6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
        position: relative; }
        div#gallery_slider_thumb .slick-list .slick-slide .item .image .img {
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat;
          width: 100%;
          padding-top: 97%; }
        div#gallery_slider_thumb .slick-list .slick-slide .item .image img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    div#gallery_slider_thumb .slick-list .slick-slide.slick-current .item .image {
      border: 1px solid #0074d5; }
  div#gallery_slider_thumb .slick-arrow:before {
    color: #959595; }

/*END PIC*/
/*-------------------img_detail----------------*/
#item_detail {
  padding-top: 33px; }

#item_detail .title_product {
  font-size: 20px;
  color: #3e3e3e;
  font-weight: 500;
  margin-bottom: 5px; }

#item_detail .info_left {
  display: inline-block;
  width: 53%;
  float: left;
  padding-right: 30px;
  padding-left: 0px; }

#item_detail .info_left .info_col {
  display: inline-block;
  float: left;
  margin-right: 25px; }

#item_detail .info_right {
  display: inline-block;
  width: 47%;
  max-width: 433px; }
  @media (max-width: 599px) {
    #item_detail .info_right {
      max-width: unset; } }
  #item_detail .info_right .contact_us {
    color: #595959;
    margin-bottom: 5px; }
    #item_detail .info_right .contact_us span {
      color: #fc2104;
      font-weight: 500; }
  #item_detail .info_right .short {
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    padding-left: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #464646;
    font-weight: 300; }
    #item_detail .info_right .short p {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative;
      font-size: 13px; }
      #item_detail .info_right .short p:before {
        content: url("../images/ic_check.png");
        position: absolute;
        left: -30px;
        top: 3px; }
  #item_detail .info_right .btn_dk {
    background: -webkit-gradient(linear, left top, right top, from(#05a2f8), to(#0e7bce));
    background: -webkit-linear-gradient(left, #05a2f8, #0e7bce);
    background: -o-linear-gradient(left, #05a2f8, #0e7bce);
    background: linear-gradient(to right, #05a2f8, #0e7bce);
    margin-bottom: 10px;
    max-width: 433px;
    padding: 12px 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  #item_detail .info_right .rate_view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px; }
  #item_detail .info_right .ficon-star {
    color: #ffb400; }
    #item_detail .info_right .ficon-star:before {
      padding: 0px;
      margin: 0px;
      width: 14px;
      font-size: 15px; }
  #item_detail .info_right .star_empty {
    color: #585563; }
  #item_detail .info_right .list_color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center; }
    #item_detail .info_right .list_color b {
      padding-right: 18px; }
  #item_detail .info_right .list_input_color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    #item_detail .info_right .list_input_color li {
      display: inline-block;
      float: left; }
      #item_detail .info_right .list_input_color li label {
        margin-bottom: 5px;
        height: 22px;
        width: 22px;
        margin-right: 3px;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px solid #efddd1; }
      #item_detail .info_right .list_input_color li input {
        display: none; }
    #item_detail .info_right .list_input_color .checked label {
      border: 2px #1760bb solid;
      margin-top: -1px; }
  #item_detail .info_right #text_quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 23px;
    margin-bottom: 25px; }
    #item_detail .info_right #text_quantity b {
      padding-right: 20px; }
    #item_detail .info_right #text_quantity .input-group {
      border: solid 1px #ddd; }
    #item_detail .info_right #text_quantity .input-group-btn button {
      width: 33px;
      height: 29px;
      color: #000;
      font-weight: bold;
      background: none;
      border: none; }
      #item_detail .info_right #text_quantity .input-group-btn button:focus {
        outline: none !important;
        background: none; }
      #item_detail .info_right #text_quantity .input-group-btn button:active {
        outline: none !important;
        background: none; }
      #item_detail .info_right #text_quantity .input-group-btn button:target {
        outline: none !important;
        background: none; }
    #item_detail .info_right #text_quantity .input-group-btn:first-child button {
      margin-left: 0px; }
  #item_detail .info_right .info_row_btn {
    margin-bottom: 10px; }
    #item_detail .info_right .info_row_btn .btn_add_cart {
      text-align: center;
      outline: none;
      color: #fff;
      border: none;
      width: 100%;
      display: block;
      background: url(../images/bg_btn_add_cart.png) no-repeat;
      background-size: cover;
      max-width: 433px;
      padding: 7px 0px;
      border-radius: 5px;
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
      #item_detail .info_right .info_row_btn .btn_add_cart p {
        padding: 0px; }
        #item_detail .info_right .info_row_btn .btn_add_cart p:first-child {
          font-size: 17px;
          font-weight: bold;
          text-transform: uppercase; }

#item_detail .tool-share {
  margin-top: 30px; }
  #item_detail .tool-share .solo-item {
    float: left;
    display: block;
    text-align: center;
    margin-left: 11px; }
    #item_detail .tool-share .solo-item:first-child {
      margin-left: 0px; }
  #item_detail .tool-share .solo-item > i {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #08651e;
    border: 1px solid #8094be;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    padding-top: 3px; }
  #item_detail .tool-share .solo-item > i.ficon-facebook {
    background: #1667e1;
    border-color: #1667e1;
    padding-left: 0px; }
  #item_detail .tool-share .solo-item > i.ficon-linkedin {
    background: #0073b2;
    border-color: #0073b2;
    padding-left: 0px; }
  #item_detail .tool-share .solo-item > i.ficon-gplus {
    background: #d91a00;
    border-color: #d91a00; }
  #item_detail .tool-share .solo-item > i.ficon-youtube {
    background: #b00000;
    border-color: #b00000; }
  #item_detail .tool-share .solo-item > i.ficon-twitter {
    background: #56c2e1;
    border-color: #56c2e1; }
  #item_detail .tool-share .solo-item:hover > i {
    color: #ed3237;
    background: #fff;
    border: 1px solid #ed3237; }
  #item_detail .tool-share .solo-item > i:before {
    padding-top: 3px; }

#item_detail #img_detail {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 81px;
  text-align: center;
  background: #f7f7f7; }

#item_detail .item_info {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 13px; }

#item_detail .item_info .percent_discount {
  color: #fff;
  background: #faa519;
  font-weight: 500;
  font-size: 14px;
  padding: 1px 6px; }

#item_detail .item_info .price {
  color: #6c6c6c;
  font-size: 16px;
  padding-bottom: 0px;
  text-decoration: line-through;
  margin-right: 10px;
  display: inline-block;
  font-weight: normal; }

#item_detail .item_info .price_buy {
  color: #ff2400;
  font-weight: bold;
  font-size: 26px;
  padding-right: 30px; }

#item_detail .item_info .price_buy .span {
  display: inline-block;
  color: #6c6c6c;
  font-size: 16px; }

#item_detail .item_info .status_stock0,
#item_detail .item_info .status_stock1 {
  display: inline-block;
  color: #ffffff;
  padding: 0px 10px; }

#item_detail .item_info .status_stock0 {
  background: #989898;
  padding: 0px 10px 0px 25px;
  line-height: 22px;
  margin-left: 5px;
  border-radius: 20px;
  position: relative; }

#item_detail .item_info .status_stock1 {
  background: #1760bb;
  padding: 0px 10px 0px 25px;
  line-height: 22px;
  margin-left: 5px;
  border-radius: 20px;
  position: relative; }

#item_detail .item_info .status_stock0 i,
#item_detail .item_info .status_stock1 i {
  width: 18px;
  height: 18px;
  position: absolute;
  background: #fff;
  display: inline-block;
  border-radius: 20px;
  top: 2px;
  left: 3px; }

#item_detail .item_info .info_row .info_col {
  float: left;
  width: 45%;
  padding-right: 5%;
  padding-bottom: 8px; }

#item_detail .item_info .info_row .col-content {
  font-weight: bold; }

#item_detail .item_info .info_row-short {
  padding-bottom: 5px;
  text-align: justify; }

#item_detail .item_info .btn_add_cart._dis {
  opacity: 0.8;
  cursor: initial !important; }

#item_detail .item_info .btn_add_cart_show:hover,
#item_detail .item_info .btn_add_cart:hover,
#item_detail .item_info .btn_add_cart_show:focus,
#item_detail .item_info .btn_add_cart:focus {
  cursor: pointer; }

#item_detail .item_info #info_row-shipping .info_row_content {
  font-size: 110%; }

#item_detail .item_info .info_row-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.tab_list {
  display: inline-block;
  width: 100%;
  height: 0px; }

#item_detail #tab-detail {
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  #item_detail #tab-detail #tabs .title_tab {
    border-bottom: 2px solid #ccc; }
    #item_detail #tab-detail #tabs .title_tab span {
      font-size: 14px;
      font-family: Arial;
      font-weight: bold;
      color: #d7322c;
      background: url("../images/bg_white_showdow.png") repeat-x;
      background-size: contain;
      padding: 9px 25px;
      text-align: center;
      border: solid 1px #ccc;
      display: inline-block; }
      @media (max-width: 499px) {
        #item_detail #tab-detail #tabs .title_tab span {
          padding: 4px 15px;
          font-size: 13px; } }

#item_detail .product_watched {
  display: inline-block;
  width: 20%;
  padding-top: 30px; }

#item_detail #tab-detail #tab-detail-nav {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-left: 10px; }

#item_detail #tab-detail #tab-detail-nav li {
  position: relative;
  float: left; }

#item_detail #tab-detail #tab-detail-nav li a:first-child {
  border-left: 1px #c5c5c5 solid; }

#item_detail #tab-detail #tab-detail-nav li a {
  display: block;
  padding: 2px 10px;
  border-bottom: 0px;
  border-left: 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial; }

#item_detail #tab-detail #tab-detail-nav li.activeli,
#item_detail #tab-detail #tab-detail-nav li a.active {
  background: #f1f1f1;
  font-weight: bold;
  color: #1f75d0; }

#item_detail #tab-detail #tab-detail-nav li a:hover {
  color: #1f75d0; }

#item_detail #tab-detail .tab-content {
  padding-top: 10px;
  border-top: 2px solid #c5c5c5; }

#item_detail #tab-detail .tab-content .captcha b {
  text-align: left; }

.captcha {
  line-height: 30px;
  text-align: left; }

#item_detail #tab-detail .tab-content ul {
  padding-left: 15px; }

#item_detail .contact_info {
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block; }

#item_detail .contact_info .contact_info-content {
  border: 1px solid #08651e;
  max-width: 700px;
  width: 100%;
  position: relative; }

#item_detail .contact_info .contact_info-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 56%;
  width: 1px;
  background: #08651e; }

#item_detail .contact_info .contact_info-col {
  float: left;
  width: 50%;
  padding: 15px 30px; }

#item_detail .contact_info .contact_info-col:nth-of-type(1) {
  width: 56%; }

#item_detail .contact_info .contact_info-col:nth-of-type(2) {
  width: 44%; }

#item_detail .contact_info .contact_info-col h3 {
  color: #08651e;
  text-transform: uppercase;
  padding: 5px 0px; }

#item_detail .contact_info .contact_info-col p {
  padding: 0px; }

#item_detail .contact_info .contact_info-col ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

#item_detail .contact_info .contact_info-col ul li {
  background: url(../images/check.png) no-repeat 0px 6px;
  padding-left: 24px;
  margin-bottom: 3px; }

#item_detail .other-title {
  background: #efefef;
  border: 1px solid #dbdbdb;
  color: #800080;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0px 13px;
  margin: 40px 0px 15px; }

/*-------------------list_other------------------*/
.list_other {
  padding-top: 16px;
  float: left;
  width: 100%; }

.list_other-title {
  border-bottom: solid 2px #6b0838;
  margin-bottom: 23px;
  margin-top: 15px; }
  .list_other-title span {
    background: url(../images/bg_header_top.jpg) repeat-x;
    background-size: contain;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 31px;
    font-family: helveticaneue-bold;
    display: inline-block; }
    .list_other-title span:before {
      width: auto;
      padding-right: 5px; }

.list_other .jcarousel-wrapper {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(201, 201, 201, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(201, 201, 201, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(201, 201, 201, 0.75); }

.list_other .jcarousel-wrapper .jcarousel-control-prev,
.list_other .jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  background: url(../images/jcarousel_arrow.gif) #d0d0d0 left center;
  height: 100%;
  width: 23px;
  top: 0px; }

.list_other .jcarousel-wrapper .jcarousel-control-prev {
  background-position: left center;
  left: 0px; }

.list_other .jcarousel-wrapper .jcarousel-control-next {
  background-position: right center;
  right: 0px; }

.list_other li {
  border-left: 1px solid #dedede;
  height: 189px; }

.list_other table {
  border: none;
  margin: 0px; }

.list_other table td {
  border: none;
  padding: 0px;
  vertical-align: middle; }

.price_saving {
  display: block; }

.price_saving b {
  color: #1760bb;
  font-size: 18px; }

.notification_product {
  margin: 10px 0px; }

.notification_product .text_no {
  max-width: 185px;
  display: inline-block; }

.notification_product .button_no {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  cursor: pointer;
  outline: none;
  padding: 6px 10px;
  border-radius: 40px;
  background-color: #b51717;
  background-image: -webkit-linear-gradient(top, #b51717 0, #ff0b0b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b51717), to(#ff0b0b));
  background-image: -o-linear-gradient(top, #b51717 0, #ff0b0b 100%);
  background-image: linear-gradient(to bottom, #b51717 0, #ff0b0b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51717', endColorstr='#ff0b0b', GradientType=0);
  border: 1px solid #e50f0f;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -1px 1px #881818;
  box-shadow: inset 0 -1px 1px #881818; }

.quantity_text {
  padding: 2px 5px;
  max-width: 20px;
  outline: none;
  border: none; }

.send_no_product {
  display: inline-block;
  width: 60%;
  vertical-align: top; }

.view_no_product {
  display: inline-block;
  width: 40%; }

.send_no_product input {
  width: 100%;
  border-radius: 2px;
  padding: 5px 8px;
  font-size: 13px;
  font-family: tahoma;
  border: 1px #ccc solid;
  margin-top: 10px; }

.view_no_product .title {
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #404142; }

.send_no_product textarea {
  width: 100%;
  min-height: 95px;
  border-radius: 2px;
  max-height: 150px;
  resize: vertical;
  margin-top: 10px;
  border: 1px #ccc solid; }

.send_no_product .bottom {
  margin-top: 10px; }

.send_no_product input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none; }

.full.promotion .list_item_product .col_item {
  width: 25%; }

.full.promotion .list_item_product .col_item.product_item_list {
  width: 100%; }

.content_promotion {
  padding-bottom: 10px; }

.content_promotion img {
  max-width: 100%;
  height: auto; }

.list_related {
  display: block;
  width: 100%;
  float: left;
  border: 1px #ddd solid;
  padding: 15px; }

.list_related .item_related .image {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 35%; }

.list_related .item_related .image a {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  height: 0px;
  display: block; }

.list_related .item_related .image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1); }

.list_related .item_related .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s; }

.list_related .item_related .info .price {
  font-size: 15px;
  font-weight: bold;
  color: red; }

.list_related > .title {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px; }

.box_nature {
  /*    border: 1px #555 solid;
    margin: 10px 0px;
    padding: 15px;*/
  margin-top: 15px; }

.box_nature .group_nature {
  border: 1px solid #ddd;
  padding: 0px 10px;
  border-bottom: 0px; }

.box_nature .group_nature:last-child {
  border-bottom: 1px solid #ddd; }

.box_nature .group_nature .title {
  display: inline-block;
  float: left;
  font-weight: bold;
  min-width: 150px;
  padding: 10px 0px;
  margin-right: 10px;
  border-right: 1px solid #ddd; }

.box_nature .group_nature .value {
  display: inline-block;
  float: left;
  padding: 10px 0px; }

.box_nature .group_nature:nth-of-type(odd) {
  background-color: #f9f9f9; }

.box_nature_focus {
  margin-top: -5px; }

.box_nature_focus .group_nature {
  padding: 0px 10px;
  border-bottom: 0px;
  margin-bottom: 15px; }

.box_nature_focus .group_nature .title {
  display: inline-block;
  float: left;
  font-weight: bold;
  min-width: 85px;
  padding: 5px 0px;
  margin-right: 10px;
  border-right: 1px solid #ddd; }

.box_nature_focus .group_nature .value {
  display: inline-block;
  float: left;
  padding: 5px 0px; }

@media (max-width: 999px) {
  .list_item .col_item {
    width: 33.3333%; }
  #item_detail > .item_info .info_row .info_col {
    width: 100%; }
  #item_detail > .item_info .price_buy {
    display: block; }
  #item_detail #img_detail,
  #item_detail > #item_info {
    width: 100%; }
  #item_detail > #item_info_more {
    width: 100%; } }

@media (max-width: 799px) {
  .list_watched .list_none .mCustomScrollBox {
    height: 320px !important; } }

@media (max-width: 729px) {
  #item_detail .contact_info .contact_info-content::before {
    display: none; }
  #item_detail .contact_info .contact_info-col:nth-of-type(n) {
    width: 100%; } }

@media (max-width: 599px) {
  #item_detail .info_left .rate {
    display: inline-block;
    margin-top: 5px; }
  #item_detail .info_left,
  #item_detail .info_right {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px; }
  #item_detail #img_detail {
    padding: 0;
    margin: 15px 0px 5px; }
  #item_detail #tab-detail {
    width: 100%;
    padding-right: 0px; }
  #item_detail .product_watched {
    display: none; } }

@media (max-width: 499px) {
  .box_nature .group_nature .title {
    width: 40%; }
  .sort_product:before {
    bottom: 7px !important; }
  .captcha {
    margin-top: 40px; }
  #item_detail #tab-detail .tab-content .captcha b {
    display: none; }
  #item_detail #img_detail,
  #item_detail > #item_info {
    width: 100%; } }

@media (max-width: 361px) {
  .box_header_product .sort_product span {
    display: none !important; }
  .product_item .info .info-title {
    text-align: center; }
  .product_item .price.right_b {
    float: none !important;
    text-align: center; }
  .product_item .price_buy.right_b {
    float: none !important;
    text-align: center; } }

/*# sourceMappingURL=product.css.map */