@charset "UTF-8";
#copyLinkAff {
  margin-left: 10px;
  padding: 5px 10px;
}
#copyLinkAff:focus {
  background: #d4edda;
}
#copyLinkAff.success {
  background-color: #d4edda;
}
#copyLinkAff.success:focus {
  background: #d4edda;
}

.thongtinsanpham {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.thongtinsanpham .item {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}
.thongtinsanpham .item .image {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.thongtinsanpham .item .image img {
  max-width: 30px;
  width: 30px;
  border-radius: 2px;
  margin-right: 6px;
}

.supportboxmb {
  display: none;
}
@media screen and (max-width: 768px) {
  .supportboxmb {
    display: block;
  }
}

.supportboxpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .supportboxpc {
    display: none;
  }
}

.product_popup_iframe {
  width: 100%;
  height: calc(100vh - 30px);
  margin: 0;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product_popup_iframe {
    height: 90%;
    min-height: 500px;
  }
}

.moc_product_tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .moc_product_tab {
    padding-right: 46px;
  }
}
.moc_product_tab button {
  background-color: inherit;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 0;
  border: 0;
}
@media screen and (max-width: 600px) {
  .moc_product_tab button {
    padding: 14px 5px;
  }
}
.moc_product_tab button.active {
  background-color: #2b2d6f;
  color: #fff;
}
.moc_product_tab .closePopup {
  position: absolute;
  width: 46px;
  height: 100%;
  right: 0;
  top: 0;
  background: #ccc;
  font-weight: 700;
  font-size: 18px;
  display: none;
}
@media screen and (max-width: 600px) {
  .moc_product_tab .closePopup {
    display: block;
  }
}

.tabcontent-container {
  padding: 15px;
  height: calc(80vh - 46px);
}
@media screen and (max-width: 600px) {
  .tabcontent-container {
    height: calc(100% - 46px);
  }
}
.tabcontent-container .tabcontent {
  display: none;
  border-top: none;
  height: calc(80vh - 76px);
}
.tabcontent-container .tabcontent.active {
  display: block;
}
@media screen and (max-width: 600px) {
  .tabcontent-container .tabcontent {
    height: 100%;
  }
}

.popupContent .tabcontent {
  position: relative;
  overflow: auto;
}
.popupContent .zoom {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popupContent .zoom svg {
  fill: #fff;
  max-width: 30px;
  max-height: 30px;
  width: 20px;
  height: 20px;
}

#moc_popup_product_content,
.mocpopupcontent {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  user-select: none;
}
#moc_popup_product_content.zoom_in img,
.mocpopupcontent.zoom_in img {
  max-width: 200%;
  max-height: max-content;
}

.moc_giay_phep {
  order: 4;
}

.product_sidebar_box {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_sidebar_box .product_sidebar_box_content {
  border-radius: 4px;
}
.product_sidebar_box .product_sidebar_box_content .title {
  padding: 5px 10px;
  background: #f1f1f1;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 700;
}
.product_sidebar_box .product_sidebar_box_content .body {
  padding: 10px;
  border-radius: 0 0 4px 4px;
  background: #fafafa;
}
.product_sidebar_box .product_sidebar_box_content .body .item {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.product_sidebar_box .product_sidebar_box_content .body .item .image {
  margin-left: 0;
  margin-right: 8px;
}
.product_sidebar_box .product_sidebar_box_content .body .item .image img,
.product_sidebar_box .product_sidebar_box_content .body .item .image svg {
  max-width: 20px;
  max-height: 20px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 1px;
  fill: #2b2d6f;
  display: block;
  margin-bottom: 0;
}
.product_sidebar_box .product_sidebar_box_content .body .item .image svg,
.product_sidebar_box .product_sidebar_box_content .body .item .image img {
  padding: 3px;
}
.product_sidebar_box .product_sidebar_box_content .body .item .showPopupBtn {
  margin-left: 5px;
  color: #0969b5;
  cursor: pointer;
  user-select: none;
}

.woocommerce-cart-form__cart-item dl.variation {
  flex-direction: column;
}
.woocommerce-cart-form__cart-item dl.variation dd {
  padding: 0;
  margin: 0;
}
.woocommerce-cart-form__cart-item dl.variation dd .hangtang {
  display: flex;
  align-items: center;
}
.woocommerce-cart-form__cart-item dl.variation dd .hangtang img {
  max-width: 20px;
  margin-right: 10px;
  margin-left: 0;
}

.moc_product_hang_tang {
  margin-bottom: 20px;
}
.moc_product_hang_tang p {
  font-weight: 700;
  margin-bottom: 0;
}
.moc_product_hang_tang .item_tang {
  display: flex;
  align-items: center;
}
.moc_product_hang_tang .item_tang img {
  max-width: 24px;
  margin-right: 10px;
  margin-left: 0;
}
.moc_product_hang_tang .item_tang .title a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

form.cart .moc_product_hang_tang_form {
  display: none;
}

#product_chungnhan {
  margin-bottom: 20px;
}
#product_chungnhan .owl-stage {
  margin-left: -100px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #product_chungnhan .owl-stage {
    margin-left: -50px;
  }
}
#product_chungnhan .owl-carousel {
  display: block;
}
#product_chungnhan .owl-carousel .item {
  background: rgb(249, 251, 255);
  padding: 10px;
  border-radius: 4px;
  height: 100%;
}
#product_chungnhan .owl-carousel .item .image img {
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  #product_chungnhan .owl-carousel .item .image {
    display: none;
  }
}
#product_chungnhan .owl-carousel .item .text .desc {
  font-size: 16px;
}
#product_chungnhan .owl-carousel .item .text .title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(8, 60, 90);
  display: flex;
  align-items: center;
}
#product_chungnhan .owl-carousel .item .text .title img {
  display: none;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  #product_chungnhan .owl-carousel .item .text .title img {
    display: inline-block;
  }
}
#product_chungnhan .owl-nav > button > span:hover {
  background: #fff;
}

.nttt_combo {
  margin-top: -20px;
  padding-bottom: 0 !important;
}
.nttt_combo .moc_wco .head {
  margin-bottom: 5px;
  margin-top: 5px;
}

#nttt_product_comment {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}

.quycacharrchive {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  background: rgba(84, 170, 0, 0.1);
  color: #2b2d6f;
  border-radius: 4px;
  /* float: left; */
  font-size: 12px;
  font-weight: 700;
  margin: 4px 0;
}

.thongtinarchive {
  font-size: 12px;
  margin-bottom: 5px;
}
.thongtinarchive .item {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thongtinarchive .item span {
  color: #787878;
}

.owl-stage-outer .thongtinarchive {
  display: none;
}

#product_bottom .product_content #ez-toc-container {
  display: none;
}

.woocommerce-checkout .woocommerce-error {
  background: rgba(255, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid red;
  font-size: 14px;
  margin-bottom: 15px !important;
  padding: 10px 10px 10px 27px;
}

.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  text-align: center;
  font-size: 10px;
  border: none !important;
  animation: none !important;
}
.spinner > div {
  display: block;
  margin-left: 2px;
  background: #fff;
  height: 100%;
  width: 2px;
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
  border-radius: 0;
}
.spinner .rect2 {
  animation-delay: -1.1s;
}
.spinner .rect3 {
  animation-delay: -1s;
}
.spinner .rect4 {
  animation-delay: -0.9s;
}
.spinner .rect5 {
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#show_nhan_co_fixed {
  display: none;
}

