/* General */
body{
    font-family: Poppins;
    overflow-x: hidden !important;
}

h1{
    font-size: 56px !important;
    font-weight: 600 !important;
    line-height: 65px;
}

h2{
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 42px;
}

h3{
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px;
}

p{
    line-height: 30px;
}

.popup-gallery #imageWrap img,
.zoomContainer div,
.mfp-img{
    background: #fff;
}

.btn, .button{
  letter-spacing: 1.96px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 100px;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Salesperson Field */
.salesperson-field{
  margin: 15px 0px;
  background: #F7F7F7;
  max-width: 98%;
  padding: 20px;
}

.salesperson-field p{
  font-weight: 500;
  margin-bottom: 0px;
}

.salesperson-field textarea{
  height: 40px;
  width: 400px;
}

/* Footer */
@media (min-width: 990px) {
  .footer .row {
      display: flex;
      flex-direction: row;
  }
}

.footer .pattern a:hover{
  color: #4594EA !important;
}

.footer .col-sm-3:nth-child(2){
  order: 4;
}

.footer .col-sm-3:nth-child(3){
  order: 3;
}

.footer .background{
  padding-top: 25px;
  background-color: #fff !important;
  border-top: 1px solid #EAEAEA;
}

.social-links{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 15px 0 !important;
}

.footer .col-sm-3 h4{
  letter-spacing: 0.9px;
  font-weight: 500;
  font-size: 15px;
  background: none;
  margin-bottom: 10px;
  color: #313A43;
}

.footer ul li a{
  font-size: 14px;
  letter-spacing: 0.36px;
  color: #313A43 !important;
  line-height: 35px;
}

.contact-info .contact-item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-info .contact-item p{
  letter-spacing: 0.36px;
  font-size: 14px;
  line-height: 25px;
}

.contact-info .contact-item img{
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 15px;
}

.copyright-footer{
  width: 100%;
  text-align: center;
}

.copyright-footer p{
  letter-spacing: 0.36px;
  font-size: 12px;
  line-height: 22px;
  margin: 0 !important;
  padding: 0 !important;
}

.cd-top.cd-top--show{
  width: 41px;
  height: 41px;
  border-radius: 6px;
}

/* Menu */
#top-bar .col-sm-3{
    width: 100% !important;
}

#top-bar-right{
    display: none;
}

#top-bar .welcome-text{
    padding: 0 !important;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

ul.megamenu{
  background: none;
  display: flex;
  justify-content: center;
}

.container-megamenu .container{
  width: 100% !important;
}

header{
  padding-top: unset !important;
}

#top .search_form input{
  border-radius: 50px;
  width: 100%;
  border: 1px solid #818181;
}

a[data-easydrawer-id="drawer-account"]{
  display: block !important;
  margin: 5px auto 0;
  text-align: center;
}

a[data-easydrawer-id="drawer-account"] img{
  max-width: 80%;
  margin: 0 auto;
}

#header-right{
  display: flex;
  padding: 0;
  gap: 15px;
  align-items: center;
}

.cart-easydrawer{
  order: 3;
  position: relative;
  line-height: 0 !important;
  text-align: center;
  margin-top: 7px;
}

.easydrawer #total_price {
  border-radius: 50px;
  background-color: #FF8155;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  position: relative;
  right: -10px;
  top: -20px;
  padding: 1px 6px;
}

.cart-easydrawer a{
  line-height: 0 !important;
}

.search_form .button-search:before{
  display: none;
}

#top .container{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.sticky-wrapper.is-sticky #top .container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

ul.megamenu li .sub-menu .content{
  box-shadow: 0 2px 10px 1px rgba(129, 129, 129, 0.20);
  border-radius: 8px;
  height: 100% !important;
}

li.with-sub-menu > a:hover > span::after{
  color: #4594EA;
}

ul.megamenu > li > a.active:before, ul.megamenu > li > a:before{
  display: none !important;
}

ul.megamenu li .sub-menu .content ul li a{
  text-align: left;
  letter-spacing: 0.9px;
  font-size: 15px;
  line-height: 35px;
  /* color: #4594EA !important; */
}

#header-right .smartsearch{
  width: 300px !important;
}

