.subscription-info {
    font-size: 13px;
    padding: 1em 1.5em;
    line-height: 1.3em;
    font-style: italic;
    font-weight: 300;
    color: rgba(91, 94, 109, 0.7);
    border-bottom: 1px dashed #eee;
}
.subscription-variations{
    list-style: none;
    padding: 0;
    margin: 0;
}
.subscription-variations > li {
    padding: 1em 1.5em;
    position: relative;
    border-bottom: 1px dashed #eee;
}
.subscription-variations > li label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-size: 1rem;
    font-weight: normal;
    cursor: pointer;
}
.subscription-variations > li input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    outline: none;
    margin: 0;
    position: relative;
    width: 2em;
    height: 2em;
}
.subscription-variations > li.selected input[type="radio"]::before {
    color: #56bfd4;
}
.subscription-variations > li.selected input[type="radio"]::before, .subscription-variations > li:hover input[type="radio"]::before {
    content: "\F05E0";
}
.subscription-variations > li input[type="radio"]::before {
    font-family: "Material Design Icons";
    content: "\F012F";
    color: rgba(91, 94, 109, 0.1);
    border: 0;
    font-size: 2em;
    margin: 0;
    position: absolute;
    background: transparent;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
}
.subscription-variations > li .subscription-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: .5em;
}
.subscription-variations > li .subscription-title-wrapper .subscription-price {
    font-size: 1.5em;
    font-weight: 700;
    color: #323648;
}
.subscription-variations > li .subscription-title-wrapper .subscription-price {
    font-size: 1.5em;
    font-weight: 700;
    color: #323648;
}
.subscription-variations > li .subscription-options {
    font-size: .9em;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    color: rgba(91, 94, 109, 0.8);
}
.subscription-variations > li .subscription-options ul, .subscription-variations > li .subscription-options ol {
    margin: .5em 0 0 2.8em;
    padding: 0;
    list-style: none;
}
.subscription-variations > li .subscription-options ul li, .subscription-variations > li .subscription-options ol li {
    position: relative;
}
.subscription-variations > li .subscription-options ul li::before, .subscription-variations > li .subscription-options ol li::before {
    position: relative;
    content: "\F0135";
    font-family: "Material Design Icons";
    margin-right: 5px;
}
.subscription-variations > li:not(.selected):hover input[type="radio"]::before {
    color: rgba(86, 191, 212, 0.3);
}
.product-subscription-info {
    padding: 1.5em 1.5em 1em;
}
.product-subscription-info h2{
    margin: 0;
    font-size: 1.2em;
    font-weight: 700;
}
.button-subscription-buy {
    background: #FFFFFF;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 5px 5px;
    padding: 1.5em;
}
.button-subscription-buy button.subscription-button.single_add_to_cart_button, .button-subscription-buy a.download-button.single_add_to_cart_button.alt.hide{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Nunito;
    font-weight: 300;
    color: #fff;
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    border: 0;
    background: #56bfd4;
    border-radius: 3px;
    transition: .3s;
    -webkit-font-smoothing: auto;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    left: auto;
    margin: 1px 0px;
}
.button-subscription-buy button.subscription-button.single_add_to_cart_button:hover, .button-subscription-buy a.download-button.single_add_to_cart_button:hover{
    color: #fff;
    background: rgba(86, 191, 212, 0.8);
    box-shadow: 0 10px 30px rgba(86, 191, 212, 0.3);
}
.flex-control-thumbs{
    margin: 0;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
}
.flex-control-thumbs li{
    list-style: none;
    cursor: pointer;
}
.taskp-galleries img{
    width: 100%;
}
.subscription-name {
    padding-left: 7px;
}
.menu-cart-nav{
    position: relative;
}
.menu-ticket-nav{
    position: relative;
}
#secondary-menu a.menu-cart-total::before, #secondary-menu a.menu-ticket-total::before {
    border-top: 7px solid #323648;
}
#secondary-menu a.menu-cart-total::before, #secondary-menu a.menu-ticket-total::before{
    content: "";
    border-right: 7px solid transparent;
    position: absolute;
    right: 4px;
    top: 9px;
}
#secondary-menu a.menu-cart-total::after {
    content: attr(data-cart-total);
}
#secondary-menu a.menu-ticket-total::after {
    content: attr(data-ticket-total);
}
#secondary-menu a.menu-cart-total::after, #secondary-menu a.menu-ticket-total::after {
    background: #323648;
}
#secondary-menu a.menu-cart-total::after, #secondary-menu a.menu-ticket-total::after {
    position: absolute;
    color: #FFFFFF;
    padding: 3px 5px 1px;
    line-height: 1;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 700;
    top: -5px;
    right: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
