:root {
  --cl-main: #0572d8;
  --cl-sub: #034c90;
}
/*----------------------------------------------------------------*/
.banner_cate {
  margin-bottom: 2rem;
}
.banner_cate img {
  width: 100%;
  border-radius: 5px;
}
/*----------------------------------------------------------------*/
.product_page {
  padding: 0 0 10px;
  background-color: #f5f5f5;
}
.product_page .breadcrumb_box {
  padding: 10px 0;
  color: inherit;
  opacity: 0.75;
  /* background-color: #f5f5f5; */
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.product_page .breadcrumb_box a,
.product_page .breadcrumb_box span {
  display: inline-block;
  padding: 0 7px 0 0;
  margin-right: 7px;
  color: #333;
}

.product_page .breadcrumb_box a:hover {
  color: var(--cl-main);
}

/*----------------------- // ----------------------- */
.product_list h1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20;
}
.product_list.search_page h1 {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}
.product_list.search_page h1 span {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 500;
}
.product_list .item {
  margin-bottom: 20px;
}
.product_list.related .item {
  border: 1px solid #f5f5f5;
}
.product_list.related .item .box_img {
  height: 176px;
}
/*----------------------- // ----------------------- */
.pagination {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.pagination .page a {
  padding: 8px;
  color: #333;
  display: inline-block;
  line-height: 1;
}

.pagination .page a:hover {
  color: var(--cl-main);
}

.pagination .page a.current {
  border-bottom: 2px solid #dddee0;
}
/*----------------------- content cate ----------------------- */
.content_cate {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 2rem;
}
.content_cate img {
  max-width: 100%;
  height: auto !important;
}
/*----------------------- yêu cầu gọi lại ----------------------- */
.res_callback {
  width: 70%;
  display: flex;
  justify-content: space-around;
}
.res_callback input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 40px;
  font-size: 0.97em;
  border-radius: 3px;
  max-width: 100%;
  width: calc(100% - 180px);
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
.res_callback button {
  width: 175px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  outline: none;
  cursor: pointer;
  border: none;
  background: linear-gradient(90deg, #8dc572 0%, #79c129 100%);
  color: #fff;
  border-radius: 3px;
}
/*----------------------- advise hotline ----------------------- */
.hotline_advise {
  font-size: 1.4rem;
  font-weight: 600;
}
.hotline_advise span {
  color: #f00;
}
/*----------------------- // ----------------------- */
.product_detail_page {
  margin: 0;
  background-color: #fff;
}
.productPhotoSwiper:hover .button_navigation {
  visibility: visible;
}
.productPhotoSwiper .button_navigation {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 11;
  color: #333;
  top: 50%;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 20px;
  transform: translateY(-50%);
  opacity: 0.7;
  cursor: pointer;
  visibility: hidden;
}
.productPhotoSwiper .button_navigation:hover {
  opacity: 1;
}
.productPhotoSwiper .product-next {
  right: 30px;
}
.productPhotoSwiper .product-prev {
  left: 30px;
}
.product_detail .left .productPhoto {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.product_detail .left .productPhoto img {
  width: 92%;
  min-height: 360px;
}

.product_detail .left .listPhoto {
  width: 100%;
  /* display: inline-flex; */
  /* justify-content: center; */
}

.product_detail .left .listPhoto .itemPhoto {
  border: 1px solid #dddee0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 15px;
}

.product_detail .left .listPhoto .itemPhoto img {
  width: 100%;
  height: 100%;
}
.product_list_photo .swiper-button-next,
.product_list_photo .swiper-button-prev {
  width: 30px;
}
.product_list_photo .swiper-button-next,
.product_list_photo .swiper-rtl .swiper-button-prev {
  right: 3px;
  left: auto;
}
.product_list_photo .swiper-button-prev,
.product_list_photo .swiper-rtl .swiper-button-next {
  left: 3px;
  right: auto;
}
.product_list_photo .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}
.product_list_photo .swiper-slide-thumb-active {
  opacity: 1;
}

.product_list_photo .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("../../images/icons/right-arrow.png") no-repeat 50% 55%;
  content: "";
  display: block;
  box-shadow: 0 0 3px -1px #000;
  background-size: 20px;
}

.product_list_photo .swiper-button-prev:after {
  width: 30px;
  height: 30px;
  background: #fff url("../../images/icons/left-arrow.png") no-repeat 50% 55%;
  content: "";
  display: block;
  box-shadow: 0 0 3px -1px #000;
  background-size: 20px;
}

.product_detail .right h1 {
  color: #000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 1rem;
  font-weight: 700;
}
.product_detail .right .info_orther {
  width: 100%;
  display: inline-flex;
}
.product_detail .right .info_orther .item_info_orther {
  margin: 0 15px 0 0;
}
.choose_color_box {
  border-top: 1px solid #e5e5e5;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
}

.choose_color_box .info_color_choose .name {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 10px 0 5px;
}

.choose_color_box .info_color_choose .des_color {
  color: inherit;
  opacity: 0.75;
}

.choose_color_box .swatch {
  margin: 1rem 0 0 0;
}

.choose_color_box .swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  padding: 0 10px 10px 0;
  position: relative;
}

