@charset "UTF-8";
/*Add font ================================*/
.full.detail #container > .row {
  margin-top: 40px;
}

#ims-column_left {
  order: 2;
}
@media (min-width: 992px) {
  #ims-column_left {
    flex: 0 0 235px;
    max-width: 235px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    order: 1;
  }
}
#ims-column_left .box_l_product .btn_clear {
  display: none;
}

#ims-column {
  order: 3;
}
@media (min-width: 992px) {
  #ims-column {
    padding-right: 0;
  }
}

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

#ims-content {
  background: #fff;
  order: 1;
}
@media (min-width: 992px) {
  #ims-content {
    flex: 0 0 calc(100% - 245px);
    max-width: calc(100% - 245px);
    order: 2;
    padding-right: 0;
  }
}

.box_mid .box_mid-title {
  position: relative;
}
.box_mid .box_mid-title .filter {
  display: none;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .filter {
    display: block;
  }
}
.box_mid .box_mid-title .filter .sort_product {
  display: none;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .filter .sort_product {
    display: block;
  }
}
.box_mid .box_mid-title .filter .sort_product select {
  font-size: 14px;
  padding: 3px 8px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
}
.box_mid .box_mid-title .filter .sort_product > a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #252525;
  padding-left: 24px;
  margin: 0 15px;
  position: relative;
  transition: 200ms linear;
}
.box_mid .box_mid-title .filter .sort_product > a[data-selected] {
  font-weight: bold;
}
.box_mid .box_mid-title .filter .sort_product > a:before {
  content: "";
  font: 400 1.2rem/150% "Font Awesome 5 Pro";
  color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 200ms linear;
}
.box_mid .box_mid-title .filter .sort_product > a[data-selected]:before, .box_mid .box_mid-title .filter .sort_product > a:hover:before, .box_mid .box_mid-title .filter .sort_product > a:focus:before {
  content: "";
  color: #ff8c4a;
}
.box_mid .box_mid-title .title {
  font-weight: bold;
  font-size: 27px;
  color: #112562;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.box_mid .box_mid-title .total b {
  color: #ee0000;
}
.box_mid .box_mid-title .mobile_filter {
  display: flex;
  justify-content: space-between;
  text-align: right;
  margin: 10px 0 30px;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .mobile_filter {
    display: none;
  }
}
.box_mid .box_mid-title .mobile_filter .toolbar {
  flex: 1 1 auto;
  margin: 0;
}
.box_mid .box_mid-title .mobile_filter .toolbar .select-inner {
  width: 100%;
  margin: 0;
}
.box_mid .box_mid-title .mobile_filter .toolbar .select-inner span {
  white-space: nowrap;
}
.box_mid .box_mid-title .mobile_filter .sort_product {
  display: flex;
  flex: 1;
  min-width: 50%;
  align-items: center;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .mobile_filter .sort_product {
    display: none;
  }
}
.box_mid .box_mid-title .mobile_filter .sort_product select {
  text-align: center;
  background: inherit;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.box_mid .box_mid-title .mobile_filter .sort_product select::-ms-expand {
  display: none;
}
.box_mid .box_mid-title .mobile_filter button {
  background: inherit;
  border: 0;
  flex: 0 0 70px;
  padding: 5px 10px;
  position: relative;
}
@media (max-width: 600px) {
  .box_mid .box_mid-title .mobile_filter button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.box_mid .box_mid-title .mobile_filter button:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -0.5px;
  transform: translateY(-50%);
}

.box_filter {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.box_filter > p {
  font: 400 1rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #464646;
  padding-right: 18px;
}
.box_filter .filter_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_filter .filter_items li {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #ffa200;
  padding: 2px 7px;
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  transition: 300ms;
}
.box_filter .filter_items li i {
  font-size: 0.8rem;
  padding-left: 5px;
  transition: none;
}
.box_filter .filter_items li:hover, .box_filter .filter_items li:focus {
  color: #538700;
}
.box_filter .filter_items .clear-all {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #c10017;
  padding: 2px 7px;
  border-radius: 4px;
  cursor: pointer;
}
.box_filter .filter_items .clear-all:hover, .box_filter .filter_items .clear-all:focus {
  color: #333;
}

#box_filter_left {
  background: #fff;
  display: none;
}
@media (min-width: 992px) {
  #box_filter_left {
    display: block !important;
  }
}
#box_filter_left > h2.title {
  color: #fff;
  background: #112562;
  padding: 13px 5px 13px 20px;
  text-align: center;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}
