/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
a {
    color: #0094ff;
}
#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    right: 0;
  }
  
  /*phone*/
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }
  
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  
  .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: #cf203170;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  
  .phone-vr-img-circle {
    background-color: #CF2031;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }
  
  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }
  
  .phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }
  
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  
  @-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  .phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
  }
  
  .phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
  }
  
  #zalo-vr .phone-vr-img-circle {
    background-color: #1F5E9D;
  }
  
  #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1f5e9da3;
    background-color: #1f5e9d7a;
  }
#header #top-bar .nav>li.html {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
#header #top-bar .nav>li.html a {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: var(--heading);
}
#header #masthead .header-nav-main>li.menu-item {
    margin: 0 15px;
}
#header #masthead .header-nav-main>li.menu-item>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 28px 0;
    color: #000000;
}
#header #masthead .header-nav-main.nav-line-bottom>li>a:before {
    width: calc(100% + 12px);
    border-radius: 2px;
}
.text-one h2{
  font-size: 54px;
    line-height: 1.1111111111;
}
.vnb-esim-rows-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 24px;
    border-radius: 16px;
    text-align: left;
    transition: all .3s ease;
    border: 2px solid #f5f5f8;
    background-color: #ffffff;
}
.product-transition {
    margin-right: 10px;
}
.product-transition img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid var(--border);
}
 .product-caption {
    flex: 1;
}
.country {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #000000;
}
.from-price span.title-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.from-price .amount {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1e97c2;
}
.vnb-esim-rows-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.vnb-esim-rows-item:hover {
    border-color: #1e97c2;
}
.tabbed-content.gigago-tab-support {
    display: flex;
    min-height: 510px;
    align-items: flex-start;
    flex-direction: column;
}
.tabbed-content.gigago-tab-support .nav {
    display: inline-flex;
    width: unset;
    border-bottom: 2px solid #f5f5f8;
}
.tabbed-content.gigago-tab-support .nav>li {
    margin-right: 60px;
}
.tabbed-content.gigago-tab-support .nav>li>a {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
}
.tabbed-content.gigago-tab-support .nav>li.active>a {
    color: #000000;
}
.tabbed-content.gigago-tab-support .nav>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    opacity: 0;
    transform: scale(.5);
    transition: all .3s 
ease;
    background-color: #1e97c2;
}
.tabbed-content.gigago-tab-support .nav>li.active>a:before {
    opacity: 1;
    transform: scale(1);
}
.tabbed-content.gigago-tab-support .nav>li>a:hover:before {
    opacity: 1;
    transform: scale(1);
}
.tab-ul{
}
.tab-ul ul{display: grid;grid-template-columns: repeat(2, 1fr);gap: 10px 25px;}
.tab-ul ul li{
  margin-left: 0;
  list-style: none;
  position: relative;
  padding-left: 25px;
  color: #222222;
  font-weight: 400;
  font-size: 15px;
}
.tab-ul ul li:before{
  content: '\e00a';
  font-family: fl-icons !important;
  position: absolute;
  left: 4px;
  top: 1px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
}
.tab-ul ul li:after{
  content:"";
  color:#1e97c2;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #1e97c2;
  border-radius: 50%;
}