ul.megamenu li .sub-menu .content ul li a:hover{
  color: #4594EA !important;
}

.submenu-list{
  list-style: none;
  text-align: left;
  padding-left: 0;
}

li.with-sub-menu > a > span {
  position: relative;
  padding-right: 18px; /* space for icon */
}

li.with-sub-menu > a > span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078"; /* fa-chevron-down */
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #313A43; /* match your menu text color */
}

/* li.with-sub-menu.hover > a > span::after,
li.with-sub-menu.open > a > span::after {
  transform: translateY(-50%) rotate(180deg);
  color: #4594EA;
} */



.is-sticky #top {
  box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}

.slider-header{
  z-index: 4;
}

/* Homepage */
.fullwidthbanner-container .tp-leftarrow, .fullwidthbanner-container .tp-rightarrow{
  background: #fff !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 100px;
}

.fullwidthbanner-container .tp-leftarrow:before, .fullwidthbanner-container .tp-rightarrow:before{
  color: #4594EA !important;
   width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

.fullwidthbanner-container .tp-leftarrow:hover, .fullwidthbanner-container .tp-rightarrow:hover{
  background: #4594EA !important;
}

.fullwidthbanner-container .tp-leftarrow:hover:before, .fullwidthbanner-container .tp-rightarrow:hover:before{
  color: #fff !important;
}

.tp-simpleresponsive img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.tp-bullets .bullet{
  background: #fff !important;
}

.tp-bullets .bullet.selected{
  background: #4594EA !important;
  border: none !important;
}

.technology-human{
    text-align: center;
    width: 70%;
    margin: 25px auto;
}

.technology-human h2{
    margin-bottom: 20px;
}

.btn-white{
    margin-top: 35px;
}

.btn-white a{
    text-transform: uppercase;
    letter-spacing: 1.96px;
    font-size: 14px;
    font-weight: 500;
    color: #4594EA;
    border: 1px solid #4594EA;
    padding: 10px 25px;
    border-radius: 100px;
    background: #fff;
    transition: background 0.3s ease, color 0.3s ease;
}

.btn-white a:hover{
  background: #4594EA;
  color: #fff;
}

.explore-products{
    margin-top: 30px;
}

.explore-products h2{
    margin-bottom: 30px;
}

.explore-products .list-explore{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.explore-item{
    width: 49.1%;
    position: relative;
}

.explore-item img{
    border-radius: 24px;
}

.explore-item .text{
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.explore-item .text h3{
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1.2px;
}

.explore-item .text p{
    color: #fff;
}

a.arrow{
    position: absolute;
  inset: 0;
  z-index: 2;
/*   text-indent: -9999px; */
    top: 0;
}

a.arrow span{
    display: none;
}

a.arrow::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #4594EA;
  transform: rotate(-45deg); /* rotate the icon */
  transition: background 0.3s ease, transform 0.3s ease;
  opacity: 0.5;
}

/* Optional: smoother hover */
.explore-item:hover a.arrow::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1.1);
}

.flagship-highlight{
    margin-top: 50px;
}

.home-banner{
    position: relative;
    margin-top: 30px;
}