#box_filter_left > h2.title:before {
  content: "";
  width: 15px;
  height: 19px;
  background: url("../../../../../resources/images/controls.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translateY(-50%);
}
#box_filter_left .list_filter {
  display: flex;
  flex-wrap: wrap;
}
#box_filter_left.fancybox-content {
  max-width: 500px;
  padding: 15px;
}

.box_l_product {
  flex: 1 1 auto;
  min-width: 50%;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .box_l_product {
    flex: 0 0 100%;
  }
}
@media (max-width: 600px) {
  .box_l_product {
    flex: 0 0 100%;
  }
}
.box_l_product .title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0 15px 15px;
  background: #e9e9f0;
  color: #112562;
  width: 100%;
  margin-bottom: 0;
}
.box_l_product .title:before {
  bottom: -1px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: #ffc107;
  display: inline-block;
  margin-right: 5px;
  display: none;
}
.box_l_product > ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0;
}
.box_l_product #content_list_group a {
  color: #323232;
}
.box_l_product #content_list_group a:hover {
  color: #ff9000;
}
.box_l_product #content_list_group h3 {
  font-family: "Roboto Slab", serif;
  color: #404048;
  border: 0;
  border-bottom: 1px solid #ededed;
  padding: 13px 0;
  display: block;
  font-size: 16px;
  margin: 0;
  border-radius: 0;
  padding-left: 15px;
}
.box_l_product #content_list_group h3 .icon:after {
  content: "";
  font: 900 1.2rem/1 "Font AweSome 5 Pro";
  color: #006cf2;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_l_product #content_list_group h3 > span.ui-icon {
  display: none;
}
.box_l_product #content_list_group h3.ui-accordion-header-active a {
  color: #ff9000;
}
.box_l_product #content_list_group h3.ui-state-active {
  background: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
}
.box_l_product #content_list_group h3.ui-state-active:after {
  content: "";
}
.box_l_product #content_list_group h3:not(.has-submenu):after {
  content: unset;
}
.box_l_product #content_list_group > div {
  background: #fdfdfd;
  border: 0;
  padding: 0;
  overflow: unset;
}
.box_l_product #content_list_group > div ul {
  margin-left: 25px;
}
.box_l_product #content_list_group > div ul li a {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  padding: 13px 0px;
  display: flex;
  align-items: center;
}
.box_l_product #content_list_group > div ul li a:before {
  content: "";
  font: 900 0.6rem/150% "Font Awesome 5 Pro";
  color: #006cf2;
  margin-right: 5px;
}
.box_l_product #content_list_group > div ul li a.current {
  color: #ff9000;
}
.box_l_product #content_list_group > div ul li a.current:before {
  color: #ff9000;
}
.box_l_product .search {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  z-index: 0;
}
.box_l_product .search input {
  width: 100%;
  padding: 2px 10px;
  border: 0;
  z-index: 1;
}
.box_l_product .search input:focus {
  outline: 0;
  border-color: #f00;
}
.box_l_product .search label.title {
  background: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
}
.box_l_product .search i.fa-search {
  color: #333;
  display: none;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 992px) {
  .box_l_product .search i.fa-search {
    display: block;
  }
}
.box_l_product a.current {
  color: #ed3237;
}
.box_l_product #slider_range_price .other_title {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: inherit;
  width: 100%;
  margin-bottom: 10px;
}
.box_l_product #slider_range_price #search_price .row {
  margin: 0 -5px;
  margin-top: 15px;
  justify-content: space-between;
}
.box_l_product #slider_range_price #search_price .row .col-box {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 0 5px;
}
.box_l_product #slider_range_price #search_price .row .col-box input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.box_l_product #slider_range_price #search_price .row .col-button {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 10px;
}
.box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter {
  color: #fff;
  background: #ee7118;
  width: 100%;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 3px 8px;
  transition: 300ms linear;
  cursor: pointer;
}
.box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter i {
  display: inline-block;
  padding-left: 10px;
}
.box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter:hover, .box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter:focus {
  color: #ee7118;
  background: #fff;
  border-color: #ee7118;
}
.box_l_product .group.toggle {
  display: none;
}
.box_l_product a.togglemenu {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #195b86 !important;
  cursor: pointer;
  position: relative;
}
.box_l_product a.togglemenu:after {
  content: "";
  font: 400 0.8rem/150% "Font Awesome 5 Pro";
  color: inherit;
  margin-left: 5px;
}
.box_l_product.box_nature .title {
  padding-right: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.box_l_product.box_nature .title span {
  width: 100%;
  display: inline-block;
}
.box_l_product.box_nature .title i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 5px;
  cursor: pointer;
  z-index: -1;
}
.box_l_product.box_nature .title i:before {
  content: "";
}
.box_l_product.box_nature .title i.open:before {
  content: "";
}
.box_l_product.box_nature ul[class=content_list_nature] {
  display: none;
  margin-top: 10px;
}
.box_l_product.box_rate ul li a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #3e3e3e;
}
.box_l_product.box_rate ul li a:hover {
  color: #ff9000;
}
.box_l_product.box_price {
  flex: 0 0 100%;
  max-width: 100%;
}
.box_l_product .content_list_tag {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}
.box_l_product .content_list_tag li {
  padding-right: 5px;
}
.box_l_product .content_list_tag li label {
  padding: 0;
  margin-bottom: 0;
}
.box_l_product .content_list_tag li label:before, .box_l_product .content_list_tag li label:after {
  content: none;
}
.box_l_product .content_list_tag li label div {
  color: #999;
  background: #f1f1f1;
  border-radius: 4px;
  padding: 2px 10px;
}
.box_l_product .content_list_tag li input[type=checkbox]:checked + label div {
  color: #fff;
  background: gainsboro;
}

