.bg-white {
  background: white;
  padding-top: 20px;
}

.breadcrumbs {
  margin-bottom: 0 !important;
}

.list-showroom select {
  padding: 10px 12px;
  width: 100%;
  background: #EEEEEE;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  margin-bottom: 10px;
}
.list-showroom .list-address {
  padding: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  max-height: 120px;
  overflow: auto;
  padding-top: 2px;
}
.list-showroom .list-address .item-address {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  grid-gap: 10px;
  margin-top: 10px;
}

#buy-repair {
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  padding: 12px 12px 12px 50px;
  color: #fff;
  font-weight: bold;
  width: 160px;
  background: #46aa01 url(../images/cart.png) left 10px top 8px no-repeat;
  text-align: left;
  margin-top: 0px;
}

#chat-now {
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  padding: 12px 12px 12px 50px;
  color: #49C1EA;
  font-weight: bold;
  width: 160px;
  background: #fff url(/templates/default/images/facebook_scroll.png) left 10px top 4px no-repeat;
  border: 1px solid #49C1EA;
  text-align: left;
  margin-top: 0px;
}

.box_sale {
  width: 100%;
  border: 1px solid #cecece;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
}

.title_box_sale {
  position: absolute;
  background: white;
  font-size: 16px;
  padding: 0 5px;
  color: black;
  font-weight: bold;
  margin: -25px 0 0 0;
  display: block;
}

.price_repair {
  color: #ff0000;
  font-weight: bold;
}

.detail_botom ul {
  list-style: inherit;
  padding-left: 30px;
  line-height: 28px;
}

.detail_botom ul li {
  list-style: inherit;
}

li.buy {
  background: #ff6700;
}
li.buy a span {
  color: #fff !important;
}

li.tragop {
  background: #00a42f;
}
li.tragop a span {
  color: #fff !important;
}

.buy-bottom #buy-now {
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  padding: 12px 12px 12px 12px;
  color: #fff;
  font-weight: bold;
  width: auto;
  background: #1e8e04;
  text-align: left;
  margin-top: 0px;
}
.buy-bottom #buy-pig {
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  padding: 12px 12px 12px 12px;
  color: #fff;
  font-weight: bold;
  margin-left: 8px;
  background: #ff8200;
  width: auto;
}
.buy-bottom .mt100 {
  padding: 12px 12px 12px 12px;
  width: auto;
}
.buy-bottom .media-img {
  float: left;
  margin-bottom: 10px;
  margin-right: 40px;
}
.buy-bottom .media-img img {
  float: left;
  width: 120px;
  height: auto;
  border: 1px solid #EBEEF2;
  border-radius: 5px;
  padding: 10px 0px;
  margin-right: 15px;
}
.buy-bottom .media-img p {
  font-size: 20px;
  font-weight: bold;
  max-width: 160px;
}
.buy-bottom .media-img span {
  display: block;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}

#store_list,
#store_list_mb {
  margin-top: 5px;
}
#store_list .title_store_top,
#store_list_mb .title_store_top {
  border: 1px solid #eaeaea;
  padding: 5px 5px 1px 9px;
  display: block;
  border-radius: 5px;
}
#store_list .title_store_top img,
#store_list_mb .title_store_top img {
  width: 3.5%;
  margin-right: 3px;
  margin-bottom: 4px;
}
#store_list .title_store_top span,
#store_list_mb .title_store_top span {
  color: #3066c8;
}
#store_list .title_store_top:focus,
#store_list_mb .title_store_top:focus {
  text-decoration: none;
}

#store_list {
  margin-bottom: 20px;
}
#store_list #style-44::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#store_list #style-44::-webkit-scrollbar {
  width: 5px;
  background-color: #FF6700;
}
#store_list #style-44::-webkit-scrollbar-thumb {
  background-color: #FF6700;
  border: 2px solid #FF6700;
}
#store_list .store {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 13px;
}
#store_list .store .store_name {
  padding: 7px 0 7px 20px;
  margin-bottom: 0;
  background: url("../images/icon_store.svg") top 10px left 0 no-repeat;
  border-bottom: 1px solid #ddd;
}
#store_list .store .store_name:last-child {
  border-bottom: unset;
}
#store_list .store .store_name .name_store {
  font-size: 14px;
  display: flex;
  color: #000;
  margin-bottom: 5px;
  line-height: 20px;
  align-items: start;
}
#store_list .store .store_name .name_store img {
  margin-left: 6px;
}
#store_list .store .store_name .info_store {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 5px;
}
#store_list .store .store_name .info_store .phone_store {
  display: block;
  color: #FF6600;
  line-height: 19px;
  font-size: 13px;
  padding-left: 20px;
  background: url("../images/icon_phone.svg") top 0 left 0 no-repeat;
}
#store_list .store .store_name .info_store .map {
  color: #444;
  display: block;
  line-height: 19px;
  padding-left: 20px;
  background: url("../images/icon_map.svg") top 0 left 0 no-repeat;
}
#store_list .store .store_name .info_store .is_stock {
  margin-top: 5px;
  display: block;
  padding-left: 20px;
  background: url("../images/conhang.svg") top 2px left 0 no-repeat;
  color: #20863D;
}
#store_list .store .store_name .info_store .not_stock {
  background: url("../images/hethang.svg") top 2px left 0 no-repeat;
  color: #444444;
}
#store_list .store .store_name .info_store .ghim {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 20px;
  background: url("../images/icon_save.svg") top 0 left 0 no-repeat;
}
#store_list .store .store_name .info_store .ghim a {
  display: block;
  color: #FF6600;
  text-decoration: underline;
}
@media (max-width: 960px) {
  #store_list .store .store_name .info_store .ghim a {
    display: inline-block;
  }
}
#store_list .store .store_name .info_store .notification {
  background: url("../images/notification.svg") top 0 left 0 no-repeat;
}
#store_list .store .unser_boder {
  border-bottom: unset;
}
#store_list .store .area_diff {
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000;
  background-color: #F4F4F4;
}

