/* 
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 */

.product-filter-bar .product-categories{
	padding-left:0;
	margin-bottom: 20px;
}
.product-filter-bar .product-categories li{
	margin-bottom:5px;
}
.product-filter-bar .product-categories li a{
	font-size:16px;
}
.product-filter-bar .widget_price_filter{
 margin-bottom: 20px;	
}
.product-filter-bar .widget_product_tag_cloud .tagcloud a{
	font-size: 16px !important;
    border: 1px solid #d5d5d5;
    padding: 0 5px;
    border-radius: 4px;
    background-color: #ededed;
    text-transform: capitalize;
	margin-bottom:5px;
	display: inline-block;
}
span.price{ color: #4f6d7a !important }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {

background-color: #4f6d7a !important;

}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {

background-color: #4f6d7a !important;

}

.product-filter-bar .widget_product_tag_cloud .tagcloud a:hover{
	 background-color: #d3f6ff;
	 border: 1px solid #04ccfc;
}
.woocommerce ul.products li.product .button {
    background-color: #4f6d7a;
    color: #fff;
    font-weight: 500;
}
.woocommerce ul.products li.product .button:hover{
	 background-color: #313d4d;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #04ccfc;
    font-size: 16px;
}
.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-weight:500;
}
div#customer_login label {
    font-style: normal;
}
.ppc-button-wrapper {
    margin-top: 25px !important;
}
.woocommerce-cart table.shop_table dl.variation {
    display:flex;
}
.woocommerce-cart table.shop_table dd.variation-Choosesize {
    margin:0;
}
.woocommerce-cart table.shop_table dd.variation-Choosesize p {
padding:0 0 0 6px;
margin:0;
}
.woocommerce-cart table.shop_table tbody tr:not(:first-child) th.product-name {
    border-top: 1px solid #BBCED5
 !important;
}
input#elementor-search-form-3e1643d0 {
    color:black;
}
.woocommerce-cart .coupon.e-cart-section.shop_table input{
 height:100% !important;
}
.single-product .pswp--svg .pswp__button--arrow--left:before, .single-product  .pswp--svg .pswp__button--arrow--right:before{
    transform: scale(1.8);
}


.woocommerce-cart .wc-proceed-to-checkout div:first-of-type {
display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}
.woocommerce-cart .wc-proceed-to-checkout div:first-of-type p{
margin:0 !important;
}

 .woocommerce-cart .wc-proceed-to-checkout img:first-of-type {
    float: right;
    max-width:70px !important;
}
.woocommerce-account input{
    font-family:'jost'!important;
    font-style:normal !important;
    color:#313D4D !important;
    font-weight:400 !important;
    font-size:18px !important;

}
.woocommerce a.added_to_cart {
    margin-left: 15px;
}
div#wc-stripe-express-checkout-element-googlePay div:first-of-type {
    width: 100% !important;
}
@media(max-width:1023px){
        .woocommerce-account input{
        font-size:14px !important;
        }
}