html {
  font-size: 15px;
}
@media (max-width: 992px) {
  html {
    font-size: calc(15px + 0.2vw);
  }
}

/*Add font ================================*/
.btn-facebook:hover {
  background-color: unset !important;
}

.full.product .banner {
  text-align: center;
}
.full.content_detail #gallery {
  padding: 1rem 0 0;
}

.box_full {
  /*margin: 0 -15px;*/
  display: flex;
  justify-content: space-between;
}

@media (max-width: 568px) {
  .box_product {
    padding: 0 1rem;
  }
}

#tth-content {
  padding: 0 10px;
  flex: 0 0 calc(100% - 245px);
  max-width: calc(100% - 245px);
}
@media (min-width: 1050px) {
  #tth-content {
    flex: 0 0 calc(100% - 295px);
    max-width: calc(100% - 295px);
  }
}
@media (max-width: 823px) {
  #tth-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#tth-column_left {
  border: 1px solid #eae9e9;
  background: #fbfbfb;
  flex: 0 0 220px;
  max-width: 220px;
}
@media (min-width: 1050px) {
  #tth-column_left {
    flex: 0 0 260px;
    max-width: 260px;
  }
}
#tth-column_left .banner {
  margin-top: 1rem;
}
@media (max-width: 823px) {
  #tth-column_left .banner {
    display: none;
  }
}
@media (max-width: 823px) {
  #tth-column_left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

#tth-column {
  order: 3;
}
@media (min-width: 992px) {
  #tth-column {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0;
  }
}

.bottom_content {
  background: #f8f8f8;
  width: 100vw;
  padding: 20px 0;
  margin-left: calc(-50vw + 50%);
}
.bottom_content .slide-title {
  font: 900 1.2rem/150% "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  color: #171717;
}
@media (min-width: 992px) {
  .bottom_content .slide-title {
    font-size: 1.6rem;
  }
}
.bottom_content .slide-title span {
  font: 300 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #8e8e8e;
}
.bottom_content .row_item .slick-arrow {
  background: #a5a7a3;
  width: 44px;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 99;
}
.bottom_content .row_item .slick-arrow:before {
  font: 900 1.4rem/150% "Font Awesome 5 Pro";
  color: #fff;
}
.bottom_content .row_item .slick-arrow.slick-prev {
  left: 14px;
}
.bottom_content .row_item .slick-arrow.slick-prev:before {
  content: "\f053";
}
.bottom_content .row_item .slick-arrow.slick-next {
  right: 14px;
}
.bottom_content .row_item .slick-arrow.slick-next:before {
  content: "\f054";
}

.page_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
.page_title .sort {
  display: none;
}
@media (min-width: 992px) {
  .page_title .sort {
    display: flex;
    align-items: center;
  }
}
.page_title .sort .sort_product label {
  margin-bottom: 0;
}
.page_title .sort #sort_product {
  border: 1px solid #e2e2e2;
}
.page_title .title span {
  font: 900 1rem/150% "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  color: #171717;
}
@media (min-width: 992px) {
  .page_title .title span {
    font-size: 1.6rem;
  }
}

.divider {
  text-align: center;
  position: relative;
  z-index: 0;
}
.divider:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.divider span {
  font: 400 1.0666666667rem/150% "Montserrat-Regular", sans-serif;
  color: #4c4c4c;
  background: #fff;
  display: inline-block;
  padding: 0 25px;
}