[class*=content_list] ul {
  width: 100%;
}
[class*=content_list] > li:not(:last-child) {
  padding-bottom: 10px;
}
[class*=content_list] li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%;
}
[class*=content_list] li label {
  font-size: 16px;
  color: #404048;
  max-width: 100%;
  position: relative;
  padding: 13px 0;
  padding-left: 15px;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
  width: 100%;
  display: block;
  background: #f6f6f6;
  margin-bottom: 0;
}
[class*=content_list] li label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aea8a6;
  margin: 0;
  transition: 200ms linear;
  display: none;
}
[class*=content_list] li label:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7333333333rem;
  color: #ff9000;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 5px;
  background: transparent;
  opacity: 0;
  transition: 200ms linear;
  display: none;
}
[class*=content_list] li label > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[class*=content_list] li label > div:hover {
  color: #ff9000;
}
[class*=content_list] li label > div .num {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #999;
}
[class*=content_list] li label:hover {
  background: #fff;
  max-width: unset;
}
[class*=content_list] li label:hover::after {
  opacity: 0.5;
}
[class*=content_list] li input[type=checkbox] {
  visibility: hidden;
  display: none;
}
[class*=content_list] li input[type=checkbox]:checked + label:before {
  background: #ff9000;
  border-color: #ff9000;
}
[class*=content_list] li input[type=checkbox]:checked + label div {
  color: #ff9000;
}
[class*=content_list] li input[type=checkbox]:checked + label:after {
  color: #fff;
  opacity: 1;
}
[class*=content_list] li label.none-box {
  border: none;
  padding-left: 0;
}
[class*=content_list] li label.none-box:before {
  display: none;
}
[class*=content_list] li label.none-box:after {
  display: none;
}
[class*=content_list] li label.none-box div {
  position: unset;
}
[class*=content_list] a:hover {
  text-decoration: none;
}

