.related.products h2,.woocommerce-products-header__title{
    margin-bottom:20px;
    text-transform:capitalize;
}

.product__item .product__title{
    font-size:20px;
    font-weight:600;
}


.product-add-cart-btn a:hover{
        color: var(--theme-white-color) !important;
}
.shop__sort-tab button,.shop__sort-tab .nav-tabs{
    border:0px!important;
    margin-right:0px!important;
}

.shop__sort-tab button:last-child{
    margin-right:20px!important;
}

.tp-woo-breadcrumb__list {
    display: inline-block;
    margin-bottom: 20px;
}

.tp-woo-breadcrumb__list span.dvdr {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    color: var(--theme-text-color);
    padding: 0 8px;
    font-size: 14px;
}

.product__details-quantity {
    margin-bottom: 40px;
}

.tp-cart-plus, .tp-cart-minus {
    width: 45px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--theme-black-color);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tp-product-quantity {
    width: 148px;
    position: relative;
}


.pb-110 {
    padding-bottom: 110px;
}

.pt-110 {
    padding-top: 110px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}

.mr-70 {
    margin-right: 70px;
}

.woocommerce-product-gallery img {
    width: 100%;
}
.textwidget img, img {
    max-width: 100%;
    height: auto;
}


input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    outline: none;
    background-color: #EFF0F2;
    height: 54px;
    width: 100%;
    line-height: 54px;
    font-size: 16px;
    border: 2px solid #EFF0F2;
    color: var(--theme-black-color);
    padding-left: 29px;
    padding-right: 29px;
}

.tp-cart-input[type=text] {
    height: 44px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DADCE0;
    background-color: var(--theme-white-color);
    padding: 0 45px;
}
.tp-cart-plus.tp-cart-plus, .tp-cart-minus.tp-cart-plus {
    left: auto;
    right: 0;
}

.tp-cart-plus.tp-cart-plus::after, .tp-cart-minus.tp-cart-plus::after {
    left: 0;
    right: auto;
}
.tp-cart-plus::after, .tp-cart-minus::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-color: #DADCE0;
}



.product__details-description input, .product__details-description textarea {
    height: 60px;
    line-height: 60px;
    background-color: #F7F7F7;
    border: 1.5px solid #F7F7F7;
}
.product__details-description textarea {
    height: 180px!important;
    line-height: 1.2;
    padding-bottom: 20px;
}
.product__details-description .comment-reply-title {

    font-weight: 600;
    font-size: 19px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
    color: var(--theme-black-color);
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.product__details-description .comment-form-rating .stars > span {
    color: var(--tp-common-yellow-5);
}
.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;
}

.form-submit input[type="submit"]{
    padding-top:0px;
    padding-bottom:0px;
}

.product__item:hover .product__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.w-img img {
    width: 100%;
}

