/*
Template:       metro
Theme Name:     Metro Child
Theme URI:      https://radiustheme.com/demo/wordpress/themes/metro
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    Metro is a clean and modern WordPress Theme for Ecommerce and Online Store. This theme comes with all necessary features and pages for a Ecommerce website.
Version:        1.8.23
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog
License:        Envato split License
License URI:    https://themeforest.net/licenses/terms/regular
*/
/* Logo */
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500&display=swap");
:root {
  --font-family-sans-serif: 'Prompt', sans-serif;
  --font-family-monospace: 'Prompt', sans-serif;
  --color-border: #DDDDDD;
  --color-border-gray: #d4d4d4;
  --color-border-disabled: #E8E8E8;
  --color-bg: #F6EEE0;
  --color-bg-gray: #F5F5F5;
  --color-dark: #1E1E1E;
  --color-gray: #3F3F3F;
  --color-gray-light: #7C7C7C;
  --color-blue: #316999;
  --color-placeholder: #AAAAAA;
  --color-active: #B12224;
  --color-active-hover: #cb4244;
  --color-success: #02B286;
  --color-error: #B12224;
  --border-radius: 16px;
  --border-radius-sm: 6px;
  --border-radius-button: 4px;
  --border-radius-input: 10px;
}

body,
gtnbg_root,
ul li,
input,
gtnbg_root p {
  font-family: var(--font-family-sans-serif);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: var(--font-family-sans-serif);
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-family: var(--font-family-sans-serif);
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-family: var(--font-family-sans-serif);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
}

h4 {
  font-family: var(--font-family-sans-serif);
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
}

h5 {
  font-family: var(--font-family-sans-serif);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
}

h6 {
  font-family: var(--font-family-sans-serif);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
}

.page-bg {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 380px;
}

.site-branding {
  padding: 10px 0;
  text-align: center;
}

.site-branding .logo img {
  height: 80px;
}

.search-icon-area {
  display: none;
}

.icon-area-content-wrapper {
  font-family: "Prompt", sans-serif;
}
.icon-area-content-wrapper > a {
  display: flex;
}
.icon-area-content-wrapper .icon-area-text {
  margin-left: 12px;
  color: #3F3F3F;
  line-height: 1.2em;
}
.icon-area-content-wrapper .icon-area-text-highlight {
  color: #316999;
}

.error-page {
  padding: 100px 0;
}

.header-icon-area {
  display: flex;
  align-items: center;
}
.header-icon-area .icon-area-content {
  background-color: #F6EEE0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.header-icon-area .icon-area-content.-extra-margin {
  margin-left: 30px;
  margin-right: 8px;
}
.header-icon-area .icon-area-content i {
  font-size: 20px;
  color: #3F3F3F;
}
.header-icon-area .icon-area-content > a > i {
  position: relative;
  top: -5px;
}
.header-icon-area .icon-area-content > a > img,
.header-icon-area .icon-area-content > img {
  height: 20px;
  width: auto;
}
.header-icon-area .cart-icon-total {
  font-size: 18px;
  font-family: "Prompt", sans-serif;
}
.header-icon-area .cart-icon-num {
  top: -6px !important;
  left: 24px !important;
  font-family: "Prompt", sans-serif;
  line-height: 25px !important;
}
.header-icon-area .number-noti-label {
  position: absolute;
  background-color: var(--color-blue);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px !important;
  left: 24px !important;
  font-family: "Prompt", sans-serif;
  line-height: 25px !important;
  font-size: 14px;
}

/* Logo mobile */
.mean-logo-area .logo-small {
  max-height: 34px !important;
}

