@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --loaded-height-screen: 1124px;
  --width-screen: 576px;
  --height-screen: 1124px;
  --diagonal-screen: 1262.9932699741514px;
  --diagonal-contact-area: 683.8569957417998px;
  --base_color1:#0cc0df; }

*, *::before, *::after {
  box-sizing: border-box;
  /* Ensures padding and border are included in the element's total width and height */
  margin: 0;
  /* Removes default margins */
  padding: 0;
  /* Removes default padding */ }

/* Remove default list styles */
ul, ol {
  list-style: none; }

/* Remove default text decoration and inherit color for links */
a {
  text-decoration: none;
  color: inherit; }

/* Ensure images and other media are responsive */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto; }

/* Inherit font styles for form elements */
input, button, textarea, select {
  font: inherit; }

body {
  font-family: "Roboto","Jost", Sans-serif;
  background-image: url(/wp-content/uploads/2025/12/v882batch2-kul-05-e-1.jpg);
  background-size: cover;
  background-repeat: repeat; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto","Jost", Sans-serif; }

header#sv_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 15px; }
  header#sv_main .site-title {
    display: none; }
  header#sv_main nav#site-menu button {
    border: 0px;
    background: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: none; }
    header#sv_main nav#site-menu button:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #2e3540;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    header#sv_main nav#site-menu button span {
      display: block;
      background: #fff;
      width: 20px;
      height: 1px;
      position: absolute;
      left: 50%;
      margin: 0 0 0 -10px;
      top: 50%;
      -webkit-transition: background-color 100ms;
      transition: background-color 100ms; }
      header#sv_main nav#site-menu button span:before {
        content: "";
        display: block;
        background: #fff;
        width: 20px;
        height: 1px;
        position: absolute;
        left: 0;
        -webkit-transition: top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        top: -5px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
      header#sv_main nav#site-menu button span:after {
        content: "";
        display: block;
        background: #fff;
        width: 20px;
        height: 1px;
        position: absolute;
        left: 0;
        -webkit-transition: top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), top 0.2s, width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        width: 12px;
        top: 5px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    header#sv_main nav#site-menu button:hover::before {
      -webkit-transform: scale(1.13);
      transform: scale(1.13); }
    header#sv_main nav#site-menu button:hover span::after {
      width: 20px; }
  header#sv_main nav#site-menu ul {
    display: flex; }
    header#sv_main nav#site-menu ul li {
      margin: 0 8px 0 8px;
      padding: 0 0 5px 0;
      position: relative; }
      header#sv_main nav#site-menu ul li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: transparent; }
      header#sv_main nav#site-menu ul li.current-menu-item:after {
        background: #ffbe59; }
      header#sv_main nav#site-menu ul li a {
        font-weight: 600;
        letter-spacing: 0.03em;
        font-family: "Jost", sans-serif;
        text-transform: uppercase;
        padding: 4px 0px;
        font-size: 16px;
        color: #6a676b;
        background-clip: text;
        -webkit-background-clip: text;
        background-size: 200% 100%;
        background-position: right bottom;
        transition: background .4s;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(to right, #ffbe59 50%, #6a676b 50%); }
        header#sv_main nav#site-menu ul li a:hover {
          background-position: left; }

.open_menu header#sv_main nav#site-menu button span {
  background: #2e3540; }

.open_menu header#sv_main nav#site-menu button span:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0; }

.open_menu header#sv_main nav#site-menu button span:after {
  width: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0; }

.l-header-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1; }
  .l-header-bg .l-header-bg__inner {
    width: 68px;
    height: 64px;
    position: absolute;
    top: 18px;
    right: 5px; }
  .l-header-bg .l-header-bg__circle--black {
    background: #000 !important;
    -webkit-transition-delay: .2s;
    transition-delay: .2s; }
  .l-header-bg .l-header-bg__circle {
    width: calc(var(--diagonal-screen) * 2.1);
    height: calc(var(--diagonal-screen) * 2.1);
    border-radius: 50%;
    background: #f7f8fa;
    position: absolute;
    top: calc(50% - var(--diagonal-screen) * 2.1 * .5);
    left: calc(50% - var(--diagonal-screen) * 2.1 * .5);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .l-header-bg .l-header-bg__circle--gray {
    background: #f7f8fa;
    -webkit-transition-delay: .1s;
    transition-delay: .1s; }

.open_menu .l-header-bg .l-header-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: auto; }
.open_menu .l-header-bg .l-header-bg__circle--black {
  background: #000 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(1); }
.open_menu .l-header-bg .l-header-bg__circle--gray {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  transform: scale(1); }

@media (max-width: 768px) {
  body.open_menu #sv_main #site-menu .menu-main-container {
    transform: translate(0, 0); }

  #sv_main #site-menu .menu-main-container {
    transform: translate(100vw, 0);
    transition: 0.3s;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 3; }
    #sv_main #site-menu .menu-main-container ul#primary-menu {
      display: block;
      min-height: 100vh;
      padding: 100px 20px 15px;
      box-sizing: border-box; }
      #sv_main #site-menu .menu-main-container ul#primary-menu li {
        width: 100%;
        display: block;
        margin-bottom: 1em;
        display: flex;
        flex-direction: row-reverse; }
        #sv_main #site-menu .menu-main-container ul#primary-menu li a {
          font-size: 20px;
          display: inline-block; }

  #sv_main #site-menu button.menu-toggle {
    display: block;
    position: fixed;
    right: 15px;
    top: 25px;
    z-index: 8; } }