#secondary-menu a:hover {
    opacity: 0.5;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,.1);
}
.woocommerce-MyAccount-navigation{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul{
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ol{
    display: inline-flex;
    justify-content: flex-end;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ol li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li a{
    text-decoration: none;
    font-size: 17px;
    color: rgb(0 0 0 / 80%);
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation ol li a{
    text-decoration: none;
    font-size: 17px;
    color: rgb(39 37 37 / 84%);
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active{
    color: #6ed3f3;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #03a9f4;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
   background: rgb(110 211 243 / 29%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 3px 20px !important;
}
.has-bg-color {
    background-color: #54bacf;
    background-repeat: repeat-x;
    background-image: linear-gradient(45deg, #00e8a8, #54bacf);
}
.has-pd-search{
    padding: 12px 8px;
}
.ticket-open{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(217, 83, 79, 0.1);
    color: #F44336;
}
.ticket-replied{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 255, 0.1);
    color: #00f;
}
.ticket-close{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(92, 184, 92, 0.1);
    color: #5cb85c;
}
.list-unstyled {
   display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
.list-unstyled li {
    color: #767676;
    font-size: 12px;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 0;
    margin: 0 1em 0 0;
    list-style: none;
}
.list-unstyled li a {
    font-weight: 300;
}
.list-reply-info {
   display: block;
   margin: 0;
   padding: 0;
}
.list-reply-info li {
    color: #767676;
    font-size: 12px;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 0;
    margin: 0 1em 0 0;
    list-style: none;
}
.list-reply-info li a {
    font-weight: 300;
}
.ticket-replied-information .list-reply-info li.last-reply-time {
    text-align: right;
    font-size: 12px;
    color: #BBBBBB;
}
.ticket-replied-information .list-reply-info li.last-reply-author .inline {
    font-size: .8em;
    position: relative;
    text-transform: capitalize;
    color: #5b5e6d;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.ticket-replied-information .list-reply-info li.last-reply-author i {
    font-size: 1.2em;
    color: #BBBBBB;
    position: relative;
    margin-right: 5px;
}
.ticket-replied-information .list-reply-info li.last-reply-author .staff::after {
    position: relative;
    content: "Staff";
    background: #56bfd4;
    padding: 4px 7px;
    line-height: 1;
    font-size: .8em;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 5px;
    border-radius: 30px;
}
.taskp-site-access {
    background: #FAFBFC;
    padding: 3em;
    margin: 20px 0;
    border-radius: 5px;
}
.ticket-add-new-ftp-note{
    font-size: .8em;
    margin-bottom: 30px;
}
.taskp-new-ticket-form .required{
    color: red;
}
.ticket-link-underscore-none a{
    text-decoration: none;
}
.ticket-count-term {
    font-size: .65em;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 6px;
    margin-left: .5em;
    color: #FFFFFF;
    border-radius: 20px;
    font-weight: 600;
}
.taskp-plugin-term-list{
    margin: 0;
    padding: 0;
}
.taskp-plugin-term-list li{
    list-style: none;
}
.single-entry-header-ticket{
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 34, 51, 0.1);
    border-bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    background-clip: padding-box;
}
.single-ticket-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: .7em 1em;
}
.single-ticket-id {
    font-size: 1em;
    color: rgba(50, 54, 72, 0.5);
    margin: 0;
    display: inline-block;
}
.single-ticket-id span {
    color: #323648;
    font-weight: 700;
}
.single-entry-header-ticket .single-ticket-header .ticket-user-login {
    text-align: right;
}
.single-entry-header-ticket .single-ticket-header .ticket-user-login .login-to-reply, .single-entry-header-ticket .single-ticket-header .ticket-user-login .verify-ticket {
    display: inline-block;
    font-size: 15px;
}
.single-entry-header-ticket .single-ticket-header .ticket-user-login .login-to-reply i, .single-entry-header-ticket .single-ticket-header .ticket-user-login .verify-ticket i {
    position: relative;
    color: #BBBBBB;
    top: 1px;
}
.single-entry-header-ticket .single-ticket-header .ticket-user-login .login-to-reply a, .single-entry-header-ticket .single-ticket-header .ticket-user-login .verify-ticket a {
    color: #323648;
    font-weight: 500;
    text-decoration: none;
}
section.ticket-single-title-wrp.question-item {
    border: 1px solid rgba(0, 34, 51, 0.1);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.01);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
    background: rgba(0, 255, 220, 0.01);
}

.ticket-single-title-wrp .ticket-title-wrapper {
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
    padding: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.ticket-single-title-wrp .ticket-title-wrapper .col-ticket-status {
    -webkit-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
}
.ticket-single-title-wrp .ticket-title-wrapper .col-ticket-content {
    -webkit-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    padding-left: 1em;
}
.ticket-single-title-wrp .ticket-status .ticket-open {
    background: #F44336;
    color: #FFFFFF;
}
.ticket-single-title-wrp .ticket-status .ticket-open, .ticket-single-title-wrp .ticket-status .ticket-close {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    top: 2px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.ticket-single-title-wrp .ticket-status .ticket-open i, .ticket-single-title-wrp .ticket-status .ticket-close i {
    line-height: 1;
    margin-left: 1px;
}
.ticket-single-title-wrp .ticket-title-wrapper .ticket-title .entry-title {
    font-family: Nunito;
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 1.5em !important;
    line-height: 1.2em !important;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header {
    width: 100%;
    position: relative;
    padding: 2em 2em 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author {
    -webkit-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author, .ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author-name {
    position: relative;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .ticket-author, .ticket-single-wrap .comment.byuser .ticket-replay-header .comment-author {
    width: 3em;
    height: 3em;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author-name {
    padding-left: 1em;
    padding-top: 6px;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author, .ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author-name {
    position: relative;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author-name h2, .ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author-name h2 a {
    color: #323648;
    font-weight: 500;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .ticket-author-name, .ticket-single-wrap .comment.byuser .ticket-replay-header .fn {
    font-size: 16px;
    margin: 0;
    line-height: 1;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author-name h2, .ticket-single-wrap .comment.byuser .ticket-replay-header .col-ticket-author-name h2 a {
    color: #323648;
    font-weight: 500;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header time {
    font-size: 13px;
    color: #BBBBBB;
    line-height: 1;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header time {
    font-size: 13px;
    color: #BBBBBB;
    line-height: 1;
}
.ticket-single-wrap .comment.byuser .ticket-replay-content {
    padding: 0 2em .5em 6em;
}
.ticket-single-wrap .entry-content {
    margin: 0;
}
.ticket-single-wrap .ticket-replay-area {
    margin: 0;
}
.ticket-single-wrap .ticket-replay-list {
    margin-top: 2px;
    border: 1px solid rgba(0, 34, 51, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.01);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
}
.ticket-single-wrap .ticket-replay-list .comment.byuser {
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
}
.ticket-single-wrap .comment.byuser {
    padding: 0;
}
.ticket-single-wrap .alert {
    margin-top: 0;
}
.alert-info{
    background: #F5FBFF;
    color: #2FA9F6;
}
.alert-info::before {
    color: #2FA9F6;
    content: "\F02FC";
    font-family: 'Material Design Icons';
    font-size: 25px;
    vertical-align: middle;
    margin-right: 2px;
}
.alert-warning {
    color: #8A6D3B;
    background: #FFEE7D;
}
.alert-warning::before{
    color: #8A6D3B;
    content: "\F0026";
    font-family: 'Material Design Icons';
    font-size: 25px;
    vertical-align: middle;
    margin-right: 2px;
}
.tcard a img, .tcard img {
    border-radius: 100%;
}
.commentTk_name a{
    text-decoration: none;
}
.tk_staff{
    text-decoration: none;
}
.ticket-single-wrap .tk_staff::after {
    position: relative;
    top: -1px;
    content: "Staff";
    background: #56bfd4;
    padding: 2px 6px 3px;
    line-height: 1;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.ticket-single-wrap .comment.byuser .ticket-replay-header .col-edit-ticket {
    margin-left: auto;
}
.footer {
    position: relative;
    background: #f6f9fc;
    border-top: solid 1px rgba(86, 191, 212, 0.1);
}
.footer .th-number-col .th-number {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-bottom: 2em;
}
.footer .th-number-col .th-number li:first-child {
    margin-right: 1em;
}
.footer .th-number-col .th-number {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2em;
}
.footer .th-number-col .th-number li .number {
    font-size: 1.5em;
    font-weight: 700;
    color: #323648;
    display: block;
}
.footer .th-number-col .th-number li span {
    line-height: 1;
}
.footer .th-number-col .th-number li .text {
    font-size: .8em;
}
.footer .th-number-col .footer-social-icon li {
    list-style: none;
    display: block;
    margin-bottom: 3px;
}
.footer .footer-social-icon{
    float: right;
}
.footer .th-number-col .footer-social-icon li:last-child {
    margin: 0;
}
.footer .th-number-col .footer-social-icon a {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 2px 10px;
    font-size: .8em;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}
.footer .th-number-col .footer-social-icon .facebook {
    color: #FFFFFF;
    background: #5B87C6;
}
.footer .th-number-col .footer-social-icon .twitter {
    color: #FFFFFF;
    background: #6ed3f3;
}
.footer .footer-logo-copyright {
    display: block;
    
}
.footer .footer-logo-copyright .about-us-text .footer-logo {
    display: block;
}
.footer .footer-logo-copyright .about-us-text .footer-logo {
   text-decoration: none;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer .footer-logo-copyright .about-us-text .footer-logo span {
    margin-top: 2px;
}
.footer .footer-logo-copyright .about-us-text p {
    font-size: .9em;
    margin: 1em 0;
}
.footer .footer-logo-copyright .copyright-info {
    font-size: .8em;
    color: rgba(91, 94, 109, 0.7);
}
.footer .before-footer-content{
    border-bottom: solid 1px rgba(86, 191, 212, 0.1);
}
.footer .before-footer-content > div {
    padding: 2em;
    border-right: 1px solid rgba(86, 191, 212, 0.1);
    display: flex;
    align-items: center;
}
.footer .before-footer-content > div i {
    font-size: 2.5em;
    width: 1.5em;
    color: #56bfd4;
}
.footer .before-footer-content > div .text h3 {
    margin: 0;
    font-size: 1em;
}
.footer .before-footer-content > div .text a{
    color: #323648;
    text-decoration: underline;
}
.footer .before-footer-content > div .text p {
    font-size: .9em;
    margin: 0;
}
.product-item {
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
    border: 1px solid rgba(0, 34, 51, 0.1);
    margin-bottom: 2em;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
}
.product-item .product-img {
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
}
.product-item .product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.product-item .product-img a {
    display: block;
    text-decoration: none;
}
.product-item .product-img img {
    height: auto;
    width: 100%;
}
.product-item .product-content .product-meta-info {
    width: 75%;
}
.product-item .product-content .product-price-info {
    width: 25%;
    text-align: right;
}
.product-item .product-content .product-meta-info h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 700;
}
.product-item .product-content .product-meta-info h3 a {
    color: #323648;
    font-weight: 600;
    text-decoration: none;
}
.product-item .product-content .product-price-info .premium-regular-price {
    background: #30373B;
}
.product-item .product-content .product-price-info .premium-regular-price, .product-item .product-content .product-price-info .free-price {
    padding: .8em .8em .65em;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
    display: inline-block;
    border-radius: 2px;
}
.reason-wrap .reason-content{
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.99);
    z-index: 3;
    border: 1px solid rgba(86, 191, 212, 0.1);
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
}
.reason-wrap .reason-icon{
    width: 80px;
    height: 80px;
    margin: auto;
}
.reason-wrap .reason-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1em 0 .5em;
}
.taskp-banr-content h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: .5em;
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.taskp-banr-content p {
    font-size: 1.2em;
    font-weight: 200;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}
.taskp-home-top-banner {
    opacity: .78;
    background-color: #54cfc6;
    background-repeat: repeat-x;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
}

.testimonial-card {
    background: linear-gradient(145deg, #f3f4f6, #fafbfc);
    border-radius: 20px;
    box-shadow: 8px 8px 16px #ffffff, -8px -8px 16px #ffffff;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.quote-icon {
    font-size: 4rem;
    color: #6366f1;
    opacity: 0.2;
}

.avatar {
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #54cfc6;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6366f1;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}
.taskp-home-newsletter {
    opacity: .78;
    background-color: #54cfc6;
    background-repeat: repeat-x;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
}
.taskp-home-newsletter .newsletter-title {
    margin-bottom: 3em;
}
.newsletter-title h2 {
    font-weight: 200;
    margin: 0;
    color: #fff;
}
.newsletter-title p {
    font-size: 1.12em;
    color: rgba(255, 255, 255, 0.7);
}
.taskp-home-newsletter form .news-letter-input-group {
    text-align: left;
    position: relative;
    margin: 0 auto;
}
.taskp-home-newsletter form .news-letter-input-group i {
    font-size: 1.2em;
    position: absolute;
    height: 60px;
    line-height: 60px;
    width: 40px;
    left: 0;
    text-align: right;
    z-index: 1;
    color: rgba(0, 0, 0, 0.3);
}
.taskp-home-newsletter .btn.btn-primary {
    color: #fff;
    background-color: #56bfd4;
    border-color: #56bfd4;
}
.taskp-home-newsletter form button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 3px;
    transition: .3s;
    border-color: #56bfd4;
    background-color: #56bfd4;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.taskp-home-newsletter form .news-input-lg {
    background: #fff;
    margin: 0;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    font-size: 1.2em;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 50px;;
    font-weight: 300;
    border: 1px solid rgba(0, 34, 51, 0.15);
    box-shadow: none;
}
.btn.btn-primary {
    color: #fff;
    background-color: #56bfd4;
    border-color: #56bfd4;
    font-size: 16px;
    padding: 7px 20px;
    font-family: 'Nunito';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.btn.btn-primary:hover{
    color: #fff;
    background: rgba(86, 191, 212, 0.8);
    box-shadow: 0 10px 30px rgba(86, 191, 212, 0.3);
}
#taskp-body .taskp-page-wrap .woocommerce .button {
    color: #fff;
    background-color: #56bfd4;
    border-color: #56bfd4;
    font-size: 16px;
    padding: 10px 20px;
    font-family: 'Nunito';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.#taskp-body .taskp-page-wrap .woocommerce .button:hover{
    color: #fff;
    background: rgba(86, 191, 212, 0.8);
    box-shadow: 0 10px 30px rgba(86, 191, 212, 0.3);
}
.taskp-section-title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    margin-top: 2em;
}
.taskp-section-title::after {
    content: "";
    display: block;
    transform: translateX(-50%);
    background-color: #54bacf;
    background-repeat: repeat-x;
    background-image: linear-gradient(45deg, #7bd9bf, #54bacf);
    height: 3px;
    width: 50px;
    border-radius: 1px;
    margin: 5px auto;
}
.taskp-tab-list{
    margin: 0;
    padding: 5px;
    border: none;
}
.taskp-tab-list li{
    list-style: none;
    border: 1px solid #7777772b;
    width: 100%;
    margin: 3px;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
}
.taskp-tab-list li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: Nunito;
}
.taskp-tab-list li.active{
    background: #54cfc614;
}
.post-type-archive-documentation .taskp-documentation .documentation-content-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding: .5em;
    border: 1px solid rgba(0, 34, 51, 0.1);
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    transform: translateY(0);
}
.post-type-archive-documentation .taskp-documentation .documentation-content-wrapper .documentation-thumbnail {
    position: relative;
}
.post-type-archive-documentation .taskp-documentation .documentation-content-wrapper .documentation-thumbnail img {
    min-width: 100%;
    height: auto;
}
.post-type-archive-documentation .taskp-documentation .documentation-content-wrapper .documentation-link a {
    font-weight: 400;
    display: block;
    padding-top: .5em;
    color: #323648;
    text-decoration: none;
    font-family: Nunito;
    font-size: 1.2rem;
    line-height: 1.6em;
}
.taskp-contact .taskp-help-link {
    list-style: none;
    margin: 2em 0 2em 1.5em;
}
.taskp-contact .taskp-help-link li {
    position: relative !important;
    padding: 0 0 1.5em 5.5em !important;
    margin: 0 0 3em !important;
    border-bottom: 1px dotted rgba(0, 34, 51, 0.1) !important;
    list-style: none;
}
.taskp-contact .taskp-help-link li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.taskp-contact .taskp-help-link li.contact-address i {
    color: #56bfd4;
}
.taskp-contact .taskp-help-link li i {
    font-size: 4em;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: right;
}
.taskp-contact .taskp-help-link li h3 {
    margin: 0 0 10px;
    font-size: 1rem;
}
.taskp-contact .taskp-help-link li p {
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
.taskp-contact .taskp-help-link li.support i {
    color: #5cb85c;
}
.taskp-contact .taskp-help-link li.documentation i {
    color: #ffee7d;
}
.taskp-contact .taskp-help-link li.faqs i {
    color: #d9534f;
}
.taskp-contact .taskp-help-link li p a {
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
    font-weight: 700;
    color: #56bfd4;
    text-decoration: none;
}
.taskp-contact .taskp-help-link li p a:hover {
    border-color: #56bfd4;
    color: #56bfd4;
}
.taskp-contact .taskp-contact-form {
    padding: 3em;
    border: 1px solid rgba(0, 34, 51, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.taskp-contact .taskp-contact-form p {
    line-height: 1.8em;
    margin-bottom: 1.5em;
    font-weight: 300;
}
.taskp-contact .taskp-contact-form p a {
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
    font-weight: 700;
    color: #56bfd4;
    text-decoration: none;
}
.taskp-contact .taskp-contact-form p a:hover {
    border-color: #56bfd4;
    color: #56bfd4;
}
.taskp-blog-section{
    position: relative;
    max-width: 50em;
    margin: 3em auto;
}
.post {
    margin-bottom: 4em;
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
}
.post:last-of-type {
    border: 0;
}
.taskp-blog-section .entry-header .entry-title {
    font-size: 2rem;
    line-height: 1.3em;
    margin: 0 0 10px;
    font-family: Nunito;
    font-weight: 700;
}
.taskp-blog-section .entry-header .entry-title a {
    color: #323648;
    transition: all .3s;
    text-decoration: none;
}
.taskp-blog-section .entry-header .entry-title a:hover {
    color: #56bfd4;
}
.taskp-blog-section .entry-meta {
    font-size: .9em;
    text-transform: capitalize;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
}
.taskp-blog-section .entry-meta span {
    margin-right: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.taskp-blog-section  .entry-meta span i {
    color: rgba(91, 94, 109, 0.5);
    margin-right: 10px;
}
.taskp-blog-section .entry-meta span.author {
    margin-right: 0;
}
.taskp-blog-section .entry-meta a {
    color: #5b5e6d;
    font-weight: 400;
    transition: all .3s;
}
.taskp-blog-section .entry-meta span i {
    color: rgba(91, 94, 109, 0.5);
    margin-right: 10px;
}
.taskp-blog-section .entry-meta span a {
   text-decoration: none;
}
.taskp-blog-section .entry-meta a:hover {
    color: #56bfd4;
}
.taskp-blog-section .post-thumbnail {
    display: block;
    margin-bottom: 2em !important;
}
.taskp-blog-section .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.taskp-blog-section .entry-content {
    margin: 0 0 4em;
    font-family: 'Lora';
    font-size: 18px;
}
.taskp-blog-section .entry-content p, .taskp-blog-section .entry-content ul, .taskp-blog-section .entry-content ol{
    color: #333;
}
.taskp-blog-section .entry-content p {
    line-height: 1.7em;
    margin-bottom: calc(1.5em);
}
.taskp-blog-section .entry-content a {
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
    color: #56bfd4;
}
.taskp-blog-section .entry-content .more-link-wrapper{
    display: block;
    margin-top: 40px;
}
.taskp-blog-section .entry-content .more-link-wrapper .more-link {
    font-family: Nunito;
    display: inline-block;
    color: #323648;
    font-size: .8em;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid rgba(0, 34, 51, 0.1);
    padding: .5em 2em;
    border-radius: 3px;
    transition: all .3s;
    text-decoration: none;
}
.taskp-blog-section .entry-content .more-link-wrapper .more-link:hover {
    background: #56bfd4;
    color: #fff;
}
.taskp-single-post .tagcloud {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.taskp-single-post .tagcloud a, .taskp-single-post-attachment .tagcloud a {
    font-size: 10px;
    text-transform: uppercase;
    color: #323648;
    display: inline-block;
    line-height: 1;
    background: rgba(0, 0, 0, 0.05);
    padding: 8px 10px;
    transition: .3s;
    text-decoration: none;
}
.posts-share {
    margin-bottom: 2em;
}
.posts-share .post-sharing {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.posts-share .post-sharing a {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(0, 34, 51, 0.1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: all .3s;
    text-decoration: none;
}
.posts-share .post-sharing a .text {
    margin-left: 5px;
}
.posts-share .post-sharing a.btn-facebook-share {
    padding: 5px 10px;
    color: #3b5998;
}
.posts-share .post-sharing a.btn-twitter-share {
    padding: 5px 15px;
    color: #55acee;
}
.posts-share .post-sharing a.btn-pinterest-share {
    padding: 5px 15px;
    color: #cc2127;
}
.posts-share .post-sharing a.btn-google-share {
    padding: 5px 10px;
    color: #dd4b39;
}
.posts-share .post-sharing a.btn-linkedin-share {
    padding: 5px 10px;
    color: #0274b3;
}
.posts-share .post-sharing a.btn-reddit-share {
    padding: 5px 10px;
    color: #ff4500;
}
.posts-share .post-sharing a.btn-facebook-share:hover {
    background-color: #3b5998;
    color: #fff;
}
.posts-share .post-sharing a.btn-twitter-share:hover {
    background-color: #55acee;
    color: #fff;
}
.posts-share .post-sharing a.btn-pinterest-share:hover {
    background-color: #cc2127;
    color: #fff;
}
.posts-share .post-sharing a.btn-google-share:hover {
    background-color: #dd4b39;
    color: #fff;
}
.posts-share .post-sharing a.btn-linkedin-share:hover {
    background-color: #0274b3;
    color: #fff;
}
.posts-share .post-sharing a.btn-reddit-share:hover {
    background-color: #ff4500;
    color: #fff;
}
#taskp-body .woocommerce-product-gallery__trigger{
    display: none;
}
.woocommerce .taskp-galleries .woocommerce-product-gallery {
    padding: 18px 18px 13px;
    border: 1px solid rgba(0, 34, 51, 0.1);
    margin: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    background-clip: padding-box;
}
.woocommerce .taskp-galleries .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 19.2% !important;
    margin: 0 1% 5px 0 !important;
    border-radius: 5px;
}
.woocommerce .taskp-galleries .woocommerce-product-gallery {
    padding: 18px 18px 13px;
    border: 1px solid rgba(0, 34, 51, 0.1);
    margin: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    background-clip: padding-box;
}
.woocommerce .taskp-galleries .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 5px;
}
.woocommerce .taskp-galleries .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1 !important;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
}
.woocommerce .taskp-galleries .single-buttons {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    background-clip: padding-box;
    border: 1px solid rgba(0, 34, 51, 0.1);
    border-top: 0;
    padding: 15px 18px;
    margin-bottom: 2em;
}
.woocommerce .taskp-galleries .single-buttons ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce .taskp-galleries .single-buttons ul li {
    position: relative;
    padding: 0;
    margin: 0;
    flex: 0 1 100%;
    list-style: none;
}
.woocommerce .taskp-galleries .single-buttons ul a {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 15px;
    display: block;
    color: #333;
    font-weight: 500;
    background: #f6f7f9;
    border: 1px solid #ced0d4;
    border-right: 0;
    text-decoration: none;
}
.woocommerce .taskp-galleries .single-buttons ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
    border-right: 1px solid #ced0d4;
}
.woocommerce .taskp-galleries .single-buttons ul li:first-child a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.woocommerce-cart .taskp-page-wrap {
    background: #F4F5FB;
}
.woocommerce-cart .taskp-shop-cart .shop_table {
    border: 0;
    margin: 0;
}
.woocommerce-cart .taskp-shop-cart .shop_table thead {
    border-bottom: 3px solid rgba(0, 0, 0, 0.03);
}
.woocommerce-cart .taskp-shop-cart .shop_table .cart_item, .woocommerce-cart .taskp-shop-cart .shop_table thead {
    background-color: #FFFFFF;
}
.woocommerce-cart .taskp-shop-cart .shop_table .product-remove {
    width: 40px;
    text-align: right;
    padding: 0;
}
.woocommerce-cart .taskp-shop-cart .shop_table thead > tr > th {
    font-family: Nunito;
    padding: 1em;
    font-size: 1.2rem;
    text-transform: capitalize;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody tr:nth-last-child(2) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody tr {
    background: transparent;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart_item > td {
    font-size: 16px;
    font-weight: 700;
    color: #323648;
}
.woocommerce-cart .taskp-shop-cart .shop_table .product-remove {
    width: 40px;
    text-align: right;
    padding: 0;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody > tr > td {
    padding: 28px 15px;
    border-radius: 0;
    border-top: 1px solid rgba(0, 34, 51, 0.1);
}
.woocommerce-cart .taskp-shop-cart .shop_table .product-remove a.remove {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3) !important;
    display: inline-block;
    border: none;
}
.woocommerce-cart .taskp-shop-cart .shop_table .product-remove a.remove:hover {
    background: transparent;
}
.woocommerce-cart .taskp-shop-cart .shop_table .product-remove a.remove:hover i{
    color: #a00;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart_item .product-name .item-info {
    vertical-align: middle;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart_item .product-name .item-info a {
    color: #323648;
    font-size: 1.2em;
    border: none;
    transition: color .3s;
    text-decoration: none;
}
.woocommerce-cart .taskp-shop-cart .shop_table .product-subtotal {
    text-align: right;
    padding-right: 50px;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart_item .amount {
    font-size: 1.2em;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals {
    text-align: right;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap {
    padding: 20px 50px;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 4px solid rgba(0, 34, 51, 0.1);
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody > tr > td.actions {
    padding: 0;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .cart-total-wrap table {
    border-collapse: collapse;
    border: 0;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody tr{
    background: transparent;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-subtotal th, .woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-discount th {
    font-weight: 500;
    color: rgba(50, 54, 72, 0.7);
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-subtotal th, .woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-discount th, .woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-subtotal td, .woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-discount td {
    padding: 0 0 10px;
    font-size: 1rem;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table th, .woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table td {
    vertical-align: middle;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-subtotal td, .woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .cart-discount td {
    text-align: right;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .cart_totals .taskp-cart-total-wrap table .order-total {
    border-top: 1px solid rgba(0, 34, 51, 0.1);
}
.woocommerce-cart .taskp-shop-cart .taskp-cart-total-wrap .shop_table tbody > tr > td {
    padding: 0;
    border-radius: 0;
    border-top: 1px solid rgba(0, 34, 51, 0.1);
    text-align: right;
}
.woocommerce .taskp-shop-cart .taskp-cart-total-wrap .shop_table th{
    font-weight: 500;
    padding: 7px 0;
    line-height: 1.5em;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody > tr > td.actions .coupon .input-text {
    border: 1px solid rgba(0, 34, 51, 0.1);
    display: inline-block;
    width: auto !important;
    height: 44px;
    line-height: 42px;
    padding: 0 1em;
    border-radius: 3px;
    background: #FFFFFF;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody > tr > td.actions .coupon .btn-coupon {
    height: 44px;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody > tr > td.actions .coupon .btn-coupon:hover {
    box-shadow: 0 10px 30px rgba(91, 94, 109, 0.3);
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody > tr > td.actions .coupon {
    margin: 20px 0 0;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .taskp-cart-checkout-btn a{
    border-radius: 3px;
    transition: .3s;
    -webkit-font-smoothing: auto;
    display: block;
    margin-bottom: 1em;
    padding: 16px 0px !important;
}
.woocommerce-cart .taskp-shop-cart .shop_table tbody .cart-collaterals .taskp-cart-checkout-btn a:hover{
    background: rgba(86, 191, 212, 0.8);
    box-shadow: 0 10px 30px rgba(86, 191, 212, 0.3);
}
body.woocommerce-checkout .page-content {
    background: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0.02) 0);
}
.woocommerce-checkout .order-review-wrapper {
    margin-top: 2em;
    padding-left: 3em;
}
.woocommerce-checkout .order-review-wrapper #payment {
    border: none;
    background: transparent;
}
.woocommerce-checkout .order-review-wrapper #payment .payment_methods {
    padding: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 34, 51, 0.1);
}
.woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order-table {
    border: 0;
}
.woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order-table tbody td {
    padding: 0 0 1.5em;
    border: 0;
}
.woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order-table tfoot td {
    padding: 0 0 .5em;
    border: 0;
}
.woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}
.woocommerce .login-form-wrapper {
    padding: 0 15px;
}
body.woocommerce-checkout .login-form-wrapper .woocommerce-info {
    border: 0;
    background: 0;
    padding: 0 !important;
    margin-top: 0 !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    box-shadow: none;
    border-radius: 5px;
}
.woocommerce-info {
    margin: 0 !important;
    background: rgba(165, 85, 202, 0.05);
    color: #A555CA;
    border: 0;
}
body.woocommerce-checkout .login-form-wrapper .woocommerce-info a {
    margin: 0;
    text-decoration: none;
     border-bottom: 1px solid rgba(0, 34, 51, 0.1);
}
.woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
    color: #232425;
    margin-left: .5em;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
    flex-wrap: wrap;
    padding: 1em 0 1em 2.5em;
    font-weight: 300;
    border: 0;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {
    flex: 0 90%;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-error {
    background: rgba(246, 75, 47, 0.05);
    color: #F64B2F;
    margin: 10px 0 !important;
    border: 0;
}
.woocommerce-error::before {
    content: "\F0026";
    color: #F64B2F;
    font-family: "Material Design Icons";
    font-size: 1.5em;
    margin-right: .5em;
    top: 19px;
    left: 12px;
    position: absolute;
}
.login-form-wrapper .woocommerce-info:before, .login-form-wrapper .woocommerce-info:after{
    display: none;
}
.woocommerce-checkout .woocommerce-billing-fields {
    margin-top: 1em;
    padding-right: 3em;
}
.taskp-login-pop-close {
    display: flex;
    justify-content: flex-end;
}
.modal .btn-close {
    font-size: 16px;
    background: #fff;
    color: #5b5e6d;
    position: relative;
    top: -13px;
    right: -13px;
    padding: 8px;
    border: 1px solid rgba(0, 34, 51, 0.1);
    border-radius: 100%;
    opacity: 1;
}
.modal .btn-close i{
   width: 1rem;
   height: 1rem;
   display: flex;
   justify-content: center;
   align-items: center;
}
.taskp-modal-body {
    padding: 0 15px 0;
}
.woocommerce-checkout .taskp-modal-body form.woocommerce-form-login{
    border: 0;
    padding: 0 20px 20px;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
#checkout-login-popup .button:hover {
    background: rgba(86, 191, 212, 0.7);
}
#checkout-login-popup .button:hover, #coupon-login-popup .button:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
#checkout-login-popup .button {
    background: #56bfd4;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
}
#checkout-login-popup .button, #coupon-login-popup .button {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    height: 50px;
    padding: 0 40px;
    border: none;
    border-radius: 8px;
}
.woocommerce-checkout .taskp-modal-body .woocommerce-form-login__rememberme{
    margin-top: 10px;
    float: right;
    display: flex;
    gap: 7px;
}
#checkout-login-popup .lost_password {
    margin-top: 20px;
}
#checkout-login-popup .lost_password a {
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
    color: #56bfd4;
    text-decoration: none;
}
.taskp-coupon-checkout-section{
    margin-bottom: 2.5em;
    margin-top: 10px;
}
.taskp-coupon-checkout-section .woocommerce-info:before, .taskp-coupon-checkout-section .woocommerce-info:after{
 display: none;
}
.taskp-coupon-checkout-section .woocommerce-info{
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}
.taskp-coupon-checkout-section .woocommerce-info a{
    color: #232425;
    font-style: normal;
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
    text-decoration:none;
    font-family: Nunito;
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.taskp-coupon-checkout-section .woocommerce-info a:hover{
    color: #56bfd4;
    border-color: #56bfd4;
}
.woocommerce-checkout .order-review-wrapper #order_review_heading {
    margin-top: 0;
    font-size: 1.2rem;
}
.woocommerce-checkout .coupon-form-wrapper .checkout_coupon {
    border: 0;
    padding: 0 20px 20px;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
.woocommerce-checkout .coupon-form-wrapper .checkout_coupon .button {
    border: none;
    border-radius: 8px;
    transition: all .3s;
    width: 100%;
    padding: 15px 0px !important;
}
.woocommerce-checkout .coupon-form-wrapper .checkout_coupon .button:hover {
    background: rgba(86, 191, 212, 0.8);
    box-shadow: 0 10px 30px rgba(86, 191, 212, 0.3);
}
.woocommerce-checkout .coupon-form-wrapper .checkout_coupon input[name="coupon_code"] {
    text-align: center;
}
.woocommerce-checkout .taskp-checkout-payment #place_order{
    border: 0;
    border-radius: 3px;
    transition: .3s;
    -webkit-font-smoothing: auto;
    float: left !important;
    padding: 13px 20px !important;
}
.woocommerce-checkout .taskp-checkout-payment #place_order:hover{
    background: rgba(86, 191, 212, 0.8);
    box-shadow: 0 10px 30px rgba(86, 191, 212, 0.3);
}
.woocommerce-checkout .taskp-checkout-payment div.form-row{
    padding: 0px 0px !important;
}
.woocommerce-lost-password .lost-password-form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.woocommerce-lost-password .lost-password-form .password-field-wrapper{
    flex: 0 73%;
    margin-right: 2%;
}
.woocommerce-lost-password .lost-password-form .reset-pass-btn-wrapper {
    flex: 0 25%;
    text-align: right;
}
.taskp-page-wrap .taskp-has-page-title{
    text-transform: capitalize;
    font-style: normal;
}
.woocommerce-message{
    outline: none;
    border: none;
}
.taskp-order-details ul{
 display: block;
 margin: 0;
 padding: 0;
}
.taskp-order-details ul li{
    list-style: none;
    background: #d2d2d20f;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
}
.taskp-order-details ul li strong{
    font-size: 18px;
    font-family: 'Nunito';
    color: #000000c7;
    margin-right: 4px;
    vertical-align: middle;
}
.taskp-order-details ul li span{
    font-size: 17px;
    font-family: 'Nunito';
    color: #2c3b42;
    vertical-align: middle;
    font-weight: 500;
}
.taskp-order-details {
    padding: 0px 0px 25px 0px;
}
.taskp-thank-you-customer-detail .woocommerce-column__title{
    font-size: 19px;
    font-family: 'Nunito';
    text-transform: capitalize;
}
.taskp-thank-you-customer-detail .woocommerce-customer-details address{
    border: 0;
    border-radius: 4px;
    background: #d2d2d20f;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
     font-size: 17px;
    font-family: 'Nunito';
    color: #2c3b42e8;
    vertical-align: middle;
    font-weight: 500;
}
.taskp-customer-order-details{
    display: block;
    margin-left: 2.5rem;
}
.taskp-customer-order-details .woocommerce-order-details h2{
    font-size: 20px;
    font-family: 'Nunito';
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table {
    border: 0;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table td{
    border: 0;
    margin: 0;
    padding: 9px 0px;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table th{
    border: 0;
    padding: 9px 0px;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table thead{
    display: none !important;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table td a{
    text-decoration: none;
    font-size: 18px;
    font-family: 'Nunito';
    font-weight: 500;
    color: #254752;
    border-bottom: 1px solid #6ed3f3;
    font-style: normal;
    text-transform: capitalize;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table td a:hover{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #6ed3f3;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table .taskp-customer-order-tfoot td{
    border: 0;
    margin: 0;
    padding: 5px 0px;
    text-align: right;
}
.taskp-customer-order-details .woocommerce-order-details .shop_table .taskp-customer-order-tfoot th{
    text-align: left;
    width: 37%;
}
.taskp-dahboard-order-link {
    display: block;
    padding: 0px 0px 20px 0px;
    margin-left: 2.5rem;
}
.taskp-dahboard-order-link ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.taskp-dahboard-order-link ul li{
    list-style: none;
}
.taskp-dahboard-order-link ul li a{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito';
    font-style: normal;
    border-radius: 4px;;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    box-shadow: rgba(86, 191, 212, 0.3) 0px 10px 30px;
    background: rgba(86, 191, 212, 0.8);
}
.taskp-dahboard-order-link ul li a:hover{
    background-color: rgba(86, 191, 212, 0.976);
    box-shadow: rgba(86, 191, 212, 0.035) 0px 1.13001px 3.39004px 0px;
}
.taskp-dahboard-order-link ul li a span{
    margin-left: 5px;
    vertical-align: middle;
}
.woocommerce-cart .taskp-cart-empty-wraper .woocommerce-message{
    padding: 1em 1.5em !important;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #468847;
    background: #E9FFD9;
    margin: 0 0 20px 0;
    padding-left: 50px !important;
}
.woocommerce-cart .taskp-cart-empty-wraper .woocommerce-message::before{
    content: "\e015";
    color: #00BCD4;
}
.woocommerce-cart .taskp-cart-empty-wraper .return-to-shop{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.woocommerce-cart .taskp-cart-empty-wraper .cart-empty:before {
    display: block;
    font-family: "Material Design Icons";
    content: "\F0111";
    position: relative;
    font-size: 2.5em;
    margin: 0 auto .5em;
    color: #56bfd4;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    background: rgba(86, 191, 212, 0.1);
    box-shadow: 0 0 0 .5em rgba(86, 191, 212, 0.05);
    border-radius: 100%;
}
.woocommerce-checkout .woocommerce-notices-wrapper{
    display: none !important;
}
.single-product .woocommerce-notices-wrapper{
    display: none !important;
}
.taskp-account-titles {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Nunito';
    font-style: normal;
    text-align: center;
    margin: 30px 0px;
    text-decoration: none;
    color: #00000078;
    text-shadow: 0.2px 0.4px 0.5px #00bcd4e0;
}
.taskp-account-titles .taskp-account-title-border {
    border-bottom: 2px solid #00BCD4;
    margin: 0.3em auto 0 auto;
    width: 13%;
    height: 0px;
    opacity: 1;
}
.taskp-reset-password label{
    font-size: 20px;
}
.taskp-reset-password label {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Nunito';
    font-style: normal;
    color: #000000b0;
}
.taskp-login-dashboard-account form.woocommerce-form-login label{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Nunito';
    font-style: normal;
    color: #000000b0;
}
.taskp-login-dashboard-account form.woocommerce-form-login .lost_password a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Nunito';
    font-style: normal;
    color: #0cb2e7;
    opacity: 1;
    margin-top: 20px;
    display: block;
}
.taskp-login-dashboard-account .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.taskp-login-dashboard-account .woocommerce-form-login .woocommerce-form-login__rememberme input {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 4px;
}
.woocommerce-account .taskp-my-account-wraper .woocommerce-MyAccount-navigation{
    background: #f8f9fa;
    padding: 14px 30px 10px 30px;
    border-radius: 4px;
}
.woocommerce-account .taskp-my-account-wraper .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #00bcd499;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce-account .taskp-my-account-wraper form h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    font-family: 'Nunito';
    font-style: normal;
    color: rgb(0 0 0 / 62%);
}
.woocommerce-account .taskp-my-account-wraper .woocommerce-order-details{
    margin: 0;
}
.woocommerce-account .taskp-my-account-wraper .woocommerce-order-details h2{
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    font-family: 'Nunito';
    font-style: normal;
    color: rgb(0 0 0 / 62%);
    text-transform: capitalize;
}
.woocommerce-account .taskp-my-account-wraper .woocommerce-Address h2{
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    font-family: 'Nunito';
    font-style: normal;
    color: rgb(0 0 0 / 62%);
}
.woocommerce-account .taskp-my-account-wraper .woocommerce-Address address{
    padding: 15px 0 0 0;
}
.woocommerce-account .taskp-my-account-wraper .taskp-account-dashboard-main a{
    color: #56bfd4;
    font-style: normal;
    border-bottom: 1px solid rgba(0, 34, 51, 0.1);
    text-decoration: none;
    font-family: Nunito;
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.woocommerce-account .taskp-my-account-wraper .taskp-account-dashboard-main a:hover{
    color: rgb(86 191 212 / 70%);
    border-color: #56bfd4;
}
.woocommerce-account .taskp-my-account-wraper .woocommerce-table__product-name a{
    text-decoration: none;
    color: #0cb2e7;
    font-size: 1.2em;
}
.download-product a {
    text-decoration: none;
    color: #0cb2e7;
    font-size: 1em;
}
.subscription-status{
    text-transform: capitalize;
}
.taskp-list-card-info{
    padding: 0;
}
.taskp-list-card-info li{
     list-style: none;
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: 500;
    font-style: normal;
}
.taskp-family{
    font-family: 'Nunito';
}
.taskp-account-error{
    color: #000;
    font-family: 'Nunito';
    font-size: 15px;
    text-align: left;
    margin: 10px 0px;
    background: #e91e6324;
    border-radius: 4px;
    padding: 10px;
    display: none;
}
.taskp-account-error a{
    text-decoration: none;
    font-family: 'Nunito';
    color: rgba(86, 191, 212, 0.8);
}
.taskp-item-title{
    color: #56bfd4;
    font-weight: 600;
    font-family: 'Nunito';
}
.taskp-item-title::before{
    color: #000;
}
.taskp-infinity {
    font-size: 19px;
    font-weight: 500;
    font-family: math;
}
.taskp-expiry-infinity{
    text-align: center;
    display: block;
}
.taskp-action-margin{
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
    margin-right: .2rem !important;
    margin-left: .2rem !important;
}
.taskp-dashboard-short-menu{
    margin: 0;
    padding-left: 2.5rem;
}
.taskp-dashboard-short-menu li{
    margin: 0;
}
.taskp-dashboard-short-menu li::marker{
    font-size: 30px;
    color: #03A9F4;
}
.woocommerce-account .taskp-my-account-wraper .taskp-dashboard-short-menu li a{
    text-decoration: none;
    border: none;
    font-size: 18px;
    font-family: Nunito;
    font-style: normal;
    vertical-align: text-bottom;
}