#nhan_co_fixed {
  transform: scale(0);
  overflow: hidden;
  transition: transform 0.5s;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nhan_co_fixed.active {
  transform: scale(1);
  overflow: hidden;
}
#nhan_co_fixed .box_content {
  width: 90%;
  max-width: 500px;
  height: auto;
  max-height: 80%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  overflow: auto;
}
#nhan_co_fixed .box_content .body .note_1,
#nhan_co_fixed .box_content .body .note_2 {
  color: #2b2d6f;
}
#nhan_co_fixed .box_content .body .note_3 {
  font-size: 16px;
  border: 1px solid #2b2d6f;
  border-radius: 3px;
  padding: 10px;
  background: rgba(84, 170, 0, 0.15);
  color: #2b2d6f;
}
#nhan_co_fixed .box_content .body .save_price {
  font-size: 18px;
  font-weight: 700;
  color: #f00;
}
#nhan_co_fixed .box_content .title {
  font-size: 20px;
  font-weight: 700;
  color: #2b2d6f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
#nhan_co_fixed .box_content .title img {
  max-width: 30px;
  margin: 0 10px 0 0;
}
#nhan_co_fixed .box_content .action {
  display: flex;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
#nhan_co_fixed .box_content .action > * {
  padding: 0 5px;
  flex-grow: 1;
}
#nhan_co_fixed .box_content .action > * .button_otp {
  background: #2b2d6f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nhan_co_fixed .box_content .action > * .button_otp .spinner {
  display: none;
  margin-right: 5px;
}
#nhan_co_fixed .box_content .action > * .button_otp .spinner.active {
  display: flex;
}
#nhan_co_fixed .box_content .action > * .button_otp#cmm_buy_now {
  background: #f59000;
}
#nhan_co_fixed .box_content .action > .cancelled .button_otp {
  background: #abb8c3;
}

.nhan_co {
  border-radius: 3px;
}
.nhan_co.hide {
  display: none;
}
.nhan_co .content_box .row {
  align-items: center;
  justify-content: space-between;
}
.nhan_co .content_box .row #done_mess {
  display: none;
  color: #2b2d6f;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.nhan_co .content_box .row #done_mess.error {
  color: red;
}
.nhan_co .content_box .row .input {
  margin-bottom: 10px;
}
.nhan_co .content_box .row .input input {
  background: rgba(84, 170, 0, 0.1490196078);
  border: 0;
  padding: 8px 15px;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .nhan_co .content_box .row .input input {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.nhan_co .content_box .row .input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  opacity: 1;
}
.nhan_co .content_box .row .input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
}
.nhan_co .content_box .row .input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
}
.nhan_co .content_box .row .submit {
  margin-bottom: 10px;
}
.nhan_co .content_box .row .submit .button_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: rgba(84, 170, 0, 0.7803921569);
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}
.nhan_co .content_box .row .submit .button_submit.nttt_ycgl {
  background: rgba(103, 103, 103, 0.7803921569);
}
.nhan_co .content_box .row .submit .button_submit .spinner {
  margin-right: 8px;
  display: none;
}
.nhan_co .content_box .row .submit .button_submit .spinner.active {
  display: flex;
}
.nhan_co .content_box .row .submit .button_submit .icon {
  width: 26px;
  height: 26px;
  background-image: url("../images/co-may-man.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
}
.nhan_co .content_box .row .submit .button_submit .icon.call {
  width: 22px;
  height: 22px;
  background-image: url("../images/call.png");
}
.nhan_co .content_box .row .submit .button_submit .icon.hide {
  display: none;
}
.nhan_co .content_box .row .submit .button_submit#virifier_otp .icon {
  background-image: url("../images/sms.png");
}
@media screen and (max-width: 400px) {
  .nhan_co .content_box .row .submit .button_submit {
    font-size: 14px;
    padding: 5px 0;
  }
  .nhan_co .content_box .row .submit .button_submit .icon {
    width: 22px;
    height: 22px;
  }
}

.icon_camket {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 40px;
  z-index: 2;
}
.icon_camket a {
  display: block;
  margin-bottom: 10px;
}
.icon_camket a:last-child {
  margin-bottom: 0;
}
.icon_camket img {
  max-width: 40px;
  display: block;
}

