/* ====================================
				Woo 
=====================================*/
:root
{
--br-small:4px;	
--br-medium:25px;
--br-large:45px;	
--br-x-large:95px;
--br-round:50%;		
}
/* ==================================
			Global
================================== */
.woocommerce-checkout input:focus,
.woocommerce-checkout button:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
box-shadow:none !important;
outline:0 !important;
}
.ts-cart-sidebar .ts-qty-minus,
.ts-cart-sidebar .ts-qty-plus,
.ts-cart-sidebar .ts-mini-cart-qty input
{border-radius:var(--br-small);}
.t-sium-woo-builder input[type]:not([type=button]):not([type=hidden]),
.t-sium-woo-builder select
{
border-color: #dce0e0;	
background:transparent;	
font-size:var(--body-font-size);
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container
{background:transparent;}
.woocommerce-checkout .wc-block-components-radio-control__option
{
    box-shadow: none !important;
    color: #fff !important;
    background: var(--accent-color);
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before
 {
    background: var(--theme-color2) !important;
 }
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus
{
	box-shadow:none;
	outline:0;
border: 1px solid var(--accent-color) !important;		
}

/* ==================================
			Products
================================== */
.ts-clip-path-1{
--r: 19px;
--s: 25px;	
-webkit-clip-path: shape(from 0 0, hline to calc(100% - var(--s) - 2 * var(--r)), arc by var(--r) var(--r) of var(--r) cw, arc by var(--s) var(--s) of var(--s), arc by var(--r) var(--r) of var(--r) cw, vline to 100%, hline to 0);
    clip-path: shape(from 0 0, hline to calc(100% - var(--s) - 2 * var(--r)), arc by var(--r) var(--r) of var(--r) cw, arc by var(--s) var(--s) of var(--s), arc by var(--r) var(--r) of var(--r) cw, vline to 100%, hline to 0);
  border-radius: var(--br-medium);
}
.br-small {border-radius:var(--br-small);}
.br-medium {border-radius:var(--br-medium);}
.br-large {border-radius:var(--br-large);}
.br-x-large {border-radius:var(--br-x-large);}
.br-round {border-radius:var(--br-round);}
.ts-view-switch{display:flex; margin:0 0 20px; gap:10px}
.ts-view-switch button,
.ts-cart-sidebar .ts-cart-close
{		
    width: 38px;
    height:38px;
	padding:0;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	background:#fff;
	box-shadow: 0 0 10px #0000001a;
	}

.ts-products.ts-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ts-product-item{
    height: 100%;	
}

.ts-product-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--box-bg-color, var(--e-global-color-e270e83));
    border-radius: var(--ts-service-radius);
	overflow:hidden;
}
.ts-product-item-inner-content {
    display: flex;
    flex-direction: column;
    flex: 1;
	padding:15px;
}	
.ts-product-item-inner-content .ts-product-item-title { 
font-size:18px;
margin:15px 0;
}	
.ts-product-item-inner-content .ts-woo-show_price {
text-align:left;
font-size:15px; font-weight:bold;	
}
.ts-product-item-inner-content .ts-woo-show_price .price ins {text-decoration:none;}
.ts-products del .woocommerce-Price-amount.amount {color:red;}

.ts-products .ts-products-thumb{
    height:220px;
	position:relative;
	overflow:hidden;
}