.standard_product {
  border-radius: 12px;
  overflow: hidden;
  font-family: inherit;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.standard_product p,
.standard_product span {
  font-family: inherit !important;
  font-size: 14px !important;
}
.standard_product p:last-child {
  margin-bottom: 0;
}
.standard_product .c-h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 9px;
  grid-gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  background: #EF6837;
}
.standard_product .c-h4 img {
  margin: 0;
}
.standard_product .c-standard_product {
  padding: 20px 12px;
}
.standard_product .c-standard_product ul {
  margin: 0;
  counter-reset: li-counter;
}
.standard_product .c-standard_product ul li {
  margin-top: 8px;
  position: relative;
  padding-left: 24px;
}
.standard_product .c-standard_product ul li::before {
  counter-increment: li-counter;
  content: counter(li-counter);
  width: 16px;
  height: 16px;
  background: #DA0000;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}
.standard_product .c-standard_product ul li:first-child {
  margin-top: 0;
}

.modal-open {
  overflow: visible;
}

.modal_store_pc {
  display: none;
}

.store_count_ {
  padding: 5px 10px;
  background-color: #ededed;
  margin: 5px 0;
  border-radius: 3px;
}

@media (max-width: 960px) {
  .bound-input {
    margin-bottom: 40px;
  }
}
.link-wan {
  position: absolute;
  right: 15px;
}

.details_click {
  cursor: pointer;
  font-size: 18px;
  color: #1E8E04;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.details_click:before {
  height: 55px;
  margin-top: -30px;
  content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
  display: block;
}
@media (max-width: 960px) {
  .details_click:before {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(0deg, #fff 35%, rgba(255, 255, 255, 0.35) 95%);
  }
}
@media (max-width: 960px) {
  .details_click {
    position: relative;
    font-size: 14px;
  }
}
.details_click span {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #1E8E04;
  border-radius: 3px;
  color: #1E8E04;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}

.info_pro_modal p {
  margin-bottom: 0px;
}

.video-container {
  position: relative;
}
.video-container .view_video {
  margin: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.name .subtitle {
  display: block;
  clear: both;
  padding-top: 5px;
}

.edit-price {
  padding-bottom: 20px;
  margin-top: 25px;
}
.edit-price .list_same {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.edit-price .list_same .item_same {
  display: block;
  padding: 7px 10px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #DDDDDD;
  color: #444;
}
.edit-price .list_same .item_same:hover {
  border: 1px solid #F9920F;
}
.edit-price .list_same .item_same span {
  display: block;
}
.edit-price .list_same .item_same .nick_name {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
}
.edit-price .list_same .item_same .price_same {
  font-size: 12px;
  line-height: 14px;
}
.edit-price .list_same .item_same.active {
  border: 1px solid #EF6837;
  position: relative;
}
.edit-price .list_same .item_same.active:before {
  content: "";
  left: 5px;
  top: 1.5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  z-index: 1;
}
.edit-price .list_same .item_same.active:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: #EF6837;
  top: -1px;
  left: -1px;
  z-index: 0;
  border-radius: 12px 0 12px 0;
}
.edit-price .products_type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.edit-price .products_type .products_type_click {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 7px 5px;
  border-radius: 12px;
  border: 1px solid #DDDDDD;
  color: #444;
}
.edit-price .products_type .products_type_click:hover {
  border: 1px solid #F9920F;
}
.edit-price .products_type .products_type_click span {
  display: block;
}
.edit-price .products_type .products_type_click span img {
  max-width: 35px;
}
.edit-price .products_type .products_type_click p {
  margin: 0;
  margin-left: 10px;
}
.edit-price .products_type .products_type_click p span:nth-of-type(1) {
  margin-bottom: 3px;
}
.edit-price .products_type .products_type_click p span:nth-of-type(2) {
  font-size: 12px;
  line-height: 14px;
}
.edit-price .products_type .products_type_click.active {
  border: 1px solid #EF6837;
  position: relative;
}
.edit-price .products_type .products_type_click.active:before {
  content: "";
  left: 5px;
  top: 1.5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  z-index: 1;
}
.edit-price .products_type .products_type_click.active:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: #EF6837;
  top: -1px;
  left: -1px;
  z-index: 0;
  border-radius: 12px 0 12px 0;
}
.edit-price .products_type .products_type_click.poiter {
  pointer-events: none;
  opacity: 0.5;
}
.edit-price .warranty_content {
  margin-top: 10px;
}
.edit-price .warranty {
  margin-top: 10px;
}
.edit-price .warranty #warranty {
  padding: 5px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  outline: none;
  box-shadow: 1px 1px 1px #e5e5e5;
  width: 100%;
}
.edit-price .active2 {
  border: 1px solid #1E8E04 !important;
}
.edit-price .memory_item,
.edit-price .ram_item,
.edit-price .origin_item,
.edit-price .warranty_item {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 15px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #e5e5e5;
}
.edit-price .memory_item p,
.edit-price .ram_item p,
.edit-price .origin_item p,
.edit-price .warranty_item p {
  margin-bottom: 0px;
  font-weight: bold;
}
.edit-price h5 {
  color: #555;
  font-size: 14px;
}
.edit-price h5 b {
  font-weight: bold;
  color: #333;
}

.clickmore:hover {
  color: #fed700;
}

.details-top {
  margin-bottom: 30px;
}

.item_price .img {
  width: 30%;
  float: left;
  margin-right: 10px;
}
.item_price .img img {
  width: 100%;
}
.item_price .name b {
  color: #ff0000;
}

.item_phone .img {
  margin-bottom: 10px;
}
.item_phone .img img {
  width: 100%;
}
.item_phone .name {
  text-align: center;
}
.item_phone .name b {
  color: #ff0000;
}
.item_phone .name a {
  display: block;
  min-height: 40px;
}

.contentdetail {
  margin-top: 20px;
  padding-top: 20px;
}

.detail_botom {
  width: 70%;
}
@media (max-width: 960px) {
  .detail_botom {
    width: 100%;
  }
}

.left_bottom {
  width: 30%;
}
.left_bottom table tr .group_field {
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
}
.left_bottom table tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.left_bottom table td,
.left_bottom table th {
  padding: 10px;
}
.left_bottom table th {
  font-weight: 600;
}
@media (max-width: 960px) {
  .left_bottom {
    width: 100%;
    float: unset;
  }
}

.charactestic_table_detail .title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
}
.charactestic_table_detail .content_charactestic {
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}
.charactestic_table_detail .content_charactestic ul {
  padding-left: 15px;
}
.charactestic_table_detail .content_charactestic ul li {
  list-style: disc;
  line-height: 24px;
}

#eshopcart_info h2 {
  margin-top: 0px;
}
#eshopcart_info .media-box select {
  margin-bottom: 5px;
}

.bot_summary {
  margin-top: 30px;
}
.bot_summary p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bot_summary p img {
  margin-right: 10px;
}
.bot_summary p a {
  display: inline-block;
  color: #FF6600;
}

