.basic-pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.basic-pagination {
    margin-bottom: 40px;
	text-align: center;
}


.basic-pagination ul li > a {
    height: 40px;
    width: 40px;
	font-family: var(--theme-secondary-font);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #000;
    background-color: #f5f5f8;
    transform: translateY(3px);
    transition: all 0.3s ease-in-out;
	border-radius:100%;
}

.basic-pagination ul li > a:hover,
.basic-pagination ul li .current:hover{
	background: var(--theme-primary-color);
	color: #fff;
}

.basic-pagination ul li .current {
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
	border-radius:100%;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.tp-shop-product-thumb-tag {
    position: absolute;
    top: 10px;
    right: 10px;
	display: flex;
	gap: 5px;
	align-items: center;
}


.tp-shop-product-thumb-tag span.onsale ,
.tp-shop-product-thumb-tag .product-percentage-badges {
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #fff;
	display: inline-block;
	line-height: 1;
}
.tp-shop-product-thumb-tag span.onsale{
	background: #819570;
}
.tp-shop-product-thumb-tag .product-percentage-badges{
	background: #ff6a41;
}


.tp-shop-product-thumb-btn a {
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
    padding: 12px 0;
    color: #ddf49f;
    text-transform: uppercase;
    background:var(--theme-primary-color);
    box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
    width: 100%;
	display: block;
}
.tp-shop-product-thumb-btn a:hover{
	color: #fff;
	background: #000;
}
.tp-shop-product-thumb-btn {
    position: absolute;
    text-align: center;
    width: calc(100% - 16px);
    bottom: 8px;
    left: 8px;
    z-index: 2;
    color: #000;
    transform: translateY(60px);
    transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: #fff;
}
.tp-product-item-2:hover .tp-shop-product-thumb-btn {
    transform: translateY(0);
}
.tp-product-action-btn-2 {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
    border-radius: 50%;
    margin-bottom: 6px;
}

.tp-product-tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 12px;
    left: 100%;
    color: #fff;
    background-color: #000;
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.tp-product-tooltip::before {
    position: absolute;
    content: "";
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    right: auto;
    border-left: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #000;
    border-bottom: 8px solid transparent;
}

.tp-product-item-2:hover .tp-product-action-2 {
    left: 24px;
    visibility: visible;
    opacity: 1;
}

/*  New update */

.tp-product-content-2{
	text-align: center;
}
.tp-product-thumb-2 {
    overflow: hidden;
}
.p-relative {
    position: relative;
}

.tp-product-tag-2 a{
	opacity: 0.8;
    font-size: 11px;
    font-weight: 400;
    color: #1e1e2f;
    letter-spacing: 0.06em;
    text-transform: uppercase;
	font-family: var(--theme-secondary-font);
}



.tp-shop-details__wrapper {
	margin-bottom: 120px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.tp-shop-details__wrapper {
	  margin-bottom: 60px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.tp-shop-details__tab-big-img img {
	  width: 100%;
	}
  }
  .tp-shop-details__tab-big-img {
	border: 1px solid #EDE7E7;
	margin-right: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.tp-shop-details__tab-big-img {
	  margin-right: 0;
	}
  }
  .tp-shop-details__tab-btn-box button {
	display: inline-block;
	margin-right: 20px;
	border: 1px solid transparent;
  }
  @media (max-width: 767px) {
	.tp-shop-details__tab-btn-box button {
	  margin-bottom: 20px;
	}
  }
  .tp-shop-details__tab-btn-box button img {
	background-color: #F8F8F9;
	width: 80px;
	height: 90px;
  }
  .tp-shop-details__tab-btn-box button.active {
	border: 1px solid #EDE7E7;
  }
  .tp-shop-details__ratting {
	margin-bottom: 15px;
  }
  .tp-shop-details__ratting span {
	color: #55585b;
  }
  .tp-shop-details__ratting .woocommerce-review-link{
	margin-left: 5px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
  }
  .tp-shop-details__ratting span svg {
	color: #FFB41B;
  }
  .tp-shop-details__price span {
	color: #000;
	font-size: 36px;
	font-weight: 700;
  }
  
  @media (max-width: 767px) {
	.tp-shop-details__quantity-wrap {
	  flex-wrap: wrap;
	}
  }
	.tp-shop-details__quantity-wrap .single_add_to_cart_button{
		background: transparent;
		color: #000;

	}
	.tp-shop-details__quantity-wrap .single_add_to_cart_button:hover{
		background: var(--theme-primary-color);
		color: var(  --theme-white-color);
	}
	.tp-product-details-action-sm {
		padding-bottom: 9px;
		border-bottom: 1px solid #eaebed;
		margin-bottom: 25px;
	}

  .tp-shop-details__quantity {
	background-color: #F7F7F7;
	width: 150px;
	height: auto;
	position: relative;
	margin-right: 25px;
  }
  @media (max-width: 767px) {
	.tp-shop-details__quantity {
	  margin-bottom: 30px;
	}
  }
  .tp-shop-details__quantity input {
	border: 0;
	background-color: transparent;
	width: 100%;
	height: auto;
	text-align: center;
	color: #000;
  }
  .tp-shop-details__quantity .tp-cart-minus {
	position: absolute;
	top: 0;
	left: 0;
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
	color: #000;
  }
  .tp-shop-details__quantity .tp-cart-plus {
	position: absolute;
	top: 0;
	right: 0;
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
	color: #000;
  }
  .tp-shop-details__btn {
	line-height: 0;
  }
  @media (max-width: 767px) {
	.tp-shop-details__btn {
	  margin-bottom: 30px;
	}
  }
  .tp-shop-details__right-warp {
	margin-top: 35px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.tp-shop-details__right-warp {
	  margin-bottom: 50px;
	}
  }
  .tp-shop-details__title-sm {
	font-weight: 700;
	font-size: 32px;
	color: #000;
	padding-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.tp-shop-details__title-sm br {
	  display: none;
	}
  }
  .tp-shop-details__text {
	margin-bottom: 50px;
  }
  .tp-shop-details__text-2 p {
	padding-right: 40px;
  }
  .tp-shop-details__price {
	margin-bottom: 10px;
  }
 
  .tp-shop-details__price span p{
	margin-bottom: 0px;
	line-height: 1;
  }
 

  .tp-shop-details__price ins bdi{
	font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.02em;
  }
  .tp-shop-details__price span.red-color {
	background: #EA1B25;
	font-size: 14px;
	color: #fff;
	width: 51px;
	line-height: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
  }
  .tp-shop-details__product-info {
	margin-bottom: 30px;
  }
  .tp-shop-details__product-info ul li {
	color: rgba(20, 33, 43, 0.8);
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 23px;
	list-style-type: none;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-shop-details__product-info ul li {
	  font-size: 17px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-shop-details__product-info ul li {
	  font-size: 15px;
	}
  }
  @media (max-width: 767px) {
	.tp-shop-details__product-info ul li {
	  font-size: 16px;
	}
  }
  .tp-shop-details__product-info ul li:last-child {
	margin-bottom: 0;
  }
  .tp-shop-details__product-info ul li > span {
	color: #000;
	font-family: var( --theme-heading-font);
	font-size: 16px;
	font-weight: 600;
  }
  .tp-shop-details__social span {
	color: #121416;
	font-family: var( --theme-heading-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	display: inline-block;
	margin-right: 10px;
  }
  .tp-shop-details__social a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	transition: 0.3s;
	margin-right: 11px;
  }
  .tp-shop-details__social a:hover {
	color:  #818487;
  }

  .woocommerce-product-gallery {
	position: relative;
  }

  .woocommerce-product-gallery__trigger{
	position: absolute;
    right: 20px;
    top: 20px;
    content: '';
    height: 100%;
    z-index: 1;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.tp-product-img {
	  margin-bottom: 50px;
	}
  }
  @media (max-width: 767px) {
	.tp-product-img img {
	  max-width: 100%;
	}
  }
  
  .tp-product-quantity .cart-minus, .tp-product-quantity .cart-plus {
	cursor: pointer;
	color: #8D8884;
  }
  .tp-product-quantity .cart-minus:hover, .tp-product-quantity .cart-plus:hover {
	color: var(--tp-theme-primary);
  }
  .tp-product-quantity input {
	height: 30px;
	width: 32px;
	font-size: 14px;
	border: none;
	font-weight: 700;
	text-align: center;
  }
  
  .product-rating {
	margin-right: 20px;
  }
  .product-rating a {
	font-size: 16px;
	color: #FFDC60;
  }
  
  .product-dinfo {
	display: flex;
  }
  
  .product-dprice del {
	font-size: 20px;
	color: #B9B9B9;
  }

  
/* mini cart  */
.tp-header-right-shop {
	padding: 26px 0;
}
.mini_shopping_cart_box {
	position: absolute;
	background: #fff;
	width: 320px;
	right: -20px;
	top: 105%;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3;
}
.tp-header-right-shop:hover .mini_shopping_cart_box{
    opacity: 1;
    visibility: visible;
    top: 100%;
	box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}
.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    margin-bottom: 12px;
    position: relative;
  }
  .tp-mini-cart-thumb {
	flex: 0 0 auto;
	margin-right: 15px;
}
  .tp-mini-cart-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .tp-mini-cart-title {
	font-size: 18px;
}
.tp-mini-cart-del {
	position: absolute;
	right: 0px;
	top: 30%;
	font-size: 30px;
	color: #555;
}
.woocommerce-mini-cart__buttons.buttons {
	margin: 0;
}
.woocommerce-mini-cart__total.total {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}
.woocommerce-mini-cart__total.total .woocommerce-Price-amount {
	font-size: 18px;
    font-weight: 600;
    color: #000;
}
.woocommerce-mini-cart__buttons.buttons a {
	display: block;
	background: #000;
	color: #fff;
	margin-top: 5px;
	padding: 8px 10px;
	font-weight: 500;
	text-align: center;
}
.woocommerce-mini-cart__buttons.buttons a.checkout {
    background: #818487;
} 
.tp-mini-cart-price .woocommerce-Price-amount.amount {
	color:  #818487;
}
.woocommerce-mini-cart__empty-message {
	margin: 0;
	font-size: 20px;
	color: #333;
}

div.tp-blog-3-thumb img {
	height: 304px;
	object-fit: cover;
}

/* theme custom css  */
.menu-border-none.tp-header-menu-border-2::after{
	display: none;
}
.dvdr {
	margin: 0 3px;
}
.postbox__blockquote-shape img {
	max-width: inherit;
}
.sidebar__widget ul li .children,.sidebar__widget ul li .sub-menu {
	margin-left: 15px;
	margin-top: 10px;
}

.tagcloud a {
	font-size: 14px !important;
}
.tp-about-4-thumb:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
div.tp-blog-thumb-main img {
	height: 325px;
	object-fit: cover;
}

/*woo */
.star-rating{
	position: relative;
	display: inline-block;
}
.star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 0px;
}
.star-rating::before ,
.wc-block-components-product-rating__stars:before,
.wc-block-components-product-rating__stars span:before{
	font-family: "Font Awesome 6 Pro";
	content: "\f005 \f005 \f005 \f005 \f005"!important;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #d9d9ea;
	font-size: 11px;

}
.wc-block-components-product-rating__stars:before{
	color: #FFB21D!important;
  }


  .tp-shop-sidebar  .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    height:auto;
    margin-left: 0px;
    margin-top: 0px;
}
 .tp-shop-sidebar .wc-block-components-filter-reset-button {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    background-color: #F5F5F5;
    padding: 2px 21px;
	text-decoration: none;
}
.tp-shop-sidebar .wc-block-components-filter-reset-button:hover{
	background: #000;
	color: #fff;
}
.star-rating span::before {
	font-family: "Font Awesome 6 Pro";
	content: "\f005 \f005 \f005 \f005 \f005";
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffbf14;
	font-weight: 900;
	display: inline-block;
	font-size: 11px;
}