@media (max-width: 568px) {
  .box_mid {
    padding: 10px;
  }
}
.box_mid .text_search {
  margin-bottom: 1rem;
}
.box_mid #myTab {
  max-height: 30px;
  background: #f9f9f9;
  border-bottom: 0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.box_mid #myTab .filter {
  max-height: 30px;
  display: block;
  background: var(--color_hv);
  color: #ffffff;
}
.box_mid #myTab .filter img {
  margin-right: 0.5rem;
}
.box_mid #myTab .nav-link {
  padding: 5px 1.5rem 5px 1rem;
  max-height: 30px;
  border: 0px;
  position: relative;
}
.box_mid #myTab .nav-link:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0.5rem;
}
.box_mid #myTab .nav-link.active {
  background: #ffffff;
  color: var(--color_hv);
}
.box_mid #myTab .nav-link.active:after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0.5rem;
}
.box_mid #myTabContent {
  border: 1px solid #f1f1f1;
  border-top: transparent;
}
@media (max-width: 568px) {
  .box_mid #myTabContent {
    max-height: 90px;
    overflow-y: auto;
  }
}
.box_mid #myTabContent #color, .box_mid #myTabContent .material {
  padding: 1rem 1rem 0 1rem;
}
.box_mid #myTabContent .tab-archi-content {
  display: flex;
  flex-flow: wrap;
}
.box_mid #myTabContent .item-filter {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 823px) {
  .box_mid #myTabContent .item-filter {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 568px) {
  .box_mid #myTabContent .item-filter {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.box_mid #myTabContent .item-filter .item {
  display: flex;
  align-items: center;
  position: relative;
}
.box_mid #myTabContent .item-filter .item .checkmark {
  height: 16px;
  width: 16px;
  background-color: transparent;
  /*margin: 0 1rem 0 0;*/
  /*border-radius: 2px;*/
  position: absolute;
  top: 0.2px;
  left: 0.2px;
}
.box_mid #myTabContent .item-filter .item .checkmark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 7px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.box_mid #myTabContent .item-filter .item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  color: #ffffff;
  border-radius: 0;
  border: 0;
}
.box_mid #myTabContent .item-filter .item input[type=checkbox]:checked ~ label .checkmark {
  background-color: rgba(0, 0, 0, 0.2);
}
.box_mid #myTabContent .item-filter .item input[type=checkbox]:checked ~ label .checkmark:after {
  display: block;
}
.box_mid #myTabContent .item-filter .item label {
  font: 600 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.box_mid #myTabContent .item-filter .item label:hover {
  color: var(--color_main);
}
.box_mid #myTabContent .item-filter .item label .color_img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #c6c6c6;
  position: relative;
}
.box_mid #myTabContent .item-filter .item.active {
  color: var(--color_main);
}
.box_mid .box_header {
  margin-top: 2rem;
  text-align: center;
}
.box_mid .box_header h1 {
  font: 600 1.8rem/150% var(--h3_med_font);
  color: var(--color_main);
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
}
.box_mid .box_header .note {
  color: #302f2f;
  padding: 5px 0;
  background: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
}
.box_mid .box_header .list_nature {
  margin: 1rem 0;
  background: var(--color_main);
  display: inline-flex;
  width: 100%;
  padding: 7px 0;
  justify-content: center;
}
.box_mid .box_header .list_nature li a {
  color: #ffffff;
  padding: 0 1rem;
  position: relative;
  cursor: pointer;
}
.box_mid .box_header .list_nature li a:after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  background: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box_mid .box_header .list_nature li:last-child a:after {
  display: none;
}
.box_mid .box_header .list_nature li.active a {
  color: var(--color_hv);
}
.box_mid .box_mid-title {
  position: relative;
  overflow: hidden;
}
.box_mid .box_mid-title .sort_product select {
  font: 100 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #8b8b8b;
  border: 1px solid var(--color_hv);
  padding: 5px 2rem 5px 1rem;
  border-radius: 5px;
  text-indent: 0px !important;
}
.box_mid .box_mid-title .sort_product select option {
  padding: 0 1rem;
}
.box_mid .box_mid-title .title_sort {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  margin: 1.5rem 0 0.5rem;
}
.box_mid .box_mid-title .title_sort img {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 45px;
  max-height: 45px;
}
.box_mid .box_mid-title .title_sort .title {
  font: 600 1.8rem/150% var(--h3_med_font);
  display: inline-block;
  color: var(--color_main);
  padding: 0.2rem 1rem;
  margin-right: 0.5rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 568px) {
  .box_mid .box_mid-title .title_sort .title {
    font-size: 1.4666666667rem;
  }
}
.box_mid .box_mid-title .short {
  color: #000000;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}
.box_mid .box_mid-title .short .div {
  flex: 0 0 calc(100% - 135px);
}
@media (max-width: 568px) {
  .box_mid .box_mid-title .short .div {
    flex: 100%;
  }
}
.box_mid .box_mid-title .short .banner_item {
  position: absolute;
  right: 0;
  bottom: 0;
  flex: 0 0 128px;
}
@media (max-width: 568px) {
  .box_mid .box_mid-title .short .banner_item {
    flex: 0 0 50px;
    bottom: calc(100% + 0.5rem);
    max-width: 50px;
  }
}
.box_mid .box_mid-title .mobile_filter {
  color: #fff;
  background: #e48325;
  display: flex;
  justify-content: space-between;
  text-align: right;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .mobile_filter {
    display: none;
  }
}
.box_mid .box_mid-title .mobile_filter.fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 100;
}
.box_mid .box_mid-title .mobile_filter .sort_product {
  display: block;
  flex: 1 1 auto;
  min-width: 50%;
  position: relative;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .mobile_filter .sort_product {
    display: none;
  }
}
.box_mid .box_mid-title .mobile_filter .sort_product label {
  font: 600 1.2rem/150% "Montserrat-Regular", sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.box_mid .box_mid-title .mobile_filter .sort_product select {
  font: 400 1.2rem/150% "Montserrat-Regular", sans-serif;
  text-align: center;
  color: #fff;
  background: inherit;
  border: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
.box_mid .box_mid-title .mobile_filter .sort_product select::-ms-expand {
  display: none;
}
.box_mid .box_mid-title .mobile_filter .sort_product option {
  color: #000;
}
.box_mid .box_mid-title .mobile_filter button {
  font: 400 1.2rem/150% "Montserrat-Regular", sans-serif;
  color: #fff;
  background: inherit;
  border: 0;
  flex: 1 1 auto;
  min-width: 50%;
  padding: 5px 10px;
  position: relative;
}
.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_mid .box_mid-title .mobile_filter span {
  font: 700 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  text-align: center;
  color: #fff;
  flex: 1 1 auto;
  padding: 5px 10px;
}
.box_mid .box_mid-title .mobile_filter span + span {
  border-left: 1px solid #fff;
}
.box_mid .content {
  margin: 0 -5px;
}
.box_mid .slick-list {
  padding: 8px 5px;
}
.box_mid .paginate {
  text-align: center;
}

#fancybox {
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  background: transparent;
}
@media (max-width: 568px) {
  #fancybox {
    width: 90%;
    padding: 26px;
  }
}
#fancybox .content {
  max-width: 800px;
  margin: auto;
}
#fancybox .content h3 {
  font: 100 2rem/150% var(--h3_med_font);
  color: #ffffff;
}
@media (max-width: 568px) {
  #fancybox .content h3 {
    font-size: 1.2rem;
  }
}
#fancybox .content .short {
  color: #ffffff;
  padding: 10px 0;
}
#fancybox .content .img {
  position: relative;
}
#fancybox .content .img .fancybox-close-small {
  opacity: 1;
}
#fancybox .content .img a {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#fancybox img {
  display: inline-block;
}
#fancybox .fancybox-close-small {
  background-color: #557085;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
#fancybox .fancybox-close-small svg {
  color: #ffffff;
}
#fancybox .slick-arrow::before {
  color: #ffffff;
}
#fancybox .slick-arrow.slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
}
#fancybox .slick-arrow.slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
#fancybox .slider-nav {
  max-width: 50%;
  margin: auto;
  margin-top: 1rem;
}
@media (max-width: 568px) {
  #fancybox .slider-nav {
    max-width: 100%;
  }
}
#fancybox .num {
  cursor: pointer;
}
#fancybox .num span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #7a7a7a;
  color: #ffffff;
  margin: auto;
}
#fancybox .slick-slide.slick-current .num span {
  background-color: var(--color_main);
  color: #ffffff;
}