#review_shopee {
  margin-bottom: 20px;
}
#review_shopee h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#review_shopee .page_review_shopee .xem_all {
  font-size: 16px;
  color: #ee4d2d;
}
#review_shopee .page_review_shopee .xem_all svg {
  fill: #ee4d2d;
}
#review_shopee .list_review_shopee .list_review .item_review {
  margin-bottom: 25px;
}
#review_shopee .list_review_shopee .list_review .item_review .review_reply {
  font-size: 14px;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  position: relative;
}
#review_shopee .list_review_shopee .list_review .item_review .review_reply .reply_author {
  color: #8b572a;
}
#review_shopee .list_review_shopee .list_review .item_review .review_reply:after {
  border: 0.28125rem solid transparent;
  border-bottom-color: #f5f5f5;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateX(-50%) translateY(-100%);
}
#review_shopee .list_review_shopee .list_review .item_review .review_medias .large_media > * {
  margin-top: 5px;
}
#review_shopee .list_review_shopee .list_review .item_review .review_medias .list_media {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
#review_shopee .list_review_shopee .list_review .item_review .review_medias .list_media > span {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#review_shopee .list_review_shopee .list_review .item_review .review_medias .list_media > span:before {
  content: "";
  position: relative;
  display: block;
  height: 100%;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  z-index: 2;
  border: 0;
}
#review_shopee .list_review_shopee .list_review .item_review .review_medias .list_media > span.view_shopee_video:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 8px solid transparent;
  position: relative;
  z-index: 3;
}
#review_shopee .list_review_shopee .list_review .item_review .review_text {
  font-size: 14px;
}
#review_shopee .list_review_shopee .list_review .item_review .review_text .star-rating {
  float: none;
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 11px;
  color: #ee4d2d;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author {
  font-size: 14px;
  display: flex;
  align-items: center;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .author > * {
  flex: 0 0 100%;
  max-width: 100%;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .author .date {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.54);
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .author .name {
  display: flex;
  align-items: center;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .author .name .t {
  font-weight: 700;
  margin-right: 8px;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .author .name .buy {
  color: #ee4d2d;
  font-style: italic;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .author .name .buy .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("https://nhathuocthanthien.com.vn/wp-content/uploads/2022/05/dgm_nttt_verified.png");
  display: inline-block;
  width: 12px;
  height: 12px;
}
#review_shopee .list_review_shopee .list_review .item_review .review_author .ava img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}

.dgm_author_product .content {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
}
.dgm_author_product .content .align-items-center {
  display: flex;
}
.dgm_author_product .content .align-items-center .author {
  flex-grow: 1;
}
.dgm_author_product .content .align-items-center .author .cv {
  font-size: 12px;
  line-height: 16px;
}
.dgm_author_product .content .align-items-center .author .name {
  font-size: 14px;
  font-weight: 700;
}
.dgm_author_product .content .align-items-center .author .ft {
  display: flex;
  margin: 0 -2px;
}
.dgm_author_product .content .align-items-center .author .ft > * {
  padding: 0 2px;
  flex-grow: 1;
}
.dgm_author_product .content .align-items-center .author .ft .icon.oa span {
  background: #676767;
}
.dgm_author_product .content .align-items-center .author .ft .icon span {
  display: block;
  background: #2b2d6f;
  padding: 1px 0;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.dgm_author_product .content .align-items-center .ava {
  margin-right: 10px;
}
.dgm_author_product .content .align-items-center .ava img {
  width: 70px;
  border-radius: 4px;
}

#dgm_select_brand.active,
#dgm_select_price.active {
  border-color: #2b2d6f;
}

.woocommerce-ordering {
  margin-bottom: 15px !important;
  float: none !important;
}
.woocommerce-ordering .list_brands,
.woocommerce-ordering .filter_price {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 15px;
  overflow: auto;
}
.woocommerce-ordering .list_brands.hide,
.woocommerce-ordering .filter_price.hide {
  display: none;
}
.woocommerce-ordering .list_brands.active,
.woocommerce-ordering .filter_price.active {
  display: flex;
}
.woocommerce-ordering .list_brands .item,
.woocommerce-ordering .filter_price .item {
  padding: 0 5px;
}
.woocommerce-ordering .list_brands .item .content,
.woocommerce-ordering .filter_price .item .content {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 5px 15px;
  line-height: 24px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
.woocommerce-ordering .list_brands .item .content:hover,
.woocommerce-ordering .filter_price .item .content:hover {
  border-color: #2b2d6f;
}
.woocommerce-ordering .list_brands .item .content.active,
.woocommerce-ordering .filter_price .item .content.active {
  border-color: #2b2d6f;
  color: #2b2d6f;
}
.woocommerce-ordering .filter_price {
  display: none;
}
.woocommerce-ordering > .row {
  justify-content: space-between;
}
.woocommerce-ordering > .row .sort {
  display: flex;
}
.woocommerce-ordering > .row .sort .button {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  padding: 5px 20px 5px 10px;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
}
.woocommerce-ordering > .row .sort .button:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 15px;
  right: 8px;
  width: 0;
}
.woocommerce-ordering > .row .orderby {
  display: flex;
}
.woocommerce-ordering > .row .orderby #dgm_product_orderby {
  display: none;
}
.woocommerce-ordering > .row .orderby .button {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer;
  user-select: none;
}
.woocommerce-ordering > .row .orderby .button.active {
  border-color: #2b2d6f;
  color: #2b2d6f;
}

@media screen and (max-width: 768px) {
  .woocommerce-ordering > .row .sort .item .button {
    margin-right: 5px;
  }
  .woocommerce-ordering > .row .sort .item:last-child .button {
    margin-right: 0;
  }
  .woocommerce-ordering > .row .orderby #dgm_product_orderby {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 0;
    height: 35px;
    max-width: 100px;
    cursor: pointer;
  }
  .woocommerce-ordering > .row .orderby .item {
    display: none;
  }
}
.dgm_lists_order .dgm-account-review-order-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin-bottom: 0;
}
.dgm_lists_order .dgm-account-review-order-table tr {
  border-bottom: 0;
}
.dgm_lists_order .dgm-account-review-order-table tr td {
  border: 0;
}
.dgm_lists_order .dgm-account-review-order-table tbody > * {
  border-bottom: 1px solid #edf2f8;
}
.dgm_lists_order .dgm-account-review-order-table tbody > * > * {
  padding: 5px 0;
}
.dgm_lists_order .dgm-account-review-order-table tbody > * > *:first-child {
  text-align: left;
}
.dgm_lists_order .dgm-account-review-order-table tbody > * > * .quantity {
  border: 0;
  flex: 0 0 100%;
  max-width: 100%;
  order: 4;
  border: 0;
  justify-content: flex-end;
  width: auto;
}
.dgm_lists_order .dgm-account-review-order-table tbody > * > * .quantity span {
  display: inline-block;
  background: #edf2f8;
  padding: 0 10px;
  line-height: 18px;
  border-radius: 9px;
  font-weight: 500;
}
.dgm_lists_order .dgm-account-review-order-table tfoot {
  font-size: 14px;
  margin-top: 10px;
}
.dgm_lists_order .dgm-account-review-order-table tfoot > * {
  text-align: right;
  font-weight: 300;
}
.dgm_lists_order .dgm-account-review-order-table tfoot > * th {
  text-align: right;
}
.dgm_lists_order .dgm-account-review-order-table tfoot > * > * {
  font-weight: 300;
}
.dgm_lists_order .dgm-account-review-order-table tfoot > *:first-child > * {
  padding-top: 5px;
}
.dgm_lists_order .dgm-account-review-order-table tfoot > *:last-child > * {
  font-weight: 500;
}
.dgm_lists_order .dgm-account-review-order-table tfoot > *.order-total {
  color: #2b2d6f;
}
.dgm_lists_order .dgm-account-review-order-table tfoot > *.order-total > * {
  font-weight: 700;
}
.dgm_lists_order .dgm-account-review-order-table .cart_item .product_name {
  font-weight: 500;
  font-size: 14px;
}
.dgm_lists_order .dgm-account-review-order-table .cart_item > *:last-child {
  text-align: right;
}
.dgm_lists_order .dgm-account-review-order-table .cart_item > * span.price {
  justify-content: flex-end;
  font-size: 14px;
}
.dgm_lists_order .dgm-account-review-order-table .cart_item > * span.price del {
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.dgm_lists_order.kiotviet .dgm_box .box_body {
  padding-top: 0;
}

.dgm_box {
  background: #fff;
  padding: 0;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .dgm_box {
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px !important;
    border-radius: 0 !important;
  }
}
.dgm_box .box_head {
  border-bottom: 1px solid #f0f3f5;
  padding: 8px 15px;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dgm_box .box_head .action {
  font-size: 16px;
  font-weight: 500;
}
.dgm_box .box_body {
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .dgm_box .box_body {
    padding: 10px;
  }
}
.dgm_box.padding {
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .dgm_box.padding {
    padding: 10px;
  }
}
.dgm_box.padding .box_head {
  margin: -15px -15px 0;
  border-bottom: 0;
}
@media screen and (max-width: 640px) {
  .dgm_box.padding .box_head {
    margin: -10px -10px 0;
  }
}
.dgm_box.padding .box_body {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .dgm_box.padding .box_body {
    padding: 0;
  }
}
.dgm_box.bg_color .box_head {
  color: #fff;
}
.dgm_box.bg_color .box_head a {
  color: #fff;
}
.dgm_box.bg_color .box_body {
  color: #fff;
}
.dgm_box.bg_red {
  background: #d0011b;
}
.dgm_box.bg_green {
  background: #009688;
}
.dgm_box.bg_blue {
  background: #2196f3;
}
.dgm_box.bg_black {
  background: black;
}
.dgm_box .col-content {
  position: relative;
}

.number_current_view {
  margin-top: 10px;
}
.number_current_view span.hot {
  color: #2b2d6f;
  font-weight: 600;
}
.number_current_view span.hot i {
  margin-right: 0;
}
.number_current_view span.them_gio_hang.sp-thuoc {
  display: none;
}
.number_current_view b {
  color: #f59000;
}

.dgm_list_buttons_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.dgm_list_buttons_product .button_chat_zalo,
.dgm_list_buttons_product .chat_tu_van {
  display: none;
}
.dgm_list_buttons_product.external .buy_now_button {
  display: none;
}
.dgm_list_buttons_product.sp-thuoc .chat_tu_van {
  display: block;
  position: relative;
  color: #000;
  font-style: inherit;
  margin: 0 0 20px;
  overflow: hidden;
  border: dotted 0px #daeab4;
  border-radius: 4px;
  background: #ecf3e1;
  border-left: solid 2px #488e05;
  padding: 6px;
  font-size: 14px;
}
.dgm_list_buttons_product.sp-thuoc .button_chat_zalo {
  display: block;
  background: #f59000;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  line-height: 22px;
  padding: 8px 0;
  border: 0;
  text-align: center;
}
.dgm_list_buttons_product.sp-thuoc .button_chat_zalo .row {
  justify-content: center;
  align-items: center;
}
.dgm_list_buttons_product.sp-thuoc .button_chat_zalo .row .icon img {
  width: 30px;
}
.dgm_list_buttons_product.sp-thuoc .button_chat_zalo strong {
  text-transform: uppercase;
}
.dgm_list_buttons_product.sp-thuoc .button_chat_zalo span {
  text-transform: none;
  display: block;
  font-size: 14px;
}
.dgm_list_buttons_product.sp-thuoc .single_add_to_cart_button,
.dgm_list_buttons_product.sp-thuoc .buy_now_button {
  display: none;
}
.dgm_list_buttons_product.sp-thuoc .tim-cua-hang {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.dgm_list_buttons_product > * {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.dgm_list_buttons_product > * i {
  margin: 0;
}
.dgm_list_buttons_product > *.single_add_to_cart_button, .dgm_list_buttons_product > *.mua-theo-don, .dgm_list_buttons_product > *.tim-cua-hang {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  text-align: center;
  background: #e7e8ea;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  border-radius: 4px;
  color: #222;
  font-weight: 600;
}
.dgm_list_buttons_product > *.single_add_to_cart_button:hover, .dgm_list_buttons_product > *.mua-theo-don:hover, .dgm_list_buttons_product > *.tim-cua-hang:hover {
  background: #f2f3f4;
}
.dgm_list_buttons_product > *.tim-cua-hang {
  display: none;
}
.dgm_list_buttons_product .single_add_to_cart_button,
.dgm_list_buttons_product .tim-cua-hang,
.dgm_list_buttons_product .mua-theo-don {
  display: none !important;
}

#review_form .comment-form-rating label,
.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating label {
  font-size: 13px;
}

.row.grow .col-grow {
  flex-grow: 1;
}
.row.grow .col-auto {
  flex-grow: 0;
}

.product_show_coupon .list_coupon .coupon_content {
  font-size: 14px;
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.product_show_coupon .list_coupon .coupon_content .sale {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  background: rgba(85, 170, 0, 0.2);
  border-right: 1px dashed #fff;
  border-radius: 5px;
}
.product_show_coupon .list_coupon .coupon_content .sale img {
  max-width: 40px;
}
.product_show_coupon .list_coupon .coupon_content .sale:before, .product_show_coupon .list_coupon .coupon_content .sale:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: -8px;
  background: #fff;
  z-index: 1;
}
.product_show_coupon .list_coupon .coupon_content .sale:before {
  top: -8px;
}
.product_show_coupon .list_coupon .coupon_content .sale:after {
  bottom: -8px;
}
.product_show_coupon .list_coupon .coupon_content .info {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 10px 20px;
  background: rgba(85, 170, 0, 0.2);
  border-left: 0;
  border-radius: 5px;
}
.product_show_coupon .list_coupon .coupon_content .info .coupon_mess {
  margin-bottom: 5px;
}
.product_show_coupon .list_coupon .coupon_content .info .button_apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_show_coupon .list_coupon .coupon_content .info .button_apply .dgm_apply_coupon {
  position: relative;
  min-width: 75px;
  display: block;
  padding: 0 10px;
  line-height: 22px;
  border: 1px solid #2b2d6f;
  color: #2b2d6f;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}
.product_show_coupon .list_coupon .coupon_content .info .button_apply .dgm_apply_coupon.active {
  padding-left: 28px;
  background: #2b2d6f;
  color: #fff;
  min-width: 95px;
}
.product_show_coupon .list_coupon .coupon_content .info .button_apply .dgm_apply_coupon .tag {
  position: absolute;
  width: 22px;
  line-height: 22px;
  height: 22px;
  left: 5px;
  top: 0;
  text-align: center;
  font-size: 12px;
}
.product_show_coupon .list_coupon .coupon_content .info .button_apply .dgm_apply_coupon .tag i {
  margin: 0;
}
.product_show_coupon .list_coupon .coupon_content .info .button_apply .col-auto {
  line-height: 16px;
  font-size: 12px;
}
.product_show_coupon .list_coupon .coupon_content .info .coupon_name {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.product_show_coupon .list_coupon .coupon_content .info .coupon_yc {
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
.product_show_coupon .list_coupon .coupon_content .info .coupon_desc {
  margin-top: 5px;
  font-style: italic;
  display: none;
}

.dgm_coupons {
  margin-bottom: 20px;
}
.dgm_coupons .title {
  font-size: 16px;
  margin-bottom: 5px;
}
.dgm_coupons .lists {
  display: flex;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
.dgm_coupons .lists .items {
  position: relative;
  margin: 0 5px;
  border: 1px solid #2b2d6f;
  border-radius: 3px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}
.dgm_coupons .lists .items:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #2b2d6f #2b2d6f transparent;
  border-image: initial;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  left: -6px;
  transform: rotate(-45deg);
}
.dgm_coupons .lists .items:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #2b2d6f #2b2d6f transparent;
  border-image: initial;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  right: -6px;
  transform: rotate(135deg);
}
.dgm_coupons .lists .items.tit {
  border: 0;
  font-weight: 600;
}
.dgm_coupons .lists .items.tit:before, .dgm_coupons .lists .items.tit:after {
  display: none;
}
.dgm_coupons .lists .items.active {
  background: #2b2d6f;
  color: #fff;
}
.dgm_coupons .lists .items.active .coupon_amount {
  padding-left: 30px;
  color: #fff;
}
.dgm_coupons .lists .items .tag {
  position: absolute;
  font-size: 12px;
  width: 24px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  left: 6px;
  top: 0px;
}
.dgm_coupons .lists .items .tag i {
  margin-right: 0;
}
.dgm_coupons .lists .items .coupon_amount {
  color: #2b2d6f;
  padding: 0 13px 0 10px;
  line-height: 30px;
}
.dgm_coupons .lists .items .coupon_type {
  padding: 3px 5px;
  font-size: 14px;
}

.woocommerce-cart-form__contents dl.variation {
  display: flex;
  margin-bottom: 10px;
}
.woocommerce-cart-form__contents dl.variation .variation-ctng {
  padding: 0 0 0 5px;
  margin: 0;
}

.ads_khuyen_mai {
  margin-bottom: 15px;
}

.woocommerce-account-fields {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
.woocommerce-account-fields .tdtk {
  display: block;
  font-size: 14px;
}
.woocommerce-account-fields > p,
.woocommerce-account-fields label {
  padding: 0;
  margin: 0;
}

.wc_payment_methods li {
  list-style: none;
}

.moc_wco .body .list {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.moc_wco .body .list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.moc_wco .body .list::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 10px;
}
.moc_wco .body .list::-webkit-scrollbar-thumb {
  background: #b9b9b9;
  border-radius: 10px;
  width: 100px;
  max-width: 100px;
  size: 100px;
}
.moc_wco .body .list::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
}

.moc_wco.style_2 .body .list .moc_wco_item {
  width: 158px !important;
  margin-bottom: 10px !important;
}

.nttt_myaccount_view_order .order_box {
  margin-bottom: 20px;
}
.nttt_myaccount_view_order .order_box .head {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.nttt_myaccount_view_order .order_box .content {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.nttt_myaccount_view_order .order_box .content .billing_info > span,
.nttt_myaccount_view_order .order_box .content .billing_shipping > span {
  display: block;
}
.nttt_myaccount_view_order .order_box .content .billing_info > span.status i,
.nttt_myaccount_view_order .order_box .content .billing_shipping > span.status i {
  color: orange;
  font-style: normal;
}
.nttt_myaccount_view_order .order_box .content .billing_info > span.status i.completed,
.nttt_myaccount_view_order .order_box .content .billing_shipping > span.status i.completed {
  color: #2b2d6f;
}
.nttt_myaccount_view_order .order_box .content .billing_info > span.status i.cancelled,
.nttt_myaccount_view_order .order_box .content .billing_shipping > span.status i.cancelled {
  color: red;
}
.nttt_myaccount_view_order table.order_list_product {
  width: 100%;
  color: rgb(66, 66, 66);
  display: table;
  font-size: 13px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0px;
  line-height: 1.5;
  word-break: break-word;
  border: 0;
}
.nttt_myaccount_view_order table.order_list_product thead {
  display: table-header-group;
}
.nttt_myaccount_view_order table.order_list_product thead tr th {
  display: table-cell;
  padding: 10px;
  border-top: none;
  min-width: 100px;
  position: relative;
  background: 0px 0px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgb(244, 244, 244);
  text-align: left;
}
.nttt_myaccount_view_order table.order_list_product tbody {
  display: table-row-group;
}
.nttt_myaccount_view_order table.order_list_product tbody tr {
  border-bottom: 1px solid rgb(244, 244, 244);
}
.nttt_myaccount_view_order table.order_list_product tbody tr td {
  border: none;
  position: relative;
  display: table-cell;
  padding: 10px;
  color: rgb(36, 36, 36);
  vertical-align: top;
  min-width: 100px;
}
.nttt_myaccount_view_order table.order_list_product tbody tr td.total {
  white-space: nowrap;
}
.nttt_myaccount_view_order table.order_list_product tr {
  display: table-row;
  padding: 10px;
}
.nttt_myaccount_view_order table.order_list_product tr td.price,
.nttt_myaccount_view_order table.order_list_product tr th.price {
  text-align: right;
}
.nttt_myaccount_view_order table.order_list_product tfoot {
  display: table-header-group;
}
.nttt_myaccount_view_order table.order_list_product tfoot tr th,
.nttt_myaccount_view_order table.order_list_product tfoot tr td {
  display: table-cell;
  padding: 10px;
  border-top: none;
  min-width: 100px;
  position: relative;
  background: 0px 0px;
  color: #333;
  font-size: 15px;
}

.nttt_myaccount_page {
  max-width: 800px;
  margin: 0 auto;
}
.nttt_myaccount_page .woocommerce-MyAccount-navigation {
  margin-bottom: 25px;
}
.nttt_myaccount_page .woocommerce-MyAccount-navigation > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
}
.nttt_myaccount_page .woocommerce-MyAccount-navigation > ul li {
  list-style: none;
  padding: 0 5px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 10px;
}
.nttt_myaccount_page .woocommerce-MyAccount-navigation > ul li a {
  border: 1px solid #2b2d6f;
  display: block;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
}
.nttt_myaccount_page .woocommerce-MyAccount-navigation > ul li.is-active a {
  background: #2b2d6f;
  color: #fff;
}

.woocommerce-account {
  background: #f0f3f5 !important;
}
.woocommerce-account h1.post-title {
  display: none;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none !important;
}

.product_flashsale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("/wp-content/uploads/2021/03/dgm_nttt_img-flash-sale.png") no-repeat, linear-gradient(90deg, #55aa00, #8fca18);
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
}
.product_flashsale .text .price {
  color: #fff !important;
  display: flex;
  flex-wrap: wrap;
}
.product_flashsale .text .price .woocommerce-Price-amount {
  color: #fff !important;
}
.product_flashsale .text .price ins {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.product_flashsale .text .price del {
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px !important;
  opacity: 1 !important;
}
.product_flashsale .time {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -5px;
}
.product_flashsale .time #cd_title {
  font-size: 13px;
  line-height: 20px;
}
.product_flashsale .time #dgm_product_countdown {
  display: flex;
}
.product_flashsale .time #dgm_product_countdown > span {
  position: relative;
  display: flex;
  background: #fff;
  color: #2b2d6f;
  margin: 0 9px 0 0;
  padding: 0 5px;
  border-radius: 4px;
  padding: 0px 3px;
  font-size: 11px;
  line-height: 13px;
}
.product_flashsale .time #dgm_product_countdown > span:after {
  color: white;
  content: ":";
  position: absolute;
  right: -6px;
  z-index: 2;
  top: -2px;
  font-size: 11px;
  line-height: 16px;
}
.product_flashsale .time #dgm_product_countdown > span:last-child {
  margin-right: 0;
}
.product_flashsale .time #dgm_product_countdown > span:last-child:after {
  display: none;
}

.woocommerce .quantity input {
  background: transparent;
}

nav.devvn_cmt_paged.woocommerce-pagination ul li {
  margin: 0 !important;
}

nav.devvn_cmt_paged.woocommerce-pagination ul li a,
nav.devvn_cmt_paged.woocommerce-pagination ul li span.page-numbers.current {
  border-radius: 0 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 !important;
}

.dgm_sale_mn > label {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -2px;
  margin-right: -2px;
  padding: 3px 0;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
}
.dgm_sale_mn > label:last-child {
  margin-bottom: 15px;
}
.dgm_sale_mn > label > * {
  padding: 0 2px;
}
.dgm_sale_mn > label .trai {
  flex: 0 0 65%;
  max-width: 65%;
}
.dgm_sale_mn > label .phai {
  text-align: right;
  flex: 0 0 35%;
  max-width: 35%;
}
.dgm_sale_mn > label .phai .total_price {
  color: #ff0000;
}
.dgm_sale_mn > label .phai .sale_price {
  font-size: 12px;
  color: #666;
}
.dgm_sale_mn > label .phai .sale_price > span,
.dgm_sale_mn > label .phai .sale_price .woocommerce-Price-amount {
  color: #f59000;
}

.devvn-popup-quickbuy .dgm_sale_mn {
  display: none;
}

dl.variation {
  color: #666;
  font-size: 13px;
  margin: 0;
  font-style: italic;
}

.woocommerce-billing-fields__field-wrapper p.form-row-first,
.woocommerce-billing-fields__field-wrapper p.form-row-last {
  float: none !important;
}
.woocommerce-billing-fields__field-wrapper p.form-row-last {
  float: none !important;
}

.woocommerce div.product form.cart {
  padding: 0 !important;
}

.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form .buy_now_button {
  background: #f59000;
  border-radius: 5px;
  width: 100%;
  line-height: 22px;
  padding: 8px 0;
  border: 0;
  color: #fff;
}

.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form .buy_now_button span {
  text-transform: none;
  display: block;
  font-size: 14px;
}

#product_archive_desc.co-chung-nhan {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  #product_archive_desc.co-chung-nhan {
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -50px;
    padding: 10px;
  }
}
#product_archive_desc.co-chung-nhan .anhchungnhan {
  max-width: 250px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #product_archive_desc.co-chung-nhan .anhchungnhan {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#product_archive_desc.co-chung-nhan .anhchungnhan h3 {
  font-size: 18px;
  font-weight: 500;
}
#product_archive_desc.co-chung-nhan .term-description {
  max-width: calc(100% - 250px);
  display: inline-block;
  padding-left: 15px;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  #product_archive_desc.co-chung-nhan .term-description {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

