.product {
  background: #d6d6d6;
}

.product #container {
  padding-top: 39px;
}

.product .p_right {
  display: block;
}

.info_product {
  background: #e30c13;
  color: #fff;
  font-family: "Arial";
  padding: 7px 0px;
  border-bottom: solid 1px #ededed;
}

.info_product:before, .info_product:after {
  content: " ";
  display: table;
}

.info_product:after {
  clear: both;
}

.info_product .p_left {
  text-transform: capitalize;
  font-size: 16px;
  float: left;
}

.info_product .p_right {
  float: right;
  color: #333;
  background: #fff;
  padding: 1px 16px;
  position: relative;
  overflow: hidden;
}

.info_product .p_right:before {
  background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 200%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 500ms ease-in-out 0s, height 500ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
  width: 2%;
  z-index: 0;
}

.info_product .p_right:hover:before {
  width: 200%;
  opacity: 1;
  width: 120%;
}

#item_detail .info_left {
  display: inline-block;
  width: 55%;
  float: left;
}

#item_detail:before, #item_detail:after {
  content: " ";
  display: table;
}

#item_detail:after {
  clear: both;
}

#item_detail .info_right {
  display: inline-block;
  width: 45%;
  padding-left: 114px;
}

#item_detail .info_right .title_product {
  font-size: 30px;
  text-transform: none;
  color: #444;
  font-family: "Arial";
  font-weight: bold;
  padding-top: 8px;
}

#item_detail .info_right p {
  border-bottom: solid 1px #ddd;
  padding: 7px 0px;
  margin-right: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}

#item_detail .info_right p a {
  color: #fe0000;
  font-size: 20px;
  font-family: "Arial";
}

#item_detail .info_right p::before {
  font-size: 24px;
  padding-right: 8px;
  margin: 0px;
}

#item_detail .info_right .call_back::before {
  content: url(../images/icon_call_back.png);
  padding-left: 0px;
  padding-right: 13px;
}

#item_detail .info_right .ficon-play {
  border-bottom: none;
  margin-bottom: 35px;
}

#item_detail .info_right .model {
  padding: 0px;
  border-bottom: none;
  margin-bottom: 30px;
}

.radio_rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 13px;
  padding-top: 14px;
}

.radio_rate .radio_item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.radio_rate .item1 {
  background: url(../images/bg_star1.png) no-repeat;
  background-position: 29% 13%;
}

.radio_rate .item2 {
  background: url(../images/bg_star2.png) no-repeat;
  background-position: 29% 13%;
}

.radio_rate .item3 {
  background: url(../images/bg_star3.png) no-repeat;
  background-position: 29% 13%;
}

.radio_rate .item4 {
  background: url(../images/bg_star4.png) no-repeat;
  background-position: 29% 13%;
}

.radio_rate .item5 {
  background: url(../images/bg_star5.png) no-repeat;
  background-position: 29% 13%;
}

/*************tab list**************************/
#tabs {
  border-top: solid 1px #ddd;
}

#tab-detail {
  float: left;
  width: 75.4%;
  margin-top: 29px;
  padding-left: 0px;
  border: solid 1px #ddd;
  border-top: none;
}

#tab-detail iframe {
  max-width: 100%;
}

.resp-tabDrop {
  display: none;
}

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

.resp-tablist li:first-child {
  border-left: none;
}

.resp-tablistItem {
  display: inline;
  cursor: pointer;
  padding: 12px 35px;
  display: inline-block;
  border-bottom: 0px;
  text-transform: none;
  background: #f3f3f3;
  border: solid 1px #e1e1e1;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Arial";
  -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;
}

.resp-tablistItem:hover {
  color: #00a9eb;
  border-bottom: solid 1px #fff;
  background: none;
}

.resp-tablistItem__active {
  font-weight: bold;
  border-bottom: solid 1px #fff;
  color: #212121;
  background: none;
}

.resp-headings {
  display: none;
}

.resp-contents {
  padding: 35px 28px;
  color: #333;
}

.resp-contents form {
  overflow: hidden;
}

#tab-comment_rate .media .input {
  padding: 5px 12px;
  height: 32px;
  font-size: 12px;
  display: block;
  border: 1px solid #e2e3e4;
  width: 100%;
  outline: none;
}

#tab-comment_rate .media input.input:-moz-read-only {
  /* For Firefox */
  background-color: #e1e6e9;
}

#tab-comment_rate .media input.input:read-only {
  background-color: #e1e6e9;
}

.media-body {
  width: 780px;
}

.media-body .button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
}

#tab-comment_rate .media textarea.input {
  height: 120px;
  max-height: 250px;
  resize: vertical;
  font-family: arial;
  outline: none;
}

.tg-line-form {
  margin-bottom: 25px;
}

.button {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background: #f1f2f2;
  color: #404041;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
}

.box_list_orther {
  width: 24.6%;
  float: left;
  padding-left: 31px;
  margin-top: 29px;
}

.box_list_orther .box-title {
  background: #eee;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 8px;
  border-bottom: none;
  text-transform: none;
  margin-bottom: 16px;
}

/*-------------------img_detail----------------*/
/*GALERY BIG*/
div#gallery_slider {
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
}

div#gallery_slider .owl-item {
  box-sizing: border-box;
}

div#gallery_slider .owl-item .item {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

div#gallery_slider .owl-item .item > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#gallery_slider .owl-nav {
  margin: 0px;
}

div#gallery_slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 15px;
  display: none;
  width: 45px;
  height: 75px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}

