/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729361632
Updated: 2024-10-19 18:13:52

*/

ul.product-category-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.product-category-list li {
    width: 33.33%; 
    box-sizing: border-box;
    padding: 10px; 
    text-align: center; 
}

ul.product-category-list li img {
    width: 100%; 
    height: 350px; 
    object-fit: cover; 
    margin-bottom: 5px; 
}

/* New pages css */
.customSocialFoot .ekit_social_media {
    display: flex;
    align-items: center;
}

.enquiryBtn a {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s ease;
}

.enquiryBtn a:hover {
    background-color: #fff;
    color: #000;
}

.mainFooter .hfe-site-logo-container img,
.headerLogo .elementor-widget-container img{
    max-width: 120px;
    width: 100%;
}

.contactForm form p span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.contactForm form p {
    margin: 0;
}

.contactForm form p span textarea {
    height: 150px;
    resize: none;
    border-radius: 20px;
    color: #000;
	font-family: 'Montserrat';
}

.contactForm form p span input {
    border-radius: 30px;
    color: #000;
    font-family: 'Montserrat';
}

.contactForm form p .wpcf7-submit {
    display: inline-block;
    width: 100%;
    max-width: 170px;
    border-radius: 60px;
    padding: 10px 20px;
    line-height: 1;
    border: 1px solid transparent;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s ease;
	 font-family: 'Montserrat';
}

.contactForm form p .wpcf7-submit:hover {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

.paraLink p a {
    color: inherit;
    font-weight: 500;
}
.slick-carousel .slick-slide img {
    max-width: 100%;
    border-radius: 10px 70px 10px 70px;
}

.slick-carousel .sliderContent {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.sliderText {
    max-width: calc(100% - 40%);
    width: 100%;
}
.sliderImage {
    width: 100%;
    max-width: 37%;
}
.sliderImage img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.slick-carousel {
    overflow: hidden;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.mainBtn {
    padding: 12px 25px;
    border-radius: 50px;
    background-color: #fff;
    display: inline-block;
    margin: 20px 0 0;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #fff;
    transition: all 0.4s ease;
}
.mainBtn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.slick-carousel .slick-track {
    display: flex;
}
.slick-carousel .slick-track .slick-slide {
    flex-shrink: 0;
}
.sliderText h1,
.bannerSection .slick-slide h2 {
    margin-bottom: 10px;
	font-family: 'Montserrat';
	font-size: 2rem;
    color: #fff;
}

.sliderText p {
    color: #fff;
}
 
.slick-carousel ul.slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.slick-carousel ul.slick-dots li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    border-color: #000;
    background-color: #fff;
}

.slick-carousel ul.slick-dots li.slick-active button {
    background-color: #fff;
    transform: scale(1.4);
}

.contactForm form .wpcf7-response-output {
    margin-top: 20px;
}

.contactForm form .wpcf7-spinner {
    width: 20px;
    height: 20px;
    transform: translateY(10px);
}

/* Account pages css */

.woocommerce-account .woocommerce #customer_login>div form {
    margin: 20px 0 0;
    border: 1px solid #000;
    border-radius: 10px;
}
.woocommerce-account .woocommerce #customer_login>div h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0;
    color: #000;
    font-size: 26px;
}

.woocommerce-account .woocommerce #customer_login>div form .form-row {
    padding: 0;
    margin: 20px 0 0;
}

.woocommerce-account .woocommerce #customer_login>div form .form-row label {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}

.woocommerce-account .woocommerce #customer_login>div form .form-row input,
form.lost_reset_password p.form-row input,
.woocommerce-address-fields p input,
.edit-account .form-row input {
    border: 1px solid #ddd;
    border-radius: 50px;
    font-family: 'Montserrat';
    color: #000;
}

.woocommerce-account .woocommerce #customer_login>div form .form-row.form-row-wide {
    margin: 0 0 10px;
}

.woocommerce-account .woocommerce form .button {
    width: 100%;
    max-width: 170px;
    background-color: #000;
    color: #fff;
    border-radius: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    border: 1px solid #000;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce form .button:hover {
    background-color: #fff;
    color: #000;
}

.woocommerce-account .woocommerce form .lost_password {
    margin: 16px 0 0;
}

