/*
 Theme Name:   Fabric Child Theme
 Theme URI:    http://fabric.axiomthemes.com/
 Description:  Fabric Child Theme
 Author:       AxiomThemes
 Author URI:   http:///axiomthemes.com/
 Template:     fabric
 Version:      1.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  fabric
*/


/* =Theme customization starts here
------------------------------------------------------------ */

span, input, a, label, td, th, div, button {
    font-family: 'Poppins' !important;
}

.scheme_default, body.scheme_default, .scheme_default:where(.editor-styles-wrapper) {
    --theme-color-bg_color: #fff;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1440px !important;
}


/* .hero_slider_main .elementor-slides-wrapper {
    border-radius: 20px;
} */
.pro_category .categories_list_style_1 .categories_list_image {
    height: auto;
}
.pro_category .categories_list_style_1 .categories_list_image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 50%;
}
.header_main_menu a {
    font-family: 'DM Sans';
    font-weight: 500 !important;
    /* text-transform: uppercase !important; */
}
span.sc_item_title_text {
    font-size: 36px;
    font-weight: 400;
}
h1.sc_item_title {
    line-height: 40px;
}
a.shop_cart.icon-shopping-cart.button.add_to_cart_button.product_type_simple.product_in_stock.ajax_add_to_cart {
    font-family: 'Poppins';
}
h5.categories_list_title {
    font-size: 20px;
    font-weight: 400;
}
.sc_testimonials_hover .sc_testimonials_item {
    border: 1px solid #ccc;
    padding: 20px 30px 20px!important;
}

/* .sc_testimonials_hover .sc_testimonials_item {
    padding: 20px 30px 20px;
} */

.elementor-icon i, .elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    font-size: 16px;
}
.footer_copyright {
    color: #fff !important;
}
.footer_copyright a {
    color: #fff !important;
}
.footer_copyright a:hover {
    color: #83ffe1 !important;
}
.header_main_menu a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.woocommerce ul.products li.product .price {
    font-family: 'Poppins';
}
button.search_submit.trx_addons_icon-search {
    color: #000 !important;
}
.header_login_icon .elementor-icon svg {
    font-size: 26px !important;
}
span.sc_item_subtitle.sc_title_subtitle.sc_item_subtitle_above.sc_item_title_style_default {
    font-family: 'Poppins';
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.shop_table_checkout_review {
    border: 1px solid #ccc;
}
.woocommerce table.my_account_orders th {
    color: #000000 !important;
    background-color: #ececec !important;
}
.woocommerce .woocommerce-ordering {
    padding: 10px;
    border: 1px solid #dfddd3;
    border-radius: 5px;
}
.woocommerce .woocommerce-result-count {
    color: #18191a;
    border: 1px solid #dfddd3;
    padding: 10px;
	border-radius: 5px;
}
.home_category img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.woocommerce ul.products li.product > .post_item.post_layout_thumbs {
    border: 1px solid #dfddd3;
    padding: 15px;
    border-radius: 15px;
}
.post_featured.hover_shop img {
    border-radius: 10px;
}


/*============ Responsive ===============  */


@media only screen and (max-width:768px) {
	span.sc_item_title_text {
    font-size: 34px;
	}
}


@media only screen and (max-width:500px) {
.pro_category .trx_addons_columns_wrap:not(.columns_fluid)>[class*="trx_addons_column-"] {
            width: calc(50% / var(--theme-var-grid_max_columns)) !important;
        }
	h5.categories_list_title {
    font-size: 18px;
}
	    span.sc_item_title_text {
        font-size: 24px;
/* 			text-align: left; */
    }
	.sc_item_slider.slider_outer_controls_top>.slider_controls_wrap {
    display: none !important;
}

}