.img.image-tab-phone-support {
    position: absolute;
    right: -25px;
    top: -45px;
}
.img.image-tab-phone-support img {
    width: 185px;
    object-fit: contain;
}
.custom_review .col-inner{
  background-color: rgb(245, 245, 248);
      padding: 24px 24px 24px 24px;
    border-radius: 24px;
}
.custom_review .icon-inner img {
    border-radius: 50%;
}
.custom_review .col-inner:hover .is-border{
  border-color: #1e97c2 !important;
}
.accordion.accordion-ch .accordion-item {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    border-radius: 16px;
}
.accordion.accordion-ch .accordion-item .accordion-title {
    position: unset;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 24px 30px;
    border: none;
    color: #000000;
    background-color: transparent;
}
.accordion.accordion-ch .accordion-item .accordion-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 16px;
    transition: all .3s ease;
    border: 2px solid #f5f5f8;
}
.accordion.accordion-ch .accordion-item .toggle {
    position: unset;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    height: unset;
    width: unset;
    opacity: 1;
    font-size: 14px;
}
.accordion.accordion-ch .accordion-item .toggle i {
    line-height: 1;
}
.accordion.accordion-ch .accordion-item .accordion-inner {
    padding: 0 30px 30px;
}
.accordion.accordion-ch .accordion-item .accordion-title.active:before {
    border-color: #1e97c2;
}
.text-p p{
  margin-bottom: .6em;
  color:rgb(0, 0, 0);
}
.tabbed-content.gigago-tab-mega-menu {
    justify-content: center;
}
.tabbed-content.gigago-tab-mega-menu {
    justify-content: center;
}
.tabbed-content.gigago-tab-mega-menu .nav {
    max-width: 970px;
    justify-content: space-evenly;
}
.tabbed-content.gigago-tab-mega-menu .nav>li {
    border: 0;
    transition: all .3s 
ease;
}
.tabbed-content.gigago-tab-mega-menu .nav>li>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
    padding: 12px 25px;
    transition: all .3s 
ease;
    color: #404963;
    border-left: 2px solid #fff;
}
.tabbed-content.gigago-tab-mega-menu .nav>li.active>a {
    font-weight: 500;
    color: #1e97c2;
    border-left: 2px solid #1e97c2;
}
.tabbed-content.gigago-tab-mega-menu .tab-panels {
    max-width: 970px;
    padding-top: 45px;
    border-left: 1px solid #1e97c2;
}
.sec-menuc2{
      padding: 0px 0px 0px 0px !important;
}
#header #masthead .header-nav-main .nav-dropdown {
    padding: 0 15px;
    border: none;
    border-radius: 8px;
    min-width: 225px;
    background-color: #ffffff;
    box-shadow: 1px 4px 16px rgba(0, 0, 0, .05);
}
#header #masthead .header-nav-main .nav-dropdown.nav-dropdown-default>li>a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 6px 0;
    border-bottom: none;
    color: #000000;
}
.page-title-breadcrumb {
    position: relative;
    display: flex;
    min-height: 240px;
    padding: 24px 0;
}
.page-title-breadcrumb .bg-breadcrumb {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-breadcrumb .gigago-breadcrumb {
    position: relative;
    z-index: 1;
}
.page-title-breadcrumb .col {
    padding: 0 15px;
}
.page-title-breadcrumb .breadcrumb {
    margin-bottom: 50px;
}
#wrapper .breadcrumbs {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
#wrapper .breadcrumbs a {
    color: #222222;
}
.page-title-breadcrumb .entry-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    color: #1e97c2;
}
.sec-menuc2 .col-menu{
  padding: 0px 0px 0px 0px !important;
}
.col-sumenh>.col-inner{
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
      border-radius: 40px 40px 40px 40px;
      padding: 20px 30px 15px;
      margin-bottom: 30px;
}
.col-sumenh>.col-inner .ux-logo-link{
  padding:0 !important;
}
.col-sumenh>.col-inner .ux-logo-link img{
  margin: 0 auto;
  margin-bottom: 20px;
}
.text-conso{
}
.text-conso h3{
      font-size: 41px;
      margin-bottom: 0;
      line-height: 39px;
}
.text-conso p{
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5;
}
.form-doitac input.wpcf7-form-control{
  height: 48px;
  border: 1px solid #69727d;
}
.col12-doitac >.col-inner{
  background-color: #fafafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 20px 15px;
  border-radius: 15px;
}
.accordion.tab-cauhoi{
  
}
.accordion.tab-cauhoi .accordion-item{margin-bottom: 15px;}
.accordion.tab-cauhoi .accordion-item .accordion-title{background-color: #f0f1f5;border: unset;padding-left: 15px;}
.accordion.tab-cauhoi .accordion-item .accordion-title button{left: unset;right: 0;}
.accordion.tab-cauhoi .accordion-item .accordion-inner{
  background-color: #fbfcff;
  color: #7B7B7B;
  padding: 15px;
}
.blog-header-wrapper .page-title-breadcrumb {
    min-height: 390px;
}
#post-list {
    margin-top: -120px;
}
#post-list .box-blog-post{
}
#post-list .box-blog-post .image-cover img{
      border-radius: 16px;
}
#post-list .box-blog-post .box-text{
}
#post-list .box-blog-post .box-text h5{-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;display: -webkit-box;height: 70px;text-overflow: ellipsis;}
#post-list .box-blog-post .box-text h5 a{
 color: #0c1941;
 font-size: 24px;
 line-height: 1.3333333333;
 font-weight: 600;
 /* text-overflow: ellipsis; */
}
#post-list .box-blog-post .box-text .post-meta{
      display: flex;
    align-items: center;
    margin: 8px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
}
#post-list .box-blog-post .box-text .post-meta i{padding-right: 10px;}
#post-list .box-blog-post .box-text .from_the_blog_excerpt {
  color: #0c1941;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
