@font-face {
  font-family: "font-title";
  src: url("../fonts/paytone-one.ttf") format("woff2");
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 500;
  line-height: 1.4;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

form.searchform {
  height: 40px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  overflow: hidden;
}

form.searchform input.search-field {
  height: 40px;
  box-shadow: none;
  border: 0;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}

form.searchform .button.icon {
  margin: 0;
  margin-right: 3px;
  background-color: var(--fs-color-primary);
  border-radius: 99px !important;
}

.cart-item .button.icon {
  height: 40px;
  width: 40px;
  margin: 0;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item .button [data-icon-label]:after {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  opacity: 1;
  font-weight: 600;
  padding: 0;
  bottom: -10px;
  right: -12px;
  top: unset;
  left: unset;
  box-shadow: none !important;
}

.header-bottom-nav > li {
  margin: 0 15px;
}

.header-bottom-nav > li > a {
  font-size: 14px;
  font-weight: 500;
}

.title h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: font-title;
  margin-bottom: 30px;
  height: 105px;
  font-size: 2rem;
}

.title h2::before {
  content: "";
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  width: 400px;
  height: 105px;
  transform: translateX(-50%);
  background-image: url(../imgs/bg-title2.webp);
}

.title h2 a {
  color: #fff;
  position: relative;
}

.slider .flickity-prev-next-button.previous {
  background-color: var(--fs-color-secondary);
  height: 56px;
  border-radius: 0.5rem;
  left: 1%;
  color: #fff;
}

.slider .flickity-prev-next-button.next {
  background-color: var(--fs-color-secondary);
  height: 56px;
  border-radius: 0.5rem;
  right: 1%;
  color: #fff;
}

.slider:hover .flickity-prev-next-button {
  opacity: 1;
}

.slider .flickity-prev-next-button:hover .arrow,
.slider .flickity-prev-next-button:hover svg {
  color: #fff;
  fill: #fff;
}

.csbreadcrumbs {
  background: #ececec;
  margin-bottom: 40px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.csbreadcrumbs a,
.csbreadcrumbs span {
  color: var(--fs-color-alert);
  font-weight: 500;
}

/* home */
.home1 {
  margin-bottom: 50px;
}

.home2 {
  margin-bottom: 20px;
}

.home3 {
  margin-bottom: 30px;
}

.home3 .icon-box h3 {
  font-size: 18px;
  font-family: font-title;
  margin-bottom: 0;
  font-weight: initial;
  color: var(--fs-color-secondary);
}

.home3 .slider .flickity-prev-next-button {
  display: none;
}

.block-title h2 {
  position: relative;
  background: #da1919;
  font-family: font-title;
  font-size: 19px;
  padding-left: 78px;
  height: 60px;
  display: flex;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  align-items: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 5px;
}

.block-title h2:before {
  content: "";
  background: #2c5da8;
  height: 65px;
  width: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  color: #2c5da8;
  font-family: font-title;
  font-size: 50px;
}

.block-title h2:after {
  content: "1";
  background: #2c5da8;
  border: 1px solid #fff;
  position: absolute;
  left: 3px;
  width: 59px;
  height: 59px;
  border-radius: 100%;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: font-title;
  font-size: 45px;
}

.block-title h2 a {
  color: #fff;
}

.block-cate p {
  margin: 0;
}

.block-cate a {
  display: block;
  height: 40.4px;
  line-height: 40.4px;
  background: #da1919;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 3px;
  align-items: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list-cat {
  display: flex;
  flex-wrap: wrap;
}

.list-cat .img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7px 5px;
}

.img-br {
  border-radius: 10px;
  overflow: hidden;
}

.home-prd {
  margin-bottom: 30px;
}

.block-title2 h2::after {
  content: "2";
}

.block-title3 h2::after {
  content: "3";
}

.block-title4 h2::after {
  content: "4";
}

.block-title5 h2::after {
  content: "5";
}

.home4 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .block-title2 h2 {
    padding-right: 78px;
    padding-left: 15px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .block-title2 h2::before {
    left: initial;
    right: 0;
  }

  .block-title2 h2::after {
    left: initial;
    right: 3px;
  }

  .home2 .product-small.box {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px dashed var(--fs-color-secondary);
    padding: 20px;
    border-radius: 10px;
  }

  .home2 .product-small .box-image {
    width: calc(50% - 10px);
    order: 2;
  }

  .home2 .product-small .box-text {
    width: calc(50% - 10px);
  }

  .home2 .product-small .product-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .home2 .product-small .product-title a {
    height: 52px;
  }

  .home2 .product-small .product-short-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .home2 .product-small a.custom-add-to-cart {
    display: none;
  }

  .home2 .product-small .price-wrapper {
    margin-bottom: 10px;
  }

  .home2 .product-small span.amount {
    font-size: 26px;
  }

  .home3 .col {
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
  }

  .home5 .post-item:not(:first-child) .box {
    display: flex;
    gap: 20px;
  }

  .home5 .post-item:not(:first-child) .box-image {
    width: calc(50% - 10px);
  }

  .home5 .post-item:not(:first-child) .box-text {
    width: calc(50% - 10px);
  }

  .home5 .post-item:first-child .image-cover {
    padding-top: 85% !important;
  }
}

/* post-item */
.post-item .box-image {
  border-radius: 10px;
  overflow: hidden;
}

.post-item .badge.post-date {
  border-radius: 5px;
  overflow: hidden;
  top: 10px;
  left: 10px;
}

.post-item .post-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--fs-color-secondary);
}

