/*
Theme Name: C12WE0824
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
div.box.product-small .box-image {
  border: 1px solid #F1F1F1;
  border-radius: 15px;
  overflow: hidden;
}
div.box.product-small .box-text .title-wrapper {
  margin-bottom: 5px;
}
div.box.product-small .box-text .title-wrapper .product-title a {
  color: #000;
}
div.box.product-small .box-text .box-action-wrapper {
  display: flex;
  gap: 10px;
}
div.box.product-small .box-text .box-action-wrapper > * {
  flex-grow: 1;
  font-size: 14px;
}
@media (max-width: 549px) {
  div.box.product-small .box-text .box-action-wrapper {
    margin-top: 15px;
    flex-direction: column;
  }
  div.box.product-small .box-text .box-action-wrapper .product-box-btn {
    margin: 0;
  }
}
div.box.product-small .product-box-btn {
  display: block;
  border-radius: 5px;
  line-height: 1;
  padding: 10px 0;
  background: #FFF;
  color: #000;
  border: 1px solid #F1F1F1;
  margin-top: 10px;
  text-transform: uppercase;
}
div.box.product-small .product-box-btn.btn-quickbuy {
  background: #00D0D1;
  color: #FFF;
}

.yw-archive-product-sub-categories ul {
  display: flex;
  overflow-x: auto;
  margin: 0;
  list-style: none;
  scroll-snap-type: x mandatory;
  padding: 30px 0;
  gap: 15px;
  margin-left: 15px;
}
.yw-archive-product-sub-categories ul li {
  padding: 0;
  margin: 0;
  width: 40%;
  min-width: 40%;
  scroll-snap-align: start;
  border-radius: 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0 10px rgba(198, 198, 198, 0.34);
  border: 1px solid #ececec;
}
.yw-archive-product-sub-categories ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -150px;
  bottom: 0;
  background: rgba(241, 241, 241, 0.5019607843);
  z-index: 1;
  overflow: hidden;
  transform: skewX(294deg);
}
.yw-archive-product-sub-categories ul li a {
  padding: 15px;
  color: #343434;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}

.yw-related-posts .yw-related-posts-inner .related-heading {
  font-size: 1.5rem;
  color: #00D0D1;
  margin-bottom: 15px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
}
@media all and (max-width: 850px) {
  .yw-related-posts .yw-related-posts-inner .row-swiper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .yw-related-posts .yw-related-posts-inner .row-swiper .col.post-item {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    scroll-snap-align: start;
  }
}
@media (max-width: 549px) {
  .yw-related-posts .yw-related-posts-inner .row-swiper .col.post-item {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
  }
}

body.home .iqos-banner-carousel div.img {
  overflow: hidden;
  border: 1px solid rgba(241, 241, 241, 0.5019607843);
  border-radius: 5px;
}
@media (max-width: 549px) {
  div.row.mobile-swiper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  div.row.mobile-swiper > .col {
    min-width: 75%;
    max-width: 75%;
    width: 75%;
    scroll-snap-align: start;
  }
}
.col.col-contact-info .ux-menu {
  margin-bottom: 15px;
}
.col.col-contact-info .ux-menu i {
  color: #00D0D1;
}
.col.col-contact-info .stack img {
  border-radius: 10px;
}

.contact-map {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 549px) {
  .contact-map {
    aspect-ratio: 16/9;
  }
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box.box-blog-post .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.box.box-blog-post .box-image .image-cover {
  aspect-ratio: 1/1;
}
.box.box-blog-post .box-text .post-date {
  color: #00D0D1;
}
.box.box-blog-post .box-text .is-divider {
  display: none;
}

.row.row-marquee {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 0 !important;
  padding: 15px 0;
  scrollbar-width: none;
}
@media (max-width: 549px) {
  .row.row-marquee > .col:first-child {
    margin-left: -10px;
  }
}
.row.row-marquee > .col {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  padding-bottom: 0;
}
@media (min-width: 550px) {
  .row.row-marquee > .col {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }
}
@media (min-width: 850px) {
  .row.row-marquee > .col {
    width: 22%;
    min-width: 22%;
    max-width: 22%;
  }
}

a.button.white {
  padding: 10px 15px;
  text-transform: capitalize;
  min-height: unset;
  line-height: 1;
  border: 1px solid #F1F1F1;
  transition: 0.6s ease;
  position: relative;
  overflow: hidden;
}
a.button.white span {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
a.button.white i {
  z-index: 2;
  background: #01d0d1;
  aspect-ratio: 1/1;
  width: 20px;
  border-radius: 50%;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.button.white:before {
  width: 100%;
  height: 0;
  position: absolute;
  left: -50%;
  bottom: 0;
  content: "";
  background: rgba(228, 228, 228, 0.47);
  z-index: 1;
  transition: 1.6s ease;
  transform: rotate(45deg);
}
a.button.white:hover {
  box-shadow: none;
}
a.button.white:hover:before {
  width: 100%;
  height: 100%;
}

.home-heading h1, .home-heading h2, .home-heading h3, .home-heading h4, .home-heading h5, .home-heading h6 {
  font-size: 1.5rem;
  z-index: 1;
  position: relative;
}
.home-heading p {
  margin-bottom: 5px;
}

.row.mobile-blog .box .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.row.mobile-blog .box .box-text .post-title {
  font-size: 120%;
}

section.featured-boxes {
  position: relative;
  overflow: hidden;
}
section.featured-boxes .row {
  z-index: 2;
  position: relative;
}
section.featured-boxes .icon-box {
  margin: 0 15px;
  width: calc(100% - 30px);
}
section.featured-boxes .icon-box .icon-box-img {
  display: flex;
  align-items: center;
}
section.featured-boxes .icon-box .icon-box-text h1, section.featured-boxes .icon-box .icon-box-text h2, section.featured-boxes .icon-box .icon-box-text h3, section.featured-boxes .icon-box .icon-box-text h4, section.featured-boxes .icon-box .icon-box-text h5, section.featured-boxes .icon-box .icon-box-text h6 {
  margin-bottom: 0;
  font-size: clamp(16px, 1vw, 18px);
}
section.featured-boxes .icon-box .icon-box-text p {
  font-size: 14px;
}
@media (max-width: 549px) {
  section.featured-boxes .icon-box {
    margin-bottom: 15px;
    width: fit-content;
  }
  section.featured-boxes .icon-box .icon-box-img {
    border-radius: 50%;
    width: 70px !important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0ebe9;
    padding: 10px;
    backdrop-filter: blur(15px);
    box-shadow: 1px 0 10px rgba(197, 197, 197, 0.5490196078);
  }
}
@media all and (min-width: 850px) {
  section.featured-boxes {
    position: relative;
  }
  section.featured-boxes:before {
    content: "";
    position: absolute;
    background: #F6F4F0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0 0 0 50px;
  }
}
@media all and (min-width: 1500px) {
  section.featured-boxes:before {
    width: calc(100% - 100px);
  }
}
@media (max-width: 549px) {
  section.featured-boxes {
    background: #F6F4F0;
  }
}
section.featured-boxes:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 400px;
  top: 0;
  left: 150px;
  border-radius: 50%;
  background: linear-gradient(to right, #e6e6e6, rgba(0, 208, 209, 0.16));
  z-index: 0;
  animation: breacrumb_animation_02 15s infinite backwards;
}
@keyframes breacrumb_animation_02 {
  0% {
    transform: skewY(0deg);
  }
  20% {
    left: 300px;
    width: 40%;
  }
  50% {
    top: -50px;
    width: 70%;
  }
  100% {
    transform: skewY(180deg);
  }
}

section.news .home-heading {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
}
section.news .home-heading:before {
  content: "";
  background: url("assets/images/bg-news.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 165px;
  height: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
section.news .home-heading h1, section.news .home-heading h2, section.news .home-heading h3, section.news .home-heading h4, section.news .home-heading h5, section.news .home-heading h6 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
}
section.news .home-heading h1:after, section.news .home-heading h2:after, section.news .home-heading h3:after, section.news .home-heading h4:after, section.news .home-heading h5:after, section.news .home-heading h6:after {
  content: "";
  max-width: 150px;
  height: 3px;
  background: #00D0D1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 5px;
}

section.featured-quote .featured-description {
  text-align: justify;
}

section.iqos-contact-form .section-bg-overlay {
  backdrop-filter: blur(15px);
}
section.iqos-contact-form .wpcf7 {
  margin-top: 30px;
}
section.iqos-contact-form .wpcf7 .wpcf7-response-output {
  display: none;
}
section.iqos-contact-form .wpcf7 form.wpcf7-form {
  padding: 15px;
}
section.iqos-contact-form .section-heading p {
  margin: 0;
}
@media all and (min-width: 850px) {
  section.iqos-contact-form .section-heading {
    text-align: left !important;
  }
}

section.products-tabs .home-heading {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
  margin-top: 30px;
}
section.products-tabs .home-heading:before {
  content: "";
  background: url("assets/images/bg-product-heading.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
section.products-tabs .home-heading h1, section.products-tabs .home-heading h2, section.products-tabs .home-heading h3, section.products-tabs .home-heading h4, section.products-tabs .home-heading h5, section.products-tabs .home-heading h6 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
}
section.products-tabs .home-heading h1:after, section.products-tabs .home-heading h2:after, section.products-tabs .home-heading h3:after, section.products-tabs .home-heading h4:after, section.products-tabs .home-heading h5:after, section.products-tabs .home-heading h6:after {
  content: "";
  max-width: 150px;
  height: 3px;
  background: #00D0D1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 5px;
}
@media all and (min-width: 850px) {
  section.products-tabs .tabbed-content .nav {
    justify-content: center;
  }
  section.products-tabs .tabbed-content .nav a:before {
    bottom: 0;
    top: unset;
  }
}
@media all and (max-width: 850px) {
  section.products-tabs .tabbed-content .nav {
    gap: 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 15px;
    scrollbar-width: none;
  }
  section.products-tabs .tabbed-content .nav li {
    scroll-snap-align: start;
    width: fit-content;
    min-width: fit-content;
    padding: 10px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
  }
  section.products-tabs .tabbed-content .nav li a:before {
    bottom: 0;
    top: unset;
  }
}

.wpcf7 {
  position: relative;
}
.wpcf7 input[type=text] {
  border: 1px solid rgba(255, 255, 255, 0.7803921569);
  border-radius: 10px;
  color: #FFF;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1098039216);
  backdrop-filter: blur(5px);
  padding: 15px;
  max-height: unset;
  height: unset;
}
.wpcf7 input[type=text]::placeholder {
  color: #FFF;
}
.wpcf7 input[type=submit],
.wpcf7 button[type=submit] {
  background: #FFF;
  color: #464646;
  border-radius: 15px;
  padding: 10px 15px;
  margin: 0;
  min-width: 120px;
  position: relative;
  display: flex;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
}
.wpcf7 input[type=submit] i,
.wpcf7 button[type=submit] i {
  width: 20px;
  height: 20px;
  background: #01d0d1;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 850px) {
  .wpcf7 form.wpcf7-form {
    display: flex;
    gap: 15px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
    min-height: unset;
    line-height: 1;
  }
  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap input[type=text] {
    margin-bottom: 0 !important;
  }
  .wpcf7 form.wpcf7-form button[type=submit] {
    margin: 0;
    padding: 0 15px;
    line-height: 1;
    color: #000;
    text-transform: capitalize;
    font-weight: normal;
  }
}

.archive-product-banner {
  min-height: 400px;
  position: relative;
}
.archive-product-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.c12we0824-archive-breadcrumb {
  background: #ededed;
  border-radius: 0 0 0 35px;
  padding: 20px 10px 20px 30px;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}
.c12we0824-archive-breadcrumb .breadcrumbs {
  position: relative;
  color: #00D0D1;
  z-index: 5;
}
.c12we0824-archive-breadcrumb:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 400px;
  top: 0;
  left: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #e6e6e6, rgba(0, 208, 209, 0.16));
  z-index: 1;
  animation: breacrumb_animation_01 15s infinite backwards;
}
@keyframes breacrumb_animation_01 {
  0% {
    transform: skewY(0deg);
  }
  20% {
    left: 0;
  }
  50% {
    top: -50px;
    width: 250px;
  }
  100% {
    transform: skewY(180deg);
  }
}

body.archive .page-title .page-title-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
}
body.archive .page-title .page-title-inner > .flex-col {
  flex: 1 1 50%;
}
body.archive .page-title .page-title-inner .category-filtering {
  text-align: left;
}
body.archive .page-title .page-title-inner form.woocommerce-ordering select {
  background: rgba(241, 241, 241, 0.43);
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  box-shadow: none;
}

@media (max-width: 549px) {
  body.single.single-product .product-main {
    padding-bottom: 0;
  }
  body.single.single-product .product-info {
    padding-bottom: 0;
  }
  body.single.single-product .product-footer {
    background: #F5F5F5;
  }
}
body.single.single-product .breadcrumbs {
  text-align: left;
  text-transform: capitalize;
  color: #00D0D1;
}
body.single.single-product .frm-wrapper {
  display: flex;
  gap: 5px;
}
body.single.single-product .frm-wrapper button, body.single.single-product .frm-wrapper a.button {
  white-space: nowrap;
  margin: 0;
}
body.single.single-product h1.product-title {
  text-align: left;
  margin: 30px 0 15px 0;
}
body.single.single-product .product-rating .kksr-muted {
  display: none;
}
@media (max-width: 549px) {
  body.single.single-product .product-rating {
    padding: 10px;
    border-left: 4px solid #01d0d1;
    padding-left: 15px;
    background: rgba(53, 50, 62, 0.0509803922);
    margin-top: 15px;
  }
  body.single.single-product .product-rating .kksr-legend {
    font-size: 14px !important;
  }
}
@media (max-width: 549px) {
  body.single.single-product .col.product-gallery {
    border-top: 1px solid #F1F1F1;
  }
}
body.single.single-product div.col.product-info.summary .price-wrapper {
  margin-bottom: 20px;
}
body.single.single-product div.col.product-info.summary .price-wrapper > .price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 15px;
}
body.single.single-product div.col.product-info.summary .price-wrapper ins bdi {
  font-size: 140%;
  color: #F00;
}
body.single.single-product div.col.product-info.summary a.btn-contact-us {
  margin: 0;
  padding: 8px 15px;
  border-radius: 10px;
  background: #007979;
}
body.single.single-product div.col.product-info.summary .product-rating {
  margin-bottom: 20px;
}
body.single.single-product form.cart {
  display: flex;
  margin-bottom: 0px;
}
@media (max-width: 549px) {
  body.single.single-product form.cart {
    margin-bottom: 15px;
  }
}
body.single.single-product form.cart .quantity {
  width: 120px;
  display: flex;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 549px) {
  body.single.single-product form.cart .quantity {
    width: 100px;
  }
}
body.single.single-product form.cart .quantity input.minus {
  border-radius: 5px 0 0 5px;
  border: none;
}
body.single.single-product form.cart .quantity input.plus {
  border-radius: 0 5px 5px 0;
  border: none;
}
body.single.single-product form.cart .quantity input[type=number] {
  flex-grow: 1;
  max-width: unset;
  border: none;
  height: 100%;
}
body.single.single-product form.cart .single_add_to_cart_button {
  flex-grow: 1;
}
body.single.single-product form.cart button[type=submit] {
  background: #00D0D1;
  color: #FFF;
  border-radius: 10px;
  padding: 8px;
  font-size: clamp(10px, 2vw, 14px);
}
body.single.single-product .entry-content img {
  border-radius: 10px;
  box-shadow: 1px 0 10px rgba(204, 204, 204, 0.3803921569);
}

@media (max-width: 549px) {
  body.archive.category #post-list .col.post-item {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}

body.single.single-post .entry-divider {
  display: none;
}
body.single.single-post .entry-content {
  padding-top: 0;
}
body.single.single-post .entry-content .posted-by {
  text-align: right;
  color: #999;
}
body.single.single-post article .article-inner .entry-header .entry-header-text {
  padding-bottom: 0;
}

body.home .slider-wrapper.home-slider {
  width: calc(100% - 100px);
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}

@media (max-width: 549px) {
  .post-sidebar {
    display: none;
  }
}

.widget {
  background: #FFF;
  border-radius: 5px;
}
.widget .widget-title {
  color: #00D0D1;
}
.widget.widget_media_image img {
  border-radius: 10px;
  width: 100%;
}
.widget.widget_nav_menu {
  border: 1px solid #F1F1F1;
  padding: 20px;
  border-radius: 5px;
}
.widget.widget_nav_menu ul.menu li.menu-item a {
  color: #000;
  transition: 0.6s ease;
  padding-left: 20px;
  position: relative;
}
.widget.widget_nav_menu ul.menu li.menu-item a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 5px;
  color: #000;
  font-weight: bold;
}
.widget.widget_nav_menu ul.menu li.menu-item:hover a {
  color: #00D0D1;
}
.widget .wpcf7 {
  background: #961415;
  padding: 10px;
  position: relative;
  border-radius: 5px;
}
.widget .wpcf7 .widget-title {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5em;
  display: block;
}
.widget .wpcf7 form {
  margin: 0;
}
.widget .wpcf7 input, .widget .wpcf7 textarea {
  border: none;
  border-radius: 5px;
  box-shadow: unset;
}
.widget .wpcf7 input[type=submit] {
  background: #FFF;
  color: #00D0D1;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.widget .wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.widget .wpcf7 .wpcf7-response-output {
  margin: 15px 0px;
  background: #FFF;
  border: unset;
  border-radius: 5px;
  color: #961415;
}
.widget.widget_products ul li, .widget.widget_recently_viewed_products ul li {
  padding-left: 60px;
}
.widget.widget_products ul li img, .widget.widget_recently_viewed_products ul li img {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
  height: 50px;
  width: 50px;
}
.widget.widget_products ul li del, .widget.widget_products ul li ins, .widget.widget_recently_viewed_products ul li del, .widget.widget_recently_viewed_products ul li ins {
  font-size: 0.8em;
}
.widget.widget_products ul li del, .widget.widget_recently_viewed_products ul li del {
  color: red;
  font-size: 0.7em;
}
.widget.widget_products ul li del bdi, .widget.widget_recently_viewed_products ul li del bdi {
  color: red;
}
.widget.widget_products ul li a, .widget.widget_recently_viewed_products ul li a {
  display: flex;
  margin-bottom: 0;
}
.widget.widget_products ul li a .product-title, .widget.widget_recently_viewed_products ul li a .product-title {
  text-transform: lowercase;
  color: #333;
}
.widget.widget_products ul li a .product-title::first-letter, .widget.widget_recently_viewed_products ul li a .product-title::first-letter {
  text-transform: capitalize;
}
.widget.flatsome_recent_posts {
  padding: 0;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  margin-bottom: 0;
  text-transform: lowercase;
  color: #656565;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a:first-letter {
  text-transform: uppercase;
}

.cta-cart-button {
  color: #FFF;
  background: #01d0d1;
  position: fixed;
  bottom: 10%;
  right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 50;
  border: 2px solid #02c6c8;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.yw-contact-buttons {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 100;
}
.yw-contact-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yw-contact-buttons ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: rgba(0, 208, 209, 0.6196078431);
  backdrop-filter: blur(15px);
  border-radius: 5px;
  margin-bottom: 5px;
  transition: 0.6s ease;
}
.yw-contact-buttons ul li:hover {
  background: #00D0D1;
  backdrop-filter: blur(5px);
}
.yw-contact-buttons ul li a {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 5px;
}
.yw-contact-buttons ul li a .li-icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.yw-contact-buttons ul li a .li-icon img, .yw-contact-buttons ul li a .li-icon svg {
  width: 90%;
}
.yw-contact-buttons ul li a .li-icon svg {
  padding: 5px;
}
.yw-contact-buttons ul li a .li-icon span.m-text {
  font-size: 8px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(13, 118, 118, 0.84);
  color: #ffffff;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  display: none;
}
@media (max-width: 549px) {
  .yw-contact-buttons ul li a .li-icon span.m-text {
    display: block;
  }
}
.yw-contact-buttons ul li a .li-icon span.cart-count {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #000;
  font-size: 12px;
  width: fit-content;
  height: fit-content;
  padding: 5px;
  font-weight: bold;
}
@media (max-width: 549px) {
  .yw-contact-buttons ul li a .li-icon span.cart-count {
    display: block;
  }
}
.yw-contact-buttons ul li a .li-label {
  font-size: 14px;
}
.yw-contact-buttons ul li a .li-label span {
  font-size: 8px;
}
@media (max-width: 549px) {
  .yw-contact-buttons {
    right: 5px;
  }
  .yw-contact-buttons ul li a .li-label {
    display: none;
  }
}

form.checkout .woocommerce-billing-fields label {
  display: none;
}
form.checkout .woocommerce-billing-fields input[type=text],
form.checkout .woocommerce-billing-fields input[type=tel] {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
}
form.checkout .woocommerce-billing-fields input[type=text]:focus,
form.checkout .woocommerce-billing-fields input[type=tel]:focus {
  box-shadow: none;
}
form.checkout .woocommerce-additional-fields textarea {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
}
form.checkout .woocommerce-additional-fields textarea:focus {
  box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