footer.site-footer {
  border-top: 1px solid #eee;
  padding: 30px 30px 10px;
  max-width: 1200px;
  margin: auto auto 30px;
  background: #FFFFFFBF;
  border-radius: 10px; }
  footer.site-footer .footer_inner {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between; }
    footer.site-footer .footer_inner .left {
      width: 400px; }
      footer.site-footer .footer_inner .left .logo a {
        display: block;
        margin-bottom: 20px; }
        footer.site-footer .footer_inner .left .logo a img {
          display: block;
          max-width: 250px; }
      footer.site-footer .footer_inner .left .pg {
        line-height: 1.5;
        font-size: 16px;
        padding-left: 5px; }
      footer.site-footer .footer_inner .left .sns {
        padding-top: 20px;
        display: flex; }
        footer.site-footer .footer_inner .left .sns a {
          transition: 0.3s;
          margin-right: 10px;
          width: 36px;
          height: 36px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #eee;
          border-radius: 5px;
          background: conic-gradient(from 180deg at 50% 82.43%, #F1EAFA 0deg, #FFFFFF 180.21deg, #F1EAFA 360deg);
          box-shadow: 0px 1.21px 0px 0px #DACEF2; }
          footer.site-footer .footer_inner .left .sns a svg {
            width: 20px; }
            footer.site-footer .footer_inner .left .sns a svg path {
              fill: #c1c1c1; }
          footer.site-footer .footer_inner .left .sns a:hover svg path {
            transition: 0.3s; }
    footer.site-footer .footer_inner .right {
      width: auto;
      display: flex; }
      footer.site-footer .footer_inner .right ul.menu {
        min-width: 140px; }
        footer.site-footer .footer_inner .right ul.menu h4 {
          font-size: 17px;
          font-family: "Jost", sans-serif;
          text-transform: uppercase; }
        footer.site-footer .footer_inner .right ul.menu li {
          margin-bottom: 5px; }
          footer.site-footer .footer_inner .right ul.menu li a {
            display: block;
            font-family: "Jost", sans-serif;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
            background-clip: text;
            -webkit-background-clip: text;
            background-size: 200% 100%;
            background-position: right bottom;
            transition: background .4s;
            -webkit-text-fill-color: transparent;
            background-image: linear-gradient(to right, #ffbe59 50%, #6a676b 50%); }
            footer.site-footer .footer_inner .right ul.menu li a:hover {
              background-position: left; }
  footer.site-footer .copyright {
    border-top: 1px solid #efeff1;
    padding: 22px 0 12px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase; }

footer.site-footer .footer_inner .left .sns a svg.yt {
  width: 30px; }

footer.site-footer .footer_inner .left .sns a:hover svg.fb path {
  fill: #7991ff; }

footer.site-footer .footer_inner .left .sns a:hover svg.yt path {
  fill: #ff7979; }

@media (max-width: 768px) {
  footer.site-footer .footer_inner {
    display: flex;
    flex-wrap: wrap; }
    footer.site-footer .footer_inner .left {
      margin-bottom: 30px; } }
#page_tpl {
  min-height: 800px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 100px; }

header#sv_main {
  max-width: 1200px;
  margin: auto; }
  header#sv_main .site-branding .custom-logo-link {
    display: block; }
    header#sv_main .site-branding .custom-logo-link img {
      max-width: 220px; }

#home_top_sec1 {
  margin-bottom: 100px; }
  #home_top_sec1 .inner {
    display: flex;
    align-content: space-around;
    align-items: center; }
    #home_top_sec1 .inner .left {
      width: 50%; }
      #home_top_sec1 .inner .left h1 {
        font-size: 18px;
        margin-bottom: 0.5em;
        color: #999; }
      #home_top_sec1 .inner .left h2 {
        font-size: 60px;
        margin-bottom: 0.5em; }
      #home_top_sec1 .inner .left h3 {
        color: #1a222ABA;
        font-size: 18px;
        line-height: 1.6em;
        margin: 3% 7% 0 0;
        margin-bottom: 0.5em;
        color: #777; }
    #home_top_sec1 .inner .right {
      width: 50%; }