.full.product .nav, .full.detail .nav {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .full.product .nav, .full.detail .nav {
    margin-bottom: 40px;
  }
}
.full.product .ims_navigation, .full.detail .ims_navigation {
  padding: 13px 0;
}
.full.product .ims_navigation .container, .full.detail .ims_navigation .container {
  padding: 0;
}

.full.promotion .nav {
  padding: 0;
}
.full.promotion .ims_navigation {
  padding: 13px 0;
}
.full.promotion .ims_navigation .container {
  padding: 0;
}
.full.promotion #container > .row {
  padding-top: 40px;
}
.full.promotion .list_item_promotion .col_item {
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-right: -1px;
  margin-bottom: -1px;
}
.full.promotion .list_item_promotion .col_item .item {
  padding: 20px;
  padding-bottom: 30px;
}

.toolbar {
  margin: 0 0 20px;
  font-size: 16px;
  color: #343434;
}
.toolbar .view-mode span.layout-opt {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  float: left;
  width: 36px;
  min-height: 36px;
  margin-left: 10px;
  padding: 0;
  display: inline-block;
  color: #bbb;
  border: 1px solid #ebebeb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toolbar .view-mode span.layout-opt .fa {
  font-weight: normal;
}
.toolbar .view-mode span.layout-opt:first-child {
  margin-left: 0;
}
.toolbar .view-mode span.layout-opt:after {
  background: #ffc107;
  border: 1px solid #ffc107;
  color: #ffffff;
}
.toolbar .view-mode span.layout-opt.active {
  background: #ffc107;
  border: 1px solid #ffc107;
  color: #ffffff;
}
.toolbar .select-inner {
  position: relative;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  color: #303030;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 5px;
  width: 100%;
}
@media (min-width: 601px) {
  .toolbar .select-inner {
    width: auto;
    padding: 0 5px 0 15px;
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .toolbar .select-inner .sort_product {
    display: flex;
    align-items: center;
  }
  .toolbar .select-inner .sort_product span {
    white-space: nowrap;
  }
}
.toolbar .select-inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
  text-indent: 0.01px !important;
  cursor: pointer;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/2027/8479/t/2/assets/ico-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  border: 0;
  line-height: 34px;
  padding: 0 20px 0 10px;
  height: 34px;
}
.toolbar .toolbar-right {
  text-align: right;
}

/*-------------------img_detail----------------*/
/*GALERY BIG*/
#img_detail {
  position: relative;
}
#img_detail .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#img_detail .btn-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 2.4rem;
  font-weight: 900;
}
#img_detail .btn-arrow.btn-prev {
  left: 1rem;
}
#img_detail .btn-arrow.btn-prev:before {
  content: "";
}
#img_detail .btn-arrow.btn-next {
  right: 1rem;
}
#img_detail .btn-arrow.btn-next:before {
  content: "";
}

div#gallery_slider {
  flex: 0 0 100%;
  max-width: 100%;
  height: 0;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  border: 1px solid #ededed;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 768px) {
  div#gallery_slider {
    order: 2;
  }
}
div#gallery_slider.slick-initialized {
  opacity: 1;
  height: auto;
}
div#gallery_slider .slick-list {
  padding: 0 !important;
}
div#gallery_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
div#gallery_slider img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

/*GALERY THUMB*/
.row-5 {
  margin: 0 -5px;
}