/*shob cat sidebar */


.product-categories li a,
.wp-block-woocommerce-product-categories ul li {
	font-weight: 400;
	font-size: 15px;
	color: var(--theme-text-color);
	position: relative;
	padding-left: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	padding-left: 16px;
}
.product-categories li .children{
	margin-top: 5px;
	padding-left: 15px;
}
.product-categories li,
.wp-block-woocommerce-product-categories ul li {
	list-style: none;
	width: 100%;
}

.product-categories li:not(:last-child) ,
.wp-block-woocommerce-product-categories ul  li:not(:last-child) {
	margin-bottom: 10px;
}
.product-categories,
.wp-block-woocommerce-product-categories ul {
	overflow-y: scroll;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: thin;
	padding-right: 10px;
}

.product-categories li a::after ,
.wp-block-woocommerce-product-categories ul li a::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    text-align: center;
    background-color: #E7E7E7;
    border-radius: 50%;
}
.product-categories li a:hover::after {
	background-color:  #818487;
}

.widget_price_filter .price_slider  {
	height: 3px;
	background-color: #EDEDED;
	border: 0;
}
.widget_price_filter .price_slider .ui-slider-handle {
	top: -7px;
	width: 5px;
	height: 17px;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color:  #818487;
	position: absolute;
}
.widget_price_filter .price_label {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}
.price_slider_amount {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}
.price_slider_amount button {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	background-color: #F5F5F5;
	padding: 2px 21px;
}
.price_slider_amount button:hover {
	color: #fff;
	background-color: #000;
}
.product_list_widget{
	list-style: none;
}