#header #masthead {
    border-bottom: 1px solid #f5f5f8;
}
#wrapper .breadcrumbs a {
    color: #222222;
}
.page-right-table .ez-toc-counter{
  display: none !important;
}
.main-table-content {
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 275px;
}
.main-table-content #ez-toc-container {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: unset !important;
    border: 0px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    max-width: 282px;
}
#related-posts .title {
    font-size: 36px;
    line-height: 1.3333333333;
    color: #0c1941;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}
#comments{
  display:none;
}
#related-posts{margin-bottom: 50px;}
.postTwoThumb img{
      object-fit: cover;
    width: 100%;
    border-radius: 16px;
    height: 100%;
}
.postTwoContent{
  margin-top: 20px;
}
.postTwoTitle{
}
.postTwoTitle a{
      color: #0c1941;
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 600;
}
.postIDate{
      display: flex;
    align-items: center;
    margin: 8px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
}
.postIDate i{margin-right: 5px;}
.postdesc{
  color: #0c1941;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.page-right-table h1 {
    font-size: 40px;
    line-height: 1.4;
    color: #0c1941;
    margin-bottom: 24px;
}
.search-box{
}
.search-box input.search-field{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border-radius: 16px 0px 0px 16px;
  height: 74px;
  margin: 0;
  padding: 20px 24px 20px 24px;
  border: 2px solid var(--border);
  color: #000000;
  box-shadow: -6px 8px 16px rgba(58, 42, 152, .1);
  background-color: #ffffff;
}
.search-box button.ux-search-submit{
  width: 68px;
  height: 73px;
  border-radius: 20px;
}
.search-box button.ux-search-submit i{
}
.ux-relay__load-more-button{border-radius: 25px;}
.live-search-results{
      z-index: 999;
}
.autocomplete-suggestion .search-price .amount{
      font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1e97c2;
}
@media (min-width: 768px) {
    .single-product .product-gallery {
        position: -webkit-sticky;
        /* position: sticky; */
        /* top: 150px; */
    }
      .gigago-fix-width .product-images {
        width: 100%;
        /* height: 100%; */
        display: block;
        max-width: 468px !important;
        position: sticky;
        top: 10px;
        top: calc(var(--flatsome-scroll-padding-top) + 30px);
        transition: top .6s;
    }
}
.gigago-fix-width .product-images img {
    border-radius: 16px;
    max-height: 624px;
    object-fit: cover;
}
.ggg-title {
    margin: 12px 0 10px;
    display: flex;
    align-items: center;
}
.ggg-title img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 100px;
    margin-right: 10px;
}
.single-product .product-summary .product_title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
}
.single-review-google {
    display: inline-flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}
