@charset "UTF-8";
body {
  overflow-x: hidden;
  background-color: #171717 !important;
}
body #wrapper {
  min-height: 100vh;
}
body #wrapper,
body #main {
  background-color: #171717 !important;
}
body .radius-sm .section-bg {
  border-radius: 32px;
}
body .h-full {
  height: 100%;
}
body .w-full {
  width: 100%;
}
body main {
  min-height: calc(100vh - 64px - 240px);
}
body img {
  border-radius: 32px;
}
.payment-icons body img {
  border-radius: 0 !important;
}
body .main_btn {
  font-family: "Cinzel Decorative", sans-serif;
}
body h1 {
  font-weight: 600;
  font-size: 128px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 430px) {
  body h1 {
    font-size: 64px;
  }
}
@media (min-width: 430px) and (max-width: 1024px) {
  body h1 {
    font-size: 80px;
  }
}
body .h1-semi-bold {
  font-weight: 500;
}
body h2 {
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
}
@media (max-width: 430px) {
  body h2 {
    font-size: 42px;
  }
}
body h3 {
  font-size: 22px;
  font-weight: 600;
}
body h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
body h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
body h6 {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
}
body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
body .account-title {
  font-family: "Manrope" !important;
  font-weight: 600;
  font-size: 46px !important;
  line-height: 64px !important;
  width: fit-content;
}
body .swap-button {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 20px !important;
  line-height: 34px;
  color: white !important;
  pointer-events: fill !important;
  cursor: grab !important;
}
body .swap-button:hover {
  color: #6B2BB5 !important;
  transition: color 0.5s ease-out;
}
body .mfp-content > div {
  background-repeat: repeat;
  background-size: cover;
  background-position: top;
  color: #ffffff;
}
body .mfp-content.off-canvas-cart {
  background-color: #1D1E21;
  color: #ffffff;
  height: 100%;
}

.pt-10 {
  padding-top: 100px;
}

.text-end-center {
  text-align: end;
}
@media (max-width: 430px) {
  .text-end-center {
    text-align: center;
  }
}

.header-inner {
  padding: 0 10px !important;
}

button.mfp-close {
  top: 10px;
  right: 10px;
  background-color: rgba(23, 23, 23, 0) !important;
}

.back-image {
  display: none !important;
}

.image-tools:has(.wishlist-icon) a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px;
  background-color: #6B2BB5;
  border-radius: 100%;
}
.image-tools:has(.wishlist-icon) svg {
  margin-right: 0 !important;
}

.icon-shopping-cart[data-icon-label]:after {
  background-color: #1D1E21;
  color: #ffffff;
}

.woocs_auto_switcher {
  z-index: 2 !important;
  top: 170px !important;
  width: unset !important;
  height: unset !important;
}
.woocs_auto_switcher li a.woocs_curr_curr,
.woocs_auto_switcher li a:hover,
.woocs_auto_switcher li a span {
  background-color: #6B2BB5 !important;
}
.woocs_auto_switcher li a span {
  display: none !important;
}
.woocs_auto_switcher.left li span:after {
  border-right-color: #6B2BB5 !important;
}
@media (max-width: 1200px) {
  .woocs_auto_switcher {
    display: none;
  }
}

.selectron23 {
  width: 320px !important;
  padding-top: 15px;
}

.selectron23-container .selectron23-option {
  padding-left: 20px !important;
  background-color: #1D1E21 !important;
}

.off-canvas-center .nav-sidebar.nav-vertical > li .toggle {
  top: 3px !important;
}
.off-canvas-center .nav-sidebar.nav-vertical > li .toggle:hover, .off-canvas-center .nav-sidebar.nav-vertical > li .toggle:active {
  background-color: rgba(23, 23, 23, 0) !important;
}

#nsl-notices-fallback {
  color: #000;
}

.wpcf7 form .wpcf7-response-output {
  border-color: #1D1E21;
  color: #fff;
}

.bg-top-center .section-bg {
  background-position: top center;
}

.subscribe_block {
  min-height: 180px;
}
@media (max-width: 849px) {
  .subscribe_block {
    min-height: unset;
  }
}

@media (max-width: 849px) {
  .hide_bg_for_mobile .bg-fill {
    background-image: none !important;
  }
}

@media (min-width: 1201px) {
  .hide-for-desktop {
    display: none !important;
  }
}

.home_banner_image {
  display: none !important;
}
@media (max-width: 849px) {
  .home_banner_image {
    display: block !important;
  }
}

.blog_page_one {
  z-index: 2;
}
.blog_page_one .ux-search-box .live-search-results {
  background-image: url(/wp-content/uploads/2024/06/mfp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  color: #fff !important;
}

@media (max-width: 1650px) {
  .main_banner {
    padding: 0 20px !important;
  }
}
@media (max-width: 849px) {
  .main_banner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 849px) {
  .main_banner .section-content .main_banner_icons {
    margin-top: 100px;
  }
}

.populap-items-wrapper .populap-items-text {
  min-width: 40%;
}
@media (max-width: 849px) {
  .populap-items-wrapper .populap-items-text {
    min-width: 100%;
  }
}

@media (max-width: 1290px) {
  .back-to-top {
    bottom: 80px !important;
  }
}

mark {
  background-color: inherit !important;
  color: #fff !important;
}

/*
 * from customizer
 */
.country_to_state {
  min-height: 60px !important;
  padding: 0 20px !important;
}

body .wc-forward {
  line-height: 36px !important;
}

.back-image {
  display: none !important;
}

.header-wrapper {
  display: flex;
  flex-direction: column;
}
.header-wrapper .logo-left .logo {
  margin-right: 0 !important;
}
.header-wrapper .logo {
  justify-content: center;
}
.header-wrapper .logo .logo-tagline {
  margin: auto !important;
}
.header-wrapper .logo a {
  display: flex !important;
  align-items: center;
  max-width: 262px !important;
}
.header-wrapper .logo a img {
  height: 78px !important;
  object-fit: contain;
}
@media (max-width: 999px) {
  .header-wrapper .logo a {
    max-width: 10rem !important;
  }
}
.header-wrapper .mobile-nav {
  min-height: 70px !important;
}
.header-wrapper .mobile-nav li.nav-icon.has-icon .is-small {
  background-color: rgba(23, 23, 23, 0) !important;
  color: white !important;
}
.header-wrapper .mobile-nav li.nav-icon.has-icon .is-small:hover {
  background-color: rgba(23, 23, 23, 0) !important;
}
.header-wrapper .flex-col,
.header-wrapper .header-nav {
  height: 100%;
}
.header-wrapper .header-main {
  width: 100%;
  background-color: #171717;
}
.header-wrapper .header-main .header-cart-icon {
  width: 40px;
  height: 40px;
}
.header-wrapper .header-main .secondary-menu-section {
  display: flex;
  align-items: center;
}
.header-wrapper .header-main .header-button a {
  background: none !important;
  box-shadow: none !important;
  border-width: 0 !important;
  margin: 0;
}
.header-wrapper .header-main .header-button a span {
  margin: 0;
}
.header-wrapper .header-main .header-button .icon-user::before {
  content: "" !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/hostportal/assets/icons/account.svg") no-repeat center/contain;
  vertical-align: middle;
}
.header-wrapper .header-main .header-button .icon-user {
  font-family: initial !important;
}
.header-wrapper .header-main .account-item .header-button {
  border: none !important;
}
.header-wrapper .header-main .menu-block {
  height: 100%;
}
.header-wrapper .header-main .menu-item:has([aria-current=page]) {
  background-color: #303030;
}
.header-wrapper .header-main .menu-item:hover {
  background-color: #6B2BB5 !important;
}
.header-wrapper .header-main .nav {
  flex-flow: nowrap;
}
.header-wrapper .header-main .nav .menu-item a {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  color: white;
  padding: 12px 20px;
}
@media (max-width: 1260px) {
  .header-wrapper .header-main .nav .menu-item a {
    padding: 12px 8px !important;
  }
}
@media (max-width: 900px) {
  .header-wrapper .header-main .nav .menu-item a {
    padding: 12px 6px !important;
    font-size: 12px;
  }
}
.header-wrapper .header-main .nav > li {
  border-radius: 40px;
}
.header-wrapper .header-main .nav > li:hover {
  background-color: #6B2BB5;
}
.header-wrapper .header-main .header-inner {
  padding: 0;
  align-items: start;
  justify-content: center;
}
@media (max-width: 549px) {
  .header-wrapper .header-main .header-inner {
    height: unset;
  }
}
.header-wrapper .header-main .header-inner #logo {
  width: fit-content;
  display: flex;
}
.header-wrapper .header-main .header-inner #logo .logo-tagline {
  color: white;
  font-style: normal !important;
  font-family: "Newsreader";
  font-weight: 700;
  font-size: 21.2px;
  line-height: 32px;
  letter-spacing: 0%;
  padding-left: 4px;
}
.header-wrapper .header-main .header-inner #logo .logo-col {
  position: relative;
  overflow: hidden;
  min-height: 64px;
  min-width: 280px;
  margin-right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-wrapper .header-main .header-inner #logo .logo-col a {
  max-width: unset !important;
  padding-right: 22px;
}

