@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}


/*My CSs*/

/* ===================Responsive ===================*/
/* / / 1600-1700px / / */
@media screen and (min-width: 1600px) and (max-width: 1700px) {
}
/* / / 1500-1600px / / */
@media screen and (min-width: 1500px) and (max-width: 1599px) {
}
/* / / 1300-1366-1500 / / */
@media screen and (min-width: 1300px) and (max-width: 1499px) {
}
/* / / 1100-1200px / / */
@media screen and (min-width: 1100px) and (max-width: 1299px) {
}
/* / / Ipad PRO / */
@media screen and (min-width: 1000px) and (max-width: 1100px) {
}
/* / / Ipad - 768px and Landspace Mode : 820px / / */
@media screen and (min-width: 100px) and (max-width: 949px) {
}
 /*/ / Mobile View / / */
@media screen and (min-width: 100px) and (max-width: 550px) {
    
 .site-header .menu {
    display: none;
}

   /* =========================
       TOPBAR
    ========================= */

    .topbar {
        padding: 8px 0;
    }

    .topbar .container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .topbar .row {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .topbar .col-md-8,
    .topbar .col-md-4 {
        width: 50%;
        padding: 0;
    }

    .topbar .left-topbar ul,
    .topbar .right-topbar ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .topbar .left-topbar ul {
        justify-content: flex-start;
    }

    .topbar .right-topbar ul {
        justify-content: flex-end;
    }

    .topbar .left-topbar ul li,
    .topbar .right-topbar ul li {
        margin: 0;
        padding: 0;
        font-size: 9px;
        line-height: 1.3;
    }

    .topbar .left-topbar ul li:not(:first-child) {
        display: none;
    }

    .topbar .right-topbar ul li:not(:first-child) {
        display: none;
    }


    /* =========================
       HEADER
    ========================= */

    .site-header {
        position: relative;
        padding: 12px 0;
    }

    .site-header .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-header .row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .site-header .row > div {
        padding: 0;
    }


    /* Logo center */

    .site-header .col-md-2 {
        width: 100%;
    }

    .site-header .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .site-header .logo a {
        display: inline-block;
    }

    .site-header .logo img {
        display: block;
        width: auto;
        max-width: 90px;
        max-height: 78px;
        margin: 0 auto;
        object-fit: contain;
    }


    /* Hide desktop menu */

    .site-header .col-md-6 {
        display: none !important;
    }


    /* Hide search/cart/account area */

    .site-header .col-md-4 {
        display: none !important;
    }

    .site-header .header-search,
    .site-header .header-cart,
    .site-header .header-account {
        display: none !important;
    }
    
        h1,
    h2,
    h3 {
        font-size: 25px !important;
        line-height: 1.2 !important;
    }
    
    .section-1 .banner-title h1 {
    font-size: 50px !important;
}

.section-1 .banner-buttons .primary-btn {
    font-size: 13px !important;
    margin-bottom: 12px;
}

.section-1 .banner-buttons {
    display: block;
}

.section-1 .banner-description p {
    font-size: 14px;
}

.section-1 .banner-features ul {
    gap: 14px;
}

.section-1 .banner-features ul li {
    font-size: 12px;
    text-align: center;
}

.section-1 .banner-content {
    padding: 30px 0 40px 0px;
}

.section-1 {
    min-height: 40px;
}

.section-2 .category-content h3 a {
    font-size: 16px;
}

.section-3 {
    padding: 40px 0 50px 0;
}

.section-3 .product-tabs {
    margin: 20px 0 0px 0;
}

.section-4 {
    padding: 40px 0 30px 0;
}

.section-4 .cowhide-button a {
    font-size: 13px;
    margin-bottom: 20px;
}
    .section-4 .cowhide-gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .section-4 .cowhide-gallery .gallery-item {
        width: 100% !important;
        margin: 0 !important;
    }

    .section-4 .cowhide-gallery .gallery-item a {
        display: block;
        width: 100%;
    }

    .section-4 .cowhide-gallery .gallery-item a img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover;
        display: block;
    }

.section-5 {
    padding: 50px 0 40px 0;
}

.section-5 .best-seller-content h3 a {
    font-size: 14px;
}

.section-5 .testimonials {
    padding: 38px 0 0 0;
}

.section-6 {
    padding: 20px 0 50px 0;
}

.section-6 .newsletter-box {
    padding: 23px;
}

.section-6 .newsletter-description p {
    margin-bottom: 20px;
}

footer .footer-menu {
    padding: 0;
}

footer .footer-social ul {
    margin-bottom: 20px;
}

footer .footer-payment p {
    text-align: center;
}

footer .footer-copyright p {
    text-align: center;
}

footer .footer-bottom {
    margin: 7px 0 0 0;
}


/* Product wali Bootstrap row */
    .section-3 .row:has(.product-box) {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    /* Har product 50% */
    .section-3 .row:has(.product-box) > [class*="col-"] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 15px !important;
    }

    .section-3 .product-box {
        width: 100% !important;
        height: 100%;
        margin: 0 !important;
    }

    /* Product image */
    .section-3 .product-image {
        width: 100%;
        overflow: hidden;
    }

    .section-3 .product-image > a {
        display: block;
        width: 100%;
    }

    .section-3 .product-image img {
        display: block;
        width: 100% !important;
        height: 170px !important;
        object-fit: cover;
    }

    /* Content */
    .section-3 .product-content {
        padding: 12px 8px !important;
    }

    .section-3 .product-category span {
        font-size: 9px !important;
    }

    .section-3 .product-title h3 {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin: 5px 0 8px !important;
    }

    /* Price + cart */
    .section-3 .product-bottom {
        display: block !important;
    }

    .section-3 .product-price {
        margin-bottom: 9px;
        font-size: 13px !important;
    }

    .section-3 .product-cart a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 100%;
        padding: 10px 5px !important;
        font-size: 9px !important;
        white-space: nowrap;
    }

    /* Badge */
    .section-3 .product-badge span {
        font-size: 8px !important;
    }

