@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 850px) {
    h1 {
        font-size: 23px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
    }

    nav.mobile-navbar {
        background: #fff;
        border-radius: 12px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9;
        box-shadow: 0px 55px 80px 0px rgba(0, 0, 0, 0.08);
        height: 100%;
        overflow: auto;
        width: 75%;
        display: block;
        transition: all 0.3s;
        transform: translateX(101%);
    }

    .mobile-menu-show {
        transform: translateX(0%) !important;
    }

    nav.mobile-navbar::-webkit-scrollbar {
        width: 5px;
    }

    nav.mobile-navbar::-webkit-scrollbar-track {
        width: 5px;
    }

    .mobile-nav-top-sec {
        border-bottom: 1px solid #ECECEC;
        padding: 0 10px 10px;
    }

    .mobile-nav-top-sec img {
        height: 45px;
        width: auto;
    }

    .mobile-nav-top-sec button {
        background-color: transparent;
        background-image: url(../img/close-menu-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 15px;
        height: 15px;
        border: none;
    }

    nav.mobile-navbar a {
        color: #222944;
        font-size: 15px;
        padding: 15px 0;
        display: inline-block;
    }

    nav.mobile-navbar nav.mobile-navbar nav.mobile-navbar #scroller {
        display: none !important;
    }

    nav.mobile-navbar li {
        border-bottom: 1px dashed #ECECEC;
        padding: 0 20px;
    }

    nav.mobile-navbar li.menu-item-has-children {
        background-image: url(../img/left-caret.svg);
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    nav.mobile-navbar li.menu-item-has-children ul {
        position: absolute;
        background: white;
        height: 90%;
        width: 100%;
        top: 65px;
        right: 0;
        z-index: 3;
        transition: all 0.3s;
        transform: translateX(102%);
    }

    .menu-item-has-children-show {
        transform: translateX(0%) !important;
    }

    .sports-menu>ul>li {
        width: 100% !important;
    }

    nav.mobile-navbar ul.sub-menu li {
        background-image: url(../img/left-caret.svg);
        background-repeat: no-repeat;
        background-position: 15px center;
    }

    nav.mobile-navbar ul.sub-menu li a {
        width: -webkit-fill-available;
    }

    .sports-menu>ul>li>a::after {
        display: none;
    }

    .sports-menu>ul>li>a {
        border-bottom: none;
    }

    .slider {
        margin-bottom: 30px;
    }

    .slider .controls {
        padding-right: 260px;
    }

    #top-banner,
    #about-us-img-sec,
    #footer-right-sec {
        display: none;
    }

    .cat-carousel-sec {
        padding-top: 0;
    }

    .products-section ul.nav-tabs li button,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
    }

    .new-product-section .container,
    .new-product-section .container .col-12 {
        padding: 0;
    }

    .blogs-section {
        padding-bottom: 0;
    }

    .top-footer {
        background: #47821c;
        border-radius: 0 35px 0 0;
        padding-bottom: 20px;
    }

    #footer-one-sec {
        background: transparent;
    }

    #footer-one-sec img {
        background-color: #fff;
        height: 70px;
        margin-bottom: 30px;
        border-radius: 5px 15px;
    }

    #footer-one-sec p {
        color: #fff;
        margin-bottom: 10px;
    }

    .footer-contact-us-wrap {
        padding: 20px 0;
    }

    .footer-contact-us-wrap .container .row>div {
        justify-content: space-between !important;
    }

    .footer-contact-us-wrap .container .row>div>div:nth-child(3) {
        margin-top: 25px;
    }

    .footer-links-sec {
        background-color: #FBFBFB;
        border-radius: 20px 0 0 20px;
        padding: 13px 13px 5px 55px;
        margin-bottom: 0;
    }

    .widget-links-title {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .slider .controls {
        background-size: 200% 100%;
        background-position: 63% 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 90px;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        position: absolute;
        right: 0;
        bottom: -43px;
    }

    #desktop-header {
        display: none;
    }

    #mobile-header {
        display: block;
    }

    #mobile-header-menu-btn button {
        background-color: transparent;
        background-image: url(../img/mobile-menu-btn.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        height: 17px;
        border: none;
        margin-top: 10px;
    }

    #mobile-header-logo img {
        height: 48px;
        width: auto;
    }

    .woocommerce-product-search {
        width: 93%;
        height: 43px;
        position: absolute !important;
        top: -70px;
        margin: auto;
        right: 0;
        left: 0;
    }

    .woocommerce-product-search-show {
        top: 60px !important;
    }

    #mobile-header-search>button {
        background-image: url(../img/search-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        background-size: contain;
        border: none;
        width: 17px;
        height: 17px;
        margin-top: 10px;
    }

    .slider-section {
        padding: 10px 0 50px;
    }

    .top-search-form .search-field {
        z-index: 5;
    }

    .woocommerce-product-search::before {
        z-index: 6;
    }

    .contact-fix {
        display: none;
    }

    .menu-back {
        background-image: url(../img/right-caret.svg) !important;
        background-position: right 8px !important;
        display: inline-block;
        width: max-content !important;
        padding-right: 18px;
        line-height: 30px;
        margin: 7px 0;
        height: auto !important;
    }

    .mobile-footer-fix {
        display: block;
    }

    .mobile-footer-fix {
        background-color: #0D2A01;
        display: flex;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 5;
        overflow: hidden;
    }

    .mobile-footer-fix-top {
        background-image: url(../img/footer-top-arrow.svg);
        background-size: 25px !important;
        background-position: center 73px !important;
        background-color: #fff;
        width: 153px !important;
        border-radius: 100%;
        height: 103px !important;
        position: absolute;
        top: -73px;
    }

    .mobile-footer-fix a,
    .mobile-footer-fix button {
        background-repeat: no-repeat;
        background-position: top center;
        width: max-content;
        height: 19px;
        display: inline-block;
        color: #fff;
        line-height: 60px;
        margin-bottom: 13px;
    }

    #mobile-product-footer-fix {
        color: #fff;
        border-radius: 5px 20px;
        padding: 10px;
        justify-content: space-between;
    }

    #single-product-mobile-bottom-fix {
        background: #47821C;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        right: 0;
        bottom: 61px;
        border-radius: 5px 20px 0 0;
        padding: 10px 15px;
        z-index: 5;
    }

    #single-product-mobile-bottom-fix span {
        font-size: 15px;
    }

    #single-product-mobile-bottom-fix a {
        background-color: #1C3D05;
        background-image: url(../img/basket-button-icon.svg);
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 20px;
        display: inline-block;
        padding: 7px 10px 7px 40px;
    }

    #mobile-product-footer-fix a {
        background-image: url(../img/checkout-btn-left.svg);
        width: max-content;
        line-height: 33px;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        height: auto;
        border-right: 1px solid;
        padding-right: 20px;
        line-height: 20px;
        background-position: left center;
        padding-left: 23px;
    }

    .go-top {
        display: none;
    }

    .mobile-footer-my-account {
        background-image: url(../img/footer-user-icon.svg);
    }

    .mobile-footer-menu {
        background-image: url(../img/footer-menu-icon.svg);
    }

    .mobile-footer-phone {
        background-image: url(../img/footer-phone-icon.svg);
    }

    .mobile-footer-basket {
        background-image: url(../img/footer-basket-icon.svg);
    }

    .footer-sec-one-mobile {
        display: none;
    }

    .contact-us-top-sec {
        padding: 30px 0 30px;
    }

    .single-main-image,
    .single-portfolio-top-sec .active-image {
        height: 550px;
    }

    .single-product-item-sec img,
    #single-portfolio-top-right .owl-carousel .owl-item img {
        height: 170px;
    }

    #single-portfolio-top-right .owl-nav {
        top: 80px;
    }

    #single-portfolio-top-left {
        margin-top: 50px;
    }

    .portfolio-section {
        padding: 50px 0 20px;
    }

    .contact-us-main-sec {
        margin-top: 35px;
    }

    .contact-us-opt-wrap {
        margin-bottom: 35px;
    }

    .contact-form {
        padding: 25px;
    }

    .contact-us-form-sec h2 {
        margin-bottom: 25px;
    }

    .contact-form {
        margin: 120px 0 50px;
    }

    .customer-page-content .row {
        margin-top: 35px;
    }

    .woocommerce-additional-fields {
        margin-top: 50px;
    }

    .page-content-sec {
        margin-top: 35px;
    }

    .about-sec-one {
        margin-top: 35px;
    }

    .about-text {
        padding: 20px;
    }

    .about-image img {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        margin-top: 30px;
    }

    .woocommerce-products-container {
        border: none;
        padding: 0;
        margin-top: 35px;
    }

    .products-image-sec img {
        height: 200px;
    }

    .single-product-gallery {
        margin-bottom: 50px;
    }

    .potfolio-images-sec img,
    .potfolio-images-sec video {
        height: 200px;
    }

    #single-product-introduce-sec,
    #landing-content-sec {
        margin-top: 0;
    }

    .blog-content-wrap {
        margin-top: 35px;
    }

    #blog-sidebar {
        margin-bottom: 30px;
    }

    .posts-comment-wrap {
        margin: 50px 0 50px;
    }

    .single-product-top-sec .container .row>div:nth-child(1) {
        margin-bottom: 50px;
    }

    .product-single-service-item-sec {
        margin-bottom: 30px;
    }

    .single-product-list-instagram {
        display: none;
    }

    .single-product-table-wrap {
        margin-bottom: 50px;
    }

    #single-product-table-left-sec {
        margin-top: 50px;
    }

    .table-product-sec img,
    .product-banner img {
        height: auto;
    }

    #single-product-comments-sec .comments-title-wrap {
        margin-bottom: 50px;
        margin-top: 70px;
    }

    #filter-form h4 {
        background-size: 100% 100%;
    }

    .product-sidebar {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(3px);
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        padding: 0 10%;
        overflow: auto;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .mobile-filter-show {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .product-sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .product-sidebar::-webkit-scrollbar-track {
        width: 5px;
    }

    #filter-form {
        background: #fff;
        margin-top: 30px;
    }

    .filter-buttons-wrap button:nth-child(1) {
        width: auto;
    }

    .filter-buttons-wrap button:nth-child(2) {
        display: inline-block;
    }

    .mobile-filter-title-wrap {
        display: flex;
        background: #F4F4F5;
        border-radius: 5px 20px;
        padding: 10px 20px;
        width: 95%;
        margin: 0 auto 25px;
    }

    .mobile-filter-title-wrap span {
        background-image: url(../img/mobile-filter-title-before.svg);
        background-repeat: no-repeat;
        background-position: right center;
        color: #666666F2;
        padding-right: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .mobile-filter-title-wrap div {
        color: #afadad;
        font-size: 13px;
    }

    .product-sorting {
        display: none;
    }

    .product-cat-banner-sec {
        width: 47%;
        display: inline-block;
        margin: 0 1.4%;
    }

    #prouct-cat-bottom-text-wrap .toggle-btn {
        bottom: -10px !important;
    }

    #single-product-menu-sec {
        overflow: hidden;
    }

    .ga-top-sec .row>div:nth-child(2) {
        display: none;
    }

    .ga-top-sec {
        background: #47821C;
    }

    .ga-cat-sec {
        background: #fff;
        margin-top: 35px;
        margin-bottom: 50px;
        height: auto;
    }

    .category-item,
    .category-items-wrapper>div:nth-child(2) .category-item {
        position: relative;
        margin-top: 35px;
    }

    .ga-cat-items-sec {
        height: auto;
    }

    .carousel-one-wrap-line-bg {
        display: none;
    }

    .ga-portfolio-wrap {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .ga-portfolio-wrap .site-title {
        color: #4A4A4A;
    }

    .ga-portfolio-wrap .portfolio-wrap {
        height: auto;
    }

    .ga-cat-items-sec {
        background: #fff;
    }

    .ga-header{
        display: none;
    } 

}

