/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.woocommerce nav.woocommerce-pagination ul li{
	padding-bottom: 0 !important;
}
.wpgs-nav .slick-active img{
	opacity: 1 !important;
	padding: 10px !important;
}
.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before{
	color: #60d8df !important;
}
.wpgs-nav .slick-slide{
	border: 1px solid #e9ecef !important;
}
.wpgs-nav .slick-current{
	border: 1px solid #60d8df !important;
}
.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol{
    margin-bottom: 25px;
}
.link-color a{
    color: #5D666F;
}
.link-color a:hover{
    text-decoration: underline;
}
.mb-bottom p{
    margin-bottom: 0 !important;
}
.search-header form.e-search-form{
    max-height: 40px;
    flex-wrap: wrap;
}
.search-header .e-search-label{
    display: none;
}
.search-header .e-search-input-wrapper{
    flex-wrap: wrap;
}
.search-header input{
    min-height: 40px !important;
    max-height: 40px !important;
}
.search-header .e-search-submit  {
    padding: 0 20px !important;
}
.menu-acount .elementor-icon-box-title{
    margin-bottom: 0 !important;
}
.feat-cat .elementor-image-box-title{
    margin-bottom: 0 !important;
}
.feat-cat .elementor-image-box-content{
    width: 55%;
    position: absolute;
    top: 50%;
    transform: translate(0px,-50%);
    padding-left: 30px;
}
.feat-cat .elementor-image-box-description a{
    clear: both;
    display: block;
    margin-top: 30px;
    text-decoration: underline;
    color: #1C263A;
}
.feat-cat img{
    box-shadow: 0 2px 22px rgb(0 0 0 / 10%);
}
.feat-cat .product-list{
    border: rgb(233, 236, 239)
}
.why .elementor-icon-box-title{
    margin-bottom: 0 !important;
}
.blog-home .elementor-post__read-more{
	background: #FEDD00;
    border-radius: 50px;
    padding: 5px 25px;
}
.product-list .add_to_cart_button{
    position: absolute !important;
    top: 20px;
    right: 20px;
    font-size: 0 !important;
    background: transparent !important;
}
.product-list .add_to_cart_button::before{
    content: "";
    position: relative;
    display: block;
    background: url(/wp-content/uploads/2025/07/add-to-cart.webp) center center no-repeat;
    background-size: 60%;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #FEDD00  !important;
    border-radius: 100% !important;
    padding: 10px;
	box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}
.product-list .add_to_cart_button:hover::before{
    background-color: #FEDD00  !important;
}
.shop-filter-wrap{
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 235, 235);
    border-image: initial;
    background: rgb(249, 249, 249);
}
p.sidebar-title{
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1C263A;
    padding-bottom: 15px;
}
.shop-filter-wrap label{
    color: rgb(111, 111, 111);
    text-transform: capitalize;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
}
.shop-filter-wrap label input{
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    margin-right: 10px;
}
.shop-list img{
    padding: 10px;
}
.woocommerce .woocommerce-result-count{
    color: rgb(111, 111, 111);
    text-transform: capitalize;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    list-style: 24px;
    font-weight: normal;
}
.woocommerce .woocommerce-ordering select{
    color: rgb(111, 111, 111);
    text-transform: capitalize;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0 0 10px;
}
.shop-list .add_to_cart_button{
    font-size: 0 !important;
    background: transparent !important;
    position: absolute !important;
    right: 0;
    bottom: 27px;
}
.shop-list .add_to_cart_button::before{
    content: "";
    position: relative;
    display: block;
    background: url(/wp-content/uploads/2025/07/cart-575757.svg) center center no-repeat;
    background-size: 57%;
    width: 37px;
    height: 37px;
    margin: auto;
    background-color: rgb(254 221 0 / 30%) !important;
    border-radius: 100% !important;
    padding: 10px;
	box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}
.shop-list .add_to_cart_button:hover::before{
    background-color: #FEDD00  !important;
}
.shop-list .custom-title{
    min-height: 65px;
    padding: 0;
}
.shop-list ul.products li{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px !important;
}
.page-numbers{
	border: 0 !important;
}
.page-numbers li{
	border: 1px solid #60D8DF !important;
	border-radius: 100% !important; 
	width: 34px !important;
	height: 34px !important;
	margin: 3px !important;
}
.woocommerce-tabs ul.tabs li {
    border: 0 !important;
}
.woocommerce-tabs ul.wc-tabs li.active a {
    background: #60D8DF;
    border-radius: 10px 10px 0 0;
}
.related-product li {
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0px !important;
    border: 1px solid #E9ECEF;
    border-radius: 10px;
    padding: 20px 30px !important;
    background-color: #ffffff;
}
.related-product .add_to_cart_button{
    right: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1;
    padding: 15px;
    border: 1px solid #ebebeb !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    margin-bottom: 0 !important;
}
.wp-block-woocommerce-cart table tfoot th, .wp-block-woocommerce-cart table thead th,
.is-large.wc-block-cart .wc-block-cart__totals-title{
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #60D8DF !important;
}
.wc-block-components-product-name{
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #60D8DF !important;
        font-family: "Montserrat", Sans-serif;
}
.wc-block-components-formatted-money-amount{
    color: #1C263A;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
        font-family: "Montserrat", Sans-serif;
}
.is-large.wc-block-cart .wc-block-cart-items,
.wp-block-woocommerce-cart thead{
    border: 1px solid #60D8DF !important;
}
.is-large.wc-block-cart .wc-block-cart-items{
    border-bottom: 1px solid #60D8DF !important;
}
.is-large.wc-block-cart .wc-block-cart-items th{
        padding: 8px 16px 8px 8px;
}
:root :where(.wp-element-button, .wp-block-button__link){
    background-color: #60D8DF !important;
    border: 0;
    color: #ffffff !important;
    opacity: 1;
}
:root :where(.wp-element-button, .wp-block-button__link):hover{
    background-color: #FEDD00  !important ;
    color: #1C263A !important;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{
    opacity: 1;
}
@media screen and (max-width: 980px){
    .feat-cat .elementor-image-box-content{
        padding-left: 15px;
    }
    .feat-cat .elementor-image-box-content .elementor-image-box-description br{
        display: none ;
    }
    .feat-cat .elementor-image-box-description a{
        margin-top: 10px;
    }
	.hidebr br{
		display: none;
	}
    p.sidebar-title {
        font-size: 24px;
        text-align: center;
    }
    .shop-filter-wrap label{
        display: inline-block !important;
        margin-right: 20px;
    }
    .woocommerce-category-filter{
        text-align: center;
    }
    .mobile-menu .elementor-element-21d4cef{
        order: 1;
    }
    .mobile-menu .elementor-element-785f93c{
        order: 2;
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px){
    .menu-acount .elementor-icon-box-icon{
        display: none !important;
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering select{
        font-size: 14px;
    }
	.shop-list .add_to_cart_button{
        bottom: 18px;
    }
    .woocommerce-tabs ul.tabs{
        padding-left: 0;
    }
}