.price ins {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

/* thumb product tab  */
.tp-shop-details__wrapper {
	margin-right: 30px;
}
.flex-control-nav.flex-control-thumbs {
	list-style: none;
	display: flex;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
  }
  .tp-shop-details__price del span {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: line-through;
}
.red-color span {
	font-size: inherit;
	color: inherit;
}
.tp-shop-details__quantity-wrap .cart {
	display: flex;
	flex: 1;
	gap: 10px;
}

.tp-product-details-add-to-cart,
.tp-product-details-add-to-cart button{
	width: 100%;
}
.tp-shop-details__quantity-wrap .variations_form.cart {
	display: block;
}

.tp-shop-details__price p{
	display: flex;
	align-items: center;
	gap: 10px;
}

.tp-shop-details__price del{
	order: 2;
}
.product__details-stock {
	margin-right: 12px;
}
.product__details-stock span {
    display: inline-block;
	font-family: var(--theme-secondary-font);
    font-size: 13px;
    color: #000;
    background-color: rgba(0, 107, 97, 0.06);
    line-height: 1;
    padding: 4px 12px;
}
.tp-shop-details__quantity-wrap  .stock {
	display: none;
}
.tp-shop-details__title-sm {
	padding-bottom: 10px;
}
/* Product gallery */

.woocommerce-product-gallery__image{
	width: 100%;
}
.flex-control-nav.flex-control-thumbs {
	padding: 0;
	display: flex;
	grid-gap: 14px;
	margin-top: 13px;
	justify-content: center;
	flex-wrap: wrap;
}
.flex-control-nav.flex-control-thumbs li {
	width: 20%;
	list-style: none;
	display: inline-block;
}
.flex-control-nav.flex-control-thumbs li img {
	width: 100%;
}

.product-thumbnails-slider {
	margin: 0 -10px;
}
.flex-control-nav.flex-control-thumbs.product-thumbnails-slider li {
	margin: 0 10px;
}

/* shop details meta  */
.product__details-more p {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: #000;
}
.product__details-more span {
	font-size: 15px;
	line-height: 1;
}
.product__details-tags span {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: #000;
	margin-right: 3px;
}
.product__details-more span a:hover {
	color:  #818487;
}
.product__details-tags a {
	font-size: 14px;
	line-height: 1;
	color: var(--theme-text-color);
	border: 1px solid #DADCE0;
	padding: 4px 12px;
	margin-bottom: 6px;
	display: inline-block;
}
.product__details-tags a:hover {
	background-color:  #818487;
	border-color:  #818487;
	color: #fff;
}
.product__details-share span {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: #000;
	margin-right: 9px;
}



.product__details-share a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #e6e7e8;
	border-radius: 50%;
	font-size: 14px;
	color: var(--theme-text-color);
	margin-bottom: 6px;
	margin-right: 10px;
}
.product__details-share a:hover {
	background-color: var(--theme-primary-color);
	border-color:var(--theme-primary-color);
	color: var( --theme-white-color);
}