#logo_thuonghieu {
  background: #fff;
  padding: 10px 0;
}
#logo_thuonghieu .content {
  display: flex;
  align-items: center;
}
#logo_thuonghieu .content .trai {
  max-width: 100px;
  display: inline-block;
  margin-right: 15px;
}
#logo_thuonghieu .content .trai img {
  width: auto;
  display: block;
  max-height: 100px;
}
#logo_thuonghieu .content .phai {
  display: inline-block;
  max-width: calc(100% - 100px);
}
#logo_thuonghieu .content .phai .title {
  font-weight: 700;
}
#logo_thuonghieu .content .phai .desc {
  font-size: 15px;
  color: #666;
}
#logo_thuonghieu .content .phai .desc a {
  color: #666;
  font-weight: 500;
}
#logo_thuonghieu .content .phai .desc a:hover {
  color: #2b2d6f;
}
#logo_thuonghieu .content .phai .star i {
  font-size: 14px;
  color: #ff9800;
  margin-right: 0;
}
#logo_thuonghieu .content .phai .share i {
  margin-right: 0;
}
#logo_thuonghieu .content .phai .share .fa-facebook-square {
  color: #1877f2;
}
#logo_thuonghieu .content .phai .share .fa-twitter-square {
  color: #1da1f2;
}
#logo_thuonghieu .content .phai .share .fa-pinterest-square {
  color: #e60023;
}
#logo_thuonghieu .content .phai .icon {
  background: #2b2d6f;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #2b2d6f;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0px;
  margin-top: -3px;
}
#logo_thuonghieu .content .phai .icon:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  background: #fff;
  top: 8px;
  left: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#logo_thuonghieu .content .phai .icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 6px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #banner_top_product_category .banner_pc {
    display: none;
  }
}
#banner_top_product_category .banner_mb {
  display: none;
}
@media screen and (max-width: 768px) {
  #banner_top_product_category .banner_mb {
    display: block;
  }
}

