@charset "UTF-8";
#footer {
  background-color: #24242C !important;
}
#footer .ux-logo-link {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
}
#footer .ux-menu a {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
#footer .copy {
  padding-top: 20px;
  color: white;
}
#footer .contact-info h6:first-of-type {
  padding-top: 0.6em;
}
#footer .contact-info h6 {
  margin-bottom: 0.8em;
}
#footer .contact-info p {
  margin-bottom: 2.3em;
  color: white;
}
@media (max-width: 540px) {
  #footer .social-icons {
    text-align: left !important;
  }
}
#footer .social-icons .facebook {
  background: linear-gradient(180deg, #4856EF 0%, #1E96D6 100%);
}
#footer .social-icons .facebook i::before {
  color: white;
}
#footer .social-icons .instagram {
  background: linear-gradient(180deg, #A62FA4 0%, #FD00F9 100%);
}
#footer .social-icons .instagram i::before {
  color: white;
}
#footer .absolute-footer {
  display: none;
}

.header-bg-color.fill {
  background-color: #0E0F13 !important;
}

#header #logo {
  display: flex;
}
#header #logo .logo-tagline {
  margin-left: 4px;
}
#header .header-nav-main.nav > .account-item > a:hover {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: all 0.4s; /* vendorless fallback */
  -o-transition: all 0.4s; /* opera */
  -ms-transition: all 0.4s; /* IE 10 */
  -moz-transition: all 0.4s; /* Firefox */
  -webkit-transition: all 0.4s; /*safari and chrome */
}
#header .account-item span {
  transition: all 0.4s; /* vendorless fallback */
  -o-transition: all 0.4s; /* opera */
  -ms-transition: all 0.4s; /* IE 10 */
  -moz-transition: all 0.4s; /* Firefox */
  -webkit-transition: all 0.4s; /*safari and chrome */
}
#header .account-item a {
  transition: all 0.4s; /* vendorless fallback */
  -o-transition: all 0.4s; /* opera */
  -ms-transition: all 0.4s; /* IE 10 */
  -moz-transition: all 0.4s; /* Firefox */
  -webkit-transition: all 0.4s; /*safari and chrome */
}
#header .account-item:hover span::after {
  box-shadow: 0px 0px 30px 0px rgba(84, 208, 212, 0.3019607843);
  outline: 6px solid rgba(84, 208, 212, 0.3019607843);
  border-radius: 100%;
  opacity: 1 !important;
  transition: opacity 0.4s;
  transition: box-shadow 0.4s;
}
#header .account-item .account-link span, #header .account-item .nav-top-not-logged-in span {
  border: 1px solid #36383C;
  border-radius: var(--border-radius-buttons);
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 16px;
}
#header .account-item .account-link span::after, #header .account-item .nav-top-not-logged-in span::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-right.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  opacity: 0.8;
}
#header .account-item .account-link i, #header .account-item .nav-top-not-logged-in i {
  display: none;
}
#header .nav:hover > li:not(:hover) > a:before {
  opacity: 1;
}
#header .header-nav-main.nav-left li:first-of-type a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/codelibry/assets/icons/home.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  bottom: 2px;
}
#header .header-nav-main.nav-left li:last-of-type a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/codelibry/assets/icons/gun.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  bottom: 2px;
}
#header .header-nav-main.nav-left li a {
  font-family: var(--font-primary);
  font-size: 16px;
  color: #ABB0C2;
  letter-spacing: 1px;
}
#header .header-nav-main.nav-left .current-menu-item::after, #header .header-nav-main.nav-left li:hover::after {
  background: var(--color-primary);
  content: " ";
  height: 3px;
  left: 50%;
  box-shadow: var(--blur-shadow-main);
  -webkit-box-shadow: var(--blur-shadow-main);
  -moz-box-shadow: var(--blur-shadow-main);
  border-radius: 0 0 12px 12px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 100%;
}
#header .header-nav-main.nav-left .current-menu-item a::before, #header .header-nav-main.nav-left li:hover a::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(153deg) brightness(102%) contrast(104%);
}
#header .header-nav-main.nav-left .current-menu-item a, #header .header-nav-main.nav-left li:hover a {
  color: white;
}
#header .mobile-nav i, #header .icon-shopping-cart::before {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: none;
}
#header .icon-shopping-cart::after {
  background: var(--color-primary);
  color: white;
}

.header:not(.transparent) .header-nav-main.nav > li.active > a {
  color: white;
}

.cart-item .nav-dropdown {
  border: var(--border-radius-primary);
  background-color: #0E0F13;
}
.cart-item .nav-dropdown span.amount {
  color: white;
  font-weight: 700;
}
.cart-item li, .cart-item .total {
  border: none !important;
}

ul.product_list_widget li img {
  object-fit: contain;
}

@media (max-width: 850px) {
  .mobile-nav.nav-right {
    padding-right: 8px;
  }
}
body {
  line-height: 1.2;
}