.choose_color_box .swatch .swatch-element a {
  display: table;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}

.choose_color_box .swatch .swatch-element.active a {
  box-shadow: 0 0 0 3px #4b4b4b;
  border: 3px solid white;
}
.des_product {
  /* border: 2px solid #0572d8; */
  padding: 5px;
  border-radius: 5px;
  padding: 10px 0 15px 10px;
}
.des_product .title {
  color: white;
  background-color: #0572d8;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 10px 10px;
  font-size: 20px;
  font-weight: 700;
}
.des_product ul {
  margin: 0px;
  padding: 0px 30px;
}
.des_product ul li {
  padding: 5px 0;
}
.order_detail_box {
  margin: 1rem 0 0 0;
}

.order_detail_box .box_price {
  width: 100%;
  display: inline-flex;
}

.order_detail_box .box_price span {
  line-height: 38px;
}

.order_detail_box .box_price .price_sale {
  color: #f00;
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: 1rem;
}

.order_detail_box .box_price .price {
  color: #9a9696;
  font-weight: 700;
  font-size: 1.2rem;
  margin-left: 1rem;
  text-decoration: line-through;
  line-height: 38px;
}
.order_detail_box .add_cart_box {
  width: 100%;
  display: inline-flex;
  margin: 1rem 0;
}
.order_detail_box .box_order {
  width: 16%;
  display: inline-flex;
  height: 35px;
  align-items: center;
  margin: 1rem 0 0 0;
}

.order_detail_box .box_order .qty_label {
  font-weight: 500;
}

.order_detail_box .box_order .qty {
  border-bottom: 1px solid #292929;
  display: flex;
  justify-content: space-around;
  margin: 0 1em 0 5px;
  padding: 0px 10px;
  height: 45px;
  align-items: center;
}

.order_detail_box .box_order .qty a {
  cursor: pointer;
  color: #333;
  font-size: 20px;
}

.order_detail_box .box_order .qty input {
  width: 60px;
  outline: none;
  border: none;
  text-align: center;
}

.order_detail_box .add_cart {
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  background-color: #214ba3;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.order_detail_box .add_cart:hover {
  background-color: #21469e;
}

.product_detail .content {
  margin: 3rem 0 0;
}
.product_relate_list h2 {
  font-size: 22px;
  border-bottom: 2px solid #ececec;
  color: rgb(32, 64, 153);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.product_relate_list h2 span {
  margin-right: 15px;
  padding-bottom: 7.5px;
  border-bottom: 2px solid rgb(32, 64, 153);
  margin-bottom: -2px;
  font-weight: 700;
  text-transform: uppercase;
}

.product_detail .content .content_detail img {
  max-width: 100%;
  height: auto !important;
}

.product_relate_list {
  margin-top: 2rem;
}

.swiper-pagination-photos {
  text-align: center;
  margin-top: 1rem;
}
.swiper-pagination-photos .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
}
.swiper-pagination-photos .swiper-pagination-bullet-active {
  background: var(--cl-main);
}

.product_detail .info_orther {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  margin: 1rem 0 0;
}
.product_detail .info_orther .item_orther {
  margin: 0 0 0.5rem;
}
.product_detail .info_orther .item_orther a {
  color: #292929;
}
.product_detail .info_orther .item_orther a:hover {
  color: #ea222e;
}
/*---------------------- sản phẩm liên quan ----------------------*/
.product_list{
  padding: 1rem 0 3rem;
}
.product_list h1 {
  font-size: 25px;
  margin: 0px 0px 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #2F2F8B;
}
.product_list h2 {
  text-transform: uppercase;
}
.product_list .line{
  width: 150px;
  margin: 0 auto 1.5rem;
  text-align: center;
  position: relative;
}
.product_list .line:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  z-index: 1;
}
.product_list .line .line_img{
  padding: 0px 5px;
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
}
.product_list .box{
  padding: 0 5px;
  position: relative;
}