.product .news_list_body .title {
  margin-top: 0px !important;
}
.product .share {
  margin-top: 1px;
}
.product .share .google_plusone_iframe_widget {
  width: auto !important;
}
.product ._rowtop {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 960px) {
  .product ._rowtop {
    margin-bottom: 5px;
    flex-direction: column;
    display: block !important;
  }
}
.product ._rowtop h1 {
  margin: 0;
  font-size: 24px;
  padding-right: 15px;
}
.product ._rowtop .share_bottom {
  padding-top: 6px;
}
.product ._rowtop .star-detail {
  padding: 5px 10px 0px 10px;
  display: inline-block;
}
.product ._rowtop .total_rate {
  display: inline-block;
  padding-top: 7px;
}
.product ._rowtop .total_rate span {
  color: #20863D;
}
@media screen and (max-width: 960px) {
  .product ._rowtop .total_rate {
    display: block;
    float: left;
    order: 2;
  }
}
.product ._rowtop .installment {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 5px 11px;
  background: -webkit-linear-gradient(left, #60BB22, #20863D);
  border-radius: 20px;
  margin-left: 10px;
  height: 27px;
}
@media screen and (max-width: 960px) {
  .product ._rowtop .installment {
    float: left;
    margin-top: 0px;
    order: 3;
    width: 85px;
  }
}
@media (max-width: 960px) {
  .product ._rowtop {
    border-bottom: unset;
  }
  .product ._rowtop h1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px;
    float: unset !important;
    padding-right: 0;
  }
  .product ._rowtop .star-detail {
    padding: 5px 10px 0px 0px;
    display: inline-block;
    order: 1;
    float: left;
    width: 36%;
  }
}
@media only screen and (max-width: 1200px) {
  .product {
    width: 100%;
    overflow-x: hidden;
  }
}
.product ._picture {
  float: left;
  overflow: hidden;
  width: 36%;
  position: relative;
}
.product ._picture h4 {
  font-size: 14px;
  margin-top: 3em;
  color: #ef6837;
  font-weight: 600;
}
.product ._picture .warranty {
  line-height: 25px;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  margin-top: 30px;
}
.product ._picture .warranty h4 {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px;
}
.product ._picture .warranty ul {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}
.product ._picture .warranty ul li {
  padding-left: 26px;
  margin-top: 10px;
  background: url("../images/icon_check.svg") top 2px left 0 no-repeat;
}
.product ._picture .slide-image {
  border-radius: 5px;
  padding: 0;
  position: relative;
}
@media (max-width: 960px) {
  .product ._picture .slide-image {
    padding: 0 0 10px 0;
  }
}
.product ._picture .slide-frame #imageGallery img {
  height: 230px;
  margin-top: 30px;
}
.product ._picture .slide-frame .lSSlideOuter .lSPager.lSGallery {
  margin-top: 40px !important;
}
.product ._picture .slider-thumbs img {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
@media (max-width: 960px) {
  .product ._picture {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product ._picture .img-frame {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 310px;
}
.product ._picture .product-gift {
  position: absolute;
  right: 6px;
  top: 160px;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #EF6837;
}
.product ._picture .product-gift span {
  display: block;
}
.product ._picture .product-gift svg {
  display: block;
  margin: auto;
}
.product ._picture .product-gift img {
  height: 64px;
  width: 64px;
  border-radius: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
.product ._picture .product-gift:hover img {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.5));
}
.product ._extra {
  float: left;
  width: 37%;
}
.product ._extra table tr,
.product ._extra table td,
.product ._extra table th {
  vertical-align: middle;
  text-align: center;
}
.product ._extra table thead th {
  background: #e9ebee;
  color: #000;
  font-weight: bold;
  border: none;
}
.product ._extra .details_top #city {
  color: #20863D;
  padding: 5px;
  border-radius: 4px;
  border-color: #ddd;
  margin-bottom: 10px;
}
.product ._extra .details_top #city:focus {
  outline: none;
}
.product ._extra .details_top .accessories {
  padding: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  margin-bottom: 20px;
}
.product ._extra .details_top .accessories .top_pro {
  padding: 6px 9px;
  background-color: #F4F4F4;
}
.product ._extra .details_top .accessories h4 {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px;
}
.product ._extra .details_top .accessories ul {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}
.product ._extra .details_top .accessories ul li {
  padding-left: 26px;
  margin-top: 10px;
  background: url("../images/icon_check.svg") top 0 left 0 no-repeat;
}
.product ._extra .details_top .accessories ul li a {
  color: #4cbd00;
}
.product ._extra .details_top .gift_kem .list_gift {
  padding: 15px;
}
.product ._extra .details_top .gift_kem .list_gift .title_gift {
  margin-bottom: 15px;
}
.product ._extra .details_top .gift_kem .list_gift .click_gift {
  display: grid;
  align-items: center;
  grid-template-columns: 26px 1fr;
  margin-bottom: 15px;
}
.product ._extra .details_top .gift_kem .list_gift .click_gift:last-child {
  margin-bottom: 0;
}
.product ._extra .details_top .gift_kem .list_gift .click_gift .select_g {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin-right: 10px;
  cursor: pointer;
}
.product ._extra .details_top .gift_kem .list_gift .click_gift .select_g.active {
  border: 1px solid #F9920F;
  position: relative;
}
.product ._extra .details_top .gift_kem .list_gift .click_gift .select_g.active:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #F9920F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product ._extra .details_top .gift_kem .list_gift .item_gift {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding-bottom: 15px;
}
.product ._extra .details_top .gift_kem .list_gift .item_gift:last-child {
  padding-bottom: 0;
}
.product ._extra .details_top .gift_kem .list_gift .item_gift .infor_prd {
  margin-left: 10px;
}
.product ._extra .details_top .gift_kem .list_gift .item_gift .infor_prd span {
  display: block;
  margin-bottom: 5px;
}
.product ._extra .details_top .gift_kem .list_gift .item_gift .infor_prd .price_gift {
  display: inline-block;
  margin-bottom: 0;
  color: #444;
}
.product ._extra .details_top .gift_kem .list_gift .item_gift .infor_prd .price_gift span {
  color: #f60;
  display: inline-block;
  margin-bottom: 0;
}
.product ._extra ._sales {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 10px 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.product ._extra ._sales .content {
  padding: 10px 0px 10px 10px;
  overflow: hidden;
}
.product ._extra ._sales .content .c-conten {
  overflow: hidden;
}
.product ._extra ._sales .content .showsales {
  font-size: 12px;
  color: #1e8e04;
  text-align: right;
  display: block;
  padding-right: 10px;
  cursor: pointer;
}
.product ._extra ._sales .title {
  position: absolute;
  top: -10px;
  left: 25px;
  margin: 0px;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  font-weight: bold;
}
@media (max-width: 960px) {
  .product ._extra ._sales {
    margin-top: 20px;
  }
}
.product ._extra .color .mg {
  margin-left: -3px;
  margin-right: -3px;
}
.product ._extra .color .mg .pd {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 10px;
}
.product ._extra .color .mg .pd .color_item {
  display: block;
  width: auto;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-shadow: 1px 1px 1px #e5e5e5;
}
.product ._extra .color .mg .pd .color_item .color-name {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #dedede;
  float: left;
  margin-bottom: 5px;
}
.product ._extra .color .mg .pd .color_item span {
  padding-left: 5px;
  font-size: 13px;
}
.product ._extra .color .mg .pd .color_item span .lo_text {
  padding-left: 0;
}
.product ._extra .color .mg .pd .color_item .price1 {
  font-size: 14px;
  clear: both;
  margin-bottom: 0;
  color: #ff0000;
  font-weight: bold;
}
.product ._extra .color .mg .pd .active2 {
  border: 1px solid #1E8E04 !important;
}
.product ._extra .color .mg .pd .active2 .color-name:before {
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #eee;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 16px;
  left: 19px;
  margin: -2px -2px 0 -1px;
}
.product ._extra ._color {
  display: block;
  overflow: hidden;
}
.product ._extra ._color p {
  text-align: left;
  font-size: 14px;
  color: #999999;
  display: inline-block;
}
.product ._extra ._color p span {
  font-weight: bold;
  color: #333;
}
.product ._extra ._color .Selector {
  float: right;
}
.product ._extra ._color .Selector .color_item {
  display: inline-block !important;
  border: 1px solid #9B9B9B;
  height: 18px;
  width: 22px;
  border-radius: 4px;
  margin-right: 4px;
  visibility: visible !important;
  cursor: pointer;
}
.product ._extra ._color .Selector.active .color_item {
  border: 2px solid #FF0000;
}
.product ._extra .mg2 {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .product ._extra .mg2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.product ._extra .mg2 .pd2 {
  padding-left: 5px;
  padding-right: 5px;
}
.product ._extra ._price,
.product ._extra ._price_ {
  color: #DA0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}
.product ._extra .price_old {
  color: #777;
  font-size: 16px;
  line-height: 19px;
  text-decoration: line-through;
  margin-left: 10px;
}
.product ._extra .top_prd {
  display: flex;
  align-items: center;
}
.product ._extra .stt_prd {
  display: block;
  line-height: 1.3em;
  font-size: 18px;
  color: #d0021b;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product ._extra .summary {
  padding: 5px 0px;
}
.product ._extra #buy-now {
  text-align: center;
}
.product ._extra .btn-buy {
  background: #DA0000;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
.product ._extra .btn-buy span {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  display: block;
}
@media (max-width: 960px) {
  .product ._extra .btn-buy {
    font-weight: normal;
  }
}
.product ._extra .btn1 {
  background: #3173EB;
  width: 100%;
  text-align: center;
  padding: 6px 3px;
}
.product ._extra ._attributes p {
  font-size: 14px;
  color: #999999;
  padding-top: 5px;
  margin: 0px;
}
.product ._extra ._attributes select {
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .product ._extra {
    width: 100%;
  }
}
.product .call_shop {
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.product .call_shop a {
  display: inline-block;
  color: #EF6837;
  font-weight: bold;
}
.product .call_shop span {
  width: 100%;
}
.product .buycall {
  float: left;
  width: 25%;
}
@media (max-width: 960px) {
  .product .buycall {
    clear: both;
    margin-top: 20px;
  }
}
.product .buycall .warranty_item {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 15px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #e5e5e5;
}
.product .buycall .warranty_item p {
  margin-bottom: 0px;
  font-weight: bold;
}
.product .buycall .warranty_item img {
  display: none;
}
.product .buycall .active2 {
  border: 1px solid #1E8E04 !important;
  background-color: #1E8E04;
  position: relative;
}
.product .buycall .active2 p {
  color: #fff !important;
}
.product .buycall .active2 img {
  display: block !important;
  width: 19%;
  position: absolute;
  left: 40%;
  top: 90%;
}
.product .buycall .warranty_content {
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-top: 5px;
  border-radius: 3px;
}
.product .buycall .quantity {
  padding: 10px 0px;
  border-bottom: 1px dashed #e5e5e5;
}
.product .buycall .quantity span {
  color: #333;
  font-size: 14px;
}
.product .buycall .quantity span i,
.product .buycall .quantity span strong {
  color: #1E8E04;
}
.product .phone {
  padding: 10px 0px 0px;
}
.product .phone p {
  font-size: 14px;
  color: #1E8E04;
}
.product .phone form {
  position: relative;
  margin-bottom: 0px;
}
.product .phone input {
  width: 70%;
}
.product .phone .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #1E8E04;
  color: #fff;
}
.product ._infopromotion {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
  color: #27ae60;
  font-weight: 600;
}
.product ._characteristic h2 {
  display: block;
  line-height: 1.3em;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.product ._characteristic .charactestic_table .title_charactestic {
  font-size: 14px;
  line-height: 20px;
}
.product ._characteristic .charactestic_table .content_charactestic {
  font-size: 14px;
  line-height: 20px;
}
.product ._characteristic .charactestic_table tr td {
  vertical-align: baseline;
  padding: 12px;
  color: rgba(0, 0, 0, 0.87);
}
.product ._characteristic .charactestic_table tr td:nth-child(1) {
  border-radius: 12px 0 0 12px;
}
.product ._characteristic .charactestic_table tr td:nth-child(2) {
  border-radius: 0 12px 12px 0;
}
.product ._characteristic .charactestic_table tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.product ._characteristic #load_more_charactestic {
  background: #fff;
  border: 1px solid #EF6837;
  border-radius: 12px;
  color: #EF6837;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  transition: 0.1s ease-in-out;
}
.product ._characteristic #load_more_charactestic:hover {
  color: #fff;
  background: #EF6837;
}
.product ._boxvideo {
  float: right;
  width: 91.667%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin: 0 -10px;
}
@media only screen and (max-width: 960px) {
  .product ._boxvideo {
    width: 100%;
  }
}
.product ._boxvideo h3 {
  display: block;
  line-height: 1.3em;
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}
.product ._boxvideo ._left,
.product ._boxvideo ._right {
  padding: 0 10px 10px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .product ._boxvideo ._left,
  .product ._boxvideo ._right {
    width: 100%;
  }
}
.product ._boxvideo ._left iframe,
.product ._boxvideo ._right iframe {
  max-width: 100%;
}
.product .display {
  height: auto !important;
}
.product .boxdesc,
.product .boxdesc1 {
  overflow: hidden;
  max-width: 1100px;
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: justify;
}
.product .boxdesc *,
.product .boxdesc1 * {
  font-family: inherit !important;
}
.product .boxdesc table tr:first-child,
.product .boxdesc1 table tr:first-child {
  background: #f1f1f1;
  font-weight: 600;
}
.product .boxdesc table tr:nth-child(odd),
.product .boxdesc1 table tr:nth-child(odd) {
  background: #fafafa;
}
.product .boxdesc table td,
.product .boxdesc1 table td {
  border: 1px solid #ccc;
}
.product .boxdesc table td span,
.product .boxdesc1 table td span {
  background: none !important;
}
@media only screen and (max-width: 1200px) {
  .product .boxdesc,
  .product .boxdesc1 {
    width: 100%;
  }
}
.product .boxdesc h1,
.product .boxdesc1 h1 {
  line-height: 28px;
  font-size: 24px;
  color: #111;
}
.product .boxdesc h2,
.product .boxdesc1 h2 {
  display: block;
  line-height: 24px;
  font-size: 20px;
  color: #111;
  margin-top: 10px;
}
.product .boxdesc h3,
.product .boxdesc1 h3 {
  line-height: 24px;
  font-size: 18px;
  color: #111;
}
.product .boxdesc input,
.product .boxdesc img,
.product .boxdesc1 input,
.product .boxdesc1 img {
  height: auto !important;
  max-width: 100% !important;
  display: block;
  margin: auto;
}
.product .boxdesc iframe,
.product .boxdesc1 iframe {
  max-width: 100% !important;
  margin: auto;
  display: block;
}
.product .boxdesc em,
.product .boxdesc1 em {
  padding-right: 5px;
  line-height: 25px;
}
.product .boxdesc p,
.product .boxdesc1 p {
  line-height: 25px;
}
.product .boxdesc .tags_title,
.product .boxdesc1 .tags_title {
  background: url("../images/bg_tags_title.png") no-repeat scroll 5px center #f1f1f1;
  float: left;
  margin: 0 10px 0 0;
  padding: 4px 16px 4px 26px;
}
.product .boxdesc .tag-item,
.product .boxdesc1 .tag-item {
  background: none repeat scroll 0 0 #f1f1f1;
  float: left;
  margin: 0 10px 0 0;
  padding: 4px 16px;
}
.product ul.nav-stacked {
  border: none;
}
.product ul.nav-stacked li {
  margin-bottom: 15px;
}
.product ul.nav-stacked li a {
  background: #fff;
  display: block;
  padding: 0;
  text-align: center;
  width: 73px;
  height: 53px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #999;
  padding-top: 28px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 5px;
}
.product ul.nav-stacked li.active a, .product ul.nav-stacked li.active a:hover {
  color: #fff;
  background-color: #0088cc;
  border: 1px solid #0088cc;
}
.product ul.nav-stacked li:nth-child(1) a {
  background-image: url(../images/1.png);
}
.product ul.nav-stacked li:nth-child(2) a {
  background-image: url(../images/5.png);
}
.product ul.nav-stacked li:nth-child(3) a {
  background-image: url(../images/2.png);
}
.product ul.nav-stacked li:nth-child(4) a {
  background-image: url(../images/3.png);
}
.product ul.nav-stacked li:nth-child(5) a {
  background-image: url(../images/4.png);
}
.product ul.nav-stacked.affix {
  top: 30px;
  /* Set the top position of pinned element */
}

.title_video {
  border-top: unset !important;
  color: #1E8E04;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 20px;
}

#_zoomimg .modal-content {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
#_zoomimg .modal-content .modal-header {
  padding: 15px 50px 0;
  border-bottom: none;
}
#_zoomimg .modal-content .modal-header .close {
  background: url("../images/icon_close.png") no-repeat scroll 0 0;
  text-indent: -9999px;
  height: 34px;
  width: 36px;
  position: absolute;
  right: -20px;
  top: -6px;
  opacity: 1;
}
#_zoomimg .modal-content .modal-header h4 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
#_zoomimg .modal-content .modal-body {
  padding: 15px 50px;
}
#_zoomimg .modal-content #myCarouselPrd .item {
  padding: 12px 0;
}
#_zoomimg .modal-content #myCarouselPrd .item img {
  margin: 0 auto;
}
#_zoomimg .modal-content #myCarouselPrd .carousel-control.left {
  background: url("../images/icon_prev.png") no-repeat scroll left center;
}
#_zoomimg .modal-content #myCarouselPrd .carousel-control.right {
  background: url("../images/icon_next.png") no-repeat scroll right center;
}