div#gallery_slider_thumb {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 20px;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 768px) {
  div#gallery_slider_thumb {
    order: 1;
  }
}
div#gallery_slider_thumb:hover .slick-arrow {
  opacity: 1;
}
div#gallery_slider_thumb.slick-initialized {
  opacity: 1;
  height: auto;
}
div#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
div#gallery_slider_thumb .slick-list .item {
  padding: 0 6px;
  outline: none;
}
div#gallery_slider_thumb .slick-list .item .image {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding-top: 85%;
  margin: auto;
  position: relative;
}
div#gallery_slider_thumb .slick-list .item .image .img {
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 97%;
}
div#gallery_slider_thumb .slick-list .item .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#gallery_slider_thumb .slick-list.slick-current .item .image {
  border: 1px solid #ffb556;
}
div#gallery_slider_thumb .slick-arrow {
  width: 30px;
  height: 30px;
  background: #ffc107;
  z-index: 99;
  opacity: 0;
}
div#gallery_slider_thumb .slick-arrow:before {
  font: 300 0.8rem/150% "Font Awesome 5 Pro";
  color: #ffffff;
}
div#gallery_slider_thumb .slick-arrow.slick-prev {
  left: 0;
}
div#gallery_slider_thumb .slick-arrow.slick-prev:before {
  content: "";
}
div#gallery_slider_thumb .slick-arrow.slick-next {
  right: 0;
}
div#gallery_slider_thumb .slick-arrow.slick-next:before {
  content: "";
}

/*END PIC*/
#item_detail {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
#item_detail .info_left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #item_detail .info_left {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
#item_detail .info_right {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
@media (min-width: 992px) {
  #item_detail .info_right {
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 20px;
  }
}
#item_detail .info_right .info_row_top {
  flex: 0 0 100%;
  max-width: 100%;
}
#item_detail .info_right .info_col_left {
  flex: 0 0 100%;
  max-width: 100%;
}
#item_detail .info_right .info_col_right {
  flex: 0 0 32%;
  max-width: 32%;
}
@media (min-width: 768px) {
  #item_detail .info_right .info_col_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .product-essential {
    margin-bottom: 1rem;
  }
}

.info_row_top .title_product {
  font-size: 25px;
  font-family: inherit;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 600px) {
  .info_row_top .title_product {
    margin-top: 1rem;
  }
}
.info_row_top .rate {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 13px;
}
.info_row_top .rate i {
  margin-right: 2px;
  font-size: 13px;
}
.info_row_top .rate > span {
  color: #288ad6;
  padding-left: 5px;
}
.info_row_top .info_brand {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  margin-right: 20px;
}
.info_row_top .info_brand a {
  color: #007ff0;
}
.info_row_top .info_code {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #9b9b9b;
  display: flex;
}
.info_row_top .info_code b {
  color: #ca0000;
  margin-right: 35px;
}

.info_short {
  padding-top: 10px;
}
.info_short p {
  font-size: 13px;
  line-height: 24px;
}
.info_short p:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: none;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6d6d6d;
}

.info_price {
  font-weight: 700;
  padding-top: 5px;
}
.info_price .price {
  color: #a7a7a7;
  font-size: 18px;
  line-height: 20px;
  margin-left: 10px;
  text-decoration: line-through;
}
.info_price .price_buy {
  color: #d90808;
  font-size: 36px;
}