/* shop details tab table  */

.woocommerce-product-attributes-item {
	padding: 0 30px;
	color: #000;
  }
  .woocommerce-product-attributes.shop_attributes {
	width: 100%;
  }
  .woocommerce-product-attributes-item__label {
	padding: 19px 30px;
	color: #000;
  }
  .woocommerce-product-attributes-item__value {
	padding: 0 30px;
  }
  .woocommerce-product-attributes-item__value p {
	margin: 0;
  }
.product__details-info table > tbody > tr:nth-child(odd){
	background-color:#f2f2f2;
	border-top: 1px solid #eaedff;
}

/* review  */
.woocommerce-Reviews .comment_container{
	margin-bottom: 20px;
}

.woocommerce-Reviews-title{
	margin-bottom: 30px;
}
  .woocommerce-Reviews  .comment_container img {
	float: left;
	margin-top: 9px;
	width: 60px;
	height: 60px;
	margin-right: 20px;
  }
  .woocommerce-Reviews  .commentlist {
	margin: 0;
	padding: 0;
  }
  .woocommerce-Reviews   .comment-text {
	overflow: hidden;
}
.woocommerce-review__author {
	color: #444;
}

.rel-slider-active .tp-woo-product{
	margin: 0 10px;
}
.rel-slider-active{
	margin: 0 -10px;
	margin-top: 30px;
}


/* woo shop css  */
.variations tr {
	display: block;
	margin-bottom: 15px;
}
.variations tr .label {
	margin-bottom: 4px;
	display: block;
	font-size: 14px;
}
.variations tr .nice-select::after {
	right: 9px;
}
.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.woocommerce-grouped-product-list-item {
	margin-bottom: 15px;
	display: block;
}
.tp-shop-details__quantity-wrap .grouped_form{
	display: block;
}
.woocommerce-grouped-product-list.group_table {
	margin-bottom: 20px;
}

.woocommerce-grouped-product-list tr td {
	border: 1px solid #ddd;
	padding: 5px;
}
.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__price {
	padding: 0 20px ;
}
.tp-shop-details__quantity {
	margin-right: 0;
}
.woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__label {
	padding: 0 20px ;
}
.tp-shop-details__quantity-wrap ins {
	text-decoration: none;
}
.sidebar__widget > ul {
	padding-left: 0;
}
.tp-product-action-btn-2.added {
	display: none;
}
.tp-product-action-2 .added_to_cart.wc-forward {
	font-size: 0;
}
a.added_to_cart.wc-forward::after {
	content: '✔';
	position: relative;
	font-family: var(--icon-font);
	font-size: 16px;
	font-weight: 700;
}
a.added_to_cart.wc-forward {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-bottom: 0;
	font-weight: 600;
    font-size: 15px;
	text-decoration: none;
}
a.added_to_cart.wc-forward:hover {
	background-color: #000;
	color: #fff;
}

.admin-bar .tp-header-transparent {
	margin-top: 32px;
}
.admin-bar .header-sticky{
	top: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 780px)  {
	.admin-bar .tp-header-transparent {
		margin-top: 46px;
	}
	.admin-bar .header-sticky{
		top: 46px;
	}
}