/*******************/
#modal_buy_now .col-modal-l {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 10px;
}

@media only screen and (min-width: 800px) {
  #modal_buy_now .modal-dialog {
    width: 400px;
  }
  #modal_buy_now .col-modal-l {
    border-right: 1px solid #DBDBDB;
    border-bottom: none;
    margin-bottom: 0;
  }
}
#modal_buy_now .modal-body {
  padding: 0px;
}
#modal_buy_now .modal-content {
  padding: 20px;
}
#modal_buy_now .info .info_by {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}
#modal_buy_now .info select,
#modal_buy_now .info input {
  margin: 5px 0px;
}
#modal_buy_now .info .captcha {
  margin-top: 5px;
}
#modal_buy_now .info br {
  display: none;
}
#modal_buy_now .total-price {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#modal_buy_now .total-price p,
#modal_buy_now .total-price h3 {
  display: inline-block;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
#modal_buy_now .total-price p {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
#modal_buy_now .total-price h3 {
  font-size: 18px;
  color: #ff0000;
  text-align: right;
}
#modal_buy_now .total-price span {
  display: block;
  text-align: right;
  color: #999999;
  font-size: 12px;
  padding-top: 25px;
}

.modal-header {
  padding: 0px;
  border: none;
  min-height: 0px;
}

.content img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

._sales .content img {
  display: inline-block !important;
}

.modal-title span {
  font-size: 20px;
}
@media (max-width: 960px) {
  .modal-title span {
    font-size: 15px;
  }
}

.modal-content {
  margin-top: 80px;
  border-radius: 0px;
  padding: 20px 30px;
}

.modal-header .close {
  color: #FF6600;
  font-weight: normal;
  margin-top: 0;
  opacity: 1;
  padding: 1px 4px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 35px;
}

#modal_buy_now .media-box {
  margin-bottom: 15px;
}

#modal_buy_now .media-img {
  width: 120px;
  margin-right: 20px;
}

#modal_buy_now .media-body h2 {
  margin-top: 0;
}

#modal_buy_now h2 span {
  font-size: 16px;
  font-weight: bold;
}

#modal_buy_now .media-body .quantity_modal {
  border: 1px solid #d1d1d1;
  text-align: center;
  width: 60px;
}

#modal_buy_now #eshopcart_info .body-td {
  border: 1px solid #c4c4c4;
  box-shadow: 0 1px 2px #c4c4c4 inset;
  padding: 4px;
}

#modal_buy_now #eshopcart_info .input_text {
  border: medium none;
}

#modal_buy_now .top_modal .name_prd {
  color: #000;
}
#modal_buy_now .top_modal .price_prd {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
#modal_buy_now .top_modal .price_prd .price_modal {
  font-size: 14px;
  line-height: 17px;
  color: #FF6700;
}
#modal_buy_now .top_modal .price_prd .priceold_modal {
  color: #777777;
  font-size: 14px;
  line-height: 17px;
  text-decoration: line-through;
  margin-left: 7px;
}
#modal_buy_now .title_select {
  color: #000;
  margin-top: 15px;
}
#modal_buy_now .products_type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DDDDDD;
}
#modal_buy_now .products_type .products_type_click {
  cursor: pointer;
}
#modal_buy_now .products_type .products_type_click .img_prd {
  padding: 5px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
#modal_buy_now .products_type .products_type_click .img_prd img {
  width: 40px;
}
#modal_buy_now .products_type .products_type_click .radiobox {
  border: 1px solid #bababa;
  border-radius: 50%;
  height: 13px;
  margin: 5px auto;
  position: relative;
  width: 13px;
}
#modal_buy_now .products_type .products_type_click .radiobox:before {
  background-color: #F9920F;
  border-radius: 50%;
  content: "";
  left: 2px;
  height: 7px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transition: 0.2s;
  width: 7px;
}
#modal_buy_now .products_type .products_type_click p {
  text-align: center;
}
#modal_buy_now .products_type .products_type_click.active .img_prd {
  border: 1px solid #F9920F;
}
#modal_buy_now .products_type .products_type_click.active .radiobox {
  border: 1px solid #F9920F;
}
#modal_buy_now .products_type .products_type_click.active .radiobox:before {
  opacity: 1;
}
#modal_buy_now .products_type .products_type_click.poiter {
  pointer-events: none;
  opacity: 0.5;
}

.bound-input {
  text-align: center;
}
.bound-input .btn-default {
  background: -webkit-linear-gradient(left, #FF6700, #F9920F);
  border-radius: 3px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
  border: none;
}
.bound-input .view_cart {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #FF6600;
  margin-top: 20px;
}

#modal_buy_now_rlt .btn-default {
  background-color: #1E8E04;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#modal_buy_now .reset-default {
  background-color: #A9A9A9;
  border: medium none;
  border-radius: 0;
  color: #fff;
}

.scrollbar {
  height: 250px;
  overflow-y: scroll;
}

.scrollsales {
  height: 137px;
  overflow-y: scroll;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

/*
 *  STYLE 4
 */
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

/*
 *  STYLE 15
 */
#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

#style-15::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D));
}