#home_top_sec2 {
  background: #021b74;
  padding: 80px 15px; }
  #home_top_sec2 .mytitle h3 {
    color: #fff; }
  #home_top_sec2 .mytitle a {
    color: #fff; }
  #home_top_sec2 .action {
    display: flex;
    justify-content: center;
    padding: 50px 15px 0px; }

.mytitle {
  text-align: center; }
  .mytitle h3 {
    font-size: 60px;
    margin-bottom: 1em;
    margin-top: 0; }

.my_collections .inner_bx {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 3%; }
  .my_collections .inner_bx .ibox {
    width: 31%;
    margin-bottom: 20px; }
    .my_collections .inner_bx .ibox h4 {
      margin: 0;
      padding: 10px 0; }
      .my_collections .inner_bx .ibox h4 a {
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.01em; }

#home_top_sec3 {
  padding: 80px 15px; }
  #home_top_sec3 .action {
    display: flex;
    justify-content: center;
    padding: 50px 15px 0px; }
  #home_top_sec3 .my_collections .inner_bx .ibox h4 a {
    color: #333;
    font-weight: 500; }

@media (max-width: 768px) {
  .my_collections .inner_bx {
    flex-wrap: wrap; }

  .my_collections .inner_bx .ibox {
    width: 100%; }
    .my_collections .inner_bx .ibox a {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      .my_collections .inner_bx .ibox a img {
        display: block;
        width: 100%; }
    .my_collections .inner_bx .ibox h4 a {
      display: block;
      text-align: center; } }
#single_tpl {
  max-width: 1200px;
  margin: auto;
  padding: 50px 15px;
  box-sizing: border-box; }

.woocommerce #page_tpl {
  padding: 100px 15px 100px;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box; }

#woo_tpl {
  max-width: 1230px;
  margin: 20px auto;
  padding: 0 15px; }
  #woo_tpl .inner_box {
    backdrop-filter: blur(40px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 30px 100px;
    max-width: 1200px;
    margin: auto auto 100px;
    box-sizing: border-box; }

/**
*.   My Account  
**/
/* Basic reset for My Account page layout */
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
  margin: 0;
  padding: 20px;
  box-sizing: border-box; }

/* Reset navigation menu (remove bullets, fix spacing) */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd; }

.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: bold;
  color: #000;
  /* Adjust as needed */ }

/* Reset tables (e.g., orders table) */
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse; }

.woocommerce-MyAccount-content th,
.woocommerce-MyAccount-content td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left; }

/* Reset forms (e.g., edit account, addresses) */
.woocommerce-MyAccount-content form {
  margin: 0;
  padding: 0; }

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  margin-bottom: 10px; }

