@media(max-width: 1320px) {
    .cart-cart-icon {
        gap: 7px;
    }

    .footer::after {
        width: 32.5%;
    }
}

@media(max-width: 1199px) {

    .mobile-menu-sec {
        display: block;
    }

    .hamburger {
        position: relative;
        z-index: 999999;
    }

    .toggle-btn {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .toggle-btn span {
        width: 28px;
        height: 3px;
        background: var(--white);
        border-radius: 2px;
        transition: 0.3s;
    }

    .hamburger {
        display: block;
    }

    .bottom-header,
    .search-input-inner .custom-select {
        display: none;
    }

    .mobile-search {
        display: none;
    }

    .logo {
        width: 160px;
    }

    .header-cart,
    .header-middle-right {
        gap: 15px;
    }

    .input-div {
        width: 350px;
    }

    .header-contact-text-box {
        display: none;
    }



    /* Mobile menu */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        max-width: 300px;
        width: 100%;
        padding: 20px;
        background: var(--blue);
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
        z-index: 999999;
        transition: transform 0.35s ease;
        transform: translateX(-320px);
        overflow-y: auto;
    }

    .mobile-menu.is-open {
        transform: translateX(0);
    }

    /* Menu links */
    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu a {
        color: #fff;
        padding: 12px 0;
        display: block;
        font-size: 16px;
        text-decoration: none;
        transition: 0.2s;
        text-transform: capitalize;
    }

    .mobile-menu a:hover {
        color: var(--red);
    }

    .menu_close_btn i {
        font-size: 20px;
        color: #fff;
    }

    .menu_close_btn {
        position: absolute;
        top: 11px;
        right: 15px;
    }

    .footer-col:first-child {
        width: 100%;
        padding: 50px 70px 20px;
        border: none;
        border-bottom: 1px solid #FFFFFF29;
    }

    .footer::after {
        display: none;
    }

    .footer-social {
        margin-top: 18px;
    }

    .newsletter-col {
        border: none;
    }

    .footer-col:nth-child(2),
    .newsletter-col {
        padding: 30px 35px;
    }

    .copyright-inner img {
        width: 350px;
    }

    .copyright {
        padding: 13px 0 18px;
    }


    .house-presidential-row {
        --bs-gutter-x: 20px;
    }

    .house-presidential-inner-row {
        --bs-gutter-y: 20px;
    }

    .house-presidential-small-inner {
        padding: 15px 21px 12px 20px;
    }

    .house-presidential-button-box a {
        padding: 20px 25px 20px 25px;
    }

    .house-presidential-content-box h5 {
        padding: 7px 0;
    }

    .house-presidential-small-border-button-box a {
        padding: 10px 30px;
    }


    .cap-img {
        left: 22px;
    }

    .product-button a {
        padding: 13px 26px;
    }

    .latest-post-content-box {
        padding: 22px 0px 17px;
    }

    .product-price {
        padding-bottom: 18px;
    }

    .latest-post-row {
        --bs-gutter-x: 25px;
        padding-bottom: 50px;
    }

    .purchase-row {
        --bs-gutter-x: 50px;
    }

    .purchase-text-content p,
    .purchase-goes-text-box a {
        padding: 18px 0 0;
    }

    .half-text-bg-box>img {
        display: none;
    }

    .half-text-bg-box {
        padding: 20px 28px;
    }

    .half-text-bg-box-inner p {
        padding: 30px 0 25px;
    }


    .about-us-inner {
        padding: 30px;
    }

    .about-us-inner span {
        padding: 25px 0;
    }

    .uspc-club {
        margin-top: 45px;
    }

    .about-box {
        padding-top: 45px;
    }

    .product-detl-wrap {
        --bs-gutter-x: 20px;
    }

    .product-slider-sec {
        gap: 8px;
    }

    .product-thumb-col img {
        height: 83px;
        object-fit: contain;
    }

    .sub-menu {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: 0px;
    }

    .footer-col:last-child::after {
        background-color: transparent;
    }

    .testimonials-box-outer {
        padding: 0 9px;
    }

    .google-img {
        top: 31px;
        left: 29px;
    }

    .join-inner {
        background-position: center;
    }

    .pen-img {
        width: 258px !important;
        right: 57px;
        bottom: 7px;
    }

    .button-img {
        width: 80px !important;
        bottom: 106px;
        right: 162px;
    }

    .grey-tshirt-img {
        width: 250px !important;
        right: 163px;
        top: 33px;
    }

    .green-tshirt-img {
        width: 250px !important;
        right: 40px;
        top: 39px;
    }

    .cap-img {
        width: 156px !important;
        bottom: -30px;
        left: 74px;
    }

    .ball-img {
        width: 64px !important;
        bottom: 106px;
        left: 188px;
    }

    .banner-box-left-inner {
        left: 95px;
        z-index: 9999;
    }
.banner-box-right img {
  width: 75%;
  margin-left: 62px;
}
}

