/* Medium Layout: 1280px. */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px;
    }
}
@media only screen and (min-width: 992px) {
	.filter-btn {
		display: none
	}
	

	.search-bar-tablecell {
		display: flex !important;
	}

	.search-bar-tablecell {
		display: flex !important;
		align-items: center;
	}


	/* .search-bar-tablecell button[type=submit] {
		position: absolute;
		color: #fff;
		right: 40px;
		width: max-content;
		top: 7px;
	} */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hero-text h1 {
		font-size: 45px;
	}

	a.video-play-btn {
		right: 51%;
	}

	.hero-area div.hero-form {
		bottom: -20%;
	}

	.cart-buttons a:first-child {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.contact-form form p input[type=email] {
		/* margin-left: 8px; */
	}

	.contact-form-box h4 i {
		left: -20%;
	}

	.comment-template form p input[type=email] {
		margin-left: 8px;
	}

	ul.main-menu li a {
		padding: 15px 13px;
	}

	span.close-btn {
		right: 0;
	}

	ul.sub-menu li a {
		padding: 7px 10px;
	}

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	    .price-text {
        font-size: 18px;
    }
	.product-price .old-price {
    font-size: 11px;
}.product-price {
    font-size: 14px;
}
	.hero-text h1 {
		font-size: 40px;
	}

	.footer-box {
		margin-bottom: 40px;
	}

	.copyright p {
		text-align: center;
	}

	.copyright .social-icons {
		text-align: center;
	}

	.feature-bg:after {
		display: none;
	}

	.single-team-item {
		margin-bottom: 30px;
	}

	table.cart-table {
		margin-bottom: 50px;
	}

	.order-details-wrap {
		margin-top: 50px;
	}

	.contact-form form p input[type=text],
	.contact-form form p input[type=tel],
	.contact-form form p input[type=email] {
		width: 100%;
	}

	.contact-form form p input[type=email] {
		/* margin-left: 0;
		margin-top: 15px; */
	}

	.contact-form form p input[type=tel] {
		margin-bottom: 15px;
	}

	.hero-area div.hero-form {
		width: 325px;
		top: 30%;
	}

	.comment-template form p input[type=text],
	.comment-template form p input[type=email] {
		width: 100%;
	}

	.comment-template form p input[type=email] {
		margin-top: 15px;
		margin-left: 0;
	}

	.sidebar-section {
		margin-left: 0;
		margin-top: 50px;
	}

	.single-product-img {
		margin-bottom: 30px;
	}

	.single-product-img img {
		width: 100%;
	}

	.single-project-img img {
		width: 100%;
	}

	

	.mean-container .mean-bar {
		z-index: 2;
	}

	.responsive-menu-wrap {
		display: block;
	}

	.header-icons {
		text-align: center;
	}

	

	.responsive-menu-wrap {
		position: absolute;
		top: 0;
	}

	.featured-section {
		padding: 0;
	}

	.responsive-menu-wrap {
		left: 50%;
		margin-top: 10px;
		margin-left: -57.5px;
	}

	.hero-text-tablecell {
		padding: 0px 70px;
	}

	.hero-form .hero-text h1 {
		font-size: 30px;
	}

	.hero-form .hero-text p.subtitle {
		font-size: 13px;
	}

	.hero-form .hero-btns a.bordered-btn {
		margin-left: 0;
		margin-top: 20px;
	}

	.sticky-wrapper.is-sticky .top-header-area {
		position: absolute !important;
		background-color: transparent;
	}

	.featured-box {
		padding: 30px;
	}

	.featured-section {
		padding: 100px 0;
	}

	nav.main-menu {
		display: none;
	}

	table.order-details {
		width: 100%;
	}

	.contact-form-box h4 i {
		left: -7%;
	}

	.single-product-content h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.6;
	}

	.single-product-content {
		margin-left: 15px;
	}

	a.mobile-hide.search-bar-icon {
		display: none !important;
	}

	.mobile-show {
		display: block !important;
	}

	

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 991.99px) {
	    .filter-sidebar.show {
        z-index: 99999;
    }
	body.overSide .filterOverview{
		display: block;
	}
	.filterOverview{
		display: none;
		width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #0000008a;
        z-index: 9999;	
	}
	    .filter-sidebar.show {
        overflow: auto;
    }
	    .filter-sidebar.show {
        min-width: 300px;
    }
	.search-bar-top{
		/* display: none */
		opacity: 0;
		height: 0px;
	}
	.main-menu-wrap {
    justify-content: space-between;
}
	.search-area .search-bar div.search-bar-tablecell {
    display: flex;
	        padding: 5px 0;
}
	.mobile-hide2{
		display: none !important;
	}
	
	a.mobile-hide.search-bar-icon {
		display: none !important;
	}

	.mobile-show {
		display: block !important;
	}

	a.mobile-show.search-bar-icon{
	position: relative;
	        font-size: 18px;
        z-index: 999;
        color: #523d1d;
	}
	.mobile-show2.shopping-cart{
		        font-size: 18px;
        color: #523d1d;
        display: inline-block;
	}
	.mobile-hide2{
		display: none;
	}
.mobIcon {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
    right: 60px;
    position: relative;
}
		.search-area {
	        width: 95%;
        right: auto;
        left: auto;
	}
	span.mobilelabel {
    display: inline-block;
    padding-right: 7px;
}
.cart-count {
    left: 8px;
    right: auto;
}
	.shop-category-card img {
    width: 120px;
    min-width: 120px;
    height: 120px;
}
.shop-category-card-title {
    font-size: 14px;
}
	.shop-banner h3 {
    font-size: 32px;
}
.section-title h3 {
    font-size: 30px;
    padding-bottom: 8px;
}
.section-title {
    margin-bottom: 15px;
}
.product-image img {
    margin-bottom: 10px;

}
.list-box .list-icon i {
    font-size: 18px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 40px;
}
.hero-area div.hero-text-tablecell {
    padding: 16px;
    /* width: 80%; */
}
.abt-section .abt-text {
    padding: 0px;
    padding-left: 0px;
}
.shop-banner {
    padding: 40px 0px 40px;
}
.list-box .content h3 {
    font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
	.cart-info {
    margin-right: 5px;
}
	.orderMob1{
		order: 1;
	}
	.orderMob2{
		order: 2;
	}
	.sign_up_infoBox {
    padding: 30px 30px 46px 30px;
}
.sign_up_box {
    padding: 46px 40px 46px 40px;
    border-radius: 0px 0px 20px 20px;
}
	.p-5 {
    padding: 1rem !important;
}
	.offerBanner .row {
    gap: 28px;
}
	    .hero-area div.hero-text-tablecell {
        padding: 16px;
        width: 80%;
    }
	.shop-by-categories {
    padding-block: 30px;
}
	.hero-area {
    height: 40vh;
    min-height:330px;
}
	.ribbon6 {
         width: 160px;
        height: 22px;
        line-height: 22px;
        top: 14px;
        right: -50px;
        font-size: 12px;
}
.wrap:before {
    right: 50px;
}
.wrap:after {
    top: 50px;
}
	.descriptions_tabsBo .nav-link {
    display: block;
    padding: 6px 7px;
}
	.descriptions_tabsBox .nav-tabs .nav-link {
    font-size: 13px;
}
	  .empty-cart {
    padding: 25px 15px;
    margin: 20px auto;
  }

  .empty-cart h2 {
    font-size: 20px;
  }

  .empty-cart p {
    font-size: 14px;
  }

  .empty-cart .btn {
    font-size: 14px;
    padding: 8px 18px;
  }
	.billing-address-form {
		padding: 0;
	}

	table.order-details {
		border: 1px solid #efefef;
		width: 100%;
	}

	.product-filters ul li {
		font-size: 15px;
		flex-shrink: 0;
	}

	.product-filters ul {
		display: flex;
		align-items: center;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.product-section {
		padding-block: 30px;
	}

	.product-filters {
		margin-bottom: 20px;
	}

	.abt-section.mb-150 {
		margin-bottom: 0 !important;
	}

	.shop-banner {
		padding:5px 0px 5px;
	}

	.abt-section .abt-text {
		padding: 20px 0;
		padding-left: 0;
	}

	.site-logo img {
		max-width: 90px;
	}

	.responsive-menu-wrap {
		top: -35px;
	}

	span.close-btn {
		right: 35px;
	}

	.header-icons {
		text-align: center;
	}

	.hero-text h1 {
		font-size: 28px;
	}

	.hero-text p.subtitle {
		font-size: 13px;
	}

	.section-title p {
		/* max-width: 400px; */
	}

	.section-title h3 {
		font-size: 25px;
	}

	p.testimonial-body {
		font-size: 15px;
	}

	.responsive-menu {
		left: auto;
		right: 0;
	}

	.featured-section {
		padding: 0;
	}

	a.video-play-btn {
		right: auto;
		left: 50%;
		margin-left: -45px;
	}

	.shop-banner h3 {
		font-size: 20px;
	}

	.shop-banner .sale-percent {
		font-size: 32px;
	}

	.shop-banner .sale-percent span {
		font-size: 16px;
	}

	.footer-box {
		margin-bottom: 50px;
	}

	.copyright p {
		text-align: center;
	}

	.social-icons {
		text-align: center;
	}

	.footer-area {
		padding: 50px 0;
	}

	.hero-text {
		text-align: center;
	}

	.responsive-menu-wrap {
		position: relative;
	}

	.breadcrumb-text h1 {
		font-size: 30px;
	}

	.feature-bg:after {
		display: none;
	}

	.text-block {
		margin-bottom: 50px;
	}

	.single-team-item {
		margin-bottom: 50px;
	}

	.team-bg {
		height: 450px;
	}

	.total-section {
		margin-top: 30px;
	}

	.order-details-wrap {
		margin-top: 0;
	}

	.contact-form form p input[type=text],
	.contact-form form p input[type=tel],
	.contact-form form p input[type=email] {
		width: 100%;
	}

	.contact-form form p input[type=tel] {
		margin-bottom: 15px;
	}

	.contact-form form p input[type=email] {
		/* margin-left: 0;
		margin-top: 15px; */
	}

	.find-location p {
		font-size: 20px;
	}

	.comment-template form p input[type=email] {
		margin-left: 0;
		margin-top: 15px;
	}

	.comment-template form p input[type=text],
	.comment-template form p input[type=email] {
		width: 100%;
	}

	.sidebar-section {
		margin-left: 0;
		margin-top: 50px;
	}

	.single-product-content {
		margin-left: 0;
		margin-top: 15px;
	}

	.single-product-content h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.header-icons {
		text-align: right;
		margin-top: 15px;
	}

	.feature-bg {
		margin: 100px 0;
	}

	.margin-top-150p {
		margin-top: 650px;
	}

	.display-hidden {
		display: none;
	}

	.hero-area div.hero-form {
		right: 0;
	}

	.hero-btns a.boxed-btn {
		display: block;
		margin: 0 auto;
	}

	.hero-btns {
		text-align: center;
	}

	.hero-btns a.bordered-btn {
		margin-left: 0;
		margin-top: 15px;
		display: block;
	}

	.hero-area div.hero-form {
		width: auto;
	}

	.section-title p {
		/* max-width: 285px; */
	}

	p.testimonial-body {
		max-width: 285px;
	}

	.hero-area div.hero-form {
		top: 0;
	}

	.single-media-wrap h4 {
		font-size: 15px;
	}

	.sticky-wrapper.is-sticky .top-header-area {
		/* position: absolute !important;
		background-color: transparent;
		padding: 25px 0; */
	}

	.featured-box {
		padding: 0 45px;
		margin-bottom: 10px;
	}

	.featured-section {
		padding: 100px 0;
	}

	.header-icons {
		margin-top: 0;
	}

	.site-logo {
		/* position: absolute;
		z-index: 1; */
	}

	.mean-container .mean-bar {
		z-index: 2;
	}

	h4.testialUser_name {
    font-size: 16px;
}
	.section-title {
		margin-bottom: 20px;
	}

	.service-text h3 {
		font-size: 18px;
	}

	.featured-box h2 {
		font-size: 23px;
	}

	.featured-box h3 {
		font-size: 18px;
	}

	.cta-text h3 {
		line-height: 1.6;
	}

	.news-text-box h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.copyright p {
		padding-bottom: 0;
	}

	.single-service-box {
		padding: 30px;
	}

	.service-icon-table {
		height: 80px;
	}

	.service-icon-tablecell i {
		font-size: 30px;
	}

	.main-menu {
		display: none;
	}

	.error-text h1 {
		font-size: 25px;
	}

	h2.widget-title {
		font-size: 20px;
	}

	.cart-table-wrap {
		width: 100%;
		overflow-x: scroll;
	}

	table.cart-table {
		width: 690px;
	}

	.cart-buttons a:first-child {
		margin-bottom: 15px;
	}

	.form-title h2 {
		font-size: 20px;
	}

	.contact-form-box h4 i {
		left: -20%;
	}

	.featured-text p {
		line-height: 1.8;
	}

	.single-artcile-bg {
		height: 300px;
	}

	.single-article-text h2 {
		font-size: 20px;
	}

	.comments-list-wrap h3,
	.comment-template h4 {
		font-size: 20px;
	}

	.comment-user-avater img {
		max-width: 45px;
	}

	.comment-text-body {
		padding-left: 60px;
	}

	.comment-text-body h4 a {
		display: block;
		border: none;
		margin-left: 0;
		margin-top: 10px;
	}

	.comment-text-body h4 {
		font-size: 18px;
	}

	.comment-text-body p {
		line-height: 1.8;
	}

	.single-comment-body.child {
		margin-left: 0;
	}

	.single-product-content h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.review-box {
		flex-wrap: wrap;
	}

	button.cart-btn {
		padding: 10px 14px;
		font-size: 12px;
	}

	.review-box {
		margin-bottom: 4px;
	}

	.product-price {
		margin-bottom: 4px;
	}
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.hero-area div.hero-form {
		margin: 0 auto;
		right: auto;
		width: 380px;
		left: 50%;
		margin-left: -190px;
	}

	.hero-btns {
		text-align: center;
	}

	.hero-btns a.bordered-btn {
		margin-left: 0;
		margin-top: 15px;
		display: block;
	}
}

@media only screen and (max-width: 575px) {
	.proRating {
    font-size: 14px;
}
	.product-price .old-price {
    font-size: 11px;
}
    .price-text {
        font-size: 13px;
    }
.product-grid .col-6:nth-child(even) {
  padding-left: 7px;
}

.product-grid .col-6:nth-child(odd) {
  padding-right: 7px;
}
	.single-product-item {
    border-radius: 8px;
}
	    .product-image a img:empty {
        min-height: 155px !important;
        max-height: 155px !important;
    }
.proCardDiv {
    padding: 0 10px 10px 10px;
}
    button.cart-btn {
        padding: 7px 10px;
        font-size: 10px;
    }
	.sign_up_infoBox {
        padding: 24px 20px 35px 20px;
    }
	.saleStatus li {
    width: 100%;
}
.saleStatus li:nth-child(even) {
    text-align: left;
}
	.shop-category-card img {
        width: 85px;
        min-width: 85px;
        height: 85px;
    }
	.shop-category-card-title {
        font-size: 13px;
        line-height: 15px;
    }
	.product-image a img:empty {
		min-height: 160px;
	}

.product-price .old-price {
    line-height: 1;
}
	.product-price {
		font-size: 11px;

		    gap: 2px;
		flex-wrap: wrap;
	}
}
