/*
Theme Name: Sellsmart
Theme URI: https://1.envato.market/sellsmart-wp
Description: Single Product Landing page WordPress Theme
Author: Awaiken Themes
Author URI: https://awaikenthemes.com/
Version: 1.0.6
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: sellsmart
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, style-variations, blog
*/

html,
body {
  width: 100%;
  overflow-x: clip;
}

body {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  color: var(--e-global-color-text);
  background: var(--e-global-color-background);
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.7em;
  margin-bottom: 1.57em;
}

.elementor-widget-text-editor p {
  line-height: inherit;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.2em;
  color: var(--e-global-color-primary);
}

figure {
  margin: 0;
}

iframe {
  max-width: 100%;
}

.elementor-widget-button {
  line-height: 0;
}

/*
 * All Theme Button CSS
 * */

/* Theme Button CSS ( CBD Oil ) */

.cbd-oil .btn-default {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border-radius: 100px;
  padding: 17px 30px;
  border: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.cbd-oil .btn-default svg,
.cbd-oil .btn-default i {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 50px;
  height: 50px;
  background: var(--e-global-color-divider);
  color: var(--e-global-color-primary);
  border-radius: 50%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.cbd-oil .btn-default:hover svg,
.cbd-oil .btn-default:hover i {
  transform: translateY(-50%) rotate(0deg);
}

.cbd-oil .btn-default:has(:not(svg)),
.cbd-oil .btn-default:has(:not(i)) {
  margin-right: 0;
}

.cbd-oil .btn-default:has(svg),
.cbd-oil .btn-default:has(i) {
  margin-right: 50px;
}

.cbd-oil .btn-default::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  background: var(--e-global-color-primary);
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.cbd-oil .btn-default:hover::after {
  left: 0;
  right: 0;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .cbd-oil .btn-default {
    padding: 15px 20px;
    margin-right: 46px;
  }

  .cbd-oil .btn-default svg,
  .cbd-oil .btn-default i {
    padding: 14px;
    right: -46px;
    width: 46px;
    height: 46px;
  }
}

/* Elementor Button CSS ( CBD Oil ) */

.cbd-oil
  .elementor-widget-button
  .elementor-button:has(:not(.elementor-button-icon)) {
  margin-right: 0;
}

.cbd-oil
  .elementor-widget-button
  .elementor-button:has(.elementor-button-icon) {
  margin-right: 50px;
}

.cbd-oil .elementor-widget-button .elementor-button {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.cbd-oil .elementor-widget-button .elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  background: var(--e-global-color-primary);
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.cbd-oil .elementor-widget-button .elementor-button:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}

.cbd-oil .elementor-widget-button .elementor-button .elementor-button-text {
  transition: all 0.5s ease-in-out;
}

.cbd-oil
  .elementor-widget-button
  .elementor-button:hover
  .elementor-button-text {
  z-index: 1;
}

.cbd-oil .elementor-widget-button .elementor-button .elementor-button-icon {
  position: absolute;
  top: 0;
  left: auto;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--e-global-color-divider);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}

.cbd-oil .elementor-widget-button .elementor-button .elementor-button-icon svg {
  font-size: 24px;
}

.cbd-oil
  .elementor-widget-button
  .elementor-button
  .elementor-button-icon
  svg
  path {
  color: var(--e-global-color-primary);
}

.cbd-oil
  .elementor-widget-button
  .elementor-button:hover
  .elementor-button-icon {
  transform: rotate(45deg);
}

.cbd-oil .btn-highlighted.elementor-widget-button .elementor-button::after {
  background: var(--e-global-color-white);
}

.cbd-oil
  .btn-highlighted.elementor-widget-button
  .elementor-button:hover
  .elementor-button-text {
  color: var(--e-global-color-primary);
}

.cbd-oil
  .btn-highlighted.elementor-widget-button
  .elementor-button
  .elementor-button-icon {
  background: var(--e-global-color-darkdivider);
}

.cbd-oil
  .btn-highlighted.elementor-widget-button
  .elementor-button
  .elementor-button-icon
  svg
  path {
  color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px) {
  .cbd-oil
    .elementor-widget-button
    .elementor-button:has(.elementor-button-icon) {
    margin-right: 46px;
  }

  .cbd-oil .elementor-widget-button .elementor-button .elementor-button-icon {
    height: 46px;
    width: 46px;
    right: -46px;
  }
}

/* Theme Button CSS ( Health Supplements ) */

.health-supplements .btn-default {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: var(--e-global-color-accent);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  color: var(--e-global-color-white);
  border: none;
  padding: 13px 13px 13px 25px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
}

.health-supplements .btn-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--e-global-color-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.health-supplements .btn-default:hover:after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.health-supplements .btn-default svg,
.health-supplements .btn-default i {
  background: var(--e-global-color-white);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: var(--e-global-color-accent);
  padding: 4px;
  margin-left: 15px;
  transition: all 0.4s ease-in-out;
}

.health-supplements .btn-default:hover svg,
.health-supplements .btn-default:hover i {
  color: var(--e-global-color-primary);
}

.health-supplements .btn-default i {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .health-supplements .btn-default {
    padding: 12px 12px 12px 20px;
  }

  .health-supplements .btn-default svg,
  .health-supplements .btn-default i {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}

/* Elementor Button CSS ( health supplements ) */

.health-supplements .elementor-widget-button .elementor-button-content-wrapper {
  align-items: center;
}

.health-supplements .elementor-widget-button .elementor-button {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.health-supplements .elementor-widget-button .elementor-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--e-global-color-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.health-supplements .elementor-widget-button .elementor-button:hover:after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.health-supplements
  .elementor-widget-button
  .elementor-button
  .elementor-button-icon
  i {
  font-size: 24px;
}

.health-supplements
  .btn-highlighted.elementor-widget-button
  .elementor-button:after {
  background: #F7B60D;

}

.health-supplements
  .border-btn.elementor-widget-button
  .elementor-button:after {
  background-color: var(--e-global-color-accent);
}

@media only screen and (max-width: 991px) {
  .health-supplements
    .elementor-widget-button
    .elementor-button
    .elementor-button-icon
    i {
    font-size: 20px;
  }

  .health-supplements
    .elementor-widget-button
    .elementor-button-content-wrapper {
    gap: 10px !important;
  }
}

/* Theme Button CSS ( Cosmetic ) */

.cosmetic .btn-default {
  position: relative;
  display: inline-block;
  font-family: var(---e-global-typography-accent-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border-radius: 0;
  padding: 17px 24px;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.cosmetic .btn-default:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  background-color: var(--e-global-color-primary);
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.cosmetic .btn-default:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.cosmetic .btn-default svg,
.cosmetic .btn-default i {
  display: none;
}

@media only screen and (max-width: 991px) {
  .cosmetic .btn-default {
    padding: 14px 20px;
  }
}

/* Theme Button CSS ( Headphone ) */

.headphone .btn-default {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  color: var(--e-global-color-primary);
  background: var(--e-global-color-accent);
  border-radius: 100px;
  padding: 17px 20px 17px 87px;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.headphone .btn-default:hover {
  padding: 17px 87px 17px 20px;
}

.headphone .btn-default svg,
.headphone .btn-default i {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(0%, -50%);
  text-align: center;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-accent);
  width: 65px;
  height: 32px;
  border-radius: 100px;
  padding: 8px 16px;
  transition: all 0.4s ease-in-out;
}

.headphone .btn-default i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.headphone .btn-default:hover svg,
.headphone .btn-default:hover i {
  left: 100%;
  transform: translate(calc(100% - 140px), -50%);
  color: var(--e-global-color-primary);
}

@media only screen and (max-width: 991px) {
  .headphone .btn-default {
    padding: 14px 15px 14px 74px;
  }

  .headphone .btn-default svg,
  .headphone .btn-default i {
    width: 55px;
    height: 28px;
    padding: 6px 12px;
  }

  .headphone .btn-default i {
    font-size: 18px;
  }
}

/* Elementor Button CSS ( Headphone ) */

.headphone .ekit-wid-con .ekit_group_btn .ekit_creative_button_text {
  padding: 0 0 0 12px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.headphone .ekit-btn-wraper a:hover .ekit_creative_button_text {
  transform: translate(-53px);
  padding: 0 12px 0 0;
}

.headphone .ekit-btn-wraper a i {
  left: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  color: var(--e-global-color-accent) !important;
}

.headphone .ekit-btn-wraper a:hover i {
  left: 100%;
  transform: translate(calc(100% - 118px));
  color: var(--e-global-color-primary) !important;
}

.headphone .ekit-btn-wraper a i:before {
  font-weight: 900 !important;
}

@media only screen and (max-width: 991px) {
  .headphone .ekit-wid-con .ekit_group_btn .ekit_creative_button_text {
    padding: 0 0 0 10px;
  }

  .headphone .ekit-btn-wraper a:hover .ekit_creative_button_text {
    transform: translate(-48px);
    padding: 0 10px 0 0;
  }

  .headphone .ekit-btn-wraper a:hover i {
    left: 100%;
    transform: translate(calc(100% - 102px));
  }
}

/* Image Animation CSS */

.at-animation-image-style-1 img {
  clip-path: inset(0 100% 0 0);
}

.at-blog-shiny-glass-effect,
.at-shiny-glass-effect {
  position: relative;
  overflow: hidden;
}

.at-blog-shiny-glass-effect:after,
.at-shiny-glass-effect:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.at-blog-shiny-glass-effect:hover:after,
.at-shiny-glass-effect:hover:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

#magic-cursor {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: var(--e-global-color-accent);
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  pointer-events: none;
  border: none;
  opacity: 1 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--e-global-color-white) transparent
    var(--e-global-color-white);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.fancy-scrollbar::-webkit-scrollbar-track {
  background-color: var(--e-global-color-secondary);
  border-left: 1px solid var(--e-global-color-secondary);
}

body.fancy-scrollbar::-webkit-scrollbar {
  width: 7px;
  background-color: var(---e-global-color-secondary);
}

body.fancy-scrollbar::-webkit-scrollbar-thumb {
  background: var(--e-global-color-accent);
}

/* Ekit Icon Box Size */

.elementor-icon-box-wrapper .elementor-icon-box-icon {
  line-height: 0;
}

.elementor-widget-icon .elementor-icon-wrapper {
  line-height: 0;
}

.elementor-widget-elementskit-icon-box .elementskit-box-header {
  line-height: 0;
}

.elementskit-funfact .funfact-icon svg path {
  stroke: none !important;
}

.elementskit-pricing-header svg path {
  fill: none !important;
}

.elementskit-infobox:before,
.elementskit-info-box-icon {
  transition: all 0.4s ease-in-out !important;
}

.ekit_social_media li a:hover i,
.ekit_social_media li a:hover svg {
  color: inherit !important;
}

/* Theme Header CSS */

header.main-header {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--e-global-color-darkdivider);
  z-index: 100;
}

header.main-header .header-sticky {
  padding: 30px 0;
  position: relative;
  top: 0;
  z-index: 100;
}

header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  border-radius: 0;
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--e-global-color-darkdivider);
  transform: translateY(0);
  background: var(--e-global-color-primary);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand h1,
.navbar-brand h2 {
  font-size: 40px !important;
  color: var(--e-global-color-white) !important;
  letter-spacing: -0.02em !important;
}

.navbar-brand span {
  display: block;
  font-size: 14px;
  color: var(--e-global-color-text);
  line-height: 1.2em;
}

.navbar-brand:hover {
  color: var(--e-global-color-accent);
}

.main-menu {
  font-family: var(--e-global-typography-primary-font-family);
  justify-content: flex-end;
}

.main-menu ul {
  align-items: center;
  flex-wrap: wrap;
}

.main-menu ul li {
  margin: 0px;
  position: relative;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul ul li.menu-item-has-children > a {
  position: relative;
}

.main-menu ul ul li.menu-item-has-children > a:after {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 6px;
  transform: rotate(-90deg);
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 15px !important;
  color: var(--e-global-color-white);
  line-height: 1.1em;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li.highlighted-menu a {
  display: block;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-weight: 500;
  border: 2px solid var(--e-global-color-accent);
  padding: 10px 30px !important;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a:after {
  background-color: var(--e-global-color-primary);
  border-radius: 30px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.main-menu ul li.highlighted-menu a:hover::after {
  transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover {
  color: var(--e-global-color-accent);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--e-global-color-accent);
}

.main-menu ul ul {
  visibility: hidden;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  width: 235px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--e-global-color-accent);
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul ul ul ul ul {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a,
.main-menu ul ul li a:focus {
  color: var(--e-global-color-white);
  padding: 8px 20px !important;
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.main-menu ul ul li a:hover {
  color: var(--e-global-color-primary);
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

#menu-all-pages-flat > li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_btn {
  position: relative;
  display: block;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}

.slicknav_nav ul {
  margin: 0 0 0 10px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.responsive-menu {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.slicknav_btn {
  background: var(--e-global-color-accent);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--e-global-color-white);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
  padding: 0;
  background: var(--e-global-color-accent);
  max-height: 80vh;
  overflow: auto;
}

.slicknav_nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.slicknav_nav > ul {
  margin-left: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  color: var(--e-global-color-white);
  line-height: normal;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--e-global-color-primary);
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  margin-top: 4px;
  float: right;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after {
  transform: rotate(-180deg);
  color: var(--e-global-color-primary);
}

/* Page Header Style */

.page-header {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover !important;
  background: var(--e-global-color-primary);
  padding: 225px 0 120px;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--e-global-color-primary);
  opacity: 80%;
  width: 100%;
  height: 100%;
}

.page-header-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-header-box h1 {
  font-size: 60px !important;
  margin-bottom: 10px;
  color: var(--e-global-color-white) !important;
  word-wrap: break-word;
}

.page-header-box .taxonomy-description {
  color: var(--e-global-color-white);
  margin-bottom: 20px;
}

.breadcrumb-trail {
  line-height: normal;
}

.trail-items,
.page-header-box .post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.trail-items .breadcrumb_separate {
  margin: 0 8px;
}

.trail-items li,
.page-header-box .post-meta ul li {
  color: var(--e-global-color-white);
  display: inline-block;
  line-height: 1em;
  font-size: 18px;
}

.trail-items li:before,
.page-header-box .post-meta ul li:before {
  content: "/";
  margin: 0 8px;
}

.trail-items li:first-child:before,
.page-header-box .post-meta ul li:first-child:before {
  display: none;
}

.trail-items li a,
.page-header-box .post-meta ul li a {
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

footer.footer {
  background: var(--e-global-color-primary);
}

.footer-main {
  padding: 60px 0;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo h4 {
  color: var(--e-global-color-white) !important;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 16px;
}

.footer-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--e-global-color-white);
  font-size: 18px;
  border: 1px solid var(--e-global-color-white);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.footer-social ul li a:hover {
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

.footer-menu {
  text-align: right;
  margin-bottom: 20px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 30px;
}

.footer-menu ul li a {
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
  color: var(--e-global-color-accent);
}

.copyright {
  text-align: right;
}

.copyright p {
  color: var(--e-global-color-white);
  margin: 0;
}

/* 404 Page CSS */

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

.error-page-image {
  text-align: center;
  margin-bottom: 30px;
}

.error-page-image img {
  width: 100%;
  max-width: 45%;
}

.error-page .error-page-content {
  text-align: center;
}

.error-page-content-heading {
  margin-bottom: 20px;
}

.error-page-content-heading h2 {
  font-size: 46px !important;
}

.error-page-content-body p {
  margin-bottom: 20px;
}

/* Archive and Single CSS */

.page-blog-archive {
  padding: 100px 0px;
}

.post-item {
  background-color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-divider);
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px #0000000d;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}

.post-featured-image a {
  display: block;
  overflow: hidden;
}

.post-featured-image figure {
  display: block;
}

.post-featured-image img {
  width: 100%;
  aspect-ratio: 1 / 0.673;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-body {
  padding: 25px;
}

.post-item-content {
  border-bottom: 1px solid var(--e-global-color-divider);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.post-item-content h2 {
  font-size: 20px !important;
  line-height: 1.4em !important;
}

.post-item-content h2 a {
  color: inherit;
  word-wrap: break-word;
}

.post-item-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 1em;
  gap: 15px 10px;
}

.post-meta p {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
  gap: 5px;
}

.post-item-btn a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--e-global-color-accent);
}

.post-item-btn a:hover {
  color: var(--e-global-color-primary);
}

.post-item-btn svg,
.post-item-btn i {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  margin-left: 11px;
}

.post-item-btn i {
  font-size: 15px;
}

.post-item-btn a:hover svg,
.post-item-btn a:hover i {
  background: var(--e-global-color-primary);
  transform: rotate(0deg);
}

.post-meta p i {
  color: var(--e-global-color-accent);
  font-size: 18px;
}

.pagination .nav-links {
  margin-top: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--e-global-color-white);
  color: var(--e-global-color-accent);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
}

.page-single-post {
  padding: 100px 0;
}

.page-single-post.single-page .post-entry {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.post-single-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.1em;
}

.post-single-meta ul li {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
  color: var(--e-global-color-white);
  line-height: 1.5em;
}

.post-single-meta ul li:last-child {
  margin-right: 0;
}

.post-single-meta ul li i {
  font-size: 18px;
  color: var(--e-global-color-white);
  margin-right: 8px;
}

.post-single-meta ul li a {
  color: inherit;
}

.post-single-image {
  margin-bottom: 30px;
  overflow: hidden;
}

.post-single-image figure,
.post-single-image img {
  width: 100%;
  aspect-ratio: 1 / 0.5;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.post-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.post-entry {
  border-bottom: 1px solid var(--e-global-color-divider);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.post-entry:after {
  content: "";
  display: block;
  clear: both;
}

.post-entry p {
  margin-bottom: 20px;
}

.post-entry p:last-child {
  margin-bottom: 0;
}

.post-entry a {
  color: var(--e-global-color-text);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin: 1em 0 0.7em;
  color: var(--e-global-color-primary);
}

.post-entry h1 {
  font-size: 40px !important;
}

.post-entry h2 {
  font-size: 48px !important;
}

.post-entry h3 {
  font-size: 26px;
}

.post-entry h4 {
  font-size: 22px;
}

.post-entry h5 {
  font-size: 18px;
}

.post-entry h6 {
  font-size: 16px;
}

.post-entry ul {
  padding-left: 20px;
  margin: 20px 0;
}

.post-entry ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.post-entry ol {
  margin: 20px 0;
}

.post-entry ol li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-text);
}

.post-entry ul li a {
  color: var(--e-global-color-text);
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
  margin-bottom: 0;
}

.post-entry blockquote {
  background: var(--e-global-color-accent)
    url("assets/images/icon-blockquote.svg") no-repeat;
  background-position: 30px 30px;
  background-size: 45px;
  border-radius: 20px;
  padding: 30px 30px 30px 90px !important;
  margin-bottom: 30px !important;
}

.post-entry blockquote p {
  font-size: 20px !important;
  color: var(--e-global-color-white);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.post-entry blockquote cite {
  font-size: 18px;
  color: var(--e-global-color-white);
}

.post-entry table {
  border-top: 1px solid var(--e-global-color-text);
  border-left: 1px solid var(--e-global-color-text);
}

.post-entry table tr td,
.post-entry table tr th {
  border-right: 1px solid var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-text);
  padding: 4px 10px;
}

.post-entry .wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: inherit;
  padding-left: 20px;
}

.post-entry .has-fixed-layout tr td {
  border-color: inherit;
}

.tag-links {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 20px;
  font-weight: 400;
  color: var(--e-global-color-primary);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.post-tags .tag-links a {
  font-family: var(--e-global-typography-primary-font-family);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border-radius: 100px;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
  background-color: var(--e-global-color-primary);
}

.post-social-sharing {
  text-align: right;
}

.post-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-right: 12px;
}

.post-social-sharing ul li:last-child {
  margin-right: 0;
}

.post-social-sharing ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover {
  background-color: var(--e-global-color-primary);
}

.post-social-sharing ul li a i {
  font-size: 18px;
}

.post-entry hr,
.comment-content hr {
  border-top: 1px solid var(--e-global-color-divider);
  opacity: 1;
}

.post-entry table caption {
  text-align: center;
}

.post-entry .wp-block-rss {
  list-style: inherit;
}

.post-entry .wp-block-social-links {
  padding: 0;
}

.post-entry .wp-block-calendar {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
  .main-menu ul li a {
    padding: 12px 4px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-brand span {
    display: none;
  }

  .main-menu ul li a {
    padding: 12px 2px !important;
  }
}

@media only screen and (max-width: 991px) {
  #magic-cursor {
    display: none !important;
  }

  .navbar-brand h1,
  .navbar-brand h2 {
    font-size: 28px !important;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  .main-menu ul li {
    margin: 0 10px;
  }

  header.main-header .header-sticky {
    padding: 20px 0;
  }

  header.main-header .header-sticky.active .slicknav_menu {
    border-radius: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav li a {
    padding: 8px 20px;
  }

  .page-header {
    padding: 160px 0 70px;
  }

  .page-header-box h1 {
    font-size: 45px !important;
  }

  .trail-items li,
  .page-header-box .post-meta ul li {
    font-size: 16px;
  }

  .page-header-box .taxonomy-description {
    margin-bottom: 10px;
  }

  .page-blog-archive {
    padding: 50px 0;
  }

  .post-item-body {
    padding: 20px;
  }

  .post-item-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pagination .nav-links {
    margin-top: 10px;
  }

  .page-single-post {
    padding: 50px 0;
  }

  .post-single-image {
    margin-bottom: 20px;
  }

  .post-entry p {
    margin-bottom: 15px;
  }

  .post-entry blockquote {
    background-position: 20px 20px;
    background-size: 40px;
    padding: 20px 20px 20px 70px !important;
    margin-bottom: 20px !important;
  }

  .post-entry blockquote p {
    font-size: 18px !important;
  }

  .post-entry h2 {
    font-size: 36px !important;
  }

  .post-entry ul li,
  .post-entry ol li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .post-tags {
    margin-bottom: 20px;
  }

  .post-tags .tag-links a {
    padding: 12px 15px;
  }

  .post-social-sharing {
    text-align: left;
  }

  .comment-form textarea,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    padding: 12px 15px !important;
  }

  .comment-form .form-submit .submit {
    padding: 16px 20px !important;
  }

  .footer-main {
    padding: 40px 0;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-social {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-social ul li {
    margin: 0 8px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-menu ul li {
    margin: 0 10px;
  }

  .copyright {
    text-align: center;
  }

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

  .error-page-image {
    margin-bottom: 20px;
  }

  .error-page-image img {
    max-width: 80%;
  }

  .error-page-content-heading {
    margin-bottom: 15px;
  }

  .error-page-content-heading h2 {
    font-size: 36px !important;
  }

  .error-page-content-body p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-meta ul li {
    font-size: 16px;
  }

  .post-single-meta ul li i {
    font-size: 16px;
  }

  .breadcrumb-trail .trail-items,
  .page-header-box .post-meta ul {
    font-size: 14px;
  }

  .page-header-box h1 {
    font-size: 30px !important;
  }

  .trail-items li,
  .page-header-box .post-meta ul li {
    font-size: 14px;
  }

  .post-item-content h2 {
    font-size: 18px !important;
  }

  .post-meta p {
    font-size: 14px;
  }

  .post-meta p i {
    font-size: 16px;
  }

  .post-single-image figure,
  .post-single-image img {
    aspect-ratio: 1 / 0.7;
  }

  .post-entry h1 {
    font-size: 28px !important;
  }

  .post-entry h2 {
    font-size: 26px !important;
  }

  .post-entry h3 {
    font-size: 20px;
  }

  .post-entry h4 {
    font-size: 18px;
  }

  .post-entry h5 {
    font-size: 16px;
  }

  .post-entry h6 {
    font-size: 14px;
  }

  .post-entry blockquote {
    background-position: 15px 15px;
    padding: 60px 15px 15px 15px !important;
  }

  .post-entry blockquote p {
    font-size: 16px !important;
  }

  .tag-links {
    font-size: 18px;
  }

  .error-page-content-heading h2 {
    font-size: 26px !important;
  }
}

/* Default Post and Page CSS */

.alignnone {
  margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0 !important;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: var(--e-global-color-divider);
  clip: auto !important;
  clip-path: none;
  color: var(--e-global-color-primary);
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  position: inherit;
}

.has-medium-font-size,
.has-large-font-size,
.has-x-large-font-size {
  line-height: 1.4em;
}

.wp-block-navigation__responsive-container-content ul ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-navigation__responsive-container-content ul ul li:before {
  display: none;
}

ul.wp-block-post-template {
  list-style: none !important;
  padding: 0;
}

ul.wp-block-post-template li {
  padding-left: 0;
}

.wp-block-post-template li:before {
  display: none;
}

.wp-block-post-template .wp-block-post-excerpt__excerpt {
  color: var(--e-global-color-text);
  font-weight: 400;
}

.wp-block-post-featured-image,
.wp-block-post-author,
.wp-block-avatar,
.wp-block-post-date,
.wp-block-post-navigation-link,
.wp-block-search,
.wp-block-buttons,
.wp-block-image,
.wp-block-audio,
.wp-block-cover,
.wp-block-media-text,
.wp-block-table,
.wp-block-button,
.wp-block-embed {
  margin-bottom: 20px;
}

.wp-block-gallery {
  margin-bottom: 20px !important;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border: 1px solid var(--e-global-color-divider);
  box-shadow: 0px 0px 60px 0px #0000000d;
  background: transparent;
  border-radius: 10px;
}

.wp-block-search .wp-block-search__input {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--e-global-color-divider);
  box-shadow: 0px 0px 60px 0px #0000000d;
  color: var(--e-global-color-text);
  background: transparent;
  border-radius: 10px;
}

.wp-block-search .wp-block-search__button {
  border-radius: 10px;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white) !important;
  border: none;
  outline: 0;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}

.wp-block-search .wp-block-search__button:hover {
  background: var(--e-global-color-primary) !important;
  color: var(--e-global-color-white) !important;
}

.wp-block-social-links li {
  padding-left: 0 !important;
}

.wp-block-social-links li:before {
  display: none;
}

.wp-block-tag-cloud a {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1em;
  text-transform: capitalize;
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-white) !important;
  border-radius: 100px;
  padding: 12px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.wp-block-tag-cloud a:hover {
  background: var(--e-global-color-primary);
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments a {
  color: var(--e-global-color-primary);
}

.wp-block-button__link {
  width: auto;
}

.wp-block-button .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
  font-size: 16px;
  background: var(--e-global-color-accent);
  border: none;
  color: var(--e-global-color-white) !important;
  font-weight: 700;
  line-height: 1em;
  padding: 17px 25px;
  transition: all 0.4s ease-in-out;
}

.wp-block-button:where(.is-style-outline)
  > .wp-block-button__link:not(.has-background) {
  color: var(--e-global-color-white) !important;
}

.wp-block-button.is-style-outline .wp-element-button {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-white) !important;
}

.wp-block-button .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-element-button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
  background: var(--e-global-color-primary) !important;
  opacity: 1;
}

.wp-block-file a {
  font-size: 16px;
  font-weight: 700;
}

.wp-block-column p:last-child {
  margin-bottom: 0;
}

.wp-block-cover {
  color: var(--e-global-color-white);
}

.wp-block-image figcaption {
  text-align: center;
}

.wp-block-gallery ul li {
  padding-left: 0;
}

.wp-block-gallery ul li:before {
  display: none !important;
}

.wp-block-quote.is-style-large {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 12px 20px;
  border: 1px solid var(--e-global-color-divider);
  box-shadow: 0px 0px 60px 0px #0000000d;
  color: var(--e-global-color-text);
  background: transparent;
  border-radius: 10px;
}

.wp-caption .wp-caption-text {
  margin-top: 6px;
}

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
  display: flex;
  flex-wrap: wrap;
}

div:not(.elementor-image-gallery) .gallery .gallery-item {
  margin-right: 30px;
  margin-bottom: 30px;
}

div:not(.elementor-image-gallery) .gallery .gallery-item img {
  width: 100%;
  height: auto;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 15px);
}

.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item {
  width: 50%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-2
  .gallery-item:nth-of-type(2n + 2) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.33% - 20px);
}

.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item {
  width: 33.33%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-3
  .gallery-item:nth-of-type(3n + 3) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 22.5px);
}

.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item {
  width: 25%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-4
  .gallery-item:nth-of-type(4n + 4) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - 24px);
}

.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item {
  width: 20%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-5
  .gallery-item:nth-of-type(5n + 5) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item {
  width: calc(16.66% - 25px);
}

.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item {
  width: 16.66%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-6
  .gallery-item:nth-of-type(6n + 6) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item {
  width: calc(14.28% - 25.7px);
}

.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item {
  width: 14.28%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-7
  .gallery-item:nth-of-type(7n + 7) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 26.25px);
}

.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item {
  width: 12.5%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-8
  .gallery-item:nth-of-type(8n + 8) {
  margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
  width: calc(11.11% - 26.66px);
}

.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item {
  width: 11.11%;
}

div:not(.elementor-image-gallery)
  .gallery.gallery-columns-9
  .gallery-item:nth-of-type(9n + 9) {
  margin-right: 0;
}

.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
  width: 10%;
}

.post-password-form input[type="password"] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--e-global-color-divider);
  box-shadow: 0px 0px 60px 0px #0000000d;
  color: var(--e-global-color-text);
  background: transparent;
  border-radius: 10px;
}

.post-password-form input[type="submit"] {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  border: none;
  border-radius: 10px;
  padding: 17px 25px;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}

.post-password-form input[type="submit"]:hover {
  background: var(--e-global-color-primary);
}

aside.widget {
  background: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-divider);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}

aside.widget a {
  color: var(--e-global-color-primary);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

aside.widget .wp-block-latest-comments a,
aside.widget.widget_tag_cloud a {
  color: var(--e-global-color-primary);
}

aside.widget .tagcloud a {
  display: inline-block;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1em;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border: none !important;
  padding: 12px 20px;
  border-radius: 100px;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-right: 4px;
  transition: all 0.4s ease-in-out;
}

aside.widget .tagcloud a:hover {
  background: var(--e-global-color-primary);
}

aside.widget .wp-block-heading,
aside.widget .widget-title {
  font-size: 20px;
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
  word-break: break-word;
}

aside.widget ul {
  padding-left: 20px !important;
  margin: 0;
  list-style: inherit !important;
}

aside.widget ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

aside.widget ul li a {
  color: var(--e-global-color-text);
}

aside.widget ul ul {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -10px;
}

aside.widget ul li:last-child {
  margin-bottom: 0;
}

aside.widget ul.wp-block-social-links {
  padding-left: 0 !important;
}

aside.widget .wp-block-search .wp-block-search__input {
  background-color: var(--e-global-color-white);
}

aside.widget .wp-block-search {
  margin-bottom: 0;
}

aside.widget .wp-block-search .wp-block-search__button {
  padding-left: 15px;
  padding-right: 15px;
}

aside.widget .wp-block-categories-dropdown,
aside.widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}

aside.widget select,
aside.widget .wp-block-categories-dropdown select,
aside.widget .wp-block-archives-dropdown select {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
  background: transparent;
  border: 1px solid var(--e-global-color-divider);
  box-shadow: 0px 0px 60px 0px #0000000d;
  padding: 12px 20px;
  border-radius: 10px;
  width: 100%;
  outline: 0;
}

aside.widget.widget_recent_entries ul li {
  padding-left: 0;
}

aside.widget.widget_recent_entries ul li:before {
  display: none;
}

aside.widget.widget_recent_entries .wp-block-latest-posts__post-excerpt,
aside.widget .wp-block-rss__item-excerpt,
aside.widget .rssSummary {
  font-weight: 400;
  color: var(--e-global-color-text);
}

aside.widget .wp-block-social-links li {
  margin-bottom: 0;
}

aside.widget .wp-block-social-links {
  padding: 0 !important;
}

aside.widget table {
  width: 100%;
  background: var(--e-global-color-white);
  border-top: 1px solid var(--e-global-color-text);
  border-left: 1px solid var(--e-global-color-text);
}

aside.widget table tr td,
aside.widget table tr th {
  border-right: 1px solid var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-text);
  padding: 4px;
  text-align: center;
}

