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

.box_menu_product {
  background: #f0f0f0;
  padding-left: 40px;
  padding-top: 44px;
  padding-bottom: 50px;
  padding-right: 40px;
}
.box_menu_product .box_title {
  font-size: 24px;
  color: #035f97;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.box_menu_product .box_title:after {
  content: "";
  width: 67px;
  height: 4px;
  background: #035f97;
  display: block;
  margin-top: 11px;
}
.box_menu_product > ul > li {
  padding-top: 15px;
}
.box_menu_product > ul > li > a:before {
  content: "\e8a7";
  font-family: ficon;
  padding-right: 9px;
  color: #035f97;
}
.box_menu_product > ul > li ul {
  list-style: none;
  display: none;
}
.box_menu_product > ul > li ul a {
  color: #6a6a6a;
  display: block;
  padding: 11px 0px;
  border-bottom: 1px solid #d0d0d0;
  font-weight: 300;
}
.box_menu_product > ul > li.current ul {
  display: block;
}

#container {
  padding-bottom: 0;
}

#tab-detail {
  margin-top: 26px;
  margin-bottom: 40px;
}
#tab-detail .resp-tablist {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 550px) {
  #tab-detail .resp-tablist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
#tab-detail .resp-tablist .resp-tablistItem {
  text-align: center;
  padding: 11px 28px;
  color: #41a9e0;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  background: #fff4f4;
  font-weight: bold;
  border: 1px solid #41a9e0;
}
@media (max-width: 999px) {
  #tab-detail .resp-tablist .resp-tablistItem {
    padding: 0px;
    border: none;
    background: none;
  }
}
#tab-detail .resp-tablist .resp-tablistItem__active {
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
#tab-detail .resp-tabDrop {
  display: none !important;
}
#tab-detail .resp-contents {
  margin-top: 20px;
  overflow: hidden;
}
@media (max-width: 677px) {
  #tab-detail .resp-contents {
    margin-top: 15px;
  }
}
#tab-detail .resp-contents img {
  display: block;
  max-width: 600px;
  margin: auto;
}
#tab-detail .paginate {
  display: none;
}

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

#item_detail {
  padding-top: 15px;
}

#item_detail .title_product {
  font-size: 20px;
  font-weight: bold;
  color: #41a9e0;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 999px) {
  #item_detail .title_product {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#item_detail .title_product:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #dbdbdb;
  display: block;
  margin-top: 15px;
}

#item_detail .info_left {
  display: inline-block;
  width: 53%;
  float: left;
  padding-right: 30px;
}
#item_detail .info_left .img {
  text-align: center;
}
#item_detail .info_left .img img {
  max-width: 100%;
}

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

#item_detail .info_right {
  display: inline-block;
  width: 47%;
}
#item_detail .info_right .rate_view {
  display: -webkit-box;
  display: -ms-flexbox;
  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 .info_row_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#item_detail .info_right .info-price {
  margin-top: 20px;
  font-size: 24px;
}
#item_detail .info_right .info-price span {
  color: red;
  font-weight: bold;
}

#item_detail #img_detail {
  float: left;
  width: 100%;
  padding: 0px;
  padding-bottom: 0px;
  text-align: center;
}

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

#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_show,
#item_detail .item_info .btn_add_cart {
  text-transform: uppercase;
  padding: 5px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
  outline: none;
  background: #d7322c;
  color: #fff;
  border: none;
  height: 30px;
}

#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 {
  margin: 20px 0px;
}

.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%;
}
#item_detail #tab-detail #tabs .title_tab {
  border-bottom: 2px solid #ccc;
}
#item_detail #tab-detail #tabs .title_tab span {
  font-size: 14px;
  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 #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------------------*/
.box_other .list_item_product.style_1 .row_item .item {
  width: 33.33333%;
}
.box_other .mid_title_l {
  color: #41a9e0 !important;
}
.box_other .box_mid-title:after {
  height: 3px;
  width: 150px;
}

@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;
    padding-top: 0;
    margin-top: 10px;
  }
  #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;
  }
}
#gallery_slider {
  margin-bottom: 15px;
}

#gallery_slider_thumb .item {
  border: 1px solid #ccc;
  padding: 5px;
}