body {
    -webkit-tap-highlight-color: transparent;
    margin-top: 90px;
}

html,
body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.page-id-312,
.page-id-104:not(.logged-in) {
    margin-top: 0px !important;
}

.custom_breadcrumbs_cls a {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

button:focus,
a:focus {
    border: none;
    outline: none;
}

/* header css start */
.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.page-id-312 header.wp-block-template-part,
.page-id-312 footer.wp-block-template-part,
.page-id-104:not(.logged-in) footer.wp-block-template-part,
.page-id-104:not(.logged-in) .wp-block-template-part {
    display: none;
}

footer {
    margin-top: 0px !important;
    background-color: #333333;
}

footer h2,
footer p,
footer a {
    color: white !important;
}

header>.wp-block-group {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
}

.logo-div {
    margin-bottom: -99px !important;
}

/* header css end */
/* breadcrumb css start */
.woocommerce-breadcrumb {
    margin-bottom: 0px !important;
}

.custom_breadcrumbs_cls {
    position: relative;
    padding: 100px 12px 50px !important;
}

.custom_breadcrumbs_cls:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    left: 0px;
}

.custom_breadcrumbs_cls .wp-block-group {
    position: relative;
    z-index: 99;
    padding: 0 !important;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
}

/* breadcrumb css end */
/* all button class */
.single_add_to_cart_button,
.wp-element-button {
    background-color: #333333;
}

#register_tab .wp-element-button {
    margin-top: 20px;
}

/* all button class */
/* login page start */
.page-id-104:not(.logged-in) {
    background-image: url('/wp-content/uploads/2024/09/red-bricked-wall-1.png');
    min-height: calc(100dvh - 0px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-right: 12px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce-privacy-policy-text a {
    text-decoration: underline !important;
}

.page-id-104:not(.logged-in) .wp-site-blocks {
    width: 100%;
    max-width: 600px;
}

.page-id-104:not(.logged-in) .entry-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.custom_my_login_page_title_cls h1 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 35px;
    width: fit-content;
    margin: 0 auto 50px;
}

.page-id-104:not(.logged-in) .has-base-2-background-color {
    background-color: initial !important;
}

.page-id-104:not(.logged-in) .u-column1,
.page-id-104:not(.logged-in) .u-column2,
.page-id-104:not(.logged-in) .woocommerce-ResetPassword {
    background-color: #000 !important;
    border-radius: 60px;
}

.page-id-104:not(.logged-in) .u-column1 h2,
.page-id-104:not(.logged-in) .u-column2 h2 {
    padding: 10px 20px;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    color: #fff !important
}

.lost_password a,
.woocommerce-privacy-policy-text p,
.woocommerce-privacy-policy-text a,
.lost_reset_password p {
    color: #fff !important;
}

.lost_reset_password p {
    width: 100% !important;
}

.page-id-104:not(.logged-in) .woocommerce form .form-row label {
    line-height: 20px;
    color: #fff;
}

.page-id-104:not(.logged-in) .woocommerce form .form-row input.input-text,
.page-id-104:not(.logged-in) .woocommerce form .form-row textarea {
    border: 1px solid rgb(137 137 137);
}

.page-id-104.woocommerce-lost-password .wp-site-blocks>.wp-block-group .woocommerce {
    background-color: black !important;
    border-radius: 60px;
    padding: 40px;
}

.page-id-104.woocommerce-lost-password .wp-site-blocks>.wp-block-group .woocommerce p {
    color: white !important;
}

.page-id-104:not(.logged-in) .woocommerce form.login,
.page-id-104:not(.logged-in) .woocommerce form.register {
    border: none !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 10px !important;
}

.page-id-104:not(.logged-in) main .woocommerce {
    max-width: 600px !important;
    margin: initial !important;

}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: inherit;
    max-width: 550px !important;
    float: left !important;
}

#customer_login #tile-1 .slider {
    display: inline-block;
    width: 225px;
    height: 100%;
    border-radius: 31px;
    position: absolute;
    bottom: 0;
    transition: all 0.2s linear;
    background: white;
    left: 0px;
}

#customer_login #tile-1 .tab-pane {
    transform: translateY(1rem);
    display: none;
    transition: all 0.2s;
    float: initial !important;
}