h1,
.banner h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 100px;
}
@media (max-width: 860px) {
  h1,
  .banner h1 {
    line-height: 100%;
  }
}
h1 strong,
.banner h1 strong {
  font-weight: 700;
}

@media (max-width: 1240px) {
  h1,
  .banner h1 {
    font-size: 82px;
  }
}
@media (max-width: 849px) {
  h1,
  .banner h1 {
    font-size: 64px;
  }
}
h2,
.banner h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2;
}
h2 strong,
.banner h2 strong {
  font-weight: 700;
}

@media (max-width: 1240px) {
  h2,
  .banner h2 {
    font-size: 36px;
  }
}
@media (max-width: 849px) {
  h2,
  .banner h2 {
    font-size: 26px;
  }
}
h3,
.banner h3,
.product-page-price {
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 1240px) {
  h3,
  .banner h3 {
    font-size: 24px;
  }
}
@media (max-width: 849px) {
  h3,
  .banner h3 {
    font-size: 22px;
  }
}
body h4,
.banner h4 {
  font-family: var(--font-secondary);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 1240px) {
  body h4,
  .banner h4 {
    font-size: 18px;
  }
}
@media (max-width: 849px) {
  body h4,
  .banner h4 {
    font-size: 18px;
  }
}
body h5,
.banner h5 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

body h6,
.banner h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  opacity: 1;
  text-transform: none;
}
body h6 strong,
.banner h6 strong {
  font-weight: 700;
}

body .thin-font,
.banner .thin-font {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
}

strong {
  font-weight: 800;
}

body p,
.banner p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

strong {
  font-weight: 800;
}

.nav li a {
  font-weight: 600;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

#logo {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1%;
  vertical-align: middle;
  text-transform: none;
  color: white;
}
#logo .logo-tagline {
  font-weight: 700 !important;
  font-style: normal !important;
}

.ux-menu .ux-menu-link a span {
  font-weight: 500;
  font-size: 14px;
}
.ux-menu .ux-menu-link a span:hover {
  color: white;
}

body .count-up,
.banner .count-up, .counts {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
}

label {
  color: #ABB0C2;
}

:root {
  --color-light-100: #FFFFFF;
  --color-nav-link: #171717;
  --color-neutral-100: #FFFDF4;
  --color-neutral-200: #E5E5E5;
  --color-neutral-400: #A3A3A3;
  --color-neutral-500: #737373;
  --color-neutral-600: #3F403F;
  --color-primary: linear-gradient(180deg, #7BE4E6 0%, #3AA8AA 100%);
  --blur-shadow-main: -1px -12px 59px 10px rgba(58,168,170,0.75);
  --blur-shadow-second: 0 0 20px 0 rgba(58,168,170,0.75);
  --color-secondary: #eb8426;
  --color-labels: #000000;
  --color-border: var(--color-neutral-200);
  --font-primary: "Noto Sans";
  --font-secondary: "Noto Sans";
  --border-radius-primary: 24px;
  --border-radius-buttons: 40px;
}

.scrubfield {
  cursor: auto !important;
}

#main {
  min-height: 55vh;
}