@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}
.product_list .item .box_img .img {
  height: 220px;
  background-position: center;
  background-size: cover;
}
.product_list .item .box_info {
  padding: 10px 10px 15px;
}
.product_list .item .box_info h3 {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: bold;
  line-height: 25px;
  padding: 5px 0px;
  min-height: 60px;
}
.product_list .item .box_info a {
  color: #1c1c1c;
}
.product_list .item .box_info a:hover {
  color: #1682C8;
}
.product_list .item .box_info .price span, .product_list .item .box_info .insurance span {
  color: red;
  font-weight: 700;
}
.product_list .item .box_info .btn_advise{
  background-color: #FCB813;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  cursor: pointer;
  border-radius: 30px;
  display: table;
  width: 100%;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.product_list .item .box_info .btn_advise:hover{
  background-color: #DA332D;
  color: #FFF;
}
.product_list .slider-pagination-bc {
  position: absolute;
  bottom: -20px !important;
  width: auto !important;
  z-index: 11;
  left: 50% !important;
  transform: translateX(-50%);
}
.product_list .slider-pagination-bc .swiper-pagination-bullet {
  padding: 8px;
  background-color: transparent;
  background-color: #2E8FCE;
}
.product_list .slider-pagination-bc .swiper-pagination-bullet-active {
  background-color: #FCB813;
}
/*----------------------- // ----------------------- */
.share_box .btn_share {
  color: #ff8731;
  background-image: url(/assets/cosmos/images/icons/share.png);
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 28px;
  font-weight: 500;
  cursor: pointer;
}
.swiper-pagination-relate {
  text-align: center;
  margin: 2rem 0;
}
.swiper-pagination-relate .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
}
.swiper-pagination-relate .swiper-pagination-bullet-active {
  background: var(--cl-main);
}
/*----------------------- // ----------------------- */
.product_list .sidebar h2 {
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.product_list .sidebar h2:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #1e1e1f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.product_list .sidebar .cate_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product_list .sidebar .cate_list ul li {
  margin-bottom: 12px;
  position: relative;
}
.product_list .sidebar .cate_list ul li a {
  color: #1e1e1f;
}
.product_list .sidebar .cate_list ul li a:hover {
  color: var(--cl-main);
}
.product_list .sidebar .cate_list ul li ul {
  margin: 12px 0 0 0;
  display: none;
}
.product_list .sidebar .cate_list ul li .icons {
  position: absolute;
  top: 0px;
  right: 0;
  color: #777;
  font-size: 1rem;
  text-align: right;
  font-size: 1rem;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
/*----------------------------- sidebar / commit price -----------------------------*/
.sidebar .commit_price {
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #d5d5d5;
  margin-bottom: 1.5em;
}
.sidebar .commit_price .title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d5d5d5;
}
.sidebar .commit_price .hotline_label {
  margin: 10px 0 0 0;
}
.sidebar .commit_price .hotline {
  color: red;
  font-weight: bold;
  font-size: 22px;
}
/*----------------------------- sidebar / banner -----------------------------*/
.sidebar .bannerAds img {
  width: 100%;
}
/*----------------------------- tabs content -----------------------------*/
.tabs_content {
  margin: 2rem 0 0;
}
.tabs_content .nav-tabs {
  justify-content: center;
}
.tabs_content .nav-tabs .nav-item {
  text-transform: uppercase;
  font-weight: 600;
}
.tabs_content .tab-content {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
/*----------------------------- filter -----------------------------*/
.product_filter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0px 0px 20px 0px;
  align-items: center;
}
.product_filter select {
  border: 1px solid #ddd;
  outline: none;
  height: 35px;
  padding-left: 10px;
  margin-left: 10px;
}

/* The container */
.filter_brand {
  padding: 1rem 0;
}
.filter_brand .title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  /* background-color: #eee; */
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
  /* background-color: #ccc; */
  border: 1px solid #2196f3;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
  border: 1px solid #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* star_box */