#customer_login #tile-1 .nav-tabs li a {
    position: relative;
}

#customer_login #tile-1 .nav-tabs {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    list-style: none;
    width: fit-content;
    margin: auto;
    padding: 0px;
    background-color: #000;
    border-radius: 31px;
}

#customer_login #tile-1 .nav-tabs li {
    min-width: 225px;
    text-align: center;
}

#customer_login #tile-1 .nav-tabs li a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}

.woocommerce form.login {
    margin-bottom: 0px !important;
}

#customer_login #tile-1 .nav-tabs li a.active {
    color: black;
}

#customer_login #tile-1 .tab-pane.active {
    transform: translateY(0rem);
    display: block;
    animation: opac 1.5s;
    padding: 20px;
}

#customer_login .tab-content {
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.page-id-104.logged-in .entry-content {
    padding: 80px 12px;
}

/* login page end */
/* home page css start */
.home-banner-section {
    min-height: 100% !important;
}

.nav-links a:hover {
    text-decoration: none !important;
}

.nav-links .wp-block-woocommerce-customer-account:focus {
    outline: none !important;
}

.nav-links .wp-block-woocommerce-customer-account a:hover {
    background: none !important;
    color: #000 !important;
}

.home-banner-section:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    left: 0px;
}

.category-list-div {
    position: relative;
    min-height: 100dvh;
    width: 100%;
}

