
@media (min-width: 992px) {
	.setting-dialog {
		max-width: 500px;
	}
}
@media (max-width: 1024px) {
	.mobile-menu-toggler {
		display: block;
	}
	.header-bottom {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.signin-process-left {
		display: none;
	}
	.rgt-sign-in {
	    padding: 50px;
	}
}

/*2023-04-28 new css*/
@media (max-width: 767px) {
    .product-item {
        width: 100%;
        height: 100%;
    }
    .about-tb.product-single-details {
        padding: 10px 10px;
    }
    .about-tb.product-single-details .product-title {
        font-size: 5.5rem!important;
        word-spacing: unset;
    }
    .product-single-container.about-main {
        padding: 30px 0;
    }
    .career-main .career-banner {
        height: 200px;
    }
    .career-main .career-banner h1 {
        font-size: 25px;
    }
    .career-main .core-values h2, .career-main .work-balance h3 {
        font-size: 20px;
    }
    .career-main .core-values .cv-content h4 {
        font-size: 16px;
    }
    .open-listing ul li a {
        font-size: 16px;
    }
    .release-list h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .become-seller .easy-way-content h1 {
        font-size: 25px;
        margin-top: 20px;
    }
    .become-seller .sell-almost .sell-content h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .selling-never-easy .ease-content h3 {
        font-size: 20px;
    }
    .in-press h3 {
        font-size: 20px;
    }
    .reviews-sectn .seller-head {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .product-action .btn-primary {
        margin-bottom: 10px;
    }
    .products-section h2.section-title.text-center {
        text-align: left !important;
    }
    .list-explore ul li {
        margin-bottom: 20px;
    }
    .list-explore-category ul li {
        margin-bottom: 10px;
    }
    .explore-search-section {
        margin: 50px 0 0;
    }
    .res-saperated-info {
        display: flex;
        flex-direction: column;
    }
    figure.product-image-container {
        margin: 0 auto;
    }
    .product-col .product-image img {
        border: 1px solid #ccc;
        margin: 0 auto;
        text-align: center;
        width: 300px;
        height: 300px;
        max-width: 100%;
    }
}