.art-intelligent .container{
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.art-intelligent h1{
    margin-top: 0;
    font-size: 54px;
    line-height: 74px;
    font-weight: 500;
}

.aurasonic{
    position: relative;
}

.aurasonic .btn-white{
    position: absolute;
    bottom: 17%;
  left: 50%;
  transform: translate(-50%, -0%);
}

.home-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.signature-collection{
margin-top: 35px;
}

.signature-collection .list-group-collection{
    background: #F7F7F7;
    padding: 45px;
    border-radius: 25px;
}

.signature-collection .list-item{
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 30px;
}

.signature-collection .line-details, .signature-collection img{
    width: 50%;
}

.signature-collection .list-item:last-child{
    margin-bottom: 0;
}

.home-value{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 50px;
}

.home-value .list-value{
    width: 25%;
}

.home-value .list-value p{
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 15px;
}

.home-value .list-value span{
    letter-spacing: 0.36px;
    font-size: 12px;
}

.custom-subscribe{
  display: none;
}

.filter-product{
  margin-top: 50px;
}

.filter-product .box-heading{
  background: none;
  font-size: 32px !important;
  font-weight: 600 !important;
  margin-bottom: 5px;
}

.box.filter-product .slider-center-arrow .next, .box.filter-product .slider-center-arrow .prev{
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #4594EA;
}

.box.filter-product .slider-center-arrow .next:hover, .box.filter-product .slider-center-arrow .prev:hover{
  background: #4594EA;
}

.box.filter-product .slider-center-arrow .next span, .box.filter-product .slider-center-arrow .prev span{
  width: 43px;
  height: 43px;
  line-height: 43px;
}

.box.filter-product .slider-center-arrow .prev span:before, .box.filter-product .slider-center-arrow .next span:before{
  color: #4594EA;
      transition: 0.3s all ease;
}

.box.filter-product .slider-center-arrow .next:hover span:before, .box.filter-product .slider-center-arrow .prev:hover span:before{
  color: #fff;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
  background: #4594EA;
}

.owl-dots .owl-dot span{
  margin: 4px 6px;
}

.filter-product [class*="countdownText"]{
  display: none;
}

.product-actions{
  display: none;
}

.product-grid .product .right{
  text-align: center;
  display: flex;
  flex-direction: column;
}

.product-grid .product .name a{
  letter-spacing: 0.6px;
  font-size: 18px;
  line-height: 30px;
}

.product-grid .product .name{
  margin-bottom: 10px;
}

.product-grid .product .color{
  order: 3;
  margin-top: 10px;
}

.atc_btn{
  order: 4;
  letter-spacing: 1.96px;
text-transform: uppercase;
  font-size: 14px;
  color: #4594EA;
  border: 1px solid #4594EA;
  border-radius: 100px;
  padding: 8px;
  width: 60%;
  margin: 30px auto;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.atc_btn:hover{
  background: #4594EA;
  color: #fff;
}

.product-grid a.colorOption{
  width: 30px !important;
  height: 30px !important;
  border-radius: 100px;
  border: 1px solid #A8A8A8;
}

.product-grid .product .price{
  display: flex;
  flex-direction: column-reverse;
}

.product-grid .product .price .price-old{
  letter-spacing: 0.42px;
  font-size: 14px;
}

.product-grid .product .price .price-new{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.product-grid .product:hover{
  background: #F7F7F7;
  border-radius: 20px;
}

/* .filter-product .countdownTimer div{
  border: none;
  background: #FF8155;
  border-radius: 7px;
  color: #fff;
} */

.filter-product .countdownTimer div{
  border: none;
    margin: 0 3px;
    font-size: 10px;
    font-weight: 400;
}

.filter-product .countdownTimer .count-sect{
    background: #FF8155;
  border-radius: 7px;
  color: #fff;
    letter-spacing: 1.2px;
    font-size: 20px;
    font-weight: 600;
    padding: 8px;
    margin-bottom: 10px;
    width: 45px;
}

/* Contact Us */
.info-15 .breadcrumb{
    display: none;
}

.info-15 .main-content .col-sm-9,
.info-15 .main-content .col-sm-3{
    width: 50%;
}

.info-15 .main-content .col-sm-9{
    padding-top: 0;
}

.contact-info h1{
    font-size: 56px !important;
    font-weight: 600 !important;
    text-transform: none;
    margin-bottom: 0;
}

.contact-info .explore{
    font-size: 20px;
    line-height: 32px;
    width: 90%;
}

.contact-parent{
  margin-top: 25px;
}

.contact-list{
    display: flex;
    margin-bottom: 30px;
}

.inner-detail{
    margin-left: 15px;
}

.contact-list .title{
   font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
}

.contact-list p:not(.title){
    font-size: 15px;
    line-height: 30px;
}

.location-btn {
    border-radius: 50px;
    background-color: #CED7DE;
    padding: 8px 35px;
    position: relative;
    margin-right: 10px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
}

.location-btn img{
    margin-right: 10px;
}

.info-15 .main-content{
    background: url(/image/data/theme/info_page/contact_us/contact-us-banner_111125080308.png) no-repeat;
    background-size: cover;
    padding-top: 80px;
}

.info-15 .main-content .background{
    background: transparent !important;
}

#form1{
padding: 30px;
    border-radius: 24px;
background: #FFF;
box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
}

#form1 h3{
    margin-top: 0;
}

.form-builder textarea, .form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select {
    width: 100% !important;
    background: #fff;
}

#form1 h4{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select{
    height: 40px;
}