.info_model > p {
  font: 400 1rem/1.2 "Roboto", sans-serif;
  color: #333;
}
.info_model .list_model {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.info_model .model {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
  cursor: pointer;
}
.info_model .model a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 7px;
}
.info_model .model a label {
  font: 700 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.info_model .model a .price {
  flex: 0 0 100%;
  max-width: 100%;
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-align: center;
  color: #333;
}
.info_model .model:hover a, .info_model .model:focus a, .info_model .model.current a {
  background: #fff8f8;
  border-color: #ed939e;
}

.info_promo {
  font-size: 14px;
  border: 1px solid #de382c;
  border-radius: 4px;
  margin-top: 2.4rem;
  position: relative;
}
.info_promo .title_promo {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: url("../../../../../resources/images/title_promo.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -16px;
  left: 15px;
  padding: 2px 10px 3px 25px;
}
.info_promo .promo_detail {
  max-height: 150px;
  overflow-y: auto;
  padding: 10px;
  margin-top: 15px;
}
.info_promo .promo_detail p {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  padding-left: 16px;
  position: relative;
  clear: both;
}
.info_promo .promo_detail p:before {
  content: "";
  font: 900 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #16c22b;
  position: absolute;
  top: 5px;
  left: 0;
}
.info_promo .promo_detail p img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  margin-right: 5px;
  float: left;
}
.info_promo .promo_detail::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.info_promo .promo_detail::-webkit-scrollbar-thumb {
  background-color: #de382c;
  border-radius: 10px;
}
.info_promo .promo_detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}

