/*
 Theme Name: mykonauta
 Author: mykonauta
 Version: 1.0
 */

:root {
  --bs-primary: #f5c8c5 !important;
  --bs-primary-rgb: 245, 200, 197 !important;
  --bs-secondary: #834948 !important;
  --bs-secondary-rgb: 131, 73, 72 !important;
  --bs-light: #00ffff !important;
}

body {
  font-family: "DM Sans", sans-serif;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  font-family: "DM Serif Display", serif;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
p,
li,
td,
th {
  font-size: 14px;
  line-height: 1.6 !important;
}
hr {
  opacity: 0.06 !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.06) !important;
}
.bg-light {
  background-color: var(--bs-light) !important;
}
.custom-page a {
  color: black;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.category-description h2 {
  font-size: 24px !important;
}
.category-description h3 {
  font-size: 20px !important;
}
.cat-desc-top h2 {
  font-size: 24px !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.form-select,
.form-control {
  cursor: pointer !important;
  border-radius: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
}
.wpcf7 .form-label {
  width: 100%;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.lab-sp {
  margin-top: 4px;
  display: block;
  margin-left: 11px;
}
.wpcf7 textarea {
  height: 100px !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7 .form-check-input {
  margin-left: -1.9rem !important;
  width: 1.7em !important;
  height: 1.7em !important;
  cursor: pointer !important;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 10px !important;
  cursor: pointer;
}
.wpcf7 label {
  line-height: 1.2;
}
.wpcf7 label a {
  font-size: 10px !important;
  color: var(--bs-secondary) !important;
  font-weight: 400 !important;
}
.form-check-input:checked {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #dee2e6 !important;
}
.wpcf7-not-valid-tip {
  font-size: 10px !important;
  margin-left: 11px;
  margin-top: 3px;
}
header {
  box-shadow: 0px 3px 6px #0000000d;
}
.logo {
  max-width: 200px !important;
}
.line {
  height: 40px;
}
.main-bar a:hover {
  text-decoration: underline !important;
}
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
}
.cart-count {
  position: absolute;
  bottom: -2px;
  right: -5px;
  font-size: 9px;
  border-radius: 100%;
  background-color: var(--bs-secondary);
  color: white;
  font-weight: 600;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.btn-close {
  opacity: 1;
}
.shadow {
  box-shadow: 0px 0px 15px #0000000d !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}
.btn,
.wc-block-components-button,
.button {
  text-decoration: none !important;
  padding: 12px 25px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 0px !important;
  color: white !important;
  box-shadow: 0px 0px 15px #0000000d !important;
  border: 0px !important;
}
.btn-primary,
.wc-block-components-button,
.button {
  background-color: #00ffff !important;
  border-color: var(--bs-primary) !important;
  color: black !important;
}
.btn-primary:hover,
.wc-block-components-button:hover,
.button:hover {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn-secondary:hover {
  background-color: white !important;
  border-color: white !important;
  color: var(--bs-secondary) !important;
}
.logo2 {
  max-width: 100px !important;
}
.nav-link {
  font-size: 14px;
  line-height: 1.1;
}
.footer-main a:hover {
  text-decoration: underline !important;
}
/* woocommerce */
.wc-block-components-checkbox__label a {
  color: var(--bs-secondary) !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
}
.wc-block-components-address-form__country,
#billing_country_field,
.woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border-radius: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-form__label span {
  font-size: 13px !important;
  cursor: pointer !important;
}
.woocommerce table.shop_table {
  border-radius: 0px !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: var(--bs-primary) !important;
  border-radius: 0px !important;
}
.woocommerce-terms-and-conditions-wrapper a {
  color: var(--bs-secondary) !important;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
}
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgba(0, 0, 0, 0.1) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  top: -11px !important;
}
.wc_payment_method label {
  cursor: pointer !important;
}
.woocommerce-shipping-methods label {
  cursor: pointer !important;
  font-weight: 600 !important;
}
#place_order {
  width: 100% !important;
  margin-top: 15px !important;
}
.product-card img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.woocommerce-products-header {
  box-shadow: none !important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none !important;
  width: 100% !important;
}
.flex-viewport {
  border-radius: 0px !important;
}
.flex-control-nav {
  display: flex;
  justify-content: center;
  margin-top: 15px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  float: none;
  margin: 0;
  list-style: none;
  max-width: 80px;
  margin: 0px 6px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: 0px;
}
.woocommerce span.onsale {
  background-color: indianred !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 15px !important;
  border-radius: 0px !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  min-height: 0px !important;
  line-height: 1 !important;
}
.product-add-to-cart-section .cart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px !important;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none !important;
}
.quantity input {
  min-width: 60px;
  padding: 9px 13px !important;
}
.woocommerce div.product form.cart .button {
  width: fit-content;
}
.price ins,
.price ins {
  text-decoration: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--bs-secondary) !important;
}
.price del,
.price del {
  margin-right: 10px;
  font-weight: 500;
  color: var(--bs-primary) !important;
  opacity: 1 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
}
.cart-collaterals .woocommerce-shipping-totals {
  display: none !important;
}

.cpl-mobile .woocommerce-cart-form__cart-item.cart_item {
  margin-bottom: 0px;
}
.cpl-inner .cpl-right {
  width: 100%;
}
.cpl-inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 12px;
  display: flex;
  position: relative;

  border-radius: 0px;
}

.cpl-mobile .product-name a {
  color: var(--bs-secondary);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.cpl-mobile .product-name {
  padding-bottom: 4px;
}
.cpl-mobile .cpl-inner .product-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.cpl-inner .product-thumbnail {
  margin-right: 15px;
}
.cpl-mobile .product-subtotal {
  font-size: 14px;
  font-weight: 600;
}
.cpl-mobile .cpl-inner .product-quantity {
  display: flex;
  align-items: center;
}
.cpl-mobile .cpl-inner .product-quantity p {
  margin-bottom: 0px;
  margin-right: 8px;
}
.cpl-mobile .cpl-inner .product-subtotal span {
  font-weight: 400;
}

.cpl-mobile .cpl-inner .product-subtotal span bdi,
.cpl-mobile .product-price span bdi,
.cart-collaterals .woocommerce-Price-amount {
  font-weight: 700;
  color: var(--bs-secondary) !important;
}
.cpl-mobile .product-name,
.cpl-mobile .product-price,
.cpl-mobile .product-quantity {
  margin-bottom: 5px;
  font-size: 14px;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0px;
}
.cpl-inner .variation {
  margin-top: 5px !important;
}
.cpl-inner .variation p {
  margin-bottom: 1px !important;
}
.cpl-inner .variation dt {
  float: left;
  margin-right: 6px;
  font-weight: 600;
}
.cpl-inner .variation dd {
  margin-bottom: 0px !important;
}
.woocommerce a.remove {
  font-weight: 600 !important;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: rgba(0, 0, 0, 0.06) !important;
}
.coupon input {
  min-width: 130px;
  margin-top: -2px !important;
}
.woocommerce-cart .woocommerce-cart-form .cpl-table {
  border: 0px !important;
}
.wc_payment_methods li {
  margin-bottom: 10px !important;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 5px !important;
  vertical-align: middle;
  margin-top: 0px !important;
  float: left;
}

input[type="radio"]:checked {
  border-color: var(--bs-secondary);
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 0px;
  background-color: var(--bs-secondary);
}

.woocommerce-shipping-methods label,
.wc_payment_method label {
  display: flex;
  align-items: center;
  font-weight: 600 !important;
}

.woocommerce-shipping-methods input[type="radio"],
.wc_payment_method input[type="radio"] {
  margin-right: 8px;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0px !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  margin-bottom: 10px;
  width: 90% !important;
  padding: 12px 30px !important;
  border-radius: 0px !important;
  background-color: var(--bs-primary) !important;
  text-decoration: none !important;
  color: var(--bs-secondary) !important;
  font-weight: 600 !important;
}
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}
.woocommerce-MyAccount-navigation-link--wc-smart-coupons,
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.lost_password a {
  color: var(--bs-secondary) !important;
}
.woocommerce-MyAccount-content a {
  color: var(--bs-secondary) !important;
}
.woocommerce-message,
.woocommerce-info {
  border-radius: 0px !important;
  border: 0px !important;
  background-color: var(--bs-primary) !important;

  font-size: 14px !important;
}
.woocommerce-message .button,
.woocommerce-info .button,
#payment .button {
  background-color: var(--bs-light) !important;
  color: black !important;
}
.woocommerce-message .button:hover,
#payment .button:hover {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}
.woocommerce-message a {
  color: var(--bs-secondary) !important;
}
.product-gallery-wrapper {
  position: relative;
}
.woocommerce-account .addresses .title .edit {
  float: none !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 0px !important;
  padding: 25px !important;
}
.woocommerce form.checkout_coupon a,
.woocommerce form.login a,
.woocommerce form.register a {
  color: var(--bs-secondary) !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0px !important;
}
.price bdi {
  font-weight: 700 !important;
}
.price del bdi {
  font-weight: 400 !important;
}

