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

#ims-column_left {
  order: 2;
}
@media (min-width: 992px) {
  #ims-column_left {
    padding-left: 0;
    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 {
    order: 2;
    padding-right: 0;
  }
}

.box_mid {
  display: flex;
  flex-wrap: wrap;
}
.box_mid .list_group {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .box_mid .list_group {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (min-width: 1100px) {
  .box_mid .list_group {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
.box_mid .list_group .title {
  font-family: var(--font_QSSemi);
  text-transform: uppercase;
  font-size: 16px;
  color: #3a3a3c;
  margin-bottom: 10px;
}
@media (max-width: 823px) {
  .box_mid .list_group .title {
    margin-bottom: 20px;
    padding-right: 37px;
  }
}
.box_mid .list_group .title a {
  position: relative;
}
.box_mid .list_group .title a:after {
  content: "";
  background: url(../../../../../resources/images/use/icon-contact.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  display: block;
  top: 4px;
  left: calc(100% + 10px);
  position: absolute;
}
@media (max-width: 823px) {
  .box_mid .list_group .slick-arrow {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.31);
    z-index: 1;
  }
  .box_mid .list_group .slick-arrow:before {
    font-family: "Font Awesome 5 Pro";
    color: #adadae;
    font-weight: 300;
    font-size: 18px;
    line-height: 0.7;
  }
  .box_mid .list_group .slick-arrow.slick-prev {
    left: 0;
    top: -42%;
  }
  .box_mid .list_group .slick-arrow.slick-prev:before {
    content: "\f053";
  }
  .box_mid .list_group .slick-arrow.slick-next {
    right: unset;
    top: -42%;
    left: 30px;
  }
  .box_mid .list_group .slick-arrow.slick-next:before {
    content: "\f054";
    padding-left: 3px;
  }
}
.box_mid .box_content {
  flex: 0 0 100%;
  max-width: 100%;
}
.box_mid .box_content .title_sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.box_mid .box_content .title_sort .group_title {
  font-family: var(--font_bold);
  font-size: 20px;
  color: #b40007;
  text-transform: uppercase;
}
.box_mid .box_content .title_sort .sort_product {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b40007;
}
.box_mid .box_content .title_sort .sort_product select {
  border: 0;
  background: transparent;
}
.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 > a {
  font: 400 14px/150% Quicksand-Regular, 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: "\f111";
  font: 400 18px/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: "\f192";
  color: #ff8c4a;
}
.box_mid .box_mid-title .title {
  font: 400 16px/150% Quicksand-Regular, sans-serif;
  color: #515151;
  display: inline-block;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.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: 0;
  width: 100%;
  height: 100%;
  -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 15px/150% Quicksand-Regular, 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 14px/150% Quicksand-Regular, 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 14px/150% Quicksand-Regular, 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 {
  display: none;
  font: 700 18px/150% "Muli", sans-serif;
  color: #fff;
  background: #195b86;
  padding: 8px 5px;
  padding-left: 58px;
  margin-bottom: 12px;
  position: relative;
}
#box_filter_left > h2.title:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../../../../resources/images/controls.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15px;
  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;
  margin-bottom: 55px;
}
@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-bottom: 18px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}
.box_l_product .title:before {
  bottom: -1px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: #ffc107;
  display: inline-block;
  margin-right: 5px;
}
.box_l_product > ul {
  list-style-type: none;
  padding: 2px 0;
  margin-bottom: 0px;
}
.box_l_product #content_list_group a {
  color: #323232;
}
.box_l_product #content_list_group a:hover {
  color: #035d91;
}
.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: 12px;
  margin: 0;
  border-radius: 0;
  padding-left: 15px;
  text-transform: uppercase;
}
.box_l_product #content_list_group h3:after {
  content: "\f0d7";
  font: 900 18px/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-state-active {
  background: transparent;
}
.box_l_product #content_list_group h3.ui-state-active:after {
  content: "\f0d8";
}
.box_l_product #content_list_group h3:not(.has-submenu):after {
  content: unset;
}
.box_l_product #content_list_group > div {
  background: transparent;
  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 14px/150% Quicksand-Regular, sans-serif;
  padding: 2.5px 0px;
  display: flex;
  align-items: center;
}
.box_l_product #content_list_group > div ul li a:before {
  content: "\f1b0";
  font: 900 9px/150% "Font Awesome 5 Pro";
  color: #006cf2;
  margin-right: 5px;
}
.box_l_product #content_list_group > div ul li a.current {
  color: #006cf2;
}
.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 16px/150% Quicksand-Regular, 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 14px/150% Quicksand-Regular, sans-serif;
  color: #195b86 !important;
  cursor: pointer;
  position: relative;
}
.box_l_product a.togglemenu:after {
  content: "\f30b";
  font: 400 12px/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: "\f0d7";
}
.box_l_product.box_nature .title i.open:before {
  content: "\f0d8";
}
.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 14px/150% Quicksand-Regular, 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;
}
[class*=content_list] li label {
  font-size: 14px;
  color: #5c5c5c;
  max-width: 100%;
  position: relative;
  padding: 2px;
  padding-left: 22px;
  cursor: pointer;
}
[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;
}
[class*=content_list] li label:after {
  content: "\f00c";
  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;
}
[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 14px/150% Quicksand-Regular, 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 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b6b6b6;
}
.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;
  border: 1px solid #ebebeb;
  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: "\f104";
}
#img_detail .btn-arrow.btn-next {
  right: 1rem;
}
#img_detail .btn-arrow.btn-next:before {
  content: "\f105";
}

