/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2024 | 11:41:53 */
.page-id-12875 .woocommerce-MyAccount-content header {
	background-color: #b5a8fd !important;
   border: 1px solid rgba(0,0,0,.1) !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.customer_details{
	box-shadow: none !important;
    border-radius: 0 !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.subscription_details{
	border-top: 1px solid rgba(0,0,0,.1) !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.subscription_details .button.cancel{
    font-size: 14px !important;
    font-weight: bolder !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-family: 'CenturyGothic' !important;
    border-bottom: none !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: none !important;
    letter-spacing: 0 !important;
    border: none !important;
    background: #fe60d4 !important;
	color: #ffffff !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.subscription_details .button.cancel:hover{
	background: #e52eb4 !important;
    color: #ffffff !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.subscription_details .button.change_payment_method{
    font-size: 14px !important;
    font-weight: bolder !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-family: 'CenturyGothic' !important;
    border-bottom: none !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: none !important;
    letter-spacing: 0 !important;
    border: none !important;
    background: #fe60d4 !important;
	color: #ffffff !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.subscription_details .button.change_payment_method:hover{
	background: #e52eb4 !important;
    color: #ffffff !important;
	border: 1px solid rgba(0,0,0,.1) !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.order_details thead tr .product-name{
   border-top-left-radius: 0px !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.order_details thead tr .product-name{
   border-top-right-radius: 0px !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.order_details tfoot > tr:last-of-type th{
   border-bottom-left-radius: 0px !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.order_details{
   border: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce-MyAccount-content address{
	padding: 0px 15px;
	border: 1px solid rgba(0,0,0,.1) !important;
}

.page-id-12875 .shop_table.order_details tbody .order_item .product-name ul.wc-item-meta + a {
	background: #fe60d4;
    color: #ffffff !important;
    border-radius: 30px;
    border: none;
    font-size: 14px;
}

.page-id-12875 .shop_table.order_details tbody .order_item .product-name ul.wc-item-meta + a:hover {
	background: #e52eb4;
}

/*.page-id-12875 .woocommerce-MyAccount-content .shop_table.subscription_details{
    box-shadow: 0px 4px 6.5px rgba(0,0,0,0.25) !important;
    border-radius: 15px 15px 15px 15px !important;
    border: 0 !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.order_details thead tr th{
    background-color: #b5a8fd !important;
    color: #ffffff !important;
    font-size: 20px !important;
}

.page-id-12875 .woocommerce-MyAccount-content .shop_table.order_details{
	box-shadow: 0px 4px 6.5px rgba(0,0,0,0.25) !important;
    border-radius: 15px 15px 15px 15px !important;
}*/


@media (max-width: 640px) {
	.page-id-12875 .shop_table.order_details tbody .order_item .product-name,
	.page-id-12875 .shop_table.order_details tbody .order_item .product-name ul.wc-item-meta {
		display: flex;
    	flex-direction: column;
	}
	.page-id-12875 .woocommerce-MyAccount-content .shop_table.subscription_details .button.cancel {
		margin-bottom: 10px;
	}
}

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.logged-in .tgwc-woocommerce-customize-my-account #tgwc-woocommerce {
    display: grid!important;
    grid-template-columns: repeat(4,1fr);
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-icon {
    width: .875em;
    height: 1em;
    vertical-align: -.125em;
    display: inline-block;
    font-size: inherit;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .woocommerce-MyAccount-content,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce>* {
    width: 100%;
    min-width: 0;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] {
    grid-template-columns: auto;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .woocommerce-MyAccount-content {
    grid-column: auto;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation .tgwc-woocommerce-MyAccount-navigation-wrap {
    margin: 20px 0;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation .tgwc-woocommerce-MyAccount-navigation-wrap>ul>li {
    min-width: fit-content;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation .tgwc-woocommerce-MyAccount-navigation-wrap>ul:not(.scroll_tabs_container) {
    overflow: hidden;
    display: flex;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul li {
    white-space: nowrap;
    position: static;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul li a {
    padding: 8px 12px;
    border-bottom: 2px solid transparent;
    transition: all .25s ease 0s;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul li a:hover {
    border-color: #ced4da;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul li ul {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 160px;
    max-width: 160px;
    border-radius: 4px;
    box-shadow: 0 1px 6px 1px rgba(33,37,41,.1);
    z-index: 10;
    background: #fff;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul li.is-active a {
    border-bottom: 2px solid currentColor;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul li:hover ul {
    display: flex;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container {
    height: inherit;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container li {
    background: 0 0;
    padding: 0;
    line-height: inherit;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_left_button,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_right_button {
    height: inherit;
    bottom: 0;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_left_button.scroll_arrow_disabled,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_right_button.scroll_arrow_disabled {
    visibility: hidden;
    opacity: 0;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_left_button::before,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_right_button::before {
    content: "";
    width: 10px;
    height: 10px;
    padding: 0;
    line-height: inherit;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #212529;
    border-left: transparent;
    border-bottom: transparent;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_left_button {
    background: linear-gradient(to left,rgba(255,255,255,0) 0,rgba(255,255,255,.7));
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_left_button::before {
    transform: translateY(-50%) rotate(225deg);
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_right_button {
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.7));
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_right_button::before {
    transform: translateY(-50%) rotate(45deg);
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_inner {
    height: auto;
    position: static!important;
    font-size: unset!important;
    display: flex;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=tab] .tgwc-woocommerce-MyAccount-navigation ul.scroll_tabs_container .scroll_tab_inner>li {
    min-width: fit-content;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar] {
    grid-auto-flow: column;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar] .tgwc-woocommerce-MyAccount-navigation,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar] .woocommerce-MyAccount-content {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar] .tgwc-woocommerce-MyAccount-navigation-wrap .tgwc-nav-tab-left-scroll,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar] .tgwc-woocommerce-MyAccount-navigation-wrap .tgwc-nav-tab-right-scroll {
    display: none;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar] ul li ul {
    padding-left: 20px;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar] ul li.woocommerce-MyAccount-navigation-link a {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ced4da;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar][data-sidebar-position=left] .tgwc-woocommerce-MyAccount-navigation {
    grid-column: 1/2;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar][data-sidebar-position=left] .woocommerce-MyAccount-content {
    grid-column: 2/-1;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar][data-sidebar-position=right] .tgwc-woocommerce-MyAccount-navigation {
    grid-column: 4/-1;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style=sidebar][data-sidebar-position=right] .woocommerce-MyAccount-content {
    grid-column: 1/4;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li {
    margin: 0;
    border: none;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 0;
    word-break: break-all;
    white-space: normal;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li a::after,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li a::before {
    content: none;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li a span {
    flex: 1;
    display: flex;
    align-items: center;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-group[data-collapsed=true]>ul {
    display: none;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-group>a {
    flex-direction: row-reverse;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-group>a>span {
    background: inherit;
    color: inherit;
    line-height: unset;
    padding-right: 0;
    padding-left: 0;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-group>a>svg {
    width: 12px;
    height: auto;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-group.tgwc-navicon-left>a,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-group.tgwc-navicon-right>a {
    flex-direction: row;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-left a,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-left a>span {
    justify-content: flex-end;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-left a svg,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-left a>span svg {
    margin-right: 8px;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-right a,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-right a>span {
    justify-content: space-between;
}

.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-right a svg,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce .tgwc-woocommerce-MyAccount-navigation ul li.tgwc-navicon-right a>span svg {
    margin-left: 8px;
}

@media (max-width: 768px) {
    .tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style][data-sidebar-position] {
        grid-template-columns:auto;
        grid-auto-flow: row;
    }

    .tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style][data-sidebar-position] .tgwc-woocommerce-MyAccount-navigation,.tgwc-woocommerce-customize-my-account #tgwc-woocommerce[data-menu-style][data-sidebar-position] .woocommerce-MyAccount-content {
        grid-column: auto;
    }
}

.tgwc-user-avatar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

[data-menu-style=sidebar] .tgwc-user-avatar {
    margin-bottom: 24px;
}

.tgwc-user-avatar .dropzone {
    background: 0 0;
    padding: 0;
    margin: 0;
    min-height: auto;
    border: none;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap {
    width: 96px;
    height: 96px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-remove-image,.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-user-avatar-upload-icon {
    visibility: hidden;
    transition: all ease .4s;
    transition: all ease .4s;
    opacity: 0;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap:hover .tgwc-remove-image,.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap:hover .tgwc-user-avatar-upload-icon {
    visibility: visible;
    opacity: 1;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .avatar {
    width: 100%;
    height: 100%;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-remove-image,.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-user-avatar-upload-icon {
    color: #fff;
    background: rgba(33,37,41,.5);
    padding: 4px;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    position: absolute;
    right: 8px;
    cursor: pointer;
    line-height: 1
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-remove-image {
    padding: 2px 4px;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-user-avatar-upload-icon {
    bottom: 8px;
    display: inline-flex;
    align-items: center;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-remove-image {
    top: 8px;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap .tgwc-progress--loading .tgwc-icon {
    animation: spin 1s infinite linear;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap.tgwc-user-avatar-image-wrap--square {
    border-radius: 4px;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap.tgwc-user-avatar-image-wrap--circle {
    border-radius: 50%;
}

.tgwc-user-avatar .dropzone .tgwc-user-avatar-image-wrap.tgwc-user-avatar-image-wrap--circle .tgwc-user-avatar-upload-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tgwc-user-avatar .dropzone .dz-default.dz-message {
    margin: 16px 0;
}

.tgwc-user-avatar .tgwc-user-info .tgwc-user-id {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 16px;
}

.tgwc-user-avatar.tgwc-user-avatar--center-aligned,.tgwc-user-avatar.tgwc-user-avatar--right-aligned {
    flex-direction: column;
}

.tgwc-user-avatar.tgwc-user-avatar--right-aligned {
    text-align: right;
    align-items: flex-end;
}

.tgwc-user-avatar.tgwc-user-avatar--center-aligned {
    text-align: center;
    align-items: center;
}

.tgwc-user-avatar.tgwc-user-avatar--vertical-aligned {
    flex-direction: row;
}

.tgwc-user-avatar.tgwc-user-avatar--vertical-aligned .dropzone {
    margin-right: 16px;
}

.tgwc-display-none {
    display: none;
}

#tgwc-file-drop-zone .dz-default.dz-message {
    display: none;
}