.boxdesc {
  overflow: hidden;
  max-width: 1100px;
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.nav-tabs > li > a:hover {
  border-color: unset !important;
  background-color: unset !important;
  color: #1E8E04 !important;
}

.product-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .product-item {
    padding: 0 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

#new_related .l_item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 12px;
  margin-bottom: 12px;
}
#new_related .l_item:last-child {
  margin-bottom: 0;
}
#new_related .l_item img {
  height: auto;
  width: 100%;
  border-radius: 12px;
}
#new_related .l_item span {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#new_related .bot_item {
  color: #777;
  margin-bottom: 0;
}
#new_related .bot_item span:nth-of-type(1) {
  padding-left: 18px;
  background: url("../../../home/assets/images/time.svg") top 1px left 0 no-repeat;
}
#new_related .bot_item span:nth-of-type(2) {
  padding-left: 18px;
  margin-left: 15px;
  background: url("../../../home/assets/images/view.svg") top 4px left 0 no-repeat;
}
#new_related .media-box {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  #new_related .media-box {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  #new_related .media-box:last-child {
    border-bottom: unset;
  }
}
#new_related .mgl {
  margin-left: 10px;
}
#new_related .title_new {
  line-height: 20px;
}
@media (min-width: 960px) and (max-width: 850px) {
  #new_related .title_new {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#new_related .them {
  text-align: center;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 10px;
}
#new_related .them a {
  padding-top: 10px;
  display: block;
  color: #288ad6;
}

