.woocommerce ul.products li.product .button {
	padding: 12px 30px;
	border-radius: 0;
	color: var(--white-color);
	background-color: var(--primary-color);
}
.woocommerce ul.products li.product .button.loading{
	padding: 13px 40px 13px 30px;
}
.woocommerce ul.products li.product .button.loading::after{
	top: 12px;
	right: 15px;
}
.woocommerce ul.products li.product .button.added{
	color: var(--dark-color);
	background-color: var(--secondary-color);
}
.woocommerce ul.products li.product .button:hover {
	color: var(--dark-color);
	background-color: var(--secondary-color);
}
.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button:hover{
	color: var(--dark-color) !important;
	background-color: var(--secondary-color) !important;
}

/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 18px;
	line-height: 28px;
	padding-top: 0;
	padding: 0;
	padding-bottom: 5px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	padding: 5px;
	border-radius: 0;
	background-color: var(--white-bg-color);
}
.wc-block-grid__products .wc-block-grid__product-image img,
.woocommerce ul.products li.product img {
	border-radius: 0;
	background-color: var(--white-color);
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product-onsale,
.woocommerce ul.products li.product .onsale {
	padding: 5px 15px;
	font-size: 14px !important;
	position: absolute;
	text-align: center;
	color: var(--white-color);
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0;
	top: 15px;
	left: 15px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
	line-height: normal !important;
	min-height: auto;
	border: 0;
	margin: 0;
}
body.rtl.woocommerce ul.products li.product .onsale {
	left: inherit;
	right: 10px;
}
.woocommerce ul.products li.product .price {
	font-size: 15px;
	color: var(--white-color);
}
.woocommerce ul.products li.product .price del {
	margin-right: 5px;
	opacity: .7;
}
.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button {
	padding: 13px 30px;
	line-height: 24px;
	border-radius: 0;
	color: var(--white-color) !important;
	background-color: var(--primary-color);
}
.woocommerce ul.products li.product .button {
	padding: 15px 20px;
	border-radius: 0;
	color: var(--white-color);
	background-color: var(--primary-color);
}
.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button:hover{
	color: var(--white-color) !important;
	background-color: var(--secondary-color) !important;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	top: 15px;
	right: 20px;
	font-style: normal;
}
.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*=== widget_resently viewed product ===*/
.woocommerce ul.product_list_widget li img{
	border-radius: 0;
}
/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	opacity: 1;
	top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px;
	background-color: var(--grey-color);
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: 500;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: var(--white-color);
}
.woocommerce .cart .button {
	padding: 17px 30px !important;
	background-color: var(--primary-color)!important;
	color: var(--white-color) !important;
	border-radius: 0 !important;
}
.woocommerce .cart .button:hover {
	color: var(--white-color)!important;
	background-color: var(--primary-color)!important;
}
.woocommerce .col-1,
.col-2 {
	max-width: none;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce-pagination {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 22px;
	margin: 0 2px;
	border: 1px solid var(--secondary-color);
	border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: var(--primary-color);
	border-color: var(--secondary-color);
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr {
	border: 0;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td label {
	margin: 0;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details {
	margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1 {
	padding: 0;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment {
	margin-bottom: 35px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-color: rgba(var(--white-color-rgb), 0.2);
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title {
	display: none;
}
.woocommerce #review_form #respond textarea {
	line-height: 20px;
	height: 110px;
}
.woocommerce #review_form #respond textarea::placeholder{
	font-weight: 500;
}
.woocommerce #review_form #respond p{
	margin-bottom: 25px;
}
.woocommerce #review_form #respond .form-submit {
	margin: 0;
	padding: 0;
}
.woocommerce #review_form #respond .form-submit input {
	padding: 15px 35px;
	border-radius: 0;
	color: var(--white-color);
	position: relative;
}
.woocommerce #review_form #respond .form-submit input:hover {
	color: var(--white-color);
	background-color: var(--secondary-color);
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 20px 30px;
	border-top: 3px solid var(--primary-color);
	border-bottom: 1px solid rgba(var(--blackish-color-rgb),0.1);
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
	border-color: rgba(var(--blackish-color) ,.3);
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot td .woocommerce-Price-amount{
	font-weight: 500;
}
.woocommerce #payment #place_order, .woocommerce-page #payment .place-order #place_order{
	color: var(--white-color) !important;
}
/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title {
	font-size: 16px;
	line-height: 35px;
	font-weight: 500;
	letter-spacing: 0px;
}
.woocommerce-Reviews .comment-respond input[type="text"],
.woocommerce-Reviews .comment-respond input[type="email"],
.woocommerce-Reviews .comment-respond textarea {
	padding: 0 15px;
	border: 1px solid 1px solid #ffffff30;
}
.woocommerce-Reviews .comment-respond textarea {
	padding: 10px 20px;
}
.woocommerce-Reviews .comment-respond .comment-form-rating label {
	font-weight: 600;
}
/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce #customer_details {
	margin-bottom: 30px;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout {
	margin-bottom: 40px;
}
/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del {
	margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins {
	text-decoration: none;
	font-weight: 500;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	margin-bottom: 0px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 50px;
	height: auto;
}
/*=== widget_product_categories ===*/
.site-content .widget_product_categories ul ul {
	margin-top: 2px;
}
.site-content .widget_product_categories ul li {
	margin: 2px 0;
	padding: 0;
	position: relative;
}
.site-content .widget_product_categories ul li a {
	padding: 12px 30px 10px 25px;
	display: block;
	position: relative;
	line-height: normal;
}
body.rtl .site-content .widget_product_categories ul li a {
	padding-left: 30px;
	padding-right: 30px;
}
.woocommerce a.remove:hover {
	color: var(--white-color) !important;
	background-color: var(--primary-color);
}
.woocommerce a.remove {
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 22px;
	font-weight: 500;
	color: var(--blackish-color) !important;
}
.site-content .widget_product_categories ul li span {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: var(--white-color);
	background-color: var(--primary-color);
	text-align: center;
	display: block;
	font-size: 12px;
	border-radius: 0;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	transition: all .25s ease-in-out;
}
.site-content .widget_product_categories ul li a::before {
	transition: all .25s ease-in-out;
}
.site-content .widget_product_categories ul li:hover span{
	color: var(--white-color);
	background-color: var(--secondary-color);
}
.site-content .widget_product_categories ul li a:hover::before{
	color: var(--primary-color);
}
body.rtl .site-content .widget_product_categories ul li span {
	left: 15px;
	right: inherit;
}
.wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count {
	float: right;
	color: var(--blackish-color);
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: 500;
	padding-left: 0;
}
.woocommerce .gentechtreethemes-contain .site-content{
	padding: 90px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}
.wc-block-product-filter-price-slider .text input[type=text] {
    border-radius: 0;
    max-width: 40px;
    padding: 10px;
    height: 40px;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price {
    font-size: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 15px;
    color: var(--gtd-white-color);
}
.woocommerce .quantity .qty {
    height: 50px;
    width: 55px;
    margin-right: 5px;
    font-size: 18px;
    background-color: transparent;
    color: #5a5a5a;
    padding: 0 3px;
    font-weight: 500;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0 0 0px !important;
    border: none !important;
    line-height: 0;
	overflow: hidden;
    position: relative;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 0;
    display: block;
    float: left;
    font-size: 15px !important;
    line-height: normal !important;
    font-weight: normal !important;
    text-transform: capitalize;
    cursor: pointer;
    padding: 14px 30px 14px;
    transition: all 500ms ease;
    border-radius: 0;
	color: var(--dark-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: var(--white-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--primary-color);
	color: var(--white-color);
    z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--gtd-white-color);
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-top: 0;
    padding: 30px;
    border: 1px solid #ffffff30;
    border-radius: 0;
    margin-top: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
    border: none;
}
.woocommerce-Tabs-panel h2 {
    font-size: 22px;
    margin-top: 0;
    line-height: 28px;
}
.woocommerce table.shop_attributes tr {
    border: 1px solid #ffffff30;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    padding: 5px 7px;
    font-weight: 500;
    background: transparent;
    border-right: 1px solid #ffffff30;
}
.woocommerce #review_form #respond .form-submit input{
   background: var(--primary-color);
}
.woocommerce div.product .variations_form.cart .variations td {
    margin-bottom: 15px;
    display: block;
}
.woocommerce .quantity .qty,
.woocommerce.single-product select{
    border: 1px solid #ffffff30;
	color: #fff;
}
.woocommerce div.product form.cart .variations label {
    padding: 5px 30px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce div.product form.cart .variations select{
	background: var(--dark-color);
}
.woocommerce-Reviews .comment-respond input[type="url"],
.woocommerce-Reviews .comment-respond input[type="text"],
.woocommerce-Reviews .comment-respond input[type="email"],
.woocommerce-Reviews .comment-respond textarea {
    padding: 0 15px;
    border: 1px solid #ffffff30;
}

.woocommerce .comment-respond .comment-form-author,
.woocommerce .comment-respond .comment-form-email,
.woocommerce .comment-respond .comment-form-url{
	width: 100%;
}
.woocommerce p.stars a:before{
	color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    color: var(--dark-color) !important;
}
.widget.widget_block.widget_search .wp-block-search__text-button .wp-block-search__inside-wrapper,
.woocommerce .woocommerce-product-search{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget_block.widget_search .wp-block-search__text-button .wp-block-search__inside-wrapper [type="search"],
.woocommerce .woocommerce-product-search [type="search"]{
	background-color: #fff;
	height: 56px;
    line-height: 56px;
}
.wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 20px;
    line-height: 26px;
}


/* Cart page */

.woocommerce  table tbody tr,
.woocommerce table thead tr {
    border: 1px solid#ffffff30;
}
.woocommerce-cart .wc-block-cart-items tbody .wc-block-cart-items__row {
    border: none;
    border-left: 1px solid#ffffff30;
    border-right: 1px solid#ffffff30;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header,
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items{
	border: 1px solid#ffffff30;
}
.wc-block-cart-items .wc-block-cart-items__header {
    border-bottom: none;
}
.woocommerce-cart table td,
.woocommerce-cart table th {
    text-align: left !important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
    padding: 5px 16px 5px 15px !important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-total {
    padding: 5px 0px 5px 40px !important;
}
.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
	border-bottom: 1px solid#ffffff30;
}
.woocommerce-cart  .wc-block-components-button:not(.is-link) {
    background-color: var(--primary-color);
    color: var(--white-color);
    -webkit-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important;
}
.woocommerce-cart .wc-block-components-totals-wrapper{
	border-top: 1px solid#ffffff30;
}

/* checkout */
.woocommerce-checkout input[type="text"],.woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout textarea, .woocommerce-checkout select, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-text-input input[type=text] {
    border-radius: 0 !important;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 20px !important;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	background-color: transparent !important;
   	border: 1px solid#ffffff30 !important;
    color: #fff !important;
}

#page .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 60px;
    line-height: 60px;
    color: #fff;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
 	border: 1px solid#ffffff30;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout .wc-block-components-totals-wrapper{
	border-top: 1px solid#ffffff30;;
}
.woocommerce-checkout  .wc-block-components-button{
	border: none;
	-webkit-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important;
}
.woocommerce-checkout .wc-block-components-button:hover{
	background-color: var(--primary-color);	
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label,
.wc-block-components-form .wc-block-components-text-input.has-error input::placeholder{
	color: var(--white-color) !important;
}
.woocommerce div.product form.cart .group_table td{
	text-align: left;
}
.woocommerce span.onsale {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    color: var(--white-color);
    z-index: 2;
    text-transform: uppercase;
    top: 15px;
    left: 15px;
    bottom: auto;
    right: auto;
    letter-spacing: 2px;
    background: #f14705;
    line-height: normal !important;
    min-height: auto;
    border-radius: 0;
    border: 0;
    margin: 0;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
	border-radius: 0 !important;
    height: 60px !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select{
	color: #7f7f7f !important;
}
.wc-block-components-textarea {
    background-color: transparent !important;
}
.wc-block-components-validation-error>p {
    display: block !important;
}
.wc-block-components-form .wc-block-components-text-input.has-error input{
	margin-bottom: 10px !important;
}
.wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:focus{
	background-color: red !important;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 10px;
    color: var(--white-color);
    background: green;
}
.woocommerce .woocommerce-table--order-details.order_details tfoot tr th, .woocommerce .woocommerce-table--order-details.order_details .woocommerce-table__product-name {
    background: var(--black-color);
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce table th{
	border: 1px solid#ffffff30 !important;
}
.woocommerce-order-received .woocommerce table.shop_table th,
.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce table.shop_table td{
	text-align: left !important;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 20px;
}