.woocommerce-account .woocommerce form p a {
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-account .woocommerce form p {
    font-family: 'Montserrat';
    color: #000;
}

/* Lost password css */
form.lost_reset_password p {
    margin: 0 0 10px;
    text-align: center;
}

form.lost_reset_password p.form-row {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
}

.woocommerce-account .woocommerce-message {
    border: 0;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 5px;
    margin: 25px 0 15px;
    font-family: 'Montserrat';
}

.woocommerce-account .woocommerce-message::before, 
.woocommerce-account .woocommerce-message::after,
.woocommerce-account .woocommerce-error::before,
.woocommerce-account .woocommerce-error::after {
    display: none;
}

.woocommerce-account .woocommerce-message + p {
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
}
.woocommerce-account .woocommerce-error {
    background-color: rgba(255, 0, 0, 0.2);
    margin: 25px 0 15px;
    padding: 10px 20px;
    font-family: 'Montserrat';
    line-height: normal;
    text-align: center;
    border: 0;
    color: #000;
}
form.lost_reset_password p.form-row .button {
    margin-top: 10px;
}
.woocommerce-account .woocommerce-error a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child a {
    border-top: 1px solid #ddd;
}
.woocommerce-account .page-content {
    padding: 50px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-family: 'Montserrat';
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.woocommerce-Address-title h2 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: 'Montserrat';
}

.woocommerce-Address-title a {
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Montserrat';
}

.woocommerce-Address address {
    font-family: 'Montserrat';
    font-style: normal;
    color: #000;
    margin: 8px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 10px;
}
.woocommerce-address-fields__field-wrapper {
    margin: 0 0 20px;
}
.woocommerce-address-fields__field-wrapper {
    margin: 0 0 20px;
}

.select2-container .select2-selection--single {
    height: 37px;
    border-radius: 30px;
    border-color: #ddd;
    padding: 0 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}
.woocommerce-notices-wrapper .woocommerce-error {
    margin: 0 0 15px;
    padding: 0;
    background-color: transparent;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    padding: 5px 10px;
    background: rgba(255, 0, 0, 0.2);
    margin: 10px 0;
    border-radius: 4px;
}
.edit-account fieldset {
    margin: 20px 0;
    border-radius: 15px;
}

.edit-account .form-row span em {
    font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
    margin: 0 0 15px;
}
.woocommerce-info {
    border: 0;
    background-color: rgba(0, 0, 255, 0.2);
    border-radius: 5px;
    padding: 10px 20px;
    color: #000;
}

.woocommerce-info::before, .woocommerce-info::after {
    display: none;
}

.woocommerce-info a.button {
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
/* Account pages css end */
.product-details-wrap a {
    color: #000;
}
ul.product-category-list a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.sliderText p {
    color: #fff;
}
main .woocommerce-products-header .page-title {
    margin: 0 0 10px;
    color: #000;
}
.eael-product-price .amount bdi {
    color: #000 !important;
    font-weight: 600;
}

/* Swiper slieder css */
.swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #000 !important;
    border-radius: 40px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
}
.image-hover-wrap .icons-wrap .view-details a {
    background: #000 !important;
}
.image-hover-wrap .icons-wrap,
.image-hover-wrap .icons-wrap li,
.image-hover-wrap .icons-wrap li a{
    background-color: #000 !important;
}


@media (max-width: 768px) {
    ul.product-category-list li {
        width: 50%; 
    }
}

@media (max-width: 480px) {
    ul.product-category-list li {
        width: 100%;
    }
}
/* 8 Nov */
.product-categories {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  gap: 10px; /* Add space between flex items */
  width: 100%;
}

.product-categories li {
  flex: 0 0 calc(33.33% - 10px); 
  font-size: 16px;
  background: #000;
  margin-bottom: 10px; 
  padding: 15px 0;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
	 transition: transform 0.3s ease, background-color 0.3s ease; 
}

.product-categories li:hover {
  background-color: #ff6600; 
  transform: translateY(-5px); 
}
.product-categories li:hover {
  color: #fff; 
  cursor: pointer; 
}
.product-categories li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

/* shop page */
.product-filter {
    display:flex;
    width: 100%;
    justify-content: space-between;
}

.product-filter .sidebar-filter {
  background:#020202;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 250px;
}

.product-filter .sidebar-filter .wpc-filter-header .wpc-filter-title { 
  color: #fff; 
  font-size: 20px; 
  line-height: 1.2; 
  font-weight: 600; 
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.product-filter .product-list-filter {
    width: 100%;
    max-width: calc(100% - 280px);
}
.product-filter .sidebar-filter ul li * {
    color: #fff;
}

.product-list-filter .products .product .woocommerce-loop-product__title {
    padding-top: 0 !important;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px !important;
}

.product-list-filter .products .product .price span {
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
}

.woocommerce ul.products li.product .button {
    border-radius: 40px;
    width: 100%;
    text-align: center;
    max-width: 200px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
}
.woocommerce ul.products li.product a img {
    border-radius: 5px;
}

body.archive #primary {
    margin:0 0 50px 0;
}

/* Product section css */
.category-section ul.product-category-list li img {
    border-radius: 10px;
}
.slick-slider-brands a.brand-item img {
    max-height: 115px;
}

.slick-slider-brands a.brand-item {
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    width: 100%;
    padding: 20px;
}

.slick-slider-brands .slick-slide {
    margin-inline: 10px;
}
/* Foot Form css */
.noptin-optin-form .noptin-form-header-text .noptin-form-heading {
    font-family: 'Montserrat';
    font-style: normal !important;
    color: #fff !important;
}
.noptin-optin-form .noptin-form-note {
    color: #fff !important;
    font-family: 'Montserrat';
    line-height: 1.5 !important;
}
.noptin-optin-form .noptin-form-note a {
    color: #fff !important;
    font-weight: 600 !important;
}
.noptin-optin-form .noptin-field-email input {
    border-radius: 0px;
    color: #fff !important;
    font-family: 'Montserrat';
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    text-align: left !important;
    padding: 0 0 10px;
}
.noptin-optin-form .noptin-field-email input::placeholder {
    color: #fff !important;
}
.noptin-form-field-wrapper.noptin-optin-field-submit input {
    border: 0;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    font-family: 'Montserrat';
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 600;
    margin-top: -10px;
}

.noptin-form-description {
    color: #fff !important;
}

.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
}