.khuyenmaititle {
  margin: 5px 0 10px;
  font-size: 14px;
}
.khuyenmaititle .icon {
  background: #2b2d6f;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #2b2d6f;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.khuyenmaititle .icon:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  background: #fff;
  top: 8px;
  left: 1px;
  transform: rotate(45deg);
}
.khuyenmaititle .icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 6px;
  left: 3px;
  transform: rotate(-45deg);
}
.khuyenmaititle a {
  color: #2b2d6f;
}

#devvn_cmt_search {
  font: 14px/18px Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
  float: left;
  position: relative;
  padding: 10px 8px 10px 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #999;
  width: 240px;
  height: 36px;
  box-sizing: border-box;
}

.devvn_cmt_search_box button {
  width: 36px;
  height: 36px;
  transition: background 0s;
}
.devvn_cmt_search_box button:hover {
  background: transparent url("https://nhathuocthanthien.com.vn/wp-content/plugins/devvn-woocommerce-reviews/images/icon-search.png") no-repeat center center;
  transition: background 0s;
  background-size: 15px auto;
}

.devvn_cmt_form {
  font: 14px/18px Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
}
.devvn_cmt_form input {
  font-size: 14px;
}

.nttt_link_tmdt {
  width: 100%;
  height: 35px;
  max-width: 500px;
  margin: 15px auto 15px;
}
.nttt_link_tmdt h3 {
  font-size: 16px;
  font-weight: 500;
}
.nttt_link_tmdt h3 span {
  display: block;
}
.nttt_link_tmdt .item a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.nttt_link_tmdt .item a.tiki {
  border-color: #1ba8ff;
  background: #1ba8ff;
}
.nttt_link_tmdt .item a.shopee {
  border: 5px solid;
  border-color: #ff5722;
  background: #ff5722;
}
.nttt_link_tmdt .item a.shopee img {
  max-width: 34px;
}
.nttt_link_tmdt .item a.lazada {
  border-color: #0f1777;
  background: #0f1777;
}
.nttt_link_tmdt .item a.tiktok {
  border-color: #000;
  background: #000;
}
.nttt_link_tmdt .item a img {
  max-width: 40px;
  display: block;
  border-radius: 50%;
}