@media (max-width: 824px) {
  .mfp-bg.off-canvas.dark.off-canvas-center.main-menu-overlay.mfp-read,
  .mfp-wrap.mfp-auto-cursor.off-canvas.dark.off-canvas-center.mfp-ready {
    backdrop-filter: blur(8px) !important;
  }
}

.nav-sidebar a[aria-current=page] {
  color: #6B2BB5 !important;
}

.custom-page-title .gap-element {
  background-color: #170E10;
}

.new_face .bg-fill, .about_slider .bg-fill {
  background-size: contain !important;
}

.box-image {
  overflow: visible !important;
}
.box-image .image-cover {
  min-width: 200px;
}

.advantages h6 {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #fff !important;
  text-transform: none;
}
.advantages p {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  color: white;
}
@media (max-width: 768px) {
  .advantages p {
    font-size: 14px;
    line-height: 1.2em;
  }
}

.footer-wrapper .footer-menu {
  flex-direction: row !important;
  justify-content: center !important;
}
.footer-wrapper .footer-menu a {
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 14px;
}
.footer-wrapper .col-inner .payment-icons:not(:first-child) {
  margin-left: 10px;
}
.footer-wrapper .footer-menu a:hover {
  background-color: #6B2BB5;
  color: white;
}
.footer-wrapper .footer-menu .menu-item:not(:first-child) {
  margin-left: 12px !important;
}

.payment-icons img {
  width: 58px;
  height: 40px;
}

.absolute-footer {
  display: none !important;
}

.footer-bottom {
  padding-top: 10px !important;
}

.footer-info-block h5 {
  font-family: "Rubik" !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0px !important;
}

.footer-wrapper .ux-logo-link {
  padding: 0 !important;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #6B2BB5 #1D1E21;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: #1D1E21;
}

*::-webkit-scrollbar-thumb {
  background-color: #6B2BB5;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #542193;
}

