/*

Theme Name: magicalstudiongl

Theme URI: http://www.magicalstudiongl.com

Author: magicalstudiongl

Author URI: http://www.magicalstudiongl.com

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "Petrona-Light";
  src: url("fonts/Petrona-Light.ttf");
}

@font-face {
  font-family: "Petrona-Regular";
  src: url("fonts/Petrona-Regular.ttf");
}

@font-face {
  font-family: "Petrona-Medium";
  src: url("fonts/Petrona-Medium.ttf");
}

@font-face {
  font-family: "Petrona-Semibold";
  src: url("fonts/Petrona-SemiBold.ttf");
}

@font-face {
  font-family: "Petrona-Bold";
  src: url("fonts/Petrona-Bold.ttf");
}

@font-face {
  font-family: "Petrona-ExtraBold";
  src: url("fonts/Petrona-ExtraBold.ttf");
}

@font-face {
  font-family: "Jost-Light";
  src: url("fonts/Jost-Light.ttf");
}

@font-face {
  font-family: "Jost-Regular";
  src: url("fonts/Jost-Regular.ttf");
}

@font-face {
  font-family: "Jost-Medium";
  src: url("fonts/Jost-Medium.ttf");
}

@font-face {
  font-family: "Jost-SemiBold";
  src: url("fonts/Jost-SemiBold.ttf");
}

@font-face {
  font-family: "Jost-Bold";
  src: url("fonts/Jost-Bold.ttf");
}

@font-face {
  font-family: "Jost-Black";
  src: url("fonts/Jost-Black.ttf");
}

/* -- style for common -- */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Petrona-Regular";
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: "Jost-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

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

:focus {
  box-shadow: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
}

ul,
ol {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

/* Common Style */

:root {
  --primary: #ddd;
  --black: #000;
  --white: #fff;
}

/* Common Style */

.padding-100 {
  padding-top: 100px;
  width: 100%;
  display: flex;
}

.common-container {
  max-width: 1920px;
  width: 100%;
  padding: 0 300px;
  margin: auto;
}

.woocommerce-loop-product__title {
  font-size: 20px !important;
  font-family: "Petrona-Bold";
  padding-top: 0 !important;
}

.home-praducts-section .products,
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.products::before,
.products::after {
  display: none !important;
}

.products .product {
  border: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  top: 20px !important;
  left: 0 !important;
  right: auto !important;
  width: fit-content !important;
  height: 28px;
  min-height: auto !important;
  padding: 2px 20px !important;
  border-radius: 0px !important;
  display: flex;
  line-height: 26px !important;
  background: #000 !important;
  font-family: "Jost-Regular" !important;
  font-weight: 400;
}

/* Checkout button */
.woocommerce-checkout .button {
  background: #0073aa;
  color: #fff;
  border-radius: 8px;
  padding: 14px 25px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.woocommerce-checkout .button:hover {
  background: #005177;
  color: #fff;
}

/* Section headings */
.woocommerce-checkout h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}

/* Order review table */
.woocommerce-checkout-review-order-table {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 15px;
  text-align: left;
}

.henna-background-image1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.henna-background-image2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
}

.main-alignment-sec {
  position: relative;
}

.header__menu ul li a {
  font-family: "Jost-Medium" !important;
  font-weight: normal;
}

.section-title span {
  font-family: "Jost-Medium" !important;
}

.header-logo .header_nav_img {
  height: 90px;
}

.footer__about .footer__logo img {
  height: 100px;
}

/* -----------------------------------------------------------
   GLOBAL WRAPPER
----------------------------------------------------------- */
.woocommerce-account .woocommerce {
  max-width: 1150px;
  margin: 40px auto;
  padding: 20px;
}

/* -----------------------------------------------------------
   SIDEBAR MENU
----------------------------------------------------------- */
.woocommerce-MyAccount-navigation {
  width: 260px;
  float: left;
  background: #fff;
  border-radius: 20px;
  padding: 25px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 24px;
  font-size: 16px;
  color: #333;
  border-left: 4px solid transparent;
  text-decoration: none;
  transition: 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #ffeaf5;
  color: #a31465;
  border-left-color: #fe7bc1;
}