.ts-products .ts-products-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.ts-products-thumb a {
    position: relative;
    z-index: 1;
}
.ts-products .ts-products-thumb:hover img.hover-img {
    opacity: 1;
}
.ts-product-desc{
    font-size:14px;
    line-height:1.6;
    margin:10px 0;
    color:#666;
}
.ts-product-buttons {
    margin-top: auto;
}
.ts-product-item-inner-media {
	position:relative;

}
.ts-p-divider {position:absolute; left:0; top:-10px; width:100%;}
.ts-products .ts-products-thumb:after {
	content:"";
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
	background:#0000003d;
	border-radius: 400px 400px 0px 0px;
	z-index:1;
}
.ts-products .ts-products-thumb:hover:after {
left:0;
top:0;
border-radius: 0px 0px 0px 0px;
}
.ts-products .ts-cart-inner-wrap {
display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    align-items: center;
    justify-content: center;
	opacity: 0;
	    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.ts-products .ts-products-thumb:hover .ts-cart-inner-wrap {
    opacity: 1;
}
.loading,
.ts-cart-processing {color:#fff; background:var(--ts-primary-color); padding:5px; border-radius:50px;}

.tooltip .tooltip-inner {
background-color:var(--ts-primary-color);
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before
{
border-top-color:var(--ts-primary-color);	
}
/* ==================================
			Badge
================================== */
.ts-products-badge {
padding:5px 10px; 
background:var(--accent-color); 
color:#fff; 
border-radius:var(--br-small);
}
.ts-products-labels
{
position:absolute;
z-index:100;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.ts-stock-label{
padding:5px 10px; 
background:var(--accent-color); 
color:#fff; 
border-radius:var(--br-small);
    display: inline;
}

.in-stock{
    background:green;
}

.out-stock{
    background:red;
}

.backorder-stock{
    background:orange;
}
/* ==================================
			Button
================================== */
.ajax_add_to_cart.added,
.add_to_cart_button,
a.ts-buy-now-btn,
.ts-woo-show_add_to_cart a,
.ts-view-cart,
.ts-checkout,
.ts-quick-view,
.single_add_to_cart_button {
    font-weight: 600;
    padding: 5px 15px 5px 15px;
    color: var(--white-color);
	background:var(--accent-color);
	border-radius:35px;
    text-decoration: none; 
	display: inline-block;
    position: relative;
    z-index: 109;
    font-size: 0.9em;
}
.ajax_add_to_cart.added:hover,
.add_to_cart_button:hover,
.ts-woo-show_add_to_cart a:hover,
a.ts-buy-now-btn:hover,
.ts-quick-view:hover {
	color:#fff;
	opacity: 0.7;
	background:var(--accent-color);
}
a.added_to_cart.wc-forward:hover::before {
    opacity: 1;
}

/* hide Woo default text */
a.added_to_cart.wc-forward {
    font-size: 0;
    position: relative;
    margin-left: 8px;
}

a.added_to_cart.wc-forward::before {
    content: "View Cart";
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}

a.added_to_cart.wc-forward {
    display: none !important;
}
/* ==================================
			Out off stock
================================== */
.ts-out-of-stock-item{
    opacity:.6; filter:grayscale(1);
}

.ts-out-of-stock-item .ts-products-thumb a,
.ts-out-of-stock-item .add_to_cart_button,
.ts-out-of-stock-item .ts-buy-now-btn{
    pointer-events:none;
    cursor:not-allowed;
}

.ts-out-of-stock-item .add_to_cart_button,
.ts-out-of-stock-item .ts-buy-now-btn{
    opacity:1;
}
/* ==================================
			  Gallery
================================== */
.woocommerce-product-gallery {
    width: 100%;
}

.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
/* overlay */
#ts-quick-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* modal box */
.ts-modal-box {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 12px;
    position: relative;
    padding: 30px;
}

/* close button */
.ts-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    border: none;
    background: none;
    cursor: pointer;
}
.ts-quickview-wrap .product {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ts-quickview-wrap .woocommerce-product-gallery {
    width: 50%;
}

.ts-quickview-wrap .summary {
    width: 50%;
}
/* TOAST */
#ts-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #222;
    color: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
    z-index: 99999;
}

#ts-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.ts-toast-cart {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/* mobile */
@media (max-width: 768px) {
    .ts-quickview-wrap .product {
        flex-direction: column;
    }

    .ts-quickview-wrap .woocommerce-product-gallery,
    .ts-quickview-wrap .summary {
        width: 100%;
    }
}
.ts-quickview-wrap .related,
.ts-quickview-wrap .upsells,
.ts-quickview-wrap .woocommerce-tabs,
.ts-quickview-wrap .ts-related-template
 {
    display: none;
}

.ts-quickview-wrap h1.product_title {
    font-size: 28px;
    margin-bottom: 10px;
}

.ts-quickview-wrap .price {
    font-size: 20px;
    color: #b77b5c;
    margin-bottom: 15px;
}

.ts-quickview-wrap .button {
    background: #b77b5c;
    color: #fff;
    border-radius: 6px;
}
#ts-quick-modal {
    opacity: 0;
    transition: 0.3s;
	z-index: 9999;
	visibility:hidden;
}

#ts-quick-modal.active {
    opacity: 1; 
z-index: 999999;	
visibility:visible;
}

.ts-modal-box {
    transform: scale(0.9);
    transition: 0.3s;
}

#ts-quick-modal.active .ts-modal-box {
    transform: scale(1);
}
/* smooth clone animation */
.ts-fly-img {
    border-radius: 8px;
    overflow: hidden;
}

