/*
 * cart sidebar
 */
#cart-sidebar .header-carter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6294c;
    color: #fff;
	padding-right: 10px;
}

#cart-sidebar .header-carter .cart-counter {
    background: #515151;
    padding: 3px 7px;
    border-radius: 10px;
    font-style: normal;
}

#cart-sidebar .header-carter .close-box {
    color: #fff;
    transition: 0.2s all;
    width: 42.5px;
    height: 42.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


#cart-sidebar.ntk-static-sidebar.style-1 {
    background: #fff;
    color: #333;
}
#cart-sidebar .blockUI.blockOverlay:before{
    top: 35%;
}
#cart-sidebar.ntk-static-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    width: 400px;
    max-width: 80%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}
@media (max-width: 990px) {
    body #cart-sidebar.ntk-static-sidebar {
        width: 100%;
        max-width: 100%;
    }
}
.ntk-static-sidebar .mini-cart-item.nasa-loading:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    display: block;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
}
.nasa-img-loading:after, .nasa-loader {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #333;
    border-left: 1px solid #efefef;
    border-right: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: nasa-spin .5s linear infinite;
    -moz-animation: nasa-spin .5s linear infinite;
    -o-animation: nasa-spin .5s linear infinite;
    -ms-animation: nasa-spin .5s linear infinite;
    animation: nasa-spin .5s linear infinite;
}

/* Safari | chrome */
@-webkit-keyframes nasa-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
/* FF */
@-moz-keyframes nasa-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}
/* Opera */
@-o-keyframes nasa-spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes nasa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
#cart-sidebar.ntk-static-sidebar.nasa-active{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#cart-sidebar .close-box {
    color: #fff;
    transition: 0.2s all;
    width: 42.5px;
    height: 42.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#cart-sidebar .close-box::before {
    font-size: 15px;
    position: relative;
}

.ntk-static-sidebar .widget_shopping_cart_content {
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* not bug */

.nasa-minicart-items, .nasa-minicart-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.nasa-minicart-items {
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 10px !important;
}
.ntk-static-sidebar .cart_list {
    padding-bottom: 20px;
}


/* mini catr style1 footer */
.nasa-minicart-items, .nasa-minicart-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}