.media-heading {
  margin-bottom: 10px;
}
.media-heading .link_detail {
  font-size: 16px;
  font-weight: bold;
}
.media-heading .link_detail:hover {
  color: #288ad6;
}
@media (max-width: 960px) {
  .media-heading .link_detail {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .media-heading {
    font-size: 14px;
  }
}
.td-price .price_rlt {
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
}
.td-price .price_old_2 {
  color: #999999;
  font-size: 13px;
  text-decoration: line-through;
}
.td-price .price_old {
  text-decoration: line-through;
  color: #999999;
  font-size: 13px;
}

table tbody tr td {
  border-bottom: unset;
  border-top: unset !important;
}

.total-price .sum {
  font-size: 16px;
  font-weight: bold;
}
.total-price .price_tt {
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
}

.new_related_mobile {
  display: none;
}
@media (max-width: 960px) {
  .new_related_mobile {
    display: block;
  }
}

.related_mobile {
  display: none;
}
@media (max-width: 960px) {
  .related_mobile {
    display: block;
  }
}

.accessories_mobile {
  display: none;
}
@media (max-width: 960px) {
  .accessories_mobile {
    display: block;
  }
}

.new_related_mb .title_box {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

@media (max-width: 960px) {
  .accessories_mb {
    display: none;
  }
}

@media (max-width: 960px) {
  .view-more-cm {
    width: auto !important;
  }
}

.red_color_ {
  color: #003399 !important;
  text-decoration: none;
  font-weight: normal !important;
}

.red_color {
  color: red !important;
  text-decoration: none;
  font-weight: bold;
}

._extra .content a:hover span {
  color: #de0101 !important;
}

.warranty_content a:hover span {
  color: #de0101 !important;
}

._extra .warranty .attr {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
._extra .warranty .warranty_item {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 15px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #e5e5e5;
}
._extra .warranty .warranty_item p {
  margin-bottom: 0px;
  font-weight: bold;
}
._extra .warranty .warranty_item img {
  display: none;
}
._extra .warranty .active2 {
  border: 1px solid #1E8E04 !important;
  background-color: #1E8E04;
  position: relative;
}
._extra .warranty .active2 p {
  color: #fff !important;
}
._extra .warranty .active2 img {
  display: block !important;
  width: 19%;
  position: absolute;
  left: 40%;
  top: 90%;
}
._extra .warranty .warranty_content {
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-top: 5px;
  border-radius: 3px;
}

.block_default1 .slide_s1 a img {
  height: auto !important;
}

@media (max-width: 960px) {
  #imageGallery {
    height: auto !important;
  }
}
.lSSlideOuter .lSPager.lSGallery {
  margin-top: 20px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
  height: 65px;
  position: relative;
}
.lSSlideOuter .lSPager.lSGallery li img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 960px) {
  .lSSlideOuter .lSPager.lSGallery li {
    height: 70px;
  }
}

.lSSlideOuter .lSPager.lSGallery .color_video img {
  width: auto !important;
  max-width: 100% !important;
  left: 0;
  right: 0;
  margin: auto;
}

.box_bh {
  margin-top: 20px;
}
.box_bh .row_bh {
  border: 1px solid #F1F1F1;
  margin-left: 0;
}
.box_bh .row_bh .col-lg-9 {
  padding: 0;
  border-right: 1px solid #F1F1F1;
}
.box_bh .row_bh .col-lg-3 {
  padding: 0;
}
.box_bh .row_bh .item_wan {
  padding: 30px 0 20px 0;
  border-right: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
}
.box_bh .row_bh .item_wan:last-child {
  border-right: unset;
}
.box_bh .row_bh .item_wan .r_bh {
  margin-left: 20px;
}
.box_bh .row_bh .item_wan .r_bh .fa-check-square-o {
  display: none;
}
.box_bh .row_bh .item_wan .r_bh i {
  font-size: 24px;
  color: #CCCCCC;
  cursor: pointer;
}
.box_bh .row_bh .item_wan .r_bh p {
  margin: 15px 0 5px 0;
}
.box_bh .row_bh .item_wan .r_bh p > span {
  text-transform: uppercase;
  color: #FF6700;
  display: inline-block;
}
.box_bh .row_bh .item_wan .r_bh span {
  display: block;
  color: #FF6700;
}
.box_bh .row_bh .item_wan.active .r_bh .fa-check-square-o {
  display: block;
  color: #F9920F;
}
.box_bh .row_bh .item_wan.active .r_bh .fa-square-o {
  display: none;
}
.box_bh .row_bh .warranty_content {
  padding: 16px 20px 20px 20px;
  margin: 0 20px 30px 20px;
  border: 1px solid #DDDDDD;
}
.box_bh .row_bh .warranty_content ul {
  display: flex;
  justify-content: space-between;
}
.box_bh .row_bh .warranty_content ul li {
  background: url("../images/icon_bh.svg") top 0 left 0 no-repeat;
  padding: 10px 0 10px 40px;
  line-height: 18px;
}
.box_bh .row_bh .left_bh {
  padding: 40px 20px 10px 20px;
  text-align: center;
}
.box_bh .row_bh .left_bh p {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.box_bh .row_bh .left_bh span {
  display: block;
  color: #ff6600;
  font-size: 20px;
  font-weight: bold;
}
.box_bh .row_bh .left_bh a {
  display: block;
  padding: 10px;
  font-size: 16px;
  background: -webkit-linear-gradient(left, #FF6700, #F9920F);
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .box_bh .row_bh {
    margin-right: 0;
  }
  .box_bh .row_bh .warranty_content {
    padding: 15px 20px;
    margin: 0 10px 20px 10px;
    border: 1px solid #DDDDDD;
  }
  .box_bh .row_bh .warranty_content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box_bh .row_bh .warranty_content ul li {
    width: 45%;
    padding: 0px 0 20px 40px;
    line-height: 17px;
  }
  .box_bh .row_bh .left_bh {
    padding: 10px 20px 10px 20px;
  }
  .box_bh .row_bh .left_bh a {
    display: inline-block;
    padding: 10px 20px;
  }
}

.box_productsame {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .box_productsame {
    padding-top: 20px;
    margin-top: 0;
    border-top: 1px solid #eee;
  }
  .box_productsame .box_overflow {
    overflow-x: auto;
  }
  .box_productsame .box_overflow::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
}

@media (max-width: 960px) {
  .box_accessory {
    overflow-x: hidden;
  }
  .box_accessory .row-same {
    display: block;
    width: 100%;
  }
}

.title_box {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

.row-same {
  margin: 0;
  border: 1px solid #F1F1F1;
  display: flex;
  flex-wrap: wrap;
}
.row-same [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.row-same .col-sm-5ths {
  padding: 0;
  border-right: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
.row-same .col-sm-5ths:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.row-same .col-sm-3 .right_pagkage {
  padding: 40px 30px;
  text-align: center;
}
.row-same .col-sm-3 .right_pagkage .total_price_add {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.row-same .col-sm-3 .right_pagkage .price_pagkage span {
  display: inline-block;
}
.row-same .col-sm-3 .right_pagkage .price_pagkage #tgb {
  color: #ff6600;
  font-size: 20px;
  font-weight: bold;
}
.row-same .col-sm-3 .right_pagkage .price_pagkage #tgb_old {
  font-size: 16px;
  color: #777777;
  margin-left: 15px;
  text-decoration: line-through;
}
.row-same .col-sm-3 .right_pagkage .add_cart {
  margin-top: 20px;
}
.row-same .col-sm-3 .right_pagkage .add_cart button {
  display: block;
  padding: 10px;
  font-size: 16px;
  background: -webkit-linear-gradient(left, #FF6700, #F9920F);
  color: #fff;
  border-radius: 3px;
  border: unset;
  width: 100%;
}
@media (max-width: 960px) {
  .row-same .col-sm-3 .right_pagkage {
    border-top: 1px solid #F1F1F1;
  }
  .row-same .col-sm-3 .right_pagkage .add_cart button {
    display: inline-block;
    padding: 10px 20px;
    width: auto;
  }
}
.row-same .col-sm-9 {
  border-right: 1px solid #F1F1F1;
}
.row-same .col-sm-9 .list_pagkage .owl-nav {
  position: absolute;
  top: 25%;
  height: 0;
  width: 100%;
  display: block;
}
.row-same .col-sm-9 .list_pagkage .owl-nav .owl-prev {
  background: url("../images/prev.png") center no-repeat;
  position: absolute;
  left: -1px;
  margin: 0;
  width: 38px;
  height: 68px;
}
.row-same .col-sm-9 .list_pagkage .owl-nav .owl-prev:hover {
  background: url("../images/prev.png") center no-repeat;
}
.row-same .col-sm-9 .list_pagkage .owl-nav .owl-next {
  position: absolute;
  right: -1px;
  margin: 0;
  width: 38px;
  height: 68px;
  background: url("../images/next.png") center no-repeat;
}
.row-same .col-sm-9 .list_pagkage .owl-nav .owl-next:hover {
  background: url("../images/next.png") center no-repeat;
}
.row-same .owl-item:last-child .frame .icon_plus {
  display: none;
}
.row-same .frame {
  padding: 20px 15px 20px 14px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  position: relative;
}
.row-same .frame .icon_plus {
  width: auto !important;
  position: absolute;
  top: 30%;
  right: -10px;
}
.row-same .frame input {
  float: right;
  width: 20px;
  height: 20px;
}
.row-same .frame .sticky {
  width: 100%;
}
.row-same .frame .product_image {
  height: 225px;
  display: inline-block;
}
.row-same .frame .product_image .img_org {
  margin: auto;
  margin-top: 15px;
  transition: all 300ms ease-in-out;
  max-height: 210px;
}
.row-same .frame .product_image .is-gift {
  position: absolute;
  height: 31px;
  width: 33px;
  bottom: 0;
  right: 0;
  background: url("../images/icon-gift.svg") center no-repeat;
}
.row-same .frame .frame_title {
  padding: 15px 0 10px 0;
  text-align: left;
}
.row-same .frame .frame_title h3 {
  font-size: 14px;
  line-height: 17px;
  height: 34px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.row-same .frame .frame_price {
  padding: 0 0 10px 0;
  text-align: left;
}
.row-same .frame .frame_price .price {
  color: #FF6600;
}
.row-same .frame .frame_price .price_old {
  color: #777;
  text-decoration: line-through;
  padding-left: 10px;
}
@media (max-width: 960px) {
  .row-same .frame .frame_price .price {
    display: block;
    margin-bottom: 5px;
  }
  .row-same .frame .frame_price .price_old {
    display: block;
    padding-left: 0;
  }
}
.row-same .frame .button_bot {
  display: grid;
  grid-gap: 10px;
  text-align: left;
}
.row-same .frame .button_bot .bt_cl {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  overflow: hidden;
  height: 24px;
  padding: 5px 0;
  color: #444;
}
.row-same .frame .button_bot .orange_cl {
  color: #fff;
  padding: 5px 11px;
  background: -webkit-linear-gradient(left, #F9920F, #FF6700);
  border-radius: 20px;
}
.row-same .frame .button_bot .green_cl {
  color: #fff;
  padding: 5px 11px;
  background: -webkit-linear-gradient(left, #60BB22, #20863D);
  border-radius: 20px;
}
.row-same .frame .sosanh {
  margin: 10px 0 0 0;
  color: #20863D;
  font-size: 12px;
  line-height: 16px;
  padding-left: 25px;
  background: url("../images/sosanh.svg") top 0 left 0 no-repeat;
  text-align: left;
}
.row-same .frame:hover .product_image .img_org {
  margin-top: 0;
}
@media (max-width: 960px) {
  .row-same {
    display: flex;
    flex-wrap: wrap;
    width: -moz-max-content;
    width: max-content;
  }
  .row-same .col-sm-5ths {
    width: 150px;
  }
  .row-same .col-sm-5ths .frame .product_image {
    height: 135px;
  }
  .row-same .col-sm-5ths .frame .product_image .img_org {
    max-height: 100%;
  }
}

.box-detail {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  background: #FFFFFF;
  padding: 12px;
  margin-bottom: 20px;
}

.box_comments {
  /*.comments_contents .comment-item:first-child {*/
  /*border-top: 1px solid #eee;*/
  /*}*/
}
.box_comments .title_tab {
  font-size: 18px;
  line-height: 24px;
}
.box_comments .row_cmt {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
.box_comments .row_cmt:before {
  display: none;
}
@media (max-width: 960px) {
  .box_comments .row_cmt {
    display: block;
  }
}
.box_comments .row_cmt [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.box_comments .content7_1 {
  padding-bottom: 20px;
  padding-top: 20px;
  border-right: #e5e5e5 solid 1px;
  text-align: center;
  height: 156px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 960px) {
  .box_comments .content7_1 {
    border-bottom: unset;
    border-right: unset;
  }
}
.box_comments .content7_1 p {
  margin-bottom: 0px;
}
.box_comments .content7_1 .icon_sao2 {
  margin-top: -15px;
}
.box_comments .content7_1 .p33 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.box_comments .content7_1 .p34 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
}
.box_comments .content7_1 .p35 {
  font-size: 14px;
  color: #999999;
}
.box_comments .content7_2 {
  padding-bottom: 19px;
  padding-top: 25px;
  border-right: #e5e5e5 solid 1px;
}
.box_comments .content7_2 .rating {
  width: 80%;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
}
.box_comments .content7_2 .rating .phantram_sao {
  margin-bottom: 5px;
  display: flex;
}
.box_comments .content7_2 .rating .phantram_sao .p7_sao {
  font-weight: bold;
  font-size: 15px;
  width: 2%;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .box_comments .content7_2 .rating .phantram_sao .p7_sao {
    margin-right: 5px;
  }
}
.box_comments .content7_2 .rating .phantram_sao .p8_sao {
  font-size: 15px;
  width: 5%;
  margin-bottom: 0;
  color: #20863D;
}
.box_comments .content7_2 .rating .phantram_sao .p77 {
  width: 4%;
}
.box_comments .content7_2 .rating .phantram_sao .progess1 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .box_comments .content7_2 .rating .phantram_sao .progess1 {
    width: 80%;
  }
}
.box_comments .content7_2 .rating .phantram_sao .progess1 .progress {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 10px;
  margin: 4px 20px 0 20px;
  box-shadow: none;
}
.box_comments .content7_2 .rating .phantram_sao .progess1 .progress .progress-bar {
  background-color: #F9920F;
  border-radius: 0;
  height: 15px;
}
.box_comments .content7_3 {
  padding: 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .box_comments .content7_3 {
    border-top: unset;
    border-left: unset;
  }
}
.box_comments .content7_3 .p36 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
  font-weight: bold;
}
.box_comments .content7_3 .p37_ .p37 {
  padding: 15px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #FF6600;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=false] {
  border: 2px solid #FF6600;
  background: #fff;
  display: inline-block;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=false] .a6 {
  text-decoration: none;
  color: #FF6600;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=false] .a6_ {
  display: none;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=true] {
  background: #fff;
  border: 2px solid #999;
  display: inline-block;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=true] .a6 {
  display: none;
}
.box_comments .content7_3 .p37_ .p37[aria-expanded=true] .a6_ {
  text-decoration: none;
  color: #999999;
}
.box_comments .total-rating {
  margin: 40px 0px;
}
.box_comments .title-r {
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
}
.box_comments .title-r a {
  /*display: block;*/
  padding: 5px 10px;
  float: right;
  background: #1ca5b8;
  color: #fff;
  border-radius: 5px;
}
.box_comments .divi-r {
  font-size: 18px;
  margin: 15px 0px;
}
.box_comments .tt-rl {
  width: 30%;
  float: left;
  border-right: 1px solid #cccccc;
}
.box_comments .tt-rr {
  width: 70%;
  float: right;
}
.box_comments .tt-rr ul {
  padding-left: 20px;
}
.box_comments .tt-rr ul li {
  line-height: 15px;
}
.box_comments .tt-rr ul li p span {
  /*font-weight: bold;*/
  font-style: italic;
}
.box_comments .on-r {
  color: #555555;
}
.box_comments .divi-r strong {
  font-size: 30px;
}
.box_comments .comments {
  /*border-top: 1px solid #e5e5e5;*/
  /*padding-top: 20px;*/
}
.box_comments .comments .comment_header {
  background: url("../images/icon_title.gif") no-repeat;
  color: #144594;
  font-weight: bold;
  padding-left: 22px;
  text-decoration: underline;
  cursor: pointer;
}
.box_comments #comment_add_form input {
  height: 48px;
  border-radius: 0;
}
@media (max-width: 960px) {
  .box_comments #comment_add_form input {
    margin-bottom: 10px !important;
  }
}
.box_comments #comment_add_form .mb {
  margin-bottom: 20px;
}
.box_comments .comments .comment_form {
  padding: 10px 0px;
}
.box_comments .ratingbg {
  display: block;
  width: 210px;
  height: 25px;
  background: url(/images/danhgia.png) center no-repeat;
}
.box_comments .wrapper-name-raty.cf {
  margin-bottom: 10px;
  display: none;
}
.box_comments .comments tr {
  margin-bottom: 10px;
}
.box_comments .comments .form_name {
  width: 260px;
}
.box_comments .form_name li {
  color: #a7a7a7;
  list-style: inside none disc;
}
.box_comments .form_name li span {
  color: #333333;
  font-size: 11px;
}
.box_comments .rating-value .label_error {
  float: right;
}
.box_comments .rating-value img {
  padding-bottom: 5px;
}
.box_comments .comments .select-box {
  width: 230px;
}
.box_comments .comments #full_rate {
  width: 100%;
  height: 117px;
  padding: 8px 0px 0px 15px;
  border-radius: 0;
}
@media (max-width: 960px) {
  .box_comments .comments #full_rate {
    margin-bottom: 10px;
  }
}
.box_comments .comments .code-view {
  background: url("../images/change_captcha.gif") no-repeat scroll center center;
  display: inline-block;
  padding: 8px 12px;
}
.box_comments .comments #txtCaptcha {
  width: 132px;
}
.box_comments .comments .button {
  color: #fff;
  width: 100%;
  border: unset;
  font-size: 16px;
  border-radius: 0;
  background-color: #fff;
  background: -webkit-linear-gradient(left, #FF6700, #F9920F);
}
.box_comments .comments_contents .comment-item {
  padding: 10px 0;
  background: #fff;
}
.box_comments .comments_contents {
  margin-top: 20px;
  padding: 10px 15px 30px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.box_comments .scroll_comment {
  height: 1000px;
  overflow: auto;
}
.box_comments .scroll_comment::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.box_comments .scroll_comment::-webkit-scrollbar {
  width: 5px;
  background-color: #FF6700;
}
.box_comments .scroll_comment::-webkit-scrollbar-thumb {
  background-color: #FF6700;
  border: 2px solid #FF6700;
}
.box_comments div#prodetails_tab4 {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.box_comments .comments_contents .name {
  font-weight: bold;
}
.box_comments .comments_contents .rating {
  margin: 8px 0;
}
.box_comments .comments_contents .rating span {
  font-weight: bold;
}
.box_comments #reset {
  width: 180px;
  height: 40px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
  background: #dddddd;
  margin-left: 17px;
  border-radius: 5px;
}
.box_comments .wrapper-capcha {
  margin-top: 20px;
}
.box_comments .bt-raty {
  color: #fff;
  text-align: center;
}
.box_comments #order-comemnt {
  height: 32px;
  width: 200px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding-left: 5px;
}
.box_comments .label-form {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 35px;
  margin-right: 20px;
  display: inline-block;
}
.box_comments .row-raty.cf {
  margin-right: 75px;
  display: inline-block;
}
.box_comments .row-cm {
  margin-bottom: 17px;
}
.box_comments .row-cm:last-child {
  margin-bottom: 0px;
}
.box_comments .left-cm {
  float: left;
  width: 46%;
  margin-right: 3.3%;
}
.box_comments .txt_input {
  width: 100%;
  border: 1px solid #e3e3e3;
  height: 40px;
  padding: 0px 0px 0px 15px;
}
.box_comments .right-cm {
  float: left;
  width: 50%;
  text-align: right;
}
.box_comments .row-raty > span {
  margin-right: 12px;
  text-transform: uppercase;
  margin-top: 1px;
}
.box_comments #imgCaptcha {
  margin-top: -13px;
}
.box_comments .required {
  color: #c4161c;
}
.box_comments .col-rate > span {
  margin-top: 2px;
  margin-right: 10px;
}
.box_comments .col-rate.cf {
  float: left;
  width: 198px;
  margin-right: 80px;
}
.box_comments .col-rate:last-child {
  margin-right: 0px;
  float: right;
  width: 169px;
}
.box_comments .text_b_cm {
  color: #333;
  margin-right: 20px;
}
.box_comments .text_qtv {
  color: #fff;
  padding: 6px 7px;
  background-color: #FF6600;
}
.box_comments .date {
  color: #999999;
  font-weight: normal !important;
}
.box_comments .sum_cm {
  font-size: 14px;
  text-transform: uppercase;
}
.box_comments .total-comment {
  font-size: 14px;
  margin-bottom: 17px;
}
.box_comments .view-more-cm {
  color: #FF6600;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 12px 44px;
  margin: 30px auto auto auto;
  border: 1px solid #FF6600;
  border-radius: 3px;
}
.box_comments .row-rating.fl {
  margin-bottom: 5px;
}
.box_comments div#list-comment .star-detail {
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
}
.box_comments .comment_content {
  padding: 10px 0px;
}
.box_comments .wrapper_comment_content.fl {
  display: inline-block;
}
.box_comments .comment-item .rep {
  color: #1E8E04;
  cursor: pointer;
}
.box_comments .comment-item i {
  color: #555555;
  font-size: 5px;
  padding: 0px 5px;
}
.box_comments span.stick-cm-p.fl {
  width: 1px;
  background: #eee;
  margin: 6px 10px 0px 10px;
  height: 15px;
}
.box_comments .border-cm {
  height: 1px;
  width: 100%;
  background: #eee;
  margin: 8px 0px 12px 0px;
}
.box_comments .wrapper-admin-rep > img {
  margin-right: 10px;
}
.box_comments .wrapper-admin-rep {
  padding-left: 20px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-left: 20px;
}
.box_comments .wrapper-admin-rep .wrapper_comment_content > div {
  padding-top: 15px;
}