@media screen and (max-width: 600px) {
	.admin-bar .tp-header-transparent {
		margin-top: 46px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar .header-sticky{
		top: 0px;
	}
}

.tp-main-menu-mobile .homemenu-title {
	color: #fff;
}
div.tp-team-3-thumb > img {
	max-width: inherit;
}
.woosc-area {
	background-color: transparent !important;
}


.pro-details-nav {
	background: #F9FAFB;
	display: inline-block;
	padding: 7px 7px;
  }
  
  .pro-details-nav-btn {
	border: none;
  }
  .pro-details-nav-btn li {
	font-weight: 500;
	font-size: 18px;
	color: var( --theme-text-color);
	position: relative;
  }
  .pro-details-nav-btn li.active a::before {
	opacity: 1;
	visibility: visible;
  }
  .pro-details-nav-btn li:last-child a::after {
	display: none;
  }
  .pro-details-nav-btn li:first-child::after {
	display: none;
  }
  .pro-details-nav-btn li a span {
	position: relative;
	z-index: 9;
  }
  .pro-details-nav-btn li a::before {
	content: "";
	height: 100%;
	width: 102%;
	top: 0;
	left: -1px;
	background: #fff;
	position: absolute;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
  }
  .pro-details-nav-btn li::after {
	position: absolute;
	content: "";
	height: 40px;
	width: 1px;
	background: #DFE3E9;
	top: 50%;
	transform: translateY(-50%);
  }
  @media (max-width: 767px) {
	.pro-details-nav-btn li::after {
	  display: none;
	}
  }
  @media (max-width: 767px) {
	.pro-details-nav-btn li {
	  font-size: 16px;
	}
  }
  .pro-details-nav-btn li .nav-links {
	padding: 20px 45px;
	border-radius: 5px;
	display: block;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.pro-details-nav-btn li .nav-links {
	  padding: 10px 20px;
	}
  }
  @media (max-width: 767px) {
	.pro-details-nav-btn li .nav-links {
	  padding: 5px 15px;
	}
  }
  .pro-details-nav-btn li .nav-links.active {
	background: #fff;
	color: #000;
  }
  
  .tab-para p {
	font-size: 16px;
	line-height: 30px;
  }
  @media (max-width: 767px) {
	.tab-para p {
	  font-size: 14px;
	}
  }
  
  .comments-box {
	margin-bottom: 50px;
  }
  
  .user-rating ul li {
	display: inline-block;
	color: #FFDC60;
  }
  
  .comments-text span,
  .comments-text p {
	font-size: 14px;
	color: #777777;
	line-height: 26px;
  }
  
  .comment-title p {
	color: #777777;
	font-size: 16px;
  }
  
  .comment-rating span {
	font-weight: 500;
	margin-right: 5px;
  }
  .comment-rating ul li {
	display: inline-block;
	color: #FFDC60;
  }
  
  .comment-input textarea {
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	padding: 20px;
	resize: none;
  }
  .comment-input textarea:focus {
	outline: 0;
	border: 1px solid  #818487;
  }
  .comment-input input {
	width: 100%;
	height: 50px;
	resize: none;
	outline: 0;
	border: 1px solid #e7e7e7;
	padding: 8px 20px;
	margin-bottom: 30px;
  }
  .comment-input input:focus {
	border: 1px solid  #818487;
  }
  
  .comments-avatar {
	flex: 0 0 auto;
  }
  
  .table .add-info {
	font-size: 18px;
	font-weight: 500;
  }
  
  .table td {
	padding: 18px;
  }
  
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.shop-left-right {
	  margin-left: 0;
	  margin-right: 0;
	}
  }
  
  .tp-comments-title {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
  }
  @media (max-width: 767px) {
	.tp-comments-title {
	  font-size: 18px;
	}
  }
  
  .avatar-name b {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
  }
  
  .shop-faq .accordion-header button {
	font-size: 18px;
	padding: 20px 55px 20px 30px;
  }
  @media (max-width: 767px) {
	.shop-faq .accordion-header button {
	  font-size: 14px;
	}
  }
  .shop-faq .accordion-content p br {
	display: none;
  }
  .shop-faq .accordion-content p {
	padding: 0 75px 20px 30px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-button a {
	  margin-bottom: 10px;
	}
  }
  
  .latest-comments ul li {
	list-style-type: none;
  }
  
  .comment-title {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
  }
  
  .tp-product-slider-title {
	color: #000;
	font-size: 30px;
	font-weight: 500;
  }
  
  .product-details-list-box > span {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
  }
  .product-details-list-box ul {
	display: inline-block;
  }
  .product-details-list-box ul li {
	color: #445658;
	font-size: 16px;
	font-weight: 400;
	width: 50%;
	float: left;
	padding-left: 30px;
	position: relative;
	padding-bottom: 22px;
	list-style: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.product-details-list-box ul li {
	  width: 100%;
	}
  }
  .product-details-list-box ul li svg {
	color:  #818487;
	position: absolute;
	top: 3px;
	left: 0;
  }
  
  .tp-shop-widget-title {
	color: #000;
	font-family: var( --theme-heading-font);
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 5px;
	margin-bottom: 20px;
  }
  .tp-shop-widget-filter {
	position: relative;
  }
  .tp-shop-widget-filter .ui-widget.ui-widget-content {
	height: 3px;
	background-color: #EDEDED;
	border: 0;
  }
  .tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
	background-color:  #818487;
	position: absolute;
  }
  .tp-shop-widget-filter .ui-slider .ui-slider-handle {
	top: -7px;
	width: 5px;
	height: 17px;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color:  #818487;
	position: absolute;
  }
  .tp-shop-widget-filter-info .input-range input {
	width: auto;
	height: auto;
	background-color: transparent;
	color: #000;
	padding: 0;
	border: 0;
	font-weight: 500;
	font-size: 14px;
  }
  .tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	background-color: #F5F5F5;
	padding: 2px 21px;
  }
  .tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
	color: #fff;
	background-color: #000;
  }
  .tp-shop-widget-categories {
	height: 288px;
	overflow-y: scroll;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: thin;
	padding-right: 10px;
  }
  .tp-shop-widget-categories ul li {
	list-style: none;
	width: 100%;
  }
  .tp-shop-widget-categories ul li:not(:last-child) {
	margin-bottom: 10px;
  }
  .tp-shop-widget-categories ul li a {
	font-weight: 400;
	font-size: 15px;
	color: var( --theme-text-color);
	position: relative;
	padding-left: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
  }
  .tp-shop-widget-categories ul li a::after {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	text-align: center;
	background-color: #E7E7E7;
	border-radius: 50%;
	transition: 0.3s;
  }
  .tp-shop-widget-categories ul li a:hover {
	color: var(--theme-primary-color);
  }
  .tp-shop-widget-categories ul li a:hover::after {
	background-color:  #818487;
  }
  .tp-shop-widget-categories ul li a:hover span {
	background-color:  #818487;
	border-color:  #818487;
	color: #fff;
  }
  .tp-shop-widget-categories ul li a span {
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	padding: 5px 6px 3px;
	transition: 0.3s;
  }
  .tp-shop-widget-product-item:not(:last-child) {
	margin-bottom: 20px;
  }
  .tp-shop-widget-product-rating {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-right: 4px;
  }
  .tp-shop-widget-product-rating span {
	font-size: 12px;
	color: #FFB21D;
	margin-right: 1px;
  }


  /* .tp-shop-widget-product-rating .star-rating:before{
	display: none;
  } */
  .tp-shop-widget-product-rating-number span {
	font-weight: 500;
	font-size: 12px;
	color: #818487;
  }
  .tp-shop-widget-product-thumb {
	flex: 0 0 auto;
  }
  .tp-shop-widget-product-thumb img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	margin-right: 14px;
  }
  .tp-shop-widget-product-title {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
  }
  .tp-shop-widget-product-price {
	font-size: 14px;
	color: #55585B;
  }
  .tp-shop-widget-brand {
	margin-right: 40px;
  }
  .tp-shop-widget-brand-item {
	width: 50%;
	flex: 0 0 50%;
	margin-bottom: 30px;
  }
  

  .tp-shop-widget-checkbox ul li label ,
  .wc-block-components-checkbox__label{
    font-size: 16px;
    color: #55585B;
    position: relative;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    width: 16px!important;
    height: 16px!important;
	min-width: 16px!important;
    min-height: 16px!important;
    line-height: 12px;
    text-align: center;
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
}
.tp-shop-widget-checkbox ul li label::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    border: 2px solid #DADADA;
    z-index: -1;
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
}

  .tp-shop-widget-categories-item input:checked ~ label::before {
	opacity: 1;
	visibility: visible;
  }
  
  .tp-shop-widget-categories-item input:checked ~ label::after {
	background-color: #777;
	border-color:#777;
  }
  
  .basic-pagination-2 ul li {
	display: inline-block;
  }
  .basic-pagination-2 ul li:not(:last-child) {
	margin-right: 8px;
  }
  .basic-pagination-2 ul li a, .basic-pagination-2 ul li span {
	display: inline-block;
	padding: 0 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	transition: 0.3s;
	border: 1px solid #e6e9e9;
	color:  #818487;
  }
  .basic-pagination-2 ul li a.current i, .basic-pagination-2 ul li span.current i {
	display: inline-block;
	transform: translateY(2px);
  }
  .basic-pagination-2 ul li a:hover, .basic-pagination-2 ul li a.current {
	background: #e8e8e8;
	color: #fff;
  }
  .basic-pagination-2 ul li span:hover, .basic-pagination-2 ul li span.current {
	background:#e8e8e8;
	color: #fff;
  }
  .basic-pagination-2 ul li a i {
	font-size: 20px;
  }

  .tp-product__filter .nice-select {
    background-color: #F9F9F9;
    border: 1px solid rgba(1, 15, 28, 0.1);
    border-radius: 0;
    font-size: 14px;
    color: #000;
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    min-width: 204px;
    font-weight: 500;
    float: none;
	position: relative;
}