@media(max-width: 991.98px) {
 .mobilelog{ display: block;border: none;
    padding: 0px 5px;}
.top-header{ display: none;}
.middle-header {
  padding: 5px 0 15px;
  background-color: var(--blue);
}
.mobile-menu ul li{ position: relative;}
.mobile-menu ul li i{position: absolute;
  right: 0px;
  top: 17px;}


.logo {
    width: 125px;
  }
    .top-header-wrapper {
        justify-content: end;
    }

    .top-header-left-box,
    .cart-icon p,
    .cart-icon-inner-text span {
        display: none;
    }

    .cart-icon {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .header-middle-right {
        gap: 20px;
    }

    .input-div {
        width: 310px;
    }


    .house-presidential-row {
        --bs-gutter-y: 20px;
    }

    .house-presidential-inner {
        padding: 45px 16px 45px 26px;
    }

    .house-presidential-small-content-box {
        max-width: 60%;
    }

    .house-presidential-small-inner .house-presidential-img-box {
        max-width: 40%;
    }

    .house-presidential-small-inner {
        padding: 15px 16px 12px 21px;
    }

    .grey-tshirt-img {
        width: 270px !important;
    }

    .green-tshirt-img {
        width: 270px !important;
        right: 39px;
    }

    .pen-img {
        width: 268px !important;
        right: 100px;
        bottom: 9px;
    }

    .cap-img {
        width: 203px !important;
        left: 34px;
    }

    .ball-img {
        width: 80px !important;
        bottom: 118px;
        left: 182px;
    }

    .page-title h2 {
        padding: 15px 0;
    }

    .latest-post-row {
        --bs-gutter-x: 22px;
        --bs-gutter-y: 25px;
        padding-bottom: 45px;
    }

    .purchase-row {
        --bs-gutter-x: 25px;
    }

    .purchase-text-content p,
    .purchase-goes-text-box a {
        padding: 15px 0 0;
    }

    .half-img-bg-box {
        padding: 15px 0;
    }

    .half-text-bg-box-inner p {
        padding: 25px 0 24px;
    }

    .half-text-bg-box {
        padding: 20px 10px;
    }

    .textimonials h2 {
        padding-top: 0;
    }

    .product-detl-section {
        margin-top: 40px;
    }

    .product-detl-wrap {
        --bs-gutter-y: 25px;
    }

    .product-details-upper-sub-link {
        margin-bottom: 22px;
    }

    .product-details-rating {
        margin: 10px 0 15px;
    }

    .product-detailed-price {
        margin-top: 10px;
    }

    .safe-checkout {
        margin: 18px 0 20px;
    }

    .safe-checkout p,
    .quantity-box p {
        margin-bottom: 10px;
    }

    .cart-buttons {
        margin: 17px 0 22px;
    }

    .products-sec .page-title h2 {
        padding: 0 0 30px;
    }

    .products-showing-results {
        gap: 10px;
    }

    .products-right-top-search {
        margin: 26px 0 21px;
    }

    .filter-header {
        margin-bottom: 30px;
    }

    .pagination-sec {
        margin-top: 48px;
    }

    .banner-box-left img{
        object-fit: cover;
    }


        .banner-box-left-inner{
            left: 0;
        }

        .banner-box-left{
            width: 550px;
    left: 115px;
    text-align: center;
        }

}

@media(max-width: 767.98px) {

    .search-input-inner {
        display: none;
    }

    .mobile-search-btn-sec,
    .mobile-search-outer {
        display: block;
    }

    .mobile-search-btn-sec {
        width: 34px;
        height: 34px;
        background: var(--red);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 4px;
    }

    .search-bar-outer {
        position: absolute;
        bottom: -65px !important;
        right: 0px;
        left: auto !important;
        width: 100%;
        border: none;
        padding: 6px;
        
        border-radius: 5px;
        box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, .06);
        display: none;
    }
   


  .primary-btn, .secondary-btn{font-size: 15px;padding: 8px 13px;}
    .input-div {
        width: 100%;
    }

    .search-bar-form {
        position: relative;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
    }

    .input-div input {
        height: 42px;
    }

    .search-bar-outer .input-div .search-input-icon {
        padding: 12px;
    }

    .header-cart,
    .header-middle-right {
        gap: 15px;
    }

    .footer-col:first-child {
        padding: 45px 0 15px;
    }

    .footer-social {
        margin-top: 13px;
    }

    .footer-col:nth-child(2) {
        padding: 20px 0 0;
    }

    .newsletter-col {
        padding: 20px 0;
    }

    .copyright-inner {
        flex-direction: column;
        gap: 10px;
    }

    .house-presidential-small-inner {
        padding: 20px 73px 20px 60px;
    }

    .banner-wrapper .slick-next {
  left: auto;
  right: 10px;
}
.banner-wrapper .slick-prev {
  left: 15px;
}
    .banner-box-left {
        width: 600px;left: 10px;
    }

    .banner-box-left-inner h1{font-size: 25px;margin-bottom: 5px;
  letter-spacing: 0px;}
.banner-box-left-inner p{margin-bottom: 6px;}
    .join-wrapper {
        padding: 60px;
    }

    .join-dtl-box {
        max-width: 100%;
    }

    .join-input-box {
        min-width: 75%;
    }
 .primary-btn, .secondary-btn {
    font-size: 14px;
    padding: 5px 13px;
  }
    .email-btn-sec {
        width: 30%;
    }

    .join-wrapper h2 {
        font-size: 24px;
    }


    .banner-img {
        width: 100%;
        height: 100%;
    }

    .our-best-inner {
        gap: 20px 10px;
    }

    .purchase-row {
        --bs-gutter-y: 20px;
    }

    .purchase-goes-img-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .half-img-half-text {
        flex-direction: column;
    }

    .half-img-bg-box,
    .half-text-bg-box {
        width: 100%;
        padding: 0;
    }

    .half-text-bg-box {
        padding: 18px 20px;
    }

    .half-text-bg-box-inner p {
        padding: 15px 0 18px;
    }

    .about-us-inner {
        padding: 30px 15px;
    }

    .about-us-inner span {
        padding: 15px 0;
    }

    .about-box {
        padding-top: 25px;
    }

    .about-us-box-inner {
        padding: 30px 15px;
    }

    .about-us-box-inner ul li,
    .about-middle ul li,
    .about-us-box-inner h3,
    .about-us-para p,
    .about-box-top p,
    .Presidents-club-title p,
    .about-us-content p,
    .about-box-para,
    .red-para p {
        padding-bottom: 15px;
    }

    .about-middle {
        padding: 15px 0;
    }

    .about-btns a {
        padding: 15px 27px;
        margin: 25px 5px 0;
    }

    .products-sec .page-title h2 {
        padding: 0 0 23px;
    }

    .travertine-specials-inner {
        padding-top: 22px;
    }

    .products-right-top-search {
        margin: 20px 0;
    }

    .filter-header {
        margin-bottom: 25px;
    }

    .travertine-specials-row {
        --bs-gutter-y: 20px;
    }

    .contact-us-box-row {
        --bs-gutter-y: 24px;
    }
.latest-post-inner {
  height: auto;
  position: relative;
}
	.half-text-bg-box{min-height: auto;}
	.latest-post-img-box img{width: 90%;}
	.latest-post-img-box{text-align: center;}
}