.post-item .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box-blog-post .is-divider {
  display: none;
}

.post-meta.after-post {
  margin-top: 10px;
}

.archive-page-header {
  display: none;
}

.page-wrapper {
  padding-top: 15px;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 0 0 10px 10px;
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.widget ul .mr-half {
  border-radius: 8px;
  overflow: hidden;
}

.blog-single .entry-header-text h1 {
  color: #000;
}

.blog-single .entry-header {
  display: grid;
}

.blog-single .entry-image {
  order: 1;
}

.blog-single .entry-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blog-single .entry-header-text {
  padding: 20px;
  border: 1px solid #e9e7e7;
  border-top: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  order: 2;
}

.entry-divider {
  display: none;
}

/* contact */
.contact1 {
  padding: 100px 0 50px;
}

.contact1 h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 2px;
}

.contact1 h2 {
  font-size: 50px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 40px;
}

.contact1 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.contact1 form .row .col {
  padding: 0 10px 20px;
}

.contact1 input,
.contact1 textarea {
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  box-shadow: none !important;
  height: 60px;
  border-radius: 5px;
  margin-bottom: 0;
}

.contact1 textarea {
  height: 200px;
}

.contact1 input[type="submit"] {
  background-color: var(--fs-color-primary);
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  min-width: 150px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-info-item .contact-icon {
  width: 80px;
  height: 80px;
  background-color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.contact-info-item h3 {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  text-transform: none;
  margin-bottom: 5px;
}

.contact-info-item p,
.contact-info-item a {
  font-size: 16px;
  margin: 0;
  color: #000;
}

.contact2 * {
  margin: 0;
}

/* product-small */
.product-small .product-short-desc {
  display: none;
}

.product-small .box-text {
  padding: 0;
  padding-top: 10px;
  position: relative;
}

.product-small .product-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.product-small .product-title a {
  color: var(--fs-color-primary);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-small span.amount {
  font-size: 15px;
  font-weight: 500;
  color: var(--fs-color-secondary);
  display: block;
}

.product-small .price-wrapper .price {
  margin-bottom: 0;
}

.product-small a.custom-add-to-cart {
  filter: brightness(0.5);
  position: absolute;
  right: 15px;
  bottom: 0;
}

/* product details */
.product-images img {
  border-radius: 1rem;
}

.product-thumbnails a {
  border: 1px dashed #e6e6e6;
  border-radius: 10px;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 10px;
  opacity: 1;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 10px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 10px;
  border: 0;
}

.image-tools.bottom.left {
  display: none;
}

h1.product-title {
  color: var(--fs-color-secondary);
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product_meta > span {
  border: 0;
  padding: 0;
}

.product_meta > span {
  font-size: 14px;
  color: var(--fs-color-primary);
  font-weight: bold;
}

.product-price-container span.amount {
  font-weight: 700;
  color: var(--fs-color-alert);
  font-size: 30px;
}

.price-wrapper .price {
  margin-bottom: 30px;
}

.product-quantity-container {
  display: flex;
  align-items: center;
}

.product-quantity-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--fs-color-secondary);
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.quantity input[type="button"],
.quantity input[type="number"] {
  width: 40px;
  height: 40px;
  box-shadow: none !important;
  border-radius: 5px;
  border: 1px solid var(--fs-color-secondary);
  font-size: 16px;
  line-height: 1;
  min-height: unset;
  color: var(--fs-color-secondary);
  font-weight: 700;
  text-shadow: none;
}

button.single_add_to_cart_button,
button.ux-buy-now-button {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  background-color: transparent !important;
  border: 1px solid var(--fs-color-secondary);
  border-radius: 99px;
  color: var(--fs-color-secondary);
  height: 45px;
}

button.ux-buy-now-button {
  background-color: var(--fs-color-secondary) !important;
  color: #fff;
}

.contact-product {
  background: url(../imgs/bg-link-list.webp);
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  padding: 40px 25px;
}

.contact-product p {
  margin: 0;
}

.contact-product a {
  display: block;
  font-weight: bold;
  color: #2c5da8;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 40px;
  padding-left: 50px;
  line-height: 40px;
  font-size: 18px;
}

.contact-product a.hotline {
  background-image: url(../imgs/icon-hotline-product.webp);
}

.contact-product a.email {
  background-image: url(../imgs/icon-email-product.webp);
}

.product-tabs.nav > li > a {
  position: relative;
  background: var(--fs-color-secondary);
  font-family: font-title;
  font-size: 19px;
  padding-left: 78px;
  height: 60px;
  display: flex;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  align-items: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 5px;
  padding-right: 10px;
  color: #fff;
  text-transform: none;
  font-weight: 500;
}

.product-tabs.nav > li > a::before {
  content: "";
  background: var(--fs-color-alert);
  height: 65px;
  width: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  color: #fff;
  font-family: font-title;
  font-size: 50px;
  top: unset;
  transform: unset;
  opacity: 1;
}

.product-tabs.nav > li > a:after {
  content: "1";
  background: var(--fs-color-secondary);
  border: 1px solid var(--fs-color-secondary);
  position: absolute;
  left: 3px;
  width: 59px;
  height: 59px;
  border-radius: 100%;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: font-title;
  font-size: 45px;
}

.product-tabs.nav > li.buy_guide_tab > a:after {
  content: "2";
}

.product-tabs.nav > li.payment_guide_tab > a:after {
  content: "3";
}

.product-tabs.nav > li.active a,
.product-tabs.nav > li:hover a {
  background-color: var(--fs-color-alert);
}

.product-tabs.nav > li.active > a:after,
.product-tabs.nav > li:hover > a:after {
  background-color: var(--fs-color-alert);
}

.product-tabs.nav > li.active > a::before,
.product-tabs.nav > li:hover > a::before {
  background-color: var(--fs-color-secondary);
}

.product2 {
  border-top: 1px solid var(--fs-color-primary);
  padding-top: 40px;
  margin-top: 30px;
}

.product3 {
  margin-top: 50px;
}

#shop-sidebar .is-divider {
  display: none;
}

#shop-sidebar span.widget-title {
  text-transform: uppercase;
  color: var(--fs-color-primary);
  font-size: 18px;
  line-height: 1.5em;
  font-family: font-title;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
}

.wc-checkbox-filter strong {
  margin: 0;
  font-size: 16px;
  position: relative;
  border-bottom: none;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
}

.wc-checkbox-filter label {
  margin-bottom: 0;
}

.csbreadcrumbs {
  margin-bottom: 30px;
}

.shop-page-title .page-title-inner {
  padding-top: 0;
}

.category-page-row {
  padding-top: 0;
}

/* footer */

#footer {
  color: #fff;
  background-color: var(--fs-color-secondary);
  padding-top: 50px;
}

#footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

#footer h3 strong {
  font-weight: 700;
}