.tp-product__filter .nice-select ul {
    padding: 25px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.tp-product__filter .nice-select::after {
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
    margin-top: 0;
    right: 30px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    transform-origin: center;
    color: #77829D;
    height: auto;
    width: auto;
    font-size: 16px;
    font-weight: 400;
}

.tp-product__filter .nice-select .option.selected {
    font-weight: 700;
    color: #000;
}
.tp-product__filter .nice-select .option {
    line-height: 1;
    min-height: 0;
}


/* Review tab */

/*rating icon*/
@font-face {
    font-family:star;
    src:url(../fonts/woo/star.eot);
    src:url(../fonts/woo/star.eot?#iefix) format("embedded-opentype"),
    url(../fonts/woo/star.woff) format("woff"),
    url(../fonts/woo/star.ttf) format("truetype"),
    url(../fonts/woo/star.svg#star) format("svg");
    font-weight:400;
    font-style:normal
   }
   @font-face {
    font-family:WooCommerce;
    src:url(../fonts/woo/WooCommerce.eot);
    src:url(../fonts/woo/WooCommerce.eot?#iefix) format("embedded-opentype"),
    url(../fonts/woo/WooCommerce.woff) format("woff"),
    url(../fonts/woo/WooCommerce.ttf) format("truetype"),
    url(../fonts/woo/WooCommerce.svg#WooCommerce) format("svg");
    font-weight:400;
    font-style:normal
   }
.comment-form-rating .nice-select {
	display: none;
}
 .comment-form-rating .stars > span {
	color: #ffbf14;
}
   .woocommerce p.stars a {
    position:relative;
    height:1em;
    width:1em;
    text-indent:-999em;
    display:inline-block;
    text-decoration:none
   }
   .woocommerce p.stars a::before {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:1em;
    height:1em;
    line-height:1;
    font-family:WooCommerce;
    content:"\e021";
    text-indent:0
   }
   .woocommerce p.stars a:hover~a::before {
    content:"\e021"
   }
   .woocommerce p.stars:hover a::before {
    content:"\e020"
   }
   .woocommerce p.stars.selected a.active::before {
    content:"\e020"
   }
   .woocommerce p.stars.selected a.active~a::before {
    content:"\e021"
   }
   .woocommerce p.stars.selected a:not(.active)::before {
       content: "\e020";
   }

   #review_form_wrapper input[type="submit"] {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color:var(--theme-primary-color) ;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	letter-spacing: -.02em;
	font-family: var(--theme-heading-font);
	font-weight: 600;
	font-size: 15px;
	padding: 12px 37px;
	height: auto;
	line-height: 1.6;
    border: 0;
}
#review_form_wrapper .comment-form-comment label {
	font-family: var(--theme-heading-font);
	font-weight: 500;
	font-size: 15px;
	line-height: 14px;
	color: var(--tp-text-1);
	display: inline-block;
	margin-bottom: 10px;
}
#review_form_wrapper .comment-form-rating label {
	font-family: var(--theme-heading-font);
	font-weight: 500;
	font-size: 15px;
	line-height: 14px;
	color: #666;
	display: inline-block;
	margin-bottom: 10px;
}
span.required {
	color: red;
}
#review_form #reply-title{
    margin-bottom: 20px;
    display: block
}


.woocommerce-Reviews textarea {
	height: 180px;
	line-height: 1.2;
	padding-bottom: 20px;
}
.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
	width: 48%;
	display: inline-block;
	margin-right: 30px;
}
.woocommerce-Reviews .comment-form-email {
	margin-right: 0;
	width: 49%;
}