.single-review-google .google-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-right: 7px;
    color: #000000;
}
.single-review-google .google-star img {
    display: block;
    height: auto;
}
.single-review-google a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.single-check-compatibility {
    margin: 20px 0;
}
.gigago-list-button-check-compatible {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-check-compatibility .gigago-list-button-check-compatible {
    justify-content: left;
}
.gigago-list-button-check-compatible .gigago-button-phone-esim {
    margin-right: 8px;
    padding: 3px 13px 3px 18.5px;
    border-radius: 24px;
    border: solid 1px #ddd;
    display: flex
;
    align-items: center;
    font-size: 14px;
    color: #222222;
    transition: 
ease-in-out .3s;
    -webkit-transition: 
ease-in-out .3s;
    cursor: pointer;
}
.gigago-list-button-check-compatible .gigago-button-phone-esim .icon {
    margin-top: 5px;
    margin-right: 6px;
    transition: 
ease-in-out .3s;
    -webkit-transition: 
ease-in-out .3s;
}
.popup-esim-compatible-devices {
    position: fixed;
    width: 100%;
    max-width: 930px;
    height: 486px;
    top: 50%;
    left: 50%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 24px;
    padding-bottom: 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: opacity .25s 
ease, visibility 0s 
ease;
}
.popup-esim-compatible-devices .header {
    position: unset;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.4;
    padding: 59px 0 0 0;
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
    width: 100%;
}
#main .popup-esim-compatible-devices .gigago-box-search {
    max-width: 792px;
    margin: 0 auto;
}
#main .esim-search {
    --background: #ffffff;
    --border: #F5F5F8;
    position: relative;
}
.gigago-check-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    background-color: rgba(0, 0, 0, .83);
    visibility: hidden;
    transition: opacity .25s 
ease, visibility 0s 
ease;
}
.gigago-list-button-check-compatible .gigago-button-phone-esim:hover {
    color: #ffffff;
    border-color: #1e97c2;
    background-color: #1e97c2;
}
.gigago-list-button-check-compatible .gigago-button-phone-esim:hover .icon svg path {
    fill: #ffffff;
}
.product-page-price{
  color:#1e97c2;
}
.product-page-price .amount{
  color:#1e97c2;
}
.woocommerce-variation-price .amount{
  color:#1e97c2;
}
.single-product.woo-variation-swatches .variations tr {
    display: block;
    margin-bottom: 22px;
}
.single-product.woo-variation-swatches .variations th.label {
    margin-bottom: 10px;
}
.single-product.woo-variation-swatches .variations th label {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #1e97c2);
}
.single-product .product-summary .quantity {
    margin-bottom: 10px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid silver;
}
.single-product .product-summary .quantity .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: none;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    text-shadow: none;
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    min-height: 48px;
}
.single-product .product-summary .quantity input[type=number] {
    height: 48px;
    border: none;
    box-shadow: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    color: #000000;
}
.single-product div.product .single_add_to_cart_button {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: unset;
    border-radius: 24px;
    padding: 14px 36px;
    border: none;
    margin-bottom: 10px;
    color: #fff;
}
.woocommerce-tabs .tab-panels{
  border-radius: 24px;
    border: solid 1px #efefef;
    padding: 26px 20px;
}
.woocommerce-tabs ul.tabs li{
}
.woocommerce-tabs ul.tabs li a{
      margin-top: 0;
      font-size: 28px;
      font-weight: bold;
      color:#000000;
      border: unset;
      text-transform: unset;
}
.product-footer .woocommerce-tabs{
  border-top: unset;
    padding: 0;
  margin-bottom: 50px;
}
#search-results {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    padding: 10px;
}
#search-results h4 {
    margin: 10px 0 5px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
#search-results .product-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
}
.product-search-wrapper {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

#product-search-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 16px;
  outline: none;
}

#product-search-results {
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  z-index: 999;
  display: none;
  max-height: 450px;
  overflow-y: auto;
}

.search-category {
  padding: 10px 16px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: #333;
}

.product-block-search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  transition: background 0.2s;
  cursor: pointer;
}

.product-block-search:hover {
  background: #f3f3f3;
}

.product-image-search img {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  object-fit: cover;
}

.product-caption-search {
  flex: 1;
}

.product-title-search {
  font-size: 15px;
  margin: 0 0 3px 0;
}

.product-price-search {
  font-size: 14px;
  color: #666;
}