@media (max-width: 568px) {
  #gallery {
    padding: 0 10px;
    margin: 0;
  }
}
#gallery .box_header .title {
  font: 600 1.8rem/150% var(--h3_med_font);
  color: var(--color_main);
  display: flex;
  align-items: center;
}
#gallery .box_header .title img {
  margin-right: 10px;
}
@media (max-width: 568px) {
  #gallery .box_header .title {
    font-size: 1.3333333333rem;
  }
}
#gallery .box_header .note {
  color: #302f2f;
  padding: 5px 0;
  background: #f6f6f6;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
#gallery .list_nature {
  margin: 1rem 0;
  background: var(--color_main);
  display: inline-flex;
  width: 100%;
  padding: 0;
  justify-content: flex-start;
  overflow-x: auto;
}
#gallery .list_nature::-webkit-scrollbar {
  width: 1px;
  height: 5px;
  background-color: #333;
}
#gallery .list_nature::-webkit-scrollbar-thumb {
  background-color: #888;
}
#gallery .list_nature::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
#gallery .list_nature li {
  white-space: nowrap;
}
#gallery .list_nature li a {
  color: #ffffff;
  padding: 7px 1rem;
  position: relative;
  cursor: pointer;
  display: flex;
}
#gallery .list_nature li a:hover {
  color: #fffd02;
  background: #568200;
}
#gallery .list_nature li a:after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  background: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#gallery .list_nature li:last-child a:after {
  display: none;
}
#gallery .list_nature li.active a {
  color: #fffd02;
}
#gallery .gallery_item {
  margin: 1.3rem 0 3rem;
}

#product_other .list_item_product {
  margin-top: 1rem;
}
#product_other .list_item_product .row_item .col_item {
  padding: 0;
  border: 1px solid #e9ebee;
}
#product_other .list_item_product .row_item .col_item .item {
  box-shadow: unset;
}
#product_other .list_item_product .row_item .col_item .item .info {
  padding: 0;
}
#product_other .list_item_product .row_item .col_item .item .info span {
  justify-content: flex-start;
  padding-left: 1.2rem;
  display: flex;
  color: #b4b4b4;
  min-height: 21px;
}
#product_other .list_item_product .row_item .col_item .item .info h3.info-title {
  margin-top: 1rem;
  text-transform: uppercase;
  padding-top: 0;
}
@media (max-width: 1024px) {
  #product_other .list_item_product .row_item .col_item .item .info h3.info-title {
    height: 2.5rem;
    overflow: hidden;
  }
}
#product_other .list_item_product .row_item .col_item .item .info h3.info-title a {
  justify-content: flex-start;
  padding: 0 1.2rem;
}
#product_other .list_item_product .row_item .col_item .item .add_cart {
  padding: 0 5px 0.5rem 5px;
}
#product_other .list_item_product .row_item .col_item .item .add_cart .form_cart, #product_other .list_item_product .row_item .col_item .item .add_cart .form_add_cart {
  display: flex;
  justify-content: space-between;
}
#product_other .list_item_product .row_item .col_item .item .add_cart .form_cart button, #product_other .list_item_product .row_item .col_item .item .add_cart .form_add_cart button {
  font: 100 0.8666666667rem/150% var(--title_font);
  color: var(--color_main);
  width: 6rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid var(--color_main);
  padding: 0;
  margin: 0 2px;
  cursor: pointer;
}
#product_other .list_item_product .row_item .col_item .item .add_cart .form_cart button i, #product_other .list_item_product .row_item .col_item .item .add_cart .form_add_cart button i {
  font-size: 0.8rem;
  margin-right: 5px;
  margin-top: 2px;
}
#product_other .list_item_product .row_item .col_item .item .add_cart .form_cart button:hover, #product_other .list_item_product .row_item .col_item .item .add_cart .form_add_cart button:hover {
  color: #ffffff;
  background-image: linear-gradient(to right, #02a14e, #03a551, #07af57, #0bbc5f, #0fc566, #11cc6a, #12cf6c);
  transition: 0.5s all;
}
#product_other .list_item_product .row_item .col_item:hover .item {
  transition: 0.3s all;
}
#product_other .list_item_product .row_item .col_item:hover .item .info .add_cart .form_cart .btn_add_cart_now, #product_other .list_item_product .row_item .col_item:hover .item .info .add_cart .form_add_cart .btn_add_cart_now {
  color: #ffffff;
  background-image: linear-gradient(to right, #02a14e, #03a551, #07af57, #0bbc5f, #0fc566, #11cc6a, #12cf6c);
}
.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% "Montserrat-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 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #fff;
  background: var(--color_main);
  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 {
  opacity: 0.8;
}
.box_filter .filter_items .clear-all {
  font: 400 0.9333333333rem/150% "Montserrat-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 {
  opacity: 0.8;
  /*color: #333;*/
}

#box_filter_left {
  border-radius: 4px;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  #box_filter_left {
    display: block !important;
    margin-top: 0;
  }
}
#box_filter_left > h2.title {
  display: none;
  font: 700 1.0666666667rem/150% "Montserrat-Regular", 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(../../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;
  justify-content: space-between;
}
#box_filter_left.fancybox-content {
  max-width: 500px;
  width: 100%;
  padding: 15px;
}