div#gallery_slider {
  flex: 0 0 100%;
  max-width: 100%;
  height: 0;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  border: 1px solid #545456;
  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 #545456;
  display: flex;
  align-items: center;
  padding-top: 100%;
  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 .item.slick-current .image {
  border: 1px solid #bf242a;
}
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 12px/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: "\f053";
}
div#gallery_slider_thumb .slick-arrow.slick-next {
  right: 0;
}
div#gallery_slider_thumb .slick-arrow.slick-next:before {
  content: "\f054";
}

/*END PIC*/
#item_detail {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#item_detail .info_right {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
#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-family: var(--font_QSBold);
  font-size: 25px;
  color: #3a3a3c;
  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 14px/150% Quicksand-Regular, sans-serif;
  color: #333;
  margin-right: 20px;
}
.info_row_top .info_brand a {
  color: #007ff0;
}
.info_row_top .info_code {
  font: 400 16px/150% var(--font_QSMedium);
  color: #999999;
}
.info_row_top .num_view {
  font: 400 16px/150% var(--font_QSMedium);
  color: #999999;
}

.info_short {
  font-family: var(--font_QSMedium);
  font-size: 16px;
  color: #3a3a3c;
  padding-top: 10px;
}
.info_short ul {
  padding: 0 1.2rem;
}

.standards {
  border: 1px solid #b40007;
  border-radius: 5px;
  font-family: var(--font_QSMedium);
  font-size: 16px;
  color: #3a3a3c;
  padding: 25px;
  margin-top: 3rem;
  position: relative;
}
.standards h4 {
  background: #b40007;
  padding: 8px 15px;
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: -20px;
}
.standards .content p {
  color: #3a3a3c;
  line-height: 1.8;
  padding-left: 1rem;
  position: relative;
}
.standards .content p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid #b40007;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.group_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--font_QSMedium);
  font-size: 14px;
  color: #999999;
}
.group_price .percent_discount {
  flex: 0 0 100%;
  color: #b40007;
}

.info_price {
  display: flex;
}
.info_price .price {
  line-height: 20px;
  margin-right: 10px;
  text-decoration: line-through;
}
.info_price .price_buy {
  font-family: var(--font_QSBold);
  color: #ec0c14;
  font-size: 30px;
  margin-right: 90px;
}

.info_model > p {
  font: 400 15px/1.2 Quicksand-Regular, 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 14px/150% Quicksand-Regular, sans-serif;
  color: #333;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.info_model .model a .price {
  flex: 0 0 100%;
  max-width: 100%;
  font: 400 14px/150% Quicksand-Regular, 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 14px/150% Quicksand-Regular, 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 14px/150% Quicksand-Regular, sans-serif;
  color: #333;
  padding-left: 16px;
  position: relative;
  clear: both;
}
.info_promo .promo_detail p:before {
  content: "\f058";
  font: 900 14px/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 14px/150% Quicksand-Regular, 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 14px/150% Quicksand-Regular, sans-serif;
  color: #333;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  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: rgba(231, 231, 231, 0.6196078431);
}
.info_version ul li input[type=radio]:disabled + label i.tick {
  display: none !important;
}

.info_size {
  display: none;
}

.info_row_btn {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .info_row_btn {
    max-width: 80%;
  }
}
.info_row_btn .btn-add-cart {
  font-family: var(--font_QSBold);
  flex: 1;
  text-transform: uppercase;
  color: #fff;
  background: #212121;
  height: 44px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  margin-right: 15px;
  border-radius: 5px;
}
@media (min-width: 400px) {
  .info_row_btn .btn-add-cart {
    padding: 5px 20px;
  }
}
.info_row_btn .btn-add-cart.btn_add_cart_now {
  background: #b40007;
}
.info_row_btn .btn-add-cart:hover {
  opacity: 0.8;
}
.info_row_btn .btn-add-cart i {
  font-size: 1.0666666667rem;
  margin-left: 5px;
}
.info_row_btn .btn-add-cart i:before {
  font-weight: 600;
}