body.archive .woocommerce-products-header {
    background-color: #000;
    color: #fff;
    padding: 10px 20px 60px;
    margin-bottom: 40px;
    box-shadow: 0 0 0 100vmax #000;
    clip-path: inset(0 -100vmax);
    text-align: center;
}
body.archive nav.woocommerce-breadcrumb {
    background-color: #000;
    margin: 0 0 -1px;
    padding: 60px 20px 0;
    box-shadow: 0 0 0 100vmax #000;
    clip-path: inset(0 -100vmax);
    text-align: center;
    font-family: 'Montserrat';
    color: #ccc;
}

body.archive .woocommerce-products-header .woocommerce-products-header__title {
    color: #fff;
    margin: 0;
}
.woocommerce .woocommerce-result-count {
    font-family: 'Montserrat';
    color: #000;
}
.single-product .woocommerce-breadcrumb {
    margin: 10px 0;
    font-family: 'Montserrat';
    color: #222222;
}

.single-product .woocommerce-breadcrumb a {
    color: #000;
}
.summary.entry-summary * {
    font-family: 'Montserrat';
}

.single-product .product_title {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000;
}

.single-product .summary .price span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.single-product .cart .quantity input {
    height: 40px;
}

.single-product  div.product form.cart .button {
    background-color: #000;
    font-weight: 500;
    width: 100%;
    max-width: 180px;
    border-radius: 40px;
    border: 2px solid transparent;
    margin-left: 10px;
}

.single-product .product form.cart {
    margin: 0 0 20px !important;
}

.product_meta span {
    color: #000;
}

.product_meta span a {
    font-weight: 600;
    color: #000;
}
.eael-accordion-list a {
    color: #000;
    font-weight: 500;
}
body.archive nav.woocommerce-breadcrumb a {
    color: #fff;
}
.wc-tabs-wrapper *, .related.products * {
    font-family: 'Montserrat';
    color: #000;
}
.single-product .woocommerce-loop-product__title {
    font-size: 19px !important;
    font-weight: 600;
}

.single-product span.amount {
    font-weight: 600;
}
.related.products h2 {
    font-weight: 600;
    margin: 0 0 25px;
}

.wc-tabs-wrapper .wc-tabs {
    padding: 0 !important;
}

.wc-tabs-wrapper .wc-tabs .reviews_tab::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) {
    background-color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active), 
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) * {
    color: #fff;
    font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-weight: 600;
}

/* Cart page css */
.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    flex: 0 0 100%;
    width: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 0 0 65%;
}

.woocommerce-cart .woocommerce .cart-collaterals {
    flex: 0 0 32%;
    padding: 20px;
    background-color: #c7c7c7;
    border-radius: 10px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.cart_totals h2 {
    margin: 0 0 20px;
    line-height: 1;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.woocommerce table.shop_table td a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce table.shop_table * {
    font-family: 'Montserrat';
    color: #000;
}

.cart_totals .wc-proceed-to-checkout .checkout-button {
    margin: 0 !important;
    padding: 15px 20px !important;
    border-radius: 40px;
    background-color: #000 !important;
    border: 2px solid #000;
    transition: all 0.4s ease;
    font-family: "Montserrat";
    font-weight: 500;
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.woocommerce-cart .coupon {width: 290px;}

.woocommerce-cart .coupon input {
    width: 150px !important;
    border-radius: 7px;
    padding: 6px 14px !important;
    border-color: #000 !important;
    
}

.woocommerce-cart .actions button.button {
    width: 125px;
    height: 37px;
    padding: 0 !important;
    border-radius: 7px;
    background-color: #000 !important;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 500;
}

.woocommerce-cart .coupon input::placeholder {
    color: #404040;
}
.woocommerce-cart .page-header h1.entry-title {
    padding: 0 15px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0 auto;
}

.woocommerce-cart .page-header {
    background-color: #000;
    padding: 70px 15px;
}

/* Cart page css end */

/* checkout page css */
.woocommerce-checkout form .form-row input.input-text, 
.woocommerce-checkout form .form-row textarea {
    padding: 0 10px;
    line-height: 37px;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
}

.woocommerce-checkout form .form-row textarea {
    padding: 10px;
    border-radius: 10px;
    resize: none;
    line-height: 1.4;
}

.woocommerce-checkout form .form-row label {
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 7px;
}
/* checkout page css end */