div#gallery_slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 15px;
  display: none;
  width: 45px;
  height: 75px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}

div#gallery_slider img {
  margin: auto;
}

/*GALERY THUMB*/
div#gallery_slider_thumb {
  width: auto;
  box-sizing: border-box;
  margin-left: 70px;
  margin-right: 70px;
}

div#gallery_slider_thumb .owl-item {
  padding: 9px 5px;
  box-sizing: border-box;
}

div#gallery_slider_thumb .owl-item .item {
  border: 1px solid #dadada;
  box-sizing: border-box;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

div#gallery_slider_thumb .owl-item .item img {
  transform-style: none;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#gallery_slider_thumb .owl-item.sync_cur .item, div#gallery_slider_thumb .owl-item:hover .item {
  border: 1px solid #5490ea;
}

div#gallery_slider_thumb .owl-nav {
  margin: 0px;
}

div#gallery_slider_thumb .owl-nav .owl-prev,
div#gallery_slider_thumb .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: -35px;
  display: none;
  width: 25px;
  height: 26px;
  background: url(../images/nav.png) no-repeat left top;
  text-transform: uppercase;
  padding: 0px;
  margin: -13px 0px 0px;
  font-size: 0px;
}

div#gallery_slider_thumb .owl-nav .owl-next {
  left: auto;
  right: -35px;
  background-position: right top;
}

/*END PIC*/
#item_detail .info_right .info_col {
  padding-bottom: 10px;
}

#item_detail .info_right .arr_option {
  padding-bottom: 15px;
}

#item_detail .info_right .arr_option strong {
  color: #212121;
}

#item_detail .info_right ul.list_input_color {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}

#item_detail .info_right ul.list_input_color li {
  float: left;
  padding-right: 15px;
}

#item_detail .info_right .list_input_color label {
  width: 20px;
  height: 20px;
  display: flex;
}

#item_detail .info_right ul.list_input_color li.checked label {
  border: solid 2px #000;
}

#item_detail .info_right .list_input_color input {
  display: none;
}

#item_detail .info_right .num_view {
  float: left;
}

#item_detail .info_right .rate {
  margin-bottom: 10px;
}

#item_detail .info_right .made_in {
  clear: both;
}

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

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

#item_detail #item_info {
  display: none;
}

#item_detail .item_info .price {
  color: #929292;
  font-size: 18px;
  padding-bottom: 0px;
  text-decoration: line-through;
  margin-right: 50px;
  display: block;
}

#item_detail .item_info .price_buy {
  color: #ed1c24;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 8px;
}

#item_detail .item_info .price_buy .span {
  display: inline-block;
  color: #555;
  font-size: 19px;
}

#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_show,
#item_detail .item_info .btn_add_cart {
  text-transform: uppercase;
  padding: 5px 15px;
  min-width: 110px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  background-color: #f764a1;
  background-image: -webkit-linear-gradient(top, #f764a1 0, #f764a1 100%);
  background-image: linear-gradient(to bottom, #f764a1 0, #f764a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff200', endColorstr='#ffffe500', GradientType=0);
  border: 1px solid #f764a1;
  color: #fff;
  box-shadow: inset 0 -1px 1px #f764a1;
  text-shadow: none;
  border-radius: 4px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
}

#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;
  color: #f764a1;
  border: 1px solid #f764a1;
  background: none;
  -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;
}

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

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

#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: 1px #c5c5c5 solid;
  border-bottom: 0px;
  border-left: 0px;
  /* text-transform: uppercase; */
  font-size: 17px;
  font-weight: bold;
  font-weight: normal;
  -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-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0);
}

#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;
}

.price_saving {
  display: block;
}

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

.notification_product {
  margin: 10px 0px;
}

.notification_product .text_no {
  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: 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;
  box-shadow: inset 0 -1px 1px #881818;
}

.quantity_text {
  padding: 2px 5px;
  margin-left: 9px;
  max-width: 50px;
  outline: 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;
}

.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);
  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%);
  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;
}

#text_quantity {
  margin-top: 10px;
}

.list_combine_detail {
  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;
}

/************END TAB LIST**************/
@media (max-width: 999px) {
  .list_item_product .col_item {
    width: 33%;
  }
  #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) {
  #item_detail .info_right {
    padding-left: 0px;
  }
  #item_detail #img_detail {
    padding: 60px;
    padding-bottom: 0px;
  }
  #item_detail #tab-detail {
    width: 70%;
  }
  .radio_rate {
    display: block;
  }
  .radio_rate .radio_item {
    background-position: 5% 13% !important;
  }
  #item_detail .product_watched {
    width: 30%;
  }
  .list_watched .list_none .mCustomScrollBox {
    height: 320px !important;
  }
  #item_detail #tab-detail {
    width: 100%;
    padding-right: 0px;
    float: none;
  }
  .box_list_orther {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .box_list_orther:before, .box_list_orther:after {
    content: " ";
    display: table;
  }
  .box_list_orther:after {
    clear: both;
  }
  .product_scroll_orther .col_item {
    width: 50%;
    float: left;
  }
}

@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%;
  }
  #item_detail #img_detail {
    padding: 0;
  }
  .list_other .product_scroll_orther .col_item {
    width: 100%;
    float: none;
  }
  #item_detail .product_watched {
    display: none;
  }
  #item_detail .info_right {
    padding-left: 0px;
  }
}

@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;
  }
  .list_item .col_item {
    padding: 0px;
  }
  #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 */