.product-main {
  padding-bottom: 0;
  padding-top: 80px;
}
.product-main .product-gallery .product-images {
  background: radial-gradient(50% 50% at 50% 50%, #282930 32.21%, #1C1C25 100%);
  border-radius: var(--border-radius-primary);
  padding: 64px;
  margin-right: 40px;
  max-height: 350px;
}
.product-main .product-gallery .product-images img {
  max-height: 250px;
}
.product-main .product-info {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 860px) {
  .product-main .product-info {
    padding-top: 20px;
  }
}
.product-main .product-info .product_title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
.product-main .product-info .product_title::before {
  content: "★";
  margin-right: 10px;
}
.product-main .product-info .products_meta p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
}
.product-main .product-info .products_meta p:last-child {
  margin-bottom: 0;
}
.product-main .product-info .products_meta p strong {
  font-size: 16px;
  font-weight: 600 !important;
  margin-top: 8px;
}
.product-main .product-info .products_meta p strong a {
  color: white;
}
@media (max-width: 860px) {
  .product-main .product-info .products_meta {
    display: flex;
    flex-wrap: wrap;
  }
  .product-main .product-info .products_meta p {
    margin-right: 60px;
  }
  .product-main .product-info .products_meta .price {
    margin-top: 0;
  }
}
.product-main .product-info .price {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: white;
}
.product-main .product-info .price span {
  margin-top: 12px;
}
.product-main .product-info .price span.amount {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.product-main .product-info .single_add_to_cart_button {
  border: 1px solid #36383C;
  color: white;
  padding-right: 0;
  height: 44px;
  background: transparent;
  border-radius: var(--border-radius-buttons);
  margin-top: 24px;
}
.product-main .product-info .single_add_to_cart_button:hover {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: none;
  transition: all 0.4s;
}
.product-main .product-info .single_add_to_cart_button:hover::before {
  box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  opacity: 1;
  transition: opacity 0.4s;
}
.product-main .product-info .single_add_to_cart_button::after {
  content: "" !important;
  display: none !important;
}
.product-main .product-info .single_add_to_cart_button::before {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/add.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  float: right;
  width: 47px;
  height: 47px;
  bottom: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  opacity: 0.8;
  border-radius: 100%;
  box-shadow: 0 0 0 1px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 1px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 1px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
}

.related {
  border-top: none;
  padding-bottom: 70px;
}
.related .product-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 460px) {
  .related .product-section-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.related .product-section-title .button {
  margin: 0;
}

.page-checkout span.amount {
  color: white;
  font-family: Noto Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.page-checkout table tr, .page-checkout table td, .page-checkout table th {
  border: none;
}
.page-checkout .cart-collaterals {
  border: none !important;
}

.quantity.buttons_added .input-text {
  padding: 0 !important;
}
.quantity.buttons_added .minus {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 100%;
}
.quantity.buttons_added .plus {
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 100%;
}
.quantity.buttons_added .input-text, .quantity.buttons_added .button {
  height: 44px;
  border-color: white !important;
}
.quantity.buttons_added .input-text:hover, .quantity.buttons_added .button:hover {
  color: white;
  border-color: white !important;
}

.is-form, button.is-form, input[type=submit].is-form, input[type=reset].is-form, input[type=button].is-form {
  text-shadow: none !important;
}

.breadcrumbs a {
  color: white;
  opacity: 1;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
}
.breadcrumbs a.current span, .breadcrumbs a:hover span {
  background: var(--color-primary);
}

.woocommerce-billing-fields {
  border-top: 0;
}
.woocommerce-billing-fields h3 {
  margin-bottom: 32px;
}

#order_review_heading {
  margin-bottom: 32px;
}

.checkout .large-5 .col-inner {
  border: none;
}
.checkout .woocommerce-form__label-for-checkbo {
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) and (min-width: 450px) {
  .breadcrumb-step {
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    margin: 0 0.5em;
    font-weight: bolder;
    font-size: 14px !important;
    text-align: center;
    height: 1.9em;
    width: 2.4em;
    font-size: 0.7em;
    line-height: 1.9em;
    border-radius: 99px;
    position: relative;
    top: 1px;
  }
}
.filter-button {
  margin-top: 40px;
  font-size: 24px;
}
.filter-button strong {
  font-size: 24px;
}

.category-page-title {
  padding-top: 0;
  margin-bottom: 40px;
  padding-top: 60px;
}
.category-page-title .woocommerce-breadcrumb {
  display: none;
}
.category-page-title h1 {
  font-size: 56px;
}

.category-page-row {
  padding-bottom: 40px;
}

.product-small .col-inner, .product-small.box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce-pagination {
  padding-top: 32px;
}
.woocommerce-pagination ul {
  text-align: right;
}
.woocommerce-pagination ul li {
  margin: 0 0.8em;
}
.woocommerce-pagination ul li a i {
  line-height: 2em !important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
  border: none;
  font-size: 16px;
  color: white;
  height: 2.2em;
  line-height: 2.15em;
  font-weight: 600;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li a:hover {
  background: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
}

.woocommerce-error, .woocommerce-error .message-container {
  outline: none !important;
  border: none !important;
}

.my-account {
  padding-top: 80px;
  padding-bottom: 80px;
}
.my-account .woocommerce-form-login__submit, .my-account .woocommerce-form-register__submit {
  width: 100%;
}
.my-account address {
  font-style: normal !important;
}
.my-account .show-password-input {
  display: none;
}
.my-account .large-2 {
  background-color: #24242D;
  border-radius: var(--border-radius-primary);
  padding: 24px;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 860px) and (min-width: 850px) {
  .my-account .large-2 {
    max-width: 13% !important;
    flex-basis: 13% !important;
  }
}
.my-account .large-2 .account-user.circle {
  display: none;
}
.my-account .large-2 ul {
  margin-top: 0;
}
.my-account .large-2 ul li {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.my-account .large-2 ul li:hover::before {
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(7%) hue-rotate(172deg) brightness(103%) contrast(102%);
}
.my-account .large-2 ul li a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  color: #ABB0C2;
  padding-top: 0;
  padding-bottom: 0;
}
.my-account .large-2 ul li a::before {
  right: auto !important;
  left: -22px !important;
  border-radius: 0 100px 100px 0;
  background-color: #3AA8AA;
  box-shadow: 6px 0px 18px 3px rgba(58, 168, 170, 0.75);
  -webkit-box-shadow: 6px 0px 18px 3px rgba(58, 168, 170, 0.75);
  -moz-box-shadow: 6px 0px 18px 3px rgba(58, 168, 170, 0.75);
}
.my-account .large-2 ul .active a, .my-account .large-2 ul a:hover {
  color: white;
}
.my-account .large-2 ul .active::before {
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(7%) hue-rotate(172deg) brightness(103%) contrast(102%);
}
.my-account .col-border {
  border: none;
}
.my-account .woocommerce-MyAccount-navigation-link--dashboard::before {
  display: flex;
  align-items: center;
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/user.svg");
  display: inline-block;
  margin-right: 8px;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.my-account .woocommerce-MyAccount-navigation-link--dashboard::before {
  display: flex;
  align-items: center;
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/user.svg");
  display: inline-block;
  margin-right: 8px;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.my-account .woocommerce-MyAccount-navigation-link--orders::before {
  display: flex;
  align-items: center;
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/history.svg");
  display: inline-block;
  margin-right: 8px;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.my-account .woocommerce-MyAccount-navigation-link--customer-logout::before {
  display: flex;
  align-items: center;
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/exit.svg");
  display: inline-block;
  margin-right: 8px;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.my-account .card {
  background-color: #24242D;
  border-radius: var(--border-radius-primary);
  padding: 24px;
  border: none;
  box-shadow: none;
  margin-bottom: 24px;
}
.my-account .card:last-of-type {
  margin-bottom: 0;
}
.my-account .card .info-block, .my-account .card address {
  display: flex;
  flex-direction: column;
}
.my-account .card .info-block .group, .my-account .card address .group {
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  max-width: 450px;
}
@media (max-width: 450px) {
  .my-account .card .info-block .group, .my-account .card address .group {
    flex-direction: column;
    padding-bottom: 0;
  }
  .my-account .card .info-block .group p, .my-account .card address .group p {
    width: 100%;
  }
}
.my-account .card .info-block .group p, .my-account .card address .group p {
  width: 180px;
}
.my-account .card .info-block p, .my-account .card address p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  color: white;
}
.my-account .card .info-block p strong, .my-account .card address p strong {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
.my-account .card .card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 385px) {
  .my-account .card .card-title {
    flex-direction: column;
  }
  .my-account .card .card-title .edit {
    width: fit-content;
    margin-left: auto;
    padding-top: 10px;
  }
}
.my-account .card .card-title .edit {
  font-size: 16px;
  color: white;
}
.my-account .card .card-title .edit::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/edit.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.my-account .large-10 {
  padding-bottom: 0;
}
.my-account .woocommerce-form-change-password .button {
  width: 100%;
  background-color: transparent;
  border-radius: var(--border-radius-buttons);
  border: 1px solid #36383C;
  color: #9FB1B3;
  font-size: 16px;
  font-weight: 600;
  height: 46px;
  margin-bottom: 0;
  line-height: 46px;
}
.my-account .woocommerce-form-change-password .button:hover::after {
  box-shadow: 0 0 0 4px rgba(84, 208, 212, 0.3);
  -webkit-box-shadow: 0 0 0 4px rgba(84, 208, 212, 0.3);
  -moz-box-shadow: 0 0 0 4px rgba(84, 208, 212, 0.3);
  opacity: 1;
  transition: opacity 0.4s;
}
.my-account .woocommerce-form-change-password .button::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-right.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  right: 0;
  width: 47px;
  height: 47px;
  top: 0.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  opacity: 0.8;
  border-radius: 100%;
}

.account-item .nav-dropdown {
  background-color: #24242D;
  border-radius: var(--border-radius-primary);
  border: none;
}
.account-item .nav-dropdown li a {
  color: #ABB0C2;
  border: none;
}
.account-item .nav-dropdown .active a, .account-item .nav-dropdown li:hover a {
  color: white;
}

.vertical-tabs {
  padding-left: 15px !important;
}
@media (max-width: 860px) {
  .vertical-tabs {
    padding-left: 0 !important;
  }
  .vertical-tabs .large-2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 24px;
  }
}

.lightbox-content {
  border-radius: var(--border-radius-primary);
  background-color: #0E0F13;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1215686275);
  max-width: 600px;
}
.lightbox-content .lightbox-inner, .lightbox-content .my-account.lightbox-inner {
  padding: 24px 32px;
}
@media (max-width: 450px) {
  .lightbox-content .lightbox-inner, .lightbox-content .my-account.lightbox-inner {
    padding: 16px;
  }
}
.lightbox-content .mfp-close {
  right: 32px;
  top: 24px !important;
  color: white;
  opacity: 1;
}
.lightbox-content .large-6 {
  padding: 0;
}
.lightbox-content .account-container h3 {
  font-size: 40px;
}
.lightbox-content .account-container .woocommerce-button {
  width: 100%;
  background: transparent;
  border: 1px solid #36383C;
  height: 44px;
  line-height: 42px;
}
.lightbox-content .account-container .woocommerce-button:hover::after {
  box-shadow: 0 0 0 4px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 4px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 4px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  opacity: 1;
  transition: opacity 0.4s;
}
.lightbox-content .account-container .woocommerce-button::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-right.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  float: right;
  left: 20px;
  width: 47px;
  height: 47px;
  bottom: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  opacity: 0.8;
  border-radius: 100%;
  box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
}
.lightbox-content .account-container .footer-info {
  color: white;
  text-align: center;
}
.lightbox-content .account-container .footer-info a {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: none;
}
.lightbox-content .account-register-inner .woocommerce-button {
  margin-bottom: 0;
}
.lightbox-content .account-register-inner .woocommerce-form__label-for-checkbox {
  color: white;
  font-size: 16px;
}
.lightbox-content .account-register-inner .woocommerce-form__label-for-checkbox a {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: none;
}
.lightbox-content .account-login-inner .lost_password {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.lightbox-content .account-login-inner .lost_password a {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: none;
}

@media (max-width: 450px) {
  .mfp-container {
    padding: 24px;
  }
}
/* Hide register form by default */
.account-container.is-login-active .account-register {
  display: none;
}

.account-container.is-login-active .account-login {
  display: block;
}

.account-container:not(.is-login-active) .account-register {
  display: block;
}

.account-container:not(.is-login-active) .account-login {
  display: none;
}

mark {
  background-color: transparent !important;
  color: #abb0c2;
}

.switcher {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: none;
}

.ivpa-opt {
  padding: 20px;
  background-color: #FBFBFC;
  border-radius: 32px;
}
.ivpa-opt .ivpa_title {
  color: #202138;
  font-weight: 600;
  font-size: 18px;
}
.ivpa-opt .ivpa-info-box {
  display: none !important;
}
.ivpa-opt .ivpa-terms .ivpa_term {
  border: none !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -4% !important;
  background-color: rgba(56, 56, 56, 0.0392156863);
  border-radius: 50px !important;
  color: #202138 !important;
  padding: 12px !important;
}
.ivpa-opt .ivpa-terms .ivpa_clicked {
  background-color: #FD856D;
  color: white !important;
}

.ivpa-prices-add {
  border: none;
}

.ivpa_term .ivpa-addprice {
  font-size: 14px;
}

.woof_redraw_zone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
.woof_redraw_zone .woof_container {
  width: 32%;
  padding: 15px 20px;
  border: 1px solid #565A63;
  border-radius: var(--border-radius-buttons);
  height: fit-content;
  margin-bottom: 20px;
}
.woof_redraw_zone .woof_container h4 {
  margin-bottom: 0;
  font-size: 16px;
  color: #ABB0C2;
}
.woof_redraw_zone .woof_container .woof_front_toggle {
  font-size: 0;
  position: relative;
  top: 12px;
}
.woof_redraw_zone .woof_container .woof_front_toggle::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/up.svg");
  display: inline-block;
  position: relative;
  width: 16px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transform: rotate(-180deg);
  color: white;
}
.woof_redraw_zone .woof_container .woof_front_toggle_opened {
  transform: rotate(180deg);
}
.woof_redraw_zone .woof_container .chosen-container, .woof_redraw_zone .woof_container .woof_block_html_items {
  padding-top: 24px;
  max-height: 300px;
  overflow: auto;
}
.woof_redraw_zone .woof_submit_search_form_container {
  display: none !important;
}
.woof_redraw_zone .woof_container_8 {
  margin-right: 0;
}
@media (max-width: 860px) {
  .woof_redraw_zone {
    flex-direction: column;
  }
  .woof_redraw_zone .woof_container {
    width: 100%;
    margin-right: 0;
    padding: 15px 10px !important;
  }
  .woof_redraw_zone .woof_container .woof_front_toggle {
    top: 8px;
  }
  .woof_redraw_zone .woof_container .chosen-container, .woof_redraw_zone .woof_container .woof_block_html_items {
    padding-top: 12px;
    max-height: 200px;
    overflow: auto;
  }
}

@media (max-width: 860px) {
  .widget .woof_redraw_zone ul li, .widget .woof_redraw_zone ul li a {
    display: flex;
  }
  .widget .woof_redraw_zone ul li label, .widget .woof_redraw_zone ul li a label {
    font-size: 12px !important;
  }
}
.mfp-content #main-menu, .mfp-content #shop-sidebar, .mfp-content #cart-popup {
  background-color: #0E0F13 !important;
  height: 100%;
}

.woof_radio_label {
  margin-bottom: 0 !important;
}

@media (min-width: 850px) {
  .woof_sid {
    display: block !important;
  }
  .woof_show_mobile_filter {
    display: none;
  }
}
#shop-sidebar .sidebar-inner {
  background-color: #0E0F13 !important;
}