.info_version {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.info_version > .d-flex > .label {
  max-width: 100%;
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #8e8e8e;
  padding-bottom: 10px;
  width: 120px;
  text-transform: capitalize;
}
.info_version ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info_version ul li label {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  background: transparent;
  border: 1px solid #00000017;
  border-radius: 2px;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.info_version ul li label i.tick {
  display: none;
}
.info_version ul li label.color {
  border-radius: 2px;
  padding: 0px;
}
.info_version ul li label.color span {
  display: block;
  width: 70px;
  height: 32px;
  border: 0px solid #dfe0e1;
  border-radius: 2px;
}
.info_version ul li label.color:before {
  display: none;
}
.info_version ul li .price {
  display: none;
}
.info_version ul li input[type=radio] {
  visibility: hidden;
  display: none;
}
.info_version ul li input[type=radio]:checked + label, .info_version ul li input[type=radio]:hover + label {
  color: inherit;
  border-color: #ee4d2d;
}
.info_version ul li input[type=radio]:checked + label i.tick, .info_version ul li input[type=radio]:hover + label i.tick {
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.info_version ul li input[type=radio]:checked + label i.tick:before, .info_version ul li input[type=radio]:hover + label i.tick:before {
  border: 0.9375rem solid transparent;
  border-bottom-color: #ee4d2d;
  content: "";
  position: absolute;
  right: -0.9375rem;
  bottom: 0;
}
.info_version ul li input[type=radio]:checked + label i.tick .icon-tick-bold, .info_version ul li input[type=radio]:hover + label i.tick .icon-tick-bold {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 8px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.info_version ul li input[type=radio]:disabled + label {
  background: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.info_version ul li input[type=radio]:disabled + label.color div:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #e7e7e79e;
}
.info_version ul li input[type=radio]:disabled + label i.tick {
  display: none !important;
}

.info_size {
  display: none;
}

.info_row_btn {
  width: 100%;
  flex-wrap: wrap;
}
.info_row_btn .btn-add-cart {
  flex: 0 0 100%;
  max-width: 100%;
  color: #0c1f58;
  background: transparent;
  border: 2px solid;
  box-shadow: 0 0 3px #7293f7;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  height: 55px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  position: relative;
  touch-action: none;
  border-radius: 3px;
  width: 47%;
}
@media (min-width: 601px) {
  .info_row_btn .btn-add-cart {
    width: calc(50% - 10px);
  }
}
.info_row_btn .btn-add-cart:hover {
  background: #0c1f58;
  color: #ffffff;
  border: 2px solid #0c1f58;
}
.info_row_btn .btn-add-cart i {
  font-size: 1.2rem;
}
.info_row_btn .btn-add-cart.btn_add_cart {
  margin-left: 10px;
}
.custom-block {
  background: #f8f8f8;
  border-radius: 5px;
}
.custom-block .box-col-inner:last-child .media {
  border-bottom: 0;
}
.custom-block .media {
  padding: 15px 5px;
  border-bottom: 1px solid #ebebeb;
  color: #404040;
}
.custom-block .media .pull-left {
  display: inline-block;
}
.custom-block .media .media-body {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  line-height: 24px;
}
.custom-block .media h3 {
  margin: 0;
  color: #404040;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.custom-block .title {
  margin-top: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
}
.custom-block .title:before {
  content: "";
  width: 12px;
  height: 12px;
  position: static;
  display: inline-block;
  margin-right: 5px;
  border: none;
  background: #ffc107;
  position: relative;
  top: -1px;
}
.custom-block .block-content p {
  font-size: 13px;
  padding: 0;
  line-height: 24px;
  color: #303030;
}
.custom-block .block-content a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.custom-block .block-content a:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffc107;
  right: -292px;
  top: -100px;
  width: 400px;
  height: 200px;
  -khtml-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all 0.5s;
}
.custom-block .block-content a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #355386;
  left: -292px;
  bottom: -100px;
  width: 400px;
  height: 200px;
  -khtml-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s;
}
.custom-block .block-content a:hover:before {
  right: -262px;
  top: -70px;
  opacity: 0.8;
}
.custom-block .block-content a:hover:after {
  left: -262px;
  bottom: -70px;
  opacity: 0.8;
}

.info-quantity {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  .info-quantity {
    margin-bottom: 55px;
  }
}

#text_quantity {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
#text_quantity .label {
  font: 400 0.9333333333rem/1 "Roboto", sans-serif;
  color: #8e8e8e;
  margin-right: 0px;
  min-width: 120px;
}

.btn_grp {
  display: flex;
  align-items: center;
}
.btn_grp .btn_minus, .btn_grp .btn_plus {
  width: 18px;
  height: 44px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  cursor: pointer;
  font-size: 9px;
}
.btn_grp .btn_minus i, .btn_grp .btn_plus i {
  font-weight: 900;
}
.btn_grp .quantity_text {
  text-align: center;
  background: transparent;
  max-width: 50px;
  height: 44px;
  border: 1px solid #f4f4f4;
  border-left: 0;
  border-right: 0;
  outline: none;
  padding: 2px 5px;
  margin: 0 -1px;
  color: #aaaaaa;
  font-weight: 600;
}

.add_favorite {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: #ffc107;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.add_favorite i {
  font-weight: 900;
}
.add_favorite:hover i, .add_favorite:focus i, .add_favorite.added i {
  font-weight: 900;
  color: #f00;
}

.call_order {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-align: center;
  margin-top: 15px;
}
.call_order span {
  font-size: 1.0666666667rem;
  color: #f00;
}

.info_content {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.info_content > div {
  max-height: 300px;
  padding: 5px 10px;
  margin: 5px 0;
  overflow-y: auto;
}
.info_content > div p {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.info_content > div p:before {
  content: "";
  font: 900 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #16c22b;
  position: absolute;
  top: 5px;
  left: 0;
}
.info_content > div::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.info_content > div::-webkit-scrollbar-thumb {
  background-color: #de382c;
  border-radius: 10px;
}
.info_content > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}

.product_desc {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px;
}
@media (min-width: 992px) {
  .product_desc .content_left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .product_desc .content_right {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;
  }
}

#comment_rate {
  margin: 0px;
  margin-top: 15px;
}
#comment_rate > label.title {
  font: 600 1.2666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #282828;
  padding: 0px;
  border-bottom: 1px #282828 solid;
}
#comment_rate #tab-comment_rate {
  background: #fff;
  padding: 15px;
}
#comment_rate #boxRatingCmt .tltRt h3 {
  font: 400 1.2rem/150% "Roboto", sans-serif;
  color: #282828;
}
#comment_rate #boxRatingCmt .toprt {
  background: #fff;
}
#comment_rate .fb-comments {
  width: 100%;
}
#comment_rate .fb-comments iframe {
  width: 100%;
}

