/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) {
}

@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) { 
	.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%;
	}
	.site-logo a img {
	    max-width: 150px;
	}
	.site-logo {
	    text-align: center;
	    position: absolute;
	    z-index: 999;
	}
	.mean-container .mean-bar {
		z-index: 2;
	}
	.responsive-menu-wrap {
	    display: block;
	}
	.header-icons {
	    text-align: center;
	}
	.top-header-area {
	    padding: 15px 0;
	}

	.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: 35px;
	    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;
	}
	a.mobile-show.search-bar-icon {
	    position: absolute;
	    right: 60px;
	    top: 22px;
	    z-index: 999;
	    color: #fff;
	}

}

/* Hide mobile cards on desktop */
.order-summary-cards {
	display: none;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	/* Hide table on mobile, show cards for order summary */
	.order-details-wrap .table-responsive {
		display: none;
	}

	.order-summary-cards {
		display: block;
	}

	/* Card styles for order summary on mobile */
	.order-summary-card {
		background: white;
		border: 1px solid #ddd;
		border-radius: 8px;
		margin-bottom: 15px;
		padding: 15px;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}

	.order-summary-card-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}

	.order-summary-card-item:last-child {
		margin-bottom: 0;
		font-weight: bold;
	}

	.order-summary-card-name {
		font-weight: bold;
	}

	.order-summary-card-weight {
		color: #666;
		font-size: 14px;
	}

	.order-summary-card-quantity {
		color: #666;
	}

	.order-summary-card-price {
		font-weight: bold;
		color: #F28123;
	}

	.site-logo img {
	    max-width: 150px;
	}

	.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: 35px;
	}

	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: 34px;
	}

	.footer-box {
	    margin-bottom: 50px;
	}

	.copyright p {
	    text-align: center;
	}

	.social-icons {
	    text-align: center;
	}

	.footer-area {
		padding: 80px 0;
	}

	.hero-text {
	    text-align: center;
	}

	.responsive-menu-wrap {
	    position: relative;
	}

	.breadcrumb-text h1 {
	    font-size: 45px;
	}

	.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: 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=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;
	}

	.product-image {
	    /* padding: 60px; */
	    padding-bottom: 0;
	}

	.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;
	}
	.search-bar-tablecell input {
	    font-size: 20px;
	}
	.header-icons {
		margin-top: 0;
	}
	.site-logo {
    position: absolute;
	    z-index: 99;
	}

	.mean-container .mean-bar {
	    z-index: 2;
	}
	.section-title {
	    margin-bottom: 50px;
	}
	.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: 35px;
	}

	.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;
	}
	a.mobile-hide.search-bar-icon {
	    display: none!important;
	}
	.mobile-show {
		display: block!important;
	}
	a.mobile-show.search-bar-icon {
	    position: absolute;
	    right: 60px;
	    top: 22px;
	    z-index: 999;
	    color: #fff;
	}
}
/* 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;
	}
}


/* Order Page Responsive */

/* Tablet Layout: 768px to 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preorder-table th,
    .preorder-table td {
        padding: 10px;
        font-size: 14px;
    }

    .preorder-table img {
        width: 60px;
        height: 60px;
    }

    .quantity-controls button {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .quantity-controls input {
        width: 40px;
        font-size: 14px;
    }

    .preorder-summary {
        padding: 15px;
    }

    .form-title h2 {
        font-size: 35px;
    }

    .contact-form-box h4 {
        font-size: 16px;
    }
}

/* Mobile Layout: 320px to 767px */
@media only screen and (max-width: 767px) {
    /* Hide table on mobile, show cards */
    .table-responsive {
        display: none;
    }

    .preorder-cards {
        display: block;
    }

    /* Card styles for mobile */
    .preorder-card {
        background: white;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 15px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .preorder-card-image {
        text-align: center;
        margin-bottom: 10px;
    }

    .preorder-card-image img {
        width: 150px;
        height: 150px;
        /* object-fit: cover; */
        border-radius: 5px;
    }

    .preorder-card-content {
        text-align: center;
    }

    .preorder-card-title {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .preorder-card-weight {
        color: #666;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .preorder-card-price {
        font-weight: bold;
        color: #ff6b35;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .preorder-card-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .preorder-card-controls .quantity-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .preorder-card-total {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .preorder-card .add-to-preorder-btn {
        width: 100%;
        padding: 8px;
        font-size: 14px;
    }

    .preorder-card.selected-row {
        background-color: #fff3cd !important;
        border-color: #ffeaa7;
    }

    .preorder-table th,
    .preorder-table td {
        padding: 8px 4px;
        white-space: nowrap;
    }

    .preorder-table img {
        width: 50px;
        height: 50px;
    }

    .preorder-table th {
        font-size: 11px;
        padding: 8px 4px;
    }

    .preorder-table td {
        font-size: 12px;
    }

    /* Stack quantity controls vertically on very small screens */
    .quantity-controls {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .quantity-controls button {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .quantity-controls input {
        width: 35px;
        font-size: 12px;
        text-align: center;
    }

    .add-to-preorder-btn {
        font-size: 11px;
        padding: 6px 10px;
    }

    /* Adjust form layout */
    .contact-from-section .container .row {
        flex-direction: column;
    }

    .contact-form {
        margin-bottom: 30px;
    }

    .contact-form-wrap {
        text-align: center;
    }

    .contact-form-box {
        margin-bottom: 20px;
    }

    .form-title h2 {
        font-size: 28px;
    }

    .preorder-summary {
        padding: 15px;
        font-size: 14px;
    }

    /* Adjust breadcrumb */
    .breadcrumb-text h1 {
        font-size: 35px;
		margin-top: 30px;
    }
	.orange-text{
		font-size: 28px;
	}

    .breadcrumb-text p {
        font-size: 28px;
		letter-spacing: 1px;
    }

.breadcrumb-bg { background-image: url(../img/products/BannerImg2.webp); height: 95%; width: auto; min-width: 70%; background-size: cover; }

    /* Adjust section title */
    .section-title h3 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 15px;
    }

    /* Weight dropdown styling for mobile */
    .weight-dropdown {
        font-size: 12px;
        padding: 4px;
        max-width: 80px;
    }

    /* Combo offers box */
    .preorder-table .combo-offers-box h4 {
        font-size: 20px;
    }

    .preorder-table .combo-offers-box p {
        font-size: 14px;
    }
}

/* Wide Mobile Layout: 480px to 767px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .preorder-table {
        min-width: 700px;
    }

    .quantity-controls {
        flex-direction: row; /* Keep horizontal on wider mobiles */
    }

    .quantity-controls button {
        width: 25px;
        height: 25px;
    }

    .quantity-controls input {
        width: 40px;
    }
}