.web_form_container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.web_form_container > .row > .col p {
    margin-bottom: 0;
    margin-top: 0;
}
.web_form_container input[type="text"]::placeholder,
.web_form_container input[type="tel"]::placeholder,
.web_form_container input[type="email"]::placeholder,
.web_form_container input[type="url"]::placeholder,
.web_form_container textarea::placeholder {
    color: #D1D1D1;
    opacity: 1;
}


.web_form_container label {
    margin-bottom: 10px;
    line-height: 2!important;
}
.web_form_container input[type="text"], .web_form_container input[type="tel"], .web_form_container input[type="email"], .web_form_container input[type="url"], .web_form_container textarea {
    border-radius: 6px;
    border: 1px solid #00A7C7;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 500;
	  min-height: 48px;
	outline: none;
    width: 100%;
    padding: 10px;
}

.web_form_container input[type="text"]:focus,
.web_form_container input[type="tel"]:focus,
.web_form_container input[type="email"]:focus,
.web_form_container input[type="url"]:focus,
.web_form_container textarea:focus {
    border-color: #C41F4B;  
}
.web_form_container textarea {
    max-height: 86px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 86px;
}
.web_form_container > .row > .col.submit-col p {
    display: flex;
}
.web_form_container > .row > .col.submit-col p span.wpcf7-spinner {
    display: none;
}
.web_form_container > .row > .col.submit-col p input[type=submit] {
    width: 100%;
    border-radius: 50px;
    background: #00A7C7;
    border: none;
    padding: 8px;
    font-family: var(--leauge-gothic);
    letter-spacing: 0.5%;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
	transition: 0.3s ease all;
}

.web_form_container > .row > .col.submit-col p input[type=submit]:hover{
	background: #C41F4B;
}

.blog_loop_item_card_title a{
	font-family: "League Gothic", Sans-serif!important;
}

.partner_faq details {
    padding-bottom: 0;
    border-bottom: 1px solid #C41F4B;
}
.partner_faq details > div,
.partner_faq details summary{
    padding-bottom: 20px!important;
}
.partner_faq details span.e-n-accordion-item-title-icon {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background: #F6D2C6;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.faq_accordian details {
    border-radius: 16px;
    background: #FCE6D4;
	border: 1px solid #FCE6D4;
	box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.06);
}
.faq_accordian details > div,
.faq_accordian details summary{
    padding: 24px!important;
}
.faq_accordian details > div{
    padding-top: 0!important;
}
.faq_accordian details > div p{
    margin-top: 0!important;
}
.faq_accordian details > div *{
	 color: #6F6C8F!important;
}
.faq_accordian details[open]{
	border-color: #C41F4B!important;
}