.message{
    height: 100% !important;
}

.form-builder textarea{
    height: 100px !important;
}

.submit6 .btn-primary{
    background: #4594EA !important;
    border: 1px solid #4594EA !important;
    padding: 8px 40px;
    border-radius: 100px;
    letter-spacing: 1.96px;
text-transform: uppercase;
    font-size: 14px;
}

.field-block {
  position: relative;
}

/* inject FA icon inside the input */
.name .field-block::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #b4b4b4;
  font-size: 16px;
  pointer-events: none;
}

/* add left padding so text doesn't overlap the icon */
.field-block .form-control {
  padding-left: 35px !important;
}

.email .field-block::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #b4b4b4;
  font-size: 16px;
  pointer-events: none;
}

.Phone .field-block::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #b4b4b4;
  font-size: 16px;
  pointer-events: none;
}

.subject .field-block::before {
  content: "\f086";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #b4b4b4;
  font-size: 16px;
  pointer-events: none;
}

.message .field-block::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 6%;
  left: 12px;
  transform: translateY(10%);
  color: #b4b4b4;
  font-size: 16px;
  pointer-events: none;
}

/* About Us */
.info-4 .breadcrumb .background{
    padding: 60px 0;
    background: url(/image/data/theme/info_page/about-us/about-us_111125155253.png) no-repeat;
    background-size: cover;
}

.brand-story{
    width: 85%;
    margin: 0 auto 60px;;
}

.brand-story h2{
    text-align: center;
}

.flagship{
    background: #EBE7E1;
    position: relative;
    display: flex;
    max-height: 500px;
    flex-direction: row-reverse;
    align-items: center;
}

.flag-detail{
    width: 100%;
    padding: 0px 10% 0 20%;
    z-index: 2;
}

.right-img-flag{
    /* position: absolute;
    right: 0;
    width: 48%; */
    width: 50%;
    object-fit: cover;
    height: auto;
    max-height: none;
}

.info-4 .main-content .container{
    padding-bottom: 0;
}

.global{
    margin: 70px 0;
}

.global .row:first-child{
    display: flex;
    align-items: center;
}

.global .row:first-child p{
    margin-bottom: 20px;
}

.mission-vission{
    margin-top: 70px;
}

.miss-viss{
    display: flex;
}

.miss-viss h2{
    padding-left: 15px;
}

.checkout-products{
    background: url(/image/data/theme/info_page/about-us/checkout-banner_111125162357.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0 80px;
}

/* Product Page */
.product-product .standard-body .fixed .container{
    padding-bottom: 0px;
}
.product-product .breadcrumb{
    display: none;
}

.product-title{
    font-weight: 500 !important;
}

.product-info .cart, .product-info .description, .product-info .options, .product-info .price{
   padding: 0 !important;
    background: none;
}

.product-info .price .price-new{
    letter-spacing: 0.72px;
    font-size: 24px;
}

.product-info .cart .add-to-cart .quantity input {
    color: #212121;
    text-align: center;
    /* background: #f2f2f2 !important; */
    padding: 10px 40px;
    min-width: 170px;
    height: 48px;
    margin: 0;
    border: 1px solid #cccccc;
    width: 100%;
    font-size: 16px !important;
    border-radius: 100px;
    line-height: 48px;
  }
  
  .product-info .cart .add-to-cart .quantity #q_down,
  .product-info .cart .add-to-cart .quantity #q_up {
    position: absolute;
    right: 11px;
    height: 17px;
    width: 18px;
    font-size: 8px;
    line-height: 17px;
    display: block;
    text-align: center;
    border: 0;
    height: 48px;
    top: 0;
    padding-top: 0;
    line-height: 48px;
    width: 30px;
  }
  
  .product-info .cart .add-to-cart .quantity #q_down {
    left: 11px;
    right: auto;
  }
  
  .product-info .cart .add-to-cart .button {
    font-size: 13px;
    height: 48px;
    font-weight: bold;
    letter-spacing: 1.96px;
    padding: 0px 55px;
    width: 100%;
    border-radius: 100px;
    font-weight: 500;
    line-height: 48px;
      display: block;
      text-transform: uppercase;
      margin-top: 30px;
  }
  
  .add-to-cart{
      margin-top: 20px;
  }
  
  .product-info .cart .add-to-cart p{
      display: block;
      margin: 0;
      font-size: 16px;
      font-weight: 400;
  }
  
  .product-info .cart .links a{
      font-size: 12px;
  }
  
  .product-info .rating{
      display: none;
  }
  
  .product-info .thumbnails li img{
      border: 1px solid #4594EA
  }

  .full-tabs{
    background: #F7F7F7;
    padding: 50px 0 0;
    margin-top: 60px;
}

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