.archive .woocommerce-products-header__title {
  display: none;
}

table.variations td {
  vertical-align: middle;
}
table.variations label {
  font-weight: 400 !important;
  line-height: 18px !important;
  margin-bottom: 0 !important;
}
table.variations .value select,
table.variations .value .reset_variations {
  display: none !important;
}
table.variations .value .variation-radios {
  display: block;
  line-height: 18px;
}
table.variations .value .variation-radios .item {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
  line-height: 18px;
  cursor: pointer;
}
table.variations .value .variation-radios .item > * {
  float: left;
  display: inline-block;
}
table.variations .value .variation-radios .item input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
table.variations .value .variation-radios .item input[type=radio] + span.ico {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  vertical-align: middle;
  color: #a6a6a6;
  user-select: none;
  position: relative;
  cursor: pointer;
}
table.variations .value .variation-radios .item input[type=radio]:checked + span.ico {
  border: 1px solid #2b2d6f;
}
table.variations .value .variation-radios .item input[type=radio]:checked + span.ico:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  background: #2b2d6f;
  top: 9px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
table.variations .value .variation-radios .item input[type=radio]:checked + span.ico:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #2b2d6f;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
table.variations .value .variation-radios .item label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

li.product .button.product_type_simple {
  display: none;
}

.dgm_nttt_best_product {
  text-align: center;
  position: relative;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 40px;
  overflow: hidden;
}
.dgm_nttt_best_product.archive {
  margin-top: 30px;
}
.dgm_nttt_best_product > h2 {
  background: transparent;
  color: #fff;
  line-height: 50px;
  margin-bottom: 0;
  font-weight: 500;
}
.dgm_nttt_best_product .woocommerce ul.products {
  padding: 10px;
}
.dgm_nttt_best_product .woocommerce ul.products li {
  padding: 0 !important;
}
.dgm_nttt_best_product .woocommerce ul.products li .woocommerce-LoopProduct-link {
  box-shadow: 0 0;
}
.dgm_nttt_best_product .woocommerce ul.products li .woocommerce-loop-product__title {
  position: relative;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  #logo_thuonghieu .content .phai .title {
    font-size: 22px;
    margin-bottom: 0px;
}
  .dgm_nttt_best_product .woocommerce ul.products {
    border-top: 1px solid transparent;
    padding-bottom: 0;
  }
  .dgm_nttt_best_product .woocommerce ul.products .product {
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .dgm_nttt_best_product .woocommerce ul.products .product:nth-child(2n) {
    border-right-color: transparent;
  }
  .dgm_nttt_best_product .woocommerce ul.products .product:nth-child(3n) {
    border-right-color: transparent;
  }
}
.woocommerce .onsale {
  position: absolute;
  right: 15px !important;
  margin: 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
  min-height: 0 !important;
  width: 34px !important;
  min-width: 0 !important;
  padding: 0 !important;
  line-height: 18px !important;
  background: #2b2d6f !important;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.woocommerce .onsale:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 7px solid #2b2d6f;
  position: absolute;
  top: 18px;
  right: 0;
}

.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px !important;
  margin-left: -5px !important;
  margin-bottom: 0 !important;
}
.woocommerce .products.owl-loaded {
  display: block;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce .products.columns-2 > .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.woocommerce .products.columns-3 > .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.woocommerce .products.columns-4 > .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.woocommerce .products.columns-5 > .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.woocommerce .products.columns-6 > .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.woocommerce .products .product {
  position: relative;
  padding: 0 5px !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
}
.woocommerce .products .product > .product_type_external {
  display: none;
}
.woocommerce .products .product > .woocommerce-LoopProduct-link {
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: block;
  padding: 10px;
  height: 100%;
  border-radius: 4px;
}
.woocommerce .products .product > .woocommerce-LoopProduct-link:hover {
  border: 1px solid #2b2d6f;
}
.woocommerce .products .product > .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  color: #2b2d6f;
}
.woocommerce .products .product > .woocommerce-LoopProduct-link .product_tag {
  background: #ff0000;
    color: #fff;
    width: auto !important;
    padding: 5px 8px;
    margin-top: -16px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    z-index: 1;
    left: -4px;
    top: 56px;
}
.woocommerce .products .product > .woocommerce-LoopProduct-link .product_tag:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -4px;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #2b2d6f;
}
.woocommerce .products .product > .woocommerce-LoopProduct-link .product_tag i {
  font-size: 10px;
}
.woocommerce .products .product .woocommerce-loop-product__title {
  line-height: 24px;
  font-weight: 400;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px !important;
  color: #2d2d2d;
  transition: all 0.5s ease;
  margin-bottom: 5px;
}
.woocommerce .products .product .product_type_external {
  position: absolute;
  background: #2b2d6f;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  top: 0;
  left: 5px;
  padding: 0 10px;
}