.faq_accordian details span.e-n-accordion-item-title-icon {
    width: 32px;
    height: 32px;
	min-width: 32px;
    border-radius: 50px;
    background: #F6D2C6;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
	background: linear-gradient(90deg, #DE597D 0%, #BD1E49 100%);
}
.faq_accordian details span.e-n-accordion-item-title-icon svg{
	fill: #fff!important;
}
.banner-line {
  display: block;
  text-align: center;
}

.banner-line .icon {
    vertical-align: middle;
    position: relative;
    top: -4px;
    height: 90px;
}
.home_banner_text strong {
    color: #fff;
    font-weight: 400;
}


/*------products----*/
.product_name_in_loop *{
    font-family: var(--leauge-gothic);
}



.about_marque_container {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.about_marque_container .about_marque_text {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 80px; /* space between repeats */
  animation: aboutMarquee 15s linear infinite;
}

/* Smooth marquee */
@keyframes aboutMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



/* Product detal page */

form.variations_form.cart table.variations tbody > tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

form.variations_form.cart table.variations tbody > tr td.value {
    width: 100%;
}
form.variations_form.cart table.variations tbody > tr td.value select {
    padding: 16px 30px;
    background-color: #ffffff;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #00A7C7;
    font-size: 18px;
}


.pf-meta-pills span.pf-pill {
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}
.pf-meta-pills span.pf-pill:nth-child(odd) {
    background-color: #00A7C7;
    color: #fff;
}
.pf-meta-pills span.pf-pill:nth-child(even) {
    color: #000000;
    background-color: #00A7C74D;
}
.pf-profile-section .pf-profile-title strong,
body.single.single-product table.variations tr th.label label {
    font-size: 32px;
    font-family: "League Gothic", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.5%;
    color: #00A7C7;
}

body.single.single-product table.variations tr th.label span.woo-selected-variation-item-name {
    font-size: 20px;
    font-family: "League Gothic", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.5%;
    color: #00A7C7;
    line-height: 40px;
}
body.single.single-product table.variations {
    border-collapse: separate;
    border-spacing: 0 24px; 
}
.pf-product-profiles-wrapper .pf-profile-section .pf-profile-pills pf-profile-pill,
div.pf-profile-section .pf-profile-pills .pf-profile-pill,
body.single.single-product table.variations tr td.value ul.variable-items-wrapper > li {
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 18px;
    color: #00A7C7;
    background: #00A7C74D;
    border: 1px solid #00A7C7;
    box-shadow: none;
    height: auto!important;
    line-height: 2;
}
body.single.single-product table.variations tr td.value ul.variable-items-wrapper > li.selected,
body.single.single-product table.variations tr td.value ul.variable-items-wrapper > li:hover{
    box-shadow: none;
    color: #fff!important;
    background: #00A7C7!important;
    border: 1px solid #00A7C7;

}
.pf-meta-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
body.single.single-product table.variations tr  a.reset_variations {
    display: none!important;
}

div.pf-terpene-section .pf-terpene-pills,
div.pf-profile-section .pf-profile-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div.pf-terpene-section .pf-terpene-pills .pf-terpene-pill,
div.pf-profile-section .pf-profile-pills .pf-profile-pill{
    display: inline-block;
    margin: 4px;
}
div.pf-terpene-section .pf-terpene-title,
div.pf-profile-section .pf-profile-title {
    margin-bottom: 8px;
}
div.pf-terpene-section,
div.pf-profile-section {
    margin-top: 20px;
}
body.single.single-product .e-atc-qty-button-holder {
    margin-top: 30px;
}
body.single.single-product form.cart .quantity {
    height: 70px;
    border-radius: 35px;
    background: #DFF8FD;
    border: 1px solid #00A7C7;
}

body.single.single-product form.cart .quantity {
    height: 70px;
    border-radius: 35px;
    background: #DFF8FD;
    border: 1px solid #00A7C7;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.single.single-product form.cart .quantity button, body.single.single-product form.cart .quantity input {
    background: #00000000;
    border: none;
    margin: 0!important;
}

body.single.single-product form.cart .quantity button.pf-qty-btn {
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
}
body.single.single-product form.cart .quantity input {
    font-size: 26px;
    font-weight: 600;
    font-family: "Inter", Sans-serif;
}
body.single.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
    margin-top: 30px!important;
    width: 100%;
    border-radius: 50px;
    height: 70px;
    background: #00A7C7;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", Sans-serif;
    transition: 0.3s ease all;
}

body.single.single-product .e-atc-qty-button-holder button.single_add_to_cart_button:hover{
    background: #C41F4B;
}

a.pf-login-price {
    color: #000;
}
span.pf-loop-price {
    font-family: "League Gothic", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.5%;
    color: #00A7C7;
}

.pf-faq-accordion .pf-faq-item {
    margin-bottom: 20px;
}
.pf-faq-accordion .pf-faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C41F4B;
}
.pf-faq-accordion .pf-faq-item button.pf-faq-question {
    padding: 0;
    background: #00000000;
    border: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #C41F4B;
    cursor: pointer;
    font-family: var(--inter);
        text-align: left;
    line-height: 1.4;
}
.pf-faq-accordion .pf-faq-item .pf-faq-answer {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.34;
    font-weight: 400;
        font-family: var(--inter);
}

.product_name_in_loop a {
    font-family: 'League Gothic';
    font-family: var(--leauge-gothic);
}

.loop_item_price_prod p.price {
    margin: 0;
}

.loop_item_price_prod p.price *{
    color: #00A7C7!important;
}
span.pf-thca-value {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: var(--inter);
}

/* 1st item, 4th, 7th... */
.product_loop_container .swiper-wrapper [data-elementor-type="loop-item"]:nth-child(3n+1) .product_elementor_loop_item_bg {
    background-color: #FFFFD4; /* Color 1 */
}

/* 2nd item, 5th, 8th... */
.product_loop_container .swiper-wrapper [data-elementor-type="loop-item"]:nth-child(3n+2) .product_elementor_loop_item_bg {
    background-color: #FCD7E5; /* Color 2 */
}

/* 3rd item, 6th, 9th... */
.product_loop_container .swiper-wrapper [data-elementor-type="loop-item"]:nth-child(3n) .product_elementor_loop_item_bg {
    background-color: #DAD7FC; /* Color 3 */
}