.custom-block {
  background: #fbf2f2;
  padding: 15px;
}
.custom-block .box-col-inner:last-child .media-body, .custom-block .box-col-inner:nth-last-child(2) .media-body {
  max-width: 100%;
}
.custom-block .box-col-inner:last-child .media {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.custom-block .media {
  margin-bottom: 10px;
  border-bottom: 1px dashed #b40007;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
  color: #3a3a3c;
}
@media (min-width: 992px) {
  .custom-block .media {
    text-align: center;
  }
}
.custom-block .media .pull-left {
  display: inline-block;
  margin-bottom: 10px;
}
.custom-block .media .media-body {
  font-family: var(--font_QSSemi);
  margin: auto;
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1100px) {
  .custom-block .media .media-body {
    flex: 0 0 100%;
    max-width: 60%;
  }
}
.custom-block .media h3 {
  margin: 0;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}
.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 {
  font-family: var(--font_QSBold);
  font-size: 16px;
  color: #3a3a3c;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

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

.btn_grp {
  display: flex;
  align-items: center;
}
.btn_grp .btn_minus {
  border-radius: 5px 0 0 5px;
}
.btn_grp .btn_plus {
  border-radius: 0 5px 5px 0;
}
.btn_grp .btn_minus, .btn_grp .btn_plus {
  width: 30px;
  height: 35px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d4;
  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;
  width: 45px;
  height: 35px;
  border: 1px solid #d4d4d4;
  border-left: 0;
  border-right: 0;
  outline: none;
  padding: 2px 5px;
  margin: 0 -1px;
  color: #393939;
  font-weight: 600;
}

.add_favorite {
  border: 1px solid #b40007;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #b40007;
  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 14px/150% Quicksand-Regular, 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 14px/150% Quicksand-Regular, sans-serif;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.info_content > div p:before {
  content: "\f058";
  font: 900 14px/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 > div.title {
  border-bottom: 1px solid #b40007;
}
#comment_rate > div.title span {
  font-family: var(--font_QSBold);
  min-width: 395px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 30px;
  text-align: center;
  background: #b40007;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-top: 40px;
  display: inline-block;
}
#comment_rate #boxRatingCmt .tltRt h3 {
  font: 400 18px/150% Quicksand-Regular, 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 .list_other {
  margin-bottom: 1rem;
}
.product-detail-other .list_item_product .row_item {
  margin: 0;
}
.product-detail-other .title {
  border-bottom: 1px solid #b40007;
}
.product-detail-other .title span {
  font-family: var(--font_QSBold);
  min-width: 395px;
  font-size: 18px;
  text-transform: uppercase;
  flex: 1;
  padding: 8px 30px;
  text-align: center;
  background: #b40007;
  color: #fff;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  cursor: pointer;
  margin-top: 40px;
}
.product-detail-other .col_item {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #e0e0e0;
}
.product-detail-other .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.31);
  z-index: 1;
  top: 40%;
}
@media (max-width: 992px) {
  .product-detail-other .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.product-detail-other .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: #adadae;
  font-weight: 700;
  font-size: 14px;
}
.product-detail-other .slick-arrow.slick-prev {
  left: -5px;
}
@media (max-width: 992px) {
  .product-detail-other .slick-arrow.slick-prev {
    left: -3px;
  }
}
.product-detail-other .slick-arrow.slick-prev:before {
  content: "\f053";
}
.product-detail-other .slick-arrow.slick-next {
  right: -5px;
}
@media (max-width: 992px) {
  .product-detail-other .slick-arrow.slick-next {
    right: -3px;
  }
}
.product-detail-other .slick-arrow.slick-next:before {
  content: "\f054";
}

.title_tab {
  display: flex;
  padding: 10px 0 0;
  margin: 0 -5px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .title_tab {
    flex-wrap: wrap;
  }
}
.title_tab .title {
  font-family: var(--font_QSBold);
  font-size: 18px;
  color: #3a3a3c;
  text-transform: uppercase;
  flex: 1;
  padding: 8px 0;
  text-align: center;
  background: #fbf2f2;
  border-radius: 10px 10px 0 0;
  margin: 0 5px;
  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: #b40007;
  color: #fff;
}

.content_tab .tab_content {
  display: none;
  font-size: 16px;
  padding: 15px;
  line-height: 25px;
  border: 1px solid #9c9c9d;
  border-top: 1px solid #b40007;
  min-height: 30px;
}
.content_tab .tab_content * {
  font-family: var(--font_regular) !important;
}
.content_tab .tab_content h1, .content_tab .tab_content h2, .content_tab .tab_content h3, .content_tab .tab_content h4 {
  padding: 0 0 5px;
  font-weight: bold;
}
.content_tab .tab_content p {
  line-height: 24px;
  color: #303030;
  font-size: 16px;
  padding: 0;
}
.content_tab .tab_content p strong {
  font-weight: bold;
}
.content_tab .tab_content.active {
  display: block;
}/*# sourceMappingURL=product.css.map */