.htabs a {
    display: inline-block;
    float: none;
    padding-bottom: 10px;
    font-weight: 500 !important;
    margin: 13px 40px 0 !important;
    padding: 0 0 5px;
    position: relative;
    font-size: 24px !important;
    letter-spacing: 1.2px;
    color: #818181 !important;
}

.htabs a.selected{
    color: #000 !important;
    border-color: #000 !important;
}

.share{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#st-1{
  z-index: 2 !important;
}

.share-text{
  margin-bottom: 0;
  font-size: 12px;
  margin-right: 15px;
}

.related-products-sect{
  margin: 70px 0 !important;
}

.related-products-sect .next, .related-products-sect .prev {
  margin: 0 !important;
  top: 50%;
  z-index: 2;
  position: absolute;
  transition: 0.3s 
ease-in-out;
  cursor: pointer;
  line-height: 40px;
  width: 40px !important;
  height: 40px !important;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #4594EA;
}

.related-products-sect .next:before {
  content: "\f054";
  color: #4594EA;
  opacity: 1;
  font-size: 15px;
  font-family: "Font Awesome 5 Free", FontAwesome;
  line-height: 40px;
  width: 40px !important;
  height: 40px !important;
  display: block;
  text-align: center;
}

.related-products-sect .prev:before {
  content: "\f053";
  color: #4594EA;
  opacity: 1;
  font-size: 15px;
  font-family: "Font Awesome 5 Free", FontAwesome;
  line-height: 40px;
  width: 40px !important;
  height: 40px !important;
  display: block;
  text-align: center;
}

.related-products-sect .next {
  right: 0%;
}

.related-products-sect .prev {
  left: 0%;
}

.related-products-sect .box-heading {
  background: none;
  margin-bottom: 15px;
  font-weight: 600 !important;
}

.related-products-sect .next span, .related-products-sect .prev span {
  display: none;
}

.count_holder_small{
  display: none !important;
}

.product-info .color-ser{
  display: none;
}

.colorOption.currentColorOption {
  position: relative;
}

.product-info a.colorOption.currentColorOption{
  border: none !important;
}

.coloroption-color{
  margin-top: 10px;
}

.colorOption.currentColorOption::after {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #31363F; /* dark grey same as screenshot */
  font-size: 14px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.colorseries{
  margin-top: 10px;
}

.coloroption-text b{
  font-weight: normal !important;
}

.product-info a.colorOption{
  border: 1px solid #BDBDBD;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  position: relative;
}

.product-info a.colorOption.currentColorOption::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 50%;
  border: 1px solid #606161;
}

#tab-description h2{
    display: none;
}