/* cart bounce */
.ts-cart-bounce {
    animation: tsBounce 0.3s ease;
}

@keyframes tsBounce {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.ts-quickview-inner{
    display:flex;
    gap:40px;
}
.ts-quickview-inner .quantity
{
    display: flex;
    max-width: 200px;	
	margin-bottom:10px;
}
.ts-quickview-inner .input-text.qty.text
{
border-radius: 0;
}

.ts-quickview-inner .quantity button
{
background:var(--accent-color);	
width: 38px;
height: 38px;	
}
.ts-quickview-inner  button.minus
{border-radius:var(--theme-radius) 0 0 var(--theme-radius);}
.ts-quickview-inner  button.plus
{border-radius:0 var(--theme-radius) var(--theme-radius) 0;}
.ts-qv-gallery,
.ts-qv-summary{
    width:50%;
}
.ts-qv-summary h2 
{
	font-size:24px;
	line-height:1;
}
.ts-qv-gallery img{
    width:100%;
}
.ts-qv-summary .price {font-size:16px;}
.woocommerce-Price-amount bdi{color:var(--ts-error-color);}
.flex-control-nav.flex-control-thumbs
{display:flex;}
.flex-control-nav.flex-control-thumbs li
{flex:0 0 20%;}
#ts-quick-modal.active .woocommerce-product-gallery__trigger span {display:none;}
/* ==================================
		Product List View 
================================== */
.ts-products.ts-list-layout .ts-product-item {
position:relative;
}	
.ts-products.ts-list-layout .ts-product-item-inner {
display: flex;
flex-direction:row;
width:100%;  
gap: 20px;
width:100%;
margin-bottom: 20px; 
}
.ts-products.ts-list-layout .ts-product-item-inner-media {
flex: 0 0 20%;		
}
.ts-products.ts-list-layout .ts-product-item-inner-content {
flex: 0 0 80%;		
}

/* ==================================
		Pagination
================================== */
.ts-woo-pagination ul {
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.ts-woo-pagination {margin:25px 0;}
.ts-woo-pagination li a,
.ts-woo-pagination li span {
    padding: 6px 12px;
    border-radius: 6px;
    background: #f2f2f2;
    text-decoration: none;
}

.ts-woo-pagination li .current {
    background: #b77b5c;
    color: #fff;
}

.ts-woo-pagination li a:hover {
    background: #000;
}
.ts-woo-pagination li .page-numbers a{opacity:0.8;}

/* ======================================
				Drawer
======================================= */
.ts-account-cart {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ts-mini-cart,
.ts-mini-cart *
{
display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;	
}
.ts-account-cart .ts-cart-count {
position: absolute;
    top: -9px;
    right: auto;
    left: 10px;
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.ts-cart-overlay{
    position: fixed;
    inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s ease;
    background: rgba(0,0,0,.5);
    z-index: 999998;
}
.ts-cart-overlay.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	right: 0;
	transform:translateX(0);
}

.ts-cart-sidebar.closing {
	opacity: 0;
	transform: translateX(100%);
}
.ts-cart-sidebar{
    position:fixed;
    top:0;
    right:0;
    width:420px;
    max-width:100%;
    height:100vh;
    background:#fff;
    z-index:999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px;
    display:flex;
    flex-direction:column;
}
.ts-cart-sidebar.active{
	right: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.ts-cart-open {
	overflow: hidden !important;
	overflow-y: hidden !important;
	padding-right: 0 !important;
}
.ts-cart-sidebar .ts-cart-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0px;
	margin-bottom:20px;
    border-bottom:1px solid #eee;
}
.ts-cart-sidebar .ts-cart-header h3 {font-size:20px;}
.ts-cart-sidebar .ts-cart-body{
    flex:1;
    overflow:auto;
}
.ts-cart-sidebar .ts-cart-body {
    scrollbar-width: 8px !important;
    scrollbar-color: var(--dark-color) #ffffff;
  }

  /* Chrome, Edge, and Safari */
.ts-cart-sidebar .ts-cart-body::-webkit-scrollbar {
    width: 8px!important;
	scrollbar-width: 8px!important;
    scrollbar-color: var(--dark-color) #ffffff;
  }

.ts-cart-sidebar .ts-cart-body::-webkit-scrollbar-track {
    background: #ffffff;
  }

.ts-cart-sidebar .ts-cart-body::-webkit-scrollbar-thumb {
    background-color: var(--dark-color);
    border-radius: 10px;
    border: 3px solid #ffffff;
  }


.ts-cart-sidebar .ts-mini-cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ts-cart-sidebar .ts-cart-close
{
top:-9px;
position: relative;
    width: 28px;
    height: 28px;
}

.quantity .plus,
.quantity .minus,
.ts-cart-sidebar .ts-qty-minus,
.ts-cart-sidebar .ts-qty-plus {
    width: 28px;
    height: 28px;
    border: none;
	color:#fff;
    background: var(--accent-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ts-cart-sidebar .ts-mini-cart-qty input{    
width: 60px;
height:28px;
padding: 0 5px;
text-align: center;
color:var(--text-color);
}
.ts-cart-sidebar .ts-mini-cart-qty input[type=number]::-webkit-inner-spin-button, 
.ts-cart-sidebar .ts-mini-cart-qty input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.ts-cart-sidebar .ts-remove-btn {
	position: absolute;
	top: 50%;
    right: 0%;
    transform: translate(-50%, -100%);
	z-index: 5;
}

.ts-cart-sidebar .ts-remove-btn a {
	font-size: 20px;
	line-height: 1;
	display: block;
}
@keyframes popIn {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.ts-cart-sidebar .ts-mini-cart-content {display:flex; gap:20px; margin-bottom:20px; position:relative;}
.ts-mini-cart-content {
	transition: all .3s ease;
}

.ts-mini-cart-content.removing {
	opacity: 0;
	transform: translateX(40px);
}
.ts-cart-sidebar .ts-mini-cart-content .ts-mini-cart-detail {flex-grow:1;}
.ts-cart-sidebar .ts-mini-cart-content .ts-mini-cart-price {margin-bottom:8px}
.ts-cart-sidebar .ts-mini-cart-thumb {
flex:0 0 25%;
border-radius: 8px;
height: 100px;
overflow: hidden;
}
.ts-cart-sidebar .ts-mini-cart-thumb img {object-fit:cover;}
.woocommerce .ts-cart-sidebar ul.cart_list li img, 
.woocommerce .ts-cart-sidebar ul.product_list_widget li img
 {
    float: none;
    margin-left:0;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.ts-cart-sidebar .ts-cart-footer {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #eee;
position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px 20px;
}

.ts-cart-sidebar .ts-cart-actions {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.ts-cart-sidebar .ts-cart-actions a {
	flex: 1;
	text-align: center;
	text-decoration: none;
    width: 100%;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    line-height: 20px;
    padding: 8px 20px;
	border:1px solid var(--dark-color);
    color: #fff;
    background: var(--ts-primary-color);
    transition: all .25s ease-out;
	
}
.ts-cart-sidebar .ts-cart-actions a:hover {
	color:#fff;
	border-color:var(--secondary-color);
	    background: var(--secondary-color);
}
.ts-cart-sidebar .ts-cart-subtotal {
    display: flex;
    justify-content: space-between;	
}
.ts-cart-sidebar .woocommerce-Price-amount.amount
{
    font-size: 18px;	
}
.widget_shopping_cart,
.widget_shopping_cart_content,
.site-header-cart .widget_shopping_cart {
    display: none !important;
}
.ts-cart-items{
    display:none !important;
}
.ts-cart-overlay,
.ts-cart-sidebar {
	visibility:hidden;
}

.ts-cart-overlay.active,
.ts-cart-sidebar.active {
	visibility:visible;
}
.ts-cart-fly-target{
	position: fixed;
	top: 30px;
	right: 30px;
	width: 20px;
	height: 20px;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

/* ======================================
				Cart/Checkout Page
======================================= */
.woocommerce-page  .wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    margin-right: 0;
    width: 65%;
    background: #fff !important;
    padding: 30px;
    border-radius: 15px 0 0 15px;
}
.woocommerce-page  .wc-block-components-sidebar,
.woocommerce-page  .wc-block-cart .wc-block-components-sidebar{
        border-bottom: none !important;
        border-spacing: 0;
        background: #fff !important;
        padding: 30px;
        border-radius: 0 15px 15px 0;
    }
.woocommerce-page  table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
.woocommerce-page  .wc-block-cart__main .wc-block-cart-items th,
.woocommerce-page  .wc-block-cart .wc-block-cart__totals-title,
.woocommerce-page  .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-page  .wc-block-components-title.wc-block-components-title,
.woocommerce-page  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text
 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}	
.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 48px;
    width: 48px;
    border-radius: 4px;
}
.woocommerce-page .wc-block-components-product-metadata__description
{display:none;}
.woocommerce-page .wc-block-components-quantity-selector {
    width: 100px !important;
    border: 1px solid var(--accent-color)!important;
}	
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-page .wc-block-components-totals-wrapper,
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-components-totals-wrapper
{
border-color: var(--accent-color)!important;	
}
.woocommerce-page  .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input
{height:24px !important; padding:0 10px; border-radius:0;}
.woocommerce-page  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name
 {
display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
 }
.woocommerce-page  .wc-block-components-formatted-money-amount
 {
    white-space: nowrap;
    font-size: 16px;
}
.woocommerce-page  .wc-block-components-product-badge {
    background: var(--accent-color);
    padding: 5px 15px !important;
    color: #fff;
    border-radius: 4px;
}	
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price del
{color:var(--ts-error-color);}
.wc-block-cart-item__remove-link svg path
{fill:var(--ts-error-color);}
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img
 {
    margin: 0;
    width: 100%;
    border-radius: 8px;
}
/* ======================================
		Woocommerce Account
======================================= */
.woocommerce-MyAccount-navigation
{
background: var(--secondary-color);
    border-radius: var(--ts-service-radius);
    padding: 35px;
    margin-bottom: 20px;
    border: 1px solid var(--accent-color);	
}
.woocommerce-MyAccount-navigation ul
 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li a
 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: var(--accent-color);
    padding: 8px 22px;
    border-radius: var(--ts-service-radius);
    text-decoration: none;
    transition: .3s;
}
.woocommerce-MyAccount-navigation ul li a:hover
 {
opacity:0.7;
}
.woocommerce-MyAccount-content
{
padding:25px;
border-radius: var(--ts-service-radius);
background: var(--white-color);	
}
.woocommerce-error, .woocommerce-info, .woocommerce-message
 {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: var(--ts-body-color);
    color: #515151;
    border-top: 3px solid var(--ts-accent-color);
    border-radius: var(--ts-service-radius);
	box-shadow: none;
    outline: 0;
}
.woocommerce-info::before {
    color: var(--ts-accent-color);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button
 {
    border-radius: var(--ts-service-radius);
    color: #ffffff;
    background: var(--ts-primary-color, var(--e-global-color-primary));		
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover
{
    color: #ffffff;
    background: var(--ts-primary-color, var(--e-global-color-primary));
opacity:0.8;	
}
.woocommerce-Address-title h2
{    font-size: 20px;}
.woocommerce-Addresses address
{
padding:25px;
border-radius: var(--ts-service-radius);
color:#fff;
background: var(--accent-color, var(--e-global-color-accent));		
}
.woocommerce-account .addresses .title .add,
.woocommerce-account .addresses .title .edit {
    margin-bottom: 10px;
}
@media screen and (max-width: 640px) 
{
.ts-cart-sidebar{
    width:90%;
}

}
