[class*="wp-block-"] {
    margin-bottom: 0;
}
[class*="wp-block-"]:not(:first-child) {
    margin-top: 80px;
}
[class*="wp-block-"]:not(:last-child) {
    margin-bottom: 80px;
}
[class*="wp-block-"] img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.article .wp-block-image img {
    max-width: 435px;
}
.article .wp-block-image.alignwide img,
.article .wp-block-image.alignfull img {
    max-width: 100%;
}
.article .wp-block-image.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* ====================
WOOCOMMERCE 2021
==================== */
.tab {
    position: relative;
    text-transform: uppercase;
}
.tab-content {
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}
.tab-content.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
}

/* .shop-section {
    background-color: #f5efec;
    border-bottom: 1px solid #ebebeb;
}
.shop-section.single {
    background-color: #fff;
    border-bottom: 0;
} */

.shop-section .padding-top-sm {
    padding-top: 40px;
}
.shop-section .padding-top-0 {
    padding-top: 0 !important;
}
.shop-section .sc-container > *:not(:last-child) {
    margin-bottom: 40px;
}

.shop-section .function-container,
.shop-section .woocommerce-breadcrumb,
.shop-section nav.woocommerce-pagination,
.product-reviews-text,
.product-review-detail,
.product-results-accordion,
.product-quote-by,
.product-details .summary .product-size,
.product-details .summary .product-review,
.product-details .summary .product-overview,
.product-details .summary .product-types {
    font-size: 12px;
    line-height: inherit;
}

.shop-section .entry-title {
    text-transform: capitalize;
}
.shop-section .entry-wc .page-title {
    display: none;
}

.shop-section .billboard {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #ebebeb;
}
.shop-section .billboard > * {
    width: 50%;
}
.shop-section .billboard .object-fit:before {
    padding-bottom: 48.275862%;
    min-height: 100%;
}
.shop-section .billboard .meta {
    padding: 30px 50px;
    text-align: left;
    align-self: center;
}
.shop-section .billboard .meta > *:not(:first-child) {
    margin-top: 25px;
}
.shop-section .billboard .meta > *:empty {
    display: none;
}