.size {
  z-index: 2000;
}
@media (max-width: 960px) {
  .size {
    width: 90%;
    margin: 25% auto;
  }
}
.size .size1 {
  padding: 20px;
}
@media (max-width: 960px) {
  .size .size1 {
    border-radius: 15px;
  }
}
.size .size1 .header-modal {
  background-color: #ffffff;
}
.size .size1 .header-modal .modal-header {
  padding: 0;
  border: none;
  margin: 0;
}
.size .size1 .header-modal .modal-header .close {
  top: 0;
}
.size .size1 .header-modal .modal-header .col-md-9 {
  background-color: #ffffff;
  padding: 10px 10px 10px 15px;
}
.size .size1 .header-modal .modal-header .col-md-9 .modal-title {
  text-align: left;
  text-transform: unset;
}
.size .size1 .modal-body .send,
.size .size1 .modal-body .send1 {
  font-size: 16px;
  color: #ffffff;
  background: #F9920F url("../images/send.png") top 5px left 12px no-repeat;
  padding-left: 40px;
  border: unset;
}
.size .size1 .modal-body .send:hover,
.size .size1 .modal-body .send1:hover {
  border: unset;
}
.size .size1 .modal-body .form-control {
  height: 40px;
}
.size .size1 .modal-body #note {
  height: auto;
}

@media (max-width: 960px) {
  .name_mobile {
    color: #000;
  }
  .box_top_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .box_top_mb .list_ct {
    font-size: 12px;
    line-height: 14px;
  }
  .box_top_mb .list_ct #city {
    margin-bottom: 0 !important;
  }
  .box_top_mb span {
    font-size: 12px;
    padding: 5px 10px 5px 30px;
    line-height: 14px;
    border-radius: 30px;
    margin-left: 15px;
  }
  .box_top_mb .conhang {
    border: 1px solid #ddd;
    background: url("../images/icon_con.svg") top 2px left 2px no-repeat;
  }
  .box_top_mb .hethang {
    background: url("../images/icon_het.svg") top 2px left 2px no-repeat;
  }
  .box_top_mb .view_store {
    background: #FF6700 url("../images/icon_view.svg") top 2px left 2px no-repeat;
    color: #fff;
    cursor: pointer;
  }
  .top_city {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
  }
  .top_city .store_stocking {
    margin-bottom: 0 !important;
    color: #000;
    font-size: 13px;
    margin-right: 10px;
  }
  .top_city .list_sub {
    text-align: right;
  }
  .top_city .list_sub .dropdown-toggle {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 14px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
  }
  .top_city .list_sub .dropdown-toggle i {
    margin-left: 5px;
  }
  .top_city .list_sub .list_sub_drop {
    padding: 5px;
    right: 0 !important;
    left: unset !important;
  }
  .top_city .list_sub .list_sub_drop .item_price {
    padding: 6px 10px;
    border-bottom: 1px solid #ddd;
  }
  .top_city .list_sub .list_sub_drop .item_price:last-child {
    border-bottom: none;
  }
  .top_city .list_sub .list_sub_drop .item_price p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
  }
  .top_city .list_sub .list_sub_drop .item_price.active {
    color: #fff;
    background-color: #F9920F;
  }
  .top_city .list_sub .list_sub_drop .item_price.poiter {
    pointer-events: none;
    opacity: 0.5;
  }
  .sanhang {
    color: #000;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .box_top_mb {
    flex-wrap: wrap;
  }
  .box_top_mb .box_view {
    display: flex;
    margin-top: 10px;
  }
}
.lSSlideWrapper {
  height: 290px !important;
  width: 100%;
}

