/*
====================================
Large Screen - Others
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .hero-overlay {
        padding: 165px 0;
    }
    .menu-items-wrpper {
        gap: 3%;
    }
    .gallery-decs h3 {
        font-size: 26px;
    }
    .gallery-decs a {
        font-size: 15px;
    }
    .best-selling-area {
        padding-top: 80px;
    }
    .best-selling-title h2 {
        font-size: 45px;
    }
    .best-product-wrpper {
        margin-top: 15px;
    }
    .pet-gallery-wrpper {
        gap: 30px;
    }
    .pet-title h3 {
        font-size: 30px;
    }
    .pet-title a {
        font-size: 15px;
    }
    .new-arrival-area {
        padding: 80px 0;
    }
    .brand-area {
        padding: 80px 0;
    }
    .brand-logos {
        margin-top: 20px;
    }
    .testimonial-area {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .testimonial-slider-wrpper {
        margin-top: 40px;
    }
    .client-fdback p {
        margin-bottom: 40px;
    }
    .owl-theme .owl-dots {
        padding-left: 24% !important;
    }
    .table-heading th span {
        font-size: 17px;
    }
    .product-row th:first-child {
        gap: 20px;
    }
    .checkout-area {
        padding-top: 30px;
    }
    .checkout-top > span {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .confirm-box label {
        font-size: 17px;
    }
    .estimate-shopping-area {
        padding-top: 0;
    }
    .payment-form-wrpper {
        padding-left: calc((100% - 1140px) / 2);
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 100px;
    }
    .choosen-product-area {
        padding-left: 30px;
        padding-right: calc((100% - 1140px) / 2);
        padding-top: 0px;
    }
    .product-img-title-wrpper {
        gap: 15px;
        padding-right: 20px;
    }

    .product-bradcome-area {
        padding: 30px 0;
    }
    .product-bradcome-wrpper ul li {
        font-size: 20px;
    }
    .product-bradcome-wrpper ul li:nth-child(2) {
        margin: 0 10.5px;
    }
    .title-price-box h3 {
        font-size: 22px;
    }
    .title-price-box span {
        font-size: 18px;
    }
    .title-price-box p {
        margin-top: 10px;
    }
    .color-wrpper {
        margin-top: 15px;
    }
    .color-wrpper ul {
        margin-top: 5px;
    }
    .size-box p {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .size-box li {
        margin-right: 5px;
    }
    .increase-decrese ul li {
        font-size: 18px;
    }
    .add-product-favourite {
        gap: 10px;
    }
    .p-information ul li {
        font-size: 17px;
    }
    .product-derai-tab-area {
        padding: 70px 0;
        padding-bottom: 0;
    }
    .category-banner-overlay {
        padding: 80px 0;
    }
    .filter-title h4 {
        font-size: 22px;
    }
    .availability p, .product-type p, .caterogy-brand p {
        font-size: 18px;
    }
    .cpost-title-price h3 {
        font-size: 20px;
    }
    .cpost-img {
        height: 325px;
    }


    .cpost-img-overlay {
        padding: 15px;
    }
    .specail-icon ul li img {
        width: 20px;
    }
    .specail-icon ul li:first-child {
        margin-bottom: 2px;
    }
    .quick-view button, .atc-btn button {
        margin: 0;
    }
    .overlay-buttons {
        padding-top: 20px;
    }




}








/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-overlay {
        padding: 111px 0;
    }
    .hero-title h2 {
        font-size: 35px;
    }
    .hero-desc p {
        font-size: 21px;
        max-width: 471px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .hover-effect a {
        font-size: 20px;
    }
    .menu-items-wrpper {
        gap: 3%;
    }
    .cat-item h4, .dog-item h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .cat-list li a, .dog-item li a {
        font-size: 14px;
    }
    .gallery-decs h3 {
        font-size: 20px;
    }
    .gallery-decs a {
        font-size: 15px;
    }
    .best-selling-area {
        padding-top: 50px;
    }
    .best-selling-title h2 {
        font-size: 40px;
    }
    .best-product-wrpper {
        margin-top: 0px;
    }
    figure {
        margin: 0 0 0;
    }
    .product-desc h5 {
        font-size: 20px;
    }
    .product-desc p {
        font-size: 16px;
    }
    .product-desc span {
        font-size: 16px;
    }
    .pet-gallery-wrpper {
        gap: 15px;
    }
    .pet-title {
        padding: 10px 0 0 10px;
    }
    .pet-title h3 {
        font-size: 30px;
    }
    .services-area {
        padding: 70px 0 60px 0;
    }
    .service-desc-wrpper h5 {
        font-size: 16px;
    }
    .new-arrival-area {
        padding: 70px 0;
    }
    .brand-area {
        padding: 80px 0;
    }
    .brand-logos {
        margin-top: 20px;
    }
    .testimonial-area {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .testimonial-topbar h2 {
        font-size: 35px;
    }
    .testimonial-slider-wrpper {
        margin-top: 25px;
    }
    .client-fdback p {
        margin-bottom: 0px;
    }
    .owl-theme .owl-dots {
        padding-left: 28% !important;
    }
    .footer-area {
        padding: 100px 0;
    }
    .company-address li span, .contact-info li, .copy-right p {
        font-size: 18px;
    }
    .table-heading th span {
        font-size: 16px;
    }
    .product-row th:first-child {
        gap: 15px;
    }
    .product-heading p {
        margin-bottom: 7.4px;
    }
    .product-row th span {
        font-size: 16px;
    }
    #total {
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout-area {
        padding-top: 0px;
        padding-bottom: 90px;
    }
    .checkout-top > span {
        font-size: 13px;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    .confirm-box label {
        font-size: 14px;
    }
    .estimate-shopping-area {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .border-overthro {
        left: 30%;
    }
    .single-item label {
        font-size: 18px;
    }
    .select-option select, .select-option select option {
        font-size: 17px;
    }
    .payment-form-wrpper {
        padding-left: calc((100% - 960px) / 2);
        padding-top: 25px;
        padding-right: 20px;
        padding-bottom: 80px;
    }
    .choosen-product-area {
        padding-left: 20px;
        padding-right: calc((100% - 960px) / 2);
        padding-top: 0px;
    }
    .product-img-title-wrpper {
        gap: 15px;
        padding-right: 15px;
    }
    .contact-email-wrpper p span {
        font-size: 20px;
    }
    .contact-email-wrpper p a {
        font-size: 20px;
    }
    .email-box input {
        padding: 15px 15px;
    }
    .email-box {
        margin: 10px 0;
    }
    .delivery-info-wrpper {
        padding-top: 20px;
    }
    .dinfo-title p,
    .dinfo-title p {
        font-size: 20px;
    }
    .shipping-wrpper {
        padding-top: 10px;
    }
    .custom-radio {
        padding: 15px;
    }
    .personal-info-wrpper {
        padding-top: 20px;
    }
    .single-info-box {
        padding: 10px 15px;
    }
    .first-name input, .last-name input, .address-input-field input {
        padding: 10px 12px;
    }
    .select-city, .select-state, .zip-code {
        padding: 10px;
    }
    .shipping-method-wrpper p {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .custom-radio {
        font-size: 18px;
    }
    .radio-btn {
        width: 12px;
        height: 12px;
    }
    .custom-radio b {
        font-size: 17px;
    }
    .payment-options {
        margin-top: 30px;
    }
    .payment-options > p {
        font-size: 20px;
    }
    .payment-options span {
        font-size: 18px;
    }
    .accordion-title {
        padding: 15px 15px 15px 15px;
    }
    .accordion-title span {
        width: 15px;
        height: 15px;
    }
    .single-method p {
        font-size: 14px;
    }
    .sprodunt-title p {
        font-size: 18px;
    }
    .sproduct-price span {
        font-size: 16px;
    }
    .sproduct-img span {
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
        font-size: 16px;
    }
    .input-box input {
        padding: 10px 10px;
        font-size: 18px;
    }
    .coupon-button button {
        padding: 10px 0;
        font-size: 18px;
    }
    .billing-info p {
        font-size: 18px;
    }
    .payable-ammount p {
        font-size: 18px;
    }
    .choosen-product-top {
        padding-bottom: 30px;
    }
    .subTotalArea {
        padding-top: 30.5px;
    }
    .single-product-wrpper {
        margin-top: 30px;
    }
    .product-bradcome-area {
        padding: 25px 0;
    }
    .product-derai-tab-area {
        padding: 60px 0;
        padding-bottom: 0;
    }
    .product-bradcome-wrpper ul li {
        font-size: 18px;
    }
    .tab-links {
        margin-bottom: 30px;
    }
    .tab p,
    .tab-links li a {
        font-size: 18px;
    }
    .title-price-box h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .title-price-box span {
        font-size: 17px;
    }
    .title-price-box p {
        margin-top: 10px;
        font-size: 17px;
    }
    .color-wrpper {
        margin-top: 15px;
    }
    .color-wrpper > span {
        font-size: 18px;
    }
    .color-wrpper ul {
        gap: 7px;
        margin-top: 10px;
    }
    .color-wrpper ul li {
        padding: 8px 20px;
    }
    .size-box p {
        margin-top: 21px;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .size-box li {
        margin-right: 0px;
    }
    .add-product-favourite {
        gap: 10px;
    }
    .atcard {
        padding: 0px 25px !important;
    }
    .increase-decrese ul li {
        font-size: 15px;
    }
    .addfavorite ul li i {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .p-information ul li {
        font-size: 17px;
    }
    .category-banner-overlay {
        padding: 70px 0;
    }
    .category-banner-wrpper h3 {
        margin-top: 15px;
    }


    .cpost-img-overlay {
        padding: 15px;
    }
    .specail-icon ul li img {
        width: 20px;
    }
    .specail-icon ul li:first-child {
        margin-bottom: 2px;
    }
    .quick-view button, .atc-btn button {
        font-size: 14px;
        padding: 10px 30px;
        margin: 0;
    }
    .overlay-buttons {
        padding-top: 20px;
    }
    
     







}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-overlay {
        padding: 100px 0;
    }
    .hero-title h2 {
        font-size: 30px;
    }
    .hero-desc p {
        font-size: 20px;
        max-width: 415px;
        margin-bottom: 10px;
    }
    .hover-effect a {
        font-size: 18px;
        padding: 15px 25px;
    }
    .menu-box-wrpper {
        padding: 40px 20px;
    }
    .menu-items-wrpper {
        gap: 3%;
    }
    .cat-item h4, .dog-item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .promotion-top h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .cat-list li a, .dog-item li a {
        font-size: 14px;
    }
    .gallery-decs {
        padding: 10px 12px;
    }
    .gallery-decs h3 {
        font-size: 20px;
    }
    .gallery-decs a {
        font-size: 15px;
    }
    .best-selling-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .best-selling-title h2 {
        font-size: 35px;
    }
    .best-product-wrpper {
        margin-top: 0px;
    }
    figure {
        margin: 0;
    }
    .product-desc h5 {
        font-size: 20px;
    }
    .product-desc p,
    .product-desc span {
        font-size: 17px;
    }
    .pet-gallery-wrpper {
        gap: 10px;
    }
    .pet-title {
        padding: 10px 0 0 10px;
    }
    .pet-title h3 {
        font-size: 25px;
    }
    .pet-title a,
    .pet-title a i {
        font-size: 14px;
    }
    .pet-title a i {
        margin-left: 3px;
    }
    .services-area {
        padding: 42px 0 50px 0;
    }
    .single-service {
        margin-top: 20px;
    }
    .new-arrival-area {
        padding: 58px 0;
    }
    .brand-area {
        padding: 60px 0;
    }
    .brand-logos {
        margin-top: 20px;
    }
    .brand-top h3 {
        font-size: 45px;
    }
    .testimonial-area {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .testimonial-topbar h2 {
        font-size: 35px;
    }
    .testimonial-slider-wrpper {
        margin-top: 20px;
    }
    .client-fdback p {
        margin-bottom: 0;
        max-width: 360px;
        font-size: 18px;
    }
    
    .owl-theme .owl-dots {
        padding-left: 25% !important;
    }
    .footer-area {
        padding: 70px 0;
    }
    .company-address li span, .contact-info li, .copy-right p {
        font-size: 14px;
    }
    .company-address {
        margin-bottom: 20px;
    }
    .copy-right {
        margin-top: 15px;
    }

    .table-heading th span {
        font-size: 16px;
    }
    .product-img img {
        width: 100px;
        height: auto;
    }
    .product-row th:first-child {
        gap: 10px;
    }
    .product-heading p {
        font-size: 16px;
        margin-bottom: 4.4px;
    }
    .product-row th span {
        font-size: 16px;
    }
    .shopping-page li {
        padding: 0 !important;
    }
    .shopping-page li:nth-child(2) {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 15px;
        border-left: none !important;
        border-right: none !important;
    }
    .shopping-page {
        padding: 0 10px !important;
    }
    .checkout-area {
        padding-top: 0px;
        padding-bottom: 70px;
    }
    .checkout-right {
        position: initial;
        text-align: center;
    }
    .shoppin-cat-chekout {
        justify-content: center;
    }
    .s-payment-btn .check-outs a {
        width: 290px;
        margin: auto;
    }    
    .note-wrpper label {
        margin-bottom: 12px;
    }
    .coupon-wrpper label {
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .checkout-top > span {
        margin-top: 10px;
        margin-bottom: 7px;
    }
    .checkout-top {
        margin-top: 30px;
    }
    .estimate-shopping-area {
        padding-top: 0;
        padding-bottom: 70px;
    }
    .border-overthro {
        left: 25%;
    }
    .estimate-shopping-wrpper {
        padding: 50px 30px 50px 30px;
    }
    .single-item {
        margin-top: 20px;
    }
    .single-item label {
        font-size: 18px;
    }
    .select-option select, .select-option select option {
        font-size: 17px;
    }
    .select-option {
        margin-top: 10px;
    }

    .payment-page-wrpper {
        flex-direction: column;
    }
    .choosen-product-area,
    .payment-form-wrpper {
        width: 100%;
        padding-left: calc((100% - 720px) / 2);
        padding-right: calc((100% - 720px) / 2);
    }
    .choosen-product-area {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .product-bradcome-area {
        padding: 25px 0;
    }
    .product-bradcome-wrpper ul li {
        font-size: 18px;
    }
    .product-bradcome-wrpper ul li:nth-child(2) {
        margin: 0 10.5px;
    }
    .product-bradcome-wrpper ul li:nth-child(2) i {
        font-size: 13px;
    }
    .tab-links li a {
        padding: 13px 35px;
        font-size: 17px;
    }
    .tab-links {
        margin-bottom: 20px;
    }
    .tab p {
        font-size: 17px;
    }
    .carousel-wrpper {
        justify-content: center;
    }
    .product-desc-wrpper {
        padding-top: 20px;
    }
    .title-price-box p {
        margin-top: 15px;
    }
    .color-wrpper {
        margin-top: 15px;
    }
    .color-wrpper ul {
        margin-top: 6px;
    }
    .size-box p {
        margin-top: 25px;
        margin-bottom: 8px;
    }
    .addfavorite ul {
        padding-left: 0;
    }
    .product-derai-tab-area {
        padding: 50px 0;
        padding-bottom: 0;
    }
    .category-banner-overlay {
        padding: 50px 0;
    }
    .category-bradcome li:nth-child(2) i {
        margin-left: 15px;
        margin-right: 15px;
    }
    .category-banner-wrpper h3 {
        font-size: 30px;
        margin-top: 5px;
    }
    .filter-title h4 img {
        width: 16px;
    }
    .filter-title h4 {
        font-size: 20px;
    }
    .availability p, .product-type p, .caterogy-brand p {
        font-size: 18px;
    }
    .confirm-box label {
        font-size: 15px;
    }
    .cpost-img {
        height: auto;
    }
    .caterogy-page-post-wrpper {
        padding: 50px 0;
    }
    .category-single-post {
        margin-top: 25px;
    }
    .cpost-title-price h3 {
        margin: 15px 0 3px 0;
    }



    .cpost-img-overlay {
        padding: 15px;
    }
    .specail-icon ul li img {
        width: 20px;
    }
    .specail-icon ul li:first-child {
        margin-bottom: 2px;
    }
    .quick-view button, .atc-btn button {
        font-size: 14px;
        padding: 10px 30px;
        margin: 0;
    }
    .overlay-buttons {
        padding-top: 20px;
    }


}

/*
====================================
Small Screen - Small Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-wrpper {
        padding: 20px 0;
    }
    .main-header-left-wrpper {
        margin: 20px 0;
    }
    .hero-overlay {
        padding: 100px 0;
    }
    .hero-title h2 {
        font-size: 35px;
    }
    .hero-desc p {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .hover-effect a {
        padding: 10px 20px;
        font-size: 20px;
    }

    .mega-menu-wrpper {
        z-index: 99999999999999;
    }
    .menu-box-wrpper {
        flex-direction: column;
    }
    .menu-box-wrpper {
        padding: 40px 25px;
    }
    .menu-items-wrpper {
        gap: 10%;
    }
    .menu-items-wrpper, .promotion-wrpper {
        width: 100%;
    }
    .cat-item h4, .dog-item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .promotion-box {
        padding-left: 0px;
    }
    .dog-item {
        border-right: none;
    }
    .promotion-top h4 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .owl-prev i, .owl-next i {
        width: 25px !important;
        height: 25px !important;
        font-size: 13px;
    }
    .owl-prev,
    .owl-next {
        top: -38px;
    }
    .container {
        padding-left: 0px;  
        padding-right: 0px;
    }
    .gallery-decs {
        padding: 10px;
        align-items: center;
        justify-content: flex-end;
    }
    .gallery-decs h3 {
        font-size: 20px;
    }
    .gallery-decs a {
        font-size: 14px;
    }
    .best-selling-area {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .best-selling-title h2 {
        font-size: 30px;
    }
    .best-product-wrpper {
        margin-top: 0px;
    }
    figure {
        margin: 0;
    }
    .product-desc h5 {
        font-size: 20px;
    }
    .product-desc p,
    .product-desc span {
        font-size: 16px;
    }
    .pet-gallery-wrpper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .single-pet-image:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row-start: 3;
        height: 600px;
    }
    .pet-title {
        padding: 10px 0 0 10px;
    }
    .pet-title h3 {
        font-size: 30px;
    }
    .services-area {
        padding: 20px 0 40px 0;
    }
    .single-service {
        margin-top: 20px;
    }
    .service-desc-wrpper h5 {
        font-size: 17px;
    }
    .new-arrival-area {
        padding: 50px 0;
    }
    .brand-area {
        padding: 40px 0;
    }
    .brand-logos {
        margin-top: 0px;
    }
    .brand-top h3 {
        font-size: 40px;
    }
    .testimonial-area {
        padding: 50px 0;
    }
    .testimonial-topbar h3 {
        font-size: 25px;
    }
    .testimonial-topbar h2 {
        font-size: 30px;
    }
    .testimonial-slider-wrpper {
        margin-top: 25px;
    }
    .client-fdback h3 {
        font-size: 22px;
    }
    .client-fdback p {
        font-size: 17px;
        margin-bottom: 0px;
        padding-right: 56px;
    }
    .owl-theme .owl-dots {
        padding-left: 32% !important;
    }
    .footer-area {
        padding: 50px 0;
    }
    .company-address li span, .contact-info li, .copy-right p {
        font-size: 14px;
    }
    .company-address {
        margin-bottom: 20px;
    }
    .copy-right {
        margin-top: 15px;
    }
    .product-table {
        width: 800px;
    }
    .table-heading th span {
        font-size: 15px;
    }
    .product-row th:first-child {
        gap: 10px;
    }
    .product-img img {
        width: 80px;
        height: auto;
    }
    .product-heading p {
        font-size: 15px;
        margin-bottom: 5.4px;
    }
    .product-row th span {
        font-size: 13px;
    }
    .shopping-page {
        padding: 0px 0px !important;
    }
    .shopping-page li {
        padding: 0 !important;
    }
    .shopping-page li:nth-child(2) {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 15px;
        border-left: none !important;
        border-right: none !important;
    }
    .shopping-page {
        padding: 0 10px !important;
    }
    .shopping-cat-overlay {
        padding: 40px 0;
    }
    .checkout-area {
        padding-top: 0px;
        padding-bottom: 70px;
    }
    .checkout-right {
        position: initial;
        text-align: center;
    }
    .shoppin-cat-chekout {
        justify-content: center;
    }
    .s-payment-btn .check-outs a {
        width: 290px;
        margin: auto;
    }    
    .note-wrpper label {
        margin-bottom: 12px;
    }
    .coupon-wrpper label {
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .checkout-top > span {
        margin-top: 10px;
        margin-bottom: 7px;
    }
    .checkout-top {
        margin-top: 30px;
    }
    .estimate-shopping-area {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .border-overthro {
        left: 16%;
    }
    .estimate-shopping-wrpper {
        padding: 50px 30px 50px 30px;
    }
    .single-item {
        margin-top: 20px;
    }
    .single-item label {
        font-size: 18px;
    }
    .select-option select, .select-option select option {
        font-size: 17px;
    }
    .select-option {
        margin-top: 10px;
    }

    .payment-page-wrpper {
        flex-direction: column;
    }
    .choosen-product-area,
    .payment-form-wrpper {
        width: 100%;
        padding-left: calc((100% - 540px) / 2);
        padding-right: calc((100% - 540px) / 2);
    }
    .choosen-product-area {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .sproduct-img span {
        width: 30px;
        height: 30px;
        top: -16px;
        right: -14px;
        font-size: 15px;
    }
    .sproduct-img img {
        width: 100px;
    }
    .product-img-title-wrpper {
        gap: 20px;
    }
    .sprodunt-title p,
    .sproduct-price span {
        font-size: 17px;
    }
    .input-box input,
    .coupon-button button {
        padding: 10px 13px;
        font-size: 17px;
    }
    .subTotalArea {
        padding-top: 40.5px;
        padding-bottom: 25.5px;
    }
    .billing-info p,
    .payable-ammount p {
        font-size: 18px;
    }
    .mail-logo a img {
        width: 160px;
    }
    #m-header {
        padding: 0px 0;
    }
    .contact-email-wrpper p span,
    .contact-email-wrpper p a {
        font-size: 18px;
    }
    .email-box input {
        padding: 13px 15px;
    }
    .delivery-info-wrpper {
        padding-top: 20px;
    }
    .dinfo-title p {
        font-size: 18px;
    }
    .custom-radio {
        font-size: 17px;
        padding: 13px 15px;
    }
    .radio-btn {
        width: 15px;
        height: 15px;
    }
    .single-info-box {
        padding: 10px 15px;
    }
    .first-name input, .last-name input, .address-input-field input {
        padding: 13px 15px;
    }
    .select-city, .select-state, .zip-code {
        padding: 13px 10px;
    }
    .shipping-method-wrpper p {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .custom-radio b {
        font-size: 17px;
    }
    .payment-options {
        margin-top: 20px;
    }
    .payment-options > p {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .accordion-title {
        padding: 15px 10px 15px 10px;
    }
    .accordion-title span {
        width: 15px;
        height: 15px;
    }
    .single-method p {
        font-size: 17px;
    }
    .payment-form-wrpper {
        padding-bottom: 70px;
    }
    .product-bradcome-area {
        padding: 20px 0;
    }
    .product-bradcome-wrpper ul li {
        font-size: 17px;
    }
    .product-bradcome-wrpper ul li:nth-child(2) {
        margin: 0 9.5px;
    }
    .product-bradcome-wrpper ul li:nth-child(2) i {
        font-size: 13px;
    }
    .tab-links li a {
        padding: 9px 18px;
        font-size: 16px;
    }
    .tab-links {
        margin-bottom: 20px;
        gap: 10px;
    }
    .tab p {
        font-size: 16px;
        text-align: justify;
    }
    .product-derai-tab-area {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .product-carousel-area {
        padding: 40px 0;
        padding-bottom: 0;
    }
    .product-desc-wrpper {
        padding-top: 20px;
    }
    .title-price-box h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .title-price-box p {
        margin-top: 10px;
        font-size: 16px;
    }
    .color-wrpper {
        margin-top: 15px;
    }
    .color-wrpper > span {
        font-size: 18px;
    }
    .color-wrpper ul {
        gap: 5px;
        margin-top: 7px;
    }
    .size-box p {
        margin-top: 25px;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .size-box li {
        margin-right: 0px;
    }
    .increase-decrese ul li {
        font-size: 18px;
    }
    .p-information ul li {
        font-size: 17px;
    }
    .category-banner-overlay {
        padding: 40px 0;
    }
    .category-bradcome li:nth-child(2) i {
        margin-left: 15px;
        margin-right: 15px;
    }
    .category-banner-wrpper h3 {
        font-size: 27px;
        margin-top: 5px;
    }
    .filter-input-area {
        display: flex;
        gap: 30px;
    }
    .filter-title h4 {
        font-size: 20px;
    }
    .filter-title h4 img {
        margin-right: 6px;
        width: 15px;
    }
    .filter-select {
        padding: 10px 15px;
    }
    .availability p, .product-type p, .caterogy-brand p {
        font-size: 17px;
    }
    .confirm-box label {
        font-size: 15px;
    }
    .cpost-img {
       height: auto;
    }
    .category-single-post {
        margin-top: 20px;
    }
    .cpost-title-price h3 {
        margin: 14px 0 5px 0;
    }
    .category-product-post {
        padding-bottom: 40px;
    }
    .caterogy-page-post-wrpper {
        padding: 40px 0;
    }
    .product-post-pagination li a {
        padding: 5px 14px;
        font-size: 16px;
    }
    .product-filter-post-wrpper {
        padding-top: 15px;
    }



    .cpost-img-overlay {
        padding: 15px;
    }
    .specail-icon ul li img {
        width: 20px;
    }
    .specail-icon ul li:first-child {
        margin-bottom: 2px;
    }
    .quick-view button, .atc-btn button {
        font-size: 14px;
        padding: 10px 30px;
        margin: 0;
    }
    .overlay-buttons {
        padding-top: 20px;
    }
    #total {
        padding-left: 20px;
        padding-right: 20px;
    }




}



/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 575px) {
    .header-topbar-left p,
    .topbar-sociol-icon {
        text-align: center;
    }
    .main-header-left-wrpper ul li a {
        font-size: 20px;
    }
    .topbar-sociol-icon {
        margin-top: 10px;
    }
    .main-header-wrpper {
        padding: 20px 0;
        padding-top: 0;
    }
    .main-header-left-wrpper {
        margin: 20px 0;
    }
    .hero-overlay {
        padding: 100px 0;
    }
    .hero-title h2 {
        font-size: 30px;
        text-align: center;
    }
    .hero-desc p {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 20px;
        text-align: center;
    }
    .hover-effect {
        text-align: center;
    }
    .hover-effect a {
        padding: 10px 15px;
        font-size: 15px;
    }
    .item-desc-wrpper p {
        font-size: 16px;
    }
    .increase-decrese ul li {
        font-size: 15px;
    }
    .check-out-top p span {
        font-size: 16px;
    }
    .check-out-tagline p {
        font-size: 15px;
        margin-top: 10px;
    }
    .confirm-box label {
        font-size: 15px;
    }
    .gallery-decs {
        padding: 10px;
        align-items: center;
        justify-content: flex-end;
    }
    .gallery-decs h3 {
        font-size: 20px;
    }
    .gallery-decs a {
        font-size: 14px;
    }
    #shopping-card {
        z-index: 999999999;
    }
    .best-selling-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .best-selling-title h2 {
        font-size: 25px;
    }
    .best-product-wrpper {
        margin-top: 0px;
    }
    figure {
        margin: 0;
    }
    .product-desc h5 {
        font-size: 20px;
    }
    .product-desc p,
    .product-desc span {
        font-size: 16px;
    }
    .pet-gallery-wrpper {
        grid-template-columns: initial;
        gap: 15px;
    }
    .single-pet-image:first-child {
        grid-column: 1 / span 2;
        grid-row-start: 1;
        height: 600px;
    }
    .single-pet-image:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row-start: 4;
        height: 600px;
    }
    .pet-title {
        padding: 10px 0 0 10px;
    }
    .pet-title h3 {
        font-size: 20px;
    }
    .pet-title a,
    .pet-title a i {
        font-size: 15px;
    }
    .pet-title a i {
        margin-left: 3px;
    }
    .new-arrival-area {
        padding: 40px 0;
    }
    .services-area {
        padding: 30px 0;
    }
    .service-desc-wrpper h5 {
        font-size: 17px;
        margin-bottom: 2px;
    }
    .brand-area {
        padding: 30px 0;
    }
    .brand-logos {
        margin-top: 0px;
    }
    .brand-top h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .single-brand-logo figure {
        text-align: center;
    }
    .single-brand-logo figure img {
        width: 150px;
    }
    .testimonial-area {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .testimonial-topbar {
        text-align: center;
    }
    .testimonial-topbar h3 {
        font-size: 25px;
    }
    .testimonial-topbar h2 {
        font-size: 25px;
        margin-top: 10px;
    }
    .testimonial-slider-wrpper {
        margin-top: 25px;
    }
    .single-testimonial {
        flex-direction: column;
        text-align: center;
    }
    .owl-carousel .owl-item img {
        margin: auto;
    }
    .client-fdback p {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .owl-theme .owl-dots {
        text-align: center;
        padding-left: 0 !important;
    }
    .footer-area {
        padding: 50px 0;
    }
    .company-address li span, .contact-info li, .copy-right p {
        font-size: 14px;
    }
    .company-address {
        margin-bottom: 20px;
    }
    .copy-right {
        margin-top: 15px;
    }

    .product-table {
        width: 800px;
    }
    .table-heading th span {
        font-size: 15px;
    }
    .product-row th:first-child {
        gap: 10px;
    }
    .product-img img {
        width: 80px;
        height: auto;
    }
    .product-heading p {
        font-size: 15px;
        margin-bottom: 5.4px;
    }
    .product-row th span {
        font-size: 13px;
    }
    .shopping-page {
        padding: 0px 0px !important;
    }
    .shopping-page li {
        padding: 0 !important;
    }
    .shopping-page li:nth-child(2) {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 15px;
        border-left: none !important;
        border-right: none !important;
    }
    .shopping-page {
        padding: 0 10px !important;
    }
    .company-logo a img {
        width: 150px;
    }
    .shopping-cat-overlay {
        padding: 40px 0;
    }
    .checkout-area {
        padding-top: 0px;
        padding-bottom: 70px;
    }
    .checkout-right {
        position: initial;
        text-align: center;
    }
    .shoppin-cat-chekout {
        justify-content: center;
    }
    .s-payment-btn .check-outs a {
        width: 290px;
        margin: auto;
    }    
    .note-wrpper label {
        margin-bottom: 12px;
    }
    .coupon-wrpper label {
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .checkout-top > span {
        margin-top: 10px;
        margin-bottom: 7px;
    }
    .checkout-top {
        margin-top: 30px;
    }
    .coupon-wrpper label {
        font-size: 16px;
    }
    .note-wrpper textarea {
        padding: 10px 10px;
    }
    .coupon-wrpper input {
        padding: 10px;
    }
    .checkout-top h4 {
        font-size: 18px;
    }
    .checkout-top > span {
        font-size: 15px;
    }    
    .estimate-shopping-area {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .border-overthro {
        left: 9%;
    }
    .border-overthro span {
        padding: 3px 20px !important;
        display: block;
    }
    .estimate-shopping-wrpper {
        padding: 50px 20px 50px 20px;
    }
    .single-item {
        margin-top: 20px;
    }
    .single-item label {
        font-size: 18px;
    }
    .select-option select, .select-option select option {
        font-size: 17px;
    }
    .select-option {
        margin-top: 10px;
    }
    .payment-page-wrpper {
        flex-direction: column;
    }
    .choosen-product-area,
    .payment-form-wrpper {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
    .choosen-product-area {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .sproduct-img span {
        width: 20px;
        height: 20px;
        top: -9px;
        right: -9px;
        font-size: 10px;
    }
    .sproduct-img img {
        width: 80px;
    }
    .product-img-title-wrpper {
        gap: 10px;
    }
    .sprodunt-title p {
        font-size: 15px;
        padding-right: 10px;
    }
    .sproduct-price span {
        font-size: 15px;
    }
    .apply-coupon-button {
        flex-direction: column;
    }
    .input-box {
        width: 100%;
    }
    .payment-options span {
        font-size: 17px;
    }
    .accordion-title img {
        display: none;
    }
    .name-input-field,
    .city-state-zip,
    .date-security  {
        flex-direction: column;
    }
    .select-city, .select-state, .zip-code {
        width: 100%;
    }
    .accordion-content {
        padding: 10px;
    }
    .input-box input,
    .coupon-button button {
        padding: 10px 13px;
        font-size: 17px;
        margin: auto;
    }
    .apply-coupon-button {
        gap: 17px;
    }
    .subTotalArea {
        padding-top: 40.5px;
        padding-bottom: 25.5px;
    }
    .billing-info p,
    .payable-ammount p {
        font-size: 18px;
    }
    .mail-logo a img {
        width: 160px;
    }
    #m-header {
        /* padding: 0px 15px; */
        padding-top: 20px;
    }
    .contact-email-wrpper p span,
    .contact-email-wrpper p a {
        font-size: 18px;
    }
    .email-box input {
        padding: 13px 15px;
    }
    .delivery-info-wrpper {
        padding-top: 20px;
    }
    .dinfo-title p {
        font-size: 18px;
    }
    .custom-radio {
        font-size: 17px;
        padding: 13px 15px;
    }
    .radio-btn {
        width: 15px;
        height: 15px;
    }
    .single-info-box {
        padding: 10px 15px;
    }
    .first-name input, .last-name input, .address-input-field input {
        padding: 13px 15px;
    }
    .select-city, .select-state, .zip-code {
        padding: 13px 10px;
    }
    .shipping-method-wrpper p {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .custom-radio b {
        font-size: 17px;
    }
    .payment-options {
        margin-top: 20px;
    }
    .payment-options > p {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .accordion-title {
        padding: 15px 10px 15px 10px;
    }
    .accordion-title span {
        width: 15px;
        height: 15px;
    }
    .single-method p {
        font-size: 17px;
    }
    .payment-form-wrpper {
        padding-bottom: 70px;
    }
    .product-bradcome-area {
        padding: 20px 0;
    }
    .product-bradcome-wrpper ul li {
        font-size: 15px;
    }
    .product-bradcome-wrpper ul li:nth-child(2) {
        margin: 0 4.5px;
    }
    .product-bradcome-wrpper ul li:nth-child(2) i {
        font-size: 10px;
    }
    .product-derai-tab-area {
        padding: 30px 0;
        padding-bottom: 0;
    }
    .tab-links {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .tab p {
        font-size: 16px;
        text-align: justify;
    }
    .also-like-title h2 {
        font-size: 30px;
    }
    .product-derai-tab-area {
        padding: 30px 0;
        padding-bottom: 0;
    }
    .product-carousel-area {
        padding: 40px 0;
        padding-bottom: 0;
    }
    .product-desc-wrpper {
        padding-top: 20px;
    }
    .title-price-box h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .title-price-box p {
        margin-top: 10px;
        font-size: 16px;
    }
    .color-wrpper {
        margin-top: 15px;
    }
    .color-wrpper > span {
        font-size: 18px;
    }
    .color-wrpper ul {
        gap: 5px;
        margin-top: 7px;
        flex-wrap: wrap;
    }
    .size-box p {
        margin-top: 25px;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .size-box li {
        margin-right: 0px;
    }
    .increase-decrese ul li {
        font-size: 18px;
    }
    .p-information ul li {
        font-size: 17px;
    }
    .add-product-favourite {
        gap: 0px;
        flex-direction: column;
    }
    .atcard {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .addfavorite {
        margin-top: 0;
    }
    .carousel-wrpper {
        flex-direction: column;
    }
    .produtc-small-img img {
        margin: 0;
    }
    .product-big-img img {
        height: auto;
    }
    .produtc-small-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .category-banner-overlay {
        padding: 30px 0;
    }
    .category-bradcome li:nth-child(2) i {
        margin-left: 15px;
        margin-right: 15px;
    }
    .category-banner-wrpper h3 {
        font-size: 27px;
        margin-top: 5px;
    }
    .filter-input-area {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .filter-title h4 {
        font-size: 20px;
    }
    .filter-title h4 img {
        margin-right: 6px;
        width: 15px;
    }
    .filter-select {
        padding: 10px 15px;
    }
    .availability p, .product-type p, .caterogy-brand p {
        font-size: 17px;
    }
    .confirm-box label {
        font-size: 15px;
    }
    .cpost-img {
       height: auto;
    }
    .category-single-post {
        margin-top: 20px;
    }
    .cpost-title-price h3 {
        margin: 14px 0 5px 0;
    }
    .category-product-post {
        padding-bottom: 40px;
    }
    .caterogy-page-post-wrpper {
        padding: 40px 0;
    }
    .product-post-pagination li a {
        padding: 5px 14px;
        font-size: 16px;
    }
    .product-filter-post-wrpper {
        padding-top: 15px;
    }

    .product-type,
    .availability {
        width: 45%;
    }
    .cpost-title-price h3,
    .cpost-title-price span {
        font-size: 17px;
    }


    .cpost-img-overlay {
        padding: 15px;
    }
    .specail-icon ul li img {
        width: 20px;
    }
    .specail-icon ul li:first-child {
        margin-bottom: 2px;
    }
    .quick-view button, .atc-btn button {
        font-size: 14px;
        padding: 10px 30px;
        margin: 0;
    }
    .overlay-buttons {
        padding-top: 20px;
    }
    #total {
        padding-left: 20px;
        padding-right: 20px;
    }
     


    





}