/* woocommerce */
.swiper-products-list img {
  max-height: 250px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.swiper-pagination-bullet {
  width: 25px;
  height: 11px;
  background-color: var(--bs-primary);
  border-radius: 0px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--bs-secondary);
  width: 35px;
}
.swiper .product-card {
  margin: 10px !important;
}
footer .btn:hover {
  text-decoration: none !important;
}
.wapf-field-label {
  font-weight: 600;
}
.wapf-field-label .required {
  display: none;
}
.wapf-field-container .wapf-swatch--image {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  padding: 10px;
  cursor: pointer;
}
.wapf-swatch.wapf-checked {
  border: 1px solid var(--bs-secondary);
}
.wapf-swatch-label {
  font-size: 14px;
}
.wapf-field-label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wapf-field-label label {
  flex-shrink: 0;
}
.wapf-field-label::after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  width: 100%;
}
.wapf-wrapper {
  margin-bottom: 0px !important;
}
.wapf-field-container,
.wapf-field-group {
  padding-bottom: 30px !important;
}
.wapf-field-container:last-of-type,
.wapf-field-group:last-of-type {
  padding-bottom: 0px !important;
}

.wapf-swatch--image.wapf-checked .apf-pick-box,
.wapf-swatch--image.wapf-checked.apf-pick-box {
  border-color: transparent !important;
}
.benefits img {
  width: 40px;
}
.wapf-field-description {
  padding-bottom: 10px !important;
  font-size: 12px !important;
  padding-top: 0px !important;
}
.easypack-parcel-machine-select .easypack_show_geowidget {
  box-shadow: none !important;
  font-size: 14px !important;
  padding: 10px;
  border-radius: 0px;
  color: black;
  font-weight: 500;
}
#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia img {
  height: 20px;
  width: 74px;
  margin-left: 2px !important;
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1400px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {
}

/* Large devices (desktops) */
@media (max-width: 992px) {
  .logo {
    max-width: 110px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .box {
    min-height: 300px;
  }
  .coupon input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .coupon button {
    float: none !important;
    width: 100% !important;
    margin-bottom: 13px !important;
  }
  .woocommerce-MyAccount-navigation li a {
    width: 100% !important;
  }
  .hero {
    min-height: 300px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 576px) {
}