.tp-btn span {
    position: relative;
    z-index: 2;
}

.tp-btn {
    padding: 0 46px;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--theme-primary-color);
    transition: all 0.5s ease-in-out;
    position: relative;
}


.wc-block-components-price-slider__controls input{
	height: auto;
	background:transparent!important;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{
	border: 0px;
	height: 30px;
}

.woosq-btn,.woosw-btn,.woosc-btn{
	border: 0px;
}

.tp-product-title-2{
	font-size: 24px;
}

.tp-product-thumb-2{
	margin-bottom: 20px;
}

/*  Woo Cart / Account/ Dashboard */
.woocommerce-notices-wrapper{
	margin-bottom:  20px;

}

.woocommerce-message{
	padding: 20px;
	background: #F2F5F9;
	border-top: 3px solid var(--theme-primary-color);
}

.woocommerce-message a{
	color: var(--theme-primary-color);
}



  /*  Order Recived Thank you  */

  .woocommerce ul.order_details {
	margin: 0px;
	padding-left:0px;
	background: #eaeaea;
  padding: 20px;
  }


  .woocommerce-order-details{
	padding:0px;
	margin-left: 0px;
  }



  .woo-order-details-wrap {
	display: flex;
	align-items: center;
	flex: 1;
	padding-top: 40px;
  }

  .woo-order-details-wrap  section{
	width: 50%;
  }

  .woocommerce-order-details{
	padding-right: 50px;
  }

  .woocommerce-table__product-total.product-total{
	font-weight: 600;
  }



  .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name{
	width: 100%;
  }

  .woocommerce-order-details .shop_table .product-name a{
	display: inline-block;
  }

  .woocommerce-customer-details{
	margin-top: 0px;
  }

  .woocommerce-order-details h2{
	margin-bottom: 0px;
  }


 .woocommerce-table--order-details.shop_table.order_details th{
	padding: 0px;
	border: 0px;
  }

  .woocommerce-page .woocommerce-order-details .shop_table tfoot tr td{
	border: 0px;
  }

  .woocommerce-order-overview.woocommerce-thankyou-order-details{
	padding: 20px 0px;
  }

  .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0px;
  }

  @media (max-width:768px){
	
	.woocommerce ul.order_details {
		margin-bottom: 20px;
	}
	.woocommerce ul.order_details li {
		float: none;
		margin-bottom: 2em;
		margin-right: 0px;
	  }

	.woo-order-details-wrap{
		flex-direction: column;
		padding-top: 0px!important;
	}

	.woo-order-details-wrap section{
		width: 100%!important;
	}

	.woocommerce-order-details{
		padding-right: 0px;
	}
	
}



/*  */

.tp-page-content table a.wc-block-components-product-name {
	color: #060728;
	font-size: 20px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	height: auto;
}
.wc-block-components-product-price {
	color: #444;
}
body .is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 16px;
	font-weight: 700;
	color: #222;
}
.is-large.wc-block-cart .wc-block-cart-items th {
	font-size: 16px;
	color: #222;
}
.wc-block-components-totals-coupon-link {
	color: #444;
	font-size: 18px;
	border: 1px solid #ddd;
	padding: 5px 18px;
	display: inline-block;
}
.wc-block-components-totals-item__label {
	color: #222;
}
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link {
	text-decoration: underline;
}
.wc-block-components-button {
	padding: 0 46px;
	font-size: 14px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--tp-common-white);
	background-color: var(--theme-text-color);
	transition: .3s;
	position: relative;
}
.wc-block-components-button:hover {
	background: #16171a;
    color: #fff;
}
.wc-block-components-shipping-calculator-address__button{
    background-color: #16171a;
}
.wc-block-components-shipping-calculator-address__button:hover{
    background-color: var(--theme-text-color);
}
.wc-block-components-button:not(.is-link) {
	transition: .3s;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}