/* not bug */

 /* progress shiping free */
 .ntk-static-sidebar .nasa-total-condition-wrap {
    margin: 0;
}
 .nasa-total-condition-wrap {
    position: relative;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
.nasa-total-condition-wrap.free:before {
    background-color: #00a32a;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
body .nasa-total-condition-wrap:before {
    right: 0;
    left: auto;
}
.nasa-total-condition-wrap:before, .nasa-total-condition-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 25px;
    z-index: 0;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
.nasa-total-condition {
    width: 100%;
    position: relative;
    background: #EDEDED;
    height: 7px;
    line-height: 15px;
    margin-top: 14px;
    margin-bottom: 10px;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    border-radius: 8px;
}
.free .nasa-subtotal-condition {
    background: #00a32a !important;
}
.primary-bg {
    background-color: #f76b6a;
}
.nasa-subtotal-condition {
    position: relative;
    z-index: 1;
    line-height: inherit;
    width: 0;
    height: 100%;
    text-align: center;
    font-weight: bold;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    border-radius: 8px;
}
.nasa-total-condition-hint, .nasa-subtotal-condition {
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}
body .nasa-subtotal-condition .nasa-total-number {
    left: -1px;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nasa-subtotal-condition .nasa-total-number {
    font-size: 9px;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -1px;
    top: 50%;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    font-size: 9px;
}


/* not bug */
.free .nasa-subtotal-condition .nasa-total-number {
    border-color: #00a32a !important;
}
.nasa-total-condition-wrap:after {
    right: 0;
    background-color: #EDEDED;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
body .nasa-total-condition-wrap:after {
    left: 0;
    right: auto;
}
.nasa-total-condition-wrap:before, .nasa-total-condition-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 25px;
    z-index: 0;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    border-radius: 10px;
}
.ntk-static-sidebar .ext-nodes-wrap .ext-node {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    min-height: 100px;
    max-height: 100%;
    overflow-y: auto;
    padding: 45px 35px 45px 35px;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.ntk-static-sidebar .ext-nodes-wrap .ext-node.active {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ntk-static-sidebar .ext-nodes-wrap .node-title {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
}
.ntk-static-sidebar .ext-nodes-wrap .ext-node .shipping-calculator-form {
    display: block !important;
}
.ntk-static-sidebar .ext-nodes-wrap .close-nodes {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
	background: #b7b7b763;
}


.woocommerce-mini-cart-item.mini_cart_item .ntk-image-cart-item{
    display: grid;
    grid-auto-flow: column;
    justify-content: right;
    height: 100%;
}
.woocommerce-mini-cart-item.mini_cart_item .ntk-image-cart-item img{
    width: 78px;
    height: auto;
    padding: 10px;
    margin: 7px auto;
}
.woocommerce-mini-cart-item.mini_cart_item .ntk-image-cart-item a.remove{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    transition: 0.1s all;
    background: #fbfbfb;
    width: 18px;
    padding: 0 5px;
	border-radius: 0;
}
.woocommerce-mini-cart-item.mini_cart_item .ntk-image-cart-item a.remove i {
    font-size: 10px;
    font-weight: 500;
    color: #ccc;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity {
    align-items: center;
    border: 1px solid #f1f1f3;
    display: inline-flex;
    overflow: hidden;
    border-radius: 6px;
    height: 23px;
	padding: 0;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .decrease-qty.minus {
    border-right: 1px solid #f1f1f3;
    border-left: none;
}
.ntk-static-sidebar  .hide-in-cart-sidebar {
    display: none;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .input-text {
    writing-mode: horizontal-tb !important;
    -moz-appearance: textfield;
    border: none;
    text-align: center;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    height: 30px;
    width: 30px;
    padding: 8px;
    outline: 0;
    font-size: 11px;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .increase-qty.plus {
    border-left: 1px solid #f1f1f3;
    border-right: none;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity i {
    font-size: 9px;
    color: #232933;
    font-weight: 100;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .decrease-qty,.woocommerce-mini-cart-item.mini_cart_item .quantity .increase-qty {
    height: 35px;
    line-height: 38px;
    padding-left: 9px;
    padding-right: 8px;
}
.woocommerce-mini-cart-item.mini_cart_item a.remove:hover {
    background-color: rgb(255, 151, 151) !important;
    color: #fff !important;
    transition: 0.s2s all;
}
.woocommerce-mini-cart-item.mini_cart_item a.remove:hover i{
    color: #fff;
}
.mini-cart-item-price{
    margin-top: 5px;
}
.mini-cart-item-price .quantity-wrap {
    display: flex;
    gap: 7px;
    margin-top: 5px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-mini-cart-item.mini_cart_item .cart_list_product_quantity{
    font-size: 13px;
    font-weight: 600;
}
.woocommerce-mini-cart-item.mini_cart_item .product-name {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    height: 20px;
    display: block;
    overflow: hidden;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .ntk-info-cart-item{
    width: 100%;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    clear: both;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    min-height: 85px;
    -moz-transition: opacity ease .8s,transform ease .5s;
    -o-transition: opacity ease .8s,transform ease .5s;
    -webkit-transition: opacity ease .8s, transform ease .5s;
    transition: opacity ease .8s, transform ease .5s;
    justify-content: right;
    align-items: center;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation{
  display: flex;
  align-items: center;
  gap: 6px;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dd:not(:last-child)::after{
 content: '';
 position: relative;
 width: 3px;
 height: 3px;
 display: inline-block;
 border-radius: 50%;
 background: #e1e1e1;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dd{
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #8d8d8d;
    gap: 8px;
    line-height: 18px;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dt.variation-{
    display: none;
}

.ntk-static-sidebar .cart-empty {
    margin-top: 130px;
    padding: 12px;
    text-align: center;
}
.ntk-static-sidebar .cart-empty p {
    color: #0c0c0c;
    font-size: 16px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 15px;
}
.ntk-static-sidebar .cart-empty ul {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: center;
    margin-top: 10px;
    list-style: none;
	padding: 0;
}
.ntk-static-sidebar .cart-empty ul a {
    color: #1c61e7;
}
.ntk-static-sidebar .cart-empty ul .separator {
    background: #e0e0e2;
    height: 12px;
    margin: 0 16px;
    width: 1px;
}
.ntk-static-sidebar .cart-empty div {
    color: #a1a3a8;
    font-size: 12px;
    font-weight: 500;
}

/* mini cart footer */
.ext-mini-cart-wrap {
    border-top: 1px solid #efefef;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ext-mini-cart-wrap .nssp {
    width: 1px;
    height: 35px;
    border-left: 1px solid #ddd;
}
.ext-mini-cart-wrap a i {
    font-size: 22px;
    line-height: 25px;
    display: block;
    font-weight: normal;
    color: #333;
}
.ext-mini-cart-wrap a.ext-mini-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.minicart_total_checkout {
    padding-top: 15px;
    border-top: 1px solid #efefef;
    text-align: left;
}
.minicart_total_checkout > strong,.minicart_total_checkout > .woocommerce-Price-amount{
    display: none !important;
}
.ntk-static-sidebar .minicart_total_checkout .total-price-label {
    float: right;
    display: inline-block;
    font-weight: 600;
}
.ntk-static-sidebar .minicart_total_checkout .total-price {
    float: none !important;
    display: inline-block;
    font-weight: 600;
}
.ntk-static-sidebar .ext-item-wrap {
    display: flex;
    padding-top: 8px;
    font-size: 13px;
    font-weight: normal;
    color: #898989;
    align-items: center;
    justify-content: space-between;
}

.ntk-static-sidebar .total-cart-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
}
.ntk-static-sidebar .total-price-label2, .ntk-static-sidebar .total-price-2 {
    font-size: 18px;
    font-weight: 600;
}
.ntk-static-sidebar .nasa-total-condition-desc {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: initial;
    display: flex;
    align-items: center;
    gap: 3px;
}
.nasa-total-condition-desc .ntk-truck-fast{
    margin-left: 6px;
    font-size: 19px;
    color: #333;
}
.nasa-total-condition-desc .ntk-truck-fast.text-success{
    color: #4CAF50;
}
.nasa-total-condition-desc strong{
    font-weight: 800;
}
.nasa-total-condition-desc .woocommerce-Price-amount {
    font-size: 13px;
}
.nasa-total-condition-desc {
    max-width: 550px;
    margin: 10px auto 30px auto;
    text-align: center;
    line-height: 1.4 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.ntk_cart .nasa-total-condition-desc{
    margin-top: 15px;
    width: 100% !important;
    max-width: 100%;
    justify-content: start;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px !important;
}
.ntk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.ntk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a {
    width: 100%;
    color: #333;
    text-align: center;
    padding: 16px;
    background-color: #efefef;
    font-weight: 600;
    border-radius: 6px;
    font-size: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.ntk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a.checkout {
    background-color: #f6294c !important;
    border-color: #f6294c !important;
    color: #fff !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.ntk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a:hover,
.ntk-static-sidebar .ext-nodes-wrap #mini-cart-save_note:hover {
    opacity: .8;
}
.nasa-minicart-footer {
    flex: 0 0 auto;
    padding-bottom: 25px;
}
.ntk-static-sidebar .ext-nodes-wrap .ext-node .nasa-stclose {
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 21px;
    color: #333;
}

.nasa-stclose {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;

}
.ntk-static-sidebar .ext-nodes-wrap .form-row.notes label,.ntk-static-sidebar .ext-nodes-wrap .get_factor_field {
    display: none;
}
.ntk-static-sidebar .ext-nodes-wrap .form-row.notes textarea {
    min-height: 100px;
    background-color: white;
    font-family: inherit;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: none;
    color: #333333;
    display: block;
    margin: 0;
    padding: 0.48276em;
    height: 42px;
    width: 100%;
    font-size: 13px;
    outline: none;
}
.ntk-static-sidebar .ext-nodes-wrap #mini-cart-save_note,
.ntk-static-sidebar .shipping-calculator-form button.button,
.ntk-static-sidebar  #mini-cart-apply_coupon
{
    cursor: pointer;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #F44336;
    font-weight: 600;
    border-radius: 6px;
    font-size: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 0;
    outline: none;
    margin-top: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ext-mini-cart-wrap .mess-wrap{
    display: block;
    width: 100%;
    border-top: 1px solid #efefef;
}
.ext-mini-cart-wrap .mess-wrap .woocommerce-message,.ext-mini-cart-wrap .mess-wrap .woocommerce-info {
    color: #00bb00 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    gap: 5px;
    align-items: center;
    padding: 10px 7px 8px 7px !important;
    line-height: 18px !important;
}
.ext-mini-cart-wrap .mess-wrap .woocommerce-message::before,.ext-mini-cart-wrap .mess-wrap .woocommerce-info::before{
    font-size: 19px;
    color: #00bb00 !important;
    content: "\ec31" !important;
    margin: 0 !important;
    position: relative !important;
    top: -2px !important;
}
.ntk-static-sidebar .ext-nodes-wrap .ext-node .shipping-calculator-button {
    display: none;
}
.ntk-static-sidebar .ext-nodes-wrap .ext-node .select2-container {
    width: 100% !important;
}
form .select2-container--default .select2-selection--single, form .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dedede;
}
form .select2-container .select2-selection--single {
    height: 42px;
}
.ntk-static-sidebar .shipping-calculator-form select,.ntk-static-sidebar .shipping-calculator-form input ,.ntk-static-sidebar #mini-cart-add-coupon_code.input-text{
    width: 100%;
    border: 1px solid;
    border-color: #dedede;
    height: 40px;
    padding: 0.48276em;
    font-size: 13px;
    outline: none;
}
.ntk-static-sidebar .shipping-calculator-form select::-ms-expand{
    margin-left: 10px;
}
.ntk-static-sidebar .shipping-calculator-form .form-row:not(:last-child){
  margin-bottom: 15px;
}
.ntk-static-sidebar .publish-coupon {
    background-color: #f8f8f8;
    color: #666666;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 15px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    font-size: 15px;
}
.ntk-static-sidebar .publish-coupon .discount-info {
    color: #000;
    justify-content: stretch;
    gap: 0;
    font-size: 14px;
    font-weight: 600;
}
.ntk-static-sidebar .publish-coupon:hover,.ntk-static-sidebar .publish-coupon.nasa-actived {
    border-color: #a2a2a2;
}
.ntk-static-sidebar .publish-coupon > span {
    margin: 5px;
    line-height: 1.2;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
}
.ntk-static-sidebar .publish-coupon .discount-code .nasa-uppercase {
    border: 1px dashed #9d9d9d;
    background-color: #f1f1f1;
    padding: 5px 11px 5px 15px;
    margin: 5px 0;
    letter-spacing: 4px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ntk-static-sidebar .ext-nodes-wrap .node-title {
    margin-bottom: 15px;
    line-height: 1.2;
}

.woocommerce-remove-coupon .cp-code {
    border: 1px dashed #a3a3a3;
    background-color: #efefef;
    font-size: 11px;
    padding: 3px 8px 3px 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-break: break-all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.coupon-content.ext-item-content{
    font-size: 0;
    display: flex;
	align-items: center;
	line-height: 1;
}
.coupon-content.ext-item-content .woocommerce-Price-amount{
    border: 1px dashed #a3a3a3;
    background-color: #efefef;
    font-size: 11px;
    padding: 3px 8px 3px 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-break: break-all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    order: 1;
}
.woocommerce-remove-coupon::after{
    content: "\ec87";
    font-family: 'netkala' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    position: relative;
    top: 0px;
    margin-left: 2px;
    color: #8f8989;
}


/* 
 * cart page
 */
/* cart page style */
.woocommerce-cart-form table.shop_table,.add_to_cart_all_main{
  /* border: 1px solid #e3e3e3!important; */
  /* border-radius: 8px!important; */
  /* border: 1px solid #e3e3e3!important; */
}
.woocommerce-cart-form input::before,form input::before,.cart_page input::before{
  display: none !important;
}
.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item.cart_item{
  display: table;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item.cart_item:last-child{
  border-bottom: 0;
}
.add_to_cart_all_main{
  padding: 15px;
}
.add_to_cart_all_main strong{
  font-size: 14px;
  font-weight: 700;
  color: #666a71;
  text-align: right;
  display: block;
}
.add_to_cart_all_main p{
  font-size: 13px;
  font-weight: 400;
  line-height: 2.17;
  color: #666a71;
  margin: 5px 0;
  border-bottom: 1px solid #f0f0f1;
  padding-bottom: 12px;
  text-align: right;
}
.add_to_cart_all_main div.count_add_next_cart{
 text-align: center;
}
.add_to_cart_all_main div.count_add_next_cart i{
  color: #000;
  font-weight: 500;
}
.add_to_cart_all_main div#add-all-product{
  border: 1px solid;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.add_to_cart_all_main div#add-all-product i{
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-left: 7px;
}
.Icon-Action-MovetoCart::before{
  font-family: netkala;
  content: "\E02E\00FE0E";
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.trash-image::before{
  content: "\ec43";
  font-family: netkala;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.woocommerce-cart-form .thead{
 display: none !important;
}
.woocommerce table.shop_table{
  line-height: 49px!important;
  font-size: 14px;
  text-align: right;
  width: 100%;
  font-weight: 400;
  color: #000 !important;
  text-align: right;
  border-collapse: separate;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,.shop_table td{
  border: 0 !important;
  background-color: #fff;
}
.cart_page .woocommerce .cart-order-user{
  width: 73%;
  float: right;
  position: sticky;
  top: 85px
}
.cart_page .woocommerce .collateral-order-user{
  width: 26%;
  float: left;
  position: sticky;
  top: 85px;
}
.cart_page .woocommerce .collateral-order-user .count_add_next_cart{
  font-size: 14px;
}
.cart_page .woocommerce .collateral-order-user p{
  font-size: 13px;
  line-height: 24px;
}
.cart_page .woocommerce .collateral-order-user p.woocommerce-shipping-destination{
  text-decoration: dotted;
  text-align: right;
  border: 1px dashed;
  border-color: #e4e4e4;
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
}
.cart_page a.plus{
  right: 2%;
  top: 30%;
}
.cart_page a.minus{
  top: 30%;
  left: 2%;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt{
  margin-left: 5px;
}
.cart_page dl.variation{
 display: flex;
 align-items: center;
}
.woocommerce-cart-form__cart-item.cart_item div.flexd.l-start{
  justify-content: flex-start;
}
.cart_page .woocommerce-cart-form__contents div.product-quantity,.cart_page .woocommerce-cart-form__contents div.ntk-next-shoppingcart-card-grp-btn{
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: auto;
  max-width: inherit;
}
.cart_page .woocommerce-cart-form__contents div.delete_product a{
  padding: 8px 10px;
  border: 1px solid #a9a7a7e3;
  color: #81858b;
  margin-left: 0;
  line-height: 26px;
}
.cart_page .woocommerce-cart-form__contents div.quantity{
  width: 100px !important;
  display: inline-block;
  position: relative;
  padding: 8px 10px;
  margin: 0 0 0 10px;
  border-radius: 8px;
}
.cart_page .woocommerce td.product-thumbnail a.remove{
  line-height: 1;
  font-weight: 500 !important;
  color: #959595 !important;
  font-size: 18px !important;
  width: unset;
  height: auto;
  text-align: right;
  position: absolute;
  top: 20px;
  cursor: pointer;
}
.woocommerce-cart-form__cart-item.cart_item div.flexd {
    max-width: 230px;
    display: flex;
    align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.ntk-next-shoppingcart-card-grp-btn a{
  display: flex;
  align-content: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e0e2;
  padding: 5px 10px;
  border-radius: 8px;
  color: #81858b;
  line-height: 28px;
  cursor: pointer;
}
.woocommerce-cart-form__contents.add_next_cart_empty{
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
}



.dl_stiky{
  display: inline-block;
  width: 100%;
}
.woocommerce-cart-form__contents .ntk-next-shoppingcart-empty-thumbnail img{
  max-width: 210px;
}
.woocommerce-cart-form__contents.add_next_cart_empty .ntk-next-shoppingcart-title-empty{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.woocommerce-cart-form__contents.add_next_cart_empty p{
  font-size: 13px !important;
  text-align: center !important;
}
.ntk_empty_cart{
  text-align: center;
  border-radius: 8px;
}
.ntk_empty_cart_detales{
  margin-top: 3rem;
}
.ntk-next-shopping-cart-tab-content {
  display: inline-block;
  width: 100%;
}
body .ntk-next-shopping-cart-tab-content table.shop_table{
  margin-bottom: 0 !important;
}
body.cart_page.empty .empty_cart_icon{

}
.ntk_empty_cart i.empty_cart{
 font-size: 110px;
 color: #000;
 text-align: center;
}
body.cart_page .ntk_empty_cart .cart-empty{
  font-size: 16px;
  text-align: center;
  color: #555;
  margin-top: 10px;
}

body.cart_page.empty .return-to-shop{
 text-align: center;
}
body.cart_page.empty .return-to-shop a.button {
  padding: 10px 0;
  display: flex;
  align-items: center;
  max-width: 190px;
  justify-content: center;
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  border-radius: 10px;
  color: #fff !important
}
body.cart_page.empty .return-to-shop a.button i{
  font-size: 31px;
  font-weight: 100;
  margin-left: 9px;
}
.ntk-next-shoppingcart-card-grp-btn a i{
  font-size: 22px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
body.cart_page.empty .page_shoper ul{
  display: flex;
  justify-content: center;
  margin: 10px 0 25px 0;
}
body.cart_page.empty .page_shoper ul li{
  border-right: 1px solid #e8e8e8;
  padding: 0 10px;
  line-height: 16px;
  font-size: 15px;
}
body.cart_page.empty .page_shoper ul li:first-child{
  border: 0;
}
.cart_page .product-remove{
  padding: 0 !important;
  width: 1% !important;
}
.cart_page .cart-order-user table.shop_table td.product-thumbnail{
  width: 21% ;
  text-align: center !important;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.cart_page .cart-order-user table.shop_table td.product-name{
  margin-right: 10px;
  display: inline-block;
  width: 70%;
}
.cart_page .cart-order-user table.shop_table td.product-subtotal{
  width: 25%;
}
.cart_page .cart-order-user table.shop_table td.product-name a.product_name{
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: #000 !important;
  text-align: right;
  line-height: 26px;
  display: block;
  margin-bottom: 25px;
}
.cart_page .cart-order-user table.shop_table .granti_cart{
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}
.cart_page .cart-order-user table.shop_table .granti_cart i{
  margin-left: 5px;
}
.woocommerce a.remove:hover{
  background-color: unset !important;
  color: unset !important;
}

.cart_page td.product-remove:hover a{
  color: #fff !important;
}
.product-subtotal .woocommerce-Price-amount{
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.product-subtotal .price_savid,.product-subtotal .price_savid .woocommerce-Price-amount{
  color: #ea2e42 !important;
  font-size: 12px !important;
  margin-bottom: 0px;
}
.product-subtotal .price_savid .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-size: 13px;
  color: #ea2e42;
}
.ntk-add-shoppingcart-container{
  margin-top: 30px;
  cursor: pointer;
}
body .woocommerce-cart-form .ntk-add-to-next-shopping-list{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.ntk-add-to-next-shopping-list i{
  font-size: 20px;
  margin-left: 3px;
  line-height: 0;
  font-weight: bold;
}
.woocommerce .totals-order-user table.shop_table tr{
  display: flex;
  justify-content: space-between;
}
body .continer .woocommerce .cart_totals .cart-subtotal td{
 line-height: 10px !important;
 padding: 0 !important;
}
.cart-subtotal .woocommerce-Price-amount{
  font-size: 15px;
  line-height: 50px;
  color: #000;
  font-weight: 600;
}
.woocommerce .totals-order-user .cart-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-size: 12px;
  font-weight: 500;
}
.woocommerce .totals-order-user .cart-discount .woocommerce-Price-amount {
  font-size: 15px;
  line-height: 35px;
  color: #ea2e42;
  font-weight: 400;
}
.woocommerce .totals-order-user .order-total{
  line-height: 49px !important;
  font-size: 14px;
  text-align: right;
  width: 100%;
  font-weight: 400;
  border-top: 1px solid #e3e3e3;
}












.woocommerce-cart .page-card{
    background: transparent;
    padding: 0px;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
	overflow: unset;
}

.woocommerce-cart .card-header{
    display: none;
}

.woocommerce-cart .card-body{
    padding: 0px;
}

.woocommerce-cart .dl_stiky {
    display: inline-block;
    width: 100%;
}

.woocommerce-cart .cart-order-user {
    width: 73%;
    float: right;
    position: relative;
}

.woocommerce-cart table.shop_table {
    line-height: 49px !important;
    font-size: 14px;
    text-align: right;
    width: 100%;
    font-weight: 400;
    color: #000 !important;
    text-align: right;
    border-collapse: separate;
}

.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item.cart_item {
    display: table;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
body.woocommerce-cart .woocommerce .ntk_cart table.shop_table th,
body.woocommerce-cart .woocommerce .ntk_cart table.shop_table td {
    line-height: 24px !important;
    padding: 7px 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: top !important;
    border-radius: 11px !important;
    background-color: transparent !important;
	border: 0;
}

.woocommerce .cart-order-user table.shop_table td.product-thumbnail {
    width: 13%;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
    box-shadow: none;
}


.woocommerce-cart .collateral-order-user {
    width: 26%;
    float: left;
    position: relative;
}

.woocommerce-cart .collateral-order-user .totals-order-user {
    width: 100% !important;
}

.woocommerce-cart table.shop_table {
    line-height: 49px !important;
    font-size: 14px;
    text-align: right;
    width: 100%;
    font-weight: 400;
    color: #000 !important;
    text-align: right;
    border-collapse: separate;
	
    padding: 15px !important;
    border-radius: 11px !important;
    background: #fff;
}

.woocommerce-cart .collateral-order-user .table-shop-cart-user tbody {
    display: inline-block;
    width: 100%;
}

.woocommerce-cart .totals-order-user table.shop_table tr {
	font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-cart .totals-order-user .order-total {
    line-height: 49px !important;
    font-size: 14px;
    text-align: right;
    width: 100%;
    font-weight: 400;
    border-top: 1px solid #e3e3e3;
}

.woocommerce-cart .collateral-order-user .table-shop-cart-user .tr-proceed-cart-user {
    display: block;
    width: 100%;
}

.woocommerce .collateral-order-user .table-shop-cart-user .tr-proceed-cart-user th a:hover {
    transition: 0.1s all;
    background: #ee7e8b;
}
.woocommerce .collateral-order-user .table-shop-cart-user .tr-proceed-cart-user th a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #ef394e;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    transition: 0.1s all;
}

@media (max-width: 990px) {
    body.woocommerce-cart .left-cont,
	body.ceckout_page .left-cont,
	body.page-login .left-cont,
	.woocommerce-cart .woocommerce .cart-order-user,
	.woocommerce-cart .woocommerce .collateral-order-user {
        width: 100% !important;
        position: unset !important;
        margin-top: 15px;
    }
}




/*---------- my-account styles section ----------*/
body:not(.logged-in) .advanced-account .form-row {
    display: block;
}
body.logged-in .advanced-account .top-navbar {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 3px 0px;
}
  body.logged-in .advanced-account .top-navbar #account-sidebar-toggle .nav-link {
    position: relative; }
  body.logged-in .advanced-account .top-navbar #account-sidebar-toggle i {
	  line-height: 30px;
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #00CBCB; }
  @media (min-width: 992px) {
    body.logged-in .advanced-account .top-navbar #account-sidebar-toggle {
      display: none; } }
  @media (max-width: 576px) {
    body.logged-in .advanced-account .top-navbar .display-name {
      display: none; } }
  body.logged-in .advanced-account .top-navbar .logo img {
    max-height: 30px;
    width: auto; }
  body.logged-in .advanced-account .top-navbar .nav-actions .nav-link {
    position: relative;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  body.logged-in .advanced-account .top-navbar .nav-actions .icon {
	  line-height: 30px;
    font-size: 22px;
    position: absolute;
    top: 8px;
    left: 10px;
    color: #979898; }
  body.logged-in .advanced-account .top-navbar .nav-actions .badge {
    position: absolute;
    border-radius: 100%;
    width: 18px;
    height: 17px;
    top: 14px;
    right: 31px; }
body.logged-in .advanced-account .woocommerce {
	display: flex;
	height: 100vh;
}


 
.woocommerce-account .card-body a {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 0px 0px 30px 0px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding-top: 65px;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 15px;
        width: 100%;
    }
}

body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .user-avatar {
    background: #fc3924;
    background-image: linear-gradient(270deg, #f43f5e 0%, #d70d59 100%);
    position: relative;
    top: -58px;
    width: 140%;
    margin-right: -20%;
    padding-top: 85px;
    padding-bottom: 35px;
    border-radius: 700px/251px;
    margin-bottom: -10%;
    color: #fff;
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-body {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

@media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0;
        padding-left: 0;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px 0px 40px 0px;
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 3px 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 10px 30px 10px 15px;
    color: #3d3d3d;
    background: #f8fafc;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
    content: '\f703';
    font-family: netkala;
    float: right;
    font-size: 24px;
    position: relative;
    top: 0;
    left: 10px;
    color: #3d3d3d;
    transition: all 200ms ease-out;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fc3924;
    background-image: linear-gradient(270deg, #f43f5e 0%, #d70d59 100%);
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\e9b8';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\e9a7';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: '\ea1d';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '\eaf0';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\eb7c';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
    content: '\ec33';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--products a:before {
    content: '\ebed';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--announcements a:before {
    content: '\eb56';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a:before {
    content: '\eaa2';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: '\eae8';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wallet a:before {
    content: '\ec72';
}

@media (max-width:992px) {
    body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation {
        position: fixed;
        z-index: 9;
        margin-right: -240px;
        width: 240px;
        transition: all 200ms ease-out;
        overflow-y: auto;
        height: 100%
    }
	body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation.show {
		margin-right: 0
	}

	body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation.show+.woocommerce-MyAccount-content {
		opacity: .45
	}
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #f5f5f5;
    padding: 20px;
    border-radius: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 65px;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}



.woocommerce-account .woocommerce-MyAccount-content .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-content .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: 1px solid #e0e1e2;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 0;
    padding: 6px 12px;
    background: #f8f9fa;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone::before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email::before {
    line-height: 2.1;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #e0e1e2;
    background: #f8f9fa;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
    margin-bottom: 15px;
}

.woocommerce-orders-table__cell-order-total del, .woocommerce-orders-table__cell-order-total ins, .woocommerce-orders-table__cell-order-total span {
    display: block;
    line-height: 26px;
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
    display: inline-block;
}

.woocommerce-orders-table__cell-order-total del {
    color: #979898;
}

.woocommerce-orders-table__cell-order-total ins {
    text-decoration: none;
    color: #EF5661;
}

.woocommerce-account .woocommerce-customer-details .col-1 {
    padding-left: 0 !important;
}

.woocommerce-account .woocommerce-customer-details .col-2 {
    padding-right: 0 !important;
    margin-top: 15px;
}

.favorites-table .price {
    color: #EF5661;
}

.favorites-table img {
	width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    margin-left: 10px;
}

.favorites-table .price > * {
    display: block;
}

.favorites-table .price del {
    color: #979898;
    font-size: 13px;
}

.favorites-table .remove-favorite {
    background: #f5f5f5;
    border-radius: 100%;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.favorites-table .remove-favorite i {
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 0;
    color: #979898;
}

@media (max-width: 992px) {
    .favorites-table thead {
        display: none;
    }

    .favorites-table tbody tr:nth-child(2n) td {
        background-color: #f8f9fa;
    }

    .favorites-table tbody tr:nth-child(2n) td .remove-favorite {
        background: #e0e1e2;
    }

    .favorites-table tbody tr:nth-child(2n) td .remove-favorite i {
        color: #7a7a7a;
    }

    .favorites-table tbody td {
        width: 100%;
        display: block;
        text-align: center;
        border-top: none !important;
    }

    .favorites-table tbody tr:not(:last-child) td:last-child {
        border-bottom: 1px solid #e0e1e2;
        border-right: none !important;
        border-left: none !important;
    }
}

.woocommerce-lost-password .woocommerce-ResetPassword {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
}

@media (max-width: 576px) {
    .woocommerce-lost-password .woocommerce-ResetPassword {
        padding: 15px;
    }
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-body {
    padding: 0;
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.woocommerce-lost-password .woocommerce-ResetPassword > p:first-of-type {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 10px;
}

.user-info-table {
    margin-top: 15px !important;
}

.user-info-table td > p:first-child {
    color: #979898;
}

@media (max-width: 992px) {
    .user-info-table tbody td {
        width: 100%;
        display: block;
        text-align: center;
        border-top: none !important;
    }

    .user-info-table tbody tr:not(:last-child) td {
        border-bottom: 1px solid #e0e1e2;
    }
}

.user-info-table + .edit-account {
    text-align: center;
    margin-top: 15px;
}

.user-info-table + .edit-account a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

.user-info-table + .edit-account a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    left: 4px;
    color: #00BFD6;
}



/*---------- login styles section ----------*/
.woocommerce-account .main {
    margin-top: 0;
}

.woocommerce-account .account-logo-wrapper {
    text-align: center;
    padding: 15px 0;
}

.woocommerce-account .main-content.nologin  img {
	width: 200px;
	height: auto;
}
.woocommerce-account.woocommerce-edit-account .main-content form .form-row,
.mini-cart-shipping #shipping-calculator-form .form-row {
    display: block;
}

.woocommerce-account .page-login .col-1,
.woocommerce-account .page-login .col-2,
.woocommerce-account .page-register .col-1,
.woocommerce-account .page-register .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
}

.woocommerce-account .page-register .u-column1.col-1:not(.woocommerce-Address) {
    display: none !important;
}

.woocommerce-account .page-login .u-column2.col-2:not(.woocommerce-Address) {
    display: none !important;
}

.woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 11px 11px 0px 0px;
    box-shadow: none;
    padding: 15px;
    border-bottom: none;
	margin-top: 30px;
}

@media (max-width: 576px) {
    .woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
        padding: 15px;
    }
}

.woocommerce-account .u-column1.col-1 .card-header, .woocommerce-account .u-column2.col-2 .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-account .u-column1.col-1 .card-header .card-title, .woocommerce-account .u-column2.col-2 .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-account .u-column1.col-1 .card-body, .woocommerce-account .u-column2.col-2 .card-body {
    padding: 0;
}

.woocommerce-account .u-column1.col-1 .card-footer, .woocommerce-account .u-column2.col-2 .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-account .u-column1.col-1 .card-footer, .woocommerce-account .u-column2.col-2 .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.woocommerce-account .u-column1.col-1 h2,
.woocommerce-account .u-column2.col-2 h2 {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-account .u-column1.col-1 > h2,
.woocommerce-account .u-column2.col-2 > h2{
    display: none;
}

.woocommerce-account .u-column1.col-1 form, .woocommerce-account .u-column2.col-2 form {
    border: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .u-column1.col-1 form .button, .woocommerce-account .u-column2.col-2 form .button {
    display: block;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #f43f5e !important;
	background-color: #f43f5e;
	    color: #fff;
    font-size: 16px !important;
    margin-left: 0;
}

.woocommerce-account .u-column1.col-1 form .button:before, .woocommerce-account .u-column2.col-2 form .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}

.woocommerce-account .u-column1.col-1 form .button:hover:before, .woocommerce-account .u-column1.col-1 form .button:focus:before, .woocommerce-account .u-column1.col-1 form .button:active:before, .woocommerce-account .u-column2.col-2 form .button:hover:before, .woocommerce-account .u-column2.col-2 form .button:focus:before, .woocommerce-account .u-column2.col-2 form .button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.woocommerce-account .u-column1.col-1 form .woocommerce-form__label, .woocommerce-account .u-column2.col-2 form .woocommerce-form__label {
    margin-top: 1rem;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength {
    line-height: 18px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.short, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.short {
    background: #ff7979;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.bad, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.bad {
    background: #ffbe76;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.good, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.good {
    background: #badc58;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.strong, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.strong {
    background: #6ab04c;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-hint, .woocommerce-account .u-column2.col-2 form .woocommerce-password-hint {
    line-height: 26px;
}

.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword, .woocommerce-account .u-column2.col-2 .woocommerce-LostPassword {
    margin-bottom: 0;
}

.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword a, .woocommerce-account .u-column2.col-2 .woocommerce-LostPassword a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
}

.woocommerce-account .login-footer {
    text-align: center;
    padding: 15px;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    border: 1px solid rgba(0, 190, 214, 0.13);
    background: #F5FCFD;
    border-radius: 0px 0px 11px 11px;
}

.woocommerce-account .login-footer a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
    margin-right: 10px;
}