/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2025 | 07:43:30 */
.dashicons-admin-home:before,
.dashicons-phone:before{
    content: "\f102";
    color: white;
}
header .elementor-icon-box-wrapper {
    display: flex
;
}
header .elementor-icon-box-title a {
    color: white;
    margin-left: 12px;
}
.mgp-display-badge {
    position: absolute;
    top: 5%;
    background: #729DC4;
    text-align: center;
    display: inline-block;
    padding: 4px 10px;
    left: 6%;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    z-index: 99;
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    --webdit--box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
    border-radius: 17px;
}
img.attachment-medium_large.size-medium_large.wp-post-image
 {
    height: 400px;
    object-fit: cover;
}

/* Product Table  */
.variations tbody tr:first-child{
	display:none;
}

/* .variations tbody tr:nth-child(1),
.variations tbody tr:nth-child(3),
.variations tbody tr:nth-child(4),
.variations tbody tr:nth-child(5) {
    display: none;
} */


.woocommerce-js ul.products li.product.product-category a img {
    height: 100%;
    object-fit: cover;
    border-radius: 7px !important;
}
h2.woocommerce-loop-category__title {
    border-radius: 5px;
}
.collection-category {

	    transition: transform 0.4s ease-in-out;
    will-change: transform;
}
.collection-category:hover {
  transform: scale(1.05);
}
.mgpde-shadow {
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 3px 40px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 40px rgb(0 0 0 / 20%);
}
main
{
	text-align:left !important;
}
span.description-title {
    color: #0084d6;
}
span.posted_in
 {
    color: #0084d6;
}
/* li.description_tab {
    display: none !important;
} */
.aws-search-result {
    position: absolute;
    text-align: left;
    z-index: 9999999999999;
    background: #fff;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 16px;
    border-radius: 20px !important;
    padding: 13px;
}
.aws-container .aws-search-form .aws-search-btn svg {
    display: block;
    height: 100%;
    width: 100%;
    color: white;
}
.aws-search-btn.aws-form-btn {
    background: #729ec5 !important;
}
.fa.fa-long-arrow-right:before {
	margin-top:10px;
    content: "\f30b";
}
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th.product-name,
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th.product-remove,
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th.product-price,
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th.product-add-to-cart,
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th.product-stock-status,
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th.product-thumbnail {
    background: #729ec5;
}


@media (max-width: 767px) {
img.menu-image.menu-image-title-after {
    filter: invert(0) !important;
}
	.dashicons-admin-home:before, .dashicons-phone:before {
    color: black !important;
}
	.hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    /* text-decoration: none; */
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    /* -webkit-box-pack: justify; */
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: start !important;
    justify-content: start !important;
}
	
}


@media only screen and (max-width: 767px) {
	.elementor-element.elementor-element-3edfd62 {
    --flex-wrap: nowrap !important;
}
}