.box_l_product {
  border-bottom: 1px solid var(--color_main);
  flex: 1 1 auto;
  min-width: 48%;
  max-width: 100%;
}
.box_l_product:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .box_l_product {
    flex: 0 0 100%;
  }
}
.box_l_product .fancybox-close-small {
  display: none;
}
.box_l_product .title {
  font: 600 1.0666666667rem/150% var(--pro_font);
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color_hv);
  padding: 10px 0;
  display: flex;
  padding-left: 50px;
  margin-bottom: 0;
  position: relative;
}
.box_l_product .title:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../../images/controls.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.box_l_product > ul {
  list-style-type: none;
  padding: 2px 0;
  margin-bottom: 0px;
}
.box_l_product#box_group h2 {
  font-size: 0.9333333333rem;
  font-weight: 600;
  color: #000;
}
.box_l_product #content_list_group {
  padding: 1rem 10px;
}
.box_l_product #content_list_group h3 > a {
  font: 100 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
}
.box_l_product #content_list_group h3 > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  opacity: 0;
  transition: 0.35s all;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid var(--color_hv);
  border-top: 1rem solid transparent;
}
@media (max-width: 823px) {
  .box_l_product #content_list_group h3 > a {
    justify-content: inherit;
  }
}
.box_l_product #content_list_group h3 > a span {
  color: #bdbdbd;
  display: none;
}
@media (max-width: 823px) {
  .box_l_product #content_list_group h3 > a span {
    font-size: 0.9333333333rem;
    color: #000000;
    display: block;
    margin-left: 0.5rem;
  }
}
.box_l_product #content_list_group h3 {
  display: block;
  font: 600 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #4d4d4d;
  background: transparent;
  border: 0;
  position: relative;
  padding: 0 2rem 0 0;
  border-bottom: 1px solid #f7f7f7;
}
.box_l_product #content_list_group h3:after {
  content: "\f0d7";
  font: 900 0.8rem/1 "Font AweSome 5 Pro";
  color: #8c8c8c;
  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.num {
  font: 100 0.9333333333rem/150% var(--proh3_font);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #afaeae;
}
@media (max-width: 823px) {
  .box_l_product #content_list_group h3 span.num {
    display: none;
  }
}
.box_l_product #content_list_group h3 > span.ui-icon {
  display: none;
}
.box_l_product #content_list_group h3:hover:after, .box_l_product #content_list_group h3.ui-state-active:after {
  content: "\f0d8";
}
.box_l_product #content_list_group h3:hover a, .box_l_product #content_list_group h3.ui-state-active a {
  background: var(--color_hv);
  color: #ffffff;
}
.box_l_product #content_list_group h3:hover a:after, .box_l_product #content_list_group h3.ui-state-active a:after {
  opacity: 1;
  transition: 0.35s all;
}
.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 li {
  padding-left: 1rem;
}
.box_l_product #content_list_group > div ul li a {
  font: 100 0.8666666667rem/150% var(--regular_font);
  padding: 2.5px 0px;
  display: flex;
  align-items: center;
}
.box_l_product #content_list_group > div ul li a:before {
  content: "\f0c8";
  font: 300 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #e2e2e2;
  display: none;
  margin-right: 5px;
}
.box_l_product #content_list_group > div ul li a:hover, .box_l_product #content_list_group > div ul li a.current {
  color: var(--color_hv);
}
.box_l_product #content_list_group > div ul li a:hover:before, .box_l_product #content_list_group > div ul li a.current:before {
  content: "\f14a";
  color: #333;
}
.box_l_product .search {
  min-height: 25px;
  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: 700 1rem/150% "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  color: var(--color_main);
}
.box_l_product #slider_range_price #search_price .ui-slider-range {
  background: var(--color_main);
}
.box_l_product #slider_range_price #search_price .ui-state-default {
  background: var(--color_main);
  border-color: var(--color_main);
  border-radius: 50%;
}
.box_l_product #slider_range_price #search_price .row {
  margin: 0 -5px;
  margin-top: 5px;
  justify-content: space-between;
}
.box_l_product #slider_range_price #search_price .row .col-box {
  flex: 0 0 47%;
  max-width: 47%;
  padding: 0 5px;
}
.box_l_product #slider_range_price #search_price .row .col-box input {
  color: #333;
  background: #ddd;
  width: 100%;
  border: 0;
  padding: 2px 5px;
  text-align: center;
}
.box_l_product #slider_range_price #search_price .row .col-button {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 0 5px;
  margin-top: 10px;
}
.box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter {
  color: #ffffff;
  width: 60%;
  height: 32px;
  border: 0px;
  background: var(--color_main);
  border-radius: 25px;
  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: #fff;
  background: #333;
  border-color: #000;
}
.box_l_product .group.toggle {
  display: none;
}
.box_l_product a.togglemenu {
  font: 400 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #195b86 !important;
  cursor: pointer;
  position: relative;
}
.box_l_product a.togglemenu:after {
  content: "\f30b";
  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: "\f0d7";
}
.box_l_product.box_nature .title i.open:before {
  content: "\f0d8";
}
.box_l_product.box_nature ul[class=content_list_nature] {
  margin-top: 5px;
}
.box_l_product.box_nature ul[class=content_list_nature] .btn_clear {
  display: none;
}
.box_l_product.box_rate ul li a {
  font: 400 1.0666666667rem/150% var(--pro_font);
  color: #3e3e3e;
}
.box_l_product.box_rate ul li a:hover {
  color: var(--color_hv);
}
.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;
}

#box_list #content_list_group h3 a {
  font: 600 1.0666666667rem/150% var(--title_font);
}
#box_list #content_list_group div > ul > li {
  padding: 0;
}
#box_list #content_list_group div > ul > li > a {
  font-size: 1rem;
}