aside.widget table caption {
  text-align: center;
}

aside.widget_search .search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

aside.widget_search .search-form label {
  width: calc(100% - 100px);
}

aside.widget_search .search-form input {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  background: transparent;
  color: var(--e-global-color-text);
  box-shadow: 0px 0px 60px 0px #0000000d;
  border: 1px solid var(--e-global-color-divider);
  width: 100%;
  padding: 12px;
  outline: 0;
  border-radius: 10px;
}

aside.widget .search-submit {
  max-width: 86px;
  background: var(--e-global-color-accent) !important;
  color: var(--e-global-color-white) !important;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
  font-weight: 700 !important;
  padding: 13px 10px !important;
  border-radius: 10px !important;
  transition: all 0.3s ease-in-out;
}

aside.widget .search-submit:hover {
  background: var(--e-global-color-primary) !important;
}

aside.widget .has-login-form label {
  margin-bottom: 5px;
}

aside.widget .has-login-form input[type="text"],
aside.widget .has-login-form input[type="password"] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--text-color);
  background-color: transparent;
  box-shadow: 0px 0px 60px 0px #0000000d;
  border: 1px solid var(--e-global-color-divider);
  border-radius: 10px;
  padding: 12px 20px;
  width: 100%;
}

aside.widget .has-login-form input[type="checkbox"] {
  width: auto;
}

aside.widget .has-login-form input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white) !important;
  line-height: 1em;
  border: none;
  outline: 0;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  padding: 17px 25px;
}

aside.widget .has-login-form input[type="submit"]:hover {
  background-color: var(--e-global-color-primary);
}

aside.widget .calendar_wrap {
  text-align: center;
}

aside.widget .wp-block-social-links {
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
    width: calc(50% - 15px);
  }

  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(3n + 3),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(4n + 4),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(5n + 5),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(6n + 6),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(7n + 7),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(8n + 8),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(9n + 9) {
    margin-right: 30px;
  }

  div.elementor-image-gallery
    .gallery.gallery-columns-2
    .gallery-item:nth-of-type(2n + 2),
  div.elementor-image-gallery
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(3n + 3),
  div.elementor-image-gallery
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(4n + 4),
  div.elementor-image-gallery
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(5n + 5),
  div.elementor-image-gallery
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(6n + 6),
  div.elementor-image-gallery
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(7n + 7),
  div.elementor-image-gallery
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(8n + 8),
  div.elementor-image-gallery
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(9n + 9),
  div.elementor-image-gallery
    .gallery.gallery-columns-10
    .gallery-item:nth-of-type(10n + 10),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(2n + 2) {
    margin-right: 0;
  }

  .sidebar-widget {
    margin-top: 30px;
  }

  .wp-block-button .wp-element-button,
  .wp-block-button.is-style-outline .wp-element-button,
  .wp-element-button,
  .wp-block-button .wp-block-button__link,
  .wp-block-file .wp-block-file__button {
    padding: 14px 20px;
  }

  .wp-block-search .wp-block-search__input {
    padding: 9px 15px;
  }

  .wp-block-tag-cloud a {
    padding: 12px 15px;
  }

  .wp-block-categories-dropdown select,
  .wp-block-archives-dropdown select {
    padding: 9px 15px;
  }

  .wp-block-button .wp-element-button,
  .wp-block-button.is-style-outline .wp-element-button,
  .wp-element-button,
  .wp-block-button .wp-block-button__link,
  .wp-block-file .wp-block-file__button {
    padding: 14px 20px;
  }

  .post-password-form input[type="password"] {
    padding: 9px 15px;
  }

  .post-password-form input[type="submit"] {
    padding: 14px 20px;
  }

  aside.widget select,
  aside.widget .wp-block-categories-dropdown select,
  aside.widget .wp-block-archives-dropdown select {
    padding: 9px 15px;
  }

  aside.widget .has-login-form input[type="text"],
  aside.widget .has-login-form input[type="password"] {
    padding: 9px 15px;
  }

  aside.widget .has-login-form input[type="submit"] {
    padding: 14px 20px;
  }

  aside.widget_search .search-form input {
    padding: 9px 15px;
  }

  aside.widget .search-submit {
    padding: 10px !important;
  }

  aside.widget .tagcloud a {
    padding: 12px 15px;
  }

  aside.widget ul li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
  div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
    width: 100%;
  }

  div:not(.elementor-image-gallery) .gallery .gallery-item,
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-2
    .gallery-item:nth-of-type(2n + 2),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-3
    .gallery-item:nth-of-type(3n + 3),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-4
    .gallery-item:nth-of-type(4n + 4),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-5
    .gallery-item:nth-of-type(5n + 5),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-6
    .gallery-item:nth-of-type(6n + 6),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-7
    .gallery-item:nth-of-type(7n + 7),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-8
    .gallery-item:nth-of-type(8n + 8),
  div:not(.elementor-image-gallery)
    .gallery.gallery-columns-9
    .gallery-item:nth-of-type(9n + 9) {
    margin-right: 0;
  }

  .elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
    width: 100%;
  }

  .has-medium-font-size {
    font-size: 20px !important;
  }

  .has-large-font-size {
    font-size: 26px !important;
  }

  .has-x-large-font-size {
    font-size: 30px !important;
  }

  aside.widget {
    padding: 20px;
  }

  .wp-block-navigation__responsive-container {
    padding: 20px !important;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }

  .post-password-form {
    text-align: center;
  }

  .post-password-form input[type="password"] {
    width: 100%;
    margin: 10px 0;
  }

  aside.widget .wp-block-heading,
  aside.widget .widget-title {
    font-size: 18px;
  }
}

/* Post Comment Box CSS */

.page-single-post .comment-box {
  max-width: 1100px;
  margin: 80px auto 0;
}

.page-single-post .comment-box a,
.wp-block-post-comments-form a {
  color: var(--e-global-color-accent);
}

.comment-box .comment-respond:not(:first-child) {
  margin-top: 60px;
}

.page-single-post .comment-box .comment-reply-title,
.page-single-post .comment-box .title-comments,
.wp-block-post-comments-form .comment-reply-title,
.wp-block-post-comments-form .title-comments {
  color: var(--e-global-color-primary);
  font-size: 30px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.page-single-post .comment-box .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 400;
  background: var(--e-global-color-accent);
  line-height: 1.4em;
  color: var(--e-global-color-white);
  border-radius: 100px;
  text-transform: capitalize;
  padding: 4px 10px;
  transition: all 0.4s ease-in-out;
}

.page-single-post
  .comment-box
  .comment-reply-title
  #cancel-comment-reply-link:hover,
.wp-block-post-comments-form
  .comment-reply-title
  #cancel-comment-reply-link:hover {
  background: var(--e-global-color-primary);
}

.page-single-post .comment-box .title-comments {
  margin-bottom: 30px;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form p:last-child {
  margin-bottom: 0;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: calc(33.33% - 20px);
  margin-right: 30px;
}

.comment-form .comment-form-url {
  width: calc(33.33% - 20px);
}

.comment-form label {
  display: block;
  margin-bottom: 4px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  width: 100%;
  padding: 17px 20px;
  border: 1px solid var(--e-global-color-divider);
  box-shadow: 0px 0px 60px 0px #0000000d;
  color: var(--e-global-color-text);
  background: transparent;
  border-radius: 12px;
  outline: 0;
}

.comment-form .comment-form-cookies-consent {
  position: relative;
  padding-left: 20px;
}

.comment-form .comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0 !important;
  margin-right: 4px;
  top: 6px;
  left: 0;
  position: absolute;
}

.comment-form .form-submit .submit {
  font-family: var(--e-global-typography-accent-font-family);
  display: inline-block;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  border: none;
  padding: 17px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.4s ease-in-out;
}

.comment-form .form-submit .submit:hover {
  background: var(--e-global-color-primary);
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list li {
  list-style: none;
}

.comment-list .comment .comment-body {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--e-global-color-divider);
}

.comment-list .comment:last-child {
  margin-bottom: 0;
}

.comment-list .comment .comment-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.comment-list .comment .comment-meta .comment-author img {
  max-width: 42px;
  aspect-ratio: 1/1;
  background: var(--e-global-color-secondary);
  border-radius: 50%;
  margin-right: 10px;
}

.comment-list .comment .comment-meta .comment-author b {
  font-weight: 400;
}

.comment-list .comment .comment-meta .comment-author a {
  color: var(--e-global-color-primary);
}

.comment-list .comment .comment-meta .comment-metadata a {
  color: var(--e-global-color-text);
  transition: all 0.4s ease-in-out;
}

.comment-list .comment .comment-meta .comment-metadata a:hover {
  color: var(--e-global-color-accent);
}

.comment-list .comment .comment-meta .comment-metadata .comment-edit-link {
  color: var(--e-global-color-accent);
  margin-left: 10px;
}

.comment-list .comment .comment-content p:last-child {
  margin-bottom: 0;
}