@media only screen and (max-width: 550px) {
    h1 {
        font-size: 23px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 20px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .slider,
    .slide,
    .slide img {
        height: 200px;
        margin-bottom: 10px;
    }

    .mobile-footer-fix {
        bottom: 0;
        right: 0;
        padding: 15px;
    }

    .mobile-footer-fix-top {
        background-size: 21px !important;
        background-position: center 62px !important;
        background-color: #fff;
        width: 90px !important;
        border-radius: 100%;
        height: 90px !important;
        position: relative;
        top: -105px;
        right: 0;
        left: 0;
        margin: auto;
        margin-bottom: -90px !important;
    }

    .mobile-footer-fix a,
    .mobile-footer-fix button {
        font-size: 12px;
    }

    .mobile-footer-fix a,
    .mobile-footer-fix button {
        width: 20%;
        text-align: center;
    }

    .sports-menu>ul>li>a::before {
        width: 45px !important;
        height: 45px !important;
        margin-left: 5px;
    }

    nav.mobile-navbar li {
        background-size: 7px;
        padding: 0 5px;
    }

    nav.mobile-navbar a {
        font-size: 13px;
        padding: 10px 0;
    }

    .mobile-btn {
        display: inline-block;
    }

    .products-section ul.nav {
        display: none;
    }

    .site-title {
        font-size: 15px;
    }

    .site-title::before {
        width: 15px;
        height: 22px;
    }

    .products-section .site-title::after,
    .products-section::before,
    .owl-dots,
    .portfolio-item-sec .owl-carousel .owl-nav.disabled,
    .top-footer::before {
        display: none !important;
    }

    .home-title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-btn {
        color: #4A4A4A;
        font-size: 15px;
    }

    .product-items-sec span.price,
    .products-items-sec .product-price {
        font-size: 13px;
    }

    .products-image-sec img {
        height: 220px;
    }

    .products-opt-sec {
        width: 100%;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: flex;
        top: unset;
        justify-content: center;
        margin-top: 35px;
        position: relative;
    }

    .owl-carousel .owl-nav button.owl-next {
        border-right: 2px dotted #D9D9D9 !important;
        padding-right: 44px !important;
    }

    .cat-carousel-sec {
        padding: 75px 0 25px;
    }

    .portfolio-section {
        padding: 35px 0 30px;
    }

    .portfolio-section .owl-nav {
        top: -660px !important;
        margin: auto;
        margin-right: 37%;
    }

    .accessories-sec {
        margin-bottom: 25px;
        margin-top: 55px;
    }

    .accessories-sec .owl-nav {
        position: relative;
        top: unset;
        text-align: center;
        margin-top: 30px;
    }

    .blogs-section {
        padding-bottom: 0;
    }

    .brands-section .owl-nav {
        top: 11px;
        text-align: center;
        position: relative;
        width: max-content;
        display: flex;
        justify-content: center;
        margin: auto;
        margin-top: 30px;
    }

    .top-footer {
        border-radius: 0 20px 20px 0;
    }

    #footer-three-sec,
    #footer-two-sec,
    #footer-four-sec {
        background: #1C3D05;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 25px;
        transition: all 0.3s;
        height: 55px;
        overflow: hidden;
    }

    .height-auto {
        height: auto !important;
    }

    #footer-three-sec .widget-footer-title::before,
    #footer-two-sec .widget-footer-title::before,
    #footer-four-sec .widget-footer-title::before {
        filter: brightness(4);
    }

    #footer-three-sec .widget-footer-title::after,
    #footer-two-sec .widget-footer-title::after,
    #footer-four-sec .widget-footer-title::after {
        content: "";
        background-image: url(../img/caret-bottom.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 11px;
        height: 6px;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .widget-footer-title {
        border-bottom: 1px solid #47821C;
        padding-bottom: 13px;
    }

    .footer-sec-one-mobile {
        display: block;
    }

    .footer-sec-one-mobile .footer-address-sec,
    .footer-sec-one-mobile .footer-phone-sec {
        margin-left: 0;
        margin-top: 20px;
        align-items: flex-start !important;
    }

    .footer-sec-one-mobile img {
        background-color: #EAEAEA !important;
        height: 55px !important;
        margin-bottom: 15px !important;
        border-radius: 12px !important;
        margin-left: 10px !important;
    }

    .footer-sec-one-mobile>div:nth-child(2) {
        justify-content: start !important;
    }

    .footer-sec-one-mobile .footer-contact-title {
        color: #fff;
    }

    .footer-sec-one-mobile .footer-contact-detail {
        color: #ddd;
    }

    .symbol-title {
        color: #fff;
        text-align: center;
    }

    .enamad-wrap {
        justify-content: center;
    }

    .enamad-wrap img {
        background-color: transparent !important;
        opacity: 0.7;
        height: 85px !important;
        margin-top: 0 !important;
    }

    .footer-social-networks-sec a::before,
    .footer-contact-us-wrap,
    .footer-links-wrap {
        display: none !important;
    }

    .footer-social-networks-sec {
        display: block;
    }

    .footer-socials-title {
        color: #fff;
        font-size: 18px;
        margin-left: 0;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .footer-social-networks-sec ul li a img {
        width: 40px !important;
        height: 40px !important;
        border-radius: 5px !important;
        padding: 7px;
    }

    .single-main-image,
    .single-portfolio-top-sec .active-image {
        height: 300px;
    }

    .single-product-item-sec img,
    #single-portfolio-top-right .owl-carousel .owl-item img {
        height: 145px;
        border-radius: 5px 20px;
    }

    #single-portfolio-top-right .owl-nav {
        top: 33px;
    }

    #single-portfolio-top-right .owl-carousel .owl-nav button.owl-next {
        border-right: none !important;
        padding-right: 0px !important;
    }

    .product-custom-options-sec {
        min-width: 100%;
    }

    .project-description,
    .single-product-price-wrap,
    .single-product-contact-sec,
    .single-portfolio-contact-wrap {
        flex-wrap: wrap;
    }

    .project-description span,
    .project-description p {
        width: 100%;
    }

    .single-portfolio-desc-wrap h3 {
        margin-bottom: 10px !important;
    }

    .single-portfolio-contact-wrap>span {
        display: block;
        margin-bottom: 5px;
    }

    .contact-methods a {
        margin-left: 0px;
        border-left: none;
        padding-left: 0px;
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .contact-map {
        height: 270px;
    }

    .customer-page-content .row {
        margin-top: 50px;
        padding: 0;
        border: none;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .customer-page-breadcrumb {
        justify-content: start;
        margin-top: 10px;
    }

    .page-content-sec {
        border: none;
        padding: 0;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .about-text {
        padding: 0;
        text-align: justify;
    }

    #coupon_code {
        width: 100%;
        margin-bottom: 10px;
    }

    .coupon button {
        width: 100% !important;
    }

    .page-breadcrumb-wrap .row>div {
        padding: 10px 10px;
        font-size: 13px;
        text-align: center;
    }

    .page-breadcrumb-wrap .container {
        padding: 0;
    }

    .landing-cat-links-wrap .owl-nav {
        top: 0;
        position: relative;
        margin-top: 30px;
        text-align: center;
    }

    .potfolio-images-sec img,
    .potfolio-images-sec video {
        height: 230px;
    }

    .main-image-sec {
        height: auto;
    }

    .article-blog {
        padding: 15px;
    }

    .qa-counter {
        display: none;
    }

    .accordion-item {
        width: 100%;
        margin-right: 0;
    }

    .accordion-item h3 button {
        font-size: 15px;
        line-height: 26px;
        text-align: right;
        padding: 7px 0px 7px 20px;
    }

    .accordion-item h3 button::after {
        left: 0;
    }

    #review_form_wrapper,
    .woocommerce #reviews #comments ol.commentlist #respond {
        padding: 15px;
        border-radius: 5px 25px;
    }

    .comment-form .form-submit {
        width: 100%;
    }

    .product-cat-wrap {
        margin: 35px 0 55px;
    }

    .product-cat-banner-sec {
        width: 100%;
        display: block;
        margin: 0;
    }

    .product-single-top-sec {
        justify-content: end !important;
    }

    .woocommerce-product-price-sec {
        display: flex;
        margin-bottom: 15px;
    }

    #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
        font-size: 13px !important;
        padding: 17px 17px 17px 45px;
    }

    .quantity-input button {
        font-size: 17px;
        padding: 7px;
    }

    .quantity-input::after {
        font-size: 11px;
    }

    .single-product-price-title {
        font-size: 14px;
        margin-left: 10px;
    }

    .single-product-price {
        font-size: 15px;
        line-height: 33px;
    }

    .single-product-contact-title {
        color: #3A3A3A;
        width: 100%;
        margin-bottom: 10px !important;

    }

    .single-product-contact-sec a {
        font-size: 15px;
        border-left: none;
        background-position: right center !important;
        padding-right: 30px;
        width: 100%;
        text-align: right;
        display: block;
        margin-bottom: 10px;
        background-size: 20px;
    }

    .product-single-service-item-sec {
        margin-bottom: 30px;
        display: block !important;
        text-align: center;
        width: 100%;
        padding: 10px 15px;
    }

    .product-single-service-content {
        margin-right: 0;
        margin-top: 10px;
    }

    .product-single-detail {
        font-size: 13px;
    }

    .single-product-list-go-top,
    #single-product-list-fix {
        display: none;
    }

    #single-product-table-sec {
        padding-top: 0;
    }

    #single-products-services-sec {
        padding-bottom: 30px;
    }

    .single-product-table-wrap {
        border-radius: 5px 20px;
        padding: 15px 10px;
    }

    #single-product-table-sec .container {
        padding: 0;
    }

    .product-table-title {
        padding: 10px 7px;
        font-size: 13px;
        line-height: 20px;
    }

    .product-table-desc {
        padding: 10px 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .single-product-table-wrap {
        margin-bottom: 30px;
    }

    #single-product-introduce-sec,
    #landing-content-sec {
        padding: 20px;
        border-radius: 5px 25px;
    }

    #single-product-introduce-sec p {
        font-size: 14px;
        line-height: 25px;
    }

    #single-product-questions-sec {
        margin-top: 35px;
    }

    .related-products .owl-nav {
        position: relative;
        top: 0;
        text-align: center;
        margin-top: 10px;
    }

    .comments-wrap .col-12 {
        padding: 0;
    }

    .comment-header {
        border-radius: 20px 5px;
        padding: 10px 20px;
        top: -25px;
        width: 95%;
    }

    .woocommerce-review__author {
        background-position: right 4px;
        background-size: 12px;
        font-size: 12px;
        padding-right: 20px
    }

    .comment-date-sec {
        background-position: right 4px;
        background-size: 14px;
        font-size: 12px;
        padding-right: 20px;
    }

    .comment_container {
        border-radius: 25px 5px;
        padding: 15px;
        font-size: 13px;
        padding-top: 35px;
        margin-bottom: 70px;
    }

    .comment-rating {
        padding: 7px 15px;
        border-radius: 15px 5px;
        font-size: 14px;
    }

    .comment-reply a {
        font-size: 12px;
        border-radius: 15px 5px;
        padding: 3px 15px;
    }

    .comment_container .comment-footer {
        bottom: -15px;
    }

    .comment-form .form-submit {
        text-align: center;
    }

    .form-submit button {
        font-size: 13px;
        border: none;
        border-radius: 5px 20px;
        padding: 7px 35px;
    }

    .page-breadcrumb-sec a:first-of-type {
        background-position: right 4px;
        background-size: 15px;
        padding-right: 20px;
        font-size: 12px;
    }

    .page-breadcrumb-sec .breadcrumb-title,
    .page-breadcrumb-sec a {
        background-position: right 1px;
        background-size: 16px;
        font-size: 12px;
        padding-right: 20px;
        margin-right: 7px;
    }

    .product-single-top-sec h1 {
        display: none;
    }

    .single-product-main-title {
        display: block;
        color: #4A4A4A;
        margin-top: 0;
        font-size: 21px;
        margin-bottom: 30px;
    }

    #single-product-related-sec .container {
        padding: 0;
    }

    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-form-rating {
        width: 100%;
    }

    .comment-form .comment-form-rating {
        display: block;
        text-align: center;
    }

    .comment-form-rating .stars {
        margin-right: 0px !important;
    }

    #ga-top-right-sec {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
    }

    #ga-top-right-sec h1 {
        color: #fff;
        margin-top: 0;
        font-size: 21px;
        line-height: 35px;
    }

    .ga-top-sec {
        text-align: center;
    }

    #ga-top-right-sec p {
        color: #fff;
        margin-bottom: 30px;
    }

    .ga-top-section-contacts {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .ga-top-section-whatsapp {
        margin-right: 0;
    }

    .ga-cat-text-sec {
        padding-top: 0;
    }

    .category-item img {
        height: auto;
    }

    .carousel-one-wrap .owl-nav,
    .carousel-two-wrap .owl-nav,
    .carousel-three-wrap .owl-nav,
    .owl-nav,
    .ga-portfolio-wrap .owl-nav {
        position: relative !important;
        top: 0 !important;
        margin-top: 40px !important;
        text-align: center;
    }

    .ga-portfolio-wrap .owl-nav {
        top: 40px !important;
    }
}