[class*=content_list] ul {
  width: 100%;
}
[class*=content_list] li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
[class*=content_list] li label {
  font: 400 1.0666666667rem/150% var(--pro_font);
  color: #4d4d4d;
  position: relative;
  padding: 5px 0;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 15px;
}
[class*=content_list] li label:before {
  content: unset;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #959595;
  margin: 0;
  transition: 200ms linear;
}
[class*=content_list] li label:after {
  content: "";
  font: 900 0.9333333333rem/1 "Font AweSome 5 Pro";
  color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  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: var(--color_hv);
}
[class*=content_list] li label:hover {
  max-width: unset;
}
[class*=content_list] li input[type=checkbox], [class*=content_list] li input[type=radio] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  box-sizing: border-box;
  padding: initial;
  border: initial;
}
[class*=content_list] li input[type=checkbox]:checked + label, [class*=content_list] li input[type=radio]:checked + label {
  padding-left: 15px;
}
[class*=content_list] li input[type=checkbox]:checked + label:after, [class*=content_list] li input[type=radio]:checked + label:after {
  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;
}

.fancybox-content.box_l_product {
  width: 100%;
  max-width: 600px;
}
/*-------------------img_detail----------------*/
#img_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#img_detail .item {
  text-align: center;
}
#img_detail .item img {
  display: inline-block;
}

div#gallery_slider {
  border-radius: 4px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  div#gallery_slider {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
div#gallery_slider .slick-list {
  padding: 0 !important;
}
div#gallery_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
div#gallery_slider .slick-arrow {
  width: unset;
  height: unset;
  z-index: 99;
}
div#gallery_slider .slick-arrow:before {
  font: 300 1rem/150% "Font Awesome 5 Pro";
  color: #ffffff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#gallery_slider .slick-arrow.slick-prev {
  left: 10px;
}
div#gallery_slider .slick-arrow.slick-prev:before {
  content: url(https://www.blinds-2go.co.uk/content/site-icons/bc2g-slide-left.png) !important;
  color: #ffffff;
}
div#gallery_slider .slick-arrow.slick-next {
  right: 10px;
}
div#gallery_slider .slick-arrow.slick-next:before {
  content: url(https://www.blinds-2go.co.uk/content/site-icons/bc2g-slide-right.png) !important;
  color: #ffffff;
}
div#gallery_slider .img {
  padding: 0;
}
div#gallery_slider .img a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
div#gallery_slider .img a img {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.4) !important;
}

#video_fancy {
  border-radius: 10px;
  padding: 1rem 1rem 0;
  position: relative;
  vertical-align: unset;
  position: fixed;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
#video_fancy iframe {
  border: 0;
}
#video_fancy .modal-footer {
  display: flex;
  justify-content: space-between;
}
#video_fancy .modal-footer a img {
  max-height: 50px;
}
#video_fancy .modal-footer .fancybox-close-small {
  position: relative;
  position: relative;
  color: white !important;
  background: #0267bf;
  background-image: linear-gradient(#0283f1 0%, #0267bf 100%);
  border: 1px solid #0267bf;
  border-bottom-color: #0267bf;
  letter-spacing: -0.4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 6px 15px 6px 20px;
  overflow: hidden;
  width: auto;
}

/*GALERY THUMB*/
div#gallery_slider_thumb {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 600px) {
  div#gallery_slider_thumb {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
div#gallery_slider_thumb .box_thumb {
  margin: 0 -5px;
  max-width: calc(100% - 115px);
  display: inline-block;
}
div#gallery_slider_thumb .video {
  width: 110px;
}
div#gallery_slider_thumb .video img {
  height: 106px;
}
div#gallery_slider_thumb .video a {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
div#gallery_slider_thumb .video a .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  font-size: 18px;
  pointer-events: none;
}
div#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
div#gallery_slider_thumb .slick-list .slick-slide .item {
  padding: 0 5px;
  outline: none;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .image {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 100%;
  margin: auto;
  position: relative;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .image img {
  border-radius: 5px;
  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-slide.slick-current .item .image {
  /*border: 1px solid var(--color_main);*/
}
div#gallery_slider_thumb .btn-arrow {
  background: #f2f2f2;
  width: 36px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div#gallery_slider_thumb .btn-arrow i {
  font-size: 0.9333333333rem;
}

/*END PIC*/
#item_detail .info_left {
  padding: 0;
}
@media (min-width: 768px) {
  #item_detail .info_left {
    /*padding: 0 15px;*/
  }
}
@media (min-width: 992px) {
  #item_detail .info_left {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
#item_detail .info_left > span {
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #item_detail .info_left > span {
    padding-left: 21%;
  }
}
#item_detail .info_left > span i {
  padding-right: 5px;
}
#item_detail .info_right {
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 0.5rem;
}
@media (min-width: 850px) {
  #item_detail .info_right {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  #item_detail .info_right {
    flex: 0 0 31.8%;
    width: auto;
    max-width: 31.8%;
  }
}
@media (max-width: 823px) {
  #item_detail .info_right {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 568px) {
  #item_detail .info_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#item_detail .info_estimation {
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 25px 18px;
}
@media (min-width: 992px) {
  #item_detail .info_estimation {
    flex: 0 0 23.9%;
    width: auto;
    max-width: 23.9%;
  }
}
@media (max-width: 823px) {
  #item_detail .info_estimation {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 568px) {
  #item_detail .info_estimation {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#item_detail .info_estimation .title {
  font: 600 1.2rem/150% var(--h3_font);
  color: #000000;
  margin-bottom: 10px;
}
#item_detail .info_estimation h4 {
  font: 600 1.0666666667rem/150% var(--h3_font);
  color: #000000;
}
#item_detail .info_estimation .curtain-input, #item_detail .info_estimation .input-value {
  margin-bottom: 10px;
  position: relative;
}
#item_detail .info_estimation .curtain-input input, #item_detail .info_estimation .input-value input {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
}
#item_detail .info_estimation .curtain-input span, #item_detail .info_estimation .input-value span {
  position: absolute;
  height: 100%;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  border-radius: 0 4px 4px 0;
  top: 0;
  right: 0;
}
#item_detail .info_estimation label {
  font: 600 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  margin: 0;
  color: #737373;
}
#item_detail .info_estimation .submit button {
  font: 100 1.0666666667rem/150% var(--h3_med_font);
  border: 0;
  color: #ffffff;
  border-radius: 5px;
  justify-content: center;
  margin: 0.8rem 0 1rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  background: var(--color_main);
  cursor: pointer;
}
#item_detail .info_estimation .submit button:hover {
  opacity: 0.8;
}
#item_detail .info_estimation .customer-support {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e1e1e1;
}
#item_detail .info_estimation .customer-support h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#item_detail .info_estimation .customer-support .hotline {
  color: var(--color_hv);
}
#item_detail .info_estimation .customer-support p {
  display: flex;
  align-items: center;
}
#item_detail .info_estimation .customer-support p i {
  margin-right: 10px;
}

