#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        display: block;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        font-size: .85rem;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .product-sw-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.reviews.revirslider:not(.slick-initialized) > div {
  width: calc(100%/3); }
  .reviews.revirslider:not(.slick-initialized) > div:nth-child(n+2) {
    display: none; }

.your-galery:not(.slick-initialized) > div:nth-child(n+2) {
  display: none; }

.your-galerysmall {
  margin-top: 10px; }

.your-galerysmall:not(.slick-initialized) > div {
  width: calc(100%/6); }
  .your-galerysmall:not(.slick-initialized) > div:nth-child(n+2) {
    display: none !important; }

.slick-track {
  margin-left: 0; }

.your-galery:not(.slick-initialized) > div:nth-child(n+2) {
  display: none !important; }

.section-home-about .about-banner.banner-content:before {
  display: none; }

.section-home-about .about-banner.banner-content .about-content {
  border: none; }

.section-home-service .service-item {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center; }

.danhsachbacsi h1 {
  text-align: center;
  margin: 40px 0;
  font-size: 32px; }

.danhsachbacsi .flexbacsigrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 767px) {
    .danhsachbacsi .flexbacsigrid {
      grid-template-columns: repeat(2, 1fr); } }

.danhsachbacsi .artcildes {
  text-align: center; }

.danhsachbacsi .looptitle a {
  text-align: center;
  display: block;
  margin: 10px 0;
  font-weight: bold; }

.flexproductim {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  @media (max-width: 767px) {
    .flexproductim {
      grid-template-columns: repeat(1, 1fr); } }
  .flexproductim > div {
    min-width: 0; }

.datlcenter {
  text-align: center; }
  .datlcenter a {
    display: inline-block;
    background: #ab8e21;
    color: #fff;
    margin-top: 15px;
    padding: 2px 30px 2px 30px;
    line-height: 25px; }
    .datlcenter a:hover {
      box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }

.destination {
  max-height: 510px;
  overflow: auto;
  direction: initial;
  padding-left: 30px;
  margin-top: 35px; }
  .destination::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5; }
  .destination::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5; }
  .destination::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ab8e21; }
  .destination ul li {
    list-style: disc; }

.headinglobal {
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0; }

.flexvolcart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center; }
  .flexvolcart .flexvolcartdes {
    font-weight: bold;
    margin-top: 10px; }

.producttab1 {
  margin-top: 40px;
  margin-bottom: 60px; }

.lineglobal {
  text-align: center;
  margin-bottom: 40px; }
  .lineglobal .lineglobalmine {
    height: 1px;
    width: 200px;
    background: #ab8e21;
    display: inline-block; }