.category-name {
    position: absolute;
    min-width: 170px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/09/brik.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

a:focus {
    outline: none;
}

.single-product .wp-block-group.woocommerce.product {
    margin-top: 0px;
}

.custom_contact_menu_link_cls a::after,
.custom_aboutus_menu_link_cls a::after {
    content: "";
    white-space: pre;
    width: 40px;
    top: 0
}

.category-name a {
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-size: 45px;
    margin: 0px;
    width: 100%;
    position: relative;
    max-width: 250px;
    min-height: 220px;
    min-width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
}

.custom_contact_menu_link_cls a,
.custom_aboutus_menu_link_cls a {
    padding-left: 40px;
    max-width: 180px;
    min-height: 175px;
    min-width: 215px;
}

.copy-category-name {
    margin: 0px;
    display: none;
}

.custome-category-name {
    position: relative;
}

.category-name:hover a,
.category-name:hover a {
    mix-blend-mode: initial;
    transition: ease 0.3s all;
}

.category-name .copy-category-name a {
    display: block;
    position: absolute;
    top: 0px;
    mix-blend-mode: soft-light;
    transition: ease 0.3s all;
}

.custom_shoes_menu_link_cls {
    top: 20%;
    left: 35%;
    min-width: 225px;
    min-height: 190px;
}

.custom_music_menu_link_cls {
    min-width: 180px;
    min-height: 160px;
    max-width: 180px;
    top: 37%;
    right: 28%;
}

.custom_events_menu_link_cls {
    top: 40%;
    left: 17%;
    max-width: 180px;
    min-width: 190px;
    min-height: 160px;
}


.home-logo {
    position: absolute;
    left: 17%;
    top: 7%;
}


.custom_media_menu_link_cls {
    bottom: 22%;
    left: -100px;
    right: 0px;
    width: fit-content;
    margin: auto;
    min-width: 220px;
    min-height: 190px;
    max-width: 190px;
}

.custmome-other-brand {
    bottom: 6%;
    left: 19%;
    min-width: 216px;
    min-height: 185px;
    max-width: 190px;
}

.custom_aboutus_menu_link_cls {
    right: 17%;
    bottom: 9%;
    min-width: 230px;
    min-height: 200px;
    max-width: 200px;
}

.custom_contact_menu_link_cls {
    right: 17%;
    top: 5%;
    min-width: 230px;
    min-height: 200px;
    max-width: 200px;
}

.category-name p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_events_menu_link_cls a,
.custom_music_menu_link_cls a,
.custmome-other-brand a,
.custom_media_menu_link_cls a {
    max-width: 150px;
    min-height: 120px;
    min-width: 150px;
}

.custom_shoes_menu_link_cls a {
    min-height: 170px;
    min-width: 200px;
}

.add_to_cart_button {
    margin-bottom: 0px !important;
}

.added_to_cart {
    margin-top: 0px !important;
}

/* home page css end */
/* event page css */
.tribe-common .tribe-common-l-container {
    max-width: 1280px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.tribe-events-calendar-latest-past__event-row {
    padding: 20px 10px !important;
    margin: 0 !important;
    border-bottom: 1px solid #00000020 !important;
}

.tribe-events-calendar-latest-past__event-row:last-child {
    border-bottom: none !important;
}

.tribe-common-g-col {
    padding: 0 !important;
}

.tribe-common-h3--min-medium {
    margin-bottom: 20px !important;
}

.tribe-common-g-col span {
    text-align: left;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper {
    margin: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-events-c-subscribe-dropdown__container,
.wc-block-mini-cart__empty-cart-wrapper .wp-block-button .wc-block-mini-cart__shopping-button {
    display: none !important;
}

/* event page css */
/* footer menu start */
.footer-menu {
    width: 100%;
}

footer {
    position: relative;
}

footer:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    background-color: rgb(0 0 0 / 50%);
    z-index: 9;
}

.footer-menu-div {
    position: relative;
    z-index: 99;
}

/* footer menu end */
/* contact form css start */
.custom-form-control input,
.custom-form-control textarea {
    border: none;
    border-bottom: 1px solid black;
    padding: 10px 15px 15px 0px;
    background-color: white;
    margin: 0 0 0px 0;
    transition: all 200ms linear 0s;
    border-radius: 3px 3px 3px 3px;
    color: black;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    font-family: "Archivo";
}

.custom-form-control {
    padding-bottom: 15px;
}

.custom-form-control input:focus-visible,
.custom-form-control textarea:focus-visible {
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    box-shadow: none;
}

.custom-form-control input::placeholder,
.custom-form-control textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    font-family: "Archivo";
    color: black !important;
}

.custom-form-control input:hover,
.custom-form-control textarea:hover {
    border-color: black;
    transition: all 200ms linear 0s;
}

.custom-form-button input {
    border-color: #333333;
    border-radius: 1000px 1000px 1000px 1000px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 16px 38px 16px 24px;
    text-align: left;
    background-image: url('/wp-content/uploads/2024/09/right-arrow.svg');
    background-position: 115px center;
    background-repeat: no-repeat;
    background-size: 20px;
    font-family: "Archivo";
    font-size: 14px;
    border-width: 2px 2px 2px 2px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.08);
    border-style: solid;
    background-color: #333333;
    color: white;
    transition: all 150ms linear 0s;
    cursor: pointer;
}

.custom-form-button input:hover {
    background-color: black;
    transition: all 150ms linear 0s;
    border-color: black;
}

.custom-form-control p {
    margin: 0px;
}

/* error and success message css start */
.wpcf7-form.invalid .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-form .wpcf7-response-output {
    margin-left: 0px !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    border-color: red !important;
}

.custom_contact_page_client_info_cls {
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
    align-self: initial !important;
}

.custom_contact_page_client_info_cls p a,
.custom_contact_page_client_info_cls p {
    text-decoration: none;
    font-size: 16px !important;
}

.custom_contact_page_client_info_main_cls {
    align-items: initial !important;
}

.custom_contact_page_client_info_cls figure {
    height: 40px;
    margin: auto !important;
}

/* end */
/* contact form css end */
.contact-form-main-div {
    align-items: initial !important;
}

.contact-form-img-div {
    align-self: initial !important;
}

.contact-form-img-div .contact-form-img {
    height: 100%;
}

.contact-form-img-div .contact-form-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

/* about us page start */
.about-baner-section .wp-block-cover__inner-container {
    max-width: 1280px !important;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-banner-text-div {
    margin-left: 0px !important;
    max-width: 450px;
}

.page-id-8 img {
    width: initial !important;
}

.custom-tab .tabs-titles {
    background-color: transparent;
}

.custom-tab .tabs-titles .tab-title {
    padding: 10px;
}

.custom-tab .tabs-titles .tab-title {
    min-width: 200px !important;
}

.custom-tab .tabs-titles {
    flex-direction: row;
    overflow-x: auto;
}

.custom-tab .tabs-content {
    padding: 0px !important
}

.custom-tab .tabs-content .single-tab p {
    padding-bottom: 13px !important;
}

.custom-tab .tabs-content .single-tab {
    padding-top: 20px;
}

.custom-tab .tabs-content .single-tab p:last-of-type {
    padding-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0 !important;
}

.aboutus-second-section {
    align-items: initial !important;
}

.aboutus-left-img {
    align-self: initial !important;
}

.aboutus-left-img figure {
    height: 100%;
}

.aboutus-left-img figure img {
    height: 100% !important;
    object-fit: cover;
}

/* about us page end */
/* music category css start */
.music-category-img,
.product-list-div li a img {
    max-height: 300px;
    width: 100%;
}

.music-category-img {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
    border-radius: 12px;
}

.product-list-div li h3 a:hover,
.product-list-div li h3 a {
    text-decoration: none;
}

.music-category-img img,
.product-list-div li a img {
    border-radius: 12px !important;
}

.product-list-div li a img {
    object-position: top;
}

.music-category-img img {
    object-position: left;
}

.product-list ul {
    row-gap: 60px !important;
}

.wp-block-woocommerce-related-products .product img {
    max-height: 200px !important;
    height: 200px !important;
    border-radius: 12px;
}

.woocommerce-Tabs-panel h2 {
    margin-top: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px !important;
}

#wpgs-gallery img {
    max-height: 350px;
    width: 100%;
}

/* music category end */
/*  music-post css*/
.custom-heading {
    padding-bottom: 20px;
}

.edit-account fieldset {
    border: 0;
}

.edit-account fieldset legend {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.custom-heading h2 {
    font-size: 40px;
}

.banner-div {
    margin-top: 0 !important;
}

.banner-div a img {
    vertical-align: middle;
}

.banner-div img {
    border-radius: 10px;
    max-height: 330px;
    min-height: 250px;
    object-position: left;
}

.custom-post-outer-div {
    padding: 80px 0;
}

.img-fluid {
    width: 100%;
    max-height: 230px;
    object-fit: cover;
}

.custom-post-div {
    padding-top: 40px;
    margin-top: 0px;
}

.custom-post-author {
    font-size: 14px;
}

.custom-post-outer-div .custom-post-inner-div {
    display: grid;
    gap: 30px;
    margin-bottom: 60px;
}

.custom-post-outer-div .custom-post-main-div:nth-last-child(2) .custom-post-inner-div {
    margin-bottom: 0 !important;
}

.custom-post {
    overflow: initial;
    transition: transform 0.3s ease;
}

.custom-post-img-div {
    border-radius: 5px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: initial;
}

.custom-post-title {
    margin-bottom: 10px;
    font-size: 20px;
}


.custom-post-text {
    padding: 20px 5px 0 5px;
}

/*  music-post css*/
/* Modal styles */
#openModal {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    max-width: initial;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fefefe;
    padding: 5px;
    max-width: 900px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.close {
    position: absolute;
    right: -8px;
    top: -8px;
    background: #000;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.close img {
    width: 10px;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

.model-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.video_content {
    grid-template-columns: repeat(4, 1fr);
}

.video_code iframe {
    width: 100% !important;
    vertical-align: middle;
    min-height: 500px;
}

.music-popup .video_code iframe {
    min-height: initial;
}


.view-more-div {
    text-align: center;
}

.view-more-div a {
    color: #fff !important;
    font-weight: 500;
    background: #333333;
    padding: 15px 30px;
    border-radius: 5px;
}

/* Modal styles */
.custom-logout {
    position: absolute;
    right: 0;
    bottom: 14px;
}

.custom-logout a {
    padding: 12px 20px;
    background: #000;
}

.single-product .woocommerce-tabs h2 {
    margin: 10px 0 30px 0;
}

.quantity input {
    width: 75px !important;
    margin-right: 0 !important;
}

.about-left-right-content-cls {
    row-gap: 30px;
}

.aboutus-right-content figure,
.about-right-img-content-cls figure,
.about-left-right-content-cls figure {
    display: flex;
    justify-content: center;
}

.home-logo img,
.logo-div img {
    max-width: 140px;
    max-height: 140px;
}

/* .wp-block-woocommerce-empty-cart-block .wp-block-heading{
    margin-bottom: ;
} */
.product-gallery-div .wcgs-slider-image .wcgs-slider-image-tag {
    object-fit: contain;
}

.wc-block-components-button.wc-block-components-drawer__close {
    opacity: 1;
}

.wp-block-woocommerce-related-products li img {
    object-position: top;
}

.wp-block-woocommerce-related-products h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 810px) {
    .main-header {
        padding: 0 12px !important;
    }

    .nav-links a {
        position: relative;
        line-height: 90px;
    }

    .nav-links a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        transition: all 0.3s ease;
        bottom: 30px
    }

    .nav-links li:hover a::before {
        width: 100%;
        transition: all 0.3s ease;
        background-color: #333333;
    }

    .main-header .wp-block-navigation .current-menu-item a::before {
        width: 100%;
        background-color: #000;
    }
}


@media screen and (max-width:1200px) and (min-width:992px) {
    .home-logo {
        position: absolute;
        left: 10%;
        top: 7%;
    }

    .custom_contact_menu_link_cls {
        right: 9%;
    }

    .custom_music_menu_link_cls {
        top: 38%;
        right: 19%;
    }

    .custom_aboutus_menu_link_cls {
        bottom: 2%;
    }

    .custom_media_menu_link_cls {
        bottom: 27%;
    }

    .custom_shoes_menu_link_cls {
        top: 15%;
        left: 35%;
    }

    .custom_events_menu_link_cls {
        top: 39%;
        left: 7%;
    }

    .custmome-other-brand {
        bottom: 2%;
        left: 10%;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .category-name a {
        font-size: 44px;
    }

    .custom_contact_menu_link_cls {
        right: 5%;
    }

    .custom_music_menu_link_cls {
        top: 40%;
        right: 10%;
    }

    .custom_aboutus_menu_link_cls {
        bottom: 2%;
    }

    .custom_media_menu_link_cls {
        bottom: 26%;
        left: 31%;
        right: unset;
    }

    .custom_shoes_menu_link_cls {
        top: 15%;
        left: 31%;
    }

    .home-logo {
        left: 7%;
        top: 4%;
    }

    .custom_events_menu_link_cls {
        top: 31%;
        left: 3%;

    }

    .custmome-other-brand {
        bottom: 2%;
        left: 6%;
    }

    .about-baner-section,
    .about-baner-section>div {
        height: 600px !important;
    }

    .about-baner-section>div {
        min-height: initial !important;
    }
}

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

    .category-name a {
        font-size: 35px;
    }

    .custom_contact_menu_link_cls {
        min-width: 215px;
        min-height: 175px;
        right: 3%;
        top: 1%;
    }

    .custom_music_menu_link_cls {
        top: 47%;
        right: 6%;
        min-width: 100px;
        min-height: 120px;
    }

    .custom_aboutus_menu_link_cls {
        min-width: 190px;
        min-height: 150px;
        bottom: 2%;
    }

    .custom_media_menu_link_cls {
        bottom: 28%;
        left: 28%;
        right: unset;
        min-width: 170px;
        min-height: 150px;
    }

    .custom_shoes_menu_link_cls {
        min-width: 160px;
        min-height: 150px;
        top: 25%;
        left: 44%
    }

    .custom_events_menu_link_cls {
        min-width: 170px;
        min-height: 140px;
        top: 34%;
        left: 3%;

    }

    .custmome-other-brand {
        bottom: 2%;
        left: 6%;
        min-width: 175px;
        min-height: 170px;
    }

    .custom_shoes_menu_link_cls a {
        min-height: 165px;
        min-width: 170px;
    }

    .custom_music_menu_link_cls a {
        min-height: 100px;
        min-width: 130px;
    }

    .custom_contact_menu_link_cls a::after,
    .custom_aboutus_menu_link_cls a::after {
        width: 25px;
    }

    .custom_contact_menu_link_cls a,
    .custom_aboutus_menu_link_cls a {
        padding-left: 25px;
    }
}

@media screen and (max-width:992px) {
    .nav-links {
        gap: 10px !important;
    }

    .custom_shoes_menu_link_cls p,
    .custom_events_menu_link_cls p,
    .custom_media_menu_link_cls p,
    .custmome-other-brand p {
        margin-top: -20px !important;
    }

    .video_content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 725px) {
    .wc-block-components-radio-control__input {
        left: 10px !important
    }
}

/* responsive header for mobile view */
@media screen and (max-width: 810px) {
    body {
        margin-top: 80px;
    }

    .main-header .wp-block-navigation__responsive-container-open {
        display: flex !important;
        height: 24px;
        width: 24px;
    }

    .main-header .logo-div>.alignleft {
        margin-inline-end: 0 !important;
    }

    .main-header .custom_main_header_columns_cls .wp-block-column {
        flex-grow: unset !important;
        width: initial !important;
        flex-basis: initial !important;
    }

    .main-header .wp-block-navigation__responsive-container-close {
        padding: 20px;
        right: 20px;
        top: 10px;
    }

    .main-header .custom_main_header_columns_cls {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }

    .main-header .custom_main_header_columns_cls .wp-container-core-navigation-is-layout-1 {
        width: 30px;
    }

    .main-header .custom_main_header_columns_cls .items-justified-right {
        justify-content: start !important;
    }

    .main-header .custom_main_header_columns_cls .wp-block-social-links-is-layout-flex {
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    .main-header .custom_main_header_columns_cls .wp-block-navigation__container {
        flex-direction: column !important
    }

    .main-header .wp-block-navigation__responsive-container {
        display: flex !important;
        left: 100%;
        right: unset;
        position: fixed !important;
        width: 100% !important;
        transition: left 0.5s ease-in-out;
        top: 0px;
        flex-direction: column !important;
        height: 100%;
        z-index: 999 !important;
        background-color: white !important;
        bottom: 0;
    }

    .main-header .wp-block-navigation__responsive-container-content {
        padding-top: 70px !important;
    }

    .main-header .wp-block-navigation__responsive-container.is-menu-open {
        padding: 0 !important;
    }

    .main-header .wp-block-navigation__responsive-container.has-modal-open {
        left: 0;
        z-index: 99 !important;
        width: 100% !important;
        transition: left 0.5s ease-in-out;
        overflow: initial !important;
        flex-direction: column !important;
        background-color: white !important;
    }

    .main-header .wp-block-navigation-item {
        border-bottom: 1px solid #00000020 !important;
        width: 100% !important;
        align-items: start !important;
    }

    .main-header .wp-block-navigation-item__content {
        padding: 15px 20px !important;
        width: 100%;
    }

    .main-header {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .main-header .wp-block-navigation__container {
        width: 100% !important;
        row-gap: 0px !important;
    }

    .main-header .custom_navigation_main_cls .wp-block-navigation__container {
        gap: 0px !important
    }

    .main-header .custom_main_header_columns_cls .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
        background-color: #fff !important;
    }

    .main-header .custom_main_header_columns_cls .wp-block-navigation .current-menu-item a,
    .nav-links a:hover {
        color: #fff !important;
        font-weight: 600;
    }

    .nav-links a:hover {
        background: #333333 !important;
    }

    .main-header .custom_main_header_columns_cls .wp-block-navigation .current-menu-item a {
        background: #000 !important;
    }

    .contact-forrm-div .wp-block-group h1,
    .contact-forrm-div .wp-block-group p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .custom-post-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }

    .video_content {
        column-gap: 20px;
        row-gap: 30px;
    }

    .wc-block-checkout .wc-block-checkout__sidebar {
        padding: 0 !important;
    }
}

/* responsive header for mobile view */
@media screen and (max-width:768px) {

    .page-id-104:not(.logged-in) .u-column1,
    .page-id-104:not(.logged-in) .u-column2,
    .page-id-104:not(.logged-in) .woocommerce-ResetPassword {
        border-radius: 20px;
    }

    #customer_login #tile-1 .tab-pane.active {
        padding: 10px;
    }

    .page-id-104.woocommerce-lost-password .wp-site-blocks>.wp-block-group .woocommerce {
        border-radius: 20px;
        padding: 10px;
    }

    .tribe-common .tribe-common-g-row--gutters {
        margin: initial !important;
    }

    .tribe-events .tribe-events-header {
        margin: initial !important;
        padding: initial !important;
    }

    .product-list ul {
        row-gap: 40px !important;
    }

    #wpgs-gallery {
        margin-bottom: 0px !important;
    }

    .about-baner-section,
    .about-baner-section>div {
        height: 550px !important;
    }

    .about-baner-section>div {
        min-height: initial !important;
    }

    .about-right-img-content-cls {
        flex-wrap: wrap-reverse !important;
        row-gap: 30px;
    }

    .custom-post-outer-div .custom-post-inner-div {
        gap: 20px;
    }

}