button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .toggle, .woopay-express-button, .js-woopayments-copy-test-number), .button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .woopay-express-button, .js-woopayments-copy-test-number), .woocommerce-Button {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 16px;
  border-radius: var(--border-radius-buttons);
  border: 1px solid #36383C;
  color: white;
  padding-right: 0;
  height: 44px;
  line-height: 41px !important;
  background-color: transparent !important;
}
button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .toggle, .woopay-express-button, .js-woopayments-copy-test-number):hover, .button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .woopay-express-button, .js-woopayments-copy-test-number):hover, .woocommerce-Button:hover {
  transition: all 0.4s;
  background: var(--color-primary) !important;
  background-clip: text !important;
  color: transparent !important;
  transition: none;
  transition: all 0.4s;
  box-shadow: none !important;
  background: transparent;
  border: 1px solid #36383C;
}
button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .toggle, .woopay-express-button, .js-woopayments-copy-test-number):hover span, .button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .woopay-express-button, .js-woopayments-copy-test-number):hover span, .woocommerce-Button:hover span {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: all 0.4s;
}
button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .toggle, .woopay-express-button, .js-woopayments-copy-test-number):hover::after, .button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .woopay-express-button, .js-woopayments-copy-test-number):hover::after, .woocommerce-Button:hover::after {
  outline: 4px solid rgba(84, 208, 212, 0.3019607843);
  opacity: 1;
  transition: opacity 0.4s;
}
button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .toggle, .woopay-express-button, .js-woopayments-copy-test-number) span, .button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .woopay-express-button, .js-woopayments-copy-test-number) span, .woocommerce-Button span {
  position: relative;
  bottom: 2px;
}
button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .toggle, .woopay-express-button, .js-woopayments-copy-test-number)::after, .button:not(.icon, .mfp-close, .show-password-input, .ajax_add_to_cart, .is-link, .woopay-express-button, .js-woopayments-copy-test-number)::after, .woocommerce-Button::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-right.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  float: right;
  width: 46px;
  height: 46px;
  bottom: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  opacity: 0.8;
  border-radius: 100px;
  box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
}

