.grid-template-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.product-detail__gallery-img img,
.product-detail__gallery-img video {
  aspect-ratio: 4/6;
  object-fit: cover;
}

.height-product {
  height: 20px;
}

.product-detail__overview {
  margin-top: 1.875rem;
}

.product-detail__right {
  position: sticky;
  top: 10px;
}

.product-detail__overview__title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.product-detail__overview__title::after {
  content: "";
  border-top: 1px solid rgba(112,112,112,.5);
  flex-grow: 1;
  margin-left: 1rem;
}

.product-detail-price .pd-detail__title {
  font-size: 1.125rem;
  font-weight: 500;
}

.vn-reduced-price {
  font-weight: 600;
  font-size: 1.15rem;
  margin-right: 10px;
}

#text-color, 
#text-size {
  padding: 0 5px;
}

.style-variant-template {
  padding-left: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.style-variant-template li {
  float: left;
  margin-right: 5px;
  list-style: none;
}

.style-variant-template label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.style-variant-template input {
  display: none;
}

.style-variant-template input[type=radio]:checked + span {
  border: 1px solid #D87C7C;
  background: url(https://theme.hstatic.net/1000290074/1000781377/14/bg-variant-checked.png) no-repeat right bottom #fff;
}

.item-show.selected {
  border: 1px solid #D87C7C;
}

.overHidden {
  height: 100%;
  aspect-ratio: 1/1;
}

.style-variant-template li span {
  display: block;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-weight: 400;
}

.style-variant-template .out-of-stock .item-show{
  opacity:0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
}

.out-of-stock span{
  opacity:0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.out-of-stock input[type='radio']{
  pointer-events: none;
  opacity:0.5;
}

.item-show {
  object-fit: cover;
  border: 1px solid #ddd;
  padding: 2px;
}

.mona-bg {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mona-bg img {
  width: 100%;
  height: 100%;
}

.buttons_added .is-form {
  overflow: hidden;
  background-color: #f9f9f9;
  height: 40px;
  width: 20px;
  margin-right: 0;
  text-shadow: 1px 1px 1px #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.buttons_added .input-qty {
  background-color: #fff;
  height: 40px;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 0;
  outline: none;
}

.mySwiperVoucher {
  max-height: 50px;
}

.voucher-item,
.voucher-item__desc{
  display:flex;
  align-items:center;
  gap: 8px;
}

.voucher-item__code {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100px;
  border-radius:4px;
  background-color:#f5f5f5;
  height:48px;
  font-weight: bold;
  font-size: 14px;
}

.voucher-item__desc {
  width: calc(100% - 95px);
  border-radius:4px;
  background-color:#f5f5f5;
  height:48px;
  padding:.25rem 1rem;
}

.voucher-item__desc p{
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#onAppWishList_btn_wishlist button {
  font-size: 24px;
  color: rgb(233, 30, 99);
  width: 40px;
  height: 40px;
  background-color: transparent;
  outline: none;
  border: 1px solid #ddd;
}

#onAppWishList_btn_wishlist button:hover {
  background-color: #8e9095;
}

.notification-add-cart-error {
  position: fixed;
  display: none;
  right: 10%;
  color: white;
  top: 30%;
  z-index: 1000;
  border: 1px solid #f08522;
  background: #0c8796;
  padding: 16px;
  animation: notification-add-cart-error 0.5s ease-in-out;
}

@keyframes notification-add-cart-error {
  0% {
    opacity: 0;
    top: 0%
  }
  100% {
    opacity: 1;
    top: 30%;
  }
}

.info-collapse {
  border-top: 1px solid #e5e5e5;
}

.info-collapse__head {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: .875rem;
  font-weight: bold;
  padding: 1rem 0;
  margin-bottom: 0;
  justify-content: space-between;
  text-transform: uppercase;
  cursor: pointer;
}

.info-collapse__head img {
  width: 10px;
}

.info-collapse__body {
  max-height: 0;
  overflow: hidden;
  transition: 500ms all;
  padding: 0 15px;
}

.selection-needed {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #E3E3E3;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  
  width: 50%;
  height: 45px;
  outline: none;
  border: none;
  text-align: center;
}

.btn-cart-checkout {
  gap: 15px;
  z-index: 1;
}

.product-additional img {
  width: 100%;
  margin-bottom: 10px;
}

.product-additional p {
  margin-bottom: 10px;
}

.product-additional {
  height: 500px;
  overflow: hidden;
  /*transition: height .2s;*/
  transition: 500ms all;
}

.show-more {
  text-align: center;
}

.product_getcontent .show-more::before {
  height: 80px;
  margin-top: -80px;
  content: "";
  display: block;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
}

.btn-action i {
  font-size: 14px;
}

.background-succ {
  background-color: #00BCC2;
  color: #fff;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #00BCC2;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0px auto;
  box-shadow: inset 0px 0px 0px #00BCC2;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}


.review-comments-container {
  padding-top: 1.875rem!important;
  padding-bottom: 4.0625rem!important;
}

.heading__title h2 {
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .feedback-overview {
    padding: 1.25rem 5rem;
  }
  
  .feedback-overview__detail {
    padding: 0 1rem 0 4rem;
  }
}

.feedback-overview {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  color: #373737;
  justify-content: center;
}

.feedback-overview__left {
  display: flex;
  align-items: center;
}

.feedback-overview__detail {
  padding: 0 1rem 0 2.2rem;
  flex-grow: 1;
  font-size: .75rem;
  font-weight: 500;
}

.feedback-overview__total__score {
  letter-spacing: -.02em;
  font-size: 2.5rem;
  font-weight: 600;
  color: #212121;
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}

.tvh-pro-evaluate p {
  text-align: center;
  font-size: 14px;
}

.progress {
  width: 230px;
  margin-right: 10px;
  height: 10px;
  border-radius: 0;
  background: #bfc1cb;
}

.progress-last {
  background: #092239;
}

.fw-medium {
  font-weight: 600;
}

.feedback-list-sort-list {
  display: inline-block;
}

.feedback-list-sort-list .btn-sort {
  padding: .5rem 1.25rem;
  border: 1px solid #efefef;
  background: #efefef;
  margin-left: 10px;
  cursor: pointer;
}

.feedback-item__left img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 100%;
}

.feedback-item {
  display: flex;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(192,194,203,.5);
}

.feedback-item:last-child {
  border-bottom: 1px solid rgba(192,194,203,.5);
}

.feedback-item__right {
  width: calc(100% - 48px);
  padding-left: 26px;
}

.feedback-item__author__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feedback-item__author__top {
  display: block;  
}

.feedback-item__author__name {
  font-size: .875rem;
  font-weight: 500;
  margin-right: 0.5rem;
  letter-spacing: .02em;
  margin-bottom: 5px;
}

.feedback-item__author__time  {
  font-size: .675rem;
  color: #c0c2cb;
}

.feedback-item__desc {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: .75rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.feedback-item__media-items {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

.feedback-item__media-items img {
  width: 95px;
  height: 95px;
}

.feedback-item-none {
  display: none;
}

.btn-sort.show-active {
  border-color: #092239;

}

.product-detail__left .swiper-horizontal>.swiper-scrollbar {
  position: inherit;
  margin-top: 16px;
  left: 50%;
  bottom: 1px;
  z-index: 50;
  height: 5px;
  width: 72%;
  transform: translate(-50%, 0);
}

.mySwiper22,
.info-collapse-mb {
  display:none;
}

.modal-dialog-bottom,
.icontvh {
  display: none;
}

@media(min-width: 431px) {
  .feedback-list-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .feedback-list-sort-left {
    display: flex;
  }
}

@media(max-width:430px){
  .product-detail .col-lg-7.col-md-6.col-12.slideimg {
    padding:0px ;
  }
  
  .feedback-overview__detail {
    padding: 0 1.25rem 0 1.25rem !important;
  }
  
  .heading__title h2 {
    margin-bottom: 1.2rem;
  }
  
  .mySwiper22,
  .info-collapse-mb,
  .icontvh {
    display:block;
  }

  .product-detail__gallery.grid-template-columns,
  .info-collapse-pc,
  .addtocart span {
    display:none;
  }
  
  .addtocart{
    width: 25%;
  }
  
  .btn-cart-checkout {
    gap: 0;
  }
  
  .addtocart {
    background-color: #00BCC2;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  .icontvh .fa-comment-dots,
  .icontvh i {
    font-size: 20px;
    color: #fff;
  }
  
  .btn-style-checkout {
    background: red;
    border: 1px solid red;
    color: #fff;
    width: 75%;
  }
  
  .btn-style-checkout svg {
    fill: #fff;
    margin-bottom: 5px;
  }
  
  .product-detail__right {
    padding-top: 30px;
  }
  
  .modal-dialog-bottom {
    width: 100%;
    transition: transform 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
  }
  
  .scrollY-body {
    overflow: hidden;
  }
  
  .modal-dialog-bottom img {
    width: 100%;
  }
  
  .modal-dialog-bottom .modal-body p {
    margin-bottom: 10px;
  }
  
  .modal-dialog-bottom .modal-body {
    overflow: auto;
  }
  
  .modal-dialog-bottom .modal-content {
    border: none;
    max-height: 80vh;
  }
  
  .feedback-item__right {
    padding-left: 15px;
  }
  
  .feedback-list-sort-list {
    display: flex;
    gap: 10px;
  }
  
  .feedback-list-sort-list .btn-sort {
    margin-left: 0;
    margin-top: 5px;
    padding: 0.5rem;
  }
  
  .feedback-list-sort-left {
    margin-bottom: 15px;
  }
  
  .feedback-item__media-items img {
    width: 80px;
    height: 80px;
  }
  
  .feedback-overview__total {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  
  .feedback-overview,
  .feedback-overview__left {
    display: block;
    background: #fff;
  }
  
  .review-comments-container {
    padding-top: 1.2rem !important;
  }
  
  .btn-cart-checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1rem;
    box-shadow: 0 -1px 5px rgb(0 0 0 / 10%);
    background: #fff;
  }
}

.inprodOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: 9999;
  display: none;
}

.Notify {
  position: absolute;
  z-index: 10001;
  background-color: white;
  top: -25%;
  width: 100%;
  left: 0px;
   display: none; 
  padding: 1rem 1rem;
  
}

.__addtoCartbox {
  position: fixed;
  z-index: 10001;
  background-color: white;
  bottom: 0;
  width: 100%;
  display:none;
  padding: 0 1rem;
}

.__addtoCartbox  .modal-header {
  padding: 1rem 0;
}

.vb-item {
  -m-color: #5f839e;
  /*padding: 0.375rem 0.625rem;*/
  background-color: var(--m-color);
  position: relative;
}

.vb-item::before {
  right: 0;
  background-image: radial-gradient(circle at 4px 6px,#fff 4px,rgba(0,0,0,0) 4px);
}


.vb-item::after, .vb-item::before {
  content: "";
  width: 4px;
  background-size: 4px 12px;
}

.password-toggle__btn, .vb-item::after, .vb-item::before {
  position: absolute;
  height: 100%;
  top: 0;
  background-position: center center;
  z-index: 2;
}

.vb-item::after {
  left: 0;
  background-image: radial-gradient(circle at 0 6px,#fff 4px,rgba(0,0,0,0) 4px);
}

.vb-item__inner {
  background-color:#fff!important;
  color: #212121!important;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.875rem;
  background-position: left -1.5rem bottom -1rem;
  background-repeat: no-repeat;
  background-size: 6.375rem auto;
}

.vb-item__icon {
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2!important;
  border-radius: 100%;
  padding: 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cn-item__right, .vb-item__info {
  flex-grow: 1;
  padding-left: 0.75rem;
}

.vb-item__title {
  font-family: 'Montserrat', sans-serif;
  color: var(--m-color);
  font-weight: 700;
  font-size: .875rem;
  margin-right: 0.5rem;
}

.vb-item__desc {
  margin-bottom: 0;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size:12px;
}

.vb-item__footer {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.__addtoCartbox .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 0 1rem 0; 
  
    max-height: 600px;
    overflow-y: scroll;

}

.vb-item+.vb-item {
  margin-top: 0.75rem;
}


.vb-item__expiration {
  font-size: 10px;
  color: #8e9095!important;
}

.vb-item__apply {
  font-size:12px;
}

.vb-item.vnss {
  padding: 6px 11px;
  background-color: #5f839e;
}

.fancybox__container {
  z-index: 99999 !important;
}

@media(max-width: 768px) {
  .feedback-list-sort-text,
  .feedback-list-sort-list .btn-sort,
  .btn-comment {
    font-size: 14px;
  }
}

@media(min-width:1024px){
  .__addtoCartbox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 29%;
    display: none;
    padding: 0 1rem;
    transform: translate(-50%, -50%);;
    height: fit-content;
    
  }
}

.style-variant-template .out-of-stock div{
  opacity:0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
}

/*////css more*/
  .py-55 {
    padding-bottom: 3.4375rem!important;
  }
  
  .heading {
    margin-bottom: 1.5rem;
  }
  
  .heading__title {
    text-align: center;
  }
  
  .heading__title--18 {
    font-size: 1.125rem;
  }
  
  .gy-45 {
    --bs-gutter-y: 2.8125rem!important;
  }
  
  .pd-item__top {
    margin-bottom: 10px;
  }
  
  .pd-item__top__img img {
    width:100%;
    aspect-ratio: 4/6;
  }
  
  .pd-item__top__tag {
    width:53px;
    background-color: #1b75fb;
    color: #fff;
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    padding: 0.1rem 12px;
    border-radius: 0;
    min-width: 4.8125rem;
    text-align: center;
    top: auto;
  }
  
  .pd-item__bottom__title {
    font-weight: 500;
    letter-spacing: .02em;
  }
  
  .pd-item__bottom__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    color: inherit;
    font-weight: 500;
  }
  
  .pd-item__bottom__price {
    margin-bottom: 0.375rem;
  }
  
  .pd-item__bottom__price__new {
    font-weight: 600;
    margin-right: 0.5rem;
    font-size: 16px;
    letter-spacing: .02em;
  }
  
  .pd-item__bottom__colors {
    cursor: pointer;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8,1fr);
    grid-gap: 0.5rem;
    max-width: 90%;
  }
  
  .pd-item__bottom__colors>span {
    display: block;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
  }
  
  .pd-item__bottom__colors>span::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  
  .pd-item__bottom__colors>span.active {
    border: 2px solid #092239!important;
  }
  
  .m-45, .mt-45, .my-45 {
    margin-top: 2.25rem!important;
  }
  
  .btn-icon-end i:last-child {
    margin-left: 0.4rem;
    font-size:12px;
  }
  
  .btn {
    padding: 0.35rem 2rem;
    font-weight: 600;
    font-size: .8125rem;
  }
  
  @media(max-width:600px){
    .pd-item__bottom__colors {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [ 5 ];
      grid-template-columns: repeat(5,1fr);
      grid-gap: 7px;
      max-width: 90%;
    }
    
    .gy-45 {
       --bs-gutter-y: 1rem !important;
    }
  }
  
  @media(max-width: 430px){
    .col-6 {
      padding: 0 7px;
    }
    
    .pd-item__bottom__title a {
      font-size: 14px;
    }
  }



.warehouse_name-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
}

.warehouse_name-item p {
  font-size: 15px;
  margin-top: 7px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.warehouse_name-item p a {
  color: #444;
}