.section-3 .product-title h3 a {
    font-size: 13px !important;
}

 .section-1 .row {
    min-width: 0px !important;
}

 /* Main shop layout */
    .shop-2 > .container > .row {
        display: block !important;
    }

    /* Sidebar full width */
    .shop-2 > .container > .row > .col-md-3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 25px;
    }

    /* Product area full width */
    .shop-2 > .container > .row > .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Products row */
    .shop-2 .shop-products-row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    /* 2 products per row */
    .shop-2 .shop-product-col {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 18px !important;
    }

    .shop-2 .shop-product-box {
        width: 100% !important;
        height: 100%;
        min-width: 0 !important;
    }

    .shop-2 .shop-product-img {
        width: 100% !important;
        height: 175px !important;
        overflow: hidden;
        border-radius: 8px;
    }

    .shop-2 .shop-product-img > a:first-child {
        display: block;
        width: 100%;
        height: 100%;
    }

    .shop-2 .shop-product-img img {
        display: block;
        width: 100% !important;
        height: 175px !important;
        object-fit: cover !important;
    }

    .shop-2 .shop-product-content {
        width: 100% !important;
        padding: 10px 4px !important;
    }

    .shop-2 .shop-product-content h6 {
        font-size: 8px !important;
        line-height: 1.3;
    }

    .shop-2 .shop-product-content h3 {
        min-height: 38px;
        margin: 5px 0 7px !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .shop-2 .shop-product-content h3 a {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .shop-2 .rating {
        margin-bottom: 8px;
        font-size: 10px !important;
    }

    .shop-2 .price-cart {
        display: block !important;
    }

    .shop-2 .price-cart h4 {
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }

    .shop-2 .price-cart .button {
        display: flex !important;
        width: 100% !important;
        min-height: 34px;
        padding: 8px 5px !important;
        align-items: center;
        justify-content: center;
        font-size: 8px !important;
        white-space: nowrap;
    }


.shop-2 {
    padding: 40px 0 30px 0;
}

.about-1 {
    min-height: 390px;
}

.about-1 .about-banner-description p {
    font-size: 13px;
}

.about-2 .about-stat-box {
}

.about-2 .col-md-3.aos-init.aos-animate {
    margin-bottom: 12px;
}

.about-3 {
    padding: 0px 0 40px 0;
}

.about-3 .about-story-description p {
    font-size: 13px;
    text-align: justify;
}

.about-3 .about-story-content {
    padding: 0;
    margin-bottom: 30px;
}

.about-3 .about-story-gallery .story-gallery-item img {
    height: 192px;
}

.about-3 .about-story-gallery {
}

.about-4 {
    padding: 30px 0 30px 0;
}

.about-6 .about-quote-wrapper {
    padding: 20px;
}

.about-6 .about-quote-text p {
    font-size: 15px;
}

.about-6 .about-quote-content {
    padding: 0;
}
.about-6 .about-quote-icon {
    margin: 19px 0 10px 0;
}

.about-5 {
    padding: 50px 0 0 0;
}

.about-6 {
    padding: 50px 0 10px 0;
}

.about-7 .col-md-4 {
    margin-bottom: 13px;
}

.about-7 .about-contact-title h3 a {
    font-size: 20px;
}

.about-7 .about-contact-title h3 {
    font-size: 20px !important;
}

.about-7 {
    padding: 30px 0 0px 0;
}

.about-8 .about-cta-box {
    padding: 16px;
}

.about-8 .about-cta-buttons {
    display: block;
}

.about-8 .about-cta-buttons .wholesale-btn {
}

.about-8 .about-cta-buttons .shop-btn {
    margin-bottom: 20px;
    margin-top: 11px;
}
.wholesale-2 .col-md-3 {
    margin-bottom: 16px;
}

.wholesale-3 {
    padding: 0 0 60px 0;
}

.wholesale-3 .benefit-content h3 {
    font-size: 20px !important;
}

.wholesale-3 .wholesale-trade {
    padding: 0;
    margin-top: 29px !important;
}

.wholesale-3 .trade-category-content h3 a {
    font-size: 15px !important;
}

.wholesale-4 .col-md-3 {margin-bottom: 15px;}

.wholesale-5 .wholesale-info-title h3 a {
    font-size: 18px;
}

.wholesale-5 .wholesale-info-title h3 {
    font-size: 18px !important;
}

  .wholesale-3 .row {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wholesale-3 .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wholesale-3 .wholesale-trade {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 25px !important;
    }

    .wholesale-3 .trade-category-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .wholesale-3 .trade-category-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .wholesale-3 .trade-category-image {
        width: 100% !important;
    }

    .wholesale-3 .trade-category-image img {
        width: 100% !important;
        height: 165px !important;
        object-fit: cover !important;
    }

.trackorder-2 .track-sidebar {
    padding: 0;
}

.trackorder-2 .track-sidebar-title h3 {
    font-size: 20px !important;
}

.trackorder-1 .trackorder-description p {
    font-size: 13px;
}

.trackorder-1 .trackorder-dispatch {
    padding: 28px 0 0 0;
}

.trackorder-2 .track-search-bottom {
    display: block;
}

.trackorder-2 .track-search-button button {
    margin-top: 12px;
}
.contact-2 {
    padding: 40px 0 40px 0;
}

.contact-2 .contact-info {
    padding: 0;
    margin-top: 21px;
}

.contact-2 .contact-info-title h3 a {
    font-size: 18px;
}

.contact-2 .contact-info-title h3 {
    font-size: 18px !important;
}

.contact-3 .contact-faq-question h3 {
    font-size: 14px !important;
}

.contact-3 .contact-faq-answer p {
    font-size: 13px;
}

.contact-3 {
    padding: 10px 0 20px 0;
}

.contact-4 .contact-wholesale-box {
    padding: 20px;
}

.contact-4 .contact-wholesale-buttons {
    display: block;
}

.contact-4 .contact-wholesale-buttons .wholesale-info-btn {margin-bottom: 15px;margin-top: 11px;}


}