.product__item:hover .product__add {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
/*----------------------------------------*/
/*  32. PRODUCT CSS START
/*----------------------------------------*/

.product__details-tab-content .product__details-description {
    margin-top: 45px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__features-wrapper {
	  margin-top: 110px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product__features-wrapper {
	  -webkit-transform: scale(0.9) translateY(65px);
	  -moz-transform: scale(0.9) translateY(65px);
	  -ms-transform: scale(0.9) translateY(65px);
	  -o-transform: scale(0.9) translateY(65px);
	  transform: scale(0.9) translateY(65px);
	}
  }
  @media (max-width: 575px) {
	.product__features-wrapper {
	  -webkit-transform: scale(0.9) translateY(50px);
	  -moz-transform: scale(0.9) translateY(50px);
	  -ms-transform: scale(0.9) translateY(50px);
	  -o-transform: scale(0.9) translateY(50px);
	  transform: scale(0.9) translateY(50px);
	}
  }
  .product__features-wrapper .product-section-title {
	font-size: 70px;
	line-height: 0.74;
	letter-spacing: -0.02em;
	margin-bottom: 60px;
  }
  @media (max-width: 575px) {
	.product__features-wrapper .product-section-title {
	  font-size: 35px;
	  margin-bottom: 30px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__features-item {
	  margin-bottom: 20px;
	}
  }
  .product__features-item-wrapper .row [class*=col-]:nth-last-child(2) .product__features-item, .product__features-item-wrapper .row [class*=col-]:last-child .product__features-item {
	margin-bottom: 0;
  }
  .product__features-item:hover .product__features-icon span svg, .product__features-item:hover .product__features-icon span i {
	animation-name: tpshake;
	animation-timing-function: ease-in-out;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
  }
  .product__features-title {
	font-size: 22px;
	margin-bottom: 1px;
	line-height: 1;
  }
  .product__features-content > p {
	font-size: 16px;
	color: #525258;
	line-height: 1.3;
  }
  .product__features-icon span {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 24px;
	color: var(--theme-black-color);
	border-radius: 50%;
	background-color: var(--theme-white-color);
	box-shadow: 0px 1px 2px 1px rgba(50, 5, 48, 0.06);
	margin-bottom: 19px;
  }
  .product__features-icon span svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
  }
  .product__features-icon span svg, .product__features-icon span i {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
  }
  .product__features-thumb {
	position: relative;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product__features-thumb {
	  -webkit-transform: scale(0.8);
	  -moz-transform: scale(0.8);
	  -ms-transform: scale(0.8);
	  -o-transform: scale(0.8);
	  transform: scale(0.8);
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__features-thumb {
	  -webkit-transform: scale(0.5);
	  -moz-transform: scale(0.5);
	  -ms-transform: scale(0.5);
	  -o-transform: scale(0.5);
	  transform: scale(0.5);
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product__features-thumb {
	  -webkit-transform: scale(0.4);
	  -moz-transform: scale(0.4);
	  -ms-transform: scale(0.4);
	  -o-transform: scale(0.4);
	  transform: scale(0.4);
	}
  }
  @media (max-width: 575px) {
	.product__features-thumb {
	  display: none;
	}
  }
  .product__features-thumb img {
	-moz-animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
	-webkit-animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
	animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
	margin-top: 95px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__features-thumb img {
	  margin-left: -145px;
	}
	[dir=rtl] .product__features-thumb img {
	  margin-left: 0;
	  margin-right: -145px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product__features-thumb img {
	  margin-left: -205px;
	}
	[dir=rtl] .product__features-thumb img {
	  margin-left: 0;
	  margin-right: -205px;
	}
  }
  .product__features-thumb::after {
	position: absolute;
	content: "";
	left: 8%;
	bottom: 8%;
	width: 342px;
	height: 342px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(90deg, #91DEDE 0%, #3CBAB2 100%);
	background-image: -moz-linear-gradient(90deg, #91DEDE 0%, #3CBAB2 100%);
	background-image: -ms-linear-gradient(90deg, #91DEDE 0%, #3CBAB2 100%);
	background-image: -o-linear-gradient(90deg, #91DEDE 0%, #3CBAB2 100%);
	background-image: linear-gradient(90deg, #91DEDE 0%, #3CBAB2 100%);
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition-delay: 0s;
	transition-duration: 1s;
  }
  [dir=rtl] .product__features-thumb::after {
	left: auto;
	right: 8%;
  }
  .product__features-thumb::before {
	position: absolute;
	content: "";
	right: -11%;
	top: 17%;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(151.79deg, #FFDAD6 8.35%, #FF4343 98.03%);
	background-image: -moz-linear-gradient(151.79deg, #FFDAD6 8.35%, #FF4343 98.03%);
	background-image: -ms-linear-gradient(151.79deg, #FFDAD6 8.35%, #FF4343 98.03%);
	background-image: -o-linear-gradient(151.79deg, #FFDAD6 8.35%, #FF4343 98.03%);
	background-image: linear-gradient(151.79deg, #FFDAD6 8.35%, #FF4343 98.03%);
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition-delay: 0.3s;
	transition-duration: 1s;
  }
  [dir=rtl] .product__features-thumb::before {
	left: -11%;
	right: auto;
  }
  .product__category-slider .tp-scrollbar {
	background-color: #E7E7E7;
	height: 2px;
  }
  .product__category-slider .tp-scrollbar .swiper-scrollbar-drag {
	background-color: var(--theme-primary-color);
	height: 2px;
	border-radius: 0;
  }
  .product__category-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: var(--theme-text-color);
	margin-bottom: 0;
  }
  .product__category-title a:hover {
	color: var(--theme-primary-color);
  }
  .product__category-content {
	padding-top: 21px;
	padding-bottom: 21px;
  }
  .product__tab .nav-tabs .nav-item:not(:last-child) {
	margin-right: 25px;
  }
  [dir=rtl] .product__tab .nav-tabs .nav-item:not(:last-child) {
	margin-right: 0;
	margin-left: 25px;
  }
  .product__tab .nav-tabs .nav-item .nav-link {
	font-weight: 500;
	font-size: 14px;
	color: var(--theme-text-color);
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	text-transform: capitalize;
  }
  .product__tab .nav-tabs .nav-item .nav-link::after {
	position: absolute;
	content: "";
	bottom: 1px;
	left: auto;
	right: 0;
	width: 0;
	height: 2px;
	background-color: var(--theme-primary-color);
  }
  [dir=rtl] .product__tab .nav-tabs .nav-item .nav-link::after {
	left: 0;
	right: auto;
  }
  .product__tab .nav-tabs .nav-item .nav-link.active {
	color: var(--theme-primary-color);
  }
  .product__tab .nav-tabs .nav-item .nav-link.active::after {
	width: 100%;
	left: 0;
	right: auto;
  }
  [dir=rtl] .product__tab .nav-tabs .nav-item .nav-link.active::after {
	left: auto;
	right: 0;
  }
  .product__tab .nav-tabs .nav-item .nav-link:hover {
	color: var(--theme-primary-color);
  }
  .product__item:hover .product__thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
  }
  .product__item:hover .product__add {
	opacity: 1;
	visibility: visible;
	bottom: 0;
  }
  .product__item:hover .product__action a, .product__item:hover .product__action button, .product__item:hover .product__action .product-action-btn {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
  }
  .product__item:hover .product__action a:nth-child(1), .product__item:hover .product__action button:nth-child(1), .product__item:hover .product__action .product-action-btn:nth-child(1) {
	transition-delay: 0s;
  }
  .product__item:hover .product__action a:nth-child(2), .product__item:hover .product__action button:nth-child(2), .product__item:hover .product__action .product-action-btn:nth-child(2) {
	transition-delay: 0.1s;
  }
  .product__item:hover .product__action a:nth-child(3), .product__item:hover .product__action button:nth-child(3), .product__item:hover .product__action .product-action-btn:nth-child(3) {
	transition-delay: 0.12s;
  }
  .product__item:hover .product__action a:nth-child(4), .product__item:hover .product__action button:nth-child(4), .product__item:hover .product__action .product-action-btn:nth-child(4) {
	transition-delay: 0.14s;
  }
  .product__thumb {
	margin-bottom: 14px;
  }
  .product__rating span {
	font-size: 11px;
	color: var(--tp-common-yellow-5);
	display: inline-block;
  }
  .product__rating span:not(:last-child) {
	margin-right: 3px;
  }
  [dir=rtl] .product__rating span:not(:last-child) {
	margin-right: 0;
	margin-left: 3px;
  }
  .product__rating-2 {
	margin-bottom: 7px;
  }
  .product__rating-2 span {
	font-size: 12px;
  }
  .product__title {
	font-weight: 400;
	font-size: 14px;
  }
  .product__title a:hover {
	color: var(--theme-primary-color);
  }
  .product__ammount {
	font-weight: 500;
	font-size: 15px;
	color: var(--theme-text-color);
  }
  .product__price span {
	font-weight: 500;
	font-size: 15px;
	color: var(--theme-text-color);
  }
  .product__price span del {
	color: #c2c2d3;
  }
  .product__price span del .woocommerce-Price-amount, .product__price span del span {
	font-size: 13px;
	color: #c2c2d3;
  }
  .product__price span ins {
	text-decoration: none;
  }
  .product__price span ins .woocommerce-Price-amount {
	font-size: 16px;
	color: var(--theme-black-color);
  }
  .product__price span ins span {
	color: var(--theme-black-color);
  }
  .product__badge {
	position: absolute;
	left: 0;
	top: 20px;
  }
  .product__badge-item {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	color: var(--theme-white-color);
	background-color: var(--theme-black-color);
	padding: 4px 10px 4px;
	margin-bottom: 5px;
	text-transform: capitalize;
  }
  .product__badge-item.has-new {
	background-color: var(--theme-primary-color);
  }
  .product__action {
	position: absolute;
	top: 40px;
	right: 10px;
  }
  .product__action .product-action-btn {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
	text-align: center;
	position: relative;
	margin-bottom: 6px;
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out, background-color 0.3s ease-out;
  }
  .product__action .product-action-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
  }
  .product__action .product-action-btn .button.br_compare_button {
	transition: color 0.3s ease-out;
	display: inline-block;
	padding: 0;
	margin: 0 !important;
  }
  .product__action .product-action-btn .button.br_compare_button i {
	width: auto;
  }
  .product__action .product-action-btn .button.br_compare_button:hover {
	color: #fff;
	background-color: transparent;
  }
  .product__action .product-action-btn:nth-child(1) {
	transition-delay: 0.14s;
  }
  .product__action .product-action-btn:nth-child(2) {
	transition-delay: 0.12s;
  }
  .product__action .product-action-btn:nth-child(3) {
	transition-delay: 0.1s;
  }
  .product__action .product-action-btn:nth-child(4) {
	transition-delay: 0s;
  }
  .product__action .product-action-btn:hover {
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
  }
  .product__add {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
  }
  .product__list-item {
	background: var(--theme-white-color);
	border: 1px solid #E9E9F0;
  }
  .product__list-thumb {
	height: 100%;
  }
  .product__list-thumb img {
	height: 100%;
	object-fit: cover;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.product__list-thumb img {
	  width: 100%;
	}
  }
  .product__list-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 12px;
  }
  .product__list-title a:hover {
	color: var(--theme-primary-color);
  }
  .product__list-action button, .product__list-action div {
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  .product__list-action button:not(:last-child), .product__list-action div:not(:last-child) {
	margin-right: 6px;
  }
  [dir=rtl] .product__list-action button:not(:last-child), [dir=rtl] .product__list-action div:not(:last-child) {
	margin-right: 0;
	margin-left: 6px;
  }
  .product__list-action button button, .product__list-action button a, .product__list-action div button, .product__list-action div a {
	transition: none;
  }
  .product__list-action button.product-action-btn, .product__list-action div.product-action-btn {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: var(--theme-black-color);
	border: 1px solid #DADCE0;
	font-size: 16px;
  }
  .product__list-action button.product-action-btn .product-action-tooltip, .product__list-action div.product-action-btn .product-action-tooltip {
	top: auto;
	bottom: 90%;
	left: 50%;
	right: auto;
	margin: auto;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
  }
  .product__list-action button.product-action-btn .product-action-tooltip::after, .product__list-action div.product-action-btn .product-action-tooltip::after {
	top: 100%;
	right: 50%;
	left: auto;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-moz-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	-o-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
  }
  .product__list-action button.product-action-btn:hover, .product__list-action div.product-action-btn:hover {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
  }
  .product__list-action button.product-action-btn:hover .product-action-tooltip, .product__list-action div.product-action-btn:hover .product-action-tooltip {
	bottom: 100%;
	top: auto;
	right: auto;
  }
  .product__list-action button .br_compare_button, .product__list-action div .br_compare_button {
	padding: 0;
	margin-top: 0 !important;
	display: block;
	width: 100%;
	height: 100%;
  }
  .product__list-action button .br_compare_button i, .product__list-action div .br_compare_button i {
	line-height: 38px;
  }
  .product__list-action button .br_compare_button .br_compare_button_text, .product__list-action div .br_compare_button .br_compare_button_text {
	display: none;
  }
  .product__list-action button .br_compare_button:hover, .product__list-action div .br_compare_button:hover {
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
  }
  .product__list-action button a.added_to_cart::before, .product__list-action div a.added_to_cart::before {
	color: var(--theme-black-color);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  .product__list-action button a.button.loading::before, .product__list-action div a.button.loading::before {
	color: var(--theme-black-color);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  .product__list-action button:hover a.added_to_cart::before, .product__list-action div:hover a.added_to_cart::before {
	color: var(--theme-white-color);
  }
  .product__list-action button:hover a.button.loading::before, .product__list-action div:hover a.button.loading::before {
	color: var(--theme-white-color);
  }
  .product__list-content {
	padding-right: 75px;
	padding-top: 47px;
	padding-bottom: 40px;
	margin-left: 10px;
  }
  [dir=rtl] .product__list-content {
	padding-right: 0;
	padding-left: 75px;
	margin-left: 0;
	margin-right: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.product__list-content {
	  padding-right: 45px;
	  margin-left: 0;
	  padding-left: 15px;
	}
	[dir=rtl] .product__list-content {
	  padding-right: 0;
	  padding-left: 45px;
	  margin-right: 0;
	  padding-left: 0;
	  padding-right: 15px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product__list-content {
	  padding-right: 30px;
	  margin-left: 0;
	  padding-left: 15px;
	}
	[dir=rtl] .product__list-content {
	  padding-right: 0;
	  margin-right: 0;
	  padding-left: 0;
	  padding-right: 15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__list-content {
	  padding-right: 20px;
	  padding-top: 25px;
	  padding-bottom: 25px;
	  margin-left: 0;
	  padding-left: 20px;
	}
	[dir=rtl] .product__list-content {
	  padding-right: 0;
	  padding-left: 20px;
	  padding-left: 0;
	  padding-right: 20px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product__list-content {
	  padding: 35px;
	  margin-left: 0;
	}
	[dir=rtl] .product__list-content {
	  margin-right: 0;
	}
  }
  @media (max-width: 575px) {
	.product__list-content {
	  padding: 25px;
	  margin-left: 0;
	}
	[dir=rtl] .product__list-content {
	  margin-right: 0;
	}
  }
  .product__list-content p {
	font-size: 14px;
	line-height: 1.57;
	margin-bottom: 28px;
  }
  .product__list-price {
	margin-bottom: 8px;
  }
  .product__list-price span {
	font-weight: 500;
	font-size: 15px;
	color: var(--theme-text-color);
  }
  .product__list-price span del .woocommerce-Price-amount {
	font-size: 13px;
	color: var(--theme-text-color);
  }
  .product__list-price span ins {
	text-decoration: none;
  }
  .product__list-price span ins .woocommerce-Price-amount {
	font-size: 16px;
	color: var(--theme-black-color);
  }
  .product__list-ammount {
	font-weight: 500;
	font-size: 18px;
	color: var(--theme-text-color);
  }
  [dir=rtl] .product__details-thumb-tab {
	margin-right: 0;
	margin-left: 70px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.product__details-thumb-tab {
	  margin-right: 0;
	}
	[dir=rtl] .product__details-thumb-tab {
	  margin-left: 0;
	}
  }
  .product__details-thumb-tab .product-thumbnails {
	padding-left: 0;
	margin-top: 15px;
  }
  .product__details-thumb-tab .product-thumbnails .slick-slide {
	margin: 0 6px;
	border: 1px solid transparent;
  }
  .product__details-thumb-tab .product-thumbnails .slick-slide.slick-current.slick-active {
	border-color: var(--theme-primary-color);
  }
  .product__details-thumb-tab .product-thumbnails .slick-slide img {
	width: 110px;
	height: 110px;
	object-fit: cover;
  }
  .product__details-thumb-tab .product-thumbnails .slick-slide:hover {
	cursor: pointer;
  }
  .product__details-thumb-content {
	margin-bottom: 14px;
  }
  .product__details-thumb-nav .nav-link {
	width: 110px;
	height: 110px;
	position: relative;
	margin-bottom: 10px;
  }
  @media (max-width: 575px) {
	.product__details-thumb-nav .nav-link {
	  margin-right: 12px;
	}
	[dir=rtl] .product__details-thumb-nav .nav-link {
	  margin-right: 0;
	  margin-left: 12px;
	}
  }
  .product__details-thumb-nav .nav-link::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid var(--theme-primary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
  }
  .product__details-thumb-nav .nav-link.active::after {
	visibility: visible;
	opacity: 1;
  }
  .product__details-stock {
	margin-bottom: 13px;
  }
  .product__details-stock span {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: var(--theme-primary-color);
	border: 1px solid rgba(245, 9, 99, 0.1);
	padding: 5px 18px;
  }
  .product__details-title {
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 5px;
  }
  .product__details-rating {
	margin-bottom: 13px;
  }
  .product__details-rating .product__rating {
	margin-right: 10px;
  }
  [dir=rtl] .product__details-rating .product__rating {
	margin-right: 0;
	margin-left: 10px;
  }
  .product__details-rating-count {
	position: relative;
	margin-bottom: 2px;
	padding-left: 9px;
  }
  [dir=rtl] .product__details-rating-count {
	padding-left: 0;
	padding-right: 9px;
  }
  .product__details-rating-count::after {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 1px;
	height: 20px;
	background-color: #DADCE0;
  }
  [dir=rtl] .product__details-rating-count::after {
	left: auto;
	right: 0;
  }
  .product__details-rating-count span {
	font-size: 14px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.product__details-wrapper {
	  margin-top: 40px;
	}
  }
  .product__details-wrapper .woocommerce-product-details__short-description {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 23px;
	margin-top: 13px;
  }
  .product__details-wrapper > p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 23px;
	margin-top: 13px;
  }
  .product__details-wrapper > .add_to_cart_button.br_compare_button {
	display: none !important;
  }
  .product__details-wrapper .add_to_cart_button.br_compare_button {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: var(--theme-black-color);
	border: 1px solid #DADCE0;
	padding: 0;
	margin: 0 !important;
	margin-right: 5px !important;
  }
  .product__details-wrapper .add_to_cart_button.br_compare_button i {
	width: auto;
  }
  .product__details-wrapper .add_to_cart_button.br_compare_button.br_compare_added i:first-child {
	display: none;
  }
  .product__details-wrapper .add_to_cart_button.br_compare_button.br_compare_added i:nth-child(2) {
	display: inline-block;
  }
  .product__details-wrapper .add_to_cart_button.br_compare_button i:nth-child(2) {
	display: none;
  }
  .product__details-wrapper .add_to_cart_button.br_compare_button:hover {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
  }
  .product__details-wrapper .add_to_cart_button .br_compare_button_text {
	display: none;
  }
  .product__details-wrapper .tinvwl_add_to_wishlist_button {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: var(--theme-black-color);
	border: 1px solid #DADCE0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-right: 5px;
  }
  .product__details-wrapper .tinvwl_add_to_wishlist_button:hover {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
  }
  .product__details-wrapper .tinv-wraper.tinv-wishlist {
	display: inline-block;
  }
  .product__details-wrapper .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist-text {
	display: none;
  }
  .product__details-wrapper > form {
	display: inline-block;
  }
  .product__details-price {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
  }
  .product__details-price > p {
	margin-bottom: 0;
  }
  .product__details-price .product-percentage-badges {
	margin-left: 10px;
	transform: translateY(3px);
  }
  .product__details-price span {
	line-height: 1;
  }
  .product__details-price > .price > .woocommerce-Price-amount {
	font-weight: 600;
	font-size: 24px;
	color: var(--theme-black-color);
	margin-left: 1px;
  }
  .product__details-price ins {
	font-weight: 600;
	font-size: 24px;
	color: var(--theme-black-color);
	margin-left: 1px;
	text-decoration: none;
  }
  .product__details-price del {
	font-weight: 400;
	font-size: 16px;
	text-decoration-line: line-through;
	color: var(--theme-text-color);
  }
  .product__details-ammount {
	font-weight: 600;
	font-size: 24px;
	color: var(--theme-black-color);
  }
  .product__details-ammount.old-ammount {
	font-weight: 400;
	font-size: 16px;
	text-decoration-line: line-through;
	color: var(--theme-text-color);
  }
  .product__details-ammount.new-ammount {
	font-weight: 600;
	font-size: 24px;
	color: var(--theme-black-color);
	margin-left: 1px;
  }
  [dir=rtl] .product__details-ammount.new-ammount {
	margin-left: 0;
	margin-right: 1px;
  }
  .product__details-offer {
	margin-left: 2px;
	font-weight: 700;
	font-size: 13px;
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
	padding: 3px 9px;
	display: inline-block;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
  }
  [dir=rtl] .product__details-offer {
	margin-left: 0;
	margin-right: 2px;
  }
  .product__details-quantity {
	margin-bottom: 40px;
  }
  .product__details-quantity .product-add-cart-btn-3 {
	margin-right: 5px;
  }
  .product__details-action button, .product__details-action .product-action-btn {
	display: inline-block;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  .product__details-action button:not(:last-child), .product__details-action .product-action-btn:not(:last-child) {
	margin-right: 6px;
  }
  [dir=rtl] .product__details-action button:not(:last-child), [dir=rtl] .product__details-action .product-action-btn:not(:last-child) {
	margin-right: 0;
	margin-left: 6px;
  }
  .product__details-action button button, .product__details-action button a, .product__details-action .product-action-btn button, .product__details-action .product-action-btn a {
	transition: none;
  }
  .product__details-action button.product-action-btn, .product__details-action .product-action-btn.product-action-btn {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: var(--theme-black-color);
	border: 1px solid #DADCE0;
  }
  .product__details-action button.product-action-btn .product-action-tooltip, .product__details-action .product-action-btn.product-action-btn .product-action-tooltip {
	top: auto;
	bottom: 90%;
	left: auto;
	right: auto;
	margin: auto;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
  }
  [dir=rtl] .product__details-action button.product-action-btn .product-action-tooltip, [dir=rtl] .product__details-action .product-action-btn.product-action-btn .product-action-tooltip {
	-webkit-transform: translate(50%, 0%);
	-moz-transform: translate(50%, 0%);
	-ms-transform: translate(50%, 0%);
	-o-transform: translate(50%, 0%);
	transform: translate(50%, 0%);
  }
  .product__details-action button.product-action-btn .product-action-tooltip::after, .product__details-action .product-action-btn.product-action-btn .product-action-tooltip::after {
	top: 100%;
	right: 50%;
	left: auto;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-moz-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	-o-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
  }
  .product__details-action button.product-action-btn:hover, .product__details-action .product-action-btn.product-action-btn:hover {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
  }
  .product__details-action button.product-action-btn:hover .product-action-tooltip, .product__details-action .product-action-btn.product-action-btn:hover .product-action-tooltip {
	bottom: 100%;
	top: auto;
	right: auto;
  }
  .product__details-action button .woosc-btn, .product__details-action .product-action-btn .woosc-btn {
	font-size: 0;
	width: 100%;
	height: 100%;
  }
  .product__details-action button .woosc-btn::before, .product__details-action .product-action-btn .woosc-btn::before {
	font-size: 16px;
	content: "\f0ec";
	font-family: var(--tp-ff-fontawesome);
	margin: 0;
  }
  .product__details-action button .woosc-btn.woosc-btn-added::before, .product__details-action .product-action-btn .woosc-btn.woosc-btn-added::before {
	content: "\f00c";
	font-family: var(--tp-ff-fontawesome);
  }
  .product__details-action button.product-add-wishlist-btn button, .product__details-action .product-action-btn.product-add-wishlist-btn button {
	font-size: 0;
	width: 100%;
	height: 100%;
  }
  .product__details-action button.product-add-wishlist-btn button::before, .product__details-action .product-action-btn.product-add-wishlist-btn button::before {
	font-size: 16px;
	content: "\f004";
	font-family: var(--tp-ff-fontawesome);
	margin: 0;
  }
  .product__details-action button.product-add-wishlist-btn button.woosw-btn-added::before, .product__details-action .product-action-btn.product-add-wishlist-btn button.woosw-btn-added::before {
	font-weight: 700;
  }
  .product__details-more p {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: var(--theme-black-color);
  }
  .product__details-more p a {
	font-size: 15px;
	line-height: 1;
	color: var(--theme-text-color);
	font-weight: 400;
  }
  .product__details-more p a:hover {
	color: var(--theme-primary-color);
  }
  .product__details-more span {
	font-size: 15px;
	line-height: 1;
	color: var(--theme-text-color);
  }
  .product__details-more span a:hover {
	color: var(--theme-primary-color);
  }
  .product__details-categories {
	margin-bottom: 15px;
  }
  .product__details-tags {
	margin-bottom: 15px;
  }
  .product__details-tags span {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: var(--theme-black-color);
	margin-right: 3px;
  }
  [dir=rtl] .product__details-tags span {
	margin-right: 0;
	margin-left: 3px;
  }
  .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: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	color: var(--theme-white-color);
  }
  .product__details-share span {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: var(--theme-black-color);
	margin-right: 9px;
  }
  [dir=rtl] .product__details-share span {
	margin-right: 0;
	margin-left: 9px;
  }
  .product__details-share a {
	font-size: 14px;
	line-height: 1;
	color: var(--theme-text-color);
	margin-bottom: 6px;
	margin-right: 10px;
  }
  [dir=rtl] .product__details-share a {
	margin-right: 0;
	margin-left: 10px;
  }
  .product__details-share a:hover {
	color: var(--theme-primary-color);
  }
  .product__details-tab-nav-inner {
	position: relative;
  }
   .product__details-tab-nav .nav-link {
    position: relative;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    color: var(--theme-text-color);
    text-decoration: none;
    padding-left: 0px;
    margin-right: 40px;
    padding-bottom: 20px;
    
  }

  .product__details-tab-nav .nav-link.active, .product__details-tab-nav .nav-link:hover {
	color: var(--theme-black-color);
  }
  .product__details-tab-nav .nav-link.active::after, .product__details-tab-nav .nav-link:hover::after {
	width: 100%;
	left: 0;
	right: auto;
  }
  [dir=rtl] .product__details-tab-nav .nav-link.active::after, [dir=rtl] .product__details-tab-nav .nav-link:hover::after {
	left: auto;
	right: 0;
  }
  @media (max-width: 575px) {
	.product__details-tab-nav .nav-link::after {
	  position: absolute;
	  content: "";
	  left: auto;
	  right: 0;
	  bottom: -1px;
	  width: 0%;
	  height: 2px;
	  background-color: var(--theme-primary-color);
	  -webkit-transition: all 0.3s ease-out 0s;
	  -moz-transition: all 0.3s ease-out 0s;
	  -ms-transition: all 0.3s ease-out 0s;
	  -o-transition: all 0.3s ease-out 0s;
	  transition: all 0.3s ease-out 0s;
	}
	[dir=rtl] .product__details-tab-nav .nav-link::after {
	  left: 0;
	  right: auto;
	}
  }
  .product__details-tab-nav .tp-tab-menu {
	position: relative;
	border-bottom: 1px solid #DADCE0;
  }
  .product__details-tab-nav .tp-tab-line {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 38%;
	height: 2px;
	background-color: var(--theme-primary-color);
  }
  [dir=rtl] .product__details-tab-nav .tp-tab-line {
	left: auto;
	right: 0;
  }
  @media (max-width: 575px) {
	.product__details-description-content {
	  padding-right: 0;
	}
	[dir=rtl] .product__details-description-content {
	  padding-left: 0;
	}
  }
  .product__details-description-content .product-desc-title {
	font-weight: 500;
	font-size: 34px;
	color: var(--theme-black-color);
	margin-bottom: 10px;
  }
  @media (max-width: 575px) {
	.product__details-description-content .product-desc-title {
	  font-size: 25px;
	}
  }
  .product__details-description-content p {
	font-size: 18px;
	line-height: 1.67;
	color: var(--theme-text-color);
	margin-bottom: 25px;
  }
  .product__details-description .product-desc-feature-thumb {
	margin-bottom: 30px;
  }
  [dir=rtl] .product__details-description .product-desc-feature-thumb {
	margin-right: 0;
	margin-left: 25px;
  }
  .product__details-description .product-desc-feature-content p {
	line-height: 1.56;
	padding-right: 75px;
  }
  [dir=rtl] .product__details-description .product-desc-feature-content p {
	padding-right: 0;
	padding-left: 75px;
  }
  @media (max-width: 575px) {
	.product__details-description .product-desc-feature-content p {
	  padding-right: 0;
	}
	[dir=rtl] .product__details-description .product-desc-feature-content p {
	  padding-left: 0;
	}
  }
  .product__details-additional {
	margin-top: 67px;
	background-color: var(--theme-white-color);
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.product__details-additional {
	  overflow-x: scroll;
	}
  }
  .product__details-additional-inner {
	padding: 45px 70px 45px;
	border: 1px solid #E9E9F0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__details-additional-inner {
	  padding: 15px 40px 15px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.product__details-additional-inner {
	  width: 768px;
	}
  }
  .product__details-additional table {
	width: 100%;
  }
  .product__details-additional table tr {
	padding: 16px 0 14px;
	display: block;
  }
  .product__details-additional table tr:not(:last-child) {
	border-bottom: 1px solid #E9E9F0;
  }
  .product__details-additional table tr th {
	font-weight: 500;
	font-size: 15px;
	color: var(--theme-black-color);
	width: 28%;
	display: inline-block;
  }
  .product__details-additional table tr td {
	width: 71%;
	display: inline-block;
	font-size: 15px;
	color: var(--theme-text-color);
  }
  .product__details-review-inner {
	padding: 62px 70px 70px;
	border: 1px solid #E9E9F0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__details-review-inner {
	  padding: 35px 40px 40px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product__details-review-inner {
	  padding: 25px 30px 30px;
	}
  }
  @media (max-width: 575px) {
	.product__details-review-inner {
	  padding: 15px 20px 20px;
	}
  }
  .product__details-review .product-rating-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 22px;
  }
  .product__details-review .product-rating-number {
	text-align: center;
	width: 160px;
	height: 125px;
	border: 1px solid #E9E9F0;
	padding-top: 21px;
	padding-bottom: 21px;
  }
  [dir=rtl] .product__details-review .product-rating-number {
	margin-right: 0;
	margin-left: 40px;
  }
  @media (max-width: 575px) {
	.product__details-review .product-rating-number {
	  margin-bottom: 15px;
	}
  }
  .product__details-review .product-rating-number-title {
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	color: var(--theme-black-color);
	margin-bottom: 0;
  }
  .product__details-review .product-rating-star {
	line-height: 1;
  }
  .product__details-review .product-rating-star span {
	line-height: 1;
	font-size: 12px;
	color: var(--tp-common-yellow-5);
	display: inline-block;
  }
  .product__details-review .product-rating-star span:not(:last-child) {
	margin-right: 3px;
  }
  [dir=rtl] .product__details-review .product-rating-star span:not(:last-child) {
	margin-right: 0;
	margin-left: 3px;
  }
  .product__details-review .product-rating-bar {
	width: 100%;
	background-color: #E9E9E9;
	border-radius: 10px;
  }
  .product__details-review .product-rating-bar-wrapper {
	width: 71.5%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.product__details-review .product-rating-bar-wrapper {
	  width: 70%;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__details-review .product-rating-bar-wrapper {
	  width: 66%;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product__details-review .product-rating-bar-wrapper {
	  width: 52%;
	}
  }
  @media (max-width: 575px) {
	.product__details-review .product-rating-bar-wrapper {
	  width: 100%;
	}
  }
  .product__details-review .product-rating-bar .single-progress {
	background-color: var(--theme-primary-color);
	height: 8px;
	border-radius: 10px;
  }
  .product__details-review .product-rating-bar-text {
	width: 3.5%;
	line-height: 1;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.product__details-review .product-rating-bar-text {
	  width: 7.5%;
	}
  }
  .product__details-review .product-rating-bar-text span {
	font-size: 14px;
	color: var(--theme-text-color);
  }
  .product__details-review .product-rating-bar-item:not(:last-child) {
	margin-bottom: 5px;
  }
  .product__details-review .product-review-item {
	margin-bottom: 30px;
  }
  .product__details-review .product-review-item:last-child {
	margin-bottom: 0;
  }
  .product__details-review .product-review-item p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--theme-text-color);
  }
  .product__details-review .product-review-avater {
	margin-bottom: 11px;
  }
  .product__details-review .product-review-avater-thumb img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin-right: 10px;
  }
  [dir=rtl] .product__details-review .product-review-avater-thumb img {
	margin-right: 0;
	margin-left: 10px;
  }
  .product__details-review .product-review-avater-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0;
  }
  .product__details-review .product-review-rating {
	margin-bottom: 5px;
  }
  .product__details-review .product-review-rating-wrapper {
	margin-right: 10px;
  }
  [dir=rtl] .product__details-review .product-review-rating-wrapper {
	margin-right: 0;
	margin-left: 10px;
  }
  .product__details-review .product-review-rating-wrapper span {
	line-height: 1;
	font-size: 12px;
	color: var(--tp-common-yellow-5);
	display: inline-block;
  }
  .product__details-review .product-review-rating-wrapper span:not(:last-child) {
	margin-right: 3px;
  }
  [dir=rtl] .product__details-review .product-review-rating-wrapper span:not(:last-child) {
	margin-right: 0;
	margin-left: 3px;
  }
  .product__details-review .product-review-rating-date span {
	font-weight: 400;
	font-size: 13px;
	color: var(--theme-text-color);
  }
  .product__details-review .product-review-form p {
	font-weight: 400;
	font-size: 14px;
	color: var(--theme-text-color);
	margin-bottom: 20px;
  }
  .product__details-review .product-review-form-title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.02em;
	margin-bottom: 4px;
  }
  .product__details-review .product-review-form-rating .rate-title {
	font-weight: 500;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: -0.02em;
	color: var(--theme-text-color);
  }
  
  .product__details-description input[type=submit] {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-white-color);
    background-color: var(--theme-primary-color);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 37px;
    height: auto;
    line-height: 1.6;
}
  .product__details-review .product-review-input {
	margin-bottom: 18px;
	line-height: 1;
  }
  .product__details-review .product-review-input.is-textarea {
	margin-bottom: 30px;
  }
  .product__details-review .product-review-input input, .product__details-review .product-review-input textarea {
	height: 60px;
	line-height: 60px;
	background-color: #F7F7F7;
	border: 1.5px solid #F7F7F7;
  }
  .product__details-review .product-review-input input:focus, .product__details-review .product-review-input textarea:focus {
	border-color: var(--theme-primary-color);
	background-color: var(--theme-white-color);
  }
  .product__details-review .product-review-input textarea {
	height: 180px;
	line-height: 1.2;
	padding-bottom: 20px;
  }
  .product__details-review .product-review-agree input {
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent;
	border: 2px solid #B2B2B9;
	border-radius: 4px;
	outline: none;
	flex: 0 0 auto;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	padding: 0;
  }
  .product__details-review .product-review-agree input:checked {
	position: relative;
	background-color: var(--theme-primary-color);
	border-color: transparent;
  }
  .product__details-review .product-review-agree input:checked::after {
	box-sizing: border-box;
	position: absolute;
	content: "\f00c";
	font-weight: 700;
	font-family: var(--tp-ff-fontawesome);
	font-size: 10px;
	color: var(--theme-white-color);
	top: 46%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  .product__details-review .product-review-agree input:hover {
	cursor: pointer;
  }
  .product__details-review .product-review-agree label {
	padding-left: 8px;
	font-size: 14px;
	line-height: 1.71;
	color: var(--theme-text-color);
  }
  [dir=rtl] .product__details-review .product-review-agree label {
	padding-left: 0;
	padding-right: 8px;
  }
  .product__details-review .product-review-agree label a {
	color: var(--theme-black-color);
	font-weight: 600;
	padding-left: 4px;
  }
  .product__details-review .product-review-agree label a:hover {
	color: var(--theme-primary-color);
  }
  .product__details-review .product-review-agree label:hover {
	cursor: pointer;
  }
  .product__details-review .product-review-btn .tp-btn {
	font-family: var(--tp-ff-roboto);
	font-weight: 600;
	font-size: 15px;
	padding: 12px 37px;
  }
  .product__details-review .product-review-btn .tp-btn:hover {
	background-color: var(--theme-black-color);
  }
  .product__modal .modal-dialog {
	max-width: 1200px;
	border-radius: 0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.product__modal .modal-dialog {
	  max-width: 1100px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product__modal .modal-dialog {
	  max-width: 900px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__modal .modal-dialog {
	  max-width: 700px;
	}
  }
  .product__modal .modal-content {
	padding: 40px;
	border-radius: 0;
  }
  @media (max-width: 575px) {
	.product__modal .modal-content {
	  padding: 20px;
	}
  }
  .product__modal .product__details-thumb-nav .nav-link {
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
  }
  .product__modal .product__details-thumb-nav .nav-link img {
	width: 100%;
  }
  @media (max-width: 575px) {
	.product__modal .product__details-thumb-nav .nav-link {
	  width: 70px;
	  height: 70px;
	}
  }
  .product__modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
  }
  [dir=rtl] .product__modal-close {
	right: auto;
	left: 20px;
  }
  .product__modal-close-btn {
	display: inline-block;
	font-size: 16px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	background-color: transparent;
	color: var(--theme-text-color);
	border-radius: 50%;
  }
  .product__modal-close-btn:hover {
	color: var(--theme-primary-color);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  .product__modal-close-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
  }
  
  .product-action-btn {
	position: relative;
  }
  .product-action-btn .product-action-tooltip {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 90%;
	font-weight: 500;
	font-size: 12px;
	color: var(--theme-white-color);
	background-color: var(--theme-black-color);
	z-index: 1;
	display: inline-block;
	width: max-content;
	line-height: 1;
	padding: 4px 8px;
	margin-right: 8px;
	visibility: hidden;
	opacity: 0;
  }
  .product-action-btn .product-action-tooltip::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-moz-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	-o-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
	height: 8px;
	width: 8px;
	background-color: var(--theme-black-color);
  }
  .product-action-btn svg {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
  }
  .product-action-btn:hover .product-action-tooltip {
	visibility: visible;
	opacity: 1;
	right: 100%;
  }
  
  .product-add-cart-btn {
	font-weight: 600;
	font-size: 15px;
	color: var(--theme-white-color);
	background-color: var(--theme-black-color);
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  .product-add-cart-btn svg, .product-add-cart-btn i {
	margin-right: 7px;
  }
  [dir=rtl] .product-add-cart-btn svg, [dir=rtl] .product-add-cart-btn i {
	margin-right: 0;
	margin-left: 7px;
  }
  
  img{
      -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .transition-3{
      transition: all .3s ease 0s;
  }
  .product-add-cart-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
  }
  .product-add-cart-btn a {
	display: block;
	padding: 7px 25px;
	background-color: transparent;
	color: var(--theme-white-color);
  }
  .product-add-cart-btn:hover {
	color: var(--theme-white-color)!important;
	background-color: var(--theme-primary-color);
  }
  .product-add-cart-btn-2 {
	border: 1px solid #DADCE0;
	color: var(--theme-black-color);
	background-color: var(--theme-white-color);
	font-size: 15px;
	font-weight: 500;
  }
  .product-add-cart-btn-2 a {
	padding: 6px 33px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-add-cart-btn-2 a {
	  padding: 6px 21px;
	}
  }
  @media (max-width: 575px) {
	.product-add-cart-btn-2 {
	  width: 100%;
	}
  }
  .product-add-cart-btn-2:hover {
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	color: var(--theme-white-color);
  }
  .product-add-cart-btn-3 {
	background-color: var(--theme-black-color);
	color: var(--theme-white-color);
	margin-right: 5px;
  }
  .product-add-cart-btn-3.single_add_to_cart_button {
	padding: 12px 45px;
  }
  .product-add-cart-btn-3 a {
	padding: 12px 45px;
  }
  .product-add-cart-btn-3:hover {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
  }
  @media (max-width: 575px) {
	.product-add-cart-btn-3 {
	  width: 100%;
	}
  }
  
  .shop__top {
	padding: 15px 20px;
	padding-left: 30px;
	border: 1px solid rgba(3, 4, 28, 0.1);
  }
  [dir=rtl] .shop__top {
	padding-left: 20px;
	padding-right: 30px;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.shop__result {
	  margin-bottom: 15px;
	}
  }
  .shop__result p {
	font-size: 16px;
	margin-bottom: 0;
  }
  .shop__sort-tab .nav-link {
	font-size: 18px;
	color: #ABABAB;
	margin-right: 20px;
  }
  [dir=rtl] .shop__sort-tab .nav-link {
	margin-right: 0;
	margin-left: 20px;
  }
  @media (max-width: 575px) {
	.shop__sort-tab .nav-link {
	  margin-bottom: 20px;
	}
  }
  .shop__sort-tab .nav-link.active {
	color: var(--theme-primary-color);
  }
  .shop__sort-select .nice-select {
	height: 40px;
	line-height: 40px;
	border: 1px solid #E9E9F0;
	width: 230px;
	border-radius: 0;
	font-weight: 400;
	font-size: 14px;
	color: var(--theme-text-color);
	padding: 0 20px;
  }
  .shop__sort-select .nice-select::after {
	right: 14px;
  }
  [dir=rtl] .shop__sort-select .nice-select::after {
	right: auto;
	left: 14px;
  }
  .shop__sort-select .nice-select .list {
	width: 100%;
	margin-top: 0;
	border-radius: 0;
	padding: 12px 0;
  }
  .shop__sort-select .nice-select .list .option {
	line-height: 30px;
	min-height: 30px;
  }
  .shop__sort-select .nice-select .list .option:hover {
	color: var(--theme-black-color);
  }
  .shop__sort-select .nice-select .list .option.selected {
	font-weight: 400;
	color: var(--theme-black-color);
  }
  .shop__sidebar.on-left {
	margin-right: 30px;
	margin-bottom: 50px;
  }
  [dir=rtl] .shop__sidebar.on-left {
	margin-right: 0;
	margin-left: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.shop__sidebar.on-left {
	  margin-right: 0;
	}
	[dir=rtl] .shop__sidebar.on-left {
	  margin-left: 0;
	}
  }
  .shop__sidebar.on-right {
	margin-right: 0;
	margin-left: 30px;
	margin-bottom: 50px;
  }
  [dir=rtl] .shop__sidebar.on-right {
	margin-right: 30px;
	margin-left: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.shop__sidebar.on-right {
	  margin-left: 0;
	  margin-bottom: 0;
	  margin-top: 50px;
	}
	[dir=rtl] .shop__sidebar.on-right {
	  margin-right: 0;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop__sidebar.on-right {
	  margin-left: 0;
	  margin-bottom: 0;
	  margin-top: 0;
	}
	[dir=rtl] .shop__sidebar.on-right {
	  margin-right: 0;
	}
  }
  .shop__widget {
	margin-bottom: 8px;
  }
  .shop__widget .accordion-button {
	font-weight: 400;
	font-size: 17px;
	line-height: 12px;
	color: var(--theme-black-color-solid);
	border-bottom: 1px solid #DADCE0;
	padding: 10px 0;
	margin-bottom: 25px;
  }
  [dir=rtl] .shop__widget .accordion-button {
	justify-content: end;
  }
  .shop__widget .accordion-button:not(.collapsed) {
	color: var(--theme-black-color-solid);
  }
  .shop__widget .accordion-button::after {
	top: 37%;
	color: var(--theme-black-color-solid);
  }
  .shop__widget .accordion-button.collapsed::after {
	color: var(--theme-black-color-solid);
  }
  .shop__widget .accordion-button:hover {
	color: var(--theme-primary-color);
  }
  .shop__widget .accordion-button:hover::after {
	color: var(--theme-primary-color);
  }
  .shop__widget-list-item:not(:last-child) {
	margin-bottom: 6px;
  }
  .shop__widget-list-item input {
	display: none;
  }
  .shop__widget-list-item input:checked ~ label {
	color: var(--theme-black-color);
  }
  .shop__widget-list-item input:checked ~ label::after {
	background-color: var(--theme-black-color);
	border-color: var(--theme-black-color);
  }
  .shop__widget-list-item input:checked ~ label::before {
	color: var(--theme-white-color);
  }
  .shop__widget-list-item label {
	font-weight: 400;
	font-size: 14px;
	color: var(--theme-text-color);
	position: relative;
	padding-left: 31px;
  }
  [dir=rtl] .shop__widget-list-item label {
	padding-left: 0;
	padding-right: 31px;
  }
  .shop__widget-list-item label::after, .shop__widget-list-item label::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #DADCE0;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
  }
  [dir=rtl] .shop__widget-list-item label::after, [dir=rtl] .shop__widget-list-item label::before {
	left: auto;
	right: 0;
  }
  .shop__widget-list-item label::before {
	content: "\f00c";
	font-family: var(--tp-ff-fontawesome);
	color: transparent;
	z-index: 1;
	border: 0;
	width: inherit;
	height: inherit;
	top: -2px;
	left: 4px;
	font-size: 12px;
  }
  [dir=rtl] .shop__widget-list-item label::before {
	left: auto;
	right: 4px;
  }
  .shop__widget-list-item label:hover {
	cursor: pointer;
  }
  .shop__widget-list-item-2:not(:last-child) {
	margin-bottom: 10px;
  }
  .shop__widget-list-item-2 input {
	display: none;
  }
  .shop__widget-list-item-2 input:checked ~ label::before {
	color: var(--theme-white-color);
  }
  .shop__widget-list-item-2 label {
	font-weight: 400;
	font-size: 14px;
	color: var(--theme-text-color);
	position: relative;
	padding-left: 31px;
  }
  [dir=rtl] .shop__widget-list-item-2 label {
	padding-left: 0;
	padding-right: 31px;
  }
  .shop__widget-list-item-2 label::after, .shop__widget-list-item-2 label::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
	background-color: var(--theme-black-color);
  }
  [dir=rtl] .shop__widget-list-item-2 label::after, [dir=rtl] .shop__widget-list-item-2 label::before {
	left: auto;
	right: 0;
  }
  .shop__widget-list-item-2 label::before {
	content: "\f00c";
	font-family: var(--tp-ff-fontawesome);
	color: transparent;
	z-index: 1;
	border: 0;
	width: inherit;
	height: inherit;
	top: 0px;
	left: 6px;
	font-size: 12px;
	background-color: transparent;
  }
  [dir=rtl] .shop__widget-list-item-2 label::before {
	left: auto;
	right: 6px;
  }
  .shop__widget-list-item-2 label:hover {
	cursor: pointer;
  }
  .shop__widget-list-item-2.has-orange label::after {
	background-color: #FFB733;
  }
  .shop__widget-list-item-2.has-green label::after {
	background-color: #95C995;
  }
  .shop__widget-list-item-2.has-red label::after {
	background-color: #FF5656;
  }
  .shop__widget-list-item-2.has-yellow label::after {
	background-color: #E2E20D;
  }
  .shop__widget-search-input {
	position: relative;
  }
  .shop__widget-search-input input {
	width: 100%;
	height: 46px;
	border: 1px solid #DADCE0;
	padding: 0 20px;
	background-color: var(--theme-white-color);
	font-size: 14px;
	padding-right: 45px;
	outline: 0;
  }
  [dir=rtl] .shop__widget-search-input input {
	padding-right: 20px;
	padding-left: 45px;
  }
  .shop__widget-search-input input::-webkit-input-placeholder {
	color: #767A7D;
  }
  .shop__widget-search-input input:-moz-placeholder {
	color: #767A7D;
  }
  .shop__widget-search-input input::-moz-placeholder {
	color: #767A7D;
  }
  .shop__widget-search-input input:-ms-input-placeholder {
	color: #767A7D;
  }
  .shop__widget-search-input input:focus {
	border-color: var(--theme-primary-color);
  }
  .shop__widget-search-input button {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
  }
  [dir=rtl] .shop__widget-search-input button {
	right: auto;
	left: 20px;
  }
  .shop__widget-search-input button svg {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
  }
  .shop__widget-search-input button:hover {
	color: var(--theme-primary-color);
  }
  
  .single-product .breadcrumb__area {
	display: none !important;
  }
  .product__details-description .woocommerce-Reviews-title {
    font-family: var(--tp-ff-roboto);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.product__details-description ol.commentlist {
    padding-left: 0;
}

.product__details-description ol.commentlist li {
    margin-bottom: 15px;
}
.bypostauthor, .gallery-caption {
    display: block;
}


.product__details-description ol.commentlist .review .comment_container {
    overflow: hidden;
}

.product__details-description ol.commentlist .review .comment_container img {
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.product__details-description ol.commentlist .review .comment_container .comment-text {
    overflow: hidden;
    margin-left: 75px;
}

.star-rating {
    position: relative;
    font-size: 11px;
    width: 77px;
    overflow: hidden;
    line-height: 1;
    display: inline-block;
}

.product__details-description ol.commentlist .review .comment_container .comment-text {
    overflow: hidden;
    margin-left: 75px;
}


/*rating*/
.product__rating .star-rating {
  margin-bottom: 0;
}

.star-rating {
  position: relative;
  font-size: 11px;
  width: 77px;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
}

.star-rating::before {
  font-family: "ElegantIcons";
  content: "\e033\e033\e033\e033\e033";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D9D9EA;
  font-size: 11px;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 11px;
}

.star-rating span::before {
  font-family: "ElegantIcons";
  content: "\e033\e033\e033\e033\e033";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FFBF14;
  font-weight: 900;
  display: inline-block;
}

/*rating end*/
a.ajax_add_to_cart.added {
  display: none;
}

/*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;
}
.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";
}