@media(max-width: 639.98px) {

    .custom-logo {
        width: 110px;
    }

    .middle-header {
        padding: 7px 0 8px;
    }

    .header-cart,
    .header-middle-right {
        gap: 10px;
    }



    .house-presidential-inner {
        padding: 18px 0px 18px 15px;
    }

    .house-presidential-content-box h5 {
        padding: 3px 0;
    }

    .house-presidential-content-box p {
        padding: 0 0 15px;
    }

    .house-presidential-button-box a {
        padding: 16px 15px;
    }

    .house-presidential-small-inner {
        padding-right: 5px;
    }

    .house-presidential-small-border-button-box a {
        padding: 10px 20px;
    }


 .banner-box-left-inner h1 {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }

    .banner-box {
        height: 170px;
    }

    .banner-box .banner-box-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
    }

    .banner-box-left-inner p {
        text-align: center;
    font-size: 15px;
    margin: 6px 0px;
    }
      .banner-box-right img {
    width: 95%;
    margin-left: 15px;
  }

    .join-wrapper {
        padding: 20px;
    }

    .join-inner {
        padding: 20px 0;
    }

    .join-dtl-box {
        flex-wrap: wrap;

    }

    .join-input-box {
        min-width: 100%;
    }

    .email-btn-sec {
        width: 100%;
    }

    .our-best-inner {
        gap: 20px 20px;
        justify-content: center;
    }

    .latest-post-content-box {
        padding: 18px 0px 12px;
    }

    .latest-post-row {
        --bs-gutter-y: 20px;
        padding-bottom: 40px;
    }

    .product-thumb-col img {
        height: 45px;
        object-fit: contain;
    }

    .product-image-items>img {
        height: 257px;
    }

    .share-icon-box {
        top: 20px;
        right: 23px;
    }

    .cart-buttons a {
        padding: 13px 22px;
    }

    .buy-now-btn a {
        padding: 16px 40px;
    }

    .product-details-table-head {
        padding: 10px 0;
    }

    .product-all-details-sub-section ul li {
        padding: 15px 0 0;
    }

    .product-all-details-sub-section ul {
        padding-bottom: 18px;
    }
}


@media(max-width: 479.98px){
.Product-img{height: 200px;}
.Product-img img, .latest-post-img-box img {
  width: 65%;
}
 .product-button a {
    padding: 7px 17px;
  }

.product-sec-button a{padding: 15px 35px;}
h2{ font-size: 20px;}
  .join-wrapper h2 {
    font-size: 20px;
  }
  .copyright-inner{text-align: center;}
  .half-text-bg-box .page-title h3{font-size: 30px;
  line-height: 37px;}

.banner-box-left-inner h1{font-size: 17px;}
.banner-box-left-inner p{font-size: 13px;}
.banner-btn-sec .primary-btn{font-size: 11px;
    padding: 4px 10px;}
.banner-sec{ padding: 10px 0px;}

}

@media (max-width: 410px) {
  .banner-box-left-inner p {
    font-size: 11px;
    line-height: 16px;
  }


}





















@media (min-width: 1200px) {
    .container {
        position: relative;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (min-width: 1400px) {
    .banner-box-right-inner {
        width: 680px;
        height: 500px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}