/* Mega Menu */
.mega-menu.-vertical > ul.sub-menu {
  max-width: 100vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mega-menu.-vertical > ul.sub-menu > li {
  padding: 0 !important;
  width: auto !important;
  width: initial !important;
}

@media (max-width: 991px) {
  .mega-menu.-vertical > ul.sub-menu {
    max-height: auto;
    max-height: initial;
  }
  .mega-menu.-vertical > ul.sub-menu > li {
    width: 100% !important;
  }
}
.mega-menu.-vertical > ul.sub-menu > li > a {
  border: 0 !important;
  font-weight: bold !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.mega-menu.-vertical > ul.sub-menu > li > ul.sub-menu {
  padding-top: 0 !important;
}

.mega-menu.-vertical > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 30px !important;
}

/* Header Menu */
header.site-header {
  display: block !important;
  border-bottom: 0 !important;
}
@media (min-width: 992px) {
  header.site-header {
    padding-top: 48px;
    position: relative;
  }
}

.menu-item a::after {
  bottom: 31px !important;
}

@media (max-width: 1260px) {
  .menu-item a {
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .site-branding .logo img {
    height: auto;
  }
  .main-header > .container > .row > div:nth-child(1) {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .main-header > .container > .row > div:nth-child(2) {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .header-search-area > .container > .row > div:nth-child(1) {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .header-search-area > .container > .row > div:nth-child(2) {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
.main-header {
  background-color: transparent;
}
.main-header .main-navigation-area {
  min-height: initial;
  min-height: auto;
}

.cart-icon-total,
.icon-area-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-header > .container > .row > div {
  padding-left: 28px;
  padding-right: 28px;
  background-color: white;
}
.main-header > .container > .row > div:first-child {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main-header > .container > .row > div:not(:first-child) {
  flex: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 28px;
}
.main-header > .container > .row > div:first-child {
  margin-right: -2px;
}

.main-header .main-navigation-area .main-navigation ul.menu > li > .sub-menu {
  display: none !important;
}
.main-header .main-navigation-area .main-navigation ul.menu > li::after {
  bottom: 26px !important;
  display: none;
}
.main-header .main-navigation-area .main-navigation ul.menu > li.current-menu-item > a {
  color: #007bff;
}
.main-header .main-navigation-area .main-navigation ul.menu > li > a {
  animation: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-header .main-navigation-area .main-navigation ul.menu > li > a::after {
  display: none;
}

.main-header .main-navigation-area .main-navigation ul.menu > li.current-menu-item > a {
  color: var(--color-active);
  font-weight: 500;
}
.main-header .main-navigation-area .main-navigation ul.menu > li.current-menu-item > a::after {
  display: none;
}

.main-header .main-navigation-area .main-navigation ul li a {
  font-family: "Prompt", sans-serif;
}

.rtin-date {
  display: none !important;
}

@media (min-width: 992px) {
  .container,
  .elementor-section > .elementor-container {
    max-width: 100% !important;
  }
  .elementor-section.-not-container-boxed > .elementor-container {
    max-width: auto !important;
    max-width: initial !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .elementor-section > .elementor-container {
    max-width: 1320px !important;
  }
  .elementor-section.-not-container-boxed > .elementor-container {
    max-width: auto !important;
    max-width: initial !important;
  }
}
@media (max-width: 991px) {
  .main-header {
    display: none;
  }
  .header-search-area {
    position: relative !important;
    top: 0px !important;
    margin-top: 64px;
  }
  .mean-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-search-area > .container > .row > div:nth-child(1) {
    display: none !important;
  }
  .header-search-area > .container > .row > div:nth-child(2) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* Background Search Header */
.elementor-kit-554 {
  background-color: white !important;
}

.banner {
  background-color: transparent !important;
}

.banner-content {
  padding: 80px 0 75px !important;
}

.onsale {
  background-color: #af2324 !important;
}

@media (max-width: 991px) {
  .banner-content {
    padding: 50px 0 !important;
  }
}
.mailchimp-newsletter label {
  margin-left: -4px !important;
  margin-bottom: 0 !important;
  width: auto !important;
  line-height: 0.8em !important;
}

/* Footer */
.footer-top-area {
  padding: 60px 0 10px;
}

@media (max-width: 767px) {
  .footer-top-area {
    padding-top: 45px;
    padding-bottom: 0;
  }
  .footer-bottom-area {
    padding-top: 15px;
  }
}
.footer-bottom-area .footer-bottom-inner ul.payment-icons li {
  padding: 0 10px;
}

.footer-top-area .widgettitle {
  font-size: 18px;
  padding-bottom: 8px;
}

.footer-top-area .widget li {
  margin-bottom: 12px;
}

.footer-top-area .rtin-content {
  font-size: 14px;
}

.footer-bottom-area .footer-bottom-inner ul.payment-icons li img {
  height: 30px;
  width: auto;
}

@media (max-width: 767px) {
  .footer-bottom-area .footer-bottom-inner ul.payment-icons li img {
    height: 24px;
  }
}
/* Product */
@media (max-width: 991px) {
  .elementor-element .col-md-4.col-12 {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .elementor-section {
    max-width: auto !important;
    max-width: initial !important;
  }
  .elementor-column.elementor-col-25 {
    width: 50%;
  }
}
.woocommerce-LostPassword.lost_password a {
  color: #444;
}

body .woocommerce a {
  color: inherit;
}

body .woocommerce .woocommerce-MyAccount-content a {
  font-weight: bold;
}

body .woocommerce .woocommerce-MyAccount-content a:not(.button):hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .product_title {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .sidebar-widget-area {
    display: none;
  }
  .woo-shop-top .rtin-right {
    display: flex !important;
  }
  /* .woo-shop-top .rtin-right .sort-list {
    margin-right: 10px;
  } */
  /* .woo-shop-top .rtin-right .view-mode > ul {
    display: flex;
  } */
  .woo-shop-top .rtin-right .sort-list {
    margin-right: 0;
    width: 100%;
  }
  .woo-shop-top .rtin-right .sort-list .woocommerce-ordering {
    width: 100%;
  }
  .woo-shop-top .rtin-right .sort-list .woocommerce-ordering select {
    width: 100%;
  }
  .woo-shop-top .rtin-right .view-mode {
    display: none;
  }
  .products > div:not(.owl-carousel) {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .products > div:not(.owl-carousel) {
    width: initial !important;
    max-width: initial !important;
  }
}
@media (max-width: 767px) {
  .product_title {
    font-size: 24px !important;
  }
}
.owl-stage {
  display: flex;
}

.rt-el-product-box .rtin-title,
.rt-product-block .rtin-title,
.rtin-item .rtin-title {
  font-size: 16px !important;
  line-height: 1.3em;
  font-weight: normal;
}

.rt-el-product-box .rtin-title a,
.rt-product-block .rtin-title a,
.rtin-item .rtin-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .rt-el-product-box .rtin-title,
  .rt-product-block .rtin-title,
  .rtin-item .rtin-title {
    font-size: 12px !important;
  }
  .rt-el-product-box .rtin-price,
  .rt-product-block .rtin-price,
  .rtin-item .rtin-price {
    font-size: 16px !important;
  }
  .rtin-cat {
    font-size: 12px;
    position: relative;
    top: -5px;
    margin-bottom: -5px;
  }
}
.elementor-widget-rt-product-box,
.elementor-widget-rt-product-box .elementor-widget-container,
.elementor-widget-rt-product-box .elementor-widget-container .rt-el-product-box,
.elementor-widget-rt-product-box .elementor-widget-container .rt-el-product-box .rt-product-block {
  height: 100%;
}

.elementor-widget-rt-product-box .elementor-widget-container .rt-el-product-box .rt-product-block {
  display: flex;
  flex-direction: column;
}

.elementor-widget-rt-product-box .elementor-widget-container .rt-el-product-box .rt-product-block .rtin-contents {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.elementor-widget-rt-product-box .elementor-widget-container .rt-el-product-box .rt-product-block .rtin-contents .rtin-price {
  margin-top: auto;
}

/* Product on Shop page */
.owl-item .product {
  height: 100%;
}

.product .rt-product-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.product .rt-product-block .rtin-cat {
  margin-top: auto;
}

.product .rt-product-block .rtin-price-area {
  margin-top: auto;
}

.product .rt-product-block .rtin-cat + .rtin-price-area {
  margin-top: 0;
}

.post-title {
  font-size: 20px !important;
}

.post-content {
  font-size: 14px !important;
}

.site-content .content-area {
  padding: 0;
}

@media all and (max-width: 991px) {
  .post-title {
    font-size: 18px !important;
  }
  .site-content .content-area {
    padding: 20px 0;
  }
}
.main-header-sticky-wrapper {
  display: none;
}

/* Hide button quick on mobile */
@media (max-width: 767px) {
  .yith-wcqv-button {
    display: none !important;
  }
  .yith-wcqv-button,
  .add_to_cart_button,
  .ajax_add_to_cart,
  .rdtheme-add-to-wishlist {
    font-size: 14px !important;
    padding: 5px 5px !important;
    height: 32px !important;
    min-height: 32px !important;
  }
  .product-single-meta-btns .rdtheme-add-to-wishlist {
    height: 50px !important;
    padding: 1px !important;
  }
}
/* Search Result */
.search-results .sidebar-widget-area {
  display: none;
}

.search-results .col-lg-3.col-md-4.col-sm-12.col-12 {
  display: none;
}

.search-results .col-lg-9.col-md-8.col-sm-12.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.search-results .woof_products_top_panel {
  display: none !important;
}

.rtin-thumb-wrapper span.onsale,
.product span.onsale {
  padding: 8px 50px;
  top: 10px;
  left: -40px;
  font-size: 18px;
  transform: rotate(-45deg);
}

.rtin-left {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .rtin-thumb-wrapper span.onsale,
  .product span.onsale {
    padding: 4px 50px;
    top: 8px;
    left: -45px;
    font-size: 14px;
  }
}
.categories-product-row {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.categories-product-row::after {
  content: "";
  display: block;
  height: 1px;
  background-color: gray;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}

@media (max-width: 991px) {
  .categories-product-row .product-category {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.single-product-top-1 .product_meta-area div.product-meta-seperator::after {
  content: "";
}

.entry-title {
  word-break: break-word;
}

#worldpay_cvc {
  border: 1px solid #ccc;
}

.rt-product-block + .yith-wcqv-button {
  display: none !important;
}

.fb_dialog_content::after {
  content: "Chat Now";
  display: block;
  position: fixed;
  bottom: 90px;
  right: 22px;
  font-size: 14px;
  font-weight: bold;
  /* color: #2f6b9b; */
  color: black;
}

a.scrollToTop.back-top {
  bottom: 130px;
}

.grecaptcha-badge {
  bottom: 190px !important;
}

.iframe-flipbook {
  width: 100%;
  height: 40vw;
}

@media (max-width: 991px) {
  .iframe-flipbook {
    height: 80vw;
  }
}
.woocommerce-LostPassword.lost_password {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation-link--subscriptions {
  display: none;
}

.feature-cover-page img {
  width: 100%;
}

.woocommerce-info {
  border-radius: 10px;
  background-color: var(--color-bg);
}

.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  margin: 0 !important;
  margin-top: 10px !important;
  color: var(--color-blue) !important;
}

.tad-form .wpcf7-response-output {
  margin-top: -10px !important;
}

.retail-item .rtin-title a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.retail-item .rtin-title a:hover {
  color: #2f6b9b !important;
}
.retail-item .rt-product-block .onsale {
  z-index: initial;
}
.retail-item .rtin-cat:hover {
  color: #5299d3 !important;
}
@media (max-width: 767px) {
  .retail-item .rtin-cat {
    line-height: 1.3em;
    margin-top: 1em !important;
    margin-bottom: 0.2em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 35vw;
  }
}

@media (max-width: 767px) {
  .retail-sidebar-item .rtin-cat {
    margin-top: 0.6em;
  }
}

.pagi a,
.pagi span {
  border-bottom: none !important;
}
.pagi em {
  position: relative;
  top: 3px;
}

@media (max-width: 991.98px) {
  .woocommerce-form-register .form-row-first,
  .woocommerce-form-register .form-row-last {
    width: 100% !important;
  }
}

.form-row.mailchimp-newsletter {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}
.form-row.mailchimp-newsletter input {
  margin-right: 4px !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart {
  max-height: 55vh;
  overflow: auto;
}

.tad-select-wrapper {
  position: relative;
  cursor: pointer;
}
.tad-select-wrapper::after {
  content: "\e902";
  font-family: "icon-font-talardthai" !important;
  font-size: 10px;
  line-height: 1em;
  transform: scale(0.6);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  pointer-events: none;
  color: var(--color-gray);
}
.tad-select-wrapper:hover ul.tad-select-options {
  display: flex;
}

select.tad-select {
  all: unset;
  box-sizing: border-box;
  height: 40px;
  max-width: 240px;
  min-width: 120px;
  background-color: var(--color-bg);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
  color: var(--color-gray);
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  select.tad-select {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

ul.tad-select-options {
  all: unset;
  position: absolute;
  padding: 15px 20px !important;
  background-color: white;
  box-shadow: inset 0 0 0 2px var(--color-border), 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  display: none;
  row-gap: 5px;
}
ul.tad-select-options li.tad-select-option {
  all: unset;
}
ul.tad-select-options li.tad-select-option a {
  color: inherit;
  display: flex;
  column-gap: 10px;
  align-items: center;
  white-space: nowrap;
}
ul.tad-select-options li.tad-select-option.-active {
  color: var(--color-active);
}
ul.tad-select-options li.tad-select-option.-active.-checkbox a::before {
  content: "\e903";
}
ul.tad-select-options li.tad-select-option.-checkbox a::before {
  content: "";
  display: block;
  font-family: "icon-font-talardthai" !important;
  padding-top: 1px;
  font-size: 10px;
  width: 12px;
  height: 12px;
  font-size: 10px;
  color: var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-gray-light);
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tad-form {
  --gap: 20px;
}
@media (max-width: 991px) {
  .tad-form {
    --gap: 15px;
  }
}
.tad-form {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
}
.tad-form > .wpcf7 form {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
}

.tad-form-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  .tad-form-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .tad-form-title {
    font-size: 22px;
  }
}

.tad-form-group {
  display: flex;
  column-gap: var(--gap);
}

.tad-input-wrapper {
  flex: 1;
}
.tad-input-wrapper label {
  font-size: 16px;
  font-weight: 500 !important;
  color: var(--color-dark);
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .tad-input-wrapper label {
    font-size: 14px;
  }
}
.tad-input-wrapper[required] label::after {
  content: " *";
  color: var(--color-active);
}
.tad-input-wrapper input,
.tad-input-wrapper textarea {
  all: unset !important;
  box-sizing: border-box !important;
  border: 1px solid var(--color-border-gray) !important;
  border-radius: var(--border-radius-input) !important;
  padding: 5px 20px !important;
  width: 100% !important;
  background-color: white !important;
}
@media (max-width: 991px) {
  .tad-input-wrapper input,
  .tad-input-wrapper textarea {
    font-size: 14px !important;
  }
}
.tad-input-wrapper input:focus,
.tad-input-wrapper textarea:focus {
  border: 1px solid var(--color-border) !important;
}
.tad-input-wrapper input::placeholder,
.tad-input-wrapper textarea::placeholder {
  color: var(--color-placeholder) !important;
}

.woocommerce-cart button.button,
.woocommerce-cart .checkout-button,
.place-order button[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit].tad-btn,
div.wpforms-container-full .wpforms-form button.tad-btn,
.tad-btn {
  --bg-color: var(--color-active);
  --bg-color-hover: var(--color-active-hover);
  --text-color: white;
  font-family: "Prompt", sans-serif;
  border-radius: 20px !important;
  height: 40px !important;
  min-height: 40px !important;
  font-size: 16px;
  background-color: var(--bg-color) !important;
  color: var(--text-color);
  appearance: none;
  outline: none;
  border: 0;
  padding: 0 20px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  line-height: 1em !important;
}
.woocommerce-cart button.button:visited,
.woocommerce-cart .checkout-button:visited,
.place-order button[type=submit]:visited,
div.wpforms-container-full .wpforms-form button[type=submit].tad-btn:visited,
div.wpforms-container-full .wpforms-form button.tad-btn:visited,
.tad-btn:visited {
  color: var(--text-color);
}
.woocommerce-cart button.button:focus,
.woocommerce-cart .checkout-button:focus,
.place-order button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit].tad-btn:focus,
div.wpforms-container-full .wpforms-form button.tad-btn:focus,
.tad-btn:focus {
  box-shadow: none;
}
.woocommerce-cart button.button i,
.woocommerce-cart .checkout-button i,
.place-order button[type=submit] i,
div.wpforms-container-full .wpforms-form button[type=submit].tad-btn i,
div.wpforms-container-full .wpforms-form button.tad-btn i,
.tad-btn i {
  font-size: 24px;
}
.woocommerce-cart button.button:hover,
.woocommerce-cart .checkout-button:hover,
.place-order button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit].tad-btn:hover,
div.wpforms-container-full .wpforms-form button.tad-btn:hover,
.tad-btn:hover {
  background-color: var(--bg-color-hover) !important;
  color: var(--text-color);
}
.woocommerce-cart button.button.-sm,
.woocommerce-cart .checkout-button.-sm,
.place-order button[type=submit].-sm,
div.wpforms-container-full .wpforms-form button[type=submit].tad-btn.-sm,
div.wpforms-container-full .wpforms-form button.tad-btn.-sm,
.tad-btn.-sm {
  height: 35px !important;
  min-height: 35px !important;
  font-size: 16px;
}
@media (max-width: 767px) {
  .woocommerce-cart button.button.-sm,
  .woocommerce-cart .checkout-button.-sm,
  .place-order button[type=submit].-sm,
  div.wpforms-container-full .wpforms-form button[type=submit].tad-btn.-sm,
  div.wpforms-container-full .wpforms-form button.tad-btn.-sm,
  .tad-btn.-sm {
    height: 30px !important;
    min-height: 30px !important;
    font-size: 14px;
  }
}
.woocommerce-cart button.button.-float,
.woocommerce-cart .checkout-button.-float,
.place-order button[type=submit].-float,
div.wpforms-container-full .wpforms-form button[type=submit].tad-btn.-float,
div.wpforms-container-full .wpforms-form button.tad-btn.-float,
.tad-btn.-float {
  width: 100%;
}

.header-icon-account a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li.menu-item a {
  font-family: "Prompt", sans-serif !important;
}

.cif-auto-suggestion-result-details {
  font-family: "Prompt", sans-serif !important;
}
.cif-auto-suggestion-result-details > p > strong {
  font-weight: 500 !important;
}

.mega-menu.-vertical > ul.sub-menu > li > a {
  font-weight: 500 !important;
}

.page-template-default .main-content {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .page-template-default .main-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-default .main-content {
    padding-bottom: 0;
  }
}

.woocommerce-MyAccount-navigation-link {
  background-color: white;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.header-icon-area.-sticky-button-cart {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -10px);
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header-icon-area.-sticky-button-cart {
    top: 65px;
  }
}
.header-icon-area.-sticky-button-cart.-show {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.header-icon-area.-sticky-button-cart .cart-icon-num {
  animation: bounce2 1s ease;
}

.ht-header-announcement-bar {
  background-color: #A41F1F;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-family: "Prompt", sans-serif;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .ht-header-announcement-bar {
    margin-top: 28px;
  }
}
@media (max-width: 991.98px) {
  .ht-header-announcement-bar {
    height: 50px;
  }
}
.ht-header-announcement-bar a {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 5px;
}
.ht-header-announcement-bar a:hover {
  text-decoration: none;
}

/* Remove Btn Product on Home page */
/* ------------------------------------------------------- */
.header-search-area > .container > .row > div:nth-child(1) {
  display: none;
}

.product-search .input-group {
  display: flex;
  align-items: center;
  border-radius: 25px;
  padding-right: 8px;
  background-color: white;
  border-width: 2px;
  height: 50px;
}
@media (max-width: 991px) {
  .product-search .input-group {
    height: 46px;
    padding-right: 4px;
  }
}
@media (max-width: 767px) {
  .product-search .input-group {
    height: 42px;
  }
}
.product-search .input-group input {
  background-color: transparent;
  font-family: "Prompt", sans-serif;
}

/* Search box sizing */
.product-search .input-group .form-control {
  height: 42px;
  padding: 10px 13px;
  padding-left: 24px;
  font-size: 15px;
}
.product-search .input-group .form-control::placeholder {
  color: var(--color-placeholder);
}

.product-search .input-group .btn-group .rtin-btn-search {
  height: 42px;
}

.product-search .input-group .btn-group .rtin-btn-cat {
  font-size: 15px;
  padding: 8px 33px 8px 20px;
}

.product-search .input-group .btn-group .rtin-btn-cat:after {
  right: 21px;
  top: 47%;
}

.product-search .input-group .btn-group .rtin-btn-search i {
  font-size: 16px;
}

@media (max-width: 767px) {
  .product-search .input-group .form-control {
    height: 32px;
    padding: 2px 13px;
    font-size: 12px;
  }
  .product-search .input-group .btn-group .rtin-btn-search {
    height: 32px;
  }
  .product-search .input-group .btn-group .rtin-btn-cat {
    font-size: 12px;
    padding: 0 33px 0 20px;
  }
  .product-search .input-group .btn-group .rtin-btn-cat:after {
    right: 21px;
    top: 47%;
  }
  .product-search .input-group .btn-group .rtin-btn-search i {
    font-size: 16px;
  }
}
.header-search-area > .container > .row {
  justify-content: center;
}

.header-search-area > .container > .row > div:nth-child(2) {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 50% !important;
}

.header-search-area.-mobile-tablet {
  display: none;
}
@media (max-width: 991px) {
  .header-search-area.-mobile-tablet {
    display: block;
  }
}
.header-search-area.-desktop {
  margin-bottom: 0;
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .header-search-area.-desktop {
    display: none;
  }
}

.main-navigation-area-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ------------------------------------------------------- */
@media (max-width: 1260px) {
  .header-search-area > .container > .row > div:nth-child(1) {
    width: 15% !important;
    flex: 0 0 15% !important;
    max-width: 15% !important;
  }
  .header-search-area > .container > .row > div:nth-child(2) {
    width: 85% !important;
    flex: 0 0 85% !important;
    max-width: 85% !important;
  }
}
@media (max-width: 991px) {
  .header-search-area {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
  }
  .header-search-area > .container > .row > div:nth-child(1) {
    display: none !important;
  }
  .header-search-area > .container > .row > div:nth-child(2) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.cif-auto-suggestion-results {
  width: 100% !important;
  margin-top: 10px;
  border-radius: 10px;
}
.cif-auto-suggestion-results .cif-auto-suggestion-result {
  position: relative;
}
.cif-auto-suggestion-results .cif-auto-suggestion-result-thumbnail {
  position: relative;
  overflow: hidden;
  background-color: white;
}
.cif-auto-suggestion-results .onsale {
  position: absolute;
  top: 0;
  left: -44px;
  transform: rotate(-45deg) scale(0.6);
  pointer-events: none;
  color: white;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .cif-auto-suggestion-results .onsale {
    top: -3px;
    left: -47px;
    transform: rotate(-45deg) scale(0.5);
  }
}
.cif-auto-suggestion-results .rt-product-block-badge-shortdates {
  position: absolute;
  top: 5px;
  left: 80px;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(0.6);
  z-index: 1;
}
@media (max-width: 767px) {
  .cif-auto-suggestion-results .rt-product-block-badge-shortdates {
    left: 60px;
    transform: scale(0.4);
  }
}

.site-footer {
  background-color: white !important;
  color: #1E1E1E;
  font-family: "Prompt", sans-serif;
}
.site-footer .fa {
  font-family: FontAwesome;
}
.site-footer .footer-top-area .widget > h3 {
  color: #1E1E1E;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
}
.site-footer .footer-top-area a:link,
.site-footer .footer-top-area a:visited,
.site-footer .textwidget,
.site-footer i,
.site-footer .copyright-text,
.site-footer .footer-contact-title {
  color: #1E1E1E !important;
  font-family: "Prompt", sans-serif;
}
.site-footer .footer-top-area .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-footer .footer-top-area .container > div:first-child {
    order: 4;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top-area .container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.site-footer .footer-social-container {
  margin: 30px 0;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.site-footer .footer-social-item {
  border: 1px solid #1E1E1E;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.site-footer .footer-social-item i {
  transition: 0.3s;
  font-size: 20px;
}
.site-footer .footer-social-item:hover {
  background-color: #1E1E1E;
}
.site-footer .footer-social-item:hover i {
  color: white !important;
}
.site-footer .footer-register-number {
  font-size: 18px !important;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #1E1E1E;
}
.site-footer .footer-divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #EBEBEB;
}
.site-footer .footer-contact-des {
  font-size: 22px !important;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #1E1E1E;
}
.site-footer .payment-icons li:last-child {
  padding-right: 0 !important;
}
.site-footer .menu-help-support li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.site-footer .menu-help-support li > img {
  width: 46px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.site-footer .menu-help-support li > img.footer-contact-mail-img {
  top: 12px;
}
.site-footer .menu-help-support li > div {
  display: flex;
  flex-direction: column;
}
.site-footer .menu-help-support li > div .contact-line-qrcode {
  margin-top: 20px;
  width: 80px;
  height: auto;
}

.pre-footer-benefits-section {
  background-color: var(--color-bg);
  min-height: 260px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .pre-footer-benefits-section > .container {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pre-footer-benefits-section {
    padding: 30px 0;
  }
}

.pre-footer-benefits {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .pre-footer-benefits {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .pre-footer-benefits {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
}

.pre-footer-benefit {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .pre-footer-benefit img {
    max-width: 50px;
    height: initial !important;
  }
}

.pre-footer-benefit-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-blue);
}
@media (max-width: 767px) {
  .pre-footer-benefit-title {
    font-size: 16px;
  }
}

.pre-footer-benefit-des {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-blue);
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .pre-footer-benefit-des {
    font-size: 14px;
  }
}

.pre-footer-subscription {
  min-height: 370px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pre-footer-subscription {
    min-height: 300px;
    padding: 0 40px;
  }
}

.pre-footer-subscription-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pre-footer-subscription-title {
  font-size: 34px;
  font-weight: 500;
  color: var(--color-gray);
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .pre-footer-subscription-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.pre-footer-subscription-des {
  color: var(--color-gray);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pre-footer-subscription-des {
    margin-bottom: 20px;
    text-align: center;
  }
}

.pre-footer-subscription-input-wrapper {
  height: 50px;
  width: 420px;
  border: 1px solid var(--color-border);
  border-radius: 25px;
  display: flex;
  background-color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .pre-footer-subscription-input-wrapper {
    width: 100%;
  }
}
.pre-footer-subscription-input-wrapper input {
  appearance: none;
  border: none;
  outline: none;
  padding-left: 30px;
  width: 100%;
}
.pre-footer-subscription-input-wrapper input::placeholder {
  color: var(--color-placeholder);
}
.pre-footer-subscription-input-wrapper button {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .ht-quick-links-highlights-wrapper {
    max-width: initial;
  }
}
.ht-quick-links-highlights-wrapper + .retail-content-wrapper {
  padding-top: 0;
}

.ht-quick-links-highlights {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 8px;
  column-gap: 15px;
}
@media (max-width: 991.98px) {
  .ht-quick-links-highlights {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .ht-quick-links-highlights {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.ht-quick-links-highlights .quick-link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .ht-quick-links-highlights .quick-link-item {
    padding: 15px 0;
    justify-content: center;
  }
}
.ht-quick-links-highlights .quick-link-item:hover {
  opacity: 0.8;
}
.ht-quick-links-highlights .quick-link-item:hover span {
  color: #A41F1F;
}
.ht-quick-links-highlights .quick-link-item img {
  width: auto;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .ht-quick-links-highlights .quick-link-item img {
    height: 60px;
  }
}
.ht-quick-links-highlights .quick-link-item span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
  line-height: normal;
}

.ht-custom-links-wrapper {
  padding: 15px 0;
}
.ht-custom-links-wrapper > .container {
  padding: 0;
  max-width: 100%;
}
.ht-custom-links-wrapper .ht-custom-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .ht-custom-links-wrapper .ht-custom-links {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.ht-custom-links-wrapper .ht-custom-links .custom-link-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767.98px) {
  .ht-custom-links-wrapper .ht-custom-links .custom-link-item {
    min-width: calc(50% - 10px);
  }
}
.ht-custom-links-wrapper .ht-custom-links .custom-link-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.ht-custom-links-wrapper .ht-custom-links .custom-link-item .custom-link-image {
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-color: #f5f5f5;
}
.ht-custom-links-wrapper .ht-custom-links .custom-link-item .custom-link-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ht-custom-links-wrapper .ht-custom-links .custom-link-item .custom-link-content {
  flex: 1;
  padding: 15px 10px;
  background-color: var(--item-color, #333);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
}
@media (max-width: 767.98px) {
  .ht-custom-links-wrapper .ht-custom-links .custom-link-item .custom-link-content {
    min-height: 60px;
  }
}
.ht-custom-links-wrapper .ht-custom-links .custom-link-item .custom-link-content .title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.ht-categories {
  padding-top: 30px;
  padding-bottom: 40px;
}
.ht-categories .ht-categories-header {
  margin-bottom: 20px;
}
.ht-categories .ht-categories-header .retail-title-page {
  margin-bottom: 0;
}
.ht-categories .ht-categories-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .ht-categories .ht-categories-content {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .ht-categories .ht-categories-content {
    gap: 8px;
  }
}
.ht-categories .ht-categories-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 28px;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .ht-categories .ht-categories-item {
    padding: 4px 20px;
  }
}
@media (max-width: 767.98px) {
  .ht-categories .ht-categories-item {
    padding: 4px 16px;
  }
}
.ht-categories .ht-categories-item:hover {
  border-color: #ccc;
}
.ht-categories .ht-categories-item.-active {
  background-color: #B12224;
  border-color: #B12224;
  color: #fff;
}

@media (max-width: 991.98px) {
  .archive-product-categories .ht-categories {
    padding-bottom: 20px;
  }
}

.home-portal-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
@media (max-width: 991px) {
  .home-portal-content {
    flex-direction: column;
  }
}
.home-portal-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 40%;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .home-portal-content::before {
    right: 0;
  }
}
.home-portal-content .portal-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  max-height: 100px;
  margin-top: 50px;
  margin-left: 55px;
}
@media (max-width: 991px) {
  .home-portal-content .portal-logo {
    max-height: 70px;
    padding: 5px 0;
    margin-top: 10px;
    margin-left: 15px;
  }
}
.home-portal-content .portal-menu {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-portal-content .portal-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .home-portal-content .portal-menu::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  }
}
.home-portal-content .portal-menu img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-portal-content .portal-menu-title {
  position: relative;
  z-index: 11;
  font-family: "Prompt", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
  color: #3F3F3F;
}
@media (max-width: 991px) {
  .home-portal-content .portal-menu-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .home-portal-content .portal-menu-title {
    font-size: 34px;
  }
}
.home-portal-content .portal-menu-divider {
  position: relative;
  z-index: 11;
  height: 4px;
  width: 180px;
  background-color: #316999;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-portal-content .portal-menu-divider {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-portal-content .portal-menu-divider {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.home-portal-content .portal-menu-button {
  position: relative;
  z-index: 11;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  color: white;
  background-color: #B02224;
  height: 40px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 1em;
  transition: 0.3s;
}
.home-portal-content .portal-menu-button:hover {
  transition: 0s;
  background-color: #bf3b3d;
}

body.archive .content-area {
  padding: 0;
}

body.blog .content-area > .container,
body.post-template-default .content-area > .container,
body.page-template-default .content-area > .container,
body.archive .content-area > .container,
.single-product .content-area > .container,
.retail-content-wrapper {
  position: relative;
  padding-top: 60px;
}
body.blog .content-area > .container.-not-padding-top,
body.post-template-default .content-area > .container.-not-padding-top,
body.page-template-default .content-area > .container.-not-padding-top,
body.archive .content-area > .container.-not-padding-top,
.single-product .content-area > .container.-not-padding-top,
.retail-content-wrapper.-not-padding-top {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  body.blog .content-area > .container,
  body.post-template-default .content-area > .container,
  body.page-template-default .content-area > .container,
  body.archive .content-area > .container,
  .single-product .content-area > .container,
  .retail-content-wrapper {
    max-width: initial;
    padding-top: 30px;
  }
}

body.blog .content-area > .container,
body.single-post .content-area > .container {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  body.blog .content-area > .container,
  body.single-post .content-area > .container {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  body.blog .content-area > .container,
  body.single-post .content-area > .container {
    padding-bottom: 20px;
  }
}

.post-each .post-thumbnail, .post-each .post-thumbnail a, .post-each .post-thumbnail a img {
  widtH: 100%;
}

.retail-title-page {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .retail-title-page {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .retail-title-page {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3em;
  }
}

.retail-content {
  display: flex;
  column-gap: 25px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .retail-content {
    column-gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .retail-content {
    flex-direction: column;
    padding-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .retail-content {
    padding-bottom: 25px;
  }
}
.retail-content > div {
  width: 100%;
}

.retail-sidebar {
  --color-bg-title: var(--color-bg);
  --padding-left-right: 30px;
}
@media (max-width: 1200px) {
  .retail-sidebar {
    --padding-left-right: 15px;
  }
}
.retail-sidebar {
  width: 100%;
  border: 2px solid var(--color-border);
  overflow: hidden;
  border-radius: var(--border-radius);
}
.retail-sidebar .retail-sidebar-title {
  font-size: 22px;
  font-weight: 500;
  background-color: var(--color-bg-title);
  color: var(--color-gray);
  padding: 15px var(--padding-left-right);
}
.retail-sidebar .retail-sidebar-title a {
  color: inherit;
}
@media (max-width: 1200px) {
  .retail-sidebar .retail-sidebar-title {
    font-size: 20px;
  }
}
.retail-sidebar .retail-sidebar-content {
  padding: 20px var(--padding-left-right);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: white;
}
@media (max-width: 1200px) {
  .retail-sidebar .retail-sidebar-content {
    padding: 15px var(--padding-left-right);
    row-gap: 15px;
  }
}
.retail-sidebar .retail-sidebar-cate-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-gray);
}
.retail-sidebar .retail-sidebar-cate-title.-active {
  color: var(--color-active);
}
@media (max-width: 1200px) {
  .retail-sidebar .retail-sidebar-cate-title {
    font-size: 16px;
  }
}
.retail-sidebar .retail-divider {
  margin: 15px 0;
  height: 1px;
  width: 100%;
  background-color: #EBEBEB;
}
@media (max-width: 1200px) {
  .retail-sidebar .retail-divider {
    margin: 10px 0;
  }
}
.retail-sidebar .retail-categories {
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.retail-sidebar .retail-category {
  line-height: 1.4em;
  color: var(--color-gray-lighter);
}
.retail-sidebar .retail-category a {
  display: block;
  padding: 5px 0;
  padding-left: 16px;
  border-radius: 6px;
  color: var(--color-gray-lighter);
}
.retail-sidebar .retail-category.-active a {
  background-color: var(--color-active);
  color: white;
}
.retail-sidebar.-no-padding-top-bottom .retail-sidebar-content {
  padding-top: 0;
  padding-bottom: 0;
}
.retail-sidebar.-mode-collapse {
  --padding-left-right: 20px;
}
.retail-sidebar.-mode-collapse .retail-sidebar-title {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.retail-sidebar.-mode-collapse .retail-sidebar-title i {
  display: block;
  font-size: 10px;
}
.retail-sidebar.-mode-collapse .retail-sidebar-content {
  row-gap: 0;
}
.retail-sidebar.-mode-collapse:not(.-open) .retail-sidebar-content {
  display: none;
}
.retail-sidebar.-mode-collapse.-open .retail-sidebar-title i {
  transform: rotate(180deg);
}

.retail-feature-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .retail-feature-banner.-desktop {
    display: none;
  }
}
.retail-feature-banner.-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .retail-feature-banner.-mobile {
    display: block;
  }
}
.retail-feature-banner::before {
  content: "";
  display: block;
  padding-top: 32%;
}
@media (max-width: 767.98px) {
  .retail-feature-banner::before {
    padding-top: 60%;
  }
}
.retail-feature-banner.flickity-enabled:before {
  display: none;
}
.retail-feature-banner.flickity-enabled {
  visibility: visible;
}
.retail-feature-banner .retail-feature-banner-item {
  all: unset;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.retail-feature-banner .retail-feature-banner-item::before {
  content: "";
  display: block;
  padding-top: 32%;
}
@media (max-width: 767.98px) {
  .retail-feature-banner .retail-feature-banner-item::before {
    padding-top: 60%;
  }
}
.retail-feature-banner .retail-feature-banner-item-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.retail-feature-banner .retail-feature-banner-item-wrapper a {
  position: relative;
  flex: 1;
}
.retail-feature-banner .retail-feature-banner-item-wrapper a:first-child {
  min-width: 63%;
}
.retail-feature-banner .retail-feature-banner-item-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.retail-feature-banner > .retail-feature-banner-item {
  position: absolute;
  display: flex;
}
.retail-feature-banner > .retail-feature-banner-item a {
  width: 50%;
}

@media (max-width: 991.98px) {
  .retail-sidebar-categories {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .retail-feature-banner-dots.-desktop {
    display: none;
  }
}
.retail-feature-banner-dots.-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .retail-feature-banner-dots.-mobile {
    display: flex;
  }
}
.retail-feature-banner-dots {
  margin: 28px 0;
  display: flex;
  justify-content: center;
  column-gap: 12px;
}
@media (max-width: 767px) {
  .retail-feature-banner-dots {
    margin: 14px 0;
  }
}

.retail-feature-banner-dot {
  --color-dot: var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--color-dot);
}
.retail-feature-banner-dot.-active {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--color-dot);
}
.retail-feature-banner-dot::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-dot);
}

.retail-section {
  margin-bottom: 45px;
}
.retail-section .retail-title-page {
  margin-bottom: 0;
}
.retail-section.ht-trending-products {
  margin-top: 30px;
}

.retail-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .retail-section-header {
    margin-bottom: 10px;
  }
}

.retail-prev-next {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 767.98px) {
  .retail-prev-next {
    column-gap: 6px;
  }
}

.retail-prev,
.retail-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg);
  cursor: pointer;
  user-select: none;
}
.retail-prev img,
.retail-next img {
  height: 12px;
  width: auto;
}
@media (max-width: 767.98px) {
  .retail-prev,
  .retail-next {
    width: 40px;
    height: 40px;
  }
}

.retail-btn-view-more {
  cursor: pointer;
  color: var(--color-gray);
  background-color: var(--color-bg);
  height: 40px;
  min-width: 140px;
  border-radius: 20px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: 0.3s;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .retail-btn-view-more {
    min-width: initial;
  }
}
.retail-btn-view-more:hover {
  transition: 0s;
  background-color: #B12224;
  color: white;
}

.retail-items-full-page {
  --gap: 25px;
  padding-bottom: 50px;
  width: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: var(--gap);
  column-gap: var(--gap);
}
@media (max-width: 1200px) {
  .retail-items-full-page {
    --gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 860px) {
  .retail-items-full-page {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .retail-items-full-page {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.retail-items-full-page img {
  width: 100%;
  height: auto;
}
.retail-items-full-page .retail-item {
  width: 100%;
}

.retail-items {
  --gap: 25px;
  width: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: var(--gap);
  column-gap: var(--gap);
}
@media (max-width: 1200px) {
  .retail-items {
    --gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 860px) {
  .retail-items {
    grid-template-columns: 1fr 1fr;
  }
}
.retail-items img {
  width: 100%;
  height: auto;
}

.retail-item.carousel-cell {
  width: calc(25% - 18.75px);
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .retail-item.carousel-cell {
    margin-right: 15px;
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 860px) {
  .retail-item.carousel-cell {
    width: calc(50% - 7.5px);
  }
}
.retail-item.carousel-cell .rtin-thumb {
  text-align: center;
}

.retail-sub-banner {
  margin-bottom: 55px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 28px;
  row-gap: 28px;
}
@media (max-width: 767.98px) {
  .retail-sub-banner {
    display: block;
  }
}
.retail-sub-banner a {
  display: block;
}
.retail-sub-banner a img {
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}
.retail-sub-banner a:first-child {
  grid-row: span 2;
}
@media (max-width: 767.98px) {
  .retail-sub-banner a {
    margin-bottom: 10px;
  }
  .retail-sub-banner a:last-child {
    margin-bottom: 0;
  }
}

.ht-h-banner {
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .ht-h-banner {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
.ht-h-banner .banner-inner {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .ht-h-banner .banner-inner {
    min-height: 80px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
}
.ht-h-banner .banner-inner .banner-text {
  font-size: 24px;
  font-weight: 700;
  color: #F8B64C;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .ht-h-banner .banner-inner .banner-text {
    font-size: 20px;
  }
}
.ht-h-banner .banner-inner .banner-link {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  z-index: 1;
}
.ht-h-banner .banner-inner .banner-link:hover {
  opacity: 0.8;
}

.ht-loadmore-ajax-trending-products {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  width: fit-content;
  min-width: 140px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.ht-loadmore-ajax-trending-products:hover {
  border-color: #999;
  color: #000;
}

.woocommerce .woo-shop-top {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .woocommerce .woo-shop-top {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
.woocommerce .woo-shop-top .rtin-right {
  column-gap: 20px;
}
@media (max-width: 767px) {
  .woocommerce .woo-shop-top .rtin-right {
    column-gap: 10px;
  }
}
.woocommerce .woo-shop-top .rtin-right > div {
  margin-right: 0;
}
@media (max-width: 767px) {
  .woocommerce .woo-shop-top .rtin-right > div {
    flex: 1 1 auto;
  }
}
.woocommerce .woo-shop-top .woocommerce-result-count {
  color: var(--color-gray-light);
}

.woof_reset_button_2 {
  background-color: var(--color-active);
  border-radius: 4px;
}
.woof_reset_button_2:hover {
  background-color: var(--color-active-hover);
}

.woof_products_top_panel_ul {
  display: flex;
  align-items: center;
}
.woof_products_top_panel_ul .woof_remove_ppi {
  color: black;
  background: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding-right: 0;
}
.woof_products_top_panel_ul .woof_remove_ppi::after {
  content: "x";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-active);
  color: white;
}

.rdtheme-infscroll-icon {
  padding: 30px 0;
}

.tad-wholesale-content {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .tad-wholesale-content {
    padding: 0;
    padding-bottom: 20px;
  }
}

.tad-wholesale-title {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .tad-wholesale-title {
    font-size: 26px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .tad-wholesale-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.tad-wholesale-section {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .tad-wholesale-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tad-wholesale-section {
    margin-bottom: 15px;
  }
}
.tad-wholesale-section > div {
  position: relative;
}
.tad-wholesale-section.-section-ecate {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .tad-wholesale-section.-section-ecate {
    flex-direction: column;
    align-items: center;
  }
}
.tad-wholesale-section.-section-ecate > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tad-wholesale-section.-section-ecate .tad-wholesale-ecate-box {
  padding: 90px 0;
}
.tad-wholesale-section.-section-ecate .tad-wholesale-ecate-box a {
  color: white;
}
@media (max-width: 991px) {
  .tad-wholesale-section.-section-ecate .tad-wholesale-ecate-box {
    padding: 40px 0;
  }
}
.tad-wholesale-section.-section-ecate .tad-wholesale-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 330px;
}
@media (max-width: 991px) {
  .tad-wholesale-section.-section-ecate .tad-wholesale-box {
    left: 0;
  }
}

.tad-wholesale-box {
  border: 2px solid var(--color-border);
  border-radius: 10px;
  background-color: white;
}
.tad-wholesale-box.-tad-wholesale-contact-box {
  display: flex;
  padding: 50px 34px;
  column-gap: 50px;
}
@media (max-width: 991px) {
  .tad-wholesale-box.-tad-wholesale-contact-box {
    flex-direction: column;
    padding: 20px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .tad-wholesale-box.-tad-wholesale-contact-box {
    padding: 15px;
    row-gap: 30px;
  }
}
.tad-wholesale-box.-tad-wholesale-contact-box > div {
  flex: 1;
}

.tad-wholesale-cover {
  width: 100%;
}
@media (max-width: 991px) {
  .tad-wholesale-cover {
    padding: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tad-wholesale-cover {
    padding: 15px;
    padding-bottom: 0;
  }
}

.tad-wholesale-ecate-icon {
  width: 240px;
  margin-bottom: 15px;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .tad-wholesale-ecate-icon {
    width: 160px;
  }
}

.tad-wholesale-map {
  position: relative;
  border-radius: var(--border-radius-input);
  overflow: hidden;
}
@media (max-width: 991px) {
  .tad-wholesale-map {
    min-height: 300px;
  }
}
.tad-wholesale-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wishlist-title-with-form .btn.button.show-title-form,
.hidden-title-form {
  display: none;
}

.yith-wcqv-button.button {
  display: none !important;
}

.cart-action .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.cart-action .actions .coupon {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 1px solid #dddddd;
  border-radius: 25px;
  overflow: hidden;
  padding: 5px;
  background-color: white;
}
@media (max-width: 767px) {
  .cart-action .actions .coupon {
    width: 100%;
  }
}
.cart-action .actions .coupon > label {
  margin-bottom: 0 !important;
}
.cart-action .actions .coupon .input-text {
  border: none !important;
  height: 40px !important;
  outline: none !important;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cart-action .actions .coupon .input-text {
    width: 100%;
  }
}
.cart-action .actions .button {
  text-transform: capitalize !important;
  font-weight: normal !important;
  white-space: nowrap;
}
.cart-action .actions > button[type=submit] {
  margin-left: auto;
}
@media (max-width: 767px) {
  .cart-action .actions > button[type=submit] {
    width: 100%;
  }
}

.cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals {
  display: none;
}
.cart-collaterals .checkout-button {
  text-transform: capitalize !important;
  font-weight: normal !important;
}

.woocommerce .woocommerce-cart-form table.shop_table {
  border: 2px solid var(--color-border);
  border-radius: 10px;
  border-collapse: initial;
  overflow: hidden;
  background-color: white;
}
.woocommerce .woocommerce-cart-form table.shop_table th {
  background-color: var(--color-bg);
  font-weight: normal !important;
  position: relative;
  text-align: center !important;
}
.woocommerce .woocommerce-cart-form table.shop_table th::after {
  content: "";
  display: block;
  width: 1px;
  background-color: var(--color-border);
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table th:last-child::after {
  display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table tr {
  position: relative;
  border: 0 !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tr::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color-border-gray);
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
}
.woocommerce .woocommerce-cart-form table.shop_table tr:last-child::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-form table.shop_table td:not(:nth-child(2)) {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table td.product-no {
    text-align: left !important;
    font-weight: 500;
    font-size: 16px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.product-no::before {
    content: "";
  }
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-remove .remove {
  margin: auto;
  font-size: 34px;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name {
  display: flex;
  align-items: center;
  position: relative;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name .onslae-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  overflow: hidden;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table td.product-name .onslae-wrapper {
    top: 0;
    left: 70px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name .onsale {
  position: absolute;
  top: 5px;
  left: -49px;
  width: 130px;
  transform: rotate(-45deg) scale(0.7);
  pointer-events: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name .rt-product-block-badge-shortdates {
  position: absolute;
  transform-origin: top left;
  transform: scale(0.7);
  top: 10px;
  left: 70px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table td.product-name .rt-product-block-badge-shortdates {
    transform: scale(0.6);
    top: -5px;
    left: 130px;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table td.product-name {
    vertical-align: middle;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.product-name img {
    display: block !important;
    margin: 0 !important;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.product-name .product-title {
    text-align: left;
    max-width: 50%;
    font-size: 16px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-price .amount,
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal .amount {
  font-weight: 500;
  color: var(--color-blue);
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-price ins,
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal ins {
  background-color: transparent;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-price del .amount,
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal del .amount {
  font-weight: normal;
  text-decoration-color: var(--color-blue);
  color: var(--color-blue);
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-price ins .amount,
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal ins .amount {
  color: var(--color-active);
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-form table.shop_table th.product-subtotal,
  .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
    position: relative;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal .remove {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--color-active);
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 20px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal .remove {
    top: 20px;
    margin-top: 0;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal .remove i {
  font-size: 14px;
}

.cart-collaterals .cart_totals h2 {
  border: 2px solid var(--color-border);
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 15px 30px;
  color: var(--color-blue) !important;
  font-weight: 500 !important;
  background-color: var(--color-bg);
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals h2 {
    font-size: 22px !important;
    padding-left: 20px;
  }
}
.cart-collaterals .cart_totals table {
  background-color: white;
  border: 2px solid var(--color-border);
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-collapse: initial;
  overflow: hidden;
}
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td::before {
  border: 0 !important;
  padding-left: 30px !important;
  width: 50% !important;
  font-weight: 500 !important;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals table th,
  .cart-collaterals .cart_totals table td::before {
    text-align: left;
    padding-left: 0 !important;
  }
}
.cart-collaterals .cart_totals table td {
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals table td {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cart-collaterals .cart_totals table tr {
  position: relative;
  border: 0 !important;
}
.cart-collaterals .cart_totals table tr::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color-border-gray);
  position: absolute;
  top: 100%;
  left: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals table tr::after {
    left: 20px;
    right: 20px;
  }
}
.cart-collaterals .cart_totals table tr:last-child::after {
  opacity: 0;
}
.cart-collaterals .cart_totals table tr.cart-subtotal td, .cart-collaterals .cart_totals table tr.cart-subtotal td .amount, .cart-collaterals .cart_totals table tr.order-total td, .cart-collaterals .cart_totals table tr.order-total td .amount {
  color: var(--color-blue);
}
.cart-collaterals .cart_totals table tr.cart-discount td, .cart-collaterals .cart_totals table tr.cart-discount td .amount {
  color: var(--color-active);
}
.cart-collaterals .cart_totals table tr.cart-discount td .woocommerce-remove-coupon {
  color: var(--color-blue);
}

.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  border: 2px solid var(--color-border);
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 15px 30px;
  color: var(--color-blue) !important;
  font-weight: 500 !important;
  background-color: var(--color-bg);
  font-size: 24px !important;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields > h3,
  .woocommerce-shipping-fields > h3 {
    font-size: 22px !important;
    padding-left: 20px;
  }
}
.woocommerce-billing-fields > h3#ship-to-different-address::before,
.woocommerce-shipping-fields > h3#ship-to-different-address::before {
  content: "Shipping Details";
  margin-right: 1em;
}
.woocommerce-billing-fields > h3#ship-to-different-address:not(.-open-form),
.woocommerce-shipping-fields > h3#ship-to-different-address:not(.-open-form) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 2px solid var(--color-border);
}
.woocommerce-billing-fields > h3 + div,
.woocommerce-shipping-fields > h3 + div {
  background-color: white;
  border: 2px solid var(--color-border);
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-collapse: initial;
  overflow: hidden;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields > h3 + div,
  .woocommerce-shipping-fields > h3 + div {
    padding: 20px;
  }
}

.woocommerce-billing-fields .mailchimp-newsletter {
  margin-bottom: 20px !important;
}
.woocommerce-billing-fields .mailchimp-newsletter label {
  margin-left: 0 !important;
}

.woocommerce-account-fields p.create-account {
  margin-bottom: 10px !important;
}
.woocommerce-account-fields .create-account > .form-row {
  margin-bottom: 10px !important;
}

.woocommerce form .form-row textarea {
  height: 165px;
}

.woocommerce-shipping-fields {
  margin-bottom: 30px;
}

.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text,
.woocommerce-additional-fields .input-text {
  border: 1px solid var(--color-border-gray) !important;
  border-radius: 10px !important;
  background-color: white !important;
}
.woocommerce-billing-fields .input-text::placeholder,
.woocommerce-shipping-fields .input-text::placeholder,
.woocommerce-additional-fields .input-text::placeholder {
  color: var(--color-placeholder);
}
.woocommerce-billing-fields .select2-container,
.woocommerce-shipping-fields .select2-container,
.woocommerce-additional-fields .select2-container {
  border: 1px solid var(--color-border-gray) !important;
  border-radius: 10px !important;
}
.woocommerce-billing-fields .select2-container.select2-container--open,
.woocommerce-shipping-fields .select2-container.select2-container--open,
.woocommerce-additional-fields .select2-container.select2-container--open {
  border-bottom: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.woocommerce-billing-fields .select2-selection,
.woocommerce-shipping-fields .select2-selection,
.woocommerce-additional-fields .select2-selection {
  background-color: white !important;
}

.select2-search__field,
.select2-dropdown {
  border-color: var(--color-border-gray) !important;
}

.woocommerce-additional-fields label {
  border: 2px solid var(--color-border);
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 15px 30px;
  color: var(--color-blue) !important;
  font-weight: 500 !important;
  background-color: var(--color-bg);
  font-size: 24px !important;
  width: 100%;
}
.woocommerce-additional-fields .woocommerce-input-wrapper {
  background-color: white;
  border: 2px solid var(--color-border);
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-collapse: initial;
  overflow: hidden;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .woocommerce-additional-fields .woocommerce-input-wrapper {
    padding: 20px;
  }
}

.wc-order-review-wrapper {
  padding: 0 !important;
  border: 0 !important;
  background-color: white;
}
.wc-order-review-wrapper > h3 {
  border: 2px solid var(--color-border);
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 15px 30px;
  color: var(--color-blue) !important;
  font-weight: 500 !important;
  background-color: var(--color-bg);
  font-size: 24px !important;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wc-order-review-wrapper > h3 {
    font-size: 22px !important;
    padding-left: 20px;
  }
}
.wc-order-review-wrapper .woocommerce-checkout-review-order {
  --padding: 15px 30px;
}
@media (max-width: 767px) {
  .wc-order-review-wrapper .woocommerce-checkout-review-order {
    --padding: 15px;
  }
}
.wc-order-review-wrapper .woocommerce-checkout-review-order {
  background-color: white;
  border: 2px solid var(--color-border);
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-collapse: initial;
  overflow: hidden;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .wc-order-review-wrapper .woocommerce-checkout-review-order {
    padding: 20px;
  }
}
.wc-order-review-wrapper .woocommerce-checkout-review-order .amount {
  color: var(--color-blue);
}
.wc-order-review-wrapper .woocommerce-checkout-review-order ins {
  background-color: transparent;
}
.wc-order-review-wrapper .woocommerce-checkout-review-order del .amount {
  font-weight: normal;
  text-decoration-color: var(--color-blue);
  color: var(--color-blue);
}
.wc-order-review-wrapper .woocommerce-checkout-review-order ins .amount {
  color: var(--color-active);
}
.wc-order-review-wrapper .woocommerce-checkout-review-order .cart-discount td, .wc-order-review-wrapper .woocommerce-checkout-review-order .cart-discount td .amount {
  color: var(--color-active) !important;
}
.wc-order-review-wrapper .woocommerce-checkout-review-order .cart-discount td .woocommerce-remove-coupon {
  color: var(--color-blue);
}
.wc-order-review-wrapper .woocommerce-checkout-review-order .order-total .amount {
  font-size: 26px;
}
@media (max-width: 767px) {
  .wc-order-review-wrapper .woocommerce-checkout-review-order .order-total .amount {
    font-size: 22px;
  }
}
.wc-order-review-wrapper .woocommerce-checkout-review-order table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.wc-order-review-wrapper .woocommerce-checkout-review-order thead tr th, .wc-order-review-wrapper .woocommerce-checkout-review-order thead tr td,
.wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr th,
.wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr td {
  background-color: var(--color-bg-gray);
  border: 0 !important;
  font-size: 20px !important;
  padding: var(--padding) !important;
}
@media (max-width: 767px) {
  .wc-order-review-wrapper .woocommerce-checkout-review-order thead tr th, .wc-order-review-wrapper .woocommerce-checkout-review-order thead tr td,
  .wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr th,
  .wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr td {
    font-size: 16px !important;
  }
}
.wc-order-review-wrapper .woocommerce-checkout-review-order thead tr th:first-child, .wc-order-review-wrapper .woocommerce-checkout-review-order thead tr td:first-child,
.wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr th:first-child,
.wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wc-order-review-wrapper .woocommerce-checkout-review-order thead tr th:last-child, .wc-order-review-wrapper .woocommerce-checkout-review-order thead tr td:last-child,
.wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr th:last-child,
.wc-order-review-wrapper .woocommerce-checkout-review-order tfoot tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wc-order-review-wrapper .woocommerce-checkout-review-order tbody tr td {
  font-size: 16px !important;
  font-weight: normal !important;
  padding: var(--padding) !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (max-width: 767px) {
  .wc-order-review-wrapper .woocommerce-checkout-review-order tbody tr td {
    font-size: 14px !important;
  }
}
.wc-order-review-wrapper .woocommerce-checkout-review-order tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--color-border-gray) !important;
}

.woocommerce-checkout-payment {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .woocommerce-checkout-payment {
    margin-top: 30px;
  }
}
.woocommerce-checkout-payment::before {
  content: "Payment Method";
  border: 2px solid var(--color-border);
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 15px 30px;
  color: var(--color-blue) !important;
  font-weight: 500 !important;
  background-color: var(--color-bg);
  font-size: 24px !important;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .woocommerce-checkout-payment::before {
    font-size: 22px !important;
    padding-left: 20px;
  }
}
.woocommerce-checkout-payment .wc_payment_methods {
  margin-top: 0 !important;
  background-color: white;
  border: 2px solid var(--color-border) !important;
  border-top: 0 !important;
  border-radius: 0;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-collapse: initial;
  overflow: hidden;
  padding: 20px 30px !important;
}
@media (max-width: 767px) {
  .woocommerce-checkout-payment .wc_payment_methods {
    padding: 20px !important;
  }
}
.woocommerce-checkout-payment .wc_payment_methods .payment_box {
  background-color: var(--color-bg-gray) !important;
  line-height: 1.8em !important;
  padding: 20px !important;
  border-radius: 10px !important;
}
.woocommerce-checkout-payment .wc_payment_methods .payment_box::before {
  display: none !important;
}
.woocommerce-checkout-payment .wc_payment_methods + .place-order {
  margin-top: 30px !important;
}

button#place_order {
  text-transform: capitalize !important;
  font-weight: normal !important;
  border: 0 !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 5px !important;
}

.woocommerce-mini-cart.cart_list.product_list_widget .onslae-wrapper {
  position: absolute;
  right: 10px;
  margin-top: 60px;
  transform-origin: top right;
  transform: scale(0.65);
  z-index: 1;
}
.woocommerce-mini-cart.cart_list.product_list_widget .onslae-wrapper .onsale {
  top: 0;
  right: 0;
  left: initial;
}
.woocommerce-mini-cart.cart_list.product_list_widget .rt-product-block-badge-shortdates {
  position: absolute;
  z-index: 1;
  right: 5px;
  transform-origin: top right;
  transform: scale(0.35);
  margin-top: 5px;
  pointer-events: none;
}
.woocommerce-mini-cart.cart_list.product_list_widget .quantity {
  white-space: nowrap;
}
.woocommerce-mini-cart.cart_list.product_list_widget .amount {
  font-weight: 500;
  color: var(--color-blue);
}
.woocommerce-mini-cart.cart_list.product_list_widget ins {
  background-color: transparent;
}
.woocommerce-mini-cart.cart_list.product_list_widget del .amount {
  font-weight: normal;
  text-decoration-color: var(--color-blue);
  color: var(--color-blue);
}
.woocommerce-mini-cart.cart_list.product_list_widget ins .amount {
  color: var(--color-active);
}

.shipping_address,
.woocommerce-billing-fields {
  overflow: initial !important;
}
.shipping_address .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper {
  position: relative;
}
.shipping_address .woocommerce-input-wrapper.-has-values > input:focus + .postcode-autocomplete-address-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper.-has-values > input:focus + .postcode-autocomplete-address-wrapper {
  visibility: visible;
}

.postcode-autocomplete-address-wrapper {
  position: absolute;
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  top: 100%;
  margin-top: 5px;
  border: 1px solid var(--color-border-gray);
  border-radius: 10px;
  background-color: white;
  visibility: hidden;
  z-index: 1;
}
.postcode-autocomplete-address-wrapper:active {
  visibility: visible;
}
.postcode-autocomplete-address-wrapper .auto-suggestion-by-postcode-item {
  cursor: pointer;
  padding: 5px 15px;
  font-size: 14px;
}
.postcode-autocomplete-address-wrapper .auto-suggestion-by-postcode-item:hover {
  background-color: #0073aa;
  color: white;
}
.postcode-autocomplete-address-wrapper .auto-suggestion-by-postcode-item:not(:last-child) {
  border-bottom: 1px solid var(--color-border-gray);
}

.rt-product-block-tad {
  background-color: white;
  position: relative;
  border: 2px solid var(--color-border);
  border-radius: var(--border-radius);
  overflow: hidden;
  max-width: initial;
  min-width: 260px;
}
@media (max-width: 767px) {
  .rt-product-block-tad {
    min-width: initial;
  }
}
.rt-product-block-tad .rt-product-block-badge-shortdates {
  position: absolute;
  top: 9px;
  right: 10px;
  width: auto;
  width: initial;
}
.rt-product-block-tad .rtin-thumb-wrapper {
  position: relative;
  overflow: hidden;
}
.rt-product-block-tad .rt-product-block-tad-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .rt-product-block-tad .rt-product-block-tad-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
.rt-product-block-tad .rtin-cat {
  font-size: 16px;
  font-weight: 300;
  color: #316999;
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .rt-product-block-tad .rtin-cat {
    font-size: 12px !important;
    margin-bottom: 0;
    color: #646464;
    pointer-events: none;
  }
}
.rt-product-block-tad .rtin-title {
  font-size: 18px;
  font-weight: 500;
  height: 42px;
  margin-bottom: 5px;
}
.rt-product-block-tad .rtin-title a {
  color: #3F3F3F;
  line-height: 1.34em;
}
@media (max-width: 767px) {
  .rt-product-block-tad .rtin-title {
    height: 30px;
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.rt-product-block-tad .rtin-unit {
  line-height: 1em;
  min-height: 1em;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .rt-product-block-tad .rtin-unit {
    font-size: 14px;
  }
}
.rt-product-block-tad .rtin-price {
  display: flex;
  column-gap: 10px;
  margin-bottom: 25px;
  color: #316999;
  font-size: 18px;
  font-weight: 500;
}
.rt-product-block-tad .rtin-price > del {
  font-weight: 300;
}
.rt-product-block-tad .rtin-price > ins {
  color: #B12224;
  background-color: transparent;
}
.rt-product-block-tad .rtin-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt-product-block-tad .rtin-buttons .added_to_cart {
  display: none !important;
}
.rt-product-block-tad .add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 40px;
  width: 180px;
  border-radius: 20px;
  background-color: #F6EEE0;
  color: #3F3F3F;
  font-size: 18px;
}
.rt-product-block-tad .add_to_cart_button i {
  font-size: 20px;
}
@media (max-width: 1230px) {
  .rt-product-block-tad .add_to_cart_button {
    font-size: 15px;
    width: 150px;
  }
}
@media (max-width: 413px) {
  .rt-product-block-tad .add_to_cart_button {
    font-size: 14px;
    width: 100%;
  }
  .rt-product-block-tad .add_to_cart_button i {
    font-size: 16px;
  }
}
.rt-product-block-tad .add_to_cart_button .ajax-loading {
  width: 20px;
  height: auto;
  display: none;
}
.rt-product-block-tad .add_to_cart_button:hover {
  color: white;
  background-color: #B12224;
}
.rt-product-block-tad .add_to_cart_button.loading {
  background-color: #B12224;
}
.rt-product-block-tad .add_to_cart_button.loading i {
  display: none;
}
.rt-product-block-tad .add_to_cart_button.loading .ajax-loading {
  display: block;
}
.rt-product-block-tad .added_to_cart {
  display: none;
}
.rt-product-block-tad .rdtheme-wishlist-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #F6EEE0;
  color: #3F3F3F;
  font-size: 22px;
}
.rt-product-block-tad .rdtheme-wishlist-icon .ajax-loading {
  width: 20px;
  height: auto;
}
.rt-product-block-tad .rdtheme-wishlist-icon.rdtheme-wishlist-ajaxloading {
  background-color: #B12224;
}
.rt-product-block-tad .rdtheme-wishlist-icon.rdtheme-remove-from-wishlist {
  color: #B12224;
}
.rt-product-block-tad .rdtheme-wishlist-icon:hover {
  color: white;
  background-color: #B12224;
}
.rt-product-block-tad.rt-product-block-tad-sidebar {
  border: none;
  display: flex;
  padding-top: 20px;
  border-radius: 0;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rtin-thumb-wrapper {
  flex: 5;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rt-product-block-tad-content {
  flex: 6;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rtin-price {
  margin-bottom: 20px;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rtin-cat {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.3em;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rtin-title {
  font-size: 16px;
  height: auto;
  height: initial;
  margin-bottom: 2px;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rtin-thumb,
.rt-product-block-tad.rt-product-block-tad-sidebar .rtin-thumb img {
  height: 100%;
  width: 100%;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rtin-thumb img {
  object-fit: contain;
  object-position: center;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rt-product-block-tad-content {
  padding: 0;
}
.rt-product-block-tad.rt-product-block-tad-sidebar .onsale {
  top: 2px;
  left: -49px;
  transform: rotate(-45deg) scale(0.7);
}
.rt-product-block-tad.rt-product-block-tad-sidebar .rt-product-block-badge-shortdates {
  right: initial;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0.7);
  transform-origin: top center;
}

.retail-sidebar-item:not(:last-child) {
  border-bottom: 1px solid #AFAFAF;
}

@media (max-width: 767px) {
  .rtin-buttons-area .rtin-buttons {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
  .rtin-buttons-area .rtin-buttons .yith-wcwl-add-to-wishlist {
    display: none;
  }
}

.single-product .content-area {
  padding-top: 0;
}

.retail-content.-product-details > div:last-child {
  width: 100%;
}
@media (max-width: 991px) {
  .retail-content.-product-details {
    padding-bottom: 0;
  }
}

.product-details-box {
  --padding-left-right: 30px;
  position: relative;
  align-self: flex-start;
  border: 2px solid var(--color-border);
  overflow: hidden;
  border-radius: var(--border-radius);
  padding: 50px var(--padding-left-right);
  background-color: white;
}
@media (max-width: 991px) {
  .product-details-box {
    --padding-left-right: 20px;
    padding: 50px var(--padding-left-right);
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-details-box {
    padding: 0;
  }
}
.product-details-box .single-product-top-1 > .rtin-left {
  position: static;
  width: 40%;
}
.product-details-box .single-product-top-1 > .rtin-right {
  width: 60%;
}
@media (max-width: 767px) {
  .product-details-box .single-product-top-1 > .rtin-left {
    width: 100%;
    max-width: initial;
  }
  .product-details-box .single-product-top-1 > .rtin-right {
    width: 100%;
    padding: 15px;
    padding-bottom: 20px;
  }
}
.product-details-box .onsale {
  pointer-events: none;
}
.product-details-box .rt-product-block-badge-shortdates {
  position: absolute;
  top: 15px;
  left: 200px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-details-box .rt-product-block-badge-shortdates {
    left: initial;
    top: 9px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .rtwpvg-images {
    margin-bottom: 10px !important;
  }
}

.rtwpvg-slider-wrapper {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .rtwpvg-slider-wrapper {
    margin-bottom: 30px !important;
  }
}

.rtwpvg-thumbnail-slider {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}
@media (max-width: 767px) {
  .rtwpvg-thumbnail-slider {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    padding: 0 15px;
  }
}

.rtwpvg-thumbnail-image {
  padding: 8px;
  overflow: hidden;
  opacity: 1 !important;
  border: 2px solid var(--color-border-disabled);
  border-radius: var(--border-radius);
}
.rtwpvg-thumbnail-image.current-thumbnail {
  border-color: var(--color-border);
}

.tad-product-details-content {
  display: flex;
  flex-direction: column;
}

.tad-product-title {
  all: unset;
  font-weight: 500;
  font-size: 28px;
  color: var(--color-gray);
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tad-product-title {
    font-size: 22px;
  }
}

.tad-product-unit {
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tad-product-unit {
    font-size: 16px;
  }
}

.tad-product-sku {
  all: unset;
  font-weight: normal;
  font-size: 20px;
  color: var(--color-blue);
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tad-product-sku {
    font-size: 16px;
  }
}

.tad-list-product-status {
  all: unset;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.tad-product-status {
  all: unset;
  display: flex;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 300;
  color: var(--color-gray);
}
.tad-product-status [class^=icon-tad-] {
  padding-top: 6px;
}
.tad-product-status.-success [class^=icon-tad-] {
  color: var(--color-success);
}
.tad-product-status.-error,
.tad-product-status.-error [class^=icon-tad-] {
  color: var(--color-error);
}

.tad-product-status-expiration-date {
  display: inline;
  font-weight: 500;
  color: var(--color-error);
  white-space: nowrap;
}

.tad-product-pricing {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  column-gap: 10px;
  color: var(--color-blue);
}
.tad-product-pricing.-sale {
  color: var(--color-active);
}
.tad-product-pricing .tad-product-pricing-regular {
  font-weight: 300;
  text-decoration: line-through;
  color: var(--color-blue);
}
.tad-product-pricing:not(.-sale) .tad-product-pricing-regular {
  display: none;
}

.tad-list-product-type-icon {
  all: unset;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}

.tad-product-type-icon {
  all: unset;
}
.tad-product-type-icon img {
  width: 40px;
  height: 40px;
}

.tad-product-buttons-quantity-label {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-gray);
  margin-bottom: 5px;
}

.product-quantity .quantity,
.tad-product-buttons .quantity {
  position: relative;
  padding: 0 22px;
  width: inherit;
  height: 40px;
  border-radius: 20px;
}
.product-quantity .quantity input,
.tad-product-buttons .quantity input {
  position: relative;
  width: 50px !important;
  z-index: 1;
  height: inherit !important;
  font-size: 16px !important;
}
.product-quantity .quantity .input-group-btn,
.tad-product-buttons .quantity .input-group-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-quantity .quantity .input-group-btn .quantity-btn,
.tad-product-buttons .quantity .input-group-btn .quantity-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.product-quantity .quantity .input-group-btn .quantity-btn i,
.tad-product-buttons .quantity .input-group-btn .quantity-btn i {
  font-size: 8px;
}
.product-quantity .quantity .input-group-btn .quantity-btn.quantity-plus,
.tad-product-buttons .quantity .input-group-btn .quantity-btn.quantity-plus {
  right: 0;
  border: 0;
  justify-content: flex-end;
  padding-right: 15px;
}
.product-quantity .quantity .input-group-btn .quantity-btn.quantity-minus,
.tad-product-buttons .quantity .input-group-btn .quantity-btn.quantity-minus {
  left: 0;
  border: 0;
  justify-content: flex-start;
  padding-left: 15px;
}

.tad-product-buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-bottom: 30px;
}
.tad-product-buttons .single_add_to_cart_button {
  all: unset !important;
  background-color: var(--color-active) !important;
  color: white !important;
  border-radius: 20px !important;
  font-size: 18px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  column-gap: 10px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}
.tad-product-buttons .single_add_to_cart_button:hover {
  background-color: var(--color-active-hover) !important;
}
@media (max-width: 1200px) {
  .tad-product-buttons .single_add_to_cart_button {
    font-size: 16px !important;
  }
}

.yith-wcwl-add-to-wishlist {
  width: 40px;
  height: 40px;
  margin-top: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > *:not(:first-child) {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:first-child {
  all: unset;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: transparent !important;
  overflow: hidden;
  background-color: var(--color-bg);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:first-child svg {
  position: absolute;
  font-size: 22px;
  color: var(--color-gray) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:first-child svg.fa-heart {
  color: var(--color-active) !important;
}

.cwginstock-subscribe-form .cwginstock-panel-primary {
  border-radius: var(--border-radius) !important;
  overflow: hidden;
}
.cwginstock-subscribe-form .cwginstock-panel-heading {
  padding: 15px 0 !important;
}
.cwginstock-subscribe-form .cwginstock-panel-heading h4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}
.cwginstock-subscribe-form .cwginstock-panel-body .cwg-custom-title-text {
  line-height: 1.3em;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.cwginstock-subscribe-form .cwginstock-panel-body .cwg-custom-des-text {
  line-height: 1.3em;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.cwginstock-subscribe-form input {
  border-radius: var(--border-radius-sm);
  text-align: left !important;
  padding: 0 15px;
}
.cwginstock-subscribe-form input[type=submit] {
  border-radius: 50px;
  text-align: center !important;
}
.cwginstock-subscribe-form:not(.-active) {
  filter: saturate(0);
}
.cwginstock-subscribe-form:not(.-active) .cwginstock-panel-primary {
  border-color: transparent !important;
}
.cwginstock-subscribe-form:not(.-active) .cwginstock-panel-heading {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-color: transparent !important;
}
.cwginstock-subscribe-form:not(.-active) .cwginstock-panel-heading h4 {
  color: black !important;
}
.cwginstock-subscribe-form:not(.-active) .cwginstock-panel-body {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

.tad-product-description-container {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  user-select: none;
}

.product-details-subs-title {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-gray);
}

.cif-table-nutritional {
  margin-top: 5px;
}
.cif-table-nutritional th {
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.125);
}
.cif-table-nutritional td {
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.05);
}

.section-20-last-items-sold {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .section-20-last-items-sold {
    padding-top: 30px;
  }
}
.section-20-last-items-sold .rt-product-block-tad {
  padding-bottom: 0;
}
.section-20-last-items-sold .retail-item {
  margin-bottom: 20px;
}
.section-20-last-items-sold .retail-section {
  margin-bottom: 0;
}

.ht-recipe-card {
  background-color: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ht-recipe-card .ht-recipe-card-image {
  position: relative;
  overflow: hidden;
  flex: 5;
}
.ht-recipe-card .ht-recipe-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ht-recipe-card .ht-recipe-card-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--color-border);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.ht-recipe-card .ht-recipe-card-content .ht-recipe-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4em;
  color: #333;
}
.ht-recipe-card .ht-recipe-card-content .ht-recipe-card-desc {
  font-size: 16px;
  color: #3F3F3F;
  margin-bottom: 20px;
  line-height: 1.2em;
  flex: 1;
}
.ht-recipe-card .ht-recipe-card-content .ht-recipe-card-btn {
  --bg-color: var(--color-active);
  --bg-color-hover: var(--color-active-hover);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-active);
  color: white;
  border-radius: 20px;
  height: 40px;
  min-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.2s;
}
.ht-recipe-card .ht-recipe-card-content .ht-recipe-card-btn:hover {
  background-color: var(--color-active-hover);
}

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