.star_box {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
  margin: 10px 0 20px;
  overflow: hidden;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.star_box_left {
  flex: 1;
}
.star_box_right {
  width: 190px;
  text-align: center;
}
.star-average {
  display: flex;
}
.btn-reviews-now {
  background-color: #03a0e2;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.btn-reviews-now:hover {
  color: #FFF;
  background-color: #222;
}
.woocommerce-product-rating {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  align-items: baseline;
  visibility: visible;
}
span.star_average {
  color: #fe9727;
  font-size: 35px;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  margin: 0 10px 0 0;
  line-height: 1;
}
.rating-top {
  margin-bottom: 15px;
}
.rating-top span.star_average {
  font-size: 15px;
}
span.devvn_rating_bar {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
  padding: 0 10px;
}
.star-rating {
  color: #fe9727;
  font-size: 22px;
}
.rating-top .star-rating {
  font-size: 13px;
  margin-right: 10px;
}
.woocommerce-review-link {
  font-size: 90%;
  color: #000;
}
.devvn_review_row {
  padding-bottom: 10px;
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
span.devvn_scala_rating {
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  background: #eee;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}
.modal-dialog {
  max-width: 650px !important;
}
.modal.show {
  z-index: 20000 !important;
}
.btn-close {
  border: 0;
  background: black;
  border-radius: 100px;
  color: white;
}
.evaluation-board textarea {
  max-height: 100px;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  outline: none;
}
.evaluation-board .wrap-attaddsend {
  background: #f7f7f7;
  padding: 6px !important;
  overflow: hidden;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
}
.evaluation-board .wrap-attaddsend img {
  width: 28px;
  margin-right: 6px;
}
.evaluation-board .comment-form-rating {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  /* margin: 0 0 10px; */
}
.evaluation-board .comment-form-rating label {
  width: 150px;
  padding-right: 10px;
  font-weight: 700;
  margin: 0 0 10px;
}
.evaluation-board .comment-form-rating p.stars {
  margin: 0;
  flex: 1;
}
.evaluation-board .comment-form-rating p.stars span {
  display: flex;
  flex-direction: row-reverse;
}
.evaluation-board .comment-form-rating p.stars a {
  position: relative;
  letter-spacing: normal;
  font-size: 14px;
  text-indent: inherit;
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
  color: #999 !important;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  margin: 0;
  font-family: inherit;
  display: flex;
  flex-direction: column;
}
.evaluation-board .comment-form-rating p.stars a::before {
  content: "\e005";
  font-family: "fl-icons" !important;
  position: relative;
  display: block;
  margin: 0 auto 10px;
  /* color: #999; */
  font-size: 24px;
}
.star-boc {
  color: red;
}
.evaluation-board .comment-form-rating p.stars a.active,
.evaluation-board .comment-form-rating p.stars a:hover,
.evaluation-board .comment-form-rating p.stars a:hover ~ a {
  color: #ffc107 !important;
}
.evaluation-board .form_row_reviews {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0 0;
}
.evaluation-board .form_row_reviews p {
  padding-right: 10px;
  margin: 0;
}
.evaluation-board .form_row_reviews > p {
  width: 33.333%;
}
.evaluation-board .form_row_reviews p input {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 5px 5px 15px;
  height: 35px;
  outline: none;
}

.evaluation-board .form_row_reviews p input.is-invalid {
  border: 1px solid #dc3545;
}
.modal-footer {
  justify-content: center !important;
}
.evaluation-board .list_attach {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 5px;
}
.evaluation-board .list_attach .box_image.border-dashed {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #ccc;
  cursor: pointer;
  position: relative;
}
.evaluation-board .list_attach .img-box {
  gap: 8px;
}
.evaluation-board .list_attach .box_image {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.evaluation-board .list_attach .box_image button {
  background-color: black;
  color: rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#success-board .modal-body {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  /* padding: 16px !important; */
}

#success-board .modal-body button {
  margin-top: 10px;
  width: 100%;
  background-color: rgb(110 231 183);
  border: 0;
}
/* attribute  */
.attribute_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.attribute_box .attribute_title {
  color: rgb(39, 39, 42);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  padding-right: 20px;
}
.attribute_box .attribute__box{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.attribute_box .attribute__box .attribute_item{
  cursor: pointer;
  display: block;
  color: rgb(36, 36, 36);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  background-color: white;
  outline: 0px;
  padding: 4px 16px;
  align-items: flex-start;
  gap: 8px;
}
.attribute_box .attribute__box .attribute_item span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.attribute_box .attribute__box .attribute_item .selected-indicator {
  position: absolute;
  top: -1px;
  right: -1px;
  display: none;
}
.attribute_box .attribute__box .attribute_item .border {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
}
.attribute_box .attribute__box .attribute_item:hover > .selected-indicator, .attribute_box .attribute__box .attribute_item.active > .selected-indicator {
  display: block;
}
.attribute_box .attribute__box .attribute_item:hover > .border, .attribute_box .attribute__box .attribute_item.active > .border {
  border: 2px solid rgb(10, 104, 255) !important;
}
@media screen and (max-width: 1024px) {
  .product_page .banner {
    height: 200px;
  }

  .product_list h1 {
    font-size: 2rem;
  }

  .product_detail .right {
    margin: 2rem 0 0;
  }
  .product_detail .right h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0.5rem;
  }
  .order_detail_box .box_price .price_sale {
    font-weight: 500;
  }

  /*--------------------------------------*/
  .product_detail {
    padding-top: 15px;
  }
  .product_detail_slide .item {
    width: 100%;
  }
  .product_detail_slide .item img{
    width: 100%;
  }
  .product_detail_slide .item .box_img {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /*--------------------------------------*/
  .cart_mobile_fix {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    border-top: 1px solid #dddee0;
    display: flex;
  }

  .cart_mobile_fix .cart_price {
    width: 60%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }

  .cart_mobile_fix .cart_price .total_all {
    font-weight: 500;
    font-size: 18px;
  }
  .cart_mobile_fix .cart_price .current_color {
    width: 50%;
  }
  .cart_mobile_fix .cart_price .current_color a {
    display: table;
    width: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    color: #000;
  }
  .cart_mobile_fix .cart_price .current_color a .current_color_show {
    display: table;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
  }

  .cart_mobile_fix .add_cart_mobile {
    width: 40%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: none;
    text-align: center;
  }

  .cart_mobile_fix .add_cart_mobile .label {
    font-weight: 400;
    font-size: 0.8rem;
  }
  /*------------------*/
  .communitys .item {
    height: 310px;
  }
  .product_list .item .box_img .img {
    height: 165px;
  } 
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 668px) {
  .product_page .banner {
    height: 100px;
  }
  .product_list h1 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .product_list .item .box_price .price {
    font-size: 1rem;
  }
  .product_list .item .box_price .price.price_sale {
    font-weight: 600;
    font-size: 0.8rem;
    margin-left: 5px;
  }
  .product_detail {
    margin: 1rem 0 0;
  }
  .product_detail .right .info_orther {
    display: block;
  }
  .product_detail .right .info_orther .item_info_orther {
    float: left;
    width: 45%;
  }

  .product_list .item h3 {
    min-height: 40px;
  }

  .product_detail .right h1 {
    font-size: 22px;
  }
  .product_list.related .item .box_img {
    height: 150px;
  }
  .product_detail .content h2,
  .product_relate_list h2 {
    font-size: 1.2rem;
  }

  .order_detail_box .box_price .price {
    font-size: 1rem;
  }

  .product_detail .faq .box .item .content .product_details {
    padding: 20px 10px;
  }
  .order_detail_box .add_cart {
    line-height: 20px;
    height: 100%;
  }
  .order_detail_box .add_cart_box {
    margin: 0;
  }
  .order_detail_box .box_order {
    display: none;
  }
  /*------------------*/
  .product_list .sidebar {
    margin: 3rem 0 0;
  }
  /*------------------*/
  .product_detail .right {
    margin: 1rem 0 0;
  }
  /*-----------------------*/
  .product_detail_slide .item .box_img {
    height: 260px;
    border-radius: 20px;
  }
  /*-----------------------*/
  .res_callback button {
    width: 130px;
  }
  .res_callback input {
    width: calc(100% - 140px);
  }
  .product_list .item .box_img .img {
    height: 220px;
  }
  .product_list .item .box_info h3 {
    min-height: auto;
  }
  .res_callback {
    width: 100%;
  }
  .product_list h2 {
    font-size: 25px;
  }
}
.error-validate-cmt{
  font-size: 12px;
}