/* Full container reset if layout is broken */
.woocommerce-account .woocommerce {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px; }

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
  background: none;
  border: 2px solid var(--base_color1);
  color: var(--base_color1);
  transition: 0.3s !important;
  border-radius: 50px;
  box-shadow: none !important; }
  .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
  .wc-block-cart__submit-button:hover {
    background: var(--base_color1);
    color: #fff; }

/*
*   Button
*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  border-radius: 20px;
  padding: 10px 20px;
  border: 2px solid #5ae6fefc;
  color: var(--base_color1) !important;
  transition: 0.3s !important;
  border-radius: 50px;
  background: none !important; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    color: #fff !important;
    border-color: var(--base_color1);
    background-color: var(--base_color1) !important; }

ul.products.columns-4 > li.product {
  background: #fff;
  padding-bottom: 25px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 5px #cacaca;
  border-radius: 5px; }

#single_tpl {
  margin-bottom: 50px; }

#product_top_part {
  display: flex;
  margin: auto;
  box-shadow: 0 0 5px #cacaca;
  border-radius: 5px;
  background-color: #fff; }
  #product_top_part .woocommerce-product-gallery {
    max-width: 500px;
    margin-bottom: 0; }
  #product_top_part .summary {
    padding: 10px 20px;
    background: #fff; }

.woocommerce span.onsale {
  width: 50px;
  height: 50px; }

.woocommerce-result-count {
  display: none; }

.woocommerce-ordering {
  display: none; }

.woocommerce-message {
  outline: none; }

#page_tpl h2.woocommerce-loop-product__title {
  font-size: 18px; }

.products.columns-4 .price .woocommerce-Price-amount {
  font-size: 18px; }

.woocommerce ul.products li.product a {
  display: block;
  font-weight: 400; }

.wc-block-components-product-metadata__description {
  display: none; }

#woo_tpl .wc-block-cart-items__header {
  font-size: 16px; }
#woo_tpl .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 16px; }
#woo_tpl .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none; }
#woo_tpl .wc-block-components-product-name {
  font-size: 18px;
  font-weight: bold; }
#woo_tpl .wc-block-cart-item__image,
#woo_tpl .wc-block-cart-item__image img {
  display: block; }
#woo_tpl .wc-block-cart-items__row {
  grid-template-columns: auto; }

.wc-block-components-text-input.wc-block-components-totals-coupon__input input {
  outline: none; }

.is-large.wc-block-cart .wc-block-cart-items td {
  font-size: 16px; }

body.woocommerce-order-received .woocommerce-notice--success {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold; }
body.woocommerce-order-received .woocommerce-thankyou-order-details {
  font-size: 18px; }
body.woocommerce-order-received .woocommerce-order-details__title {
  margin-bottom: 0.5em; }
body.woocommerce-order-received .woocommerce-column__title {
  margin-bottom: 0.5em; }
body.woocommerce-order-received address {
  border-radius: 0px !important;
  border-color: #999 !important;
  line-height: 1.6em !important;
  box-shadow: none;
  border-bottom-width: 1px !important;
  border-right-width: 1px !important; }
body.woocommerce-order-received .woocommerce table.shop_table {
  border-color: #999 !important;
  border-radius: 0px; }
  body.woocommerce-order-received .woocommerce table.shop_table th, body.woocommerce-order-received .woocommerce table.shop_table td {
    border: 1px solid #999; }
body.woocommerce-order-received .woocommerce table {
  border-collapse: collapse; }

.woocommerce-MyAccount-content {
  line-height: 1.8em; }
  .woocommerce-MyAccount-content p {
    margin-bottom: 1em; }
  .woocommerce-MyAccount-content h2 {
    margin-bottom: 1em; }
  .woocommerce-MyAccount-content form .form-row .input-text {
    border-color: rgba(213, 213, 213, 0.8); }

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-color: rgba(213, 213, 213, 0.8); }

.woocommerce table.shop_table {
  border-collapse: collapse !important;
  border: 1px solid #999; }
  .woocommerce table.shop_table th {
    font-size: 16px;
    font-weight: 500;
    background: #eef6fb; }
  .woocommerce table.shop_table th.woocommerce-orders-table__cell-order-number {
    font-weight: 400;
    font-size: 14px; }

.woocommerce-MyAccount-content fieldset {
  padding: 20px;
  margin-bottom: 20px; }
.woocommerce-MyAccount-content form .password-input,
.woocommerce-MyAccount-content form .password-input {
  display: inline-flex;
  min-width: 300px; }

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 8px; }

td.woocommerce-orders-table__cell-order-actions {
  text-align: center; }
  td.woocommerce-orders-table__cell-order-actions a {
    border: 0px !important; }

.woocommerce-privacy-policy-text {
  margin-bottom: 20px; }

.woocommerce-account .woocommerce-form {
  min-height: 330px; }

@media (max-width: 768px) {
  .woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
    padding: 0; } }
@media (max-width: 450px) {
  .woocommerce-account .woocommerce {
    padding: 0; }

  #woo_tpl .inner_box {
    padding: 30px 20px 20px; } }
#js_form {
  max-width: 450px;
  width: 90%;
  display: flex;
  align-items: center; }
  #js_form input {
    font-size: 18px;
    height: 40px;
    padding: 0 15px;
    outline: none;
    width: 400px; }
  #js_form button {
    height: 40px;
    background: #0cc0df;
    border: 1px solid #0cc0df;
    width: 40px;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    margin-left: -2px; }
    #js_form button svg {
      width: 30px; }
      #js_form button svg path {
        stroke: #fff; }

#archive_widget_tpl {
  min-height: 800px; }
  #archive_widget_tpl .banner {
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    min-height: 300px; }
    #archive_widget_tpl .banner .inner_banner {
      max-width: 930px;
      padding-left: 15px;
      padding-right: 15px;
      margin: auto; }
      #archive_widget_tpl .banner .inner_banner h1 {
        text-align: center;
        font-size: 80px;
        margin-bottom: 30px; }
  #archive_widget_tpl .inner {
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto; }
    #archive_widget_tpl .inner h2 {
      font-size: 40px;
      margin-bottom: 30px; }
    #archive_widget_tpl .inner .all_widgets {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 80px; }
      #archive_widget_tpl .inner .all_widgets > a {
        border-radius: 10px;
        background: #fff;
        width: calc(25% - 12px);
        padding: 20px 15px;
        text-align: center;
        display: flex;
        align-items: center; }
        #archive_widget_tpl .inner .all_widgets > a:hover {
          background-color: #a88fe5;
          transition: 0.3s; }
          #archive_widget_tpl .inner .all_widgets > a:hover .bd {
            background: #fff; }
          #archive_widget_tpl .inner .all_widgets > a:hover svg path {
            fill: #333; }
          #archive_widget_tpl .inner .all_widgets > a:hover h3 {
            color: #fff; }
        #archive_widget_tpl .inner .all_widgets > a .bd {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 60px;
          height: 60px;
          background: #a88fe5;
          border-radius: 50%; }
        #archive_widget_tpl .inner .all_widgets > a svg path {
          fill: #fff; }
        #archive_widget_tpl .inner .all_widgets > a h3 {
          width: calc(100% - 60px);
          text-align: center;
          font-size: 20px; }

@media (max-width: 1024px) {
  #archive_widget_tpl .inner .all_widgets {
    gap: 24px; }
    #archive_widget_tpl .inner .all_widgets > a {
      width: calc(50% - 12px); }

  #js_form input {
    width: 100%; } }
#single_doc_tpl {
  padding-top: 50px;
  margin: 20px auto 50px;
  padding: 0 15px 0; }
  #single_doc_tpl .banner {
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    min-height: 100px; }
    #single_doc_tpl .banner .inner_banner {
      max-width: 930px;
      padding-left: 15px;
      padding-right: 15px;
      margin: auto; }
      #single_doc_tpl .banner .inner_banner h1 {
        text-align: center;
        font-size: 80px; }
  #single_doc_tpl .ibox {
    display: flex;
    max-width: 1200px;
    padding: 30px 20px 50px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px; }
    #single_doc_tpl .ibox .contl {
      padding-left: 10px; }
      #single_doc_tpl .ibox .contl h4 {
        font-size: 20px;
        margin-bottom: 0.5em; }
      #single_doc_tpl .ibox .contl ul {
        padding-left: 1em;
        margin-left: 1em;
        margin-bottom: 20px; }
        #single_doc_tpl .ibox .contl ul li {
          list-style: disc;
          margin-bottom: 10px; }
          #single_doc_tpl .ibox .contl ul li a {
            font-size: 16px;
            background-clip: text;
            -webkit-background-clip: text;
            background-size: 200% 100%;
            background-position: right bottom;
            transition: background .4s;
            -webkit-text-fill-color: transparent;
            background-image: linear-gradient(to right, #ffbe59 50%, #6a676b 50%); }
            #single_doc_tpl .ibox .contl ul li a:hover {
              background-position: left; }
  #single_doc_tpl .sidebar {
    width: 20%; }
  #single_doc_tpl .content {
    width: 80%;
    border-left: 1px solid #eee;
    padding-left: 40px;
    line-height: 1.7em; }
    #single_doc_tpl .content h3 {
      font-size: 30px;
      margin-bottom: 1em; }
    #single_doc_tpl .content p {
      margin-bottom: 0.5em; }
    #single_doc_tpl .content figure {
      margin-bottom: 1em; }
    #single_doc_tpl .content .entry-content {
      font-size: 18px;
      line-height: 1.7em; }

@media (max-width: 768px) {
  #single_doc_tpl .sidebar {
    display: none; }

  #single_doc_tpl .content {
    padding-left: 0;
    border-left: 0px; } }
main {
  display: block;
  padding: 0px; }

.sv_btn {
  border-radius: 50px;
  flex: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 48px;
  justify-content: center;
  opacity: 1;
  padding: 0px 30px;
  align-items: center;
  margin: 0 20px; }

.sv_btn.v1 {
  background: #fff;
  transition: .3s; }
  .sv_btn.v1:hover {
    background: #0cc0df;
    color: #fff; }

/*# sourceMappingURL=style.css.map */