.comment-list .comment .reply a {
  margin-top: 10px;
  display: inline-block;
  background: var(--e-global-color-accent);
  padding: 4px 10px;
  border-radius: 100px;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 400;
  color: var(--e-global-color-white) !important;
  transition: all 0.4s ease-in-out;
}

.comment-list .comment .reply a:hover {
  background: var(--e-global-color-primary);
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  color: var(--e-global-color-primary);
  margin: 0.8em 0;
}

.comment-content table {
  width: 100%;
  border-top: 1px solid var(--e-global-color-text);
  border-left: 1px solid var(--e-global-color-text);
}

.comment-content table tr td,
.comment-content table tr th {
  border-right: 1px solid var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-text);
  padding: 4px 10px;
}

.comment-content table tr th {
  color: var(--e-global-color-primary);
  font-size: 18px;
}

.comment-content ul {
  padding-left: 20px;
  margin: 0 0 1.7em;
}

.comment-body li {
  list-style: initial;
}

.comment-content ul li {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--e-global-color-text);
}

.comment-content ul ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.comment-content ol ol {
  margin-top: 10px;
}

.comment-content ol li {
  list-style: decimal;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .page-single-post .comment-box {
    margin-top: 40px;
  }

  .comment-box .comment-respond:not(:first-child) {
    margin-top: 40px;
  }

  .page-single-post .comment-box .comment-reply-title,
  .page-single-post .comment-box .title-comments,
  .wp-block-post-comments-form .comment-reply-title,
  .wp-block-post-comments-form .title-comments {
    font-size: 24px;
  }

  .page-single-post .comment-box .comment-reply-title small {
    width: 100%;
    margin-top: 6px;
  }

  .comment-list .children {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
    margin-right: 0;
  }

  .comment-list .comment .comment-meta .comment-author,
  .comment-list .comment .comment-meta .comment-metadata {
    width: 100%;
  }

  .comment-list .comment .comment-meta .comment-metadata {
    margin-top: 10px;
  }
}

/* Elementor Header CSS */

.main-header.ekit-sticky--effects:before {
  transform: scale(1);
}

.elementskit-navbar-nav
  > li.current-menu-item
  > a.active
  .elementskit-submenu-indicator {
  color: var(--e-global-color-accent) !important;
}

.main-header .e-con-inner {
  transition: all 0.4s ease-in-out !important;
}

.main-header.ekit-sticky--effects .e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-header.ekit-sticky--effects .main-header-inner {
  padding-left: 0;
  padding-right: 0;
}

.main-header .ekit-menu-nav-link > i {
  padding-right: 0;
}

body.admin-bar .main-header.ekit-sticky--effects {
  top: 32px !important;
}

.elementskit-dropdown i.elementskit-submenu-indicator {
  transform: rotate(-90deg);
  margin-top: 6px;
}

.mobile-menu {
  display: none;
}

.header-version-2 .mobile-menu,
.header-version-3 .mobile-menu,
.header-version-4 .mobile-menu {
  display: block;
}

.sellsmart-header-preview .header-version-1,
.sellsmart-header-preview .header-version-2,
.sellsmart-header-preview .header-version-3,
.sellsmart-header-preview .header-version-4 {
  background-color: var(--e-global-color-primary) !important;
}

@media only screen and (max-width: 1024px) {
  body.admin-bar .main-header.ekit-sticky--effects {
    top: 46px !important;
  }

  .elementskit-dropdown i.elementskit-submenu-indicator {
    transform: rotate(0deg);
    margin-top: 6px;
  }

  .elementskit-navbar-nav-default .elementskit-navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    transition: left 0.3s ease-in-out !important;
  }

  .elementskit-menu-overlay {
    display: none !important;
  }

  .elementskit-menu-close .elementskit-menu-hamburger-icon,
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 2px;
    margin-bottom: 5px;
  }

  .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
    border-bottom: 1px solid var(--e-global-color-darkdivider);
  }

  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    border: none !important;
  }

  .elementskit-navbar-nav .elementskit-submenu-panel {
    background: none !important;
    margin-left: 20px;
  }

  .main-header-menu .elementskit-menu-hamburger .icon:before {
    font-weight: 900;
  }

  .main-header-menu
    .elementskit-navbar-nav
    > li.current-menu-item
    > a
    .elementskit-submenu-indicator,
  .main-header-menu
    .elementskit-navbar-nav
    > li
    > a
    .elementskit-submenu-indicator {
    color: currentcolor !important;
  }

  .main-header-menu .elementskit-menu-hamburger {
    line-height: 0;
  }

  .mobile-menu {
    display: block;
  }

  .header-menu ul li a {
    line-height: normal !important;
  }

  .header-menu-cbd ul li a {
    line-height: normal !important;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .main-header.ekit-sticky--effects {
    top: 0px !important;
  }
}

/* Elementor Footer CSS ( CBD Oil ) */

.footer-links-cbd ul li:last-child a {
  padding: 0 !important;
}

.footer-form-cbd .form-group {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.footer-form-cbd .email-field {
  width: calc(100% - 60px);
}

.footer-form-cbd .newsletter-btn input[type="submit"] {
  background: url("assets/images/paper-plane-cbd.svg") no-repeat center center;
  background-size: 45% auto;
}

.footer-form-cbd .wpcf7-not-valid-tip,
.footer-form-cbd .wpcf7-response-output {
  display: none;
}

.ekit-wid-con a:focus-visible,
.ekit-wid-con button:focus-visible,
.ekit-wid-con input:focus-visible,
.ekit-wid-con textarea:focus-visible {
  outline: none;
}

.footer-links ul li a,
.footer-links-cbd ul li a {
  color: var(--e-global-color-white);
}

@media only screen and (max-width: 767px) {
  .footer-links-cbd ul li a {
    padding-bottom: 10px !important;
  }

  .footer-form-cbd .email-field {
    width: calc(100% - 50px);
  }
}

/* Global CSS */

.column-2 .elementor-icon-list-items,
.column-3 .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.column-2 .elementor-icon-list-items .elementor-icon-list-item {
  width: calc(50% - 10px);
}

.column-3 .elementor-icon-list-items .elementor-icon-list-item {
  width: calc(33.33% - 13.33px);
}

.column-2 ul li .elementor-icon-list-icon + .elementor-icon-list-text,
.column-3 ul li .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: start;
}

.sticky-column {
  position: sticky;
  top: 40px;
}

@media only screen and (max-width: 991px) {
  .column-3 .elementor-icon-list-items {
    gap: 20px 10px;
  }

  .column-3 .elementor-icon-list-items .elementor-icon-list-item {
    width: calc(33.33% - 6.66px);
  }
}

@media only screen and (max-width: 767px) {
  .column-2 .elementor-icon-list-items,
  .column-3 .elementor-icon-list-items {
    gap: 0;
  }

  .column-2 .elementor-icon-list-items .elementor-icon-list-item,
  .column-3 .elementor-icon-list-items .elementor-icon-list-item {
    width: 100%;
  }
}

/*************************************
 *  Elementor Pages CSS ( CBD Oil ) *
*************************************/

/*  Heading Small Icon & Hide Small Icon ( CBD Oil )  */

.cbd-oil .section-title .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-style: italic;
  line-height: normal;
}

.section-title .elementor-heading-title {
  padding-left: 18px;
}

.section-title .elementor-heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  background-color: var(--e-global-color-accent);
  mask-image: url("assets/images/icon-sub-heading-cbd.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  width: 8px;
  height: 9px;
}

.sellsmart-hide-small-icon .section-title .elementor-heading-title::before {
  display: none !important;
}

.sellsmart-hide-small-icon .section-title .elementor-heading-title {
  padding-left: 0 !important;
}

/* Section title ( CBD Oil )*/

.cbd-oil .elementor-heading-title span {
  font-family: var(--e-global-typography-secondary-font-family);
  color: inherit;
  font-style: italic;
  font-weight: 400;
}

/* Home page CSS ( CBD Oil ) */

.contact-now-box-cbd .elementskit-infobox .elementskit-info-box-title {
  font-family: var(--e-global-typography-text-font-family) !important;
}

.hero-img-cbd img {
  aspect-ratio: 1 / 1.357;
  object-fit: cover;
}

.about-images-cbd img {
  aspect-ratio: 1 / 1.072;
  object-fit: cover;
}

.premium-quality-circle-cbd {
  animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mission-vision-img-cbd img {
  aspect-ratio: 1 / 0.532;
  object-fit: cover;
}

.mission-vision-item-cbd .mission-vision-img-cbd img,
.mission-vision-item-cbd .our-mission-icon-box-cbd .elementor-icon {
  transition: all 0.4s ease-in-out;
}

.mission-vision-item-cbd:hover .mission-vision-img-cbd img {
  transform: scale(1.1);
}

.mission-vision-item-cbd:hover .our-mission-icon-box-cbd .elementor-icon {
  background-color: var(--e-global-color-primary) !important;
}

.why-choose-img-cbd {
  height: 100%;
}

.why-choose-img-cbd img {
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
}

.why-choose-product-image-cbd {
  transform: translatex(-50%);
}

.product-item-cbd.product-item .ekit-wc-products-wrapper {
  padding-bottom: 0;
}

.product-item-cbd.product-item .ekit-wc-product-image a img {
  aspect-ratio: 1 / 1.11;
}

.product-item-cbd.product-item .ekit-wc-product-title {
  font-family: var(--e-global-typography-primary-font-family) !important;
}

.product-footer-text-cbd a {
  font-family: var(--e-global-typography-secondary-font-family) !important;
}

.what-we-image-cbd-2 img,
.what-we-image-cbd-1 img {
  object-fit: cover;
}

.what-we-image-cbd-1 img {
  aspect-ratio: 1 / 0.73;
}

.what-we-image-cbd-2 img {
  aspect-ratio: 1 / 0.62;
}

.product-footer-text-cbd a span {
  font-family: var(--e-global-typography-secondary-font-family);
  font-style: italic;
}

.premium-products-image-cbd .ekit-image-box {
  overflow: hidden;
}

.premium-products-image-cbd .ekit-image-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 44, 15, 0) 61.32%,
    rgba(10, 44, 15, 0.9) 100%
  );
  border-radius: 20px;
  z-index: 1;
}

.premium-products-image-cbd .ekit-image-box img {
  width: 100%;
  aspect-ratio: 1 / 1.01;
  object-fit: cover;
}

.premium-products-image-cbd .ekit-image-box .ekit-image-box-body {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.bemefit-img-cbd img {
  aspect-ratio: 1 / 1.33;
  object-fit: cover;
}

.cta-content-title-cbd .elementor-heading-title span {
  font-size: 60px;
}

.cta-content-text-cbd p {
  opacity: 80%;
}

.cta-image-cbd img {
  aspect-ratio: 1 / 0.94;
  object-fit: cover;
}

.faq-img-cbd img {
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
}

.faq-accordion-cbd .elementskit-card {
  overflow: hidden;
}

.faq-accordion-cbd .elementskit-card .elementskit-btn-link {
  border-radius: 0 !important;
}

.testimonial-image-cbd img {
  aspect-ratio: 1 / 1.114;
  object-fit: cover;
}

.testimonial-cbd
  .elementskit-testimonial-slider
  .elementskit-commentor-header
  .elementskit-stars {
  line-height: 0;
}

.testimonial-cbd
  .elementskit-single-testimonial-slider
  .elementskit-commentor-content
  p {
  border-bottom: 1px solid var(--e-global-color-darkdivider);
  padding-bottom: 30px;
}

.testimonial-cbd
  .elementskit-single-testimonial-slider
  .elementskit-commentor-image
  img {
  border-radius: 6px;
}

.testimonial-cbd .elementskit-testimonial-slider .swiper-button-prev,
.testimonial-cbd .elementskit-testimonial-slider .swiper-button-next {
  opacity: 1;
}

.testimonial-cbd
  .elementskit-testimonial-slider
  .elementskit-commentor-header
  .elementskit-icon-content {
  right: 0 !important;
}

.testimonial-cbd .elementskit-testimonial-slider .swiper-navigation-button {
  top: auto;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}

.our-blog-cbd .elementskit-post-image-card {
  overflow: hidden;
}

.our-blog-cbd .elementskit-post-image-card .elementskit-entry-header a:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.our-blog-cbd
  .elementskit-post-image-card
  .elementskit-entry-header
  a:hover:after {
  height: 250% !important;
  transition: all 0.5s linear !important;
  background-color: transparent;
}

.our-blog-cbd .elementskit-post-image-card img {
  aspect-ratio: 1 / 0.673;
  object-fit: cover;
  transition: all 0.5s ease-in-out !important;
}

.our-blog-cbd .elementskit-post-image-card:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
}

.our-blog-cbd a svg,
.our-blog-cbd a i {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.our-blog-cbd a:hover svg,
.our-blog-cbd a:hover i {
  transform: rotate(0deg);
}

.our-blog-cbd .elementskit-post-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.our-blog-cbd .elementskit-post-body .entry-title {
  border-bottom: 1px solid var(--e-global-color-divider);
  padding-bottom: 30px;
}

.our-blog-cbd .elementskit-post-body .entry-title {
  width: 100%;
}

.our-blog-cbd .post-meta-list {
  line-height: 1.3em;
}

.our-blog-cbd .elementskit-post-body .btn-wraper {
  line-height: 0;
}

@media only screen and (max-width: 1300px) {
  .why-choose-content-cbd {
    padding: 50px 80px 50px 20px;
  }

  .why-choose-product-image-cbd {
    max-width: 100px !important;
  }
}

@media only screen and (max-width: 991px) {
  .why-choose-content-cbd {
    padding: 50px 20px;
  }

  .why-choose-img-cbd img {
    aspect-ratio: 1 / 0.6;
  }

  .why-choose-product-image-cbd {
    transform: translatex(15px);
  }

  .product-item-cbd.product-item .ekit-wc-product-image a img {
    aspect-ratio: 1 / 0.89;
  }

  .cta-content-title-cbd .elementor-heading-title span {
    font-size: 36px;
  }

  .faq-img-cbd img {
    aspect-ratio: 1 / 0.65;
  }

  .testimonial-image-cbd img {
    aspect-ratio: 1 / 0.6;
  }

  .testimonial-cbd
    .elementskit-single-testimonial-slider
    .elementskit-commentor-content {
    margin-bottom: 0 !important;
  }

  .testimonial-cbd
    .elementskit-single-testimonial-slider
    .elementskit-commentor-content
    p {
    padding-bottom: 20px;
  }

  .our-blog-cbd .elementskit-post-body .entry-title {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-img-cbd img {
    aspect-ratio: 1 / 0.9;
  }

  .why-choose-product-image-cbd {
    max-width: 80px !important;
  }

  .key-points-item-cbd .elementskit-infobox {
    flex-direction: row;
    text-align: left !important;
  }

  .premium-products-image-cbd .ekit-image-box img {
    aspect-ratio: 1 / 0.8;
  }

  .cta-content-title-cbd .elementor-heading-title span {
    font-size: 26px;
  }

  .faq-img-cbd img {
    aspect-ratio: 1 / 0.984;
  }

  .testimonial-image-cbd img {
    aspect-ratio: 1 / 1.05;
  }

  .testimonial-cbd .elementskit-testimonial-slider .swiper-navigation-button {
    display: flex !important;
  }
}

/* About Us CSS ( CBD Oil ) */

.page-header-hero-cbd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 132px;
  height: 245px;
  background: url("assets/images/page-header-bg-shape-cbd.png") no-repeat;
  background-position: center center;
  background-size: cover;
}

.core-value-image-cbd {
  height: 100%;
}

.core-value-image-cbd img {
  aspect-ratio: 1 / 0.526;
  object-fit: cover;
}

.tradition-innovation-image-cbd img {
  aspect-ratio: 1 / 1.23;
  object-fit: cover;
}

.our-commitment-body-cbd {
  overflow: hidden !important;
}

.commitment-img-1-cbd img {
  aspect-ratio: 1 / 1.445;
  object-fit: cover;
}

.commitment-img-2-cbd img {
  aspect-ratio: 1 / 1.563;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .page-header-hero-cbd::after {
    width: 70px;
    height: 145px;
  }
}

/* Features Page CSS ( CBD Oil ) */

.features-item-cbd .elementskit-infobox.hover_from_bottom:before {
  border-radius: 500px 500px 0 0;
}

.features-item-cbd .elementskit-infobox.hover_from_bottom:hover:before,
.features-item-cbd.active .elementskit-infobox.hover_from_bottom:before {
  top: 0;
  height: 100%;
  border-radius: 0;
}

.features-item-cbd .elementskit-infobox .box-body h3,
.features-item-cbd .elementskit-infobox .box-body p {
  transition: all 0.4s ease-in-out;
}

.features-item-cbd.active .elementskit-infobox .box-body h3,
.features-item-cbd.active .elementskit-infobox .box-body p {
  color: var(--e-global-color-white) !important;
}

/* Testimonial Page CSS ( CBD Oil ) */

.testimonial-author-cbd .elementskit-info-box-icon img {
  border-radius: 6px !important;
}

.testimonial-item-cbd {
  overflow: hidden !important;
}

.testimonial-item-cbd::before {
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--e-global-color-accent);
  border-radius: 500px 500px 0 0;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.testimonial-item-cbd:hover:before {
  top: 0;
  opacity: 1;
  border-radius: 0;
}

.testimonial-item-cbd .elementor-widget-text-editor p,
.testimonial-item-cbd .elementskit-info-box-title,
.testimonial-item-cbd .elementskit-infobox p,
.testimonial-item-cbd .elementor-icon svg path {
  transition: all 0.4s ease-in-out !important;
}

.testimonial-item-cbd:hover .elementor-widget-text-editor p,
.testimonial-item-cbd:hover .elementskit-info-box-title,
.testimonial-item-cbd:hover .elementskit-infobox p {
  color: var(--e-global-color-white) !important;
}

.testimonial-item-cbd:hover .elementor-icon svg path {
  fill: var(--e-global-color-white) !important;
}

.testimonial-item-cbd:hover .elementor-widget-text-editor,
.testimonial-item-cbd:hover .elementor-widget-container {
  border-color: var(--e-global-color-darkdivider) !important;
}

/* FAQs Page CSS ( CBD Oil ) */

.faq-sidebar-list-cbd ul li,
.faq-sidebar-list-cbd ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.faq-sidebar-list-cbd ul li .elementor-icon-list-text {
  transition: all 0.4s ease-in-out;
  padding-inline-start: 0 !important;
}

.faq-sidebar-list-cbd ul li:hover .elementor-icon-list-text {
  color: var(--e-global-color-accent) !important;
}

.faq-sidebar-list-cbd ul li i {
  width: auto !important;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.faq-sidebar-list-cbd ul li:hover i {
  transform: rotate(0deg);
}

/* Contact Us CSS ( CBD Oil )  */

.contact-info-image-cbd {
  overflow: hidden;
  border-radius: 20px;
}

.contact-info-image-cbd:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 44, 15, 0) 48.11%,
    rgba(10, 44, 15, 0.9) 92.34%
  );
  z-index: 1;
}