/* Review tab */
#review-title{
    display: none;
  }
  
  #tab-whats-box ul {
    list-style: none;
    padding: 0;
    line-height: 1.6;
  }
  
  .rating-review-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .write-review-btn > .btn-default {
    border-radius: 100px;
    font-weight: 500;
    transition-duration: 0.3s;
    background-color: unset !important;
    color: #4594EA !important;
    width: 100% !important;
    border: 1px solid #4594EA !important;
    padding: 0 25px;
    height: 45px;
  }
  
  #tab-review{
    color: #212121;
  }
  
  .write-review-btn > .btn-default:hover {
    background-color: #4594EA !important;
    color: #fff !important;
    border-color: #4594EA !important;
  }
  
  .rating i {
    font-size: 16px;
    margin: 0;
    /* padding-right: 5px; */
    color: #fff;
    /* -webkit-text-stroke: 1px #a5a5a5; */
  }
  
  .rating a {
    font-size: 16px;
  }
  
  #review {
    border-top: solid 1px #d0d0d0;
    padding-top: 35px;
    margin-top: 40px;
    color: #8b8b8b;
  }
  
  .review_form label.col-sm-2 {
    padding: 0;
  }
  
  .star-review-rating {
    padding: 0;
  }
  
  .star-review-rating:not(:checked) > label {
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 18px;
    color: #fff !important;
    -webkit-text-stroke: 1px #a5a5a5;
    margin-right: 5px;
    margin-bottom: 0;
    transition: 0.3s;
  }
  
  .star-review-rating:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  
  .star-review-rating:not(:checked) > label:before {
    content: "\f005";
    font-weight: 900 !important;
    font-family: "font awesome 5 free";
  }
  
  .star-review-rating:not(:checked) > label.active:before {
    content: "\f005";
    font-weight: 900 !important;
    font-family: "font awesome 5 free";
    color: #ffce00 !important;
  }
  
  #collapsereview {
    padding-top: 40px;
  }
  
  .form_content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  
  .review_form {
    display: flex;
    align-items: center;
  }
  
  .review_form.entry_review label.col-sm-2 {
    align-self: baseline;
    padding-top: 10px;
  }
  
  .review_form input[type="text"],
  .review_form textarea {
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #d0d0d0;
    background: #fff;
    color: #212121;
  }
  
  .review_form input[type="text"]:focus,
  .review_form textarea:focus {
    border-color: #4594EA;
  }
  
  .review_form input[type="text"] {
    height: 42px;
    border-radius: 8px;
  }
  
  /* .form_content .recaptcha {
    display: none;
  } */
  
  .form_content .buttons, .review-space {
    padding-left: 16.6666%;
  }
  
  #uploadApplication #uploader{
    padding-right: 0;
    padding-left: 20px;
  }
  
  #button-review {
    border-radius: 100px;
    padding: 10px 35px;
    background: transparent !important;
    font-size: 16px;
    color: #fff !important;
    font-weight: 500 !important;
    background: #4594EA !important;
    text-transform: capitalize;
  }
  
  #button-review:hover {
    background: #4594EA !important;
  }
  
  /* Review list */
  #tab-review h2 {
    display: none;
  }
  
  .review-list .text:before {
    display: none !important;
  }
  
  .review-list .rating {
    float: none !important;
  }
  
  .review_det {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .review-list {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  
  .rating-review-detail .fa-star:before {
    color: #D5D5D5 !important;
  }
  
  .rating-review-detail .fa-star.active:before {
    color: #FDCC0D !important;
  }
  
  #review .review-list .text {
    margin: 5px 0 0;
    padding: 0;
    border: transparent !important;
    background: transparent !important;
    display: inline-block;
    color: #212121;
  }
  
  #review .review-list .text:after {
    display: none;
  }
  
  .review-list p.review_text {
    font-size: 16px;
    color: #01131A;
  }
  
  .review-list p.review_name {
    font-size: 16px;
    color: #01131A;
    font-weight: 500;
  }
  
  .review-photos {
    display: none;
  }
  
  #review .rating i.active {
    color: #FDCC0D !important;
  }
  
  #review .rating i {
    color: #D5D5D5 !important;
  }

/* Category Page */
.footer .pattern a:hover{
  color: #4594EA !important;
}

.product-category .breadcrumb{
  display: none;
}

.banner-img img.bg_cat{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#mfilter-content-container .category-info{
  display: none;
}

.custom-category{
  border: none;
}

.custom-category .box-heading{
  letter-spacing: 0.6px;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 0 0 10px;
}

.box-category .box-content>ul{
  padding: 20px 0;
}

.box-category ul li a{
  letter-spacing: 0.9px;
  font-size: 15px;
  line-height: 35px;
}

.box-category ul li a.active{
  color: #4594EA !important;
  font-weight: 400;
}

.mfilter-box .box-heading{
  letter-spacing: 0.6px;
  font-size: 20px !important;
  font-weight: 600 !important;
  position: relative;
  margin-bottom: 15px;
}

.mfilter-button-bottom{
  border: none !important;
  top: 50%;
  right: 0px; /* or 0 */
  transform: translateY(-50%);
}

