@media only screen and (max-width: 575.98px) {

    html, body {
        overflow-x: hidden;
    }

    .header__logo {
        padding: 8px 0;
    }
    
    .header__logo a img {
        max-width: 100%;
        width: 30%;
    }    

    .hero__text h6 {
        color: #e53637;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 28px;
        position: relative;
        top: 100px;
        opacity: 0;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

    .hero__slider.owl-carousel .owl-item.active .hero__text p {
        top: 0;
        opacity: 1;
        font-family: Poppins-Regular;
        font-size: 13px;
    }

    .hero__text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
        position: relative;
        top: 100px;
        opacity: 0;
        -webkit-transition: all, 0.9s;
        -o-transition: all, 0.9s;
        transition: all, 0.9s;
    }

    .hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
        top: 0;
        opacity: 1;
        font-family: Poppins-Regular;
        font-size: 12px;
    }
    
    .primary-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #ffffff;
        background: #000000;
        letter-spacing: 2px;
    }
    
    .hero__text .primary-btn span {
        font-size: 15px;
        position: relative;
        top: 3px;
        font-weight: 700;
    }
    
    
    .hero__slider.owl-carousel .owl-nav button {
        font-size: 26px;
        color: #333333;
        position: absolute;
        left: 75px;
        top: 50%;
        margin-top: -20px;
        line-height: 20px;
    }

    .hero__slider.owl-carousel .owl-nav button.owl-next {
        left: 0;
        right: 60px;
        top: 83%;
    }

    .hero__slider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
        right: 300px;
        top: 83%;
    }

    .hero__social {
        margin-top: 60px;
    }

    .banner__item__text h2 {
        color: #111111;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 7px;
        font-family: Poppins-Medium;
        font-size: 28px;
    }

    .banner__item__text a {
        display: inline-block;
        color: #111111;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding: 2px 0;
        position: relative;
        font-family: Poppins-Regular;
    }

    .banner, .product {
        padding-bottom: 30px;
    }

    .product .home-shop h2 {
        color: #000;
        list-style: none;
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
        font-family: Poppins-SemiBold;
        font-size: 30px;
    }
    
    .product .gtco-testimonials .card .card-img-top {
        width: 180px;
        margin: 0px auto 0;
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    
    .product-info {
        display: grid;
        grid-template-columns: 60px 3px auto;
        gap: 4px;
        align-items: center;
        font-size: 13px;
        margin: 5px 0;
        font-family: Poppins-Medium;
    }    
    
    .product .gtco-testimonials .owl-stage-outer {
        padding: 20px 0;
    }
    
    .product .gtco-testimonials .owl-carousel .owl-nav button.owl-prev {
        position: relative;
        right: 1%;
        left: 0;
        font-size: 20px;
    }
    
    
    .product .gtco-testimonials .owl-carousel .owl-nav button.owl-next {
        position: relative;
        right: 0;
        left: 1%;
        font-size: 20px;
    }

    .product .view-all-button a {
        color: #000;
        font-size: 12px;
        text-transform: capitalize;
        letter-spacing: 1px;
        background: #f1e038;
        padding: 6px 15px;
        border-radius: 3px;
        font-family: Poppins-SemiBold;
    }

    .product .view-all-button {
        text-align: center;
        margin-top: 13px;
        position: relative;
        left: 4px;
    }
      
    .footer {
        background: #000;
        padding-top: 40px;
    }
    
    .footer__about {
        margin-bottom: 20px;
    }
    
    .footer__about .footer__logo {
        margin-bottom: 20px;
    }
    
    .footer .footer__logo img {
        max-width: 100%;
        width: 40%;
    }

    .footer__about p {
        color: #fff;
        margin-bottom: 20px;
        font-family: Poppins-Regular;
        font-size: 13px;
    }
    
    .footer__widget {
        margin-bottom: 20px;
    }

    .footer .web_view {
        padding-left: 0px!important;
    }

    
    .footer__widget h6 {
        color: #f1e038;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-family: Poppins-SemiBold;
    }
    
    .footer__widget ul li {
        line-height: 26px;
        list-style: none;
        color: #fff;
    }
    
    .footer__widget ul li a {
        color: #fff;
        font-size: 13px;
        font-family: Poppins-Medium;
    }

    .footer__copyright__text {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 0;
        margin-top: 20px;
    }
    
    .breadcrumb-option {
        background: #f3f2ee;
        padding: 30px 0;
    }
    
    .breadcrumb__text h4 {
        color: #000;
        margin-bottom: 6px;
        font-family: Poppins-SemiBold;
        font-size: 18px;
    }
    
    .breadcrumb__links a {
        font-size: 13px;
        color: #000;
        margin-right: 15px;
        display: inline-block;
        position: relative;
        font-family: Poppins-Medium;
    }
    
    .breadcrumb__links a:after {
        position: absolute;
        right: -11px;
        top: 1px;
        content: "";
        font-family: "FontAwesome";
    }
    
    .breadcrumb__links span {
        font-size: 13px;
        color: #ea4817;
        display: inline-block;
        font-family: Poppins-Regular;
        font-weight: 600;
    }
    
    .about {
        padding-bottom: 30px;
    }
    
    .spad {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    
    .about__item {
        margin-bottom: 20px;
    }
    
    .about__item h4 {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 6px;
        font-family: Poppins-Medium;
    }

    .about__item p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 24px;
        font-family: Poppins-Regular;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #000;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 25px;
    }

    .shop__sidebar {
        padding-right: 0;
        margin-bottom: 0;
    }

    .dashboard h4 a {
        font-family: Poppins-Medium;
        font-size: 18px;
        color: #fff;
    }

    .product_list_section h2, .dashboard_section h2 {
        color: #000;
        list-style: none;
        cursor: pointer;
        margin-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 28px;
    }

    .dashboard_section h3 {
        color: #000;
        list-style: none;
        cursor: pointer;
        margin-bottom: 15px;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .product_list_section table thead tr th, .dashboard_section table thead tr th {
        font-family: Poppins-Medium;
        font-size: 12px;
        padding: 5px;
    }

    .product_list_section table tbody tr td, .dashboard_section table tbody tr td {
        font-family: Poppins-Regular;
        font-size: 11px;
        padding: 5px;
    }

    .add_product_section h2 {   
        color: #000;
        list-style: none;
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 24px;
    }

}

@media (min-width: 576px) and (max-width: 992px) { 

    html, body {
        overflow-x: hidden;
    }

    .header__logo {
        padding: 8px 0;
    }
    
    .header__logo a img {
        max-width: 100%;
        width: 35%;
    }    

    .hero__text h6 {
        color: #e53637;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 28px;
        position: relative;
        top: 100px;
        opacity: 0;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

    .hero__slider.owl-carousel .owl-item.active .hero__text p {
        top: 0;
        opacity: 1;
        font-family: Poppins-Regular;
        font-size: 13px;
    }

    .hero__text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
        position: relative;
        top: 100px;
        opacity: 0;
        -webkit-transition: all, 0.9s;
        -o-transition: all, 0.9s;
        transition: all, 0.9s;
    }

    .hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
        top: 0;
        opacity: 1;
        font-family: Poppins-Regular;
        font-size: 12px;
    }
    
    .primary-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #ffffff;
        background: #000000;
        letter-spacing: 2px;
    }
    
    .hero__text .primary-btn span {
        font-size: 15px;
        position: relative;
        top: 3px;
        font-weight: 700;
    }
    
    
    .hero__slider.owl-carousel .owl-nav button {
        font-size: 26px;
        color: #333333;
        position: absolute;
        left: 75px;
        top: 50%;
        margin-top: -20px;
        line-height: 20px;
    }

    .hero__slider.owl-carousel .owl-nav button.owl-next {
        left: 0;
        right: 60px;
        top: 83%;
    }

    .hero__slider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
        right: 300px;
        top: 83%;
    }

    .hero__social {
        margin-top: 60px;
    }

    .banner__item__text h2 {
        color: #111111;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 7px;
        font-family: Poppins-Medium;
        font-size: 28px;
    }

    .banner__item__text a {
        display: inline-block;
        color: #111111;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding: 2px 0;
        position: relative;
        font-family: Poppins-Regular;
    }

    .banner, .product {
        padding-bottom: 30px;
    }

    .product .home-shop h2 {
        color: #000;
        list-style: none;
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
        font-family: Poppins-SemiBold;
        font-size: 30px;
    }
    
    .product .gtco-testimonials .card .card-img-top {
        width: 180px;
        margin: 0px auto 0;
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    
    .product-info {
        display: grid;
        grid-template-columns: 60px 3px auto;
        gap: 4px;
        align-items: center;
        font-size: 13px;
        margin: 5px 0;
        font-family: Poppins-Medium;
    }    
    
    .product .gtco-testimonials .owl-stage-outer {
        padding: 20px 0;
    }
    
    .product .gtco-testimonials .owl-carousel .owl-nav button.owl-prev {
        position: relative;
        right: 1%;
        left: 0;
        font-size: 20px;
    }
    
    
    .product .gtco-testimonials .owl-carousel .owl-nav button.owl-next {
        position: relative;
        right: 0;
        left: 1%;
        font-size: 20px;
    }

    .product .view-all-button a {
        color: #000;
        font-size: 12px;
        text-transform: capitalize;
        letter-spacing: 1px;
        background: #f1e038;
        padding: 6px 15px;
        border-radius: 3px;
        font-family: Poppins-SemiBold;
    }

    .product .view-all-button {
        text-align: center;
        margin-top: 13px;
        position: relative;
        left: 4px;
    }
      
    .footer {
        background: #000;
        padding-top: 40px;
    }
    
    .footer__about {
        margin-bottom: 20px;
    }
    
    .footer__about .footer__logo {
        margin-bottom: 20px;
    }
    
    .footer .footer__logo img {
        max-width: 100%;
        width: 42%;
    }

    .footer__about p {
        color: #fff;
        margin-bottom: 20px;
        font-family: Poppins-Regular;
        font-size: 13px;
    }
    
    .footer__widget {
        margin-bottom: 20px;
    }
    
    .footer__widget h6 {
        color: #f1e038;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-family: Poppins-SemiBold;
    }
    
    .footer__widget ul li {
        line-height: 26px;
        list-style: none;
        color: #fff;
    }
    
    .footer__widget ul li a {
        color: #fff;
        font-size: 13px;
        font-family: Poppins-Medium;
    }

    .footer__copyright__text {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 0;
        margin-top: 20px;
    }
    
    .breadcrumb-option {
        background: #f3f2ee;
        padding: 30px 0;
    }
    
    .breadcrumb__text h4 {
        color: #000;
        margin-bottom: 6px;
        font-family: Poppins-SemiBold;
        font-size: 18px;
    }
    
    .breadcrumb__links a {
        font-size: 13px;
        color: #000;
        margin-right: 15px;
        display: inline-block;
        position: relative;
        font-family: Poppins-Medium;
    }
    
    .breadcrumb__links a:after {
        position: absolute;
        right: -11px;
        top: 1px;
        content: "";
        font-family: "FontAwesome";
    }
    
    .breadcrumb__links span {
        font-size: 13px;
        color: #ea4817;
        display: inline-block;
        font-family: Poppins-Regular;
        font-weight: 600;
    }
    
    .about {
        padding-bottom: 30px;
    }
    
    .spad {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    
    .about__item {
        margin-bottom: 20px;
    }
    
    .about__item h4 {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 6px;
        font-family: Poppins-Medium;
    }

    .about__item p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 24px;
        font-family: Poppins-Regular;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #000;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 25px;
    }

    .shop__sidebar {
        padding-right: 0;
        margin-bottom: 0;
    }
    
    .footer .web_view {
        padding-left: 0px!important;
    }

        .dashboard h4 a {
        font-family: Poppins-Medium;
        font-size: 18px;
        color: #fff;
    }

    .product_list_section h2, .dashboard_section h2 {
        color: #000;
        list-style: none;
        cursor: pointer;
        margin-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 28px;
    }

    .dashboard_section h3 {
        color: #000;
        list-style: none;
        cursor: pointer;
        margin-bottom: 15px;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .product_list_section table thead tr th, .dashboard_section table thead tr th {
        font-family: Poppins-Medium;
        font-size: 12px;
        padding: 5px;
    }

    .product_list_section table tbody tr td, .dashboard_section table tbody tr td {
        font-family: Poppins-Regular;
        font-size: 11px;
        padding: 5px;
    }
}