.contact-info-image-cbd img {
  aspect-ratio: 1 / 0.546;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.contact-info-image-cbd:hover img {
  transform: scale(1.1);
}

.contact-info-content-cbd {
  right: 30px;
}

.conatct-us-box-cbd {
  overflow: hidden !important;
}

.google-map-cbd,
.google-map-cbd .elementor-custom-embed,
.google-map-cbd .elementor-custom-embed iframe {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .contact-info-content-cbd {
    right: 20px;
  }
}

/****************************************
  Sellsmart Health-Supplements Theme CSS
 *****************************************/

/* Health Supplements Themes CSS */

.health-supplements .loading {
  border-color: transparent var(--e-global-color-accent) transparent
    var(--e-global-color-accent);
}

.health-supplements .navbar-brand h1,
.health-supplements .navbar-brand h2,
.health-supplements .footer-logo h4 {
  letter-spacing: 0;
}

.health-supplements .main-menu ul li a {
  padding: 15px 20px;
}

.health-supplements .page-header-box h1 {
  font-size: 80px !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.health-supplements .page-header::before {
  display: none;
}

.health-supplements .post-item-content {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.health-supplements .post-meta {
  display: none;
}

.health-supplements .post-item-btn svg,
.health-supplements .post-item-btn i {
  transform: rotate(0deg);
}

.health-supplements .post-item-btn:hover svg,
.health-supplements .post-item-btn:hover i {
  transform: translateX(3px);
}

.health-supplements .post-featured-image img {
  aspect-ratio: 1 / 0.75;
}

.health-supplements .post-item-body {
  padding: 30px;
}

.health-supplements .pagination .nav-links a,
.health-supplements .pagination .nav-links span {
  background: var(--e-global-color-secondary);
}

.health-supplements .pagination .nav-links span.current,
.health-supplements .pagination .nav-links a:hover {
  background: var(--e-global-color-accent);
}

.health-supplements .tag-links {
  font-weight: 600;
}

.health-supplements .error-page-content-heading h2 {
  font-size: 48px !important;
}

@media only screen and (max-width: 991px) {
  .health-supplements .slicknav_nav .slicknav_row,
  .health-supplements .slicknav_nav li a {
    padding: 6px 20px;
  }

  .health-supplements .page-header-box h1 {
    font-size: 50px !important;
  }

  .health-supplements .post-item-body {
    padding: 20px;
  }

  .health-supplements .error-page-content-heading h2 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .health-supplements .page-header-box h1 {
    font-size: 30px !important;
  }

  .health-supplements .error-page-content-heading h2 {
    font-size: 26px !important;
  }
}

/*
 * Elementor CSS ( Health Supplements )
 * */

/* Heading Small Icon & Hide Small Icon ( Health Supplements ) */

.health-supplements .section-title .elementor-heading-title::before {
  mask-image: url("assets/images/icon-sub-heading.svg");
  width: 4px;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .health-supplements .section-title .elementor-heading-title {
    padding-left: 14px;
  }
}

/* Section title ( Health Supplements ) */

.health-supplements .elementor-heading-title span {
  color: var(--e-global-color-accent);
}

/* Elementor Footer CSS ( health Supplements ) */

.main-footer.hero:after {
  top: 10%;
}

.footer-form .form-group {
  display: flex;
}

.footer-form .wpcf7-not-valid-tip,
.footer-form .wpcf7-response-output {
  display: none;
}

.footer-form .email-field {
  width: 72%;
}

.footer-links ul li:last-child a {
  padding-bottom: 0 !important;
}

.privacy-policy-menu ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.privacy-policy-menu ul li:last-child a {
  padding: 0 !important;
}

/* Home Page CSS ( Helth Supplements ) */

.hero:after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 20%;
  background: url("assets/images/section-bg-2.png") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 180px;
  height: 180px;
  z-index: 1;
}

.hero-img img {
  aspect-ratio: 1 / 0.825;
  object-fit: cover;
}

.about-images img {
  aspect-ratio: 1 / 0.914;
  object-fit: cover;
}

.why-choose-img img {
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
}

.why-choose-us.hero:after {
  top: 5%;
}

.product-item .ekit-wc-products-wrapper {
  padding-bottom: 100px;
}

.product-item .ekit-wc-product-image a img {
  border-radius: 20px;
  aspect-ratio: 1 / 1.186;
  object-fit: cover !important;
}

.product-item
  .ekit-wid-con
  .woocommerce
  ul.products
  .ekit-wc-product-desc
  .ekit-wc-rating
  .star-rating
  span,
.product-item
  .ekit-wid-con
  .woocommerce
  ul.products
  .ekit-wc-product-desc
  .ekit-wc-rating
  .star-rating::before {
  color: var(--e-global-color-accent);
}

.product-item .ekit-wc-product-price ins {
  text-decoration: none;
}

.product-item .ekit-wc-carousel-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.key-points-step-item .elementskit-infobox {
  overflow: visible;
}

.key-points-step-item .ekit-badge {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-points-step-item .ekit-icon-box-badge:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: -20px;
  transform: translateY(100%);
  border-left: 1px solid var(--e-global-color-darkdivider);
  width: 1px;
  height: 90%;
  z-index: 1;
}

.key-points-step-item:last-child .ekit-icon-box-badge::after {
  display: none;
}

.key-points-img img {
  aspect-ratio: 1 / 0.91;
  object-fit: cover;
}

.what-we-do-img img {
  aspect-ratio: 1 / 0.967;
  object-fit: cover;
}

.best-seller-img img {
  aspect-ratio: 1 / 0.96;
  object-fit: cover;
}

.cta-btn-arrow {
  transform: translateX(100%);
}

.cta-btn-arrow .elementor-icon-wrapper svg {
  height: inherit !important;
}

.cta-btn-arrow {
  animation: ctaarrowmove 2s infinite linear alternate;
}

@keyframes ctaarrowmove {
  50% {
    right: -55px;
  }
}

.faq-img img {
  aspect-ratio: 1 / 0.797;
  object-fit: cover;
}

.faq-accordion .elementskit-card {
  overflow: hidden !important;
}

.faq-accordion .elementskit-card-header a {
  align-items: start !important;
}

.premium-product-img {
  overflow: hidden !important;
}

.premium-product-img img {
  aspect-ratio: 1 / 0.824;
  object-fit: cover;
}

.testimonial-slider .elementskit-single-testimonial-slider {
  display: flex !important;
  flex-direction: column-reverse;
}

.testimonial-slider .elementskit-commentor-header {
  line-height: 0;
}

.testimonial-slider .elementskit-icon-content {
  bottom: 27px !important;
}

.testimonial-slider .swiper-navigation-button {
  top: auto;
  bottom: 0 !important;
  transition: all 0.4s ease-in-out;
}

.testimonial-slider .swiper-wrapper .swiper-slide-inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.testimonial-slider .swiper-wrapper .swiper-slide-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 999px 999px 0 0;
  background: var(--e-global-color-accent);
  transition: all 0.5s ease-in-out;
  height: 100%;
  z-index: 0;
}

.testimonial-slider
  .swiper-wrapper
  .swiper-slide.swiper-slide-next
  .swiper-slide-inner:before {
  top: 0;
  border-radius: 0;
}

.testimonial-slider
  .swiper-wrapper
  .swiper-slide.swiper-slide-next
  .elementskit-stars
  li
  a,
.testimonial-slider
  .swiper-wrapper
  .swiper-slide.swiper-slide-next
  .elementskit-watermark-icon
  svg
  path {
  fill: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
}

.testimonial-slider
  .swiper-wrapper
  .swiper-slide.swiper-slide-next
  .swiper-slide-inner
  .elementskit-single-testimonial-slider {
  background: transparent;
}

.our-blog .elementskit-entry-header img {
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.our-blog .elementskit-post-image-card:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
}

.our-blog .btn-wraper {
  line-height: 0;
}

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper a i {
  font-size: 24px;
  padding-left: 10px;
  transition: all 0.4s ease-in-out;
}

.our-blog
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper
  a:hover
  i {
  transform: translatex(2px);
}

@media only screen and (max-width: 991px) {
  .hero-shape {
    opacity: 20%;
  }

  .hero:after {
    top: 15%;
    width: 130px;
    height: 130px;
    opacity: 20%;
  }

  .hero-img img {
    aspect-ratio: 1 / 0.846;
    object-fit: cover;
  }

  .why-choose-item .elementskit-infobox .elementskit-box-header img {
    max-width: 70px;
  }

  .product-item .ekit-wc-products-wrapper {
    padding-bottom: 70px;
  }

  .product-item .ekit-wc-product-image a img {
    aspect-ratio: 1 / 1.05;
  }

  .product-item .ekit-wc-carousel .ekit-navigation-prev {
    left: 315px !important;
  }

  .product-item .ekit-wc-carousel .ekit-navigation-next {
    right: 315px !important;
  }

  .product-item .ekit-wc-carousel .ekit-slidenav {
    transform: translateY(215px) !important;
  }

  .key-points-step-item .ekit-icon-box-badge:after {
    left: 25px;
    bottom: -15px;
  }

  .key-points-step-item .ekit-badge {
    height: 50px;
    width: 50px;
  }

  .testimonial-slider .elementskit-commentor-content {
    margin-bottom: 0;
  }

  .testimonial-slider .elementskit-icon-content {
    bottom: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-item .elementskit-infobox .elementskit-box-header img {
    max-width: 60px;
  }

  .product-item .ekit-wc-carousel .ekit-navigation-prev {
    left: 118px !important;
  }

  .product-item .ekit-wc-carousel .ekit-navigation-next {
    right: 118px !important;
  }

  .product-item .ekit-wc-carousel .ekit-slidenav {
    transform: translateY(205px) !important;
  }

  .key-points-step-item .ekit-icon-box-badge:after {
    height: 110%;
  }

  .testimonial-slider
    .elementskit-testimonial-slider
    .swiper-navigation-button {
    display: flex !important;
  }

  .testimonial-slider .swiper-slide {
    background: var(--e-global-color-accent);
  }

  .testimonial-slider .swiper-slide.swiper-slide-next::before {
    display: none;
  }

  .testimonial-slider .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
  }

  .testimonial-slider
    .swiper-wrapper
    .swiper-slide-active
    .elementskit-stars
    li
    a,
  .testimonial-slider
    .swiper-wrapper
    .swiper-slide-active
    .elementskit-watermark-icon
    svg
    path {
    fill: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
  }

  .our-blog .elementskit-entry-header img {
    aspect-ratio: 1 / 0.77;
  }
}

/* Home Video CSS ( Health Supplements ) */

@media only screen and (max-width: 991px) {
  .hero-list ul {
    gap: 15px;
  }
}

/* About Us CSS ( Health Supplements ) */

.our-approach.hero:after {
  top: 5%;
}

.approach-item .elementskit-infobox.hover_from_bottom:before {
  border-radius: 250px 250px 0 0;
}

.approach-item .elementskit-infobox.hover_from_bottom:hover:before,
.approach-item.active .elementskit-infobox.hover_from_bottom:before {
  top: 0;
  border-radius: 0;
}

.approach-item.active .elementskit-infobox svg,
.approach-item.active
  .elementskit-infobox
  .box-body
  .elementskit-info-box-title,
.approach-item.active .elementskit-infobox .box-body p {
  color: var(--e-global-color-white) !important;
}

.approach-item .elementskit-infobox .elementskit-info-box-icon svg,
.approach-item .elementskit-infobox .box-body .elementskit-info-box-title,
.approach-item .elementskit-infobox .box-body p {
  transition: all 0.4s ease-in-out;
}

.philosophy-image img {
  aspect-ratio: 1 / 0.96;
  object-fit: cover;
}

.product-benefit-item .elementskit-infobox {
  overflow: visible;
}

.excellence-image img {
  aspect-ratio: 1 / 0.913;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .product-benefit-item .elementskit-infobox {
    flex-direction: column;
  }

  .product-benefit-item .elementskit-info-box-title {
    text-align: center;
  }

  .excellence-image img {
    aspect-ratio: 1 / 0.8;
  }
}

/* features CSS */

.features-list
  .approach-item
  .elementskit-infobox
  .elementskit-info-box-icon
  svg {
  color: var(--e-global-color-accent) !important;
}

/* Testimonials CSS ( Health Supplements ) */

.testimonials-item {
  overflow: hidden !important;
}

.testimonials-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0px;
  background: var(--e-global-color-accent);
  border-radius: 999px 999px 0 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.testimonials-item:hover:before {
  top: 0;
  border-radius: 0;
}

.testimonial-author .elementskit-box-header .elementskit-info-box-icon img {
  border-radius: 50%;
}

.testimonials-item .box-body .elementskit-info-box-title,
.testimonials-item .box-body p,
.testimonials-item .elementor-widget-text-editor p,
.testimonials-item
  .elementor-widget-rating
  .e-rating-wrapper
  .e-icon
  .e-icon-wrapper
  i,
.testimonials-item .elementor-widget-icon .elementor-icon svg path {
  transition: all 0.4s ease-in-out;
}

.testimonials-item:hover .box-body .elementskit-info-box-title,
.testimonials-item:hover .box-body p,
.testimonials-item:hover .elementor-widget-text-editor p,
.testimonials-item:hover
  .elementor-widget-rating
  .e-rating-wrapper
  .e-icon
  .e-icon-wrapper
  i {
  color: var(--e-global-color-white) !important;
}

.testimonials-item:hover .elementor-widget-icon .elementor-icon svg path {
  fill: var(--e-global-color-white);
}

/* FAQs Page CSS ( Health Supplements ) */

.faq-sidebar-list ul li,
.faq-sidebar-list ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.faq-sidebar-list ul li .elementor-icon-list-icon,
.faq-sidebar-list ul li a .elementor-icon-list-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: var(--e-global-color-text);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.faq-sidebar-list ul li:hover .elementor-icon-list-icon,
.faq-sidebar-list ul li:hover a .elementor-icon-list-icon {
  background: var(--e-global-color-primary);
}

@media only screen and (max-width: 991px) {
  .faq-sidebar-list ul li .elementor-icon-list-icon,
  .faq-sidebar-list ul li a .elementor-icon-list-icon {
    width: 20px;
    height: 20px;
  }
}

/* Contact Us Page CSS ( Health Supplements ) */

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #e65757 !important;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 400;
}

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 5px 10px !important;
  border-radius: 30px !important;
  border: 1px solid #e65757 !important;
  line-height: 1.1em;
  color: #e65757 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #46b450 !important;
  border-color: #46b450 !important;
}

.page-hero-section.hero::after {
  width: 110px;
  height: 110px;
  right: -10px;
  top: 28%;
}

.contact-us-image img {
  aspect-ratio: 1 / 0.88;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .page-hero-section.hero::after {
    top: 33%;
    width: 80px;
    height: 80px;
    opacity: 20%;
  }
}

/***********************************
  * Sellsmart - Cosmetic Theme CSS *
 ***********************************/

/* Cosmetic Themes CSS */

.cosmetic .loading {
  border-color: transparent var(--e-global-color-accent) transparent
    var(--e-global-color-accent);
}

.cosmetic .navbar-brand h1,
.cosmetic .navbar-brand h2,
.cosmetic .footer-logo h4 {
  letter-spacing: 0;
  font-weight: 400;
}

.cosmetic .main-menu ul li a {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 500;
}

.cosmetic .slicknav_nav .slicknav_row,
.cosmetic .slicknav_nav li a {
  font-weight: 500;
}

.cosmetic .main-menu ul ul,
.cosmetic .slicknav_btn,
.cosmetic .post-social-sharing ul li a,
.cosmetic .comment-form .form-submit .submit {
  border-radius: 0;
}

.cosmetic .footer-social ul li a {
  width: 36px;
  height: 36px;
  border-radius: 0;
}

.cosmetic .page-header {
  padding: 230px 0 115px;
}

.cosmetic .page-header::before {
  display: none;
}