.shop-section .function-container {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.shop-section .function-container .fn-filter {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.shop-section .function-container .fn-filter .ctrl {
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}
.shop-section .function-container .fn-filter .ctrl:after {
    font-family: 'iconfont';
    content: "\e904";
    line-height: 1;
    margin: 0 0 0 8px;
}
.shop-section .function-container .fn-filter .woocommerce-ordering {
    width: 100%;
    height: 100%;
    margin: 0;
    float: none;
    position: absolute;
    z-index: 1;
    top: 0; left: 0;
    opacity: 0;
}
.shop-section .function-container .fn-filter .woocommerce-ordering select {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.shop-section .function-container .fn-count {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    text-align: right;
}

.shop-section .woocommerce-notices-wrapper {
    clear: both;
}
.shop-section .woocommerce-notices-wrapper:empty {
    display: none;
}

.shop-section .woocommerce-breadcrumb {
    padding: 0;
    margin: 0 0 40px;
    text-transform: uppercase;
    line-height: 1;
}
.shop-section .woocommerce-breadcrumb a:not(:hover) {
    color: #bdb7ab;
}

.shop-section nav.woocommerce-pagination {
    margin: 80px 0 0;
}
.shop-section nav.woocommerce-pagination ul.page-numbers:before,
.shop-section nav.woocommerce-pagination ul.page-numbers:after {
    display: none;
}
.shop-section nav.woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-section nav.woocommerce-pagination ul.page-numbers > li {
    border: 0;
    float: none;
    color: inherit;
    text-align: center;
}
.shop-section nav.woocommerce-pagination ul.page-numbers > li > * {
    display: inline;
    min-width: 0;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0 10px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.shop-section nav.woocommerce-pagination ul.page-numbers > li > *:hover,
.shop-section nav.woocommerce-pagination ul.page-numbers > li > *:focus {
    background: none !important;
}

.shop-section ul.products:not(.swiper-wrapper) {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.shop-section ul.products:not(.swiper-wrapper) .product {
    width: 100% !important;
}
.shop-section ul.products li.product {
    position: relative;
    text-align: center;
}
.shop-section ul.products li.product > * {
    width: 100%;
}
.shop-section ul.products li.product > *:not(:last-child) {
    margin-bottom: 15px;
}
.shop-section ul.products li.product img {
    display: block;
    width: 100%;
}
.shop-section ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
}
.shop-section ul.products li.product .woocommerce-loop-product__title {
    font-size: inherit;
    line-height: inherit;
}
.shop-section ul.products li.product .price,
.shop-section ul.products li.product .price * {
    font-size: 12px;
    line-height: inherit;
}
.shop-section ul.products li.product div.tags {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0; left: 0;
    padding: 10px;
    margin: 0;
}
.shop-section ul.products li.product div.tags span.tag {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 8px;
    border: 1px solid #ebebeb;
    background: #fff;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.shop-section .products-container.related ul.products li.product:not(:nth-child(-n+4)) {
    display: none !important;
}

/* SINGLE */
.single-product .product > *:not(:last-child) {
    margin-bottom: 80px;
}

.product-details .woocommerce-product-gallery .slick-slide {
    outline: none;
}
.product-details .woocommerce-product-gallery .slick-slide img {
    display: block;
    width: 100%;
}
.product-details .woocommerce-product-gallery .slick-arrow {
    display: none !important;
}
.product-details .woocommerce-product-gallery .wpgs-nav {
    margin: 5px -5px -5px;
}
.product-details .woocommerce-product-gallery .wpgs-nav .slick-slide {
    margin: 5px;
}
.product-details .woocommerce-product-gallery .wpgs-nav .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.product-details .summary {
    position: relative;
}
.product-details .summary .product_title {
    margin: 0;
    padding: 0 30px 0 0;
}
.product-details .summary .product-price-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-details .summary .product-price-review > *:not(:last-child) {
    margin-right: 20px;
}
.product-details .summary .product-price > * {
	display: inline-block;
}

.product-details .summary .product-review {
    display: flex;
    align-items: center;
}
.product-details .summary .product-review > *:not(:first-child) {
    margin-left: 10px;
}

.product-details .summary .tinv-wishlist {
    position: absolute;
    z-index: 1;
    top: 20px; right: 0;
}
.product-details .summary .tinv-wishlist .tinvwl_add_to_wishlist_button {
    line-height: 1;
}
.product-details .summary .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
    margin: -2px;
    font-size: 24px;
}

.product-details .summary form.cart,
.product-details .summary .product-overview,
.product-details .summary .product-types {
    margin: 40px 0 0;
}

.product-details .summary form.cart:before,
.product-details .summary form.cart:after {
    display: none !important;
}
.product-details .summary form.cart:not(.variations_form),
.product-details .summary form.cart .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}
.product-details .summary form.cart > * {
    grid-column: span 2;
}
.product-details .summary form.cart .quantity-container {
    grid-row: 1;
    grid-column: 1;
    width: 120px !important;
}
.product-details .summary form.cart .quantity .qty {
    height: 45px;
}
.product-details .summary form.cart .single_add_to_cart_button {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    text-transform: uppercase;
}
.product-details .summary form.cart .variations {
    font-size: 12px;
}
.product-details .summary form.cart .variations,
.product-details .summary form.cart .variations tbody,
.product-details .summary form.cart .variations tr,
.product-details .summary form.cart .variations tr > * {
    display: block;
    width: 100%;
}
.product-details .summary form.cart .variations .label {
    font-size: inherit;
    text-transform: uppercase;
}
.product-details .summary form.cart .variations select {
    outline: none;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 5px 45px 5px 20px;
    width: 100%;
    height: 45px;
    border: 1px solid #ebebeb;
    background: #fff;
    text-transform: uppercase;
}
.product-details .summary form.cart .variations .select:after {
    text-align: center;
    color: #000;
}
.product-details .summary form.cart .variations .select {
    width: 100%;
    max-width: 100%
}

.product-overview ul.tabs {
	border-bottom: 1px solid #ebebeb;
    display: flex;
    margin: 0 0 20px;
}
.product-overview ul.tabs li {
    flex: 1;
    display: inline-block;
    padding: 0 10px 10px 0;
    margin-bottom: -1px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.product-overview ul.tabs li:not(:last-child) {
    margin-right: 10px;
}
.product-overview ul.tabs li.active {
	border-bottom: 1px solid #000;
}

.product-tab-detail .tab-content > *:not(:last-child) {
    margin-bottom: 10px;
}

.product-types {
    display: flex;
    flex-wrap: wrap;
}
.product-types > * {
    width: 50%;
    padding-right: 20px;
}
.product-types > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
}
.product-type-title {
    font: inherit;
    text-transform: uppercase;
}
.product-type-item > *:not(:last-child) {
    margin-bottom: 10px;
}

.product-highlight {
	background: #595b3c;
    color: #fff;
	text-align: center;
	padding: 50px;
}
.product-quote {
	font-size: inherit;
}
.product-quote:before {
    content: '“';
    font-family: auto;
    font-size: 60px;
    line-height: 1;
    vertical-align: bottom;
}
.product-quote:after {
    content:"";
    width: 60px;
    height: 1px;
    background: #fff;
    display: block;
    text-align: center;
    margin: 40px auto 20px;
}
.product-quote-by {
    opacity: 0.5;
}

.product-results-img img {
    display: block;
	width: 100%;
	height: auto;
}
.product-results-group {
    border-bottom: 1px solid #ebebeb;
}
.product-results-group:first-child {
    border-top: 1px solid #ebebeb;
}
.product-results-title {
    font: inherit;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    cursor: pointer;
}
.product-results-title:after {
    content: '+';
    width: 12px;
    display: block;
    text-align: center;
    line-height: 1;
}
.product-results-title.active:after {
	content: '-';
}
.product-results-desc {
	display: none;
    padding-bottom: 40px;
}
.product-results-desc > *:not(:last-child) {
    margin-bottom: 10px;
}

.product-reviews-wrap {
	margin: 0 auto;
	width: 50%;
}
.product-reviews-title {
    font-size: inherit;
    line-height: inherit;
}
.product-review-by,
.product-review-date {
    color: #bdb7ab;
}
.product-review-detail:not(:first-child) {
    margin-top: 20px;
}
.product-review-rating {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.product-reviews-item {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.product-reviews-item:first-child {
    padding-top: 0;
}
.product-reviews-item .product-review-detail {
    display: grid;
    grid-gap: 0 10px;
    grid-template-columns: 1fr auto auto;
    align-items: center;
}
.product-reviews-item .product-review-detail .product-review-rating {
    grid-row: 1;
    grid-column: 1;
}
.product-reviews-item .product-review-detail .product-review-by {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    color: #bdb7ab;
}
.product-reviews-item .product-review-detail .product-review-date {
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
}
.product-no-reviews {
    text-align: center;
}
.product-reviews-item > *:not(:last-child),
.product-no-reviews > *:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width:992px) { 
    
    /* SINGLE */
    .product-details {
        display: flex;
        justify-content: space-between;
    }
    .product-details > * {
        width: 50%;
    }
    .product-details > *:not(:last-child) {
        margin-bottom: 0 !important;
    }
    .product-details .summary.entry-summary {
        padding-left: 50px;
    }
    
    .product-results {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-results > * {
        width: 50%;
    }
    .product-results > *:not(:last-child) {
        margin-bottom: 0 !important;
    }
    .product-results-accordion:not(:first-child) {
        padding-left: 50px;
    }
    .product-results-accordion:not(:last-child) {
        padding-right: 50px;
    }
    
}

@media (max-width:991px) {

    /* LISTING */
    .shop-section .billboard > * {
        width: 100%;
    }
    .shop-section .billboard .meta {
        padding: 30px;
        text-align: center;
    }
    .shop-section .billboard .meta > *:not(:first-child) {
        margin-top: 15px;
    }

    .shop-section .sc-cover {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .shop-section .sc-cover .billboard {
        border-left: 0;
        border-right: 0;
    }
    
    .shop-section ul.products:not(.swiper-wrapper) {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 30px;
    }

    /* SINGLE */
    .product-details .woocommerce-product-gallery .wpgs-nav .slick-slide {
        width: calc((100% - 10px*6) / 6) !important;
    }
    .product-details .woocommerce-product-gallery .wpgs-nav .slick-track {
        width: 100% !important;
    }

}

.woocommerce address {
    font-style: normal;
    font-size: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
}

/* Form */
.woocommerce .woocommerce-input-wrapper {
    display: block;
}
.woocommerce fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 20px;
    font-size: 12px;
}
.woocommerce form .form-row:last-child {
    margin-bottom: 0;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    -webkit-appearance: none !important;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    -webkit-appearance: none !important;
    width: 100%;
    height: 36px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent;
    font: inherit;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #ebebeb;
}
.woocommerce form .form-row textarea {
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 9px;
    resize: none;
}
.woocommerce form .form-row label {
    line-height: inherit;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    position: relative;
}
.woocommerce form .form-row[id*="address_1"] {
    margin-bottom: 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    vertical-align: baseline !important;
}

.select2-container--default .select2-selection--single {
    height: 36px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent;
    color: #000;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    text-align: left;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-dropdown {
    border: 1px solid #ebebeb !important;
    margin: -1px 0;
    border-radius: 0;
    transition: none;
    font-size: 12px;
}
.select2-results__option {
    outline: none;
    border-radius: 0;
    padding: 5px 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected]{
    background: #000;
    color: #fff;
}

/* Quantity */
.quantity,
form.cart .quantity {
    margin: 0;
    float: none;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
    width: 100%;
    max-width: 100%;
    color: inherit;
    background: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quantity .qty,
form.cart .quantity .qty {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    background: none;
    display: block;
    padding: 0 20px;
    margin: 0;
    width: 100%;
    height: 35px;
    min-height: 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.quantity .qty-btn,
form.cart .quantity .qty-btn {
    width: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    position: absolute;
    z-index: 3;
    top: 0;
}
.quantity .qty-btn.inc,
form.cart .quantity .qty-btn.inc {
    right: 0;
}
.quantity .qty-btn.dec,
form.cart .quantity .qty-btn.dec {
    left: 0;
}
.quantity-container {
    position: relative; 
    z-index: 1;
    width: 90px !important;
}
.woofc-area .quantity-container {
    width: auto !important;
}

/* Button */
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce .cart .button, 
.woocommerce .cart input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.ur-frontend-form button, 
.ur-frontend-form button[type=submit], 
.ur-frontend-form input[type=submit],
form.form-wpdt-wc-payment .payment-info-actions *[type="submit"] {
    cursor: pointer;
	-webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	box-shadow: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline;
    vertical-align: top;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    white-space: normal;
    color: inherit;
    border: 0;
    border-radius: 0;
    
    background-color: transparent;
    background-image: linear-gradient(120deg, #595b3c 0%, #595b3c 100%);
    background-repeat: no-repeat;
    background-size: 100% 0%;
    background-position: 0 100%;
    background-origin: border-box;
    color: #000;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.ur-frontend-form button:hover, 
.ur-frontend-form button[type=submit]:hover, 
.ur-frontend-form input[type=submit]:hover,
form.form-wpdt-wc-payment .payment-info-actions *[type="submit"]:hover {
    padding: 0;
    border: 0;
    border-radius: 0;
    
    color: #595b3c;
    background-color: transparent;
    background-image: linear-gradient(120deg, #595b3c 0%, #595b3c 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    background-origin: border-box;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover, 
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    opacity: 0.1;
	pointer-events: none;
}

.woocommerce .checkout-button,
.woocommerce #place_order,
.payment-info-actions #payment-submit,
.product-details .summary form.cart .single_add_to_cart_button {
    display: inline-block !important;
    vertical-align: middle !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 100% !important;
    height: 45px !important;
    line-height: 43px !important;
    border: 1px solid #595b3c !important;
    background: #595b3c !important;
    color: #fff !important;
    text-decoration: none !important;
}
.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover,
.payment-info-actions #payment-submit:hover,
.product-details .summary form.cart .single_add_to_cart_button:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}


/* Alert */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding: 10px !important;
    border: 0;
    background: #ebebeb;
    color: inherit;
	font-size: 12px;
    text-transform: uppercase;
	margin: 0 0 40px;
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
    display: none;
}
.woocommerce-error a, 
.woocommerce-error button,
.woocommerce-info a, 
.woocommerce-info button,
.woocommerce-message a, 
.woocommerce-message button {
	padding: 0 !important;
	border: 0 !important;
    display: inline !important;
	height: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
	line-height: inherit !important;
	background: none !important;
	text-transform: inherit !important;
	text-decoration: underline !important;
    color: inherit !important;
}
.woocommerce-error a:after, 
.woocommerce-error button:after,
.woocommerce-info a:after, 
.woocommerce-info button:after,
.woocommerce-message a:after, 
.woocommerce-message button:after {
    display: none !important;
}

/* Cart */
.woocommerce .quantity .qty {
    width: 100%;
}

.woocommerce a.remove {
    font-size: inherit;
    line-height: 1;
    margin: 0;
}
.woocommerce table {
    border-spacing: 0;
}
.woocommerce table.shop_table {
    margin: 0;
    border-radius: 0;
    border: 1px solid #ebebeb;
    font-size: 12px;
}
.woocommerce table.shop_table tr > * {
    border-color: #ebebeb !important;
    line-height: inherit;
}
.woocommerce table.shop_table thead th, 
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table strong,
.woocommerce ul#shipping_method .amount {
    font-weight: 400;
}
.woocommerce table.shop_table tfoot td {
    font-weight: inherit;
}
.woocommerce table.cart td.product-name {
    text-transform: uppercase;
}
.woocommerce table.cart td.actions .button {
    font-size: inherit;
}
.woocommerce table.cart td.actions .input-text {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    width: 100%;
    height: 45px;
    line-height: normal;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #ebebeb;
}
.woocommerce table.cart td.actions .coupon {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.woocommerce table.cart td.actions .coupon input {
    width: 100% !important;
    padding-right: 128px !important;
    background-color: #fff !important;
}
.woocommerce table.cart td.actions .coupon .button {
    width: auto;
    min-width: 0;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce .cart-collaterals {
    margin: 40px 0 0;
}
.woocommerce .wc-proceed-to-checkout {
    margin: 40px 0 0;
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
    margin: 0 0 20px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr > * { 
    vertical-align: top;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator {
    margin: 5px 0 0;
}
.woocommerce .cart-collaterals .shipping-calculator-form {
    margin: 10px 0;
}
.woocommerce .cart-collaterals .shipping-calculator-form .form-row {
    margin: 0 0 10px;
}

/* Payment */
.woocommerce-form-coupon-toggle > * {
    margin: 0;
}
.woocommerce form.checkout_coupon {
    border: 0;
    border-radius: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #ebebeb;
    padding: 10px;
    margin: 0;
    font-size: 12px;
}
.woocommerce form.checkout_coupon > *:first-child {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.woocommerce form.checkout_coupon .form-row {
    margin: 0;
    float: none;
    width: 100%;
}
.woocommerce form.checkout_coupon .form-row:not(:last-child) {
    margin-bottom: 10px;
}
.woocommerce form.checkout_coupon .form-row input {
    background: #fff !important;
    border: 0 !important;
    padding: 5px 10px !important;
}
.woocommerce-checkout:not(:first-child) {
    margin-top: 40px;
}

#customer_details:not(:last-child) {
    margin-bottom: 40px;
}
#customer_details h3:not(:last-child),
#customer_details .form-row:not(:last-child),
#customer_details .shipping_address,
#order_review_heading:not(:last-child),
#order_review > *:not(:last-child),
.woocommerce-terms-and-conditions-wrapper:not(:last-child) {
    margin-bottom: 20px;
}
#customer_details .form-row {
    width: 100%;
}

.woocommerce ul#shipping_method li {
    margin: 0;
    line-height: inherit;
}
.woocommerce ul#shipping_method li:not(:last-child) {
    margin-bottom: 10px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    font-size: 12px;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 10px;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    font-size: 16px;
    line-height: normal;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 0 10px;
}

.woocommerce-checkout #payment {
    margin-bottom: 65px;
}
.woocommerce-checkout #payment #place_order {
    margin: 0 -10px -75px;
    transform: translateY(30px);
}

/* Thankyou */
.woocommerce-order .wpdt-wc-payment-thankyou {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
}
.woocommerce-order .woocommerce-notice {
    text-transform: uppercase;
}
.woocommerce-order ul.order_details {
    margin: 0;
}
.woocommerce-order ul.order_details li {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font: inherit;
    line-height: inherit;
}
.woocommerce-order ul.order_details li strong {
    display: inline;
    font-size: inherit;
    text-transform: uppercase;
    line-height: inherit;
}

#main.wc-thankyou {
    text-align: center;
}
#main.wc-thankyou ul.order_details li:not(.woocommerce-order-overview__order),
#main.wc-thankyou .wpdt-wc-payment-thankyou .instructions,
#main.wc-thankyou .wpdt-wc-payment-thankyou .accounts,
#main.wc-thankyou .woocommerce-order-details {
    display: none !important;
}
#main.wc-thankyou .link-paymnet {
    margin: 20px 0 0;
}


/* Payment Noti */
form.form-wpdt-wc-payment:after {
	content: "";
	display: table;
	clear: both;
}
form.form-wpdt-wc-payment {
    font-family: inherit;
	font-size: 12px;
    line-height: inherit;
}
form.form-wpdt-wc-payment h3,
form.form-wpdt-wc-payment h4,
form.form-wpdt-wc-payment .payment-info-remark label {
    display: block;
    font-family: inherit;
	font-size: inherit;
    line-height: inherit;
    font-weight: 400;
	text-transform: uppercase;
    margin-bottom: 20px !important;
}

form.form-wpdt-wc-payment .input input,
form.form-wpdt-wc-payment .input textarea {
    width: 100% !important;
    max-width: 100% !important;
    height: 35px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
form.form-wpdt-wc-payment span.required {
    position: absolute;
    top: 0; right: 0;
    line-height: 35px;
}
form.form-wpdt-wc-payment .reset {
    display: block;
    height: auto;
    padding: 0;
    margin: 15px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: inherit;
    text-transform: uppercase;
}

form.form-wpdt-wc-payment > *[class*="payment-info-"]:not(:last-child) {
	margin-bottom: 40px;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks {
    margin: 0;
    padding: 0;
    border: 0;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks * {
    color: inherit !important;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks thead {
    display: none;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks,
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tbody,
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > * {
    display: block;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 5px 15px;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr:not(:last-child) {
    margin-bottom: 20px;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > * {
    grid-column: 2;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    vertical-align: middle;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > *.thead {
    grid-column: 1;
    grid-row: span 3;
    width:  auto !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    line-height: 1 !important;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .thead label {
    display: flex;
    align-items: center;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .thead input {
    margin: 0 8px 0 0;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .thead img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .wpdt_wc_payment_form_bank_name {
    font-weight: 400;
}

form.form-wpdt-wc-payment input[type="text"],
form.form-wpdt-wc-payment input[type="date"],
form.form-wpdt-wc-payment input[type="number"],
form.form-wpdt-wc-payment select,
form.form-wpdt-wc-payment textarea {
    -webkit-appearance: none;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    width: 100% !important;
    max-width: none;
    min-height: 0;
    height: 36px;
    outline: none;
    font: inherit;
}
form.form-wpdt-wc-payment textarea {
    padding: 9px 10px;
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0;
    resize: none;
}
form.form-wpdt-wc-payment input[type="file"] {
    height: 36px;
    width: auto;
    outline: none;
}
form.form-wpdt-wc-payment span.required {
    pointer-events: none;
    width: auto;
    line-height: 40px;
    right: 10px;
    top: 0;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) {
    border: 0;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks),
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tbody,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr > * {
    display: block;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr {
    display: flex;
    align-items: baseline;
    width: 100%;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr:not(:last-child) {
    margin-bottom: 20px;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr > * {
    padding: 0;
    border: 0;
    background: none;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr th {
    width: 150px;
    font-weight: 400;
    padding-right: 15px;
    text-align: left;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr td {
    flex: 1;
    position: relative;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr.uploadslip th {
    white-space: nowrap;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr.uploadslip td {
    flex: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr.uploadslip span.required {
    line-height: 26px;
}
form.form-wpdt-wc-payment .payment-info-actions *[type="submit"] {
    -webkit-appearance: none;
}
form.form-wpdt-wc-payment .payment-info-actions .reset {
    display: none !important;
}

@media (min-width:769px) {
    
    .woocommerce table.shop_table tr > * {
        padding: 10px;
        line-height: inherit;
    }
    .woocommerce table.shop_table th {
        text-transform: uppercase;
    }

    .woocommerce table.cart tr > * {
        text-align: center;
    }
    .woocommerce table.cart tr > *:last-child {
        text-align: right;
    }
    .woocommerce table.cart .product-remove {
        width: 1%;
        padding-right: 0;
    }
    .woocommerce table.cart .product-thumbnail {
        width: 120px;
    }
    .woocommerce table.cart .product-name {
        text-align: left;
    }
    .woocommerce table.cart .product-quantity .quantity-container {
        margin: 0 auto;
    }

    .woocommerce table.cart td.actions .coupon {
        width: 400px;
    }
    .woocommerce table.cart .button[name="update_cart"] {
        float: right;
        margin: 14px 0 0;
    }

    .woocommerce .cart-collaterals .cart_totals {
        width: 50%;
    }
    .woocommerce .cart-collaterals .cart_totals table.shop_table th {
        width: 142px;
    }

}

@media (max-width:991px) {
    
    .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }
    .woocommerce .wc-proceed-to-checkout {
        text-align: left;
    }

}

@media (max-width:768px) {

    .woocommerce .col2-set > *:not(:last-child) {
        margin-bottom: 40px;
    }

    .woocommerce table.shop_table_responsive tr td:before {
        font-weight: 400;
        text-transform: uppercase;
    }

    .woocommerce table.cart.shop_table_responsive tr.cart_item td {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .woocommerce table.cart.shop_table_responsive tr.cart_item td.product-remove a.remove {
        margin: 0 auto;
    }
    .woocommerce table.cart.shop_table_responsive tr.cart_item td.product-thumbnail,
    .woocommerce table.cart.shop_table_responsive tr.cart_item td.product-thumbnail + td {
        border-top: 0;
    }
    .woocommerce table.cart.shop_table_responsive tr.cart_item td.product-thumbnail:before {
        display: none;
    }
    .woocommerce table.cart.shop_table_responsive tr.cart_item td.product-thumbnail a {
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .woocommerce table.cart.shop_table_responsive tr.cart_item td.product-thumbnail a img {
        display: block;
    }
    
    .woocommerce table.cart.shop_table_responsive .button[name="update_cart"] {
        float: none;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .woocommerce table.cart.shop_table_responsive .button[name="update_cart"]:not(:first-child) {
        margin-top: 10px;
    }

    form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr.uploadslip {
        flex-wrap: wrap;
    }
    form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr.uploadslip td {
        width: 100%;
        flex: none;
        margin: 20px 0 0;
    }

}

/* Member */
.member-heading ul.tabs li{
    color: #bdb7ab;
	cursor: pointer;
    text-transform: uppercase;
}
.member-heading ul.tabs li:not(:last-child) {
    margin-bottom: 10px;
}
.member-heading ul.tabs li.active {
	color: #000000;
}

#user-registration {
    margin: 0;
}
#user-registration p {
    color: inherit;
}
.ur-frontend-form {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: inherit;
    box-sizing: border-box;
}

.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url], 
.ur-frontend-form .ur-form-row .ur-form-grid select, 
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
    margin: 0;
    min-height: 0;
    height: 36px;
    padding: 5px 0;
    line-height: normal;
    color: #000;
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
    width: 100%;
    padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid label, 
.ur-frontend-form .ur-form-row .ur-form-grid legend,
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, 
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
    margin: 0;
    font: inherit;
    text-transform: uppercase;
}
.ur-frontend-form .ur-form-row .form-row:not(:last-child),
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:not(:last-child) {
    margin-bottom: 20px;
}

.ur-frontend-form.login {
    padding: 0;
}
.ur-frontend-form.login .form-row:not(.user-registration-form-row) {
    display: flex;
    flex-direction: column-reverse;
}
.ur-frontend-form.login .form-row:not(.user-registration-form-row) > * {
    float: none;
    outline: none;
}
.ur-frontend-form.login .user-registration-Button,
.ur-frontend-form .ur-button-container .ur-submit-button {
    margin: 20px 0 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}

.woocommerce-MyAccount-navigation li:not(:last-child) {
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation li a {
    text-transform: uppercase;
    color: #bdb7ab;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    color: #000;
}

.woocommerce-notices-wrapper:empty {
    display: none;
}

.woocommerce-MyAccount-content {
    font-size: 12px;
    line-height: inherit;
    color: inherit;
}
.woocommerce-MyAccount-content p {
    margin: 0;
}
.woocommerce-MyAccount-content a {
    background-image: none;
    color: inherit;
    text-decoration: underline;
}
.woocommerce-MyAccount-content > *:not(:last-child) {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content form [type="submit"] {
    margin-top: 20px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4,
.woocommerce-MyAccount-content h5,
.woocommerce-MyAccount-content h6,
.woocommerce fieldset legend {
    font-family: inherit;
    font-size: 16px;
    line-height: inherit;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}
.woocommerce-Address-title > * {
    margin: 0 !important;
}

#billing_address_1_field {
    margin-bottom: 0;
}

.woocommerce table.my_account_orders {
    text-transform: uppercase;
}
.woocommerce table.my_account_orders tbody tr > * {
    vertical-align: top;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button {
    font-size: inherit;
    line-height: inherit;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions > *:not(:last-child) {
    margin-right: 10px;
}

.woocommerce-MyAccount-content .tinv-wishlist {
    display: block;
}
.woocommerce-MyAccount-content .tinv-header {
    display: none;
}
.woocommerce-MyAccount-content .tinvwl-table-manage-list {
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .tinvwl-table-manage-list thead,
.woocommerce-MyAccount-content .tinvwl-table-manage-list tfoot,
.woocommerce-MyAccount-content .tinvwl-table-manage-list .product-cb,
.woocommerce-MyAccount-content .tinvwl-table-manage-list .product-stock i {
    display: none;
}
.woocommerce-MyAccount-content .tinvwl-table-manage-list .product-remove [type="submit"] {
    margin: 0 auto;
}
.woocommerce-MyAccount-content .tinvwl-table-manage-list .product-action .button {
    font-size: inherit;
    white-space: nowrap;
    line-height: inherit;
}
.woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name a {
    background-image: none;
    text-decoration: none;
}

@media (min-width:641px) {
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr > * {
        padding: 10px;
    }
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr > *:first-child,
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr > .product-remove {
        padding-left: 0;
    }
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr > *:last-child {
        padding-right: 0;
    }
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr:first-child > * {
        padding-top: 0;
    }
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr:last-child > * {
        padding-bottom: 0;
    }
}

@media (min-width:992px) {

    .member-page,
    .wc-dashboard .woocommerce {
        display: flex;
        justify-content: space-between;
    }
    .member-page .member-heading,
    .wc-dashboard .woocommerce-MyAccount-navigation {
        flex: 1;
        padding-right: 50px;
    }
    .member-page .member-detail,
    .wc-dashboard .woocommerce-MyAccount-content {
        width: 68%;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ur-frontend-form .ur-form-row .ur-form-grid > * {
        width: calc(50% - 50px/2);
    }
    .ur-frontend-form.login .form-row:not(.user-registration-form-row) {
        width: 100%;
    }
    
}

@media (max-width:991px) {

    .member-page > *:not(:last-child),
    .wc-dashboard .woocommerce > *:not(:last-child) {
        margin-bottom: 40px;
    }
    
}

@media (max-width:640px) {
    .woocommerce-MyAccount-content .tinvwl-table-manage-list,
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tbody,
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tbody tr {
        display: block;
    }
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr > * {
        padding: 0;
    }
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr > *:not(:last-child) {
        margin-bottom: 5px;
    }
    .woocommerce-MyAccount-content .tinvwl-table-manage-list tr:not(:last-child) {
        margin-bottom: 40px;
    }
}


/*========== PLUGIN:LANGUAGE ==========*/
.wpml-ls {
    position: static !important;
    z-index: auto !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 !important;
    border: 0 !important;
}
.wpml-ls ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    background: none;
    color: inherit;
    display: inline-flex !important;
    vertical-align: top !important;
    align-items: baseline;
    justify-content: center;
}
.wpml-ls li {
    margin: 0;
    padding: 0;
    display: inline-flex !important;
    vertical-align: top !important;
}
.wpml-ls li:not(:last-child):after {
    content: "/";
    margin: 0 6px;
}
.wpml-ls .wpml-ls-flag {
    display: none !important;
}
.wpml-ls .wpml-ls-link,
.wpml-ls .wpml-ls-link .wpml-ls-native {
    display: inline;
    min-width: 0;
    text-align: left;
}
.wpml-ls .wpml-ls-link {
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    background-image: linear-gradient(120deg, #595b3c 0%, #595b3c 100%);
    background-repeat: no-repeat;
    background-size: 100% 0%;
    background-position: 0 100%;
    background-origin: border-box;
    transition-property: color;
}
.wpml-ls .wpml-ls-link > span {
    vertical-align: initial;
}
.wpml-ls .wpml-ls-link:hover,
.wpml-ls .wpml-ls-current-language .wpml-ls-link {
    opacity: 1;
    color: #797256;
}
@media (max-width:1024px) {
    .wpml-ls .wpml-ls-current-language .wpml-ls-link {
        background-size: 100% 1px;
    }
}