.product-detail-other .title {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #112562;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-detail-other .title:before {
  content: "";
  width: 12px;
  height: 12px;
  position: static;
  display: inline-block;
  margin-right: 5px;
  border: none;
  background: #ffc107;
  position: relative;
  top: -1px;
  display: none;
}
.product-detail-other .list_item {
  margin: 0 -10px;
}
.product-detail-other .col_item {
  overflow: hidden;
  margin-right: -1px;
}
.product-detail-other .col_item .item {
  border-bottom: 1px solid #e0e0e0;
}

.title_tab {
  display: flex;
  padding: 50px 0 0;
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 600px) {
  .title_tab {
    flex-wrap: wrap;
  }
}
.title_tab .title {
  margin: 5px 2px 0 0;
  display: block;
  padding: 12px 35px;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0;
  border: 1px solid #ededed;
  border-bottom: 0;
  cursor: pointer;
}
@media (max-width: 600px) {
  .title_tab .title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.title_tab .title.active, .title_tab .title:hover {
  background: #dd0000;
  color: #fff;
  border: 1px solid #dd0000;
  border-bottom: 0;
}

.content_tab .article {
  background: #fff;
}
.content_tab .article > div.hide {
  max-height: 750px;
  overflow: hidden;
}
.content_tab .article .btn_more {
  display: block;
  font: 400 1rem/150% "Roboto", sans-serif;
  text-align: center;
  color: #288ad6;
  background: #fff;
  padding: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.content_tab .article .btn_more:before {
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #fff 50%);
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.content_tab .article .btn_more span {
  border: 1px solid;
  color: #0c1f58;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
}
.content_tab .article h2 {
  font-size: 1.3333333333rem;
  padding: 5px 0;
}
.content_tab .article h3 {
  font-size: 1.2rem;
  padding: 5px 0;
}
.content_tab .article p {
  font: 400 1rem/150% "Roboto", sans-serif;
  text-align: justify;
}
.content_tab .article p.fal, .content_tab .article p.fas, .content_tab .article p.far {
  display: block;
  padding-left: 25px;
  position: relative;
}
.content_tab .article p.fal:before, .content_tab .article p.fas:before, .content_tab .article p.far:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 5px;
  left: 5px;
}
.content_tab .article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 991.98px) {
  .content_tab .article iframe {
    max-width: 100%;
    height: auto;
  }
}
.content_tab .boxRatingCmt {
  margin-top: 0;
}
.content_tab .boxRatingCmt #list_comment {
  display: block !important;
}
.content_tab .boxRatingCmt #list_comment .comment {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding: 10px 0 !important;
}
.content_tab .boxRatingCmt #list_comment .comment .border_bottom {
  padding: 0 !important;
}
.content_tab .boxRatingCmt .fRatingComment {
  display: none !important;
}
.content_tab .boxRatingCmt .crt {
  display: none;
}
.content_tab .boxRatingCmt #tab-comment_rate {
  border: 0;
  padding: 0;
}
.content_tab .tab_content {
  display: none;
  padding: 15px;
  padding-bottom: 30px;
  line-height: 25px;
  border: 1px solid #ededed;
  min-height: 30px;
}
.content_tab .tab_content p {
  line-height: 24px;
  color: #303030;
  font-size: 13px;
  padding: 0;
}
.content_tab .tab_content h2 {
  font-size: 25px;
  color: #1f1f1f;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .content_tab .tab_content table {
    width: 100% !important;
    table-layout: auto !important;
  }
  .content_tab .tab_content table tr {
    width: 100% !important;
  }
  .content_tab .tab_content table td {
    width: 50% !important;
    padding: 3px !important;
  }
}
.content_tab .tab_content.active {
  display: block;
}
@media (max-width: 600px) {
  .content_tab .tab_content.active {
    padding: 15px 5px;
  }
}