/*----------checkout----page---------*/
.custum_checkout_form .woocommerce-order h2.woocommerce-column__title,
.custum_checkout_form .woocommerce-order h2.woocommerce-order-details__title,
.custum_checkout_form h2.wc-block-components-title {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5%;
}
.custum_checkout_form form.wc-block-components-totals-coupon__form input,
.custum_checkout_form form.wc-block-components-totals-coupon__form label,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form  .wc-blocks-components-select .wc-blocks-components-select__label,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form  .wc-blocks-components-select  select,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form input,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form label {
    font-size: 12px;
    font-weight: 400;
    color: #8B8B8B;
}
.custum_checkout_form form.wc-block-components-totals-coupon__form input,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form  .wc-blocks-components-select  select,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form input {
    border-radius: 8px;
    border: 1px solid #8B8B8B;
    padding: 20px 24px!important;
    height: auto;
}
.custum_checkout_form form.wc-block-components-totals-coupon__form label,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form  .wc-blocks-components-select .wc-blocks-components-select__label,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form .wc-block-components-text-input label{
    top: 34px;
    left: 24px;
}
.custum_checkout_form form.wc-block-components-totals-coupon__form .is-active label,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form  .wc-blocks-components-select .wc-blocks-components-select__label,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form .wc-block-components-text-input.is-active label{
    top: 6px;
    left: 24px;

}

.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form span.wc-block-components-address-form__address_2-toggle {
    color: #00A7C7;
}

.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form .wc-block-components-checkbox input[type="checkbox"] {
    border: 1px solid #8B8B8B;
    width: 24px!important;
    height: 24px!important;
    padding: 0!important;
}

.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    margin-left: 4px;
    margin-top: 2px;
}

.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form label.wc-block-components-radio-control__option input[type="radio"] {
    width: 24px!important;
    height: 24px!important;
    padding: 0!important;
}

.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms span.wc-block-components-checkbox__label {
    color: #000;
}
.custum_checkout_form .wc-block-checkout__actions_row a,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms span.wc-block-components-checkbox__label a{
    color: #00A7C7;
}
.custum_checkout_form .wc-block-checkout__actions_row a:hover,
.custum_checkout_form form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms span.wc-block-components-checkbox__label a:hover{
    color: #C41F4B;
}
button.wc-block-components-button ,
.custum_checkout_form  button.wc-block-components-button {
    border-radius: 50px;
    background-color: #00A7C7;
    font-family: "League Gothic", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5%;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 52px 10px 52px;
    text-transform: uppercase;
}
button.wc-block-components-button:hover,
.custum_checkout_form  button.wc-block-components-button:hover{
        background-color: #C41F4B;
}

.custum_checkout_form .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #00A7C7;
    border-radius: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #000000;
}

.custum_checkout_form .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item *,
.custum_checkout_form .wp-block-woocommerce-checkout-order-summary-block  p.wc-block-components-checkout-order-summary__title-text {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.5%;
    font-family: "League Gothic", Sans-serif;
    color: #00A7C7;;
}
.custum_checkout_form .wp-block-woocommerce-checkout-order-summary-totals-block {
    color: #00A7C7;
    font-size: 16px;
    font-weight: 700;
}

.custum_checkout_form .wc-block-components-product-metadata {
    display: none;
}
.custum_checkout_form .wc-block-components-totals-wrapper{
    border-color: #00A7C7;
}
 .custum_checkout_form .wc-block-components-order-summary__content .wc-block-components-order-summary-item {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}

.custum_checkout_form form.wc-block-components-totals-coupon__form button {
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 24px;
    background: #fff;
    border: 1px solid #8B8B8B;
    color: #8B8B8B;
}
.custum_checkout_form form.wc-block-components-totals-coupon__form button:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.custum_checkout_form  fieldset#payment-method .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    color: #000;
}


.custum_checkout_form .woocommerce-order {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.custum_checkout_form p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    color: #8B8B8B;
    font-size: 18px;
    margin: 20px 0 50px 0;
}
.woocommerce .woocommerce-customer-details address,
.custum_checkout_form .woocommerce table.shop_table,
.custum_checkout_form .woocommerce table.shop_table *{
    border-color: #00A7C7;
}
.custum_checkout_form .woocommerce table.shop_table a{
    color: #00A7C7;
}
.custum_checkout_form .woocommerce table.shop_table a:hover{
    color: #C41F4B;
}
.woocommerce .woocommerce-customer-details address{
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 1.5;
}



/*---my account---*/

div#customer_login {
    display: flex;
}
form.woocommerce-ResetPassword.lost_reset_password,
div#customer_login > div {
    margin: auto;
}
form.woocommerce-ResetPassword.lost_reset_password{
    max-width: 600px;
}
form.woocommerce-ResetPassword.lost_reset_password,
div#customer_login > div {
    margin: auto;
    background: #F2FBFC;
    padding: 46px;
    border-radius: 30px;
}

div#customer_login > div > h2 {
    text-align: center;
    font-size: 56px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00A7C7;
    margin: 0;
}