.product-price-search .primary {
  color: #e63946;
  font-weight: bold;
}
.header-search-dropdown >a >i{
  color:#1e97c2;
}
.ggg-related-product-categories .name-related-product {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 15px;
}
.ggg-related-product-categories .list-related-product {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.ggg-related-product-categories .list-related-product .item-related-product {
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(245, 245, 248, .34);
    padding: 10px;
    transition: all .3s 
ease;
    -webkit-transition: all .3s 
ease;
    background-color: #f8f8f8;
    display: flex
;
    align-items: center;
}
.ggg-related-product-categories .list-related-product .item-related-product .image-related-product {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.ggg-related-product-categories .list-related-product .item-related-product .image-related-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    max-width: 40px;
    max-height: 40px;
}
.ggg-related-product-categories .list-related-product .item-related-product .content-related-product {
    margin-left: 10px;
    flex: 1;
}
.ggg-related-product-categories .list-related-product .item-related-product .content-related-product .title-related-product {
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    margin-bottom: 4px;
    transition: all .3s 
ease;
    -webkit-transition: all .3s 
ease;
}
.ggg-related-product-categories .list-related-product .item-related-product .content-related-product .price {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.ggg-related-product-categories .list-related-product .item-related-product .content-related-product .price>span:nth-child(1) {
    color: #767676;
    padding-right: 5px;
}
.ggg-related-product-categories .list-related-product .item-related-product .content-related-product .price .amount {
    font-size: 16px;
    font-weight: normal;
    color: #1e97c2;
}
.product-footer .widget-upsell{
  display:none;
}
.product-info {
    padding-top: 0;
}
.checkout-page-title{
      margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper label{
      font-size: 14px;
    font-weight: 400;
    color: #70778c;
}
.woocommerce-billing-fields__field-wrapper input{
    font-size: 16px;
    font-weight: 400;
    color: #70778c;
    border-radius: 16px;
    border: 2px solid #f5f5f8;
}
.woocommerce-billing-fields__field-wrapper .select2-selection{
    font-size: 16px;
    font-weight: 400;
    color: #70778c;
    border-radius: 16px;
    border: 2px solid #f5f5f8;
}
@media(max-width:549px){
  .html_topbar_right .lang{
  width:60px;
  }
  .text-one h2{
            font-size: 34px;
        line-height: 1.0588235294;
  }
  .vnb-esim-rows-item{
            flex-direction: column;
        align-items: flex-start;
        padding: 16px;
  }
  .product-transition{
            margin-right: 0;
        margin-bottom: 10px;
  }
      .tabbed-content.gigago-tab-support .nav>li>a {
        font-size: 18px;
        line-height: 26px;
    }
      .tabbed-content.gigago-tab-support .nav>li {
        margin-right: 20px;
    }
  .tab-ul ul{
        grid-template-columns: repeat(1, 1fr);
  }
      .blog-single .post-sidebar {
        display: none;
    }
      .page-right-table h1 {
        font-size: 30px;
        line-height: 1.2631578947;
    }
  .page-right-table .ez-toc-counter {
    display: block !important;
}
}
.stuck .tabbed-content.gigago-tab-mega-menu .nav>li>a{
  line-height:20px !important;
}
.gigago-checkout-popup-active .popup-esim-compatible-devices {
    opacity: 1;
    visibility: visible;
}
.gigago-checkout-popup-active .gigago-check-overlay {
    visibility: visible;
    opacity: 1;
}
.popup-esim-compatible-devices .header .gigago-nav-close {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 22px;
}
.text-danhsach{font-weight: 600;font-size: 24px;line-height: 32px;padding: 10px;/* display: flex; */align-items: center;justify-content: space-between;background: #f8f8f8;}
.text-danhsach p{margin-bottom: 0;text-align: center;}
.danhsach-ul{
  overflow: hidden;
  overflow-y: auto;
  padding: 30px 30px 0;
  height: 400px;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation {
    position: absolute;
    width: 100%;
    top: -48px;
    left: 0;
    background-color: #fff;
}
form.cart{
      position: relative;
}
.woocommerce-variation-price span{
      color: #1e97c2;
  font-size: 1.5em;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: #fff;
    box-shadow: -6px 8px 16px rgba(58, 42, 152, .1);
    border: 2px solid #f5f5f8;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 10px;
    border-radius: 10px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open{
  top: 540.609px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp {
    margin-top: -30px;
    display: block;
    box-shadow: -6px 8px 16px rgba(58, 42, 152, .1);
}
.address-field{
  width:100%;
}
.list-bank img{
  height:31px;
}
.dgwt-wcas-content-wrapp{
  display:block;
}