/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Global*/
.product-list .product-list-content span.badge.out-of-stock:not(.perc) {
    right: -28px;
    border-radius: 0;
    transform: rotate(45deg);
    top: 24px;
    width: 130px;
    text-align: center;
	z-index: 1;
}
.theplus-pagination {
    text-align: right;
    width: 100%;
}
.tp-ajax-paginate i {
    padding: 0 6px 0;
}
.tp-search-filter .field-col {
    margin-bottom: 50px;
}
.tp-woo-single-pricing.layout-2 .tp-woo-add-to-cart .cart .quantity .quantity-arrow-minus, .tp-woo-single-pricing.layout-2 .tp-woo-add-to-cart .cart .quantity .quantity-arrow-plus {
    background: #ebebeb;
    border-radius: 0;
}
.tp-woo-single-pricing .tp-woo-add-to-cart .cart .quantity .qty {
    width: 2.631em;
    min-height: 2.6em;
    border-color: #f5f5f5;
    border-radius: 0;
}

.tp-woo-single-pricing .tp-woo-add-to-cart .cart .single_add_to_cart_button {
    width: auto;
    margin: 0 0px 0px 30px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #333;
    font-size: 1em;
}
.tp-woo-swatches .tp-swatches:not(.tp-swatches-image), .tp-woo-swatches .tp-swatches img {
    border-radius: 50%;
    padding: 3px 15px;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
}
.tp-woo-swatches .tp-swatches.selected:not(.tp-swatches-image), .tp-woo-swatches .tp-swatches.selected img{
	background-color: #000;
	color: #fff !important;
}
.woocommerce div.product form.cart .reset_variations{
	left: 7px;
	position: relative;
}
.tp-search-filter .tp-buttonBox .tp-color-opt {
    padding: 5px 10px;
}
.tp-woo-single-pricing .tp-woo-add-to-cart.variable .variations .label {
    padding: 0 20px 20px 0;
    line-height: normal;
    vertical-align: middle;
}
.tp-woo-single-pricing .tp-woo-add-to-cart .qty {
    height: 75%!important;
}
.theplus-pagination>a:hover, .theplus-pagination>a:focus, .theplus-pagination>span.current, .theplus-pagination>a.current {
    border-bottom-color: #DAA520;
}
.product-list-content .product-content-image {
    border: 1px solid #efefef;
    min-height: 330px;
}

.tp-search-filter .tp-filter-meta .field-col{
	margin: 0;
    padding: 0;
}

#elementor-menu-cart__toggle_button{
	border: none;
    background: none;
}

.tp-search-filter .tp-column-label .tp-column-Icon svg{
    display: none;
}

.tp-search-filter .tp-column-label input[value="6"] + .tp-column-Icon:after{
    font-family: 'icomoon' !important;
    content: "\e952";
    font-size: 24px;
    opacity: 0.2;
}

.tp-search-filter .tp-column-label input[value="3"] + .tp-column-Icon:after{
    font-family: 'icomoon' !important;
    content: "\e951";
    font-size: 24px;
    
}

.tp-search-filter .tp-column-label.active + .tp-column-label input[value="3"] + .tp-column-Icon:after{
    opacity: 0.2;
}

.tp-search-filter .tp-column-label.active input[value="6"] + .tp-column-Icon:after{
    opacity: 1;
}

.tp-search-filter .tp-column-label.active input[value="3"] + .tp-column-Icon:after{
    opacity: 1;
}

.tp-search-filter .field-col{
    margin-bottom: 20px;
}

.tp-search-filter .field-col .tp-alphabet-content{
    width: 100%;
}

.elementor-89 .elementor-element.elementor-element-dc01624 .elementor-social-icon:hover{
	font-size:20px;
}
.logged-in #woofc-count {
    top: 50px;
}
#woofc-count {
    box-shadow: none;
    width: auto;
    height: auto;
    line-height: normal;
    top: 20px;
    position: absolute;
    z-index: 9;
    background: transparent;
}
.woofc-count span {
    top: -5px;
    right: -15px;
    height: 25px;
    width: 25px;
    line-height: 28px;
}

/*Large Screen*/
@media only screen and (min-width: 1200px) {
	
	 

}
/*Resposive*/
@media screen and (max-width: 800px) {
	#woofc-count {top: 0; right:60px;}
	.woofc-count span {top: 0; right: -10px; height: 20px; width: 20px; line-height: 22px;}
	.product-list-content .product-content-image {min-height: initial;}
	.product-category-sec .elementor-button {padding: 12px 20px;}
}