.woocommerce .products .product .price {
  margin-top: 10px;
  margin-bottom: -5px !important;
}

.woocommerce .products .product .price del {
  color: #555;
}
.woocommerce .products .product .price del .woocommerce-Price-amount {
  color: #555;
  font-size: 14px;
}

.woocommerce .products .product .price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 400;
  color: #f16700;
}

.woocommerce .products .product .add_to_cart_button,
.woocommerce .products .product .star-rating {
  display: none;
}

.woocommerce .product #product_top {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.flex-control-nav {
  min-height: 100px;
}

.woocommerce .product #product_top .summary,
.woocommerce .product #product_top .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 0;
  max-width: 500px;
  margin: 0 auto;
}

.woocommerce .product #product_top .anh-san-pham {
  padding-top: 15px;
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .woocommerce .product #product_top .anh-san-pham {
    padding-right: 10px !important;
  }
}
.woocommerce .product #product_top .anh-san-pham .onsale {
  top: 18px;
  left: 20px;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_fancybox {
  display: block;
  height: 0;
  overflow: hidden;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_large {
  margin-bottom: 15px;
  display: block;
  white-space: nowrap;
  overflow: auto;
  list-style: none outside;
  clear: both;
  position: relative;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_large img {
  cursor: pointer;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_small {
  position: relative;
  margin-bottom: 15px;
  margin: 0 -5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_small .thumbnail {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  max-width: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  cursor: pointer;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_small .thumbnail.slick-current {
  border-color: #2b2d6f;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_small .xem_thong_tin_sp {
  position: relative;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_small .xem_thong_tin_sp::before {
  padding-top: 100%;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_small .xem_thong_tin_sp > span {
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.woocommerce .product #product_top .anh-san-pham .dgm_image_small .xem_thong_tin_sp > span img {
  max-width: 20px;
  max-height: 20px;
}

.woocommerce .product #product_top .thong-tin-san-pham .product-title .yeu-thich {
  background: #2b2d6f;
  color: #fff;
  font-size: 14px;
  padding: 1px 5px;
  border-radius: 3px;
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}

.woocommerce .product #product_top .thong-tin-san-pham .product-title .post-title {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.woocommerce .product #product_top .thong-tin-san-pham .price span.text {
  font-size: 12px;
  color: #666;
}

.woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu {
  margin-top: 10px;
}
.woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu a {
  color: #0969b5;
}

.woocommerce-product-details__short-description {
  font-size: 18px;
}

.woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu table {
  font-size: 17px;
  border: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu table {
    font-size: 16px;
  }
}

.woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu table tr {
  border-bottom: 0;
}

.woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu table tr td {
  border-right: 0;
  padding: 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu table tr td img {
  margin-left: 0;
  max-width: 180px;
}

.woocommerce .product #product_top .thong-tin-san-pham .product-xuat-xu table tr td:first-child {
  width: 105px;
  color: #686868;
}

.nttt_combo {
  display: block;
}
@media screen and (max-width: 768px) {
  .nttt_combo {
    display: none;
  }
}

.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay {
  padding: 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay .nttt_combo {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce .product #product_top .thong-tin-san-pham .mua-ngay .nttt_combo {
    display: block;
  }
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form {
  margin: 0;
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 5px;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form .quantity {
  display: none !important;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form {
  margin-top: 10px;
  width: 100%;
  padding-right: 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form .variations,
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form .woocommerce-variation {
  margin-bottom: 10px;
  border: 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form .variations tr,
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form .woocommerce-variation tr {
  border: 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form .variations tr td,
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form .woocommerce-variation tr td {
  border: 0;
  padding: 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form.variations_form + .devvn_buy_now_style {
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay .devvn_buy_now {
  width: calc(50% - 5px);
  margin: 0;
  margin-left: 5px;
  display: inline-block;
  background: #f59000;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay .devvn_buy_now strong {
  font-weight: 400;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay .devvn_buy_now span {
  display: none;
}

.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form .buy_now_button {
  font-family: "Roboto", Arial, sans-serif;
  border-radius: 0;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  background: #f59000;
  float: right;
  width: 100%;
  border-radius: 3px;
}
.woocommerce .product #product_top .thong-tin-san-pham .mua-ngay form .buy_now_button span {
  line-height: 20px;
}

.woocommerce .product #product_top .thong-tin-san-pham .chinh-sach {
  padding: 10px 0 0;
}
.woocommerce .product #product_top .thong-tin-san-pham .chinh-sach .product_banner img {
  width: 100%;
  border-radius: 4px;
}

.thuong-hieu {
  margin-bottom: 0 !important;
}
.thuong-hieu a {
  display: block;
  transition: all 0s ease;
  background: #f1f1f1;
  border-radius: 4px 4px 0 0;
}
.thuong-hieu a:hover {
  background: #2b2d6f;
}
.thuong-hieu a:hover * {
  color: #fff;
}
.thuong-hieu a:hover .right .icon {
  background: #fff;
  border: 1px solid #fff;
}
.thuong-hieu a:hover .right .icon:before, .thuong-hieu a:hover .right .icon:after {
  background: #2b2d6f;
}
.thuong-hieu .content {
  padding: 8px 10px;
  align-items: center;
  display: flex;
}
.thuong-hieu .content .left {
  float: left;
  width: 40px;
  position: relative;
}
.thuong-hieu .content .left img {
  border-radius: 50%;
  display: block;
}
.thuong-hieu .content .right {
  float: right;
  width: calc(100% - 40px);
  margin-left: 10px;
}
.thuong-hieu .content .right .title {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}
.thuong-hieu .content .right .icon {
  background: #2b2d6f;
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #2b2d6f;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0px;
  margin-top: -3px;
}
.thuong-hieu .content .right .icon:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  background: #fff;
  top: 8px;
  left: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.thuong-hieu .content .right .icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 6px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.thong-tin-san-pham {
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .thong-tin-san-pham {
    padding-left: 10px !important;
  }
}
.thong-tin-san-pham .product_top_content {
  padding-top: 20px;
  padding-bottom: 10px;
}
.thong-tin-san-pham .product_top_content .product-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
.thong-tin-san-pham .product_top_content .product-title p.price {
  margin-bottom: 0;
}
.thong-tin-san-pham .product_top_content .product-title.flatsale {
  border-bottom: 0;
  padding-bottom: 0;
}

.chinh-sach > * {
  margin-bottom: 0;
}
.chinh-sach > *:last-child {
  margin-bottom: 15px;
}
.chinh-sach .tu-van .mobile {
  display: none;
  background: #f1f1f1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
}
.chinh-sach .tu-van .mobile .icon {
  background: #2b2d6f;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
}
.chinh-sach .tu-van .mobile .icon svg {
  width: 30px;
  max-width: 30px;
}
.chinh-sach .tu-van .mobile .phone {
  color: #2b2d6f;
}
.chinh-sach .tu-van .mobile a {
  border: 0;
  color: #666;
  line-height: 30px;
}
.chinh-sach .tu-van .mobile a:hover .phone {
  color: #fff;
}
.chinh-sach .tu-van .mobile a:hover .icon {
  background: #fff;
}
.chinh-sach .tu-van .pc {
  display: block;
}
.chinh-sach .tu-van a {
  display: block;
  /* border: 1px solid #e5e5e5; */
  padding: 10px;
  transition: all 0s ease;
  border-radius: 0;
  background: #e5e5e5;
}
.chinh-sach .tu-van a:hover {
  background: #2b2d6f;
  color: #fff;
}
.chinh-sach .tu-van a:hover .phone {
  color: #fff;
}
.chinh-sach .tu-van a:hover .time {
  color: #fff;
}
.chinh-sach .tu-van a:hover .icon .border {
  background: #fff;
}
.chinh-sach .tu-van a:hover .icon .border svg {
  fill: #2b2d6f;
}
.chinh-sach .tu-van .hotline .text {
  text-transform: uppercase;
  font-size: 14px;
}
.chinh-sach .tu-van .hotline .phone {
  color: #2b2d6f;
  font-weight: 700;
  margin-bottom: -5px;
  font-size: 19px;
}
.chinh-sach .tu-van .hotline .time {
  font-size: 14px;
  font-weight: 700;
  color: #666;
}
.chinh-sach .tu-van .icon .border {
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  background: #2b2d6f;
  padding: 5px;
  border-radius: 50%;
}
.chinh-sach .tu-van .icon .border svg {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  fill: #fff;
  transform: rotate(-180deg);
  padding: 5px;
}

.woocommerce .quantity {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 90px;
  margin: 4px 4px 0 0 !important;
}
.woocommerce .quantity input, .woocommerce .quantity button {
  color: #333;
  display: inline-block;
  width: 30px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 30px ​ !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.woocommerce .quantity input.input-text {
  box-shadow: 0 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.woocommerce .quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

#san_pham_lien_quan {
  background: #edf2f8;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e5e5e5;
}
#san_pham_lien_quan .price .text {
  display: none;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  margin: 0 0 10px;
  width: 100% !important;
}

.woocommerce ul.product_list_widget {
  padding: 0;
  margin: 0;
}

.woocommerce ul.product_list_widget li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
  display: none;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 13px;
  color: red;
  padding-left: 10px;
}
.woocommerce ul.product_list_widget li a {
  display: flex;
  align-items: center;
}

.woocommerce ul.product_list_widget li:last-child {
  border-bottom: 0;
}

.woocommerce ul.product_list_widget li a {
  line-height: 20px;
}

.woocommerce ul.product_list_widget li a img {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.woocommerce ul.product_list_widget li a .product-title {
  font-weight: 500;
  font-size: 14px;
}

.woocommerce ul.product_list_widget li del,
.woocommerce ul.product_list_widget li ins {
  font-size: 14px;
  color: #ccc;
}

.woocommerce ul.product_list_widget li ins {
  color: #2b2d6f;
}

.woocommerce.tin-tuc {
  border: 10px solid #f1f1f1;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce.tin-tuc .products .product {
  width: 100%;
}

.woocommerce .star-rating {
  margin-top: 5px;
}

.woocommerce-page form .form-row-first {
  width: 100%;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce-additional-fields label {
  margin: 0;
}

.woocommerce-additional-fields .order_comments {
  min-width: 100%;
  min-height: 70px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0;
  padding-bottom: calc(25% - 5px);
  width: calc(25% - 10px);
  margin: 10px 5px;
  position: relative;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #f00 !important;
  font-size: 1.25em;
}

.woocommerce div.product p.price del {
  font-size: 16px;
}

.khuyen_mai {
  font-size: 14px;
  border: 1px solid #ffa5a5;
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  background: rgba(255, 0, 0, 0.1);
}

.khuyen_mai .title {
  font-weight: 700;
  color: #f00;
  margin-bottom: 5px;
  display: block;
}

.khuyen_mai ul {
  padding: 0;
  padding-left: 17px;
  margin: 0;
}

a.button.product_type_external {
  position: absolute;
  top: 30%;
  margin-top: 0 !important;
  left: 0;
  font-size: 14px;
  background: rgba(84, 170, 0, 0.6);
  color: #fff;
  border-radius: 0 16px 16px 0;
  font-weight: 400;
}

#dgm_nttt_tp {
  margin-bottom: 25px;
}
#dgm_nttt_tp .tham_khao_noi_dung {
  margin-top: 0;
}
#dgm_nttt_tp .tham_khao_noi_dung .title {
  background: #2b2d6f;
  color: #fff;
  position: relative;
  line-height: 36px;
  padding: 0 10px;
  border: 0;
}
#dgm_nttt_tp .tham_khao_noi_dung .title:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  width: 36px;
  text-align: center;
}
#dgm_nttt_tp .tham_khao_noi_dung .title.active:before {
  content: "-";
  position: absolute;
}
#dgm_nttt_tp .tham_khao_noi_dung .title p:first-child, #dgm_nttt_tp .tham_khao_noi_dung .title p:last-child {
  display: none;
}
#dgm_nttt_tp .tham_khao_noi_dung .title * {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#dgm_nttt_tp .tham_khao_noi_dung .content {
  padding: 20px 10px 0;
  border: 1px solid #2b2d6f;
  background: #fafafa;
}
#dgm_nttt_tp .tham_khao_noi_dung .content p {
  margin-bottom: 20px;
}
#dgm_nttt_tp .tham_khao_noi_dung .content p:first-child, #dgm_nttt_tp .tham_khao_noi_dung .content p:last-child {
  display: none;
}

.wc-block-grid .wc-block-grid__products {
  padding: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 15px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  float: left;
  width: 100px;
  margin-right: 15px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 18px;
  font-weight: 500;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  font-family: "Roboto", Arial, sans-serif;
  border-radius: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  background: #2b2d6f;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 3px;
}

#nttt_cung_thuong_hieu {
  background: #edf2f8;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .woocommerce .products.columns-6 .product {
    margin-bottom: 10px;
  }
  .woocommerce .products .product .onsale {
    top: 10px !important;
    right: 10px !important;
  }
  .woocommerce .products.columns-3 > .product,
  .woocommerce .products.columns-4 > .product,
  .woocommerce .products.columns-5 > .product,
  .woocommerce .products.columns-6 > .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .woocommerce .products .product .price .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 600px) {
  .moc_wco.style_2 .body .list .moc_wco_item {
    width: 25% !important;
    max-width: 25% !important;
  }
  .woocommerce .products.columns-3 > .product,
  .woocommerce .products.columns-4 > .product,
  .woocommerce .products.columns-5 > .product,
  .woocommerce .products.columns-6 > .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce .product #product_top .anh-san-pham {
    border-right: 0 solid #e5e5e5 !important;
  }
  .chinh-sach .tu-van .mobile {
    display: block;
  }
  .chinh-sach .tu-van .pc {
    display: none;
  }
  .chinh-sach .product_banner {
    order: 2;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  max-width: 23px;
  max-height: 23px;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}/*# sourceMappingURL=woo_27_10.css.map */

/*--------------------------------------------------------------
# Tài khoản
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}
.u-column1.col-1.woocommerce-Address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
    border: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}
.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #555;
    background-color: #f8f8f8;
    box-shadow: -2px 0 4px -4px #888 inset, 0 1px 0 #fff inset;
    padding: 15px 10px;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.woocommerce-MyAccount-navigation ul li a:before {
    position: relative;
    top: -2px;
    content: "\f192";
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 900 !important;
    margin-right: 10px;
    font-size: 10px;
    color: #13432c;
}
.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #FFF;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgba(0, 0, 0, 0.8);
}
.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0, 0, 0, 0.07);
}
#customer_login {
    width: auto;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}
#customer_login h2 {
    text-transform: uppercase;
}
.woocommerce #customer_login form.checkout_coupon, .woocommerce #customer_login form.login, .woocommerce #customer_login form.register {
    margin: 15px 0;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2, .woocommerce-page #customer_login .col-1, .woocommerce-page #customer_login .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 768px) {
    .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2, .woocommerce-page #customer_login .col-1, .woocommerce-page #customer_login .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    #customer_login .col-2 {
        border-left: 1px solid #ececec;
    }
}