/* -----------------------------------------------------------
   RIGHT CONTENT AREA
----------------------------------------------------------- */
.woocommerce-MyAccount-content {
  width: calc(100% - 300px);
  float: right;
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

/* GENERAL TITLES */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* -----------------------------------------------------------
   DASHBOARD WELCOME BOX
----------------------------------------------------------- */
.woocommerce-MyAccount-content .woocommerce-info {
  background: linear-gradient(135deg, #fe7bc1, #fe7bc1);
  color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* -----------------------------------------------------------
   ORDERS TABLE
----------------------------------------------------------- */
.woocommerce table.my_account_orders {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.woocommerce table.my_account_orders th {
  color: #000;
  padding: 14px;
  font-size: 15px;
}

.woocommerce table.my_account_orders td {
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
}

.woocommerce table.my_account_orders td a.button {
  padding: 8px 15px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
}

/* -----------------------------------------------------------
   ORDER DETAILS PAGE
----------------------------------------------------------- */
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order .woocommerce-order-details {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.woocommerce-order-details table {
  border-radius: 15px;
  overflow: hidden;
}

/* -----------------------------------------------------------
   ADDRESS BOOK (Billing / Shipping)
----------------------------------------------------------- */
.woocommerce-Addresses {
  display: grid;
}

.woocommerce-Addresses .woocommerce-Address {
  max-width: 100% !important;
  min-width: 100%;
}

.woocommerce-Address address {
  font-size: 16px;
  font-family: "Jost-Regular";
}

.woocommerce-Address {
  width: calc(50% - 20px);
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.woocommerce-Address-title h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.woocommerce form .form-row .nice-select {
  width: 100% !important;
  border: 1px solid #200707cc !important;
}

.woocommerce form .form-row {
  display: grid;
}

.edit {
  color: #000000;
  text-decoration: underline;
  font-family: "Jost-Medium";
}

/* -----------------------------------------------------------
   ACCOUNT DETAILS FORM
----------------------------------------------------------- */
.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.woocommerce input.input-text {
  width: 100%;
  padding: 12px 15px;
  border-radius: 12px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  transition: 0.25s;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #ff7b00;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 123, 0, 0.2);
}

/* -----------------------------------------------------------
   BUTTONS
----------------------------------------------------------- */
.woocommerce button.button,
.woocommerce a.button {
  background: #ac2b74 !important;
  color: #fff !important;
  padding: 12px 28px !important;
  position: relative !important;
  border-radius: 6px !important;
  height: 45px;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-family: "Jost-Medium";
  font-weight: normal !important;
  font-size: 18px !important;
}

.woocommerce button.button:before,
.woocommerce a.button:before,
.woocommerce button.button:after,
.woocommerce a.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.woocommerce button.button:hover:before,
.woocommerce a.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #ac2b74 20%, transparent 30%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ac2b74 15%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.woocommerce button.button:hover::after,
.woocommerce a.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ac2b74 15%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%) !important;
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18% !important;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* -----------------------------------------------------------
   RESPONSIVE (MOBILE)
----------------------------------------------------------- */
@media (max-width: 900px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-Address {
    width: 100%;
  }
}

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

.added_to_cart.wc-forward {
  font-family: "Jost-Bold";
  color: #28a745;
  font-size: 18px;
  padding: 8px 22px;
  min-width: 144px;
  display: flex;
  justify-content: center;
  width: fit-content;
}

.common-btn, input#submit {
  background: #ac2b74 !important;
  color: #fff !important;
  padding: 12px 28px !important;
  position: relative !important;
  border-radius: 6px !important;
  height: 45px;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-family: "Jost-Medium";
  font-weight: normal !important;
  font-size: 18px !important;
}

.common-btn::before,
.common-btn::after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.common-btn:hover::before {
  top: -70%;
  background-image: radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #ac2b74 20%, transparent 30%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ac2b74 15%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.common-btn:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ac2b74 15%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%),
    radial-gradient(circle, #ac2b74 20%, transparent 20%) !important;
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18% !important;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.hero__items {
  margin-left: -1px;
}

div#sidebar {
  display: none;
}

main#main,
.inner_section {
  max-width: 1920px;
  width: 100%;
  padding: 50px 220px;
  margin: 0 auto;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 48%;
  max-width: 100%;
}

.team__item img {
  height: 300px;
  object-fit: cover;
}

.team__item p {
  font-size: 16px;
  display: block;
  color: #464646;
  line-height: 26px;
}

.blog-page-content-sec {
  position: relative;
  max-width: 80%;
  margin: -150px auto 0;
  background: #fff;
  padding: 40px;
}

.blog-page-content-sec .post-title {
  font-size: 32px;
  font-family: "Petrona-Bold";
  margin-bottom: 30px;
}

.post_metas_title {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.single_page_cnt h3 {
  font-size: 26px;
  font-family: "Petrona-Bold";
  margin-top: 25px;
  margin-bottom: 12px;
}

.single_page_cnt h4 {
  font-size: 22px;
  font-family: "Petrona-Bold";
  margin-top: 15px;
}

.single_page_cnt p {
  margin-top: 10px;
}

.single_page_cnt ul {
  padding-left: 30px;
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.single_page_cnt ul li {
  font-size: 18px;
}

.single_page_cnt h5 {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.breadcrumbs {
  margin-bottom: 25px;
  font-size: 18px;
  font-family: "Jost-Medium";
}

.breadcrumbs a {
  color: #880467;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.post-navigation a {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #880467;
  font-family: "Nunito-Bold";
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #880467;
}

.post-navigation a:hover {
  color: #228b22;
  border-bottom: 2px solid #228b22;
}

.header__top__links a {
  transition: all 0.3s ease-in-out;
}

.header__top__links a:hover {
  color: #ac2b74;
}

.header__top__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__top__right .common-btn {
  height: 35px;
  font-size: 15px !important;
  padding: 8px 13px !important;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

/* Active popup */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Popup Box */
.popup-box {
  background: #ffeef9;
  width: 100%;
  max-width: 600px;
  padding: 40px 50px 5px;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 12px;
  position: relative;
  transform: scale(0.7) translateY(-50px);
  transition: all 0.4s ease;
}

.popup-background-image {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  width: 100%;
  left: 0;
  top: 0;
}

/* Animate box */
.popup-overlay.active .popup-box {
  transform: scale(1) translateY(0);
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}

.popup-close svg {
  width: 30px;
  height: 30px;
}

.arrow_right:before,
.arrow_left:before {
  content: "";
}

.owl-nav svg {
  width: 42px;
  height: 42px;
}

.canvas__open {
  border: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  right: 22px;
  top: 34px;
}

.canvas__open svg {
  height: 40px;
  width: 40px;
}

.post-edit-link {
  display: none;
}

.woocommerce p.stars a {
  font-size: 20px;
  color: gold;
}

.woocommerce #reviews #comments h2 {
  clear: none;
  font-size: 22px;
  font-family: "Petrona-Semibold";
  margin-bottom: 20px;
}

.footer__about p {
  color: #b7b7b7;
  margin-top: 30px;
  margin-bottom: 0;
}

.footer__newslatter a,
.footer__newslatter p {
  color: #b7b7b7 !important;
  font-family: "Jost-Medium";
  font-size: 16px;
}

.footer__newslatter {
  display: grid;
  gap: 10px;
}

.woocommerce .star-rating span::before {
  color: gold;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 26px;
}

input {
  height: 45px;
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  padding-left: 20px !important;
  font-size: 15px !important;
  border-radius: 5px !important;
}

.nice-select {
  height: 45px;
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  padding-left: 20px !important;
  font-size: 15px !important;
  border-radius: 5px !important;
}

.popup-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-family: "Petrona-Bold";
}

input[type="radio"] {
  width: 16px !important;
  border-radius: 50% !important;
  padding-left: 1px !important;
  font-size: 15px !important;
}

input[type="checkbox"] {
  padding-left: 2px !important;
}

#field_9dx4e_label {
  display: none;
}

label,
div#field_rnb6b_label {
  font-family: "Jost-Medium" !important;
  padding-bottom: 0px !important;
}

.frm_radio label,
.frm_checkbox label {
  font-family: "petrona-regular" !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 15px;
}

.frm_error,
span.frm_required {
  color: #dc3545 !important;
  font-family: "Petrona-Regular" !important;
}


.woocommerce div.product .product_title {
    font-size: 44px;
    font-family: "Petrona-Semibold";
}

.summary.entry-summary .price {
    font-size: 18px !important;
    padding: 10px 0;
    color: #ac2b74 !important;
} 

.woocommerce ul.products li.product .price{
   color: var(--black) !important;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px !important;
}

.summary.entry-summary form.cart {
    margin-top: 30px;
}

input#rememberme, input#ship-to-different-address-checkbox, input#mailpoet_woocommerce_checkout_optin, input[type="checkbox"] {
    width: fit-content;
    height: fit-content;
}

.about__item p a {
    color: #ac2b74;
    font-family: 'Jost-Medium';
}