.title_product {
  font: 600 1.7333333333rem/150% var(--h3_font);
  color: var(--color_hv);
  padding-bottom: 10px;
}
@media (max-width: 425px) {
  .title_product {
    font-size: 1.3333333333rem;
    margin-top: 1rem;
  }
}

.rate {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.rate i {
  font-size: 1rem;
  color: #fff000;
}
.rate > span {
  color: #288ad6;
  padding-left: 5px;
}

.info_code {
  font: 600 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #737373;
  padding: 6px 0;
  border-bottom: 1px solid #ececec;
}
.info_code:last-child {
  border-bottom: 0;
}

.contact_us {
  font: 100 1.0666666667rem/150% var(--h3_med_font);
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 0.7rem;
  text-transform: uppercase;
  width: 100%;
  background: #ffa800;
}

.info_brand {
  font: 400 0.9333333333rem/150% var(--proh3_font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b4b4b4;
}
.info_brand i, .info_brand a, .info_brand span {
  color: var(--color_hv);
}
.info_brand i {
  margin-right: 0.5rem;
}

.add_favorite {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
.add_favorite i {
  font-size: 1rem;
  color: #777;
}
.add_favorite .text {
  font: 400 1rem/150% "Montserrat-Regular", sans-serif;
  color: #a8a8a8;
  margin-left: 5px;
}
.add_favorite:hover i, .add_favorite:focus i, .add_favorite.added i {
  font-weight: 900;
  color: #f00;
}

.info_short {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin: 1.5rem 0 1.3rem;
}
.info_short .title_short {
  font: 100 1.0666666667rem/150% var(--h3_font);
  color: var(--color_main);
  margin-bottom: 0.3rem;
}
.info_short table td {
  padding: 5px 0.5rem;
}
@media (min-width: 992px) {
  .info_short > div > div {
    font-size: 1rem;
    color: #5f5f5f;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .info_short > div > div:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
  }
  .info_short > div > div img {
    height: -moz-fit-content;
    height: fit-content;
  }
  .info_short > div > div p {
    flex: 0 0 60px;
    padding: 0;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.info_price {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.info_price > span {
  padding-right: 12px;
}
.info_price .price_buy {
  font: 600 1.3333333333rem/150% var(--pro_font);
  color: var(--color_main);
}
@media (min-width: 992px) {
  .info_price .price_buy {
    font-size: 1.3333333333rem;
  }
}
.info_price .price_buy b {
  color: var(--color_main);
}
.info_price .price {
  font: 400 1.3333333333rem/150% var(--pro_font);
  text-decoration: line-through;
  color: #abaaaa;
}
.info_price .percent_discount {
  font: 500 0.8666666667rem/150% "Montserrat-Regular", sans-serif;
  color: #c90b36;
  padding-left: 12px;
}
@media (min-width: 992px) {
  .info_price .percent_discount {
    font-size: 1rem;
  }
}

.info_model > p {
  font: 400 1rem/1.2 "Montserrat-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 0.9333333333rem/150% "Montserrat-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 0.9333333333rem/150% "Montserrat-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 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: url(../../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% "Montserrat-Regular", sans-serif;
  color: #333;
  padding-left: 16px;
  position: relative;
  clear: both;
}
.info_promo .promo_detail p:before {
  content: "\f058";
  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 .label {
  flex: 0 0 100%;
  max-width: 100%;
  font: 300 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #8e8e8e;
  padding-bottom: 10px;
}
.info_version ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info_version ul li label {
  font: 400 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #333;
  background: transparent;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.info_version ul li label.color {
  border-radius: 50%;
  padding: 3px;
}
.info_version ul li label.color span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #dfe0e1;
  border-radius: 50%;
}
.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: #1f5496;
}
.info_version ul li input[type=radio]:checked + label:before, .info_version ul li input[type=radio]:hover + label:before {
  content: "\f111";
  font: 900 0.4rem/1 "Font Awesome 5 Pro";
  color: #ff4500;
  position: absolute;
  top: 3px;
  right: 3px;
}
.info_version ul li input[type=radio][disabled] + label {
  background: #dadadc;
}

.info_size {
  display: none;
}

.info_row_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.info_row_btn .css_bo {
  background: transparent;
  border: 1px solid;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  color: var(--color_main);
}
@media (min-width: 992px) {
  .info_row_btn .css_bo {
    max-width: calc(50% - 3px);
  }
}
.info_row_btn .css_bo h2 {
  font: 100 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  position: relative;
}
.info_row_btn .css_bo h2 i, .info_row_btn .css_bo h2 svg {
  margin-right: 0.3rem;
}
.info_row_btn .css_bo:hover h2, .info_row_btn .css_bo:focus h2 {
  color: #ffffff;
  background: var(--color_main);
}
.info_row_btn .css_bo:hover h2:before, .info_row_btn .css_bo:focus h2:before {
  filter: none;
}
.info_row_btn .btn_add_cart h2:before {
  font-family: "";
  background-size: contain;
  width: 14px;
  height: 18px;
  display: block;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.info_color {
  display: flex;
  align-items: center;
}
.info_color .label {
  margin-right: 8px;
  white-space: nowrap;
}
.info_color .box_color {
  display: flex;
}
.info_color .box_color .item_color {
  font-size: 0.8666666667rem;
}
@media (max-width: 823px) {
  .info_color .box_color .item_color {
    font-size: 0.8rem;
  }
}
.info_color .box_color .item_color label {
  position: relative;
  margin: 0 3px;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
}
.info_color .box_color .item_color span {
  padding: 1px 5px;
  right: 0;
  top: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0rem solid transparent;
}
.info_color .box_color .item_color input[type*=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  color: #ffffff;
  border-radius: 0;
  border: 0;
}
.info_color .box_color .item_color input[type*=radio]:checked + label {
  /*border:1px solid var(--color_main);*/
  color: var(--color_main);
}

.call_order {
  font: 400 1rem/150% "Montserrat-Regular", sans-serif;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  position: relative;
}
.call_order b {
  font-weight: 600;
  color: #e80f40;
}
.call_order:before {
  content: "";
  background: url(../../images/phone-call.png) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 21px;
  display: block;
  margin-right: 10px;
}

.info-quantity {
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-size: 0.9333333333rem;
  color: #b4b4b4;
}

.tool-share {
  flex: 0 0 150px;
  max-width: 150px;
  display: flex;
  align-items: center;
}
.tool-share .title {
  flex: 0 0 auto;
  margin: 0;
}
.tool-share ul {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}
.tool-share ul li {
  border-radius: 50%;
  width: 25px !important;
  height: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.tool-share ul li a {
  display: block;
}
.tool-share ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
  width: 25px;
  height: 25px;
}
.tool-share ul li a i:before {
  font-size: 2rem;
}
.tool-share ul li[class*=facebook] i {
  color: #004fa0;
}
.tool-share ul li[class*=twitter] i {
  color: #1c9deb;
}
.tool-share ul li[class*=youtube] i {
  color: #f00;
}
.tool-share ul li.zalo-share-button {
  background: url(../../images/zalo-icon2.png) center center no-repeat;
  background-size: 100%;
}
.tool-share ul li.zalo-share-button iframe {
  display: none;
}

#text_quantity {
  display: flex;
  align-items: center;
  margin-right: 30px;
  flex-flow: wrap;
}
#text_quantity .label {
  font: 400 1.0666666667rem/1 var(--text_quantity);
  margin-right: 5px;
}

.btn_grp {
  display: flex;
  align-items: center;
  color: #000000;
  border: 1px solid #dfdfdf;
  justify-content: space-between;
}
.btn_grp .btn_minus, .btn_grp .btn_plus {
  width: 25px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn_grp .btn_minus {
  padding-bottom: 0.5rem;
}
.btn_grp .btn_plus {
  padding-top: 0.5rem;
}
.btn_grp .quantity_text {
  text-align: center;
  background: transparent;
  max-width: 40px;
  height: 35px;
  border: 1px solid transparent;
  outline: none;
  padding: 2px;
}
.btn_grp .add_minus {
  display: flex;
  flex-flow: wrap;
  flex: 0 0 25px;
}

.social-product {
  max-width: 415px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.social-product .title {
  font: 400 0.9333333333rem/150% "Montserrat-Regular", sans-serif;
  color: #2e2e2e;
  margin-right: 20px;
}

.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% "Montserrat-Regular", sans-serif;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.info_content > div p:before {
  content: "\f058";
  font: 900 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #16c22b;
  position: absolute;
  top: 5px;
  left: 0;
}
.info_content > div img {
  max-width: 100%;
  height: auto;
}
.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, .product_rate {
  flex: 0 0 100%;
  max-width: 100%;
  color: #5f5f5f;
  background: #ffffff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .product_desc, .product_rate {
    padding: 0;
  }
}
.product_desc .title, .product_rate .title {
  font-size: 1.0666666667rem;
  color: #494949;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #f4f4f4;
}
.product_desc p, .product_rate p {
  padding: 2.5px 0;
}
.product_desc img, .product_rate img {
  max-width: 100%;
  height: auto;
}
.product_desc #tab, .product_rate #tab {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .product_desc #tab, .product_rate #tab {
    margin: 2rem 0 0;
  }
}
.product_desc #tab .title:after, .product_rate #tab .title:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}
.product_desc #tab .tab_atv, .product_rate #tab .tab_atv {
  flex: 0 0 calc(50% - 2rem);
}
@media (max-width: 568px) {
  .product_desc #tab .tab_atv, .product_rate #tab .tab_atv {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product_desc #tab .tab_atv #tab-0, .product_rate #tab .tab_atv #tab-0 {
  display: block;
}
.product_desc #tab .tab_atv #tab-0 .tab_content, .product_rate #tab .tab_atv #tab-0 .tab_content {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.product_desc #tab .tab_atv #tab-0 .tab_content .banner_item, .product_rate #tab .tab_atv #tab-0 .tab_content .banner_item {
  flex: 0 0 176px;
  float: right;
  margin-left: 20px;
}
@media (max-width: 568px) {
  .product_desc #tab .tab_atv #tab-0 .tab_content .banner_item, .product_rate #tab .tab_atv #tab-0 .tab_content .banner_item {
    flex: 0 0 100%;
    order: 0;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
  }
  .product_desc #tab .tab_atv #tab-0 .tab_content .banner_item img, .product_rate #tab .tab_atv #tab-0 .tab_content .banner_item img {
    padding: 0;
  }
}
.product_desc #tab .tab_atv #tab-0 .tab_content img, .product_rate #tab .tab_atv #tab-0 .tab_content img {
  padding-top: 1rem;
  align-self: flex-start;
}
.product_desc #tab .tab_atv #tab-5, .product_rate #tab .tab_atv #tab-5 {
  display: block;
}
.product_desc #tab .tab_atv:first-child, .product_desc #tab .tab_atv:last-child, .product_rate #tab .tab_atv:first-child, .product_rate #tab .tab_atv:last-child {
  width: 100%;
  flex: 0 0 100%;
}
.product_desc #tab .tab_ac.active .tab_hidden, .product_rate #tab .tab_ac.active .tab_hidden {
  padding: 10px 0;
}
.product_desc #tab .show, .product_rate #tab .show {
  pointer-events: none;
}
.product_desc #tab .show .title:after, .product_rate #tab .show .title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}
.product_desc #tab .show .tab_hidden, .product_rate #tab .show .tab_hidden {
  display: block;
  margin: 0;
  padding: 1rem 0 2rem;
}
.product_desc #tab .show .tab_hidden .content-0, .product_rate #tab .show .tab_hidden .content-0 {
  text-align: justify;
}
@media (max-width: 568px) {
  .product_desc #tab .show .tab_hidden .content-0, .product_rate #tab .show .tab_hidden .content-0 {
    padding-top: 5rem;
  }
  .product_desc #tab .show .tab_hidden .content-0 tr, .product_rate #tab .show .tab_hidden .content-0 tr {
    flex: 0 0 100%;
    display: flex;
    flex-flow: wrap;
  }
  .product_desc #tab .show .tab_hidden .content-0 tr td, .product_rate #tab .show .tab_hidden .content-0 tr td {
    flex: 0 0 100%;
    display: flex;
    order: 1;
  }
}
.product_desc #tab .show #tab-5 table, .product_rate #tab .show #tab-5 table {
  width: 100%;
  margin-top: 1rem;
}
.product_desc #tab .show #tab-5 table h4, .product_rate #tab .show #tab-5 table h4 {
  margin-top: 1rem;
  text-align: center;
  font: 600 1.2rem/150% var(--h3_med_font);
  color: var(--color_hv);
}
@media (max-width: 568px) {
  .product_desc #tab .show #tab-5 table h4, .product_rate #tab .show #tab-5 table h4 {
    font-size: 0.9333333333rem;
    margin: 0.5rem 0 1rem;
  }
}
@media (max-width: 568px) {
  .product_desc #tab .show #tab-5 table tr, .product_rate #tab .show #tab-5 table tr {
    display: flex;
    flex-flow: wrap;
  }
  .product_desc #tab .show #tab-5 table td, .product_rate #tab .show #tab-5 table td {
    flex: 0 0 50%;
  }
}
.product_desc #tab .active .title, .product_rate #tab .active .title {
  border-radius: 5px 5px 0 0;
}
.product_desc #tab .active .title:after, .product_rate #tab .active .title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}
.product_desc #tab .title, .product_rate #tab .title {
  font: 600 1.2rem/150% var(--h3_font);
  color: var(--color_main);
  padding: 10px 1em;
  width: 100%;
  background: transparent;
  border-bottom: 1px dashed #e8e8e8;
}
.product_desc .tab_hidden, .product_rate .tab_hidden {
  display: none;
}
.product_desc .list_pic, .product_rate .list_pic {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.product_desc .list_pic .item, .product_rate .list_pic .item {
  flex: 0 0 calc(33.3333333333% - 1rem);
}
@media (max-width: 823px) {
  .product_desc #tab .title, .product_rate #tab .title {
    font-size: 0.8666666667rem;
  }
}
@media (max-width: 425px) {
  .product_desc, .product_rate {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_desc #tab .title, .product_rate #tab .title {
    padding: 10px 1rem;
  }
}

