.hfill-list {
  row-gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .hfill-list .ip-control {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .hfill-list .ip-control {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .cartod-prds table tbody tr td {
    display: flex !important;
  }
  .cartod-prds table tbody tr td::before {
    content: attr(data-text) !important;
  }
}
.pdp-right .quantity .count {
  height: 4.4rem;
}
.pdp-right .pdp-control {
  flex: 1;
}
.about-col {
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .about-row {
    flex-direction: column;
    gap: 2rem;
  }
  .about-col {
    width: 100%;
    border-right: none !important;
  }
}

.header-top + .header-top::before {
  background: #656C6F;
}
.pdp-ctn .pdp-right .cart {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.pdp-ctn .pdp-right .cart .pdp-control-custom {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}
.pdp-ctn .pdp-right .cart .pdp-control-custom  > .btn {
  flex: 1;
}
.page-template .pro-box .pdp .pdp-inner .pdp-main .pdp-ctn .pdp-right .cart {
  align-items: flex-start !important;
}
.pdp-ctn .pdp-right .cart .pdp-control-custom>.btn {
  min-width: max-content;
}
.pro-item-product-ver2 .pro-box{
  padding-top: 4rem;
}
.pro-item-product-ver2 .pro-tag {
  left: 1rem;
  top: 1rem;
}
.hser-box .txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .hfill-inner {
    padding: 2rem;
  }
  .pdp-tab {
    margin-top: 4rem;
  }
  .pdp-tab-top {
    gap: 1rem;
  }
  .pdp .pdp-tab-top li a {
    text-align: center;
    font-size:1.8rem;
  }
}
/* .btn-thir {
  border: none !important;
}
.btn-thir::before {
  inset: 0.1rem !important;
} */

@media only screen and (max-width:768px) {
  .ecu-control {
    flex-wrap: nowrap !important;
  }
  .ecu-control .btn {
    min-width:8rem;
    padding: 1rem;
  }
  .ecu-control .btn .text {
    font-size:1.2rem;
  }
}


.header-more .flat {
  width: 2.4rem;
  display: inline-flex;
  align-items: center;
}
.header-more .flat img{
  width: 100%;
  object-fit: contain;
}

.header-more-inner .menu-list .menu-link{
display: flex !important;
}

@media screen and(max-width:1024px) {
  .pdp-wrap .pdp-add-list .pdp-add-info-right .btn {
    background: transparent !important;
  }
  .pdp-wrap .pdp-add-list .pdp-add-info-right .btn:hover {
    background: transparent !important;
  }
  .pdp-wrap .pdp-add-list .pdp-add-info-right .btn::after {
    display: none !important;
  }
}
.fsocial {
  position: fixed;
  bottom: 9rem;
  right: 3rem;
  z-index: 17;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fsocial {
    right: 1.5rem;
  }
}
.fsocial .icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  margin-top: 1.2rem;
  transition: 0.3s ease-in-out;
  position: relative;
  border-radius: 100rem;
}
@media screen and (max-width: 1200px) {
  .fsocial .icon {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .pdp-add-list .pro-item  .pro-box .pro-desc .pdp-add-info .pdp-add-info-right .btn {
    background: #fff !important;
  }
  .pdp-add-list .pro-item  .pro-box .pro-desc .pdp-add-info .pdp-add-info-right .btn:hover {
    background: #fff !important;
  }
  .pdp-add-list .pro-item  .pro-box .pro-desc .pdp-add-info .pdp-add-info-right .btn::after {
    background: #fff !important;
  }
}

.pdp-tab-img {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1.2rem;
  row-gap: 2.4rem;
}
.pdp-tab-img .item {
  padding: 0 1.2rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .pdp-tab-img {
    row-gap: 1.2rem;
    margin: 0 -0.6rem;
  }
  .pdp-tab-img .item {
    width: calc(100% / 3);
    padding: 0 0.6rem;
  }
.pdp-tab-video iframe {
  min-height: 30rem !important;
}


}
.pdp-tab-img .item .box {
  cursor: pointer;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}
.pdp-tab-img .item img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.pdp-tab-img .item .box:hover img {
  transform: translate(-50%,-50%) scale(1.05);
}
.pdp-tab-video {
  width: 100%;
}
.pdp-tab-video iframe {
  width: 100%;
  object-fit: contain;
  min-height: 40rem;
}
.pdp-tab-top {
  overflow: auto;
}
.pdp-tab-top::-webkit-scrollbar {
  display: none;
}
.pdp-tab-item {
  width: max-content;
  white-space: nowrap;
}


/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJiYWNrZG9vci5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIiJdLCJmaWxlIjoiYmFja2Rvb3IuY3NzIn0= */