/* ============================== */
/* 📱 Extra Small Devices (max-width: 335px) */
/* ============================== */
@media (max-width: 335px) {
  .image-tools:has(.wishlist-icon) {
    right: 10px !important;
  }
}
/* ============================== */
/* 📱 Small Devices (max-width: 430px) */
/* ============================== */
@media (max-width: 430px) {
  #logo {
    margin-right: 40px !important;
  }
  .edit-account {
    flex-direction: column;
  }
  .edit-account .edit-block {
    padding-left: 0 !important;
  }
  span.amount {
    font-size: 28px !important;
  }
  .home-hero .section-bg img {
    object-fit: cover;
  }
  .about-us-block .about-content p {
    padding: 0 60px;
  }
  button {
    border-radius: 40px !important;
    padding: 14px 32px !important;
  }
  body .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 20px !important;
  }
  body .slider-nav-reveal .flickity-prev-next-button.next {
    left: 100px !important;
  }
  .button-product-special {
    bottom: -15px !important;
    right: -15px;
  }
}
/* ============================== */
/* 📱 Small-Mid Devices (max-width: 440px) */
/* ============================== */
@media (max-width: 440px) {
  .footer-info-block {
    text-align: center !important;
  }
  .footer-info-block br {
    display: none;
  }
  .footer-logo .text-left {
    text-align: center !important;
  }
}
/* ============================== */
/* 📱 Mid Devices (max-width: 725px) */
/* ============================== */
@media (max-width: 725px) {
  .cart_button {
    padding: 16px 14px !important;
    font-family: "Manrope";
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }
}
/* ============================== */
/* 📱 Mid Devices (max-width: 733px) */
/* ============================== */
@media (max-width: 733px) {
  .text-end {
    margin-top: 15px !important;
  }
}
/* ============================== */
/* 📱 Large Mobile / Tablet Portrait (max-width: 850px) */
/* ============================== */
@media (max-width: 850px) {
  .section-absolute {
    bottom: 32% !important;
  }
  .product_title {
    font-size: 32px !important;
  }
  .right-reserverd {
    padding-top: 5px;
  }
  .right-reserverd p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 13px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center !important;
  }
  .section-absolute .section-bg {
    max-height: 260px !important;
  }
  .section-absolute .section-bg img {
    object-fit: contain !important;
  }
  .home-second .section-bg {
    max-height: 433px !important;
  }
  .home-second .section-bg img {
    object-fit: contain !important;
  }
  .home-hero .section-bg {
    border-radius: 0 !important;
  }
  .home-hero .section-bg img {
    border-radius: 0 !important;
  }
  .footer-wrapper .footer-menu a {
    border-radius: 40px;
    padding: 10px 5px;
    font-size: 14px;
  }
  .footer-nav {
    padding: 0 0 30px !important;
  }
  .card-column .text-right {
    text-align: center !important;
  }
  .about-us-block .about-content p {
    padding: 0 60px;
  }
  .account-form-block {
    width: 100% !important;
  }
  .text-block-account {
    padding-right: 0 !important;
  }
}
/* ============================== */
/* 💻 Tablet Devices (min-width: 740px) */
/* ============================== */
@media (min-width: 740px) {
  button {
    border-radius: 40px !important;
    padding: 18px 43px !important;
  }
  .cart_button {
    padding: 18px 38px !important;
  }
  .header-nav-main {
    justify-content: center !important;
  }
  .home-hero .section-content {
    top: 120px;
  }
  .home-hero {
    padding-bottom: 120px !important;
    margin-bottom: 30px !important;
  }
  .box-category {
    width: 240px !important;
  }
  .box-category .box-text {
    padding-left: 10px !important;
  }
}
/* ============================== */
/* 💻 Medium Desktop (min-width: 1000px) */
/* ============================== */
@media (min-width: 1000px) {
  .right-reserverd {
    padding-top: 5px;
  }
  .right-reserverd p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
  }
  .home-hero .section-bg img {
    object-fit: cover !important;
  }
  .faq-title h1 {
    margin-bottom: 60px !important;
    font-weight: 500 !important;
  }
  .custom-grid .img img {
    border-radius: 15px !important;
  }
  .custom-grid .grid-second-col {
    height: 160px !important;
  }
  .custom-grid .grid-col-1 {
    padding-right: 21px !important;
  }
  .custom-grid .grid-last {
    margin-top: 42px !important;
  }
  .home-hero .section-content {
    top: 360px;
  }
  .home-hero {
    padding-bottom: 360px !important;
  }
  .image-tools:has(.wishlist-icon) {
    bottom: -135px;
    top: auto !important;
  }
}
/* ============================== */
/* 💻 Medium Desktop (min-width: 1000px) and (max-width: 1300px) */
/* ============================== */
@media (min-width: 1000px) and (max-width: 1300px) {
  .about-us-block .about-content p {
    padding: 0 220px;
  }
}
/* ============================== */
/* 🖥️ Large Desktop (min-width: 1300px) */
/* ============================== */
@media (min-width: 1300px) {
  body .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 130px !important;
  }
  body .slider-nav-reveal .flickity-prev-next-button.next {
    left: 230px !important;
  }
  .category-page-row {
    padding: 0 80px;
  }
  .page-title-inner {
    padding: 0 60px !important;
  }
  .row, .stack-row {
    padding: 0 80px;
  }
  .stack-row {
    padding: 0 100px;
  }
  .categories-block, .products-slider-special, .button-product-special {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .categories-block .button-product-special, .products-slider-special .button-product-special, .button-product-special .button-product-special {
    padding-bottom: 60px !important;
  }
  .about-us-block .about-content p {
    padding: 0 420px;
  }
}
/* ============================== */
/* 🖥️ General Desktop Constraint (max-width: 1440px) */
/* ============================== */
@media (max-width: 1440px) {
  section {
    padding: 0 15px !important;
  }
}
.single-post #content {
  background: url(/wp-content/uploads/2024/06/background.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 849px) {
  .single-post #content .container .section, .single-post #content .row .section {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post .entry-content .img .img-inner {
  margin: 150px 0px 130px 0px;
}
@media (max-width: 1200px) {
  .single-post .entry-content .img .img-inner {
    margin: 75px 0px 65px 0px !important;
  }
}
@media (max-width: 549px) {
  .single-post .entry-content .img .img-inner {
    margin: 37px 0px 32px 0px !important;
  }
}
.single-post .entry-content .divider {
  opacity: 0.4;
  margin: 142px 0;
  background-image: linear-gradient(90deg, #CC8863 19.7%, rgba(204, 136, 99, 0) 100.52%);
}
@media (max-width: 849px) {
  .single-post .entry-content .divider {
    margin: 70px 0;
  }
}
.single-post .entry-content p:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .single-post .entry-content p:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 549px) {
  .single-post .entry-content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.single-post .entry-content p.first-letter:first-letter {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
}

h6.entry-read-summary {
  text-transform: uppercase;
  color: #FF7F48 !important;
  text-shadow: 0px 6px 22px #FF7F48;
  margin: 10px 0 !important;
}

@media (min-width: 1000px) {
  .advantage_block .col-inner {
    display: flex;
  }
  .advantage_block .advantages {
    flex: 0.4;
    height: 322px;
    padding-top: 0 !important;
    display: flex;
    transition: flex 0.3s ease, max-width 0.3s ease, padding 0.3s ease;
  }
  .advantage_block .advantages .banner-inner {
    height: 322px;
    max-height: 322px;
  }
  .advantage_block .advantages .text-box-content {
    transition: width 0.3s ease;
  }
  .advantage_block .advantages h6 {
    word-break: break-word;
    width: 130%;
  }
  .advantage_block .advantages p {
    max-height: 52px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .advantage_block .advantages:hover {
    flex: 1;
  }
  .advantage_block .advantages:hover .button {
    background-color: #6b2bb5;
  }
}
.categories-block .box-category {
  padding: 16px;
  border-radius: 32px;
  background-color: #1A1A1A;
}
.categories-block .box-category h5 {
  font-size: 22px;
  color: white;
  font-weight: 600;
}
.categories-block .box-category p {
  font-size: 14px;
  color: #6b2bb5;
  font-weight: 500;
}
.categories-block .box-category:hover {
  box-shadow: rgba(107, 43, 181, 0.3450980392) 0px 4px 18px;
}
@media (max-width: 375px) {
  .categories-block .box-category h5 {
    font-size: 18px;
  }
}

.box-category .box-image img {
  border-radius: 0 !important;
}
.box-category .box-text p {
  text-transform: none !important;
}
.box-category .box-text h5 {
  text-transform: none !important;
  font-family: "Manrope" !important;
}

.hero-text {
  padding-bottom: 15px !important;
}
.hero-text h1 {
  margin-bottom: 0 !important;
}

.home-hero .section-bg-overlay {
  background: linear-gradient(181.31deg, rgba(23, 23, 23, 0.0001) 1.11%, #171717 88.7%);
}
.home-hero .section-bg {
  height: 890px;
}
@media (max-width: 440px) {
  .home-hero .section-bg {
    height: 1020px;
  }
}

.about-us-block .section-bg {
  height: 100%;
}
.about-us-block .section-bg-overlay {
  background: linear-gradient(181.31deg, rgba(23, 23, 23, 0.0001) 1.11%, #171717 67.7%) !important;
}
.about-us-block .about-content h2 {
  line-height: 64px !important;
}
.about-us-block .about-content h3 {
  margin-bottom: 30px;
}

.about-content {
  margin-bottom: 35px;
}

.section-absolute .section-bg,
.home-second .section-bg {
  max-height: 483px;
}
.section-absolute .section-bg img,
.home-second .section-bg img {
  object-fit: fill;
}

.home-second p {
  font-size: 16px;
  margin-bottom: 100px;
}
.home-second .col-inner .text h4 {
  margin-bottom: 35px;
}

.faq_content hr {
  border-width: 1px;
  border-color: #474C59 !important;
  opacity: 1 !important;
}

.banner h2 {
  font-family: "Newsreader";
  font-weight: 500;
  font-size: 64px !important;
  line-height: 100%;
  letter-spacing: 0%;
}
.banner h6 {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white !important;
  opacity: 1;
}
.banner p {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
}

.accordion .toggle {
  display: none !important;
}
.accordion .accordion-item .accordion-inner {
  padding: 0;
  padding-right: 20px;
}
.accordion .accordion-item .accordion-title {
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-color: #474C59 !important;
}
.accordion .accordion-item .accordion-title p {
  font-weight: 400 !important;
}
.accordion .accordion-item .accordion-title.active {
  color: white !important;
  background-color: rgba(222, 184, 135, 0);
}

.accordion_title {
  font-family: "Newsreader";
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px !important;
}

.accordion-title {
  font-family: "Newsreader";
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 0 !important;
}

button {
  border-radius: 40px !important;
}

.button {
  border-radius: 40px !important;
}

.cart_button {
  font-family: "Manrope";
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-right: 0 !important;
}

button, .button span {
  font-family: "Manrope";
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
}

button, .button {
  font-family: "Manrope";
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
}

button:hover {
  border-radius: 40px;
  background-color: #6B2BB5;
}

.advantages .button .icon-angle-right {
  font-size: 24px;
  margin: 0 !important;
  height: 24px;
}

.show-password-input {
  background: none !important;
  padding: 15px 0 !important;
}

.register-button {
  font-family: "Manrope";
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 24px !important;
}

input, select, textarea {
  border-radius: 40px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(107, 43, 181, 0) !important;
  background-color: #1D1E21 !important;
  color: white !important;
  height: 50px !important;
  padding: 26px !important;
  caret-color: white !important;
  transition: none !important;
}
input.qty, select.qty, textarea.qty {
  height: auto !important;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: white;
  font-size: 18px;
  font-weight: 400;
  left: 5px;
}
input:focus, input:active, input:hover, select:focus, select:active, select:hover, textarea:focus, textarea:active, textarea:hover {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #6B2BB5 !important;
  outline: none !important;
  box-shadow: none !important;
}

input[type=checkbox] {
  width: 24px;
  height: 24px !important;
  border-radius: 6px !important;
  margin: 0 8px 0 2px !important;
}

input:checked {
  background-color: #6B2BB5 !important;
}

.search-field {
  font-size: 16px !important;
  padding: 5px 15px !important;
}

.ux-search-submit {
  font-size: 15px !important;
  border: 2px solid #3a2f30 !important;
  background-color: #1a1313 !important;
}

.wpcf7-list-item-label {
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.wpcf7-list-item label {
  display: flex !important;
  align-items: center;
}

select {
  min-height: 58px;
}

.woocommerce .blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}

.ux-quantity {
  display: none !important;
}

@media (max-width: 1200px) {
  .shop-container .large-columns-5 > .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 698px) {
  .shop-container .large-columns-5 > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.message-container-login {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}
.message-container-login a {
  margin-right: 0 !important;
}

.absolute-shop {
  position: absolute;
  width: 100%;
  top: 5%;
}
.absolute-shop img {
  width: 100% !important;
  max-height: 500px !important;
  object-fit: fill;
}

body .mfp-img {
  border-radius: 0 !important;
}

span.amount {
  font-family: Manrope;
  font-weight: 700;
  font-size: 32px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B2BB5 !important;
}

.restore-item:hover {
  color: #6B2BB5 !important;
}

body .mfp-arrow-left {
  left: 25%;
}

body .mfp-arrow-right {
  right: 25%;
}

body .mfp-arrow {
  padding: 10px 23px !important;
}
body .mfp-arrow i {
  top: -11px !important;
  right: 6px;
}

.woocommerce-pagination .nav-pagination a {
  font-family: "manrope";
  border: none;
  border-radius: 99px;
  display: block;
  font-size: 16px;
  font-weight: bolder;
  height: 40px;
  line-height: 2.4em;
  min-width: 36px;
  padding: 0 16px;
  text-align: center;
  background-color: #1D1E21;
  transition: all 0.3s;
  vertical-align: top;
  width: auto;
  margin: 0 2px;
}
.woocommerce-pagination .nav-pagination span {
  border: none;
  border-radius: 99px;
  display: block;
  font-size: 16px;
  font-weight: bolder;
  height: 40px;
  line-height: 2.4em;
  min-width: 36px;
  padding: 0 16px;
  text-align: center;
  background-color: #474C59 !important;
  transition: all 0.3s;
  vertical-align: top;
  width: auto;
  margin: 0 2px;
}
.woocommerce-pagination .nav-pagination .prev {
  margin-right: 20px !important;
}
.woocommerce-pagination .nav-pagination .next {
  margin-left: 20px !important;
}
.woocommerce-pagination .nav-pagination .prev, .woocommerce-pagination .nav-pagination .next {
  padding: 0 20px;
  background-color: #474C59;
}
.woocommerce-pagination .nav-pagination .prev:hover, .woocommerce-pagination .nav-pagination .next:hover {
  background-color: #6B2BB5;
}

.woocommerce-error {
  padding: 1rem 0;
}

ul.account-nav li {
  padding: 5px 10px;
  border: 0 !important;
  text-transform: uppercase;
  background: url(/wp-content/uploads/2023/05/account_nav.png);
  background-position: center;
  background-size: cover;
}
ul.account-nav li a:hover {
  color: #FFFFFF;
}
ul.account-nav li a:before {
  display: none;
}
ul.account-nav li.active {
  background: url(/wp-content/uploads/2023/05/account_nav.png);
  background-position: center;
  background-size: cover;
}

.header-nav .cart-item .nav-dropdown {
  border: 2px solid;
  border-color: hsla(0, 0%, 100%, 0.36) hsla(0, 0%, 100%, 0.14) hsla(0, 0%, 100%, 0.18);
  background-color: #171717 !important;
  color: #ffffff;
}
.header-nav .cart-item .nav-dropdown.nav-dropdown-default {
  margin-left: -214px !important;
}

.nav-dropdown {
  border: 2px solid;
  border-color: hsla(0, 0%, 100%, 0.36) hsla(0, 0%, 100%, 0.14) hsla(0, 0%, 100%, 0.18);
  background-color: #171717 !important;
  color: #ffffff;
}

.nav-dropdown > li > a:hover {
  color: #6B2BB5 !important;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
  border-color: hsla(0, 79.78%, 59.54%, 0) hsla(0, 0%, 87%, 0) #898888 !important;
}

.header-wrapper .header-main .nav > li:hover {
  background-color: rgba(107, 43, 181, 0);
}

.cart-container {
  z-index: 20;
  position: relative;
}
@media (min-width: 1290px) {
  .cart-container {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

.cart_item span.amount {
  color: #ffffff;
}

.added_to_cart {
  color: white !important;
}

.shop_table tfoot td,
.shop_table .cart_item td {
  padding: 20px 0 !important;
}
.shop_table tr td:empty {
  border-bottom: none;
}
.shop_table .order-total th,
.shop_table .order-total td {
  border: none !important;
}
.shop_table .order-total span.amount {
  font-size: 32px !important;
}

.apply_coupon-button {
  margin-top: 10px;
}

.button-continue-shopping.primary.is-outline {
  border-width: 0;
  color: #fff;
}

.ux-mini-cart-footer {
  background-color: rgba(255, 255, 255, 0) !important;
}

.section-absolute {
  position: absolute !important;
  bottom: 15%;
  height: 463px;
  z-index: 10;
}
.section-absolute img {
  object-fit: fill !important;
}

.cart-items {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .cart-items .w-24 {
    width: 170px;
    height: 200px;
  }
}
.cart-items .w-24 img {
  height: 100%;
}
.cart-items .flex-1 {
  width: 88%;
  text-align: left;
  padding-left: 40px;
}
.cart-items .flex-1 .text-lg {
  font-family: Manrope;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 1.25rem 0;
}
.cart-items .flex-1 .text-lg a {
  color: white !important;
}
.cart-items .cart-item__image {
  aspect-ratio: 15/20;
  width: 100%;
  max-width: 150px;
}
.cart-items .cart-item__quantity {
  margin-top: 1.25rem;
  font-size: 1rem;
}
.cart-items .remove {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  background-color: #1D1E21 !important;
  backdrop-filter: blur(50px);
  font-size: 32px !important;
  font-weight: 400;
  border: none !important;
  width: 32px;
  height: 32px;
  line-height: 17px !important;
}
.cart-items .remove:hover {
  color: #6B2BB5 !important;
}

body a.icon-remove,
body a.remove {
  line-height: 20px !important;
}

.cart-collaterals .shop_table {
  border-width: 1px !important;
}
.cart-collaterals .shop_table th {
  font-family: "Manrope";
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: white !important;
  border-color: #474C59 !important;
  padding: 20px 0 !important;
}
.cart-collaterals .shop_table td {
  border-color: #474C59 !important;
  padding: 20px 0 !important;
}
.cart-collaterals .shop_table td,
.cart-collaterals .shop_table span.amount {
  font-family: "Manrope";
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 16px;
  letter-spacing: 0px;
  color: white !important;
}
.cart-collaterals .shop_table .purple span.amount {
  color: #6B2BB5 !important;
}

.woocommerce .cart-collaterals,
.woocommerce .shop_table {
  border: none !important;
}

.custom-cart-product-cell {
  border: none !important;
}

.custom-page-title {
  padding: 0 20px;
}

.woocommerce-mini-cart__total {
  display: flex !important;
  align-items: center !important;
}

.advantages-cart {
  padding-top: 200px !important;
  z-index: 20;
}

.woocommerce-checkout .col-inner.has-border {
  border: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce-billing-fields {
  border: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-last {
  float: unset !important;
}
@media (min-width: 550px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-last {
    width: 48%;
  }
}
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  color: white !important;
  font-weight: 400 !important;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  color: white !important;
  text-decoration: underline;
}

.checkout-inline-error-message {
  color: red !important;
}

.woocommerce .woocommerce-input-wrapper, .lightbox-content .woocommerce-input-wrapper {
  padding: 3px;
  display: block;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-input-wrapper label, .lightbox-content .woocommerce-input-wrapper label {
  color: #fff;
}
.woocommerce .woocommerce-input-wrapper input, .woocommerce .woocommerce-input-wrapper select, .woocommerce .woocommerce-input-wrapper textarea, .lightbox-content .woocommerce-input-wrapper input, .lightbox-content .woocommerce-input-wrapper select, .lightbox-content .woocommerce-input-wrapper textarea {
  color: #fff;
  background: #1a1313;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-input-wrapper select, .lightbox-content .woocommerce-input-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/wp-content/uploads/2023/05/select_icon.png") no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) calc(100% - 15px);
  padding-right: 40px;
}
.woocommerce .woocommerce-input-wrapper select:focus, .lightbox-content .woocommerce-input-wrapper select:focus {
  outline: none;
  box-shadow: none !important;
}
.woocommerce .woocommerce-input-wrapper select option, .lightbox-content .woocommerce-input-wrapper select option {
  color: #fff;
  background: #1D1E21;
  padding: 10px 5px;
  border: 1px solid #6B2BB5 !important;
}
.woocommerce .woocommerce-input-wrapper select option:checked, .lightbox-content .woocommerce-input-wrapper select option:checked {
  background-color: #6B2BB5 !important;
}
.woocommerce .woocommerce-privacy-policy-text, .lightbox-content .woocommerce-privacy-policy-text {
  display: none !important;
}
.woocommerce .woocommerce-form-row, .woocommerce .woocommerce-address-fields__field-wrapper, .lightbox-content .woocommerce-form-row, .lightbox-content .woocommerce-address-fields__field-wrapper {
  padding: 3px;
  margin-bottom: 24px;
}
.woocommerce .woocommerce-form-row label, .woocommerce .woocommerce-address-fields__field-wrapper label, .lightbox-content .woocommerce-form-row label, .lightbox-content .woocommerce-address-fields__field-wrapper label {
  color: #fff;
  font-family: "Manrope";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
}
.woocommerce .woocommerce-form-row input, .woocommerce .woocommerce-form-row select, .woocommerce .woocommerce-form-row textarea, .woocommerce .woocommerce-address-fields__field-wrapper input, .woocommerce .woocommerce-address-fields__field-wrapper select, .woocommerce .woocommerce-address-fields__field-wrapper textarea, .lightbox-content .woocommerce-form-row input, .lightbox-content .woocommerce-form-row select, .lightbox-content .woocommerce-form-row textarea, .lightbox-content .woocommerce-address-fields__field-wrapper input, .lightbox-content .woocommerce-address-fields__field-wrapper select, .lightbox-content .woocommerce-address-fields__field-wrapper textarea {
  color: #fff !important;
  background: #1D1E21 !important;
  margin-bottom: 0 !important;
  font-family: "Manrope" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  letter-spacing: 0;
}
.woocommerce .woocommerce-form-row input::placeholder, .woocommerce .woocommerce-form-row select::placeholder, .woocommerce .woocommerce-form-row textarea::placeholder, .woocommerce .woocommerce-address-fields__field-wrapper input::placeholder, .woocommerce .woocommerce-address-fields__field-wrapper select::placeholder, .woocommerce .woocommerce-address-fields__field-wrapper textarea::placeholder, .lightbox-content .woocommerce-form-row input::placeholder, .lightbox-content .woocommerce-form-row select::placeholder, .lightbox-content .woocommerce-form-row textarea::placeholder, .lightbox-content .woocommerce-address-fields__field-wrapper input::placeholder, .lightbox-content .woocommerce-address-fields__field-wrapper select::placeholder, .lightbox-content .woocommerce-address-fields__field-wrapper textarea::placeholder {
  font-family: "Manrope" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  letter-spacing: 0;
}
.woocommerce .woocommerce-form-row input:focus, .woocommerce .woocommerce-form-row input:active, .woocommerce .woocommerce-form-row select:focus, .woocommerce .woocommerce-form-row select:active, .woocommerce .woocommerce-form-row textarea:focus, .woocommerce .woocommerce-form-row textarea:active, .woocommerce .woocommerce-address-fields__field-wrapper input:focus, .woocommerce .woocommerce-address-fields__field-wrapper input:active, .woocommerce .woocommerce-address-fields__field-wrapper select:focus, .woocommerce .woocommerce-address-fields__field-wrapper select:active, .woocommerce .woocommerce-address-fields__field-wrapper textarea:focus, .woocommerce .woocommerce-address-fields__field-wrapper textarea:active, .lightbox-content .woocommerce-form-row input:focus, .lightbox-content .woocommerce-form-row input:active, .lightbox-content .woocommerce-form-row select:focus, .lightbox-content .woocommerce-form-row select:active, .lightbox-content .woocommerce-form-row textarea:focus, .lightbox-content .woocommerce-form-row textarea:active, .lightbox-content .woocommerce-address-fields__field-wrapper input:focus, .lightbox-content .woocommerce-address-fields__field-wrapper input:active, .lightbox-content .woocommerce-address-fields__field-wrapper select:focus, .lightbox-content .woocommerce-address-fields__field-wrapper select:active, .lightbox-content .woocommerce-address-fields__field-wrapper textarea:focus, .lightbox-content .woocommerce-address-fields__field-wrapper textarea:active {
  color: #fff !important;
  background: #1D1E21 !important;
  box-shadow: none;
  outline: none;
}
.woocommerce .woocommerce-form-row select, .woocommerce .woocommerce-address-fields__field-wrapper select, .lightbox-content .woocommerce-form-row select, .lightbox-content .woocommerce-address-fields__field-wrapper select {
  background: url(/wp-content/uploads/2023/05/select_icon.png);
  background-size: 26px;
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-repeat: no-repeat;
}
.woocommerce .woocommerce-form-row select:focus, .woocommerce .woocommerce-address-fields__field-wrapper select:focus, .lightbox-content .woocommerce-form-row select:focus, .lightbox-content .woocommerce-address-fields__field-wrapper select:focus {
  outline: none;
  box-shadow: none;
}
.woocommerce .woocommerce-form-row select option, .woocommerce .woocommerce-address-fields__field-wrapper select option, .lightbox-content .woocommerce-form-row select option, .lightbox-content .woocommerce-address-fields__field-wrapper select option {
  color: #fff;
  background: #1a1313;
  padding: 10px 5px;
}
.woocommerce .woocommerce-form-row select option:checked, .woocommerce .woocommerce-address-fields__field-wrapper select option:checked, .lightbox-content .woocommerce-form-row select option:checked, .lightbox-content .woocommerce-address-fields__field-wrapper select option:checked {
  background: url(/wp-content/uploads/2023/05/select_option_checked.png) !important;
}

.woocommerce .select2-container, .lightbox-content .select2-container, .woocommerce-checkout .select2-container {
  margin-bottom: 4px !important;
  width: 100% !important;
}
.woocommerce .select2-container .select2-selection, .lightbox-content .select2-container .select2-selection, .woocommerce-checkout .select2-container .select2-selection {
  color: #fff !important;
  background-color: #1a1313 !important;
  border-color: #3a2f30 !important;
}
.woocommerce .select2-container .select2-selection .select2-selection__rendered, .lightbox-content .select2-container .select2-selection .select2-selection__rendered, .woocommerce-checkout .select2-container .select2-selection .select2-selection__rendered {
  color: #fff !important;
}

.woocommerce-checkout .select2-container .select2-selection {
  padding-top: 0.4em;
}
@media (max-width: 549px) {
  .woocommerce-checkout .select2-container .select2-selection {
    padding-top: 1.5em !important;
    height: unset !important;
  }
}

.select2-dropdown {
  color: #fff;
  background-color: #1a1313;
  border-radius: 0 !important;
}
.select2-dropdown input {
  color: #fff !important;
  background-color: #1a1313 !important;
}
.select2-dropdown input:focus {
  color: #fff !important;
  background-color: #1a1313 !important;
  box-shadow: none;
  outline: none;
}

.woocommerce-cart input[name=coupon_code] {
  margin-bottom: 20px !important;
}

.woocommerce-checkout input[name=coupon_code] {
  padding: 26px;
}

/* Fallback for browsers that support accent-color */
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  accent-color: #6B2BB5;
}

/* Cross-browser reset and custom style */
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  width: 24px;
  height: 24px !important;
  border: 2px solid #6B2BB5;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  padding: 0 !important;
  margin-right: 14px !important;
  outline: none; /* prevent blue outline in Firefox on focus */
  display: inline-block;
  box-sizing: border-box;
}

/* Checked state */
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked {
  background-color: #6B2BB5 !important;
  border-color: #6B2BB5;
}

/* Custom checkmark */
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 9px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.country_to_state {
  min-height: 60px !important;
  padding: 0 20px !important;
}

body .wc-forward,
body .wc-backward {
  line-height: 36px !important;
}

.woocommerce-password-strength {
  padding-top: 15px;
}

.fl-label {
  left: 25px !important;
}
.fl-label .required {
  color: white !important;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  padding: 0 10px;
  border-bottom: 1px solid #ececec;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-top: 0;
  padding-bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
  border: 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px 40px;
  align-items: center;
  border: 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value .attribute-value {
  min-width: 170px;
}
@media (max-width: 849px) {
  .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value .attribute-value {
    min-width: unset;
  }
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
  margin-bottom: 0;
}

#login-form-popup {
  background-color: #1b2123;
  background-image: url(/wp-content/uploads/2024/06/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#login-form-popup .account-container {
  padding: 60px;
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(269.99deg, rgba(255, 206, 206, 0.1008) -3.39%, rgba(245, 131, 131, 0.18) 47.32%, rgba(254, 199, 199, 0.1044) 102.53%);
}
#login-form-popup .account-container .account-login-inner {
  max-width: 350px;
  margin: 0 auto;
}
#login-form-popup .account-container .account-login-inner h3 {
  font-family: "Cinzel Decorative", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.45em;
  color: #FFFFFF;
  margin-bottom: 34px;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.29);
}
#login-form-popup .account-container .account-login-inner h3 span {
  color: #18F1CA;
}
#login-form-popup .account-container .account-login-inner .woocommerce-form-login__submit {
  min-width: 200px;
}
#login-form-popup .account-container .account-login-inner .buttons-row {
  display: flex;
  margin-top: 36px;
  justify-content: space-between;
}
#login-form-popup .account-container .account-login-inner .buttons-row > div {
  padding: 0 !important;
}
#login-form-popup .account-container .account-login-inner .buttons-row .nsl-container-buttons a {
  padding: 3px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.516998) 49.83%, rgba(255, 255, 255, 0.14) 101.11%);
}
#login-form-popup .account-container .account-login-inner .buttons-row .nsl-container-buttons .nsl-button {
  background-image: url(/wp-content/uploads/2023/05/login_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid;
  border-radius: 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(269.99deg, rgba(255, 206, 206, 0.1008) -3.39%, rgba(245, 131, 131, 0.18) 47.32%, rgba(254, 199, 199, 0.1044) 102.53%);
}
#login-form-popup .account-container .account-login-inner .buttons-row .nsl-container-buttons .nsl-button:hover {
  background-image: url(/wp-content/uploads/2023/05/login_icon_hover.png);
}
#login-form-popup .account-container .account-login-inner .after-login-form {
  margin-top: 130px;
}
#login-form-popup .account-container .account-login-inner .after-login-form h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
#login-form-popup .account-container .account-login-inner .after-login-form a {
  color: #18F1CA;
}

