
@font-face {
	font-family: NeueKabel;
	font-weight: 400;
	font-style: semi-bold;
	src: url('/file/assets?key=assets%2FNeueKabel-Medium.woff2') format("truetype");
}
@font-face {
	font-family: NeueKabel;
	font-weight: 500;
	font-style: bold;
  src: url('/file/assets?key=assets%2FNeueKabel-ExtraBold.woff2') format("truetype");
}
@font-face {
	font-family: NeueKabel;
	font-weight: 300;
	font-style: light;
	src: url('/file/assets?key=assets%2FNeueKabel-Regular.woff2') format("truetype");
}

* {
    font-family: 'NeueKabel', sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
::-webkit-scrollbar {
  height: 15px;
  width: 4px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #a4a7ab;
}
img {
  width: 100%;
  height: auto;
}
[class^="icondetail-"], [class*="icondetail-"] {
    background-image: url(https://statics.pancake.vn/web-media/ba/6d/e1/9d/efe2789bfe75c6bde434f2f2e76a8a8effb871ab4047ffcc4a451fae.png);
    background-repeat: no-repeat;
    display: inline-block;
    /* height: 30px; */
    /* width: 30px; */
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px
}

/*//header*/
.lmh-header-top {
    padding: 0 40px;
    background-color: #fff;
    height: 45px;
    background-size: cover;
}
.prd-mb {
    display: none;
}
.fix_mobile_heder {
  justify-content: space-between;
  align-items: center;
}
.fix_header_mobile_marquee {
  background-color: #252425;
  width: 40%;
  height: 100%;
  padding-right: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.header-main {
  z-index: 10;
  width: 100%;
}
.four-fashion {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0px 10px;
}
.text-aglinn img {
  aspect-ratio: 4/1;
  object-fit: cover;
  width: 100%;
}
.imglogohd {
  max-height: 74px;
  height: 100%;
  width: auto !important;
}
.navbar-mainmenu {
      text-align: center;
    position: relative;
}
#header-nav {
      display: flex;
    margin: 0;
    justify-content: center;
}
.navbar-mainmenu ul.menuList-main>li {
  list-style-type: none;
}
.navbar-mainmenu .menuList-main>li>a {
  padding: 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 15px;
  letter-spacing: 0.6px;
  color: black;
  font-weight: 400;
  white-space: nowrap;
}
.menuList-main a {
  text-decoration: none;
}
#header-nav .sub-menu {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 20px 10px 40px;
  display: none;
  box-shadow: 1px 3px 5px rgb(0 0 0);
}
.vu-zzzzz {
  position: fixed;
  top: -35px;
  right: 0;
  width: 100%;
  height: 65px;
}
#header-nav .sub-menu .submenu-left {
  display: flex;
  justify-content: center;
}
.navbar-mainmenu ul.menuList-submain li {
  position: relative;
}
.navbar-mainmenu ul.menuList-submain li a {
  padding: 9px 18px;
  text-align: left;
  display: block;
  font-size: 15px;
  color: black;
  white-space: nowrap;
}
.submenu-left>li>a:first-child {
  font-weight: 700;
}
#header-nav li:hover .sub-menu {
  display: block;
  list-style-type: none;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.headen-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.wpo-search {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.wpo-search-inner {
  width: 70px;
  animation: unseachr ease 0.2s forwards;
}
.wpo-search-inner .searchinput {
  outline: none;
  background: none;
  color: #4a4a4a;
  border: 0px solid #ececec;
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
  -webkit-appearance: none;
  transition: all 150ms linear;
}
.wpo-search-inner:hover {
      border-bottom: 1px solid #464444;
    animation: seachr ease 0.2s forwards;
}
.box-icon {
  position: relative;
  width: 27px;
  height: auto;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
}
.resultSearchDesktop {
  position: absolute;
  z-index: 9999;
  background: white;
  width: 280px;
  padding: 10px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  right: 0;
  top: 40px;
}
.stuck {
  top: 0 !important;
  position: fixed !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  animation-name: stick;
  animation-duration: 0.5s;
  transition: top 0.5s linear 0s;
  background-color: #fff;
}

.header-action {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.header-action a {
  color: white;
}
.header_dropdown_content {
  position: absolute;
  background-color: white;
  min-width: 300px;
  color: #677279;
  top: calc(100% + 15px);
  right: 0;
  left: auto;
  border-radius: 3px;
  z-index: 9;
}
.site-account {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.count-number {
  color: red;
  position: absolute;
  display: flex;
  top: -5px;
  left: 7px;
  width: 100%;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transform: translateX(-7px);
}
.headem-middle-mobi {
  display: none;
  padding: 4px 0;
  position: relative;
}
.box-logo-mobi {
  text-align: center;
}
.box-logo-mobi a {
  color: #fff;
}
.box-iconn-mobi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.site-overlay {
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
}
.m_menu_inner {
  max-width: 280px;
  background: #fff;
  height: 100vh;
}
.m_menu_inner_h {
  background-color: #fff;
  height: 50px;
  padding: 0 15px;
  position: relative;
}
.m_menu .logo_in .nkt {
  display: block;
  line-height: 50px!important;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.m_menu .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  margin-left: 50px;
  z-index: 1;
}
.menu {
  display: block;
  width: 98%;
  padding: 0;
}
.m_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    transition: 0.2s;
    padding-left: 0;
}
.m_menu .menu li {
  position: relative;
  float: none;
  border-bottom: 1px solid #eaebeb;
  padding: 0 15px;
  margin: 0;
  margin-left: 0px !important;
  line-height: 44px!important;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2e2b27;
}
.menu li.menu-item_mb {
  display: block;
  box-sizing: border-box;
  color: #2e2b27;
  font-weight: 500;
  font-size: 15px;
  border-radius: 0px;
  text-transform: uppercase;
  line-height: 45px;
  position: relative;
}
.menu li.menu-item_mb a {
  display: block;
  box-sizing: border-box;
  padding: 0;
  color: #2e2b27;
  font-weight: 700;
  font-size: 15px;
  border-radius: 0px;
  text-transform: uppercase;
  position: relative;
}
.headen-action-mobie img  {
  width: 25px;
}
.menu li.has_sub {
  background: url(https://statics.pancake.vn/web-media/f6/eb/6d/bf/7a534bb76f32fcf9d5e6962e2654c00b4154777780d0bc3325527d06.png) no-repeat right center;
  background-size: 10px;
  padding-right: 17px;
  position: relative;
}
.m_sub_pro {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-left: 0;
}
.m_sub_pro_h {
  background-color: #fff;
  height: 50px;
  padding: 0 15px;
  position: relative;
  border-bottom: 1px solid;
}
.m_sub_pro .closebtn1 {
  position: absolute;
  top: 10px;
  right: 11px;
  font-size: 20px;
  margin-left: 50px;
  z-index: 1;
}
.m_sub_pro_h h2, .m_sub_pro_h span {
  color: black;
  line-height: 50px;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
}
.m_sub_pro_cnt h5, .m_sub_pro_cnt .cat-ttl {
  background: #fff url(https://statics.pancake.vn/web-media/f6/eb/6d/bf/7a534bb76f32fcf9d5e6962e2654c00b4154777780d0bc3325527d06.png) no-repeat calc(100% - 10px) center!important;
  background-size: 10px !important;
  border-bottom: 1px solid #eaebeb;
  padding: 0 15px;
}
.m_sub_pro_cnt h5 a, .m_sub_pro_cnt .cat-ttl a {
  line-height: 44px!important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2e2b27;
}
.m_sub_pro_cnt #accordion div:not(.cat-ttl) {
  background: #fff9ef;
  padding-left: 20px;
}
.panel {
  background-color: #f1f1f1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  margin-bottom: 0px !important;
  border: 0px !important;
  list-style-type: none;
  padding-left: 0px;
}
.showmenu1 a {
  color: #000;
  text-decoration: none;
}
.clickloc {
  animation: endX ease 0.2s forwards;
}
.mb-menu, .mn-shopping-bag {
  position: fixed;
  max-width: 500px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  animation: statX ease 0.2s forwards;
  opacity: 0;
}
.mb-menu-title {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.mb-menu-title > h6 {
  font-size: 24px;
  margin-bottom: 0;
}
.mb-menu-bd {
  margin-top: 5px;
}
.cart-view {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.divider {
  float: left;
  width: 100%;
  border-top: 2px solid #2d2d2d;
  margin-top: -2px;
  margin-bottom: 10px;
}
.addtongtien {
  color: red;
}
.cart-holder-btn {
  margin-top: 30px;
  /* display: flex; */
  justify-content: space-evenly;
}
.cart-holder-btn > div {
  padding: 10px;
  white-space: nowrap;
}
.pdt-product-right-addcar-button {
  border: 1px solid black;
  position: relative;
  background-color: white;
  z-index: 1;
  cursor: pointer;
  height: 54px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-holder-btn-edit {
  width: 100%;
}
.cart-holder-btn .pdt-product-right-addcar-button-w {
  font-size: 15px;
}
.pdt-product-right-addcar-button-w {
  display: flex;
  padding: 17px 0;
  color: white;
  position: absolute;
  z-index: 5;
  text-align: center;
  font-size: 12px;
  justify-content: center;
  align-items: center;
}
.pdt-product-right-addcar-button-b {
  width: 100%;
  background-color: #ff1515;
  position: absolute;
  height: 52px;
  top: 0;
  right: 0;
  z-index: 3;
  animation: opacitycolor-botton-a ease-out 0.3s forwards;
}
.box-iconn-mobie img {
  width: 28px;
}
#data-slide1 {
  display: none;
}
.swiper-slide img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}
.swiper-slide span {
  width: 100%;
  height: fit-content;
}
.new-products {
  text-align: center;
  padding: 40px 0 35px;
  position: relative;
  margin-bottom: 30px;
}
.new-products .site a {
  text-transform: uppercase;
  color: black;
}
.new-products h2::before {
  bottom: 20px;
    position: absolute;
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #000;
    transition: all 0.3s linear;
}
.HomeAction div {
  color: white;
  font-weight: 300;
}
.site1 {
  text-align: center;
  padding: 10px 0;
}
.site a {
  text-decoration: none;
  color: #4a4a4a;
}
.site>a>h4 {
  font-size: 15px;
}
.site1 h4::before {
  position: relative;
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #000;
  transition: all 0.3s linear;
}
.infoBannerHome {
  text-align: center;
  padding: 5px 0 25px 0px;
}
.infoBannerHome h5 {
  margin: 21px 0 10px 0;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
.infoBannerHome h5>a {
  color: black;
  font-weight: 700;
}
.site2 {
  text-align: center;
  padding: 30px 0;  
}
.site2 h4::before {
  position: relative;
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #000;
  transition: all 0.3s linear;
}
.menu-item_mb.menu-item-type-post_type.menu-item-object-page div {
  font-weight: 400;
}
.menu-item_mb.menu-item-type-post_type.menu-item-object-page a {
  font-weight: 400;
  padding-left: 5px;
}
/*///footer*/
.footer-vu {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}
.store_bellow_link {
  font-weight: 400;
}
.innerInfoFooter ul {
  list-style-type: none;
}
ul.navbar-social {
  margin-top: 5px;
  padding-left: 0px;
}
.navbar-social {
  display: flex;
  align-items: center;
}
.navbar-social li {
  display: inline-block;
  text-align: center;
}
.innerInfoFooterr {
  margin: 0;
}
.title_footer {
  letter-spacing: 0.5px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  padding: 23px 0;
  margin: 0;
  font-size: 15px;
  cursor: pointer;
}
.panel-h li {
  margin-bottom: 5px;
}
.inner_footer_col {
  padding:0px 10px;
}
.panel-h .link-bottom {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 300;
}
.ft-r-info {
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(192,192,192,20%);
}
.ft-r-info > div > input {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 45px;
  font-weight: 300;
  padding: 0 10px;
  color: #252a2b;
  width: 100%;
  outline: none;
}
.ft-r-info > div > button {
  height: 45px;
  color: #fff;
  border: none;
  background-color: #6c6868;
  width: 30%;
}
.email_sub_title {
  padding-left: 2px;
}
.bct_img {
  display: flex;
  justify-content: center;
}
.bct_img>a>img {
  width: 150px;
  padding-top: 10px;
}
.copyright p {
  text-align: center;
}
.back-top {
  transform: rotatez(-90deg);
  bottom: 260px;
  display: none;
  height: 23px;
  width: 148px;
  overflow: hidden;
  position: fixed;
  right: -61px;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  color: #000;
  font-size: 15px;
  cursor: pointer;
}
.back-top .arrow_up {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.back-top .arrow_up img {
  transform: rotate(90deg);
}

/*dnah sách sản phẩm index*/
.name {
  text-align: center;
  margin-top: 15px;
}
.name h3 {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  /* text-transform: uppercase; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.rate {
  text-align: center;
  padding-bottom: 10px;
}
.rate span {
  font-size: 20px;
  color: red;
  font-weight: 400;
  /* text-transform: uppercase; */
  margin-left: 5px;
  white-space: nowrap;
}
.rate s.original_price span {
  font-size: 14px;
  color: black;
}
.mausacctr {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
/*////category Danh mục*/
.category_juno {
  margin: 20px 0 10px 0;
  text-align: center;
}
.soluongcantelory {
  font-weight: 300;
}
.custom-select {
  max-width: 180px;
  position: relative;
}
.orderby {
  padding: 5px;
  outline: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}
.custom-select {
  max-width: 180px;
    position: relative;
    /*min-width: 190px;*/
    /*margin: auto;*/
}
.custom-select select {
    display: none;
}
.orderby {
    padding: 5px;
    outline: none;
}
.select-selected {
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    cursor: pointer;
    user-select: none;
}
.select-items div, .select-selected {
    color: #000;
    padding: 2px 5px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
}
.select-selected {
    background-color: #fff;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 6px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #5a5959 transparent transparent transparent;
}
.select-hide {
    display: none;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    min-width: 190px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.select-items div, .select-selected {
    color: #000;
    padding: 2px 5px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    border: none;
    font-weight: 300;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 6px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #5a5959 transparent transparent transparent;
}
.slickhover {
  display: flex;
  justify-content: center;
  align-content: center;
}
.slickhover div {
  padding: 0px 5px;
}
/*/// product*/
.product-title h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.product-price {
  padding: 10px 0px;
}
.pro-price  {
  font-size: 20px;
  color: red;
  font-weight: 400;
}
.swatch {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px dotted #dfe0e1;
}
.title-attributes {
  padding-bottom: 5px;
}
.valueChild1 {
  cursor: pointer;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.valueChild1.active {
  border: 1px solid black;
  color: black;
}
.product-variants1 img {
  color: #ffffff00;
  position: relative;
  top: 2px;
}
.free_size.check_free_size {
  padding: 10px 0px;
}
.free_size.check_free_size a {
  font-weight: 300;
  font-size: 18px;
}
.selector-actions button {
  /*margin-bottom: 5px;*/
  display: block;
  font-size: 15px;
  padding: 0 10px;
  cursor: pointer;
  user-select: none;
  background: #f5f5f5;
  border: solid 1px #f5f5f5;
  font-weight: 600;
}
.quantity-area {
  margin-bottom: 15px;
}
.counter {
  display: flex;
}
.counter input {
  background: #fff;
  font-weight: 400;
  height: 32px;
  padding: 0px;
  text-align: center;
  width: 70px;
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  font-size: 15px;
}
    .btnX {
        display: inline-block;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }
    
    .btnX-bg {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all ease-in .2s;
        transition: all ease-in .2s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    
    .btnX:hover .btnX-bg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .btnX--untransition .btnX-bg {
        -webkit-transition: none;
        transition: none;
    }
    
    .btnX--unhover .btnX-bg {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    
    .btnX-text {
        position: relative;
        z-index: 1;
        -webkit-transition: all ease-in .2s;
        transition: all ease-in .2s;
        font-weight: 600;
       
    }
    
    .btnX-text:hover {
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s;
        font-weight: 600;
    }
    
    .btnX-yellowRv-bd {
        width: 100%;
        border: 1px solid black;
        background: black;
    }
    
    .btnX-yellowRv-bd-1 {
        width: 100%;
        border: 1px solid black;
        background: BLACK;
    }
    
    .btnX-yellowRv-bd .btnX-yellowRv-bg {
        background: white;
    }
    
    .btnX-yellowRv-bd .btnX-text {
        display: flex;
        line-height: 12px;
        align-items: center;
        justify-content: center;
        color: white;
        /*font-weight: bold;*/
         font-size: 15px;
        padding: 14px 35px;
    }
    
    .btnX-yellowRv-bd-1 .btnX-text {
        display: flex;
        line-height: 22px;
        align-items: center;
        justify-content: center;
        color: white;
        /*font-weight: bold;*/
         font-size: 15px;
        padding: 14px 35px;
    }
    
    .btnX-yellowRv-bd:hover .btnX-text {
        color: black;
    }
    
    .btnX-yellowRv-bd-1:hover .btnX-text {
        color: black;
    }
    
    .btnX-yellowRv-bd-1 .btnX-yellowRv-bg {
        background: white;
    }
    .product-content {
        
        margin: 0;
        padding: 0;
    }
    
    .title-bl h2 {
        font-size: 15px;
        font-weight: 700;
    }
    
    .product-description {
    margin: 10px 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    cursor: pointer;
    }
    .product-description-2 {
    margin: 20px 2px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    cursor: pointer;
    }
    .tablinksp.active {
    border-bottom: 1px solid black;
}
    .productdetail p {
        margin: 0 0 10px 0;
        line-height: 21px;
        font-size: 15px;
        color: #4a4a4a;
    }
    
    .productdetail ul {
        margin: 0 0 10px 0;
        line-height: 21px;
        font-size: 15px;
        color: #4a4a4a;
        list-style: none;
        padding: 0;
    }
    
    .list-proroductRealated h2 {
        margin: 10px 0 50px;
         font-size: 15px;
        padding: 0 0 15px;
        position: relative;
        color: #000;
        font-weight: 600;
    }
    
    .list-proroductRealated {
        position: relative;
        margin-bottom: 30px;
        
        margin: 0;
        padding: 15px 0 35px;
    }
    
    .list-proroductRealated h2:before {
        position: absolute;
        content: "";
        display: block;
        width: 55px;
        height: 1px;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #323232;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
.tabcontenthiden p {
  font-weight: 300;
}
.tabcontenthiden .col_icon_left p {
  font-weight: 400;
}
.icondetail-ratestar {
  background-position: -230px 0;
  height: 15px;
  width: 16px;
  margin-right: 4px;
}



/*---review product    */
.rating-star.left {
   
    width: 36%;
}
.rating-star {
    align-items: flex-start;
    /*display: flex;*/
    margin: 25px 0 20px;
}
.icondetail-ratestar {
    background-position: -230px 0;
    height: 15px;
    width: 16px;
}
.rating-star.left .rating-left {
    width: auto;
}
.rating-left {
    border-right: 1px solid #f1f1f1;
    position: relative;
    padding: 0 20px 10px 10px;
    text-align: center;
    width: 38.2%;
}
.rating-star .point {
    color: #fe8c23;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-top: 2px;
    margin-bottom:0px
}
.icondetail-darkstar {
    background-position: -269px 0;
    height: 17px;
    width: 18px;
}
.list-star {
    margin: 0 8px;
}
.rating-total {
    color: #333;
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
}
.rating-list{
  padding-left:0px;
}
.rating-list li {
    align-items: center;
    display: flex;
    margin-bottom: 0px;
}
.rating-list .timeline-star {
    background-color: #eee;
    height: 4px;
    position: relative;
    width: calc(100% - 60px);
}
.rating-list .timing {
    background-color: #fe8c23;
    left: 0;
    height: 4px;
    position: absolute;
    top: 0;
    margin: 0;
}
.rating-top {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    margin-top: -10px;
}
.rating-list .number-percent.dsp {
    color: #666;
    margin: 0px;
}
.rating-list .number-percent {
    color: #2f80ed;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-left: 10px;
    text-align: left;
    width: 35px;
    cursor: pointer;
}
.rating-list .number-star {
  padding-right: 10px;
  display: flex;
  font-weight: 300;
}
._3-8y {
    margin-top: 12px;
}

._ohe {
    float: left;
}

._8s {
    margin-right: 8px;
}

._1ci {
    height: 48px;
    width: 48px;
}

._42ef {
    overflow: hidden;
}

._56q9 {
    font-size: 14px;
    line-height: 1.358;
    word-break: break-word;
    word-wrap: break-word;
}

.UFICommentActorName {
    font-weight: 400;
    white-space: nowrap;
}

._3-8m {
    margin-bottom: 4px;
    margin-top: 4px;
}

._2vq9 {
    font-size: 13px;
    line-height: 1.358;
    padding-top: 2px;
}

.fcg {
    color: #90949c;
}
.tablinks {
  font-size: 16px;
}
.tablinks.active {
  border-bottom: 1px solid black;  
}
    
@media only screen and (max-width: 1023px) {
  .prd-mb {
    display: block;
  }
  .lmh-header-top.prd-mb {
    display: flex;
  }
  .prd-pc {
    display: none;
  }
  .header-main {
    display: none;
  }
  .headem-middle-mobi {
    display: block;
  }
  #data-slide1 {
    display: block;
  }
  #data-slide {
    display: none;
  }
  .bct_img>a>img {
    padding-bottom: 15px;
  }
  .back-top {
    bottom: 90px;
  }
  .name h3 {
    font-size: 16px;
  }
  .rate span {
    font-size: 16px;
  }
  .name {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .rating-star.left {
    width: 100%;
    margin-bottom: 0px;
  }
  .rating-left {
    border: unset;
    padding-bottom: 0px;
  }
  .rating-img.right {
    margin-top: 0px;
  }
  .name h3 {
    font-size: 14px;
  }
}