@media screen and (max-width:600px) {
    .wp-block-woocommerce-related-products .wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

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

    .category-name p,
    .category-name a {
        min-width: 130px;
        min-height: 130px;
    }

    .category-name a {
        font-size: 26px;
    }

    #customer_login #tile-1 .slider {
        width: 160px;
    }

    #customer_login #tile-1 .nav-tabs li {
        min-width: 160px;
    }

    .page-id-104:not(.logged-in) main .woocommerce {
        max-width: initial !important;
    }

    .page-id-104:not(.logged-in) .u-column1 h2,
    .page-id-104:not(.logged-in) .u-column2 h2,
    .woocommerce form.checkout_coupon,
    .page-id-104:not(.logged-in) .woocommerce form.login,
    .page-id-104:not(.logged-in) .woocommerce form.register,
    .page-id-104:not(.logged-in) .woocommerce-ResetPassword {
        padding: 10px
    }

    .custom_my_login_page_title_cls h1 {
        font-size: 27px;
    }

    .tec-block__archive-events {
        margin-top: 0px !important;
    }

    .product-list ul {
        row-gap: 40px !important;
    }

    .custom_contact_menu_link_cls {
        min-width: 155px;
        min-height: 130px;
        right: 9%;
        top: 3%;
    }

    .custom_music_menu_link_cls {
        top: 50%;
        right: 34%;
        min-width: 110px;
        min-height: 100px;
    }

    .custom_music_menu_link_cls p,
    .custom_music_menu_link_cls a {
        min-height: 100px;
        min-width: 110px;
    }

    .custom_aboutus_menu_link_cls {
        min-width: 180px;
        min-height: 150px;
        bottom: 12%;
        right: 2%;
    }

    .custom_media_menu_link_cls {
        bottom: 29%;
        left: 5%;
        right: unset;
        min-width: 140px;
        min-height: 130px;
    }

    .custom_shoes_menu_link_cls {
        min-width: 135px;
        min-height: 120px;
        top: 29%;
        left: 7%;
    }

    .custom_events_menu_link_cls {
        min-width: 130px;
        min-height: 120px;
        top: 30%;
        right: 10%;
        left: initial;
    }

    .custmome-other-brand {
        bottom: 2%;
        left: 4%;
        min-width: 140px;
        min-height: 130px;
    }

    .video_content {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom_contact_menu_link_cls a::after,
    .custom_aboutus_menu_link_cls a::after {
        content: none
    }

    .custom_contact_menu_link_cls a,
    .custom_aboutus_menu_link_cls a {
        padding-left: 0px;
    }

    .custom-post-title {
        max-width: 143px;
    }
}


@media screen and (max-width:450px) {
    .home-logo {
        left: 5%;
        top: 6%;
    }

    .custom_music_menu_link_cls {
        top: 48%;
        right: 33%;
    }

    .custom_events_menu_link_cls {
        min-width: 120px;
        min-height: 120px;
        top: 30%;
        right: 4%;
    }

    .home-logo img,
    .logo-div img {
        max-width: 120px;
        max-height: 120px;
    }

    .custom_aboutus_menu_link_cls {
        min-width: 170px;
        min-height: 140px;
        bottom: 10%;
    }

    .custmome-other-brand {
        bottom: 0%;
        left: 12%;
        min-width: 130px;
        min-height: 120px;
    }

    .custom_media_menu_link_cls {
        bottom: 20%;
        left: 2%;
        right: unset;
        min-width: 130px;
        min-height: 130px;
    }
}

/* / single product page end */