.shop-container .product-footer .woocommerce-tabs {
  padding-top: 58px;
}
@media (max-width: 549px) {
  .shop-container .product-footer .woocommerce-tabs {
    padding-top: 0;
  }
}
.shop-container .product-footer .woocommerce-tabs .tab-panels {
  padding-top: 0;
}

.product_meta .posted_in {
  border: none !important;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  color: #474C59 !important;
}

.product-info {
  padding: 14px 95px 0 46px !important;
}
@media (max-width: 450px) {
  .product-info {
    padding: 80px 45px 0 46px !important;
  }
}
.product-info .price {
  margin: 0;
}
.product-info .cart {
  justify-content: end;
}

.product-title {
  margin: 0;
  padding-right: 40px;
}

.tab-single-custom .yith-wcwl-add-to-wishlist {
  margin-left: 29px;
  margin-top: 0;
}
.tab-single-custom .yith-wcwl-add-to-wishlist .separator {
  display: none !important;
}
.tab-single-custom .yith-wcwl-add-to-wishlist .view-wishlist {
  display: none !important;
}
.tab-single-custom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 8px;
  background-color: #474C59;
  border-radius: 100%;
}
.tab-single-custom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button svg {
  width: 17px;
  height: 17px;
  margin-right: 0 !important;
  color: #ffffff;
}

