/*
Theme Name: brainanew-basis2
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: basis-block-theme
Text Domain: brainanew-basis2
Tags: 
*/

mark {
  background: none !important;
  text-decoration: none;
}

.gradiant-color{
  background: linear-gradient(90deg, #ED1E79 0%, #4E6AFF 49.99%, #19E0BC 100%) !important;
    background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.wp-block-navigation__container a{font-size:16px !important;font-weight:500 !important;}

.gform_footer .gform_button{border:none !important;border-radius:100px !important;padding: 18px 25px !important;}
.button.wp-element-button{border: none !important;
  border-radius: 100px !important;
  padding: 12px 25px !important;
  background: var(--wp--preset--color--custom-base-cyan);
  color: var(--wp--preset--color--custom-base-bg);
  }
.woocommerce-Addresses.addresses h2, .woocommerce-MyAccount-content h2{font-size: var(--wp--preset--font-size--custom-3);font-weight: 500;}
.woocommerce-MyAccount-navigation a{font-weight: 500 !important;}
.woocommerce-MyAccount-navigation .is-active a{text-decoration: none !important;color: #fff !important;}
.woocommerce .col2-set .col-1.woocommerce-Address{margin-right:20px;}
.woocommerce-address-fields .woocommerce-page label {
  margin-bottom: 0 !important;
  line-height: 140% !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.woocommerce div.product form.cart {margin-bottom: 0 !important;}

@media (min-width:320px) and (max-width:768px){
.swap-col-order .wp-block-column:nth-child(1) {order:2;}
.swap-col-order .wp-block-column:nth-child(2) {order:1;}
}

@media only screen and (max-width: 600px){
.main-cta-button{order:1;}
.main-menu{order:2;}
}