.mfilter-button-reset i{
  display: none;
}

.mfilter-button-reset{
  font-size: 12px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border: 1px solid #818181;
  padding: 3px 15px;
  border-radius: 100px;
  color: #818181;
}

.mfilter-heading-text{
  margin-left: 0;
}

.mfilter-heading-text span{
  letter-spacing: 0.9px;
  font-size: 15px;
  padding-left: 0;
}

.mfilter-heading-content{
  display: flex;
}

.mfilter-content-wrapper{
  border-top: none !important;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}

.mfilter-content li{
  margin-bottom: 20px;
}

#mfilter-opts-search{
  width: 100% !important;
}

.product-category .product-grid .product .name a{
  font-size: 16px !important;
  letter-spacing: 0.48px;
  line-height: 22px;
}

div.pagination .results{
  display: none;
}

div.pagination .links a, div.pagination .links b, div.pagination .links span{
  border: 1px solid #D9D9D9 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 100px;
}

div.pagination .links li.active span{
  background: #4594EA;
  border-color: #4594EA !important;
  color: #fff;
}

div.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  background: none;
}

div.pagination .links li {
  display: flex;
}

.list-options div{
  letter-spacing: 0.9px;
  font-size: 15px;
}

.product-filter .list-options select{
  height: 40px;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  font-size: 12px;
}

.product-compare{
  display: none;
}

/* Warranty page */
.account-product_warranties-save .box .box-heading{
  display: none;
}

.account-product_warranties-save .form td input[type="checkbox"]{
  width: 50%;
}

.warrabty-top-details{
  text-align: left;
  margin-top: 45px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D9D9D9;
}

#warranty_form{
  border-radius: 24px;
  background: #F7F7F7;
  margin-bottom: 80px;
}

.account-product_warranties-save .content{
  border: none;
  padding: 30px 0 0;
}

.account-product_warranties-save .buttons{
  margin: 20px auto 60px;
}

.account-product_warranties-save .form td:first-child{
  letter-spacing: 0.45px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.account-product_warranties-save .form td input, .account-product_warranties-save .form td select{
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  color: #313A43;
  font-size: 13px;
  height: 40px;
}

.account-product_warranties-save .form tr:last-child{
  display: flex;
  width: 100%;
 flex-direction: row-reverse;
}

.account-product_warranties-save .form tr:last-child td:first-child{
  width: 85%;
  text-transform: none;
}

.account-product_warranties-save .form tr:last-child td:last-child{
  width: 10%;
  margin: 0 auto;
}

p.notis{
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  padding; 0; 
}

.account-product_warranties-save .buttons .left .button{
  border: 1px solid #818181 !important;
  border-radius: 100px;
  color: #818181 !important;
  font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.96px;
text-transform: uppercase;
}

.account-product_warranties-save .buttons .left .button:hover{
  background: #818181 !important;
  color: #fff !important;
}

.account-product_warranties-save .buttons .right .button{
      font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.96px;
text-transform: uppercase;
  background: #fff;
  border: 1px solid #4594EA !important;
  border-radius: 100px;
  color: #4594EA !important;
}

.account-product_warranties-save .buttons .right .button:hover{
  background: #4594EA !important;
  color: #fff !important;
}

/* Account checkout */
[class^="checkout"] .breadcrumb .background,
[class^="account"] .breadcrumb .background{
  background: url(/image/data/theme/banners/breadcrumb/policy-breadcrumb_301025094240.png) no-repeat;
  background-size: cover;
}

[class^="checkout"] #header-right{
  display: none;
}

[class^="checkout"] h2, [class^="account"] h2,
[class^="checkout"] .box .box-heading, [class^="account"] .box .box-heading{
  font-size: 25px !important;
  line-height: 35px !important;
}

/* Responsive */
@media (max-width: 768px){
  h1{
    font-size: 35px !important;
    line-height: 45px;
  }
  h2 {
    font-size: 25px !important;
    line-height: 35px;
  }

  .technology-human{
    width: 100%;
    margin: 35px auto 50px;
}

#top #header-right{
    justify-content: flex-end;
}

.explore-item{
    width: 100%;
}

.explore-item .text{
    bottom: 10px;
}

.filter-product .countdown{
    margin-top: 25px;
}