.princsspliqnaun {
  /* the slides */
  /* the parent */ }
  .princsspliqnaun .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .princsspliqnaun .slider-index.next svg {
      width: 24px; }
      .princsspliqnaun .slider-index.next svg path {
        stroke: #fff; }
  .princsspliqnaun .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .princsspliqnaun .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .princsspliqnaun .slider-index.prev svg path {
        stroke: #fff; }
  .princsspliqnaun:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .princsspliqnaun .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .princsspliqnaun .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .princsspliqnaun .slick-slide {
    margin: 0 15px; }
  .princsspliqnaun .slick-list {
    margin: 0 -15px; }

.revirslider {
  /* the slides */
  /* the parent */ }
  .revirslider .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .revirslider .slider-index.next svg {
      width: 24px; }
      .revirslider .slider-index.next svg path {
        stroke: #fff; }
  .revirslider .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .revirslider .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .revirslider .slider-index.prev svg path {
        stroke: #fff; }
  .revirslider:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .revirslider .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .revirslider .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .revirslider .slick-slide {
    margin: 0 5px; }
  .revirslider .slick-list {
    margin: 0 -5px; }

.wpcf7-form textarea, .wpcf7-form input, .wpcf7-form select {
  width: 100%; }

.bacsitemplatetem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 767px) {
    .bacsitemplatetem {
      grid-template-columns: repeat(1, 1fr); } }

.motabassi2 {
  margin-top: 40px; }

.recommendicon body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px; }

.recommendicon .subscription-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.recommendicon .subscription-option.selected {
  background-color: #e6f0ff;
  border: 2px solid #007bff; }

.recommendicon .subscription-option input[type="radio"] {
  display: none; }

.recommendicon .subscription-option label {
  display: flex;
  align-items: center;
  cursor: pointer; }

.recommendicon .subscription-option label .radio-button {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.recommendicon .subscription-option.selected label .radio-button {
  border-color: #007bff;
  background-color: #007bff; }

.recommendicon .subscription-option.selected label .radio-button i {
  color: #fff; }

.recommendicon .subscription-option .details {
  flex-grow: 1; }

.recommendicon .subscription-option .details .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px; }

.recommendicon .subscription-option .details .description {
  font-size: 14px;
  color: #888; }

.recommendicon .subscription-option .price {
  text-align: right; }

.recommendicon .subscription-option .price .amount {
  font-size: 18px;
  font-weight: bold; }

.recommendicon .subscription-option .price .discount {
  font-size: 14px;
  color: #007bff; }

.templateproduct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .templateproduct {
      grid-template-columns: repeat(1, 1fr); } }
  .templateproduct > div {
    min-width: 0; }

.productDetail--main {
  margin-bottom: 40px; }
  .productDetail--main .fleximagebum {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100% - 150px); }
    .productDetail--main .fleximagebum > div:nth-child(1) {
      width: 70px; }
    .productDetail--main .fleximagebum > div:nth-child(2) {
      width: calc(100% - 70px); }
    .productDetail--main .fleximagebum + .price {
      width: 150px; }

.quantityall .quantity-selector {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.quantityall .quantity-selector span {
  font-size: 16px;
  margin-right: 10px; }

.quantityall .quantity-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden; }

.quantityall .quantity-input button {
  background-color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px; }

.quantityall .quantity-input button:focus {
  outline: none; }

.quantityall .quantity-input input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 16px; }

.quantityall .quantity-input input:focus {
  outline: none; }

.quantityall .add-to-cart {
  background-color: #a37f00;
  color: #fff;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 0;
  width: auto;
  min-width: 260px;
  min-height: 50px;
  font-size: 19px;
  font-weight: bold;
  gap: 30px;
  display: flex;
  text-align: center;
  justify-content: center; }

.quantityall .add-to-cart:focus {
  outline: none; }

.fleximagegpll {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 767px) {
    .fleximagegpll {
      grid-template-columns: repeat(1, 1fr); } }

.imageproductloo {
  margin-top: 50px; }

.fleximagegpll {
  margin-top: 40px; }

.titleproduyc {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px; }

.priceproduct {
  margin-bottom: 20px;
  font-size: 20px; }

.starslider .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

.starslider .rating {
  font-size: 20px;
  color: #f1c40f;
  margin-bottom: 10px; }

.starslider .rating span {
  color: #333;
  font-size: 16px;
  font-weight: 400; }

.starslider .reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.starslider .review-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left; }

.starslider .review-card img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px; }

.starslider .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.starslider .review-header h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0; }

.starslider .review-header .date {
  font-size: 14px;
  color: #888;
  margin-left: 10px; }

.starslider .review-header .google-icon {
  margin-left: auto;
  color: #4285f4; }

.starslider .review-body {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px; }

.starslider .review-footer {
  font-size: 14px;
  color: #4285f4;
  cursor: pointer; }

@media (max-width: 768px) {
  .starslider .review-card {
    width: 100%; } }

.review-card img.icongo {
  position: absolute;
  right: 10px;
  width: 21px;
  height: 21px;
  top: 20px; }

.reviewheader {
  text-align: center;
  margin-bottom: 40px; }

.starslider .revirslider .slider-index.prev {
  left: -51px; }

.starslider .revirslider .slider-index.next {
  right: -51px; }

@media (max-width: 767px) {
  .starslider .revirslider .slider-index.prev {
    left: 0px; }
  .starslider .revirslider .slider-index.next {
    right: -0px; } }

.despolicy {
  margin-top: 30px; }

.vatitle {
  font-size: 32px; }
  @media (max-width: 767px) {
    .vatitle {
      font-size: 24px;
      margin-top: 30px; } }

#subut {
  width: 104px;
  background: #000;
  color: #fff;
  padding: 10px;
  border: none; }

#insPopupNewletter .col-input.box input, #insPopupNewletter select {
  padding: 8px;
  border: 1px solid #ccc;
  height: 45px; }

#insPopupNewletter label {
  font-weight: bold; }

#insPopupNewletter .textaracoll {
  grid-column: -1 / 1; }
  #insPopupNewletter .textaracoll textarea {
    border: 1px solid #ccc;
    padding: 15px; }

div:where(.swal2-container) {
  z-index: 999999; }

video {
  width: 100%;
  height: auto; }

.section-home-service .service-item .item-detail .detail-title {
  font-size: 20px; }

.section-home-service .service-item .item-detail .detail-desc {
  font-size: 16px;
  margin-bottom: 0; }

.starslider .revirslider .slider-index.next,
.starslider .revirslider .slider-index.prev {
  outline: none; }