body .wc-block-components-form .wc-block-components-text-input input[type="email"], body .wc-block-components-form .wc-block-components-text-input input[type="number"], body .wc-block-components-form .wc-block-components-text-input input[type="tel"], body .wc-block-components-form .wc-block-components-text-input input[type="text"], body .wc-block-components-form .wc-block-components-text-input input[type="url"], body .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], body .wc-block-components-text-input input[type="tel"], body .wc-block-components-text-input input[type="text"], body .wc-block-components-text-input input[type="url"] {
	border: 1px solid hsla(0,0%,7%,.14);
}
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border: 1px solid #dedede;
}
body .wc-block-components-textarea {
	border: 1px solid #dedede;
}
.wc-block-components-checkout-place-order-button.components-button  {
	line-height: inherit;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}

/* my account  */
.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin-bottom: 30px;
}
div.woocommerce .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	border-bottom: 1px solid #EAEAEF;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	padding: 8px 0;
	display: inline-block;
	position: relative;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a::after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	height: 2px;
	width: 0;
	bottom: 0;
	background-color: var(--theme-text-color);
}
div.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
	width: 100%;
	left: 0;
	right: auto;
}
div.woocommerce .woocommerce-MyAccount-content > p a {
	color: var(--theme-text-color);
}
div.woocommerce .woocommerce-MyAccount-content > p a:hover {
	text-decoration: underline;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
	width: 100%;
}
.woocommerce-orders-table__cell {
	text-align: center;
}
.woocommerce-orders-table__cell-order-number a{
    color: var(--theme-text-color);
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
	display: flex;
	align-items: center;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title > a {
	color: var(--theme-text-color);
	font-weight: 500;
	font-size: 16px;
	margin-left: 40px;
	margin-bottom: 5px;
}
.woosw-list table.woosw-items {
	margin: 0;
	padding: 0;
	width: 100%;
}


.woocommerce-button, .woocommerce-Button ,
.wc-block-components-button{
    padding: 8px 40px;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-transform: uppercase;
    color: var( --theme-white-color);
    background-color: var(--theme-black-color);
    transition: all 0.5s ease-in-out;
    position: relative;
}
.woocommerce-button:hover, .woocommerce-Button:hover,
.wc-block-components-button:hover{
	background: var(--theme-primary-color);
	color: var( --theme-white-color);
}

.wc-block-components-product-price{
	display: block;
}

.wc-block-cart__submit-button{
	background: var(--theme-primary-color);
	color: var( --theme-white-color);
}



.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row 
.wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 10px 20px!important;
    width: 50%;
}

.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid hsla(0,0%,7%,.11);
    padding: 24px 0 24px 16px;
    vertical-align: top;
	text-align: left;
}



.checkout-area{
	background: rgb(239, 241, 245);
}

.woo-order-details-wrap section{
	width: 100%;
}

.astor-table--order-details > tbody > tr {
	border-bottom: 1px solid #EDEDED;
	padding: 10px;
}
.astor-table--order-details > tbody > tr > td,
.astor-table--order-details > thead > tr > th{
	text-align: left;
	border: 0px;
	padding: 0px;
}

.tp-order-area{
	box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
	background: #fff;
	padding: 40px;
}
.tp-order-info-list ul{
    margin-bottom: 25px;
	background: #EFF1F5;
}

.astor-table--order-details-wrap .tp-order-info-list ul{
    margin-bottom: 0px;
	background: transparent;
}

.wp-block-woocommerce-empty-cart-block h2{
	margin-bottom: 20px;
}

.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #E0E2E3;
}

.tp-order-info-list ul li p{
	margin-bottom: 0px;
}

.tp-order-details-content p{
	font-size: 16px!important;
	line-height: 1.6;
	color: #777!important;
}

.wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-cart-order-summary-block {
    box-shadow: 0px 20px 30px rgba(167, 167, 167, 0.1);
    padding: 10px;
	background: #fff;
}
.wp-block-woocommerce-cart-order-summary-block {
	padding: 25px;
	border: 1px solid #eee;
}

.theme-aximus.woocommerce-checkout .page-wrapper{
	background: #EFF1F5;
}

.wp-block-woocommerce-checkout-fields-block{
	box-shadow: 0px 20px 30px rgba(167, 167, 167, 0.1);
    padding: 30px;
	background: #fff;
}

.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small .wc-block-checkout__main{
	padding: 40px 20px!important;
}

@media (max-width:768px){
	.wc-block-components-order-summary .wc-block-components-order-summary-item {
		flex-direction: column;
	}

	.wc-block-checkout__sidebar .wc-block-components-product-name{
		font-size: 20px;
		margin: 10px 0px 0px;
	}
	
	.wc-block-components-order-summary .wc-block-components-order-summary-item {
		font-size: 18px!important;
	}

	.wc-block-components-product-metadata__description p{
		font-size: 14px;
	}
	.wc-block-components-order-summary .wc-block-components-order-summary-item__description{
		padding-left: 0px!important;
	}

}
	

.woocommerce-Tabs-panel h4{
	margin-bottom: 20px;
}