div#customer_login > div form.woocommerce-form {
    border: none;
}
form.woocommerce-ResetPassword.lost_reset_password  label,
div#customer_login > div form.woocommerce-form label {
    font-size: 14px;
    color: #00a7c799;
    font-weight: 700;
}
form.woocommerce-ResetPassword.lost_reset_password  input, div#customer_login > div form.woocommerce-form  input {
    border: 1px solid #00A7C74d!important;
    background: #00000000!important;
    padding: 20px 16px!important;
    border-radius: 8px!important;
    color: #00a7c7!important;
    width: 100%!important;
}
form.woocommerce-ResetPassword.lost_reset_password  input:focus,
#customer_login .woocommerce-form input:focus {
    border: 1px solid #00A7C7;
    outline: none;
}
form.woocommerce-ResetPassword.lost_reset_password  button[type="submit"],
div#customer_login > div form.woocommerce-form p.form-row .button {
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    background: #00A7C7;
    color: #fff;
    font-size: 32px;
    font-family: "League Gothic", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5%;
    margin: 0;
    transition: 0.3s ease all;
}
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
    width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password  button[type="submit"]:hover,
div#customer_login > div form.woocommerce-form p.form-row .button:hover{
    background: #C41F4B;
    color: #fff;
}

#customer_login .woocommerce-form-login p.form-row:nth-of-type(3) {
    display: flex;
}
#customer_login .woocommerce-form-login p.form-row:nth-of-type(3) {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 24px;
}


#customer_login .woocommerce-form-login p.form-row:nth-of-type(3) label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: #00A7C7;
    margin-top: 16px;
}
#customer_login .woocommerce-form-login p.form-row:nth-of-type(3) label span::before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #00A7C7;
    line-height: 1.5;
}

#customer_login .woocommerce-form-login p.form-row:nth-of-type(3) input#rememberme {
    display: none;
}

#customer_login .woocommerce-form-login p.form-row:nth-of-type(3) input#rememberme:checked + span::before {
    content: "\f14a";
    font-weight: 900;
    color: #00A7C7;
}
#customer_login .woocommerce-form-login p.form-row.signup-toggle-link-container a, 
#customer_login .woocommerce-form-login p.woocommerce-LostPassword.lost_password a,
#customer_login .woocommerce-form-login p.form-row.signup-toggle-link-container,
#customer_login .woocommerce-form-login p.woocommerce-LostPassword.lost_password {
    text-align: center;
    color: #00A7C7;
}
#customer_login .woocommerce-form-login p.form-row.signup-toggle-link-container a:hover, 
#customer_login .woocommerce-form-login p.woocommerce-LostPassword.lost_password a:hover{
    color: #C41F4B;
}

div#customer_login > div form.woocommerce-form a{
    color: #00A7C7;
}
div#customer_login > div form.woocommerce-form a:hover{
      color: #C41F4B;  
}
div#customer_login > div .signup-otp-wrapper button#send-otp-btn {
    background: #00A7C7;
    color: #fff;
}
div#customer_login > div .signup-otp-wrapper button#send-otp-btn:hover{
    background: #C41F4B;
}
div#customer_login > div button#send-otp-btn[disabled] {
    display: none;
}

div#customer_login .u-column2.col-2 {
    display: none;
}

.coa_prod_loop .elementor-loop-container > *:nth-child(6n+1) .product_image_bg {
    background-color: #D2F6EFCC;
}

.coa_prod_loop .elementor-loop-container > *:nth-child(6n+2) .product_image_bg {
    background-color: #FFF3FFCC;
}

.coa_prod_loop .elementor-loop-container > *:nth-child(6n+3) .product_image_bg {
    background-color: #FFFFD4CC;
}

.coa_prod_loop .elementor-loop-container > *:nth-child(6n+4) .product_image_bg {
    background-color: #FFF0DBCC;
}

.coa_prod_loop .elementor-loop-container > *:nth-child(6n+5) .product_image_bg {
    background-color: #F3F3F6CC;
}

.coa_prod_loop .elementor-loop-container > *:nth-child(6n+6) .product_image_bg {
    background-color: #D7F6FCCC;
}
.product_name_gothic a{
 font-family: var(--leauge-gothic)!important;
}



/*-----------------my account page-----------*/



.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 20px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: #fff;
    background: #00A7C7;
    transition: 0.3s ease all;   
}



.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    color: #fff;
    background: #C41F4B;
}

.woocommerce-account .woocommerce-MyAccount-content a{
  color: #00A7C7;
  transition: 0.3s ease all;   
}
.woocommerce-account .woocommerce-MyAccount-content a:hover{
    color: #C41F4B;
}



.rk-breadcrumb {
    font-size: 14px;
    font-weight: 500;
}

.rk-breadcrumb a{
    color: #00A7C7;
}