.box-text-inner p {
  margin-bottom: 0; }

.box-text-inner p * {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400 !important; }

.bacsitemplatetem {
  margin-top: 30px; }

.bacsitemplatetem .bacsitemplatetem1 h1, .bacsitemplatetem .bacsitemplatetem1 h2 {
  color: #ab8e21; }

.your-galerysmall {
  margin-top: 5px; }

@media (min-width: 1000px) {
  .productdichvu .productfimage .your-galery img {
    width: 400px;
    margin: 0 auto; } }

.your-galerysmall a {
  padding: 5px;
  display: block; }

.quantityall .quantity-input {
  border: 0; }

.quantityall .quantity-input button {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #c9c9c9; }

.quantityall .quantity-input input {
  width: 60px;
  border: 1px solid #c9c9c9;
  height: 45px;
  border-right: 0;
  border-left: 0; }

.quantityall .quantity-input button:last-child {
  border-radius: 0 6px 6px 0; }

.quantityall .quantity-input button:first-child {
  border-radius: 6px 0px 0px 6px; }

.quantityall .quantity-input button:hover {
  background-color: #f2f2f2;
  color: #ab8e21; }

.productdichvu {
  margin-top: 40px; }
  .productdichvu .vatitle {
    color: var(--shop-color-button); }

.productdichvu .bkg-dichvu {
  background-color: #f9f9f9;
  padding: 20px 0;
  margin: 30px 0; }

.productdichvu .flexvolcart1image img {
  width: 60px;
  height: 60px;
  object-fit: contain; }

.product-loop .pro-desc {
  display: none !important; }

.recommendicon .subscription-option .price .discount {
  display: none; }

.bacsitemplatetem1 p {
  line-height: 25px;
  margin-bottom: 10px; }

.product-loop .pro-price {
  color: #b99d75;
  font-weight: bold; }

.product-loop .pro-price .price-del {
  text-decoration: line-through;
  color: #a2a2a2;
  display: inline-block !important;
  margin-left: 5px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400; }

.layout-pageProduct .productDetail-related h2, .layout-pageProduct .productDetail-recently-viewed h2 {
  color: #b99d75; }

.ModuleVideo {
  display: flex;
  justify-content: center;
  align-items: center; }

.youtube-embed-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; }

@media (max-width: 767px) {
  .collection-content .listProduct-row {
    gap: 0px; } }

@media (max-width: 991px) {
  .collection-content .listProduct-row .product-loop {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .product-loop .proloop-detail h3 {
    font-size: 14px;
    margin-bottom: 5px; } }

.productDetail--main .fleximagebum + .price span.price-del {
  text-decoration: line-through;
  font-size: 14px;
  color: #333; }

.product-loop .proloop-detail {
  text-align: center; }

.ProductActionAdd {
  margin-top: 10px; }
  .ProductActionAdd button {
    border: 0;
    background: #a37f00;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    outline: 0; }
    @media (max-width: 767px) {
      .ProductActionAdd button {
        font-size: 12px; } }

.product-loop .proloop-detail {
  margin-bottom: 20px; }

.ModuleReview table tr td {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }

@media (max-width: 767px) {
  .ModuleReview table tr td {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: initial; } }

@media (max-width: 991px) {
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart.show-mb {
    display: none; }
  .header-wrap-iconav.header-wrap-action.d-sm-block.d-lg-none {
    margin-left: 50px; } }

.section-collection-col.section-collection-col-1 {
  padding-top: 15px; }

.destination ul li ul li {
  list-style: circle; }

.destination ul li ul {
  margin-left: 15px; }

.item-ult {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 1rem;
  padding: 1rem 0; }
  .item-ult > * {
    min-width: 0; }
  .item-ult .title {
    font-size: 1.25rem; }

.productdichvu .flexproductim .productfimage .image img {
  width: 100%; }

.productdichvu .vatitle {
  margin-left: 20px; }

@media (min-width: 1000px) {
  .wrapper-mainCollection .section-breadcrumb {
    padding: 350px 0; } }

@media (max-width: 767px) {
  .productdichvu .vatitle {
    margin-left: 0; }
  .destination {
    padding-left: 20px; } }

.flexxnewall {
  display: flex;
  flex-wrap: wrap; }
  .flexxnewall input:nth-child(1), .flexxnewall input:nth-child(2) {
    width: calc(100%/2 - 10px) !important;
    border-bottom: 1px solid !important;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .flexxnewall input:nth-child(1), .flexxnewall input:nth-child(2) {
        width: calc(100% - 10px) !important; } }