.slide-image:not(.slide-frame) .lSSlideWrapper {
  border: 1px solid #666;
  border-radius: 12px;
}

.flashsale {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flashsale .flash-price {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.flashsale .flash-price span:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  color: #DA0000;
}
.flashsale .flash-price span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.38);
}
.flashsale .flash-countdown {
  display: flex;
  align-items: center;
  line-height: normal;
  grid-gap: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #B00020;
  margin: 0;
}

#preloader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.4);
}

.spinner {
  opacity: 0.9;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner:after,
.spinner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-radius: 100%;
  animation: rotate 1s linear infinite;
}

.spinner:before {
  width: 40px;
  height: 40px;
  animation-direction: reverse;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fixtoc {
  position: fixed;
  margin-left: -4em;
  top: 20%;
  transition: visibility 0s, opacity 0.5s linear;
  background: #ffc299 !important;
  border: 1px solid #fff !important;
  opacity: 0.95;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .fixtoc {
    margin-left: 0;
    right: 0;
  }
}
.fixtoc .toc-content {
  display: block !important;
  border: 1px solid #fff;
}
.fixtoc .list-toc #toc {
  background: #ffd8be !important;
  max-height: 300px;
  overflow-y: scroll;
}
.fixtoc .title-toc-list {
  background: unset !important;
  padding: 4px !important;
}
.fixtoc .title-toc-list .title-toc span.display {
  display: none;
}
.fixtoc .title-toc-list .title-toc .fa {
  color: #fff;
}
.fixtoc .title {
  display: none;
}

.toc-content {
  display: none;
  max-width: 500px;
  background: #f3f3f3;
  padding: 1px 6px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.toc-content .title-toc {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #999;
}
.toc-content .title-toc .fa {
  padding-right: 5px;
}
.toc-content .title-toc-list {
  background: #EEEEEE;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
}
.toc-content .title-toc-list .title-toc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.toc-content .title-toc-list .title-toc i {
  margin-right: 10px;
}
.toc-content .title-toc-list .none {
  display: none;
}
.toc-content .title-toc-list .button-select {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.toc-content .title-toc-list .button-select i {
  margin-left: 14px;
  transition: 0.1s ease-in-out;
  font-size: 20px;
  font-weight: bold;
}
.toc-content .title-toc-list .button-select i.active {
  transform: scale(1, -1);
}
.toc-content .list-toc {
  background: #fff;
  display: none;
}
.toc-content .list-toc ol {
  margin-bottom: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 5px 10px;
}
.toc-content .list-toc ol > li {
  counter-increment: my-awesome-counter;
  list-style-position: inside;
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 25px;
  padding: 5px 0;
  font-weight: 600;
  color: #157a71;
}
.toc-content .list-toc ol > li a {
  color: #157a71;
}
.toc-content .list-toc ol > li ol li {
  font-weight: 600;
  font-size: 16px;
  list-style: upper-roman;
  color: #007eff;
}
.toc-content .list-toc ol > li ol li a {
  color: #007eff;
}
.toc-content .list-toc ol > li ol li ol li {
  font-size: 15px;
  font-weight: normal;
  list-style: decimal;
  color: #444;
}
.toc-content .list-toc ol > li ol li ol li a {
  color: #444;
  font-weight: 600;
  font-size: 17px;
}
.toc-content .list-toc ol > li ol li ol li ol li {
  list-style: disc;
  color: #666;
}
.toc-content .list-toc ol > li ol li ol li ol li a {
  color: #666;
  font-weight: normal;
}
.toc-content .list-toc ol > li:before {
  content: counters(my-awesome-counter, ".") ". ";
  display: none;
}
.toc-content .list-toc ol > li a {
  color: #333;
  text-decoration: none;
}
.toc-content .list-toc > ol > li:before {
  font-weight: bold;
}
.toc-content .list-toc #toc {
  padding: 15px;
  background: #f7f7f7;
}
.toc-content ol li a {
  margin-bottom: 7px;
}

.section-other-products {
  margin-top: 30px;
}
.section-other-products .list-other {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.section-other-products .nav-tabs {
  margin-bottom: 20px;
  border: none;
  display: flex;
  grid-gap: 10px;
}
.section-other-products .nav-tabs::before {
  display: none;
}
.section-other-products .nav-item button {
  float: none;
  padding: 8px 10px;
  line-height: normal;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  transition: 0.1s ease-in-out;
}
.section-other-products .nav-item button:hover {
  color: #EF6837;
  border-color: #EF6837;
}
.section-other-products .nav-item.active button {
  color: #EF6837;
  border-color: #EF6837;
}
.section-other-products .title-tab {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

.product-rate {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.star-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.a_banner {
  display: block;
  margin-top: 20px;
}
.a_banner img {
  width: 100%;
}

#thongso {
  position: sticky;
  top: 80px;
}

.carousel-others .carousel-indicators {
  position: unset;
  margin: 0 0 20px 0;
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.carousel-others .carousel-indicators button {
  padding: 8px 10px !important;
  width: auto !important;
  height: auto !important;
  line-height: normal;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  transition: 0.1s ease-in-out;
}
.carousel-others .carousel-indicators button.active {
  color: #EF6837;
  border-color: #EF6837;
}
.carousel-others .carousel-indicators button:hover {
  color: #EF6837;
  border-color: #EF6837;
}
.carousel-others .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.08);
  width: 28px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 100px 100px 0;
}
.carousel-others .carousel-btn.right-btn {
  box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.08);
  right: 0;
  border-radius: 100px 0 0 100px;
}
.carousel-others .carousel-btn:hover {
  opacity: 1;
  color: #fff;
  background: rgb(239, 104, 55);
}

.installment-main .ui-slider-handle {
  outline: none !important;
  background: #EF6837 !important;
  cursor: pointer !important;
}
.installment-main span.fa-stack {
  font-size: 16px;
  color: #f06837;
  margin-right: 10px;
}
.installment-main .left-ins-ft, .installment-main .right-ins-ft {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
}
.installment-main .left-ins-ft img, .installment-main .right-ins-ft img {
  position: absolute;
  top: 8px;
  right: 18px;
  height: 30px;
}
.installment-main .left-ins-ft img.home-credit, .installment-main .right-ins-ft img.home-credit {
  margin-right: 60px;
}
@media (max-width: 480px) {
  .installment-main .left-ins-ft ul, .installment-main .right-ins-ft ul {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.installment-main .left-ins-ft ul li, .installment-main .right-ins-ft ul li {
  margin-bottom: 25px;
}
.installment-main .left-ins-ft ul li:last-child, .installment-main .right-ins-ft ul li:last-child {
  margin-bottom: 0;
}

#modal_default_installment .modal-dialog {
  width: 1200px;
}

@media (max-width: 480px) {
  .modal-dialog {
    width: auto !important;
  }
  .home-credit {
    margin-top: 40px;
    margin-right: 0 !important;
  }
}
.p-code {
  margin: 0;
  font-size: 24px;
  padding-right: 15px;
  line-height: 1.1;
}
@media (max-width: 960px) {
  .p-code {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px;
    padding-right: 0;
  }
}

.lSAction > a {
  z-index: 90;
}

@media (max-width: 960px) {
  .edit-price .products_type {
    grid-template-columns: 1fr 1fr;
  }
  .product .buycall {
    float: none;
    width: 100%;
  }
  .product ._extra .mg2 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .product ._extra .mg2 .pd2 {
    margin-bottom: 10px;
    width: 50%;
  }
  .product ._extra .btn-buy span {
    font-size: 10px;
  }
  .modal-content {
    padding: 10px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .modal-content {
    margin-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .carousel-others .carousel-indicators {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .section-other-products .list-other {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .section-other-products .list-other .tmpl-item-product .c-item {
    width: 190px;
  }
  .section-other-products .list-other .tmpl-item-product .product-image .img-prd {
    height: 120px;
    width: 100%;
  }
  #modal_buy_now .modal-header {
    padding: 5px;
    min-height: 0;
    border: none;
  }
  #modal_buy_now .bound-input {
    margin-bottom: 0;
  }
}
.msgmodal-body {
  border: 5px solid #8f3e21;
}
.msgmodal-body svg {
  margin: 14px auto;
}
.msgmodal-body p {
  font-size: 19px !important;
}

#msgModal svg {
  width: 60px;
  display: block;
  margin: 20px auto;
}/*# sourceMappingURL=product.css.map */