@media only screen and (max-width: 480px) {
    .banners {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

@media only screen and (max-width: 760px) {
    .addToCartPane {
        position: fixed;
        bottom: 63px;
        right: 0;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .prSummaryContent {
        display: block;
    }

    .prSummaryContentMain {
        width: auto;
        margin-bottom: 30px;
    }

    .prSummaryContentSide {
        width: auto;
    }

    .supportLinks li a {
        padding: 0 10px;
    }

    #goftino_w {
        display: none !important;
        opacity: 0 !important;
    }

    .breadcrumbPane {
        margin-bottom: 10px;
    }

    .subCategories > li {
        width: calc(50% - 20px);
    }

    header {
        height: 51px;
    }

    .topHeader {
        padding: 7px 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2000;
        border-top: 2px solid #8333ea;
        background: #fff;
        border-bottom: 1px solid #edeef1;
    }

    .dark .topHeader {
        border-color: #000;
    }

    .logo {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

        .logo img {
            height: 36px;
            width: auto;
        }

    .mobileTabs {
        display: flex;
    }

    .searchBox {
        display: none;
        width: auto;
        float: none;
        margin-left: 0;
    }

    .topItems {
        display: none;
    }

    .mainContent {
        padding: 0px 0 10px;
    }

    .slider {
        width: 100%;
    }

    .slideItem a img {
        border-radius: 0;
    }

    .slideCarousel .owl-dots {
        left: 10px;
        bottom: 10px;
    }

    .offerSecContent {
        display: block;
    }

    .offerSecTitle {
        width: auto;
        border-radius: 10px 10px 0 0;
        padding: 10px 10px;
    }

    .offerSecCarousel {
        width: auto;
        border-radius: 0 0 10px 10px !important;
    }

    .offerSecTitle h2 {
        float: right;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .gift {
        display: none;
    }

    .ofTimer {
        float: left;
        grid-gap: 4px;
    }

    .breadcrumb {
        overflow: hidden;
        white-space: nowrap;
        overflow: auto;
    }

    .materialTitle {
        margin-bottom: 50px;
    }

    .materialCard {
        padding: 0 10px 10px;
    }

    .materialTitle h2 {
        font-size: 18px;
    }

    .prItem a {
        padding: 5px;
    }

    .pItemPrices {
        padding-top: 25px;
    }

        .pItemPrices del {
            left: 0;
            top: 0;
        }

        .pItemPrices span {
            text-align: right;
        }

    .prItem a strong {
        height: 50px;
        overflow: hidden;
        font-size: 12px;
    }

    .owl-nav {
        display: none;
    }

    .twoBanners {
        display: block;
        margin-bottom: 20px;
    }

        .twoBanners li {
            margin-bottom: 10px;
        }

    .homeBlogItems {
        display: block;
    }

    .homeBlogList {
        display: block;
    }

    .homeMainBlog {
        margin-bottom: 10px;
    }

    .homeBlogList > li {
        width: auto;
        margin-bottom: 10px;
    }

    .supportFt {
        display: block;
    }

    .supportTitle {
        text-align: center;
        padding-bottom: 30px;
        font-size: 16px;
    }

    footer {
        padding-bottom: 60px;
    }

    .footerBottomBar {
        display: none;
    }

    .topFootContent {
        display: block;
    }

    .botFootContent {
        display: block;
    }

    .footerAbout {
        width: auto;
    }

    .enamads {
        width: auto;
    }

    .enamadlist {
        justify-content: center;
    }

    .ftLinkBox {
        grid-gap: 0;
        flex-wrap: wrap;
    }

    .ftOneColLinks {
        width: 50%;
        flex: none;
        margin-bottom: 20px;
    }

    .dlPane {
        width: 100%;
    }

    .dlApps {
        display: flex;
        grid-gap: 10px;
    }

        .dlApps li {
            flex: 1;
        }

            .dlApps li a {
                display: block;
                width: auto;
            }

    .botFoot {
        padding: 15px 0;
    }

    .ftSocial {
        justify-content: center;
    }

    .changeMobileTheme {
        display: block;
    }

    .dlApps > li a {
        padding-right: 45px;
    }

        .dlApps > li a i {
            width: 45px;
            font-size: 22px;
        }

    .slideItem a img {
        height: 120px;
    }

    .offerSecCarousel:before {
        width: 65px;
        height: 65px;
        right: -32px;
        top: -20px;
    }

    .insideTitle {
        line-height: 40px;
    }

        .insideTitle:before {
            font-size: 40px;
            line-height: 40px;
        }

        .insideTitle:after {
            bottom: 18px;
        }

    .profileScaffold {
        display: block;
    }

    .profileSidebar {
        width: auto;
    }

    .profileContentBox {
        width: auto;
    }

    .profileTwoCol {
        display: block;
    }

    .tbl {
        width: 900px;
    }

    .tableWrapper {
        overflow-x: auto;
    }

    .contentWsideBar {
        display: block;
    }

    .sidebar,
    .sideContent {
        width: auto;
    }

    .prMobile {
        display: flex;
    }

    .productList {
        grid-gap: 10px !important;
        padding: 10px !important;
    }

        .productList > li {
            width: calc(50% - 5px) !important;
        }

    .sortBox {
        display: none;
    }

    .sidebar {
        display: none;
        margin-bottom: 30px;
    }

    .sortOpt {
        display: block;
    }

    .sortList {
        display: block;
    }

    .avBox {
        padding-top: 10px;
        position: relative;
    }

    .switch {
        position: absolute;
        top: 10px;
        left: 0;
    }

    .sortList > li {
        line-height: 40px;
    }

    .sidebarCat {
        display: block;
    }

    .blogWSide {
        display: block;
    }

    .blogSide {
        width: auto;
    }

    .blogContents {
        width: auto;
        padding: 10px;
    }

    .blogExDetail {
        display: block;
    }

    .commentForm {
        padding: 10px;
    }

    .twoColForm {
        /*grid-gap: 10px;*/
        display: block;
    }

    .inputForm {
        margin-bottom: 10px;
    }

    .commentForm h2 {
        padding-top: 10px;
        margin-bottom: 25px;
    }

    .blogDetail > h1 {
        font-size: 20px;
        line-height: 40px;
        padding-top: 10px;
    }

    .blogExDetail span {
        width: 30%;
    }

    .sharebox {
        margin-top: 10px;
    }

    .blogDetail .cmspage {
        font-size: 13px;
    }

    .centerImg {
        margin: 20px 0;
    }

    .cartSelect {
        display: block;
    }

        .cartSelect > li {
            width: auto;
            margin-bottom: 10px;
        }

    .stepper > li {
        text-align: center;
        padding: 0;
        flex: 1;
    }

        .stepper > li:after {
            display: none !important;
        }

        .stepper > li > i {
            margin: 0 auto;
            display: block;
        }

        .stepper > li > span {
            font-size: 10px;
        }

    .stepper {
        margin-bottom: 20px;
    }

    .cartCard .cardPadding {
        padding: 15px 5px;
    }

    .cartSelect > li a {
        padding: 5px;
        font-size: 12px;
    }

        .cartSelect > li a i {
            margin-left: 10px;
        }

        .cartSelect > li a div {
            padding-right: 5px;
        }

    .cartSelect > li.active a img {
        padding-right: 5px;
    }

    .cartSelect > li a label {
        padding-right: 10px;
        top: 5px;
        left: 10px;
    }

    .cartPreview {
        display: block;
    }

    .cartInvoicePane {
        width: auto;
    }

    .cartContentPane {
        width: auto;
        margin-bottom: 20px;
    }

    .discountPane {
        margin-bottom: 30px;
    }

    .addEx {
        display: block;
    }

    .addressBox {
        display: block;
    }

    .addNewAddressitem {
        width: auto;
        margin-top: 10px;
    }

    .cartPrices {
        position: static;
        text-align: right;
    }

    .cartInvoice,
    .discountPane {
        padding: 15px 10px;
    }

    .cartContent {
        padding: 10px;
    }

    .cartPreview {
        margin-bottom: 10px;
    }

    .done span {
        color: #92278f;
    }

    .cartPrs > li figure {
        width: 80px;
    }

        .cartPrs > li figure img {
            width: 80px;
            height: 80px;
        }

    .prLink {
        font-size: 13px;
        margin-left: 40px;
    }

    .cartContentPane .cardPadding {
        padding: 10px;
    }

    .contactDetail {
        display: block;
    }

    .contactInfo {
        display: block;
        height: auto;
    }

    .contactDetail li {
        margin-block: 10px;
    }

    .contactForm {
        margin-bottom: 10px;
    }

    .contactFormBox {
        padding: 20px;
    }

    .contactRow {
        display: block;
    }

    .contactDetail {
        width: auto;
        margin-bottom: 15px;
    }

    .contactMap {
        width: auto;
        margin-bottom: 15px;
    }

    .brands {
        grid-gap: 10px;
    }

        .brands > li {
            width: calc(50% - 5px);
        }

            .brands > li > a {
                padding: 10px;
            }

    .bloglist {
        display: block;
    }

    .blogListContent {
        width: auto;
    }

    .bloglist li {
        width: auto;
        margin-block: 20px;
    }

    .loginBox {
        max-width: 96%;
        display: block;
    }

    .loginContent {
        width: auto;
    }

    .loginSide {
        display: none;
    }

        .loginSide h1 {
            font-size: 16px;
            text-align: center;
            line-height: 40px;
        }

            .loginSide h1 span {
                display: block;
                height: 0;
                opacity: 0;
                width: fit-content(;
                );
            }

    .loginContentBox {
        padding: 20px 10px;
    }

    .loginlabel {
        font-size: 12px;
    }

    .prIntro {
        display: block;
    }

    .prGallery,
    .prSummary {
        width: auto;
    }

    .prGallery {
        margin-bottom: 20px;
    }

    .prTabs {
        font-size: 11px;
    }

        .prTabs li a {
            padding: 0 5px;
            text-align: center;
            line-height: 30px;
        }

        .prTabs > li a i {
            display: block;
            margin: 0 auto;
        }

        .prTabs > li {
            flex: 1;
        }

    .prSummaryDetail {
        text-align: right;
    }

    .addToCart {
        display: block;
        text-align: center;
    }

    .prRateView {
        top: -40px;
        bottom: 18px;
    }

    .addCmPane {
        display: block;
    }

    .commentCols {
        display: block;
    }

    .cmSummary,
    .comments {
        width: auto;
    }

    .cmSummary {
        margin-bottom: 50px;
    }

    .prTitle h1 {
        font-size: 18px;
    }

    .prTitle h2 {
        font-size: 12px;
    }

    .submenu {
        display: none !important;
    }

    .popUpView .profileTwoCol {
        display: flex;
    }

    .popUpView .btn {
        width: 100%;
    }

    .popUpView .editProfileFormBox .inputForm {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 850px) {
    .fourBanners {
        flex-wrap: wrap;
        grid-gap: 10px;
    }

        .fourBanners li {
            width: calc(50% - 5px);
        }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1285px) {
    .slideCarousel .owl-dots {
        left: 20px;
    }
}

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

@media only screen and (min-width: 1285px) {
}

@media only screen and (max-width: 1080px) {
    .tgmenu {
        width: 44px;
        height: 44px;
        display: block;
        color: #92278f;
        position: absolute;
        top: 3px;
        right: 5px;
        text-align: center;
        font-size: 30px;
        line-height: 44px;
    }

        .tgmenu span {
            height: 2px;
            width: 30px;
            background: #fff;
            position: absolute;
            top: 19px;
            left: 0;
        }

            .tgmenu span:before,
            .tgmenu span:after {
                content: "";
                display: block;
                height: 2px;
                width: 30px;
                background: #fff;
                position: absolute;
                top: 8px;
                left: 0;
            }

            .tgmenu span:after {
                top: auto;
                bottom: 8px;
            }

    .topmenu {
        width: 250px;
        display: block;
        background: #f5f5f5;
        position: fixed;
        top: 53px;
        right: 0;
        bottom: 0;
        margin-top: 0;
        height: auto;
        transition: 0.3s ease-out;
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        z-index: 1000;
    }

    .dark .topmenu {
        background: #262844;
    }

    .topmenu > li a i {
        display: none;
    }

    .topmenu > li > a {
        display: block;
        color: #383d47;
        padding-right: 30px;
        text-shadow: none;
        margin-left: 0;
    }

    .topmenu > li a:hover {
        background: #c2edda;
        color: #068d38;
    }

    .topmenu > li {
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: auto;
        line-height: 46px;
    }

    .openMenu {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }

    .floatmenu .topmenu {
        top: 53px;
    }

    .megamenu {
        min-height: 0;
        position: static;
        box-shadow: none;
        border-radius: 0;
    }

    .prMainMenu {
        width: auto;
        min-height: 0;
    }
}

@media only screen and (min-width: 1080px) {
    .tgmenu {
        display: none;
    }

    .topmenu {
        display: flex !important;
    }

    .slider {
        height: 400px;
    }

    .sub2menu {
        font-size: 12px;
        line-height: 32px;
        margin: 0 5px 5px;
        font-weight: 400;
    }

        .sub2menu > li {
        }

            .sub2menu > li > a {
                display: block;
                color: #747474;
            }

                .sub2menu > li > a::before {
                    content: "-";
                    margin-left: 5px;
                }

                .sub2menu > li > a:hover {
                    color: #5e50c9;
                }

    .prMainMenu > li:hover .submenu {
        display: flex;
    }

    .topmenu > li:hover .megamenu {
        display: block;
    }
}