.woocommerce-Button, .woocommerce-button {
  border-radius: var(--border-radius-buttons);
  opacity: 0.9;
}

.button.is-link {
  color: white;
  font-size: 16px;
}
.button.is-link:hover {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: all 0.4s;
}
.button.is-link:hover::after {
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-grad.svg");
}
.button.is-link::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-white.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.button:not(.product_type_simple, .back-to-top).is-outline {
  border: 1px solid #36383C;
  color: white;
  padding-right: 0;
  height: 44px;
}
.button:not(.product_type_simple, .back-to-top).is-outline:hover {
  transition: all 0.4s;
  background: transparent;
  border: 1px solid #36383C;
}
.button:not(.product_type_simple, .back-to-top).is-outline:hover span {
  background: var(--color-primary);
  background-clip: text;
  color: transparent !important;
  transition: none;
  transition: all 0.4s;
}
.button:not(.product_type_simple, .back-to-top).is-outline:hover::after {
  outline: 4px solid rgba(84, 208, 212, 0.3019607843);
  opacity: 1;
  transition: opacity 0.4s;
}
.button:not(.product_type_simple, .back-to-top).is-outline span {
  position: relative;
  bottom: 0;
}
.button:not(.product_type_simple, .back-to-top).is-outline::after {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-right.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 47px;
  height: 47px;
  bottom: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  opacity: 0.8;
  border-radius: 100px;
  box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

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

.text-right {
  text-align: right;
}

.rounded, .rounded img {
  border-radius: 24px;
}

.shadow {
  box-shadow: 0px 0px 15px 0px rgba(125, 81, 216, 0.3019607843);
}

.bg-light {
  background-color: #F9F9FA;
}

.bg-primary {
  background: var(--color-primary);
  color: #fff;
}

.bg-black {
  background-color: #202138;
  color: white;
}

.o-0 {
  opacity: 0;
}

.o-25 {
  opacity: 0.25;
}

.o-50 {
  opacity: 0.5;
}

.o-75 {
  opacity: 0.75;
}

.o-100 {
  opacity: 1;
}

@media (max-width: 450px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 1030px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (min-width: 450px) and (max-width: 1029px) {
  .hide-tablet {
    display: none;
  }
}

.object-fill, .object-fill img {
  object-fit: fill;
}

.left-2 {
  left: 20px;
}

.accordion .accordion-item {
  margin-bottom: 16px;
  background: #24242C;
  border-radius: 24px;
}
.accordion .accordion-item:last-child {
  padding-bottom: 0;
}
.accordion .accordion-item .accordion-inner {
  padding: 0 2.3em 1em 2.3em;
}
.accordion .accordion-item .accordion-title {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  border-radius: 24px;
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
.accordion .accordion-item .accordion-title .toggle {
  position: relative;
  transform-origin: 50% 58%;
  transition: none !important;
}
.accordion .accordion-item .accordion-title .toggle i::before {
  content: "" !important;
  background-image: url("/wp-content/themes/codelibry/assets/icons/arrow-down.svg");
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  outline: none;
  border-radius: 100%;
  box-shadow: var(--blur-shadow-second);
  -webkit-box-shadow: var(--blur-shadow-second);
  -moz-box-shadow: var(--blur-shadow-second);
}
.accordion .accordion-item .accordion-title .toggle:hover {
  background-color: rgba(1, 1, 1, 0) !important;
}
.accordion .accordion-item .accordion-title.plain .toggle {
  color: #202138;
  opacity: 1;
  top: 0;
}
.accordion .accordion-item .accordion-title.plain .toggle i::before {
  content: "+";
  font-size: 30px;
  font-weight: 600;
}
.accordion .accordion-item .accordion-title.active {
  background: #24242C;
}
.accordion .accordion-item .accordion-title.active .toggle {
  -webkit-transform: rotate(360deg) !important;
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  transition: none !important;
}
.accordion .accordion-item .accordion-title.active .toggle i::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: none !important;
}

.header-nav-main {
  justify-content: center;
}

body ol {
  list-style: none;
  counter-reset: li;
  position: relative;
}
body ol li {
  padding-bottom: 32px;
  padding-left: 48px;
  counter-increment: li;
  position: relative;
  margin-left: 0;
  margin-left: 1.1rem !important;
}
body ol li:last-child {
  padding-bottom: 0;
}
body ol li h4 {
  padding-bottom: 6px;
  font-weight: 600;
}
body ol li p {
  margin-bottom: 0;
  color: #9596A9;
}
body ol li::before {
  content: counter(li);
  position: absolute;
  left: -8px;
  top: 0;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #FD856D;
  color: white;
  border-radius: 50%;
  font-weight: bold;
}

input[type=email], input[type=date], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
  border: 1px solid #565A63;
  border-radius: var(--border-radius-buttons);
  color: #ABB0C2 !important;
  background-color: transparent;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
input[type=email]:focus, input[type=date]:focus, input[type=number]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus, select:focus, .select-resize-ghost:focus, .select2-container .select2-choice:focus, .select2-container .select2-selection:focus {
  background-color: transparent;
}

body input.select2-search__field, .select2-results__option {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.woocommerce-form label {
  color: #ABB0C2;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  padding-bottom: 5px;
}

.select2-dropdown {
  border: 1px solid #565A63;
  color: #ABB0C2;
  background-color: #0E0F13;
}

.select2-selection__rendered {
  position: relative;
  top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ABB0C2 !important;
}

/* Hide the native checkbox */
input[type=checkbox] {
  -webkit-appearance: none; /* iOS Safari */
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #7BE4E6;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin-top: 12px;
  border-radius: 4px;
  display: inline-block; /* iOS requires inline-block or block */
  box-sizing: border-box;
}

/* Tick mark */
input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

/* Checked state */
input[type=checkbox]:checked {
  border-color: #7BE4E6;
  background-color: #7BE4E6;
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

/* Optional: Disabled style */
input[type=checkbox]:disabled {
  border-color: #7BE4E6;
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.section-title-container, .section-title-normal, .section-title-main {
  border: none;
}

body .home-hero {
  border-top: 1px solid #444F53;
}
@media (min-width: 1024px) {
  body .home-hero .medium-7 .col-inner .text-block {
    padding-right: 200px;
  }
}
body .home-hero .col {
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) and (min-width: 860px) {
  .category-block .col-inner {
    margin-left: 0 !important;
  }
  .large-7 {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.product-container .section-title-container {
  margin-bottom: 0;
}
.product-container .section-title-normal {
  border: 0;
}

.explore {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .explore .text {
    padding-right: 100px;
  }
  .explore .text p {
    padding-right: 90px;
  }
}
.explore .explore-add .icon-box .icon-box-img {
  margin-right: 8px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.explore .explore-add .col .col-inner {
  height: 67px;
  display: flex;
  align-items: center;
}

.how-work {
  padding-bottom: 60px;
}
@media (min-width: 860px) {
  .how-work {
    padding-left: 15px;
  }
}
.how-work h4 {
  font-weight: 600 !important;
}
.how-work .image-emelent {
  background-image: url("/wp-content/themes/codelibry/assets/img/how.png");
  background-position: center;
  background-size: cover;
}
@media (max-width: 850px) {
  .how-work .image-emelent {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 300px;
  }
}
.how-work .col .col-inner, .how-work .col.bg-primary {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.how-work .col .col-inner p, .how-work .col.bg-primary p {
  margin: 0;
}
.how-work .col .col-inner .section-title-container, .how-work .col .col-inner .section-title-normal, .how-work .col .col-inner .section-title-main, .how-work .col.bg-primary .section-title-container, .how-work .col.bg-primary .section-title-normal, .how-work .col.bg-primary .section-title-main {
  border: none;
  margin: 0;
}
@media (max-width: 850px) {
  .how-work .col .col-inner {
    min-height: 150px;
  }
}
@media (max-width: 850px) {
  .how-work .shadow.rounded {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 850px) and (max-width: 860px) {
  .how-work .large-3 {
    max-width: 28% !important;
    flex-basis: 28% !important;
  }
}
@media screen and (min-width: 850px) {
  .how-work .large-6 {
    max-width: 40%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 40%;
    height: 240px;
  }
  .how-work .large-6:first-of-type {
    margin-right: 10px;
  }
  .how-work .large-3 {
    max-width: 29%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 29%;
  }
  .how-work .large-3 .col-inner {
    height: 240px;
  }
  .how-work .large-3:nth-child(4) {
    padding-left: 0 !important;
  }
  .how-work .large-3:nth-child(5) {
    padding-right: 20px !important;
  }
}

.searchform-wrapper form {
  background-color: transparent;
  color: #ABB0C2;
  border-radius: 50px;
  border: 1px solid hsl(222, 7%, 36%);
  padding: 0 54px;
  height: 60px;
}
.searchform-wrapper form .flex-grow {
  height: 60px;
}
@media (max-width: 860px) {
  .searchform-wrapper form .flex-grow {
    flex-grow: 1;
    position: relative;
  }
}
@media (max-width: 450px) {
  .searchform-wrapper form .flex-grow {
    bottom: 2px;
  }
}
.searchform-wrapper form input[type=search] {
  background: none;
  border: none;
  box-shadow: none;
}
.searchform-wrapper form .flex-col:last-of-type {
  position: absolute;
  left: 0;
  width: fit-content;
}
.searchform-wrapper form .submit-button {
  padding: 0;
  background-color: rgba(244, 245, 246, 0);
  border: none;
  color: #ABB0C2;
}
.searchform-wrapper form .flex-col {
  padding-top: 0;
  padding-bottom: 0;
}
.searchform-wrapper form .search-field {
  padding: 0 !important;
  height: 100%;
}

.social-icons .button.icon, .follow-icons .button.icon {
  padding: 12px 14px;
  margin-right: 6px;
  max-width: fit-content;
}
.social-icons .button.icon i::before, .follow-icons .button.icon i::before {
  font-size: 16px;
  color: #202138;
}

body .social-button, .social-icons .button.icon:hover, .social-icons .button.icon:not(.is-outline) {
  background-color: white !important;
  border: none;
}

.product-category .box-category {
  display: flex;
  flex-direction: column-reverse;
  background-color: #24242C;
  border-radius: var(--border-radius-primary);
  padding: 16px;
}
.product-category .box-category h5 {
  font-size: 18px;
  text-transform: none;
}
.product-category .box-category .box-image {
  margin: 0;
}
@media (min-width: 860px) {
  .product-category .box-category .box-image {
    min-width: 162px;
  }
  .product-category .box-category .box-image img {
    min-width: 162px;
  }
}
.product-category .category-icon {
  display: inline-block;
  width: 41px;
  background-position: center;
  height: 40px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
  background-color: transparent;
}
.product-category .box-text {
  padding-left: 0;
  padding-top: 0;
  font-size: 18px;
}
.product-category .box-text .box-text-inner {
  width: fit-content;
  margin: 0;
}
@media (max-width: 860px) {
  .product-category {
    margin-bottom: 24px !important;
  }
}

.product-small.box {
  background-color: #24242D;
  border-radius: var(--border-radius-primary);
  padding: 20px;
}
.product-small.box .box-image {
  padding: 46px;
  background: radial-gradient(50% 50% at 50% 50%, #282930 32.21%, #1C1C25 100%);
  border-radius: 16px;
}
.product-small.box .box-image::before {
  background: var(--grade-color);
  content: " ";
  height: 3px;
  opacity: 0.4;
  left: 50%;
  box-shadow: -1px -12px 59px 10px var(--grade-color);
  -webkit-box-shadow: -1px -12px 59px 10px var(--grade-color);
  -moz-box-shadow: -1px -12px 59px 10px var(--grade-color);
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 120px;
}
.product-small.box .box-text {
  padding-bottom: 0;
}
.product-small.box .box-text .title-wrapper {
  flex-direction: column-reverse;
  display: flex;
  padding-bottom: 12px;
}
.product-small.box .box-text .title-wrapper .product-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}
.product-small.box .box-text .title-wrapper .product-title a {
  color: white;
}
.product-small.box .box-text .title-wrapper .category {
  font-size: 12px;
  color: #ABB0C2;
  text-transform: none;
}
.product-small.box .box-text .price {
  width: fit-content;
}
.product-small.box .box-text span.amount {
  font-family: Noto Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: white;
}
.product-small.box .box-text span.amount::before {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/money.svg");
  display: inline-block;
  margin-right: 12px;
  position: relative;
  width: 22px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.product-small.box .box-text .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-small.box .box-text .price-wrapper .button {
  width: fit-content;
  margin: 0;
  background-color: transparent;
  font-size: 0;
  border: none;
}
.product-small.box .box-text .price-wrapper .button:hover::before {
  box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 2px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  opacity: 1;
  transition: opacity 0.4s;
}
.product-small.box .box-text .price-wrapper .button::before {
  content: "";
  background-image: url("/wp-content/themes/codelibry/assets/icons/add.svg");
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  opacity: 0.8;
  border-radius: 100%;
  box-shadow: 0 0 0 1px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -webkit-box-shadow: 0 0 0 1px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
  -moz-box-shadow: 0 0 0 1px rgba(84, 208, 212, 0.3), var(--blur-shadow-second);
}