.yith-wcwl-wishlistaddedbrowse a {
  display: none !important;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 0px !important;
}
.yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon-svg {
  margin-top: 0;
  width: 32px !important;
  height: 32px !important;
  background-color: #6B2BB5;
  color: #FFC85E !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 7px;
}

.delete_item {
  width: fit-content !important;
  background: none !important;
  font-size: 0px !important;
}
.delete_item .yith-wcwl-icon-svg {
  margin-top: 0;
  width: 32px !important;
  height: 32px !important;
  background-color: #6B2BB5;
  color: #FFC85E !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 7px;
}

.tab-panels {
  padding-top: 40px;
}
.tab-panels p {
  line-height: 26px !important;
}

.product-thumbnails a {
  background-color: rgba(107, 43, 181, 0) !important;
  border-radius: 30px !important;
}

.product-main {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.product-main .flickity-prev-next-button {
  color: white;
}
.product-main .woocommerce-product-gallery .image-tools {
  display: none !important;
}

.product-gallery {
  margin-left: 15px !important;
}
@media screen and (max-width: 850px) and (min-width: 560px) {
  .product-gallery {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
.product-gallery .flickity-prev-next-button {
  padding: 18px 60px !important;
  border-radius: 100% !important;
  scale: 0.6;
}
@media (max-width: 800px) {
  .product-gallery .flickity-prev-next-button {
    padding: 18px 45px !important;
  }
}

.mfp-wrap.mfp-gallery.mfp-auto-cursor.mfp-ready {
  backdrop-filter: blur(8px);
}

#shop-sidebar {
  background-color: #1D1E21 !important;
}

.woof_checkbox_label {
  font-family: "Manrope";
  font-weight: 400 !important;
  font-size: 16px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  padding-left: 4px;
}

.widget .woof_redraw_zone ul li {
  display: flex;
}

.woof_sid {
  width: 100%;
}

.woof_redraw_zone {
  width: 100%;
}
@media (min-width: 820px) {
  .woof_redraw_zone {
    display: flex;
    flex-wrap: wrap;
  }
}
.woof_redraw_zone .woof_price2_search_container {
  display: block !important;
}
.woof_redraw_zone .woof_container_inner {
  background-color: #1D1E21;
  border-radius: 40px;
  margin-right: 15px;
}
@media (min-width: 820px) {
  .woof_redraw_zone .woof_container_inner {
    padding: 10px 43px;
  }
}
.woof_redraw_zone .woof_container_inner h4 {
  margin-top: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.woof_redraw_zone .woof_container_inner h4 .woof_front_toggle_closed, .woof_redraw_zone .woof_container_inner .woof_front_toggle_opened {
  margin-left: 5px;
  font-size: 28px;
  color: white !important;
}
.woof_redraw_zone .woof_container_inner .woof_block_html_items {
  max-height: 140px;
  overflow-y: auto;
}
.woof_redraw_zone .woof_block_html_items .woof_container_inner {
  padding: 0;
}
.woof_redraw_zone .woof_block_html_items .woof_container_inner .iradio_square-blue {
  background: none;
  border: 2px solid #6B2BB5;
  width: 24px !important;
  height: 24px !important;
}
.woof_redraw_zone .woof_block_html_items .woof_container_inner .iradio_square-blue:hover {
  background-color: #6B2BB5;
  background-image: url("http://dota.r-s.space/wp-content/uploads/2025/06/icons8-галочка-50.png");
  background-position: center;
  background-size: 20px;
}
.woof_redraw_zone .woof_block_html_items .woof_container_inner .woof_list:has(.woof_radio_price_reset) .iradio_square-blue {
  background-color: #6B2BB5;
  background-image: url("http://dota.r-s.space/wp-content/uploads/2025/06/icons8-галочка-50.png");
  background-position: center;
  background-size: 20px;
}
.woof_redraw_zone .woof_block_html_items .woof_container_inner label {
  margin-bottom: 0 !important;
  color: white;
}
.woof_redraw_zone .woof_block_html_items .woof_container_inner span.amount {
  font-size: 22px !important;
  color: white !important;
}
.woof_redraw_zone .woof_block_html_items .woof_container_inner .iradio_square-blue.checked-style {
  background-color: #6B2BB5;
  background-image: url(http://dota.r-s.space/wp-content/uploads/2025/06/icons8-галочка-50.png);
  background-position: center;
  background-size: 20px;
}

.woof_products_top_panel_ul a {
  margin-right: 10px;
}
.woof_products_top_panel_ul a:hover {
  color: #6B2BB5 !important;
}

.woof_products_top_panel {
  margin-left: 20px !important;
}

.woof_submit_search_form_container {
  margin: 0 !important;
}

.woof_reset_search_form {
  padding: 10px 43px !important;
  height: 55px;
}

@media (max-width: 845px) {
  .husky-filter {
    display: none !important;
  }
  .woof_list .woof_radio_price_reset {
    left: 154px !important;
  }
}
@media (min-width: 845px) {
  .habmurger-filter {
    display: none !important;
  }
}
.sidebar-inner {
  background-color: #1D1E21 !important;
}

.wishlist_table thead {
  display: none;
}
.wishlist_table tr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.wishlist_table td {
  display: flex;
  border: none;
}
.wishlist_table .product-price {
  margin-left: auto;
}
.wishlist_table .product-name {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 22px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.wishlist_table .product-name a {
  color: white !important;
}
.wishlist_table .product-thumbnail {
  padding-left: 40px;
  min-width: 120px;
  max-width: 120px;
}
.wishlist_table .product-thumbnail img {
  border-radius: 20px !important;
}
.wishlist_table .product-stock-status {
  min-width: max-content;
}
.wishlist_table .product-add-to-cart a {
  font-family: "Cinzel Decorative", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
  white-space: nowrap;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wishlist_table .product-add-to-cart a.add_to_cart {
  background-color: #6B2BB5;
  margin-bottom: 20px;
  padding: 16px 43px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  width: fit-content;
  margin: 0 0 0 auto;
  border-radius: 90px;
  text-transform: none !important;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
.wishlist_table .product-add-to-cart a.add_to_cart:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.wishlist_table .product-add-to-cart a.wc-buy-now-btn {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wishlist_table .product-add-to-cart a.wc-buy-now-btn img {
  width: 25px;
}
@media (max-width: 849px) {
  .wishlist_table .wishlist-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .wishlist_table .wishlist-items-wrapper tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 2rem;
  }
  .wishlist_table .wishlist-items-wrapper td {
    padding: 0;
  }
  .wishlist_table .wishlist-items-wrapper .product-remove {
    position: absolute;
    left: 0;
    top: 0;
  }
  .wishlist_table .wishlist-items-wrapper .product-remove a {
    width: 3rem;
    height: 3rem;
    line-height: 1rem !important;
    font-size: 2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wishlist_table .wishlist-items-wrapper .product-thumbnail {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .wishlist_table .wishlist-items-wrapper .product-thumbnail a, .wishlist_table .wishlist-items-wrapper .product-thumbnail img {
    width: 100%;
  }
  .wishlist_table .wishlist-items-wrapper .product-price {
    margin-left: 0;
  }
}
@media (max-width: 549px) {
  .wishlist_table .wishlist-items-wrapper {
    grid-template-columns: 1fr;
  }
}

.wishlist-popup {
  display: none;
}

#yith-wcwl-popup-message {
  background-color: #1D1E21 !important;
  position: fixed !important;
  top: 20% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
}

.image-tools:has(.wishlist-icon) {
  opacity: 1 !important;
  z-index: 1000;
  right: 0;
}
.image-tools:has(.wishlist-icon) .wishlist-icon {
  z-index: 1000;
}
.image-tools:has(.wishlist-icon) .wishlist-icon:hover .icon-heart {
  color: #6B2BB5 !important;
}
.image-tools:has(.wishlist-icon) .wishlist-icon .icon-heart {
  font-size: 17px !important;
  top: 0;
}
.image-tools:has(.wishlist-icon) .wishlist-icon .icon-heart::before {
  color: white;
}
.image-tools:has(.wishlist-icon) .wishlist-icon .wishlist-button {
  background-color: rgba(71, 76, 89, 0.537254902) !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 100% !important;
  padding: 2px 8px !important;
}
.image-tools:has(.wishlist-icon) .wishlist-icon .wishlist-added {
  background-color: #6B2BB5 !important;
}
.image-tools:has(.wishlist-icon) .wishlist-icon .wishlist-added .icon-heart {
  color: #FFC85E !important;
}
.image-tools:has(.wishlist-icon) .wishlist-icon .wishlist-added .icon-heart {
  color: white;
}
.image-tools:has(.wishlist-icon) .wishlist-icon .wishlist-added .icon-heart::before {
  color: #FFC85E;
}

.wc-buy-now-btn {
  display: none !important;
}

.add-to-cart-button {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.add-to-cart-button .button {
  padding: 18px 43px;
  background-color: #6B2BB5 !important;
  color: white !important;
  font-size: 16px;
  border: none !important;
}
@media (hover: none) {
  .add-to-cart-button {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media (min-width: 612px) {
  .categories-block {
    scale: 0.95;
  }
}
@media screen and (min-width: 846px) and (max-width: 1290px) {
  .products-slider-special {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 850px) and (max-width: 960px) {
  .product-category.col {
    padding: 0 !important;
    scale: 0.95;
  }
}
@media (max-width: 1299px) {
  .products-slider-special .flickity-viewport .col {
    padding: 0 9.8px 19.6px !important;
  }
}
.product-small {
  position: relative;
  padding: 0 10px 20px 10px !important;
}
.product-small .box-text {
  text-align: left;
  padding-top: 30px;
  position: static;
}
.product-small .box-text .category {
  font-size: 14px;
  color: #474C59;
  text-transform: none;
  font-weight: 500 !important;
}
.product-small .box-text .product-title a {
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: white !important;
}
.product-small .box-text span.amount {
  color: #6B2BB5 !important;
  font-size: 32px;
  font-weight: 700;
}
.product-small:hover .box-image {
  box-shadow: rgba(107, 43, 181, 0.3450980392) -1px 1px 21px 7px;
  border-radius: 40px;
}
.product-small:hover .box-image img {
  filter: blur(6px) brightness(0.5);
}
.product-small:hover .add-to-cart-button {
  display: block;
}

body .block-products-special .products-slider-special {
  padding-bottom: 80px;
}
body .block-products-special .products-slider-special .flickity-prev-next-button {
  position: absolute;
  top: 85% !important;
  opacity: 1 !important;
  padding: 0 !important;
  height: 56px !important;
  width: 64px !important;
  box-shadow: none !important;
  background-color: #474C59 !important;
  color: white !important;
  z-index: 1000;
}
body .block-products-special .products-slider-special .flickity-prev-next-button svg {
  margin-top: 0 !important;
  padding: 35% !important;
}
body .block-products-special .products-slider-special .flickity-prev-next-button svg:hover {
  color: white !important;
  fill: white !important;
}
body .block-products-special .products-slider-special .flickity-prev-next-button:hover {
  color: white !important;
  background-color: #6B2BB5 !important;
}

@media (max-width: 1300px) and (min-width: 460px) {
  body .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 15px !important;
  }
  body .slider-nav-reveal .flickity-prev-next-button.next {
    left: 95px !important;
  }
}
.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
  fill: currentColor !important;
}

.button-product-special {
  font-size: 16px !important;
  position: absolute !important;
  bottom: 5px;
}
.button-product-special a {
  z-index: 1000;
}
@media (max-width: 330px) {
  .button-product-special a {
    padding: 18px 25px !important;
    top: 15px !important;
  }
}

.my-account {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  color: white;
  display: flex;
  align-items: center;
}
.my-account::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("http://dota.r-s.space/wp-content/uploads/2025/06/bg-dota.png") no-repeat center -30% fixed;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.my-account .container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.my-account .container .row {
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
}
.my-account .account-hero {
  padding-bottom: 90px;
}
.my-account .account-hero h2,
.my-account .account-hero h4 {
  font-weight: 600 !important;
}
.my-account .account-hero h4 {
  margin-bottom: 40px;
}

.account-container {
  position: relative;
  z-index: 20;
}
.account-container .row {
  padding: 0 40px !important;
}

.bg-absolute {
  position: absolute;
  z-index: 10;
}
.bg-absolute img {
  width: 115vh;
  height: 100%;
  opacity: 0.2;
}

body .woocommerce-form .lost_password {
  padding-top: 10px;
  padding-bottom: 40px;
}
body .woocommerce-form .lost_password a {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: white !important;
}
body .woocommerce-form .lost_password a:hover {
  color: #6B2BB5 !important;
}

.text-block-account {
  text-align: left;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.text-block-account h1 {
  width: fit-content;
  margin-bottom: 20px !important;
}

.edit-account legend {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 20px !important;
  line-height: 34px;
  letter-spacing: 0px;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: proportional-nums;
  padding-bottom: 40px;
  padding-left: 24px;
  border: none;
  margin: 0 !important;
  text-transform: none !important;
}
.edit-account .edit-block:last-child {
  padding-left: 31px;
}

.container:has(.account-container) {
  height: 100%;
}
.container:has(.account-container) .woocommerce {
  height: 100%;
}
.container:has(.account-container) .woocommerce .account-container {
  height: 100%;
}
.container:has(.account-container) .woocommerce .account-container .row {
  height: 100%;
  display: flex;
  align-content: center;
}

fieldset {
  margin-bottom: 0 !important;
}

.nav-dropdown li.active > a {
  color: white !important;
}

.woocommerce-orders .woocommerce-MyAccount-content .button,
.woocommerce-view-order .woocommerce-MyAccount-content .button {
  margin: 0 0 0 1rem;
  display: inline-flex;
  align-items: center;
}
.woocommerce-orders .woocommerce-MyAccount-content table,
.woocommerce-view-order .woocommerce-MyAccount-content table {
  margin-bottom: 0 !important;
}
.woocommerce-orders .woocommerce-MyAccount-content td,
.woocommerce-view-order .woocommerce-MyAccount-content td {
  padding: 20px 0 !important;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-top: 4rem;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-customer-details h2,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  margin-bottom: 1rem;
}