.product_main {
  padding: 2rem 0;
  margin: 0 -15px;
  display: flex;
  flex-flow: nowrap;
}
.product_main .list_item_product {
  width: 100%;
}
.product_main .list_item_product .slick-ver {
  display: block;
}
@media (max-width: 425px) {
  .product_main {
    flex-flow: wrap;
  }
}

#product_brand_related, #product_other {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 2rem 0;
  position: relative;
}
#product_brand_related .box_more, #product_other .box_more {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 768px) {
  #product_brand_related .box_more, #product_other .box_more {
    padding: 0;
  }
}
#product_brand_related .title, #product_other .title {
  font: 100 1.0666666667rem/150% var(--pro_font);
  background: #f7f7f7;
  display: flex;
  color: var(--color_main);
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #ededed;
}
#product_brand_related .list_item_product .price_buy, #product_other .list_item_product .price_buy {
  font: 100 1.2rem/150% var(--h3_font);
  color: var(--color_hv);
}
#product_brand_related .slide-control, #product_other .slide-control {
  width: 100%;
}
#product_brand_related .slide-control .btn-arrow, #product_other .slide-control .btn-arrow {
  z-index: 9;
  font-size: 1rem;
  color: #ffffff;
  opacity: 1;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background: var(--color_main);
  width: 33px;
  height: 33px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#product_brand_related .slide-control .btn-arrow.btn-next, #product_other .slide-control .btn-arrow.btn-next {
  right: 0px;
  box-shadow: -1px 1px 5px #aaaaaa;
}
#product_brand_related .slide-control .btn-arrow.btn-prev, #product_other .slide-control .btn-arrow.btn-prev {
  left: 0px;
  box-shadow: 1px 1px 5px #aaaaaa;
}
#product_brand_related .slide-control .btn-arrow:focus, #product_brand_related .slide-control .section_focus .box_content .slide-control .btn-arrow:hover, #product_other .slide-control .btn-arrow:focus, #product_other .slide-control .section_focus .box_content .slide-control .btn-arrow:hover {
  opacity: 1;
}
@media (max-width: 823px) {
  #product_brand_related .title, #product_other .title {
    font-size: 0.9333333333rem;
    padding: 10px;
  }
}
@media (max-width: 425px) {
  #product_brand_related, #product_other {
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1em;
  }
}

@media (max-width: 568px) {
  #container {
    padding: 0;
  }
}

.content_detail #item_detail {
  background: #ffffff;
  border-radius: 5px;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .content_detail #item_detail {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .content_detail #container {
    padding: 0 1em;
  }
}/*# sourceMappingURL=product.css.map */