.cosmetic .page-header-box h1 {
  font-size: 70px !important;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.cosmetic .trail-items li span {
  text-transform: uppercase;
}

.cosmetic .trail-items li,
.cosmetic .page-header-box .post-meta ul li {
  font-size: 16px;
  font-weight: 500;
  color: var(--e-global-color-accent);
  text-transform: uppercase;
}

.cosmetic .trail-items li:before,
.cosmetic .page-header-box .post-meta ul li:before {
  color: var(--e-global-color-white);
}

.cosmetic .post-item {
  position: relative;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.cosmetic .post-item:has(:not(.post-featured-image)) {
  aspect-ratio: 1 / 1.141;
  background: var(--e-global-color-primary);
}

.cosmetic .post-item:has(.post-featured-image) img {
  aspect-ratio: 1 / 1.141;
}

.cosmetic .post-featured-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(21, 30, 9, 0) 57.7%,
    rgba(21, 30, 9, 0.9) 88.05%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cosmetic .post-item-body {
  padding: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.cosmetic .post-item-content h2 {
  font-size: 24px !important;
  color: var(--e-global-color-white);
}

.cosmetic .post-item-btn a {
  color: var(--e-global-color-white);
  align-items: center;
}

.cosmetic .post-item-btn a svg,
.cosmetic .post-item-btn a i {
  background: transparent;
  padding: 0;
  transform: rotate(0deg);
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.cosmetic .post-item-btn a i {
  font-size: 18px;
}

.cosmetic .post-item-btn:hover svg,
.cosmetic .post-item-btn:hover i {
  transform: translateX(3px);
}

.cosmetic .post-item-footer .post-meta {
  display: none;
}

.cosmetic .post-item-content {
  margin-bottom: 15px;
  padding: 0;
  border: none;
}

.cosmetic .pagination .nav-links a,
.cosmetic .pagination .nav-links span {
  border-radius: 0;
  background: var(--e-global-color-secondary);
}

.cosmetic .pagination .nav-links span.current,
.cosmetic .pagination .nav-links a:hover {
  background: var(--e-global-color-accent);
}

.cosmetic .post-single-image figure,
.cosmetic .post-single-image img {
  border-radius: 0;
}

.cosmetic .post-entry blockquote {
  border-radius: 0;
  background: var(--e-global-color-primary)
    url("assets/images/icon-blockquote-cosmetic.svg") no-repeat;
  background-position: 30px 30px;
  background-size: 45px;
}

.cosmetic .tag-links {
  font-size: 22px;
  font-weight: 600;
}

.cosmetic .post-tags .tag-links a {
  font-family: var(--e-global-typography-accent-font-family);
  border-radius: 0;
}

.cosmetic .comment-form textarea,
.cosmetic .comment-form input[type="text"],
.cosmetic .comment-form input[type="email"],
.cosmetic .comment-form input[type="url"] {
  border-radius: 0;
  background: var(--e-global-color-secondary);
}

.cosmetic .comment-list .comment .reply a,
.cosmetic
  .page-single-post
  .comment-box
  .comment-reply-title
  #cancel-comment-reply-link,
.cosmetic
  .wp-block-post-comments-form
  .comment-reply-title
  #cancel-comment-reply-link,
.cosmetic .wp-block-search .wp-block-search__input,
.cosmetic
  .wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper,
.cosmetic .wp-block-search .wp-block-search__button,
.cosmetic .wp-block-tag-cloud a,
.cosmetic .wp-block-button .wp-element-button,
.cosmetic .wp-block-button.is-style-outline .wp-element-button,
.cosmetic .wp-element-button,
.cosmetic .wp-block-button .wp-block-button__link,
.cosmetic .wp-block-file .wp-block-file__button,
.cosmetic .wp-block-categories-dropdown select,
.cosmetic .wp-block-archives-dropdown select,
.cosmetic .post-password-form input[type="password"],
.cosmetic .post-password-form input[type="submit"],
.cosmetic aside.widget,
.cosmetic aside.widget select,
.cosmetic aside.widget .wp-block-categories-dropdown select,
.cosmetic aside.widget .wp-block-archives-dropdown select,
.cosmetic aside.widget .tagcloud a,
.cosmetic aside.widget .has-login-form input[type="text"],
.cosmetic aside.widget .has-login-form input[type="password"],
.cosmetic aside.widget .has-login-form input[type="submit"] {
  border-radius: 0;
}

.cosmetic aside.widget_search .search-form input {
  border-radius: 0 !important;
}

.cosmetic aside.widget {
  background: var(--e-global-color-secondary);
}

@media only screen and (max-width: 991px) {
  .cosmetic .page-header {
    padding: 160px 0 70px;
  }

  .cosmetic .page-header-box h1 {
    font-size: 55px !important;
    margin-bottom: 10px;
  }

  .cosmetic .post-item:has(:not(.post-featured-image)) {
    aspect-ratio: 1 / 1.02;
  }

  .cosmetic .post-item:has(.post-featured-image) img {
    aspect-ratio: 1 / 1.02;
  }

  .cosmetic .post-item-content h2 {
    font-size: 22px !important;
  }

  .cosmetic .post-item-body {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .cosmetic .post-entry blockquote {
    background-position: 20px 20px;
    background-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .cosmetic .slicknav_nav .slicknav_row,
  .slicknav_nav li a {
    padding: 8px 20px;
  }

  .cosmetic .page-header-box h1 {
    font-size: 30px !important;
  }

  .cosmetic .trail-items li,
  .cosmetic .page-header-box .post-meta ul li {
    font-size: 14px;
  }

  .cosmetic .tag-links {
    font-size: 20px !important;
  }

  .cosmetic .post-entry blockquote {
    background-position: 15px 15px;
  }
}

/*
 * Elementor CSS ( Cosmetic )
 * */

/* Heading Small Icon & Hide Small Icon ( Cosmetic ) */

.cosmetic .section-title .elementor-heading-title {
  padding-left: 30px;
}

.cosmetic .section-title .elementor-heading-title::before {
  mask-image: url("assets/images/icon-sub-heading-sc.svg");
  width: 20px;
  height: 20px;
}

/* Footer CSS ( Cosmetic ) */

.footer-links-sc ul li:last-child a {
  padding-bottom: 0 !important;
}

.footer-form-sc .form-group {
  display: flex;
  align-items: center;
}

.footer-form-sc .wpcf7-not-valid-tip,
.footer-form-sc .wpcf7-response-output {
  display: none;
}

.footer-form-sc .email-field {
  width: 72%;
  background-color: transparent;
}

.footer-form-sc .newsletter-btn {
  width: 28%;
}

.privacy-policy-menu-sc .ekit-vertical-navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.privacy-policy-menu-sc .ekit-vertical-navbar-nav li::before {
  content: "/";
  position: absolute;
  right: -18px;
  bottom: 0;
  top: 0;
  color: var(--e-global-color-white);
}

.privacy-policy-menu-sc .ekit-vertical-navbar-nav li {
  margin-right: 30px;
  position: relative;
}

.privacy-policy-menu-sc .ekit-vertical-navbar-nav li:last-child {
  margin-right: 0 !important;
}

.privacy-policy-menu-sc .ekit-vertical-navbar-nav li:last-child:before {
  display: none;
}

@media only screen and (max-width: 991px) {
  .footer-links-sc ul li a {
    padding-bottom: 10px !important;
  }

  .privacy-policy-menu-sc .ekit-vertical-navbar-nav li {
    margin-right: 25px;
  }

  .privacy-policy-menu-sc .ekit-vertical-navbar-nav li::before {
    font-size: 12px;
    right: -14px;
    top: -2px;
  }
}

/* Home Page CSS ( Cosmetic ) */

.video-play-button-sc .elementor-heading-title {
  font-family: var(--e-global-typography-text-font-family);
}

.hero-img-sc img {
  aspect-ratio: 1 / 0.864;
  object-fit: cover;
}

.about-contact-box-sc .box-body .elementskit-info-box-title {
  font-family: var(--e-global-typography-primary-font-family);
}

.about-images-sc img {
  aspect-ratio: 1 / 1.032;
  object-fit: cover;
}

.innovation-tab-box-sc .e-n-tab-title {
  min-width: 25%;
  max-width: 25%;
}

.innovation-tab-box-sc.elementor-widget-n-tabs .e-n-tab-title-text {
  font-family: var(--e-global-typography-secondary-font-family);
}

.innovation-tab-box-sc.elementor-widget-n-tabs
  .e-n-tab-title
  .e-n-tab-icon
  svg {
  fill: none !important;
}

.home-tab-sc.innovation-tab-box-sc .e-n-tab-title[aria-selected="true"],
.home-tab-sc.innovation-tab-box-sc .e-n-tab-title[aria-selected="false"]:hover {
  background: transparent !important;
}

.innovation-img-sc img {
  aspect-ratio: 1 / 0.631;
  object-fit: cover;
}

.benefits-box-sc {
  overflow: hidden !important;
}

.benefits-box-sc::before {
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.benefits-box-sc:hover:before {
  top: 0;
  opacity: 1;
}

.benefits-box-sc .elementskit-infobox svg,
.benefits-box-sc .elementskit-infobox .elementskit-info-box-title,
.benefits-box-sc .elementor-icon-list-items .elementor-icon-list-text,
.benefits-box-sc .elementskit-infobox,
.benefits-box-sc .elementor-icon-list-icon i {
  transition: all 0.4s ease-in-out !important;
}

.benefits-box-sc:hover .elementskit-infobox .elementskit-info-box-title,
.benefits-box-sc:hover .elementor-icon-list-items .elementor-icon-list-text,
.benefits-box-sc:hover .elementor-icon-list-icon i {
  color: var(--e-global-color-white) !important;
}

.benefits-box-sc:hover .elementskit-infobox {
  border-bottom: 1px solid var(--e-global-color-darkdivider) !important;
}

.benefits-box-sc:hover .elementskit-infobox svg {
  filter: brightness(0) invert(1);
}

.product-offer-img-sc {
  height: 100%;
}

.product-offer-img-sc img {
  aspect-ratio: 1 / 0.68;
  object-fit: cover;
}

.product-offer-content-sc {
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

.product-item-sc .ekit-wc-product-image {
  overflow: hidden;
}

.product-item-sc .ekit-wc-product-image img {
  aspect-ratio: 1 / 1.187;
  transition: all 0.4s ease-in-out;
}

.product-item-sc .ekit-wc-product:hover .ekit-wc-product-image img {
  transform: scale(1.1);
}

.product-item-sc .ekit-wc-rating .star-rating span {
  color: var(--e-global-color-accent) !important;
}

.product-item-sc p del .woocommerce-Price-amount {
  font-size: 16px !important;
}

.product-item-sc p del {
  opacity: 1 !important;
}

.work-img-sc img {
  aspect-ratio: 1 / 0.827;
  object-fit: cover;
}

.work-img-sc-2 img {
  aspect-ratio: 1 / 0.35;
  object-fit: cover;
}

.work-img-sc-3 img {
  aspect-ratio: 1 / 0.736;
  object-fit: cover;
}

.premium-product-img-sc img {
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
}

.cta-btn-arrow-sc {
  transform: translateX(100%);
  animation: ctaarrowmove-sc 2s infinite linear alternate;
}

@keyframes ctaarrowmove-sc {
  50% {
    right: -55px;
  }
}

.cta-btn-arrow-sc .elementor-icon-wrapper svg {
  height: inherit !important;
}

.faq-accordion-sc .elementskit-card-header a {
  align-items: start !important;
}

.faq-accordion-sc .elementskit-card .ekit-accordion-title,
.faq-accordion-sc .elementskit-accordion .elementskit-card .number:before {
  font-family: var(--e-global-typography-secondary-font-family);
}

.faq-accordion-sc .elementskit-accordion .elementskit-card .number {
  margin-right: 5px;
}

.faq-img-sc img {
  aspect-ratio: 1 / 1.402;
  object-fit: cover;
}

.faqs-cta-box-sc .elementskit-infobox .elementskit-info-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
}

.faqs-cta-box-sc {
  height: 308px;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
}

.testimonial-review-box-sc p,
.testimonial-swiper-sc .elementskit-author-des {
  opacity: 80%;
}

.testimonial-swiper-sc .elementskit-commentor-content {
  margin-bottom: 0;
}

.testimonial-swiper-sc .swiper-slide .elementskit-commentor-content p {
  border-bottom: 1px solid var(--e-global-color-darkdivider);
  padding-bottom: 40px;
}

.testimonial-swiper-sc .swiper-slide .elementskit-commentor-image img {
  border-radius: 0 !important;
}

.testimonial-swiper-sc .swiper-navigation-button {
  top: auto;
  bottom: 0;
}

.testimonial-swiper-sc
  .elementskit-testimonial-slider
  .swiper-navigation-button {
  transition: all 0.3s ease-in-out;
}

.company-supports-logo-sc .swiper-slide-inner img {
  width: 100%;
  max-height: 40px;
}

.page-blog-sc .elementskit-post-image-card {
  position: relative;
}

.page-blog-sc .elementskit-post-image-card .elementskit-entry-thumb > img {
  aspect-ratio: 1 / 1.141;
  object-fit: cover;
  transition: all 0.4s ease-in-out !important;
}

.page-blog-sc
  .elementskit-post-image-card:has(:not(.elementskit-entry-thumb))
  .elementskit-entry-header {
  background-color: var(--e-global-color-accent) !important;
  aspect-ratio: 1 / 1.141;
}

.page-blog-sc .elementskit-post-image-card:has(.elementskit-entry-thumb) {
  background-color: transparent !important;
}

.page-blog-sc .elementskit-entry-header {
  overflow: hidden;
}

.page-blog-sc .elementskit-entry-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(21, 30, 9, 0) 57.7%,
    rgba(21, 30, 9, 0.9) 88.05%
  );
  z-index: 1;
}

.page-blog-sc .elementskit-entry-header::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.page-blog-sc .elementskit-entry-header:hover:before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.page-blog-sc .elementskit-post-image-card:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
}

.page-blog-sc .elementskit-post-body {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.page-blog-sc .btn-wraper {
  line-height: normal;
}

.page-blog-sc .elementskit-post-body svg {
  margin-left: 8px;
  height: 17px;
  width: 17px;
  transition: all 0.4s ease-in-out;
}

.page-blog-sc .elementskit-post-body a:hover svg {
  margin-left: 12px;
}

.page-blog-sc .btn-wraper a:hover svg path {
  stroke: none !important;
}

@media only screen and (max-width: 991px) {
  .innovation-img-sc img {
    aspect-ratio: 1 / 0.48;
  }

  .product-offer-img-sc img {
    aspect-ratio: 1 / 1;
  }

  .product-offer-content-sc {
    clip-path: none;
  }

  .product-item-sc .ekit-wc-product-image img {
    aspect-ratio: 1 / 1.18;
  }

  .work-img-sc img {
    aspect-ratio: 1 / 0.5;
  }

  .faqs-cta-box-sc {
    height: 290px;
  }

  .testimonial-swiper-sc .swiper-slide .elementskit-commentor-content p {
    padding-bottom: 30px;
  }

  .page-blog-sc .elementskit-post-image-card .elementskit-entry-thumb > img,
  .page-blog-sc
    .elementskit-post-image-card:has(:not(.elementskit-entry-thumb))
    .elementskit-entry-header {
    aspect-ratio: 1 / 1.02;
  }
}

@media only screen and (max-width: 767px) {
  .innovation-img-sc img {
    aspect-ratio: 1 / 0.6;
  }

  .innovation-tab-box-sc .e-n-tab-title {
    min-width: 50%;
    max-width: 50%;
  }

  .product-offer-img-sc img {
    aspect-ratio: 1 / 1.32;
  }

  .product-item-sc .ekit-wc-product-image img {
    aspect-ratio: 1 / 1.05;
  }

  .work-img-sc-2 img,
  .work-img-sc-3 img {
    aspect-ratio: 1 / 0.5;
  }

  .premium-product-item-sc .elementskit-infobox {
    display: flex;
    flex-wrap: wrap;
  }

  .faqs-cta-box-sc {
    height: 240px;
  }

  .testimonial-swiper-sc .swiper-slide .elementskit-commentor-content p {
    padding-bottom: 20px;
  }

  .testimonial-swiper-sc
    .elementskit-testimonial-slider
    .swiper-navigation-button {
    display: flex !important;
  }
}

/* About Us CSS ( Cosmetic ) */

.our-scrolling-ticker-sc .ticker .ekit-title-and-description {
  font-family: var(--e-global-typography-primary-font-family);
}

.our-scrolling-ticker-sc .ekit-content-items .ekit-marquee::after,
.our-scrolling-ticker-sc .ekit-content-items .ekit-marquee::before {
  display: none;
}

.mission-vision-image-sc img {
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.mission-vison-item-sc:hover .mission-vision-image-sc img {
  transform: scale(1.1);
}

.mission-vision-icon-sc .elementor-icon-wrapper {
  height: 100%;
}

.mission-vision-icon-sc .elementor-icon {
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-footer-text-sc .elementor-heading-title {
  font-family: var(--e-global-typography-text-font-family);
}

.special-saving-image-sc {
  height: 100%;
}

.special-saving-image-sc img {
  aspect-ratio: 1 / 2.165;
  object-fit: cover;
}

.countdown-timer-sc .elementskit-timer-container .elementskit-timer-count {
  font-family: var(--e-global-typography-secondary-font-family);
}

.countdown-timer-sc .elementskit-countdown-timer {
  display: inline-flex !important;
  gap: 20px;
  color: var(--e-global-color-white);
}

.countdown-timer-sc .elementskit-timer-container {
  flex: 0 0 calc(25% - 15px) !important;
  width: calc(25% - 15px) !important;
  display: flex !important;
  justify-content: center;
  margin: 0 auto !important;
}

.pure-natural-image-sc:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 344px;
  height: 420px;
  border: 30px solid var(--e-global-color-secondary);
  z-index: 0;
}

.pure-natural-img-sc img {
  aspect-ratio: 1 / 1.51;
  object-fit: cover;
}

.pure-natural-img-circle-sc {
  transform: translateX(-50%);
}

.pure-natural-circle-sc {
  animation: infiniterotate 20s infinite linear;
}

.pure-natural-circle-sc .e-text-path text {
  font-family: var(--e-global-typography-secondary-font-family);
}

.best-product-image-sc img {
  aspect-ratio: 1 / 0.999;
  object-fit: cover;
}

.best-product-content-header-sc
  .elementor-icon-box-wrapper
  .elementor-icon-box-description
  span {
  font-size: 16px;
  text-decoration: line-through;
}

.best-product-content-footer-sc .btn-wraper {
  line-height: normal;
}

.best-product-content-footer-sc .btn-wraper .elementskit-btn svg {
  transition: all 0.4s ease-in-out;
}

.best-product-content-footer-sc .btn-wraper .elementskit-btn:hover svg {
  margin-left: 11px;
}

.product-cta-image-sc img {
  aspect-ratio: 1 / 0.67;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .mission-vision-icon-sc .elementor-icon {
    width: 100px;
  }

  .pure-natural-image-sc:before {
    width: 304px;
    height: 380px;
    border-width: 25px;
  }

  .best-product-image-sc img {
    aspect-ratio: 1 / 0.85;
  }
}

@media only screen and (max-width: 767px) {
  .special-saving-image-sc img {
    height: auto;
    aspect-ratio: 1 / 0.9;
  }

  .pure-natural-image-sc:before {
    width: 234px;
    height: 260px;
    border-width: 20px;
  }
}

/* Faq Sidebar CSS ( Cosmetic ) */

.page-catagery-list-sc .elementor-icon-list-item,
.page-catagery-list-sc .elementor-icon-list-item a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.page-catagery-list-sc
  .elementor-widget
  .elementor-icon-list-icon
  + .elementor-icon-list-text {
  padding-inline-start: 0 !important;
}

.page-catagery-list-sc .elementor-icon-list-icon svg {
  margin: 0 !important;
  transition: all 0.3s ease-in-out !important;
}

.sidebar-cta-item-sc .elementskit-infobox {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

/* Testimonials CSS ( Cosmetic ) */

.testimonial-item-sc {
  transition: all 0.3s ease-in-out;
}

.testimonial-item-sc:hover {
  transform: translateY(-4px);
}

/**********************************
**** Sellsmart - Headphone CSS ****
**********************************/

/*
 * Theme CSS ( Headphone )
 * */

.headphone .loading {
  border-color: transparent var(--e-global-color-accent) transparent
    var(--e-global-color-accent);
}

.headphone header.main-header {
  border-bottom: none;
}

.headphone .main-menu ul li a {
  font-weight: 500;
}

.headphone .main-menu ul ul {
  border-radius: 8px;
}

.headphone .main-menu ul ul li a,
.headphone .main-menu ul ul li a:focus {
  color: var(--e-global-color-primary);
}

.headphone .main-menu ul ul li a:hover {
  color: var(--e-global-color-white);
}

.headphone .slicknav_btn {
  border-radius: 6px;
}

.headphone .slicknav_icon .slicknav_icon-bar {
  background-color: var(--e-global-color-primary);
}

.headphone .slicknav_nav .slicknav_row,
.headphone .slicknav_nav li a {
  font-weight: 500;
  color: var(--e-global-color-primary);
}

.headphone .slicknav_nav li.slicknav_open > a .slicknav_arrow:after {
  color: var(--e-global-color-white);
}

.headphone .slicknav_arrow:after {
  color: var(--e-global-color-primary);
}

.headphone .page-header {
  padding: 210px 0 150px;
  background-size: 100% auto !important;
}

.headphone .page-header::before {
  display: none;
}

.headphone .page-header-box h1 {
  font-size: 54px !important;
}

.headphone .post-item {
  position: relative;
  border: none;
  box-shadow: none;
}

.headphone .post-item:has(:not(.post-featured-image)) {
  aspect-ratio: 1 / 1.191;
  background: var(--e-global-color-primary);
}

.headphone .post-featured-image img {
  aspect-ratio: 1 / 1.191;
}

.headphone .post-featured-image figure {
  position: relative;
  display: block;
}

.headphone .post-featured-image figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 44.67%,
    rgba(0, 0, 0, 0.8) 85.57%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

.headphone .post-item-body {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
  padding: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.headphone .post-item-content {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.headphone .post-item-content h2 {
  color: var(--e-global-color-white);
}

.headphone .post-item-footer .post-meta {
  display: none;
}

.headphone .post-item-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.headphone .post-item:hover .post-item-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}

.headphone .post-item-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headphone .post-item-btn svg,
.headphone .post-item-btn i {
  background: transparent;
  color: var(--e-global-color-accent);
  width: 18px;
  height: auto;
  padding: 0;
  border-radius: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  margin-left: 5px;
}

.headphone .post-item-btn i {
  font-size: 18px;
}

.headphone .post-item-btn a:hover,
.headphone .post-item-btn:hover svg,
.headphone .post-item-btn:hover i {
  color: var(--e-global-color-white);
  background: transparent;
}

.headphone .post-item-btn:hover svg,
.headphone .post-item-btn:hover i {
  transform: translateX(3px);
}

.headphone .post-item:hover .post-item-body {
  transform: translateY(0);
}

.headphone .pagination .nav-links span.current,
.headphone .pagination .nav-links a:hover {
  color: var(--e-global-color-primary);
}

.headphone .pagination .nav-links a {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.headphone .footer-social ul li a {
  background: var(--e-global-color-accent);
  border: none;
  color: var(--e-global-color-primary);
}

.headphone .footer-social ul li a:hover {
  background: var(--e-global-color-white);
}

.headphone .post-entry blockquote {
  background: var(--e-global-color-accent)
    url("assets/images/icon-blockquote-headphone.svg") no-repeat;
  background-position: 30px 30px;
  background-size: 45px;
}

.headphone .post-entry blockquote p {
  line-height: 1.4em;
  color: var(--e-global-color-primary);
}

.headphone .tag-links {
  font-weight: 600;
}

.headphone .post-tags .tag-links a,
.headphone .comment-form .form-submit .submit {
  color: var(--e-global-color-primary);
}

.headphone .post-tags .tag-links a:hover,
.headphone .post-social-sharing ul li a:hover,
.headphone .comment-form .form-submit .submit:hover {
  color: var(--e-global-color-white);
}

.headphone .post-social-sharing ul li a {
  border-radius: 50%;
  color: var(--e-global-color-primary);
}

.headphone .comment-form textarea,
.headphone .comment-form input[type="text"],
.headphone .comment-form input[type="email"],
.headphone .comment-form input[type="url"],
.headphone .wp-block-categories-dropdown select,
.headphone .wp-block-archives-dropdown select,
.headphone .post-password-form input[type="password"] {
  box-shadow: none;
  border: none;
  background: var(--e-global-color-secondary);
}

.headphone .comment-list .comment .reply a,
.headphone .wp-block-search .wp-block-search__button,
.headphone .wp-block-tag-cloud a,
.headphone .wp-block-button .wp-element-button,
.headphone .wp-block-button.is-style-outline .wp-element-button,
.headphone .wp-element-button,
.headphone .wp-block-button .wp-block-button__link,
.headphone .wp-block-file .wp-block-file__button,
.headphone aside.widget .search-submit,
.headphone aside.widget .has-login-form input[type="submit"] {
  color: var(--e-global-color-primary) !important;
}

.headphone .comment-list .comment .reply a:hover,
.headphone .wp-block-search .wp-block-search__button:hover,
.headphone .wp-block-tag-cloud a:hover,
.headphone .wp-block-button .wp-element-button:hover,
.headphone .wp-block-button.is-style-outline .wp-element-button:hover,
.headphone .wp-element-button:hover,
.headphone .wp-block-button .wp-block-button__link:hover,
.headphone .wp-block-file .wp-block-file__button:hover,
.headphone .wp-block-button.is-style-outline .wp-element-button,
.headphone aside.widget .search-submit:hover,
.headphone aside.widget .has-login-form input[type="submit"]:hover {
  color: var(--e-global-color-white) !important;
}

.headphone
  .page-single-post
  .comment-box
  .comment-reply-title
  #cancel-comment-reply-link,
.headphone
  .wp-block-post-comments-form
  .comment-reply-title
  #cancel-comment-reply-link,
.headphone .post-password-form input[type="submit"],
.headphone aside.widget .tagcloud a {
  color: var(--e-global-color-primary);
}

.headphone
  .page-single-post
  .comment-box
  .comment-reply-title
  #cancel-comment-reply-link:hover,
.headphone
  .wp-block-post-comments-form
  .comment-reply-title
  #cancel-comment-reply-link:hover,
.headphone .post-password-form input[type="submit"]:hover,
.headphone aside.widget .tagcloud a:hover {
  color: var(--e-global-color-white);
}

.headphone .wp-block-search .wp-block-search__input,
.headphone
  .wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  background: var(--e-global-color-secondary);
  border: none;
  box-shadow: none;
}

.headphone aside.widget {
  border: none;
  background: var(--e-global-color-secondary);
}

.headphone aside.widget_search .search-form input,
.headphone aside.widget .has-login-form input[type="text"],
.headphone aside.widget .has-login-form input[type="password"] {
  background: var(--e-global-color-white);
  border: none;
}

@media only screen and (max-width: 991px) {
  .headphone .page-header {
    padding: 140px 0 80px;
  }

  .headphone .page-header-box h1 {
    font-size: 42px !important;
  }

  .headphone .post-item-body {
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .headphone .post-item:hover .post-item-btn {
    margin-top: 15px;
  }

  .headphone .post-entry blockquote {
    background-position: 20px 20px;
    background-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .headphone .page-header-box h1 {
    font-size: 30px !important;
  }

  .headphone .post-entry blockquote {
    background-position: 15px 15px;
  }
}

/*
 * Elementor CSS ( Headphone )
 * */

/* Header CSS ( Headphone ) */

@media only screen and (max-width: 1024px) {
  .headphone .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
    border-bottom: 1px solid var(--e-global-color-divider);
  }
}

/* Footer CSS ( Headphone ) */

.footer-menu-royal ul li:last-child a {
  padding-bottom: 0 !important;
}

.privacy-policy-menu-royal .ekit-vertical-navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.privacy-policy-menu-royal .ekit-vertical-navbar-nav li::before {
  content: "/";
  position: absolute;
  right: -18px;
  bottom: 0;
  top: 0;
  color: var(--e-global-color-white);
}

.privacy-policy-menu-royal .ekit-vertical-navbar-nav li {
  margin-right: 30px;
  position: relative;
}

.privacy-policy-menu-royal .ekit-vertical-navbar-nav li:last-child {
  margin-right: 0 !important;
}

.privacy-policy-menu-royal .ekit-vertical-navbar-nav li:last-child:before {
  display: none;
}

.footer-menu-royal ul li a {
  color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px) {
  .footer-menu-royal ul li a {
    padding-bottom: 10px !important;
  }

  .privacy-policy-menu-royal .ekit-vertical-navbar-nav li {
    margin-right: 25px;
  }

  .privacy-policy-menu-royal .ekit-vertical-navbar-nav li::before {
    right: -14px;
  }
}

/* Section Title ( Headphone ) */

.headphone .section-title .elementor-heading-title {
  padding-left: 24px;
}

.headphone .section-title .elementor-heading-title::before {
  mask-image: url("assets/images/icon-sub-heading-headphone.svg");
  width: 14px;
  height: 14px;
}

.headphone .elementor-heading-title span {
  font-weight: 700;
  color: var(--e-global-color-accent);
}

.headphone .column-2 .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.headphone .column-2 .elementor-icon-list-items .elementor-icon-list-item {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 991px) {
  .headphone .column-2 .elementor-icon-list-items {
    gap: 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .headphone .column-2 .elementor-icon-list-items {
    gap: 0;
  }

  .headphone .column-2 .elementor-icon-list-items .elementor-icon-list-item {
    width: 100%;
  }
}

/* Home Page ( Headphone ) */

.hero-btn-arrow-royal {
  transform: translateX(100%);
}

.hero-btn-arrow-royal .elementor-icon-wrapper svg {
  height: inherit !important;
}

.hero-btn-arrow-royal {
  animation: ctaarrowmove-royal 2s infinite linear alternate;
}

@keyframes ctaarrowmove-royal {
  50% {
    right: -55px;
  }
}

.hero-img-royal img {
  aspect-ratio: 1 / 1.1467;
  object-fit: cover;
}

.about-us-image-royal img {
  object-fit: cover;
  aspect-ratio: 1 / 0.935;
}

.premium-headphone-circle-royal {
  animation: infiniterotate-royal 20s infinite linear;
}

@keyframes infiniterotate-royal {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-us-body-royal .elementskit-infobox:before {
  border-radius: 20px;
}

.about-us-body-royal .elementskit-infobox p span {
  font-size: 20px;
  color: var(--e-global-color-accent);
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.about-us-body-royal:hover .elementskit-infobox p,
.about-us-body-royal:hover .elementskit-infobox p span {
  color: var(--e-global-color-primary);
}

.product-item-list .woocommerce ul.products li.product img {
  aspect-ratio: 1 / 0.73;
  border-radius: 20px;
}

.product-item-list
  .woocommerce
  ul.products
  li.product
  del[aria-hidden="true"]
  .woocommerce-Price-amount {
  font-size: 14px !important;
}

.benefit-item-royal:after {
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  left: 25px;
  border-left: 1px solid var(--e-global-color-divider);
  width: 1px;
  height: calc(100% - 30px);
}

.benefit-item-royal:last-child::after {
  display: none;
}

.benefit-img-royal img {
  aspect-ratio: 1 / 1.347;
  object-fit: cover;
}

.trusted-customer-box-royal .elementor-counter {
  align-items: center;
}

.trusted-customer-box-royal
  .elementor-counter
  .elementor-counter-number-wrapper {
  flex: 0;
}

.trusted-customer-box-royal .elementor-counter .elementor-counter-title {
  padding-left: 10px;
}

.quality-img-royal {
  height: 100%;
}

.quality-img-royal img {
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
}

.work-item-list-royal {
  overflow: hidden !important;
}

.why-choose-image-royal img {
  aspect-ratio: 1 / 1.11;
  object-fit: cover;
}

.comfort-img-1-royal img {
  aspect-ratio: 1 / 1.305;
  object-fit: cover;
}

.comfort-img-2-royal {
  aspect-ratio: 1 / 0.922;
  object-fit: cover;
}

.faq-img-royal img {
  aspect-ratio: 1 / 0.586;
  object-fit: cover;
}

.faq-accordion-royal .elementskit-card {
  overflow: hidden;
}

.faq-accordion-royal .elementskit-card .elementskit-btn-link {
  border-radius: 0 !important;
}

.faq-accordion-royal .elementskit-accordion .elementskit-card .number {
  margin-right: 5px;
}

.feature-item-royal {
  position: relative;
  overflow: hidden !important;
}

.feature-item-royal:before {
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  border-radius: 999px 999px 0 0;
  transition: all 0.4s ease-in-out;
}

.feature-item-royal:hover::before {
  top: 0;
  height: 100%;
  bottom: auto !important;
  border-radius: 0;
}

.feature-item-royal .elementskit-infobox .elementskit-info-box-icon,
.feature-item-royal .elementskit-infobox .box-body p {
  transition: all 0.4s ease-in-out;
}

.feature-item-royal:hover .elementskit-infobox .elementskit-info-box-icon,
.feature-item-royal:hover .elementskit-infobox .box-body p {
  color: var(--e-global-color-primary) !important;
}

.our-testimonials-royal .ekit-wid-con .elementskit-single-testimonial-slider {
  backdrop-filter: saturate(180%) blur(15px);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  margin-top: 30px;
}

.our-testimonials-royal .elementskit-icon-content svg {
  height: auto !important;
  position: absolute;
  top: -30px;
  right: 40px;
}

.our-testimonials-royal .elementskit-commentor-content p {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--e-global-color-darkdivider);
}

.our-testimonials-royal .elementskit-commentor-header {
  line-height: 0;
}

.our-testimonials-royal .elementskit-profile-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.our-testimonials-royal .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.our-testimonials-royal
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid var(--e-global-color-accent);
  height: 16px;
  width: 16px;
}

.latest-news-royal .elementskit-post-image-card {
  overflow: hidden;
}

.latest-news-royal
  .elementskit-post-image-card:has(:not(.elementskit-entry-thumb)) {
  background-color: var(--e-global-color-primary) !important;
  aspect-ratio: 1 / 1.191;
  border-radius: 20px;
}

.latest-news-royal .elementskit-post-image-card:has(.elementskit-entry-thumb) {
  background-color: transparent !important;
}

.latest-news-royal .elementskit-post-image-card img {
  aspect-ratio: 1 / 1.191;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.latest-news-royal .elementskit-post-image-card:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
}

.latest-news-royal
  .elementskit-post-image-card
  .elementskit-entry-header
  a:after {
  content: "";
  position: absolute;
  width: 300%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.latest-news-royal
  .elementskit-post-image-card
  .elementskit-entry-header
  a:hover:after {
  height: 250%;
  transition: all 0.5s linear !important;
  background-color: transparent;
}

.latest-news-royal
  .elementskit-post-image-card
  .elementskit-entry-header
  a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 44.67%,
    rgba(0, 0, 0, 0.8) 85.57%
  );
  width: 100%;
  height: 100%;
  backface-visibility: visible;
  opacity: 1;
  visibility: visible;
}

.latest-news-royal .elementskit-post-image-card .elementskit-post-body {
  position: absolute;
  left: 55px;
  right: 55px;
  bottom: 30px;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.latest-news-royal .elementskit-post-image-card:hover .elementskit-post-body {
  transform: translateY(0);
}

.latest-news-royal
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  line-height: 1em;
}

.latest-news-royal
  .elementskit-post-image-card:hover
  .elementskit-post-body
  .btn-wraper {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}

.latest-news-royal
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper
  a
  svg {
  font-size: 24px;
  margin-left: 5px;
}

.latest-news-royal
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper
  a
  svg
  path {
  stroke: none !important;
}

@media only screen and (max-width: 991px) {
  .about-us-image-royal img {
    aspect-ratio: 1 / 0.7;
  }

  .benefit-item-royal:after {
    top: 60px;
    height: calc(100% - 40px);
  }

  .quality-img-royal {
    height: auto;
  }

  .faq-accordion-royal .elementskit-card {
    border-radius: 14px !important;
  }

  .our-testimonials-royal .ekit-wid-con .elementskit-single-testimonial-slider {
    margin-top: 25px;
  }

  .our-testimonials-royal .elementskit-icon-content svg {
    top: -25px;
    right: 30px;
  }

  .our-testimonials-royal .elementskit-commentor-content p {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--e-global-color-darkdivider);
  }

  .our-testimonials-royal .ekit-wid-con .elementskit-commentor-content {
    margin-bottom: 0 !important;
  }

  .latest-news-royal .elementskit-post-image-card .elementskit-post-body {
    left: 40px;
    right: 40px;
    bottom: 35px;
    transform: translateY(0px);
  }

  .latest-news-royal .elementskit-post-image-card:hover .elementskit-post-body {
    transform: translateY(-20px);
  }

  .latest-news-royal
    .elementskit-post-image-card:hover
    .elementskit-post-body
    .btn-wraper {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-body-royal .elementskit-infobox p span {
    font-size: 18px;
  }
}

/* About Us CSS ( Headphone ) */

.headphone .trail-items li,
.headphone .page-header-box .post-meta ul li {
  font-size: 16px;
  line-height: normal;
}

.approach-image-1-royal img,
.approach-image-2-royal img {
  aspect-ratio: 1 / 1.085;
  object-fit: cover;
}

.brand-value-image-royal img {
  aspect-ratio: 1 / 0.745;
  object-fit: cover;
}

.freedom-item-image-royal img {
  aspect-ratio: 1 / 0.422;
  object-fit: cover;
}

.wireless-freedom-img-royal img {
  aspect-ratio: 1 / 1.158;
  object-fit: cover;
}

.team-image-royal img {
  aspect-ratio: 1 / 1.356;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.team-item-royal:hover .team-image-royal img {
  transform: scale(1.1);
}

.team-social-icon-royal {
  right: 30px;
  top: auto;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-item-royal:hover .team-social-icon-royal {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.team-social-icon-royal ul li a {
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .wireless-freedom-img-royal img {
    aspect-ratio: 1 / 0.65;
  }

  .team-image-royal img {
    aspect-ratio: 1 / 1.09;
  }
}

@media only screen and (max-width: 767px) {
  .wireless-freedom-img-royal img {
    aspect-ratio: 1 / 0.8;
  }
}

/* Testimonials Page CSS ( Headphone ) */

.testimonial-item-royal {
  backdrop-filter: blur(15px);
}

.testimonial-item-royal h3 span {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6em !important;
  color: var(--e-global-color-text) !important;
}

.testimonial-item-royal .elementor-icon {
  height: 60px !important;
  width: 60px !important;
}

@media only screen and (max-width: 991px) {
  .testimonial-item-royal .elementor-icon {
    height: 50px !important;
    width: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-item-royal h3 span {
    font-size: 14px !important;
  }
}

/* FAQs Pages ( Headphone ) */

.faq-sidebar-list-royal ul li,
.faq-sidebar-list-royal ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.faq-sidebar-list-royal
  .elementor-icon-list-items
  li
  .elementor-icon-list-icon
  svg,
.faq-sidebar-list-royal
  .elementor-icon-list-items
  li
  a
  .elementor-icon-list-icon
  svg {
  margin: 0 !important ;
}

.faq-sidebar-list-royal ul li .elementor-icon-list-text {
  transition: all 0.4s ease-in-out;
  padding-inline-start: 0 !important;
}

.faq-sidebar-list-royal ul li svg {
  width: auto !important;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out !important;
}

.faq-sidebar-list-royal ul li:hover svg {
  transform: rotate(0deg);
}

.sidebar-cta-box-royal {
  overflow: hidden !important;
}

/********************************
  Sellsmart Smartwatch Theme CSS
********************************/

/*
 * Theme CSS ( Smartwatch )
 * */

/*  Theme Button CSS  */

.smartwatch .btn-default {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border-radius: 100px;
  padding: 17px 24px;
  border: none;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.smartwatch .btn-default:hover {
  color: var(--e-global-color-primary);
  background: transparent;
}

.smartwatch .btn-default::before,
.smartwatch .btn-default::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  opacity: 0;
  background: var(--e-global-color-secondary);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.smartwatch .btn-default:before {
  left: 0;
}

.smartwatch .btn-default:after {
  right: 0;
}

.smartwatch .btn-default:hover::before,
.smartwatch .btn-default:focus::before,
.smartwatch .btn-default:hover::after,
.smartwatch .btn-default:focus::after {
  opacity: 1;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .smartwatch .btn-default {
    padding: 14px 20px;
  }
}

.smartwatch .preloader {
  background: var(--e-global-color-secondary);
}

.smartwatch .loading {
  border-color: transparent var(--e-global-color-primary) transparent
    var(--e-global-color-primary);
}

.smartwatch .navbar-brand h1,
.smartwatch .navbar-brand h2 {
  color: var(--e-global-color-primary) !important;
}

.smartwatch header.main-header {
  border-bottom: 1px solid var(--e-global-color-divider);
}

.smartwatch .main-menu ul li a {
  color: var(--e-global-color-primary);
  font-weight: 500;
}

.smartwatch .main-menu ul ul li a,
.smartwatch .main-menu ul ul li a:focus {
  color: var(--e-global-color-white);
}

.smartwatch .main-menu ul ul li a:hover,
.smartwatch .main-menu ul ul li a:focus {
  color: var(--e-global-color-secondary);
}

.smartwatch .slicknav_btn {
  border-radius: 6px;
}

.smartwatch .slicknav_nav .slicknav_row,
.smartwatch .slicknav_nav li a {
  font-weight: 500;
}

.smartwatch .slicknav_nav a:hover,
.smartwatch .slicknav_nav .slicknav_row:hover {
  color: var(--e-global-color-secondary);
}

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after {
  color: var(--e-global-color-white);
}

.smartwatch .page-header {
  background: var(--e-global-color-secondary);
  padding: 240px 0 125px;
  background-size: 100% auto !important;
  background-position: center center;
}

.smartwatch .page-header::before {
  display: none;
}

.smartwatch .page-header-box h1 {
  font-size: 90px !important;
  color: var(--e-global-color-primary) !important;
  line-height: 1.1em;
  margin-bottom: 15px;
}

.smartwatch .page-header-box .taxonomy-description {
  color: var(--e-global-color-text);
}

.smartwatch .trail-items li a,
.smartwatch .page-header-box .post-meta ul li a,
.smartwatch .trail-items li,
.smartwatch .page-header-box .post-meta ul li,
.smartwatch .post-single-meta ul li,
.smartwatch .post-single-meta ul li i {
  color: var(--e-global-color-primary) !important;
  line-height: normal;
  font-size: 16px;
}

.smartwatch .post-item {
  border: none;
  box-shadow: none;
}

.smartwatch .pagination .nav-links a,
.smartwatch .pagination .nav-links span {
  background: var(--e-global-color-divider);
}

.smartwatch .pagination .nav-links span.current,
.smartwatch .pagination .nav-links a:hover {
  background: var(--e-global-color-primary);
}

.smartwatch .post-entry ul li {
  color: var(--e-global-color-primary);
}

.smartwatch .tag-links {
  font-weight: 600;
}

.smartwatch .post-tags .tag-links a:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.smartwatch .post-social-sharing ul li a {
  border: 1px solid var(--e-global-color-divider);
  background-color: transparent;
  color: var(--e-global-color-primary);
  border-radius: 50%;
}

.smartwatch .post-social-sharing ul li a:hover {
  border-color: var(--e-global-color-primary);
}

.smartwatch .comment-form .form-submit .submit:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.smartwatch aside.widget .has-login-form input[type="submit"]:hover,
.smartwatch .wp-block-search .wp-block-search__button:hover,
.smartwatch aside.widget .search-submit:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-primary) !important;
}

.smartwatch .wp-block-tag-cloud a:hover,
.smartwatch aside.widget .tagcloud a:hover,
.smartwatch .comment-list .comment .reply a:hover,
.smartwatch
  .page-single-post
  .comment-box
  .comment-reply-title
  #cancel-comment-reply-link:hover,
.smartwatch
  .wp-block-post-comments-form
  .comment-reply-title
  #cancel-comment-reply-link:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary) !important;
}

.smartwatch .wp-block-button .wp-element-button:hover,
.smartwatch .wp-block-button.is-style-outline .wp-element-button:hover,
.smartwatch .wp-element-button:hover,
.smartwatch .wp-block-button .wp-block-button__link:hover,
.smartwatch .wp-block-file .wp-block-file__button:hover,
.smartwatch .wp-block-button.is-style-outline .wp-element-button,
.smartwatch .post-password-form input[type="submit"]:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-primary) !important;
}

.smartwatch .wp-block-quote a {
  color: var(--e-global-color-secondary);
}

.smartwatch .footer-menu ul li a:hover {
  color: var(--e-global-color-secondary);
}

.smartwatch .footer-social ul li a {
  border: 1px solid var(--e-global-color-darkdivider);
}

.smartwatch .footer-social ul li a:hover {
  border-color: var(--e-global-color-white);
  color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px) {
  .smartwatch .page-header {
    padding: 160px 0 70px;
  }

  .smartwatch .page-header-box h1 {
    font-size: 58px !important;
    margin-bottom: 10px;
  }

  .smartwatch .comment-form .form-submit .submit {
    padding: 14px 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .smartwatch .page-header-box h1 {
    font-size: 26px !important;
  }

  .smartwatch .error-page-content-heading h2 {
    font-size: 24px !important;
  }
}

/*
 * Elementor CSS ( Smartwatch )
 * */

/* Header CSS */

.smartwatch.sellsmart-header-preview .header-version-1,
.smartwatch.sellsmart-header-preview .header-version-2,
.smartwatch.sellsmart-header-preview .header-version-3,
.smartwatch.sellsmart-header-preview .header-version-4 {
  background-color: var(--e-global-color-secondary) !important;
}

/* Footer CSS ( Smartwatch ) */

.footer-links-prime ul li:last-child a {
  padding: 0 !important;
}

.footer-links-prime ul li a {
  color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px) {
  .footer-links-prime ul li a {
    padding-bottom: 15px !important;
  }
}

/* Home Page CSS ( Smartwatch ) */

.hero-image-prime img {
  aspect-ratio: 1 / 0.31;
  object-fit: cover;
}

.our-scrolling-ticker-prime .ticker:before,
.our-scrolling-ticker-prime .ticker:after {
  display: none;
}

.about-us-item-prime .elementskit-box-header img {
  object-fit: cover;
  aspect-ratio: 1 / 1.09;
}

.about-us-item-prime .elementskit-box-header::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 75.04%, rgb(0, 0, 0) 93.95%);
}

.about-us-item-prime .elementskit-box-body {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
  z-index: 1;
}

.product-item-slider-prime .ekit-wc-product-image img {
  border-radius: 20px;
  aspect-ratio: 1 / 1.14;
}

.product-item-slider-prime
  .ekit-wc-product-price
  del
  .woocommerce-Price-amount {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.product-item-slider-prime .swiper-pagination-bullets {
  line-height: normal;
}

.product-item-slider-prime
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  position: relative;
}

.product-item-slider-prime
  .swiper-pagination-bullets
  .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  height: 0;
  width: 0;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.product-item-slider-prime
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active:before {
  border-color: var(--e-global-color-accent);
  height: 16px;
  width: 16px;
}

.product-item-slider-prime .ekit-wc-product-price .price ins {
  text-decoration: none;
}

.why-choose-image-prime img {
  aspect-ratio: 1 / 0.67;
  object-fit: cover;
}

.best-selling-product-slider-prime
  .swiper-pagination
  .swiper-pagination-bullet {
  transform: scale(1) !important;
  border-radius: 20px !important;
}

.review-rating-content-prime .elementor-counter-number-wrapper {
  flex: 0;
}

.review-rating-content-prime .elementor-counter {
  gap: 10px;
}

.product-collection-box-prime:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 58.94%,
    rgba(0, 0, 0, 0.4) 70.53%,
    rgba(0, 0, 0, 0.8) 99.91%
  );
}

.product-benefit-image-prime img {
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
}

.our-fact-image-prime img {
  aspect-ratio: 1 / 1.413;
  object-fit: cover;
}

.testimonial-slider-prime .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.testimonial-slider-prime
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);
}

.testimonial-slider-prime
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid var(--e-global-color-primary);
  height: 16px;
  width: 16px;
}

.our-partners-logo-prime .swiper-slide figure img {
  width: 100%;
  height: 40px;
}

.our-blog-prime .elementskit-entry-header img {
  aspect-ratio: 1 / 0.695;
  object-fit: cover;
  transition: all 0.5s ease-in-out !important;
}

.our-blog-prime .elementskit-post-image-card .elementskit-entry-header a:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.our-blog-prime
  .elementskit-post-image-card
  .elementskit-entry-header
  a:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.our-blog-prime .elementskit-post-image-card:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
}

.our-blog-prime .btn-wraper,
.our-blog-prime .post-meta-list {
  line-height: normal;
}

.our-blog-prime .btn-wraper a {
  transition: all 0.3s ease-in-out;
}

.our-blog-prime .btn-wraper a:hover {
  color: var(--e-global-color-primary) !important;
}

@media only screen and (max-width: 991px) {
  .about-us-item-prime .elementskit-box-header img {
    aspect-ratio: 1 / 0.9;
    width: 100%;
  }

  .product-item-slider-prime .ekit-wc-product-image img {
    aspect-ratio: 1 / 1.32;
  }

  .best-selling-product-slider-prime
    .swiper-pagination
    .swiper-pagination-bullet {
    border-radius: 10px !important;
  }

  .why-choose-item-prime .elementskit-infobox {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-body-item-prime .elementskit-infobox {
    flex-direction: row;
  }

  .hero-body-item-prime .elementskit-infobox .box-body {
    text-align: left !important;
  }

  .about-us-item-prime .elementskit-box-body {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .product-item-slider-prime .ekit-wc-product-image img {
    aspect-ratio: 1 / 1.12;
  }

  .review-rating-content-prime .elementor-counter {
    gap: 5px;
  }

  .product-benefit-box-prime {
    overflow: hidden !important;
  }
}

/* About Us Page CSS ( Smartwatch ) */

.approach-image-prime img {
  object-fit: cover;
  aspect-ratio: 1 / 1.1;
}

.approach-review-box-prime {
  backdrop-filter: saturate(180%) blur(40px);
  z-index: 1;
}

.product-offer-box-prime .elementskit-infobox .elementskit-info-box-title {
  max-width: 350px;
}

.experience-image-prime {
  height: 100%;
}

.experience-image-prime img {
  aspect-ratio: 1 / 1.157;
  object-fit: cover;
}

.experience-images-prime-2 img {
  aspect-ratio: 1 / 0.882;
  object-fit: cover;
}

.experience-team-prime .elementskit-funfact-inner svg {
  width: 100% !important;
  height: auto !important;
}

.choice-image-prime img {
  object-fit: cover;
  aspect-ratio: 1 / 1.101;
}

@media only screen and (max-width: 991px) {
  .approach-image-prime img {
    aspect-ratio: 1 / 0.9;
  }

  .choice-image-prime img {
    aspect-ratio: 1 / 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .approach-image-prime img {
    aspect-ratio: 1 / 1.1;
  }

  .choice-image-prime img {
    aspect-ratio: 1 / 1.101;
  }
}

/* Testimonials Page CSS ( Smartwatch ) */

.testimonial-author-prime .elementskit-infobox img {
  border-radius: 50%;
}

/* FAQs Page CSS ( Smartwatch ) */

.page-category-list-prime ul li,
.page-category-list-prime ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.page-category-list-prime
  .elementor-icon-list-items
  li
  .elementor-icon-list-icon
  svg,
.page-category-list-prime
  .elementor-icon-list-items
  li
  a
  .elementor-icon-list-icon
  svg {
  margin: 0 !important ;
}

.page-category-list-prime ul li .elementor-icon-list-text {
  transition: all 0.4s ease-in-out;
  padding-inline-start: 0 !important;
}

.sidebar-cta-item-prime {
  backdrop-filter: saturate(180%) blur(40px);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
}

.faq-accordion-prime .elementskit-card {
  overflow: hidden !important;
}

.faq-accordion-prime .number {
  margin-right: 5px !important;
}

.faq-accordion-prime .elementskit-card-header a {
  align-items: start !important;
}

/* Contact Us Page CSS ( Smartwatch ) */

.contact-box-prime .elementskit-infobox .elementskit-info-box-icon {
  position: absolute !important;
}

.contact-us-image-prime img {
  aspect-ratio: 1 / 0.91;
  object-fit: cover;
}

.google-map-prime,
.google-map-prime .elementor-custom-embed,
.google-map-prime .elementor-custom-embed iframe {
  height: 100%;
}

/**********************************
  Sellsmart GYM Products Theme CSS
**********************************/

/*
 * Theme CSS ( GYM - Products )
 *  */

/* Themme Button ( GYM - Products ) */

.gym-products .btn-default {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border: none;
  border-radius: 100px;
  padding: 6px 6px 6px 25px;
  overflow: hidden;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.gym-products .btn-default svg {
  width: 40px;
  height: 40px;
  padding: 11px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-accent);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  transform: rotate(-45deg);
}

.gym-products .btn-default:hover svg {
  transform: rotate(0deg);
}

.gym-products .btn-default::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--e-global-color-primary);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.gym-products .btn-default:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .gym-products .btn-default {
    padding: 3px 4px 3px 15px;
  }

  .gym-products .btn-default svg {
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}

/* Theme CSS ( GYM - Products ) */

.gym-products .navbar-brand h1,
.gym-products .navbar-brand h2 {
  letter-spacing: 0 !important;
}

.gym-products .main-menu ul li a {
  font-weight: 400;
  padding: 15px 10px;
}

.gym-products .slicknav_nav .slicknav_row,
.gym-products .slicknav_nav li a {
  font-weight: 400;
}

.gym-products .page-header {
  padding: 245px 0 130px;
  background-attachment: fixed;
}

.gym-products .page-header-box h1 {
  font-size: 56px !important;
  margin-bottom: 15px;
}

.gym-products .post-item {
  height: calc(100% - 40px);
  margin-bottom: 40px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.gym-products .post-item-body {
  padding: 0;
  margin-top: 20px;
}

.gym-products .post-item-content {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.gym-products .post-featured-image img {
  aspect-ratio: 1 / 0.695;
}

.gym-products .post-featured-image a {
  border-radius: 20px;
}

.gym-products .post-item-content h2 {
  font-weight: 600 !important;
}

.gym-products .post-item-footer {
  display: block;
}

.gym-products .post-item-footer .post-meta {
  display: none;
}

.gym-products .post-item-btn a {
  font-weight: 600;
  align-items: center;
  color: var(--e-global-color-primary);
}

.gym-products .post-item-btn svg,
.gym-products .post-item-btn i {
  background: transparent;
  color: var(--e-global-color-primary);
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  margin-left: 8px;
}

.gym-products .post-item-btn a:hover svg,
.gym-products .post-item-btn a:hover i {
  background: transparent;
}

.gym-products .pagination .nav-links a,
.gym-products .pagination .nav-links span {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.gym-products .pagination .nav-links span.current,
.gym-products .pagination .nav-links a:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
}

.gym-products aside.widget {
  background: var(--e-global-color-secondary);
  border: none;
}

.gym-products aside.widget .wp-block-heading,
.gym-products aside.widget .widget-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: 600;
}

.gym-products .post-single-meta ul li {
  line-height: 1.1em;
}

.gym-products .post-entry blockquote {
  background: var(--e-global-color-secondary)
    url("assets/images/icon-blockquote-gym.svg") no-repeat;
  background-size: 45px;
  background-position: 30px 30px;
}

.gym-products .post-entry blockquote p {
  color: var(--e-global-color-primary);
}

.gym-products .tag-links {
  font-weight: 400;
}

.gym-products .post-tags .tag-links a {
  font-family: var(--e-global-typography-text-font-family);
}

.gym-products .post-social-sharing ul li a {
  border-radius: 100px;
}

.gym-products .post-entry blockquote cite {
  color: var(--e-global-color-accent);
}

.gym-products .footer-logo h4 {
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--e-global-typography-primary-font-family);
}

@media only screen and (max-width: 1300px) {
  .gym-products .main-menu ul li a {
    padding: 10px 15px !important;
  }

  .gym-products .main-menu ul ul li a,
  .gym-products .main-menu ul ul li a:focus {
    padding: 8px 20px !important;
  }
}

@media only screen and (max-width: 991px) {
  .gym-products .page-header {
    padding: 170px 0 80px;
    background-attachment: initial;
  }

  .gym-products .page-header-box h1 {
    font-size: 42px !important;
    margin-bottom: 10px;
  }

  .gym-products .post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .gym-products .post-item-content {
    margin-bottom: 15px;
  }

  .gym-products .post-item-body {
    margin-top: 15px;
  }

  .gym-products .post-single-meta {
    padding-top: 5px;
  }

  .gym-products .post-single-meta ul li,
  .gym-products .post-single-meta ul li i {
    font-size: 16px;
  }

  .gym-products .post-entry blockquote {
    background-size: 40px;
    margin-bottom: 20px;
    background-position: 20px 20px;
    padding: 20px 20px 20px 70px;
  }

  .gym-products .post-tags .tag-links a {
    padding: 10px 15px;
  }

  .gym-products .wp-block-tag-cloud a,
  .gym-products aside.widget .tagcloud a {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .gym-products .page-header-box h1 {
    font-size: 28px !important;
  }

  .gym-products .trail-items li,
  .gym-products .page-header-box .post-meta ul li {
    font-size: 16px;
  }

  .gym-products .post-entry blockquote {
    background-position: 15px 15px;
    padding: 60px 15px 15px;
  }
}

/*
 * Elementor CSS ( GYM - Products )
 * */

/* Section Title ( GYM - Products ) */

.gym-products .section-title .elementor-heading-title {
  padding-left: 35px;
}

.gym-products .section-title .elementor-heading-title::before {
  mask-image: url("assets/images/icon-sub-heading-gym.svg");
  width: 20px;
  height: 20px;
  left: 20px;
}

@media only screen and (max-width: 991px) {
  .gym-products .section-title .elementor-heading-title {
    padding-left: 30px;
  }

  .gym-products .section-title .elementor-heading-title::before {
    width: 18px;
    height: 18px;
    left: 15px;
  }
}

/* Elementor Button CSS ( GYM - Products ) */

.gym-products
  .elementor-widget-elementskit-creative-button
  .ekit-btn-wraper
  a
  span {
  margin-right: 10px;
}

.gym-products
  .elementor-widget-elementskit-creative-button
  .ekit_creative_button
  i {
  height: 40px;
  width: 40px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-accent) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.gym-products
  .elementor-widget-elementskit-creative-button
  .ekit_creative_button:hover
  i {
  transform: rotate(0deg);
}

.gym-products
  .highlighted-button.elementor-widget-elementskit-creative-button
  .ekit_creative_button:hover
  i {
  background-color: var(--e-global-color-primary);
}

@media only screen and (max-width: 991px) {
  .gym-products
    .elementor-widget-elementskit-creative-button
    .ekit_creative_button
    i {
    height: 38px;
    width: 38px;
  }
}

/* Footer CSS ( GYM - Products ) */

.footer-contact-box-gold .elementskit-info-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
}

.footer-menu-gold ul {
  padding-left: 20px !important;
  list-style: inherit;
}

.footer-menu-gold ul li:last-child a {
  padding-bottom: 0 !important;
}

.footer-menu-gold ul li,
.footer-menu-gold ul li a i {
  color: var(--e-global-color-accent);
  line-height: 0;
}

.footer-form-gold .form-group {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
}

.footer-form-gold .email-field {
  width: calc(100% - 22px);
}

.footer-form-gold .newsletter-btn {
  width: 22px;
}

.footer-form-gold .newsletter-btn p {
  line-height: 0;
}

.footer-form-gold .newsletter-btn input[type="submit"] {
  width: 100% !important;
  background: url("assets/images/arrow-accent-gold.svg") no-repeat center center;
}

.footer-form-gold .wpcf7-not-valid-tip,
.footer-form-gold .wpcf7-response-output {
  display: none;
}

@media only screen and (max-width: 991px) {
  .footer-menu-gold ul li a {
    padding-bottom: 12px !important;
  }
}

/* Home Page CSS ( GYM - Products ) */

.hero-list-gold.column-2 .elementor-icon-list-items {
  gap: 20px 30px !important;
}

.hero-list-gold.column-2 .elementor-icon-list-items .elementor-icon-list-item {
  width: calc(50% - 15px);
}

.scrolling-content-gold .ticker-item img {
  max-width: 163px;
}

.scrolling-content-gold .ticker:before,
.scrolling-content-gold .ticker:after {
  display: none;
}

.about-info-list-gold ul {
  gap: 20px;
}

.about-info-list-gold ul li {
  width: calc(50% - 10px);
}

.tools-item-gold {
  overflow: hidden;
}

.tools-item-gold .elementor-widget-container {
  overflow: hidden;
  height: auto;
}

.tools-item-gold .image-box-img-left {
  width: 280px;
  margin: -40px -40px 0px auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.tools-item-gold .elementskit-box-header img {
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

.tools-item-gold .ekit-image-box-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tools-item-gold .ekit-image-box-body .elementskit-info-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
}

.tools-item-gold .ekit-image-box-body .ekit-image-box-body-inner {
  width: calc(100% - 50px);
}

.tools-item-gold .ekit-image-box-body .elementskit-box-footer {
  margin: 0;
}

.tools-item-gold .ekit-image-box-body .btn-wraper a svg {
  transition: all 0.3s ease-in-out;
}

.tools-item-gold .ekit-image-box-body .btn-wraper a:hover svg {
  transform: rotate(45deg);
}

.tools-item-gold .ekit-image-box-body .btn-wraper a svg path {
  stroke: none !important;
}

.section-footer-text-gold .elementor-heading-title {
  font-family: var(--e-global-typography-text-font-family);
}

.why-choose-img-1-gold img {
  aspect-ratio: 1 / 1.09;
  object-fit: cover;
}

.year-ecperience-textpath-gold {
  animation: infiniterotategold 20s infinite linear;
}

@keyframes infiniterotategold {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.year-experience-circle-gold {
  height: var(--container-widget-width);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--e-global-color-white);
}

.year-experience-circle-gold .elementor-widget-container {
  height: auto !important;
}

.year-experience-circle-gold .elementor-counter-number-wrapper,
.review-content-gold .elementor-counter-number-wrapper {
  font-family: var(--e-global-typography-text-font-family);
}

.why-choose-img-2-gold img {
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
}

.benefit-item-gold .elementskit-infobox .elementskit-info-box-title {
  font-family: var(--e-global-typography-primary-font-family);
}

.benefit-item-gold .box-footer .btn-wraper a svg {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}

.benefit-item-gold .box-footer .btn-wraper a:hover svg {
  transform: rotate(45deg);
}

.our-scrolling-ticker-gold .ekit-title-and-description a {
  font-family: var(--e-global-typography-primary-font-family);
}

.product-item-gold .woocommerce ul.products li.product a img {
  border-radius: 20px;
  aspect-ratio: 1 / 1.147;
}

.product-item-gold .woocommerce ul.products li.product .onsale {
  left: 0 !important;
  top: 0 !important;
  margin: 25px !important;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1em;
  padding: 6px 12px;
  background: var(--e-global-color-accent);
}

.product-item-gold .ekit-wc-product-desc .ekit-wc-product-title {
  font-size: 20px;
  line-height: 1.4em;
  color: var(--e-global-color-primary);
}

.product-item-gold .woocommerce .star-rating::before,
.product-item-gold .woocommerce .star-rating span {
  color: var(--e-global-color-accent) !important;
}

.product-item-gold .woocommerce ul.products li.product .price {
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-primary);
}

.product-item-gold
  .woocommerce
  ul.products
  li.product
  .price
  del
  .woocommerce-Price-amount {
  font-size: 14px;
}

.our-features-image-gold {
  height: 100%;
}

.our-features-image-gold img {
  aspect-ratio: 1 / 0.61;
  object-fit: cover;
  height: 100%;
}

.features-item-body-gold:after {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  transform: translateY(50%);
  height: 24px;
  width: 24px;
  background-color: var(--e-global-color-accent);
  border-radius: 20px;
}

.features-item-header-gold .elementskit-info-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
}

.interactive-process-item-gold
  .ekit-interactive-links-image-container
  .ekit-interactive-links-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--e-global-color-primary);
  opacity: 40%;
  z-index: 1;
}

.interactive-process-item-gold
  .ekit-interactive-links-image-container
  .ekit-interactive-links-image
  img {
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.interactive-process-item-gold
  .ekit-interactive-links-image-container
  .ekit-interactive-links-image.ekit-interactive-active
  img {
  transform: scale(1.05);
}

.interactive-process-item-gold .ekit-interactive-links-list {
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  height: 100%;
}

.interactive-process-item-gold
  .ekit-interactive-links-list
  .ekit-interactive-links-list-link {
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  padding: 540px 3.125vw 3.125vw;
  gap: 10px;
  width: 25%;
}

.interactive-process-item-gold
  .ekit-interactive-links-list
  .ekit-interactive-links-list-link:last-child {
  border: none !important;
}

.interactive-process-item-gold
  .ekit-interactive-links-list
  .ekit-interactive-links-list-link
  .ekit-interactive-links-list-link-title-container {
  font-family: var(--e-global-typography-secondary-font-family);
}

.faq-cta-box-gold {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.faq-accordion-gold .elementskit-accordion .elementskit-card .number {
  margin-right: 5px;
}

.faq-accordion-gold .elementskit-card.active .elementskit-btn-link {
  padding-bottom: 20px !important;
}

.faq-accordion-gold
  .elementskit-card
  .elementskit-btn-link
  .ekit-accordion-title {
  font-family: var(--e-global-typography-secondary-font-family);
}

.faq-accordion-gold
  .elementskit-accordion
  .elementskit-card:last-child
  .elementskit-btn-link[aria-expanded="false"] {
  padding-bottom: 0 !important;
}

.faq-accordion-gold
  .elementskit-accordion
  .elementskit-card:last-child
  .ekit-accordion--content {
  padding-bottom: 0;
}

.testimonial-slider-gold .elementskit-author-name {
  font-family: var(--e-global-typography-secondary-font-family);
}

.testimonial-slider-gold .swiper-navigation-button {
  transition: all 0.4s ease-in-out;
}

.our-blog-gold .elementskit-entry-header img {
  aspect-ratio: 1 / 0.695;
  object-fit: cover;
  transition: all 0.5s ease-in-out !important;
  overflow: hidden;
}

.our-blog-gold .elementskit-post-image-card .elementskit-entry-header a:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.our-blog-gold
  .elementskit-post-image-card
  .elementskit-entry-header
  a:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.our-blog-gold .elementskit-post-image-card:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
}

.our-blog-gold .elementskit-post-image-card .elementskit-post-body .btn-wraper {
  line-height: 0;
}

.our-blog-gold
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper
  a {
  font-family: var(--e-global-typography-accent-font-family);
  line-height: normal;
  gap: 10px;
}

.our-blog-gold
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper
  a
  svg {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.our-blog-gold
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper
  a
  svg
  path {
  stroke: none !important;
}

.our-blog-gold
  .elementskit-post-image-card
  .elementskit-post-body
  .btn-wraper
  a:hover
  svg {
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .hero-list-gold.column-2 .elementor-icon-list-items {
    gap: 10px 30px !important;
  }

  .product-item-gold .woocommerce ul.products li.product .onsale {
    margin: 15px !important;
  }

  .product-item-gold .woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 0.94;
  }

  .product-item-gold .ekit-wc-product-desc .ekit-wc-product-title,
  .product-item-gold
    .woocommerce
    ul.products
    .ekit-wc-product-desc
    .ekit-wc-rating {
    margin-bottom: 5px;
  }

  .our-features-image-gold img {
    height: auto;
  }

  .interactive-process-item-gold
    .ekit-interactive-links-list
    .ekit-interactive-links-list-link {
    padding: 200px 30px 30px;
    width: 50%;
  }

  .interactive-process-item-gold
    .ekit-interactive-links-list
    .ekit-interactive-links-list-link:nth-child(2n + 2) {
    border-right: none !important;
  }

  .faq-accordion-gold .elementskit-card.active .elementskit-btn-link {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-list-gold.column-2
    .elementor-icon-list-items
    .elementor-icon-list-item {
    width: 100%;
  }

  .product-item-gold .woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 0.76;
  }

  .features-item-body-gold:after {
    height: 20px;
    width: 20px;
  }

  .features-item-body-gold:after {
    top: -20px;
  }

  .interactive-process-item-gold
    .ekit-interactive-links-list
    .ekit-interactive-links-list-link {
    padding: 50px 20px 20px;
    width: 100%;
  }

  .faq-accordion-gold .elementskit-card-header .elementskit-btn-link {
    align-items: start !important;
  }

  .testimonial-slider-gold .ekit-main-swiper .swiper-navigation-button {
    display: flex !important;
    top: auto;
    bottom: 0;
  }
}

/* About Us page CSS ( GYM - Products ) */

.approach-image-gold img {
  aspect-ratio: 1 / 0.672;
  object-fit: cover;
}

.innovation-item-gold .elementskit-infobox .elementskit-info-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
}

.technology-info-item-gold {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

@media only screen and (max-width: 991px) {
  .approach-image-gold img {
    aspect-ratio: 1 / 0.47;
  }
}

@media only screen and (max-width: 767px) {
  .approach-image-gold img {
    aspect-ratio: 1 / 0.6;
  }
}

/* FAQs Page Page CSS ( GYM - Products ) */

.faqs-catagery-list-gold ul li,
.faqs-catagery-list-gold ul li a {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.faqs-catagery-list-gold
  .elementor-icon-list-items
  li
  .elementor-icon-list-icon
  svg,
.faqs-catagery-list-gold
  .elementor-icon-list-items
  li
  a
  .elementor-icon-list-icon
  svg {
  margin: 0 !important;
  transition: all 0.4s ease-in-out !important;
}

.faqs-catagery-list-gold
  .elementor-icon-list-items
  li:hover
  .elementor-icon-list-icon
  svg {
  transform: rotate(45deg);
}

.faqs-catagery-list-gold .elementor-icon-list-text {
  padding-inline-start: 0 !important;
}

/***********************************
 **** Sellsmart - Food Products ****
 ***********************************/

/* Theme Button CSS ( Food - Products ) */

.food-products .btn-default {
  position: relative;
  display: inline-flex;
  border-radius: 10px;
  background: linear-gradient(
    270deg,
    var(--e-global-color-accent) 0%,
    var(--e-global-color-accentsecondary) 100%
  );
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: var(--e-global-color-white);
  border: none;
  padding: 18px 20px 18px 20px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  gap: 8px;
  z-index: 0;
}

.food-products .btn-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--e-global-color-primary);
  transform: skew(30deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.food-products .btn-default:hover:after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.food-products .btn-default svg {
  width: 18px;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .food-products .btn-default {
    padding: 13px 15px 13px 15px;
  }
}

/* Theme CSS ( Food - Products ) */

.food-products h1,
.food-products h2,
.food-products h3,
.food-products h4,
.food-products h5,
.food-products h6 {
  font-weight: 600;
}

.food-products .main-menu ul ul,
.food-products .slicknav_btn,
.food-products .slicknav_menu {
  background: linear-gradient(
    270deg,
    var(--e-global-color-accent) 0%,
    var(--e-global-color-accentsecondary) 100%
  );
}

.food-products .page-header {
  padding: 265px 0 150px;
}

.food-products .page-header::before {
  display: none;
}

.food-products .page-header-box h1 {
  font-size: 56px !important;
  line-height: 1.1em;
}

.food-products .trail-items li,
.food-products .page-header-box .post-meta ul li {
  font-size: 16px;
  line-height: 1.4em;
}

.food-products .post-item {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.food-products .post-featured-image a {
  border-radius: 20px;
  margin-bottom: 20px;
}

.food-products .post-featured-image img {
  aspect-ratio: 1 / 0.744;
}

.food-products .post-item-body {
  padding: 0;
}

.food-products .post-item-content {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}

.food-products .post-item-content h2 {
  font-weight: 600;
}

.food-products .post-item-footer .post-meta {
  display: none;
}

.food-products .post-item-btn a {
  font-weight: 600;
  color: var(--e-global-color-primary);
}

.food-products .post-item-btn a:hover {
  color: var(--e-global-color-accent);
}

.food-products .post-item-btn svg,
.food-products .post-item-btn i {
  background: transparent;
  color: var(--e-global-color-primary);
  width: 16px;
  height: auto;
  padding: 0;
  border-radius: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  margin-left: 8px;
}

.food-products .post-item-btn a:hover svg,
.food-products .post-item-btn a:hover i {
  background: transparent;
  transform: translatex(3px);
}

.food-products .pagination .nav-links a,
.food-products .pagination .nav-links span {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.food-products .pagination .nav-links span.current,
.food-products .pagination .nav-links a:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
}

.food-products .post-entry blockquote {
  background: var(--e-global-color-primary)
    url(assets/images/icon-blockquote.svg) no-repeat;
  background-position: 30px 30px;
  background-size: 45px;
}

.food-products .post-entry blockquote p {
  line-height: 1.4em;
}

.food-products .tag-links {
  font-weight: 600;
}

.food-products .post-tags .tag-links a {
  border-radius: 10px;
}

.food-products .comment-form .form-submit .submit {
  border-radius: 10px;
}

.food-products aside.widget {
  border: none;
  background: var(--e-global-color-secondary);
}

.food-products aside.widget select,
.food-products aside.widget .wp-block-categories-dropdown select,
.food-products aside.widget .wp-block-archives-dropdown select,
.food-products aside.widget_search .search-form input,
.food-products aside.widget .has-login-form input[type="text"],
.food-products aside.widget .has-login-form input[type="password"] {
  background: var(--e-global-color-white);
}

.food-products .wp-block-button .wp-element-button,
.food-products .wp-block-button.is-style-outline .wp-element-button,
.food-products .wp-element-button,
.food-products .wp-block-button .wp-block-button__link,
.food-products .wp-block-file .wp-block-file__button {
  border-radius: 10px;
}

.food-products aside.widget .tagcloud a,
.food-products .wp-block-tag-cloud a,
.food-products .comment-list .comment .reply a,
.food-products
  .page-single-post
  .comment-box
  .comment-reply-title
  #cancel-comment-reply-link,
.food-products
  .wp-block-post-comments-form
  .comment-reply-title
  #cancel-comment-reply-link {
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .food-products .page-header {
    padding: 170px 0 80px;
  }

  .food-products .page-header-box h1 {
    font-size: 42px !important;
  }

  .food-products .post-featured-image a,
  .food-products .post-item-content {
    margin-bottom: 15px;
  }

  .food-products .post-entry blockquote {
    background-position: 20px 20px;
    background-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .food-products .page-header-box h1 {
    font-size: 28px !important;
  }

  .food-products .post-entry blockquote {
    background-position: 15px 15px;
    padding: 60px 15px 15px;
  }
}

/*
 * Elementor CSS ( Food - Products )
 * */

/* Header CSS ( Food - Products ) */

.food-products .elementskit-menu-container {
  height: auto;
}

@media only screen and (max-width: 991px) {
  .food-products .elementskit-menu-container {
    background: linear-gradient(
      270deg,
      var(--e-global-color-accent) 0%,
      var(--e-global-color-accentsecondary) 100%
    );
  }
}

/* Footer CSS ( Food - Products ) */

.footer-links-metal ul {
  padding-left: 20px !important;
}

.footer-links-metal ul li {
  list-style: disc;
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.footer-links-metal ul li:last-child a {
  padding-bottom: 0 !important;
}

.footer-privacy-policy-metal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}

.footer-privacy-policy-metal ul li:last-child {
  border-right: 0 !important;
}

.footer-privacy-policy-metal ul li:last-child a {
  padding-right: 0 !important;
}

.footer-privacy-policy-metal ul li:first-child a {
  padding-left: 0 !important;
}

.footer-social-link-metal ul li:last-child {
  margin-bottom: 0 !important;
}

.footer-social-link-metal ul li a i {
  color: var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
  vertical-align: 4px !important;
}

.footer-social-link-metal ul li a {
  color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px) {
  .footer-links-metal ul li a {
    padding-bottom: 10px !important;
  }
}

/* Section Title ( Food - Products ) */

.food-products .section-title .elementor-heading-title {
  padding-left: 25px;
}

.food-products .section-title .elementor-heading-title::before {
  mask-image: url("assets/images/icon-sub-heading-food-products.svg");
  width: 18px;
  height: 18px;
  left: 15px !important;
}

.food-products .highlighted-section-title.section-title {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/* Button CSS ( Food - Products ) */

.food-products .ekit-btn-wraper svg {
  margin: 0 0 0 8px !important;
  transition: all 0.4s ease-in-out;
  height: auto;
  width: 22px;
}

.food-products .ekit-btn-wraper svg path {
  stroke: none !important;
}

.food-products .ekit-btn-wraper a {
  background: linear-gradient(
    270deg,
    var(--e-global-color-accent) 0%,
    var(--e-global-color-accentsecondary) 100%
  );
}

/* Global CSS ( Food - Products ) */

.food-products .column-2 .elementor-icon-list-items {
  gap: 20px 30px;
}

.food-products .column-2 .elementor-icon-list-items .elementor-icon-list-item {
  width: calc(50% - 15px);
}

.gradient-icon-metal .elementskit-infobox .elementskit-info-box-icon {
  background: linear-gradient(
    270deg,
    var(--e-global-color-accent) 0%,
    var(--e-global-color-accentsecondary) 50%,
    var(--e-global-color-accent) 100%
  );
  background-size: 200% auto;
}

.gradient-icon-metal .elementskit-infobox:hover .elementskit-info-box-icon {
  background-position: right center;
}

@media only screen and (max-width: 767px) {
  .food-products .column-2 .elementor-icon-list-items {
    gap: 10px;
  }

  .food-products
    .column-2
    .elementor-icon-list-items
    .elementor-icon-list-item {
    width: 100%;
  }
}

/* Home Page CSS ( Food - Products ) */

.hero-image-metal img {
  aspect-ratio: 1 / 0.79;
  object-fit: cover;
}

.about-img-metal img {
  aspect-ratio: 1 / 0.578;
  object-fit: cover;
}

.about-item-img-metal img {
  aspect-ratio: 1 / 0.79;
  object-fit: cover;
}

.about-us-circle-metal {
  transform: translate(-50%, 50%);
  z-index: 1;
}

.contact-us-circle-metal {
  animation: infiniterotate-metal 20s infinite linear;
}

@keyframes infiniterotate-metal {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-body-item-metal:before {
  content: "";
  position: absolute;
  top: auto;
  left: -43px;
  bottom: -20px;
  width: 4px;
  height: 0;
  background: var(--e-global-color-primary);
  border-radius: 10px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.about-body-item-metal:hover:before {
  top: -20px;
  height: calc(100% + 35px);
}

.about-body-item-metal:first-child:hover:before {
  top: 0;
}

.about-body-item-metal:last-child:before {
  bottom: 0;
}

.about-body-item-metal:first-child:hover:before,
.about-body-item-metal:last-child:hover:before {
  height: calc(100% + 20px);
}

.product-item-metal .woocommerce ul.products li.product img {
  border-radius: 20px;
}

.product-item-metal
  .woocommerce
  ul.products
  .ekit-wc-product-desc
  .ekit-wc-rating
  .star-rating
  span {
  color: var(--e-global-color-primary);
}

.product-item-metal ul.products li.product .price del {
  opacity: 0.3;
  text-decoration: none;
}

.product-item-metal ul.products li.product .price del bdi {
  text-decoration: line-through;
}

.product-item-metal .ekit-wc-add-to-cart .ekit-woo-add-cart-text {
  font-family: var(--e-global-typography-primary-font-family) !important;
}

.product-item-metal .ekit-wc-add-to-cart .add_to_cart_button::before {
  right: 40px !important;
  font-size: 18px;
}

.why-choose-experience-metal .elementor-counter-title {
  text-align: center;
}

.why-choose-experience-metal {
  transition: all 0.3s ease-in-out;
}

.why-choose-counter-item-metal .elementor-counter-title {
  text-align: center;
}

.offer-item-metal .elementskit-infobox {
  overflow: visible;
}

.offer-item-metal .elementskit-infobox .elementskit-info-box-icon {
  overflow: hidden;
}

.offer-item-metal .elementskit-infobox .elementskit-info-box-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.offer-item-metal .elementskit-infobox:hover .elementskit-info-box-icon img {
  transform: scale(1.08);
}

.offer-item-metal .elementskit-infobox .btn-wraper a:hover {
  color: var(--e-global-color-accent);
}

.offer-item-metal .elementskit-infobox .btn-wraper a svg {
  width: auto;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.offer-item-metal .elementskit-infobox .btn-wraper a:hover svg {
  color: var(--e-global-color-primary);
  transform: translatex(3px);
}

.our-ingredients-image-metal img {
  aspect-ratio: 1 / 1.34;
  object-fit: cover;
}

.sale-now-metal {
  overflow: hidden !important;
}

.sale-now-metal:before {
  width: 480px;
  height: 525px;
  top: auto;
  bottom: -110px;
  left: -100px;
}

.special-saving-content-body-metal .elementskit-countdown-timer {
  color: var(--e-global-color-white);
}

.our-testimonials-metal .elementskit-commentor-header {
  line-height: 0;
}

.our-testimonials-metal .elementskit-commentor-content p {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-divider);
}

.our-testimonials-metal .elementskit-icon-content {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    270deg,
    var(--e-global-color-accent) 0%,
    var(--e-global-color-accentsecondary) 100%
  );
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid var(--e-global-color-white);
  position: absolute !important;
  top: -30px;
  bottom: auto;
  left: 40px;
}

.our-testimonials-metal
  .swiper-slide-inner
  .elementskit-single-testimonial-slider {
  overflow: visible;
  margin-top: 30px;
}

.our-testimonials-metal
  .swiper-slide-inner
  .elementskit-single-testimonial-slider
  svg
  path {
  stroke: none !important;
}

.faq-accordion-metal .elementskit-card {
  overflow: hidden;
}

.faq-accordion-metal .elementskit-card .elementskit-btn-link {
  border-radius: 0 !important;
}

.faq-accordion-metal .elementskit-accordion .elementskit-card .number {
  margin-right: 5px;
}

.faq-cta-box-metal {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.our-blog-metal .elementskit-entry-header img {
  aspect-ratio: 1 / 0.744;
  object-fit: cover;
  transition: all 0.5s ease-in-out !important;
}

.our-blog-metal .elementskit-post-image-card:hover img {
  transform: scale(1.1) !important;
  opacity: 1 !important;
}

.our-blog-metal .elementskit-entry-header a {
  position: relative;
  overflow: hidden;
}

.our-blog-metal .elementskit-post-image-card .elementskit-entry-header a:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.our-blog-metal
  .elementskit-post-image-card
  .elementskit-entry-header
  a:hover:after {
  height: 250%;
  transition: all 0.4s linear !important;
  background-color: transparent;
}

.our-blog-metal .btn-wraper {
  line-height: 0;
}

.our-blog-metal .btn-wraper a svg {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
  margin-left: 5px;
}

.our-blog-metal .btn-wraper a:hover svg {
  transform: translatex(3px);
}

.our-blog-metal .btn-wraper a:hover svg path {
  fill: var(--e-global-color-primary) !important;
  stroke: none !important;
}

@media only screen and (max-width: 991px) {
  .about-body-item-metal:before {
    left: -33px;
  }

  .product-item-metal .ekit-wc-product .ekit-wc-product-image img {
    aspect-ratio: 1 / 1.06 !important;
  }

  .product-item-metal .ekit-wc-add-to-cart .add_to_cart_button {
    padding: 7px 52px 7px 24px !important;
  }

  .product-item-metal .ekit-wc-add-to-cart .add_to_cart_button::before {
    right: 24px !important;
  }

  .food-products
    .ingredients-body-list-metal.column-2
    .elementor-icon-list-items {
    gap: 15px 40px;
  }

  .food-products
    .ingredients-body-list-metal.column-2
    .elementor-icon-list-items
    .elementor-icon-list-item {
    width: calc(50% - 20px);
  }

  .sale-now-right-img-metal img {
    opacity: 40%;
  }

  .sale-now-metal:before {
    width: 315px;
    height: 350px;
  }

  .special-saving-content-body-metal .elementskit-timer-container {
    max-width: 25% !important;
    margin: 0px !important;
  }

  .our-testimonials-metal .elementskit-commentor-content p {
    padding-bottom: 15px;
  }

  .our-testimonials-metal .ekit-wid-con .elementskit-commentor-content {
    margin-bottom: 0 !important;
  }

  .our-testimonials-metal .elementskit-icon-content {
    left: 30px;
  }

  .faq-accordion-metal .elementskit-accordion .elementskit-card {
    border-radius: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .about-body-item-metal:before {
    left: -23px;
  }

  .our-ingredients-image-metal img {
    aspect-ratio: 1 / 0.65;
  }

  .food-products
    .ingredients-body-list-metal.column-2
    .elementor-icon-list-items {
    gap: 10px;
  }

  .food-products
    .ingredients-body-list-metal.column-2
    .elementor-icon-list-items
    .elementor-icon-list-item {
    width: 100%;
  }

  .our-testimonials-metal .elementskit-icon-content {
    left: 20px;
  }

  .faq-accordion-metal .elementskit-accordion .elementskit-card a {
    align-items: start !important;
  }
}

/* Home Image CSS ( Food - Products ) */

.hero-bg-metal:before {
  background: linear-gradient(
      1deg,
      rgba(0, 0, 0, 0) 20.46%,
      var(--e-global-color-black) 99.49%
    ),
    linear-gradient(
      179deg,
      rgba(0, 0, 0, 0) 0.44%,
      var(--e-global-color-black) 119.12%
    );
  z-index: 1;
}

/* About Us CSS ( Food - Products ) */

.our-apporach-img-metal img {
  aspect-ratio: 1 / 0.942;
  object-fit: cover;
}

.quality-promise-img-metal img {
  aspect-ratio: 1 / 0.94;
  object-fit: cover;
}

.review-images-box-metal {
  background: var(--dark-divider-color);
  backdrop-filter: blur(15px);
}

.journey-title-metal {
  writing-mode: vertical-rl;
}

.journey-title-metal p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .food-products
    .mission-vision-list-metal.column-2
    .elementor-icon-list-items {
    gap: 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .food-products
    .mission-vision-list-metal.column-2
    .elementor-icon-list-items
    .elementor-icon-list-item {
    width: 100%;
  }
}

/* Features Page CSS ( Food - Products ) */

.features-item-metal .elementskit-infobox .elementskit-info-box-icon svg {
  transition: all 0.4s ease-in-out;
}

.features-item-metal .elementskit-infobox:hover .elementskit-info-box-icon svg {
  filter: brightness(0) invert(1);
}

/* Testimonials Page CSS ( Food - Products ) */

.testimonial-quote-metal .elementor-icon-wrapper .elementor-icon {
  background: linear-gradient(
    270deg,
    var(--e-global-color-accent) 0%,
    var(--e-global-color-accentsecondary) 100%
  );
}

.author-info-metal .elementskit-box-header .elementskit-info-box-icon img {
  border-radius: 50%;
}

/* Contact Us Page ( Food - Products ) */

.contact-info-item-metal .elementskit-infobox:before {
  border-radius: 999px 999px 0 0;
}

.contact-info-item-metal:hover .elementskit-infobox:before {
  border-radius: 0;
}

.contact-info-item-metal .elementskit-infobox h3,
.contact-info-item-metal .elementskit-infobox p {
  transition: all 0.4s ease-in-out;
}

.contact-form-metal .wpcf7-form-control {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.contact-map-metal,
.contact-map-metal .elementor-custom-embed,
.contact-map-metal .elementor-custom-embed iframe {
  height: 100%;
}