.reverse{
    flex-direction: column-reverse;
}

.signature-collection .line-details, .signature-collection img {
    width: 100%;
}

.signature-collection .list-item{
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}

.signature-collection .list-group-collection{
    padding: 40px 30px 60px;
}

.home-value .list-value {
    width: 50%;
    margin-bottom: 30px;
}

.home-value{
    flex-wrap: wrap;
}

.footer-logo{
    padding-top: 10px !important;
    max-width: 30%;
    margin-bottom: 30px;
}

.easydrawer #total_price{
  right: 15px;
  top: 0px;
}

.responsive .box .box-heading{
  font-size: 25px !important;
  line-height: 35px !important;
}

ul.megamenu{
  flex-direction: column;
}

.breadcrumb .background{
  padding: 45px 0 !important;
}

.breadcrumb .container>div{
  padding: 0 !important;
}

.brand-story{
  width: 100%;
  margin: 25px 0 45px;
}

.right-img-flag{
  position: relative;
  width: 100%;
}

.flag-detail{
  padding: 30px 15px 40px;
  width: 100%;
}

.global .row:first-child{
  flex-direction: column;
}

.global .row:first-child img{
  margin-bottom: 25px;
}

.mission-vission{
  margin-top: 30px;
}

.mission-vission .col-md-6:last-child{
  margin-top: 40px;
}

.global {
  margin: 70px 0 50px;
}

.checkout-products{
  padding: 40px 0 60px;
}

.info-15 .main-content .col-sm-9, .info-15 .main-content .col-sm-3 {
  width: 100%;
}

.contact-info h1{
  font-size: 35px !important;
}

.info-15 .main-content .col-sm-9{
  padding-top: 30px;
}

.contact-info .explore{
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}

#form1{
  display: block !important;
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-img .container{
  width: 100%;
}

.banner-img img.bg_cat{
  height: 130px;
}

.title_page_cat{
  font-size: 30px !important;
}

#column_left .box {
  margin-top: 20px;
}

.responsive .custom-category .box-heading, .responsive .mfilter-box .box-heading{
  font-size: 18px !important;
}

.mfilter-button-bottom{
  top: 25px !important;
}

.atc_btn{
  width: 100% !important;
}

.product-grid .product .price .price-new{
  font-size: 18px;
}

.product-info .price .price-new{
  font-size: 20px !important;
  line-height: 30px !important;
}

.responsive .product-info .product-center{
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.add-to-cart {
  margin-top: 10px;
}

.htabs a{
  font-size: 13px !important;
  margin: 13px 10px 0 !important;
}

.product-product .standard-body .fixed .container{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.review_form{
  display: block !important;
}

.review_form label.col-sm-2{
  display: block !important;
}

.review_form input[type="text"], .review_form textarea{
  width: 100% !important;
}

.form_content .buttons, .review-space {
  padding-left: 0;
}

.related-products-sect {
  margin: 35px 0 !important;
}

.product-grid .product .name a{
  font-size: 15px;
  line-height: 22px;
}

.information-information .main-content .box-content ul, .account-product_warranties-save .box-information ul{
  column-gap: 30px;
      padding: 0 15px;
      overflow-x: scroll;
      justify-content: flex-start;
}

.information-information .main-content .box-content li a, .account-product_warranties-save .box-information li a{
  font-size: 14px;
  line-height: 22px;
}

/* .responsive .information-information .main-content .container{
  padding-bottom: 55px !important;
} */

.information-information .main-content .box-information, .account-product_warranties-save .box-information{
  margin-bottom: 30px;
}

.warrabty-top-details{
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.account-product_warranties-save #content form{
  margin: 0 15px 60px;
  padding: 25px 10px 0;
}

.account-product_warranties-save .form td{
  padding: 5px 0px 3px 0;
}

.account-product_warranties-save .form td input[type="checkbox"]{
  width: 40%;
}

.art-intelligent .container{
  width: 90%;
  top: 69%;
}

.art-intelligent h1{
  line-height: 40px !important;
  font-size: 30px !important;
}

.art-intelligent .btn-white {
  margin-top: 15px;
}

.location-btn{
  padding: 8px 25px;
}

.flagship{
  display: block;
  max-height: 100%;
}

}