﻿
@media only screen and (max-width: 991px) {
    html {
        overflow-x: hidden
    }


    .container-fluid {
        padding: 0 30px;
    }
    .site-header__logo.mobileview {
        display: block;
    }

    .mobile-logo {
        text-align: center;
    }

    .top-header .customer-links {
        display: none;
        position: absolute;
        right: 0;
        top: 29px;
        z-index: 222;
        margin: 0;
        width: 140px;
        background: #fff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

        .top-header .customer-links li {
            display: block;
            text-align: left;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #ddd;
        }

            .top-header .customer-links li a {
                color: #555;
                padding: 10px;
                display: block;
            }

                .top-header .customer-links li a:hover {
                    opacity: 0.7;
                }

    #siteNav {
        display: none;
    }

    .header-content-wrapper .btn--link {
        border: 0;
    }

        .header-content-wrapper .btn--link .anm {
            font-size: 17px;
        }

    .pageWrapper {
        position: relative;
        left: 0;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .mobile-nav-wrapper {
        display: block;
    }

    body.menuOn .pageWrapper {
        left: 270px
    }

    #pageWrapper {
        position: relative;
        left: 0;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .js-mobile-nav-toggle .anm {
        display: none;
        color: #000;
    }

    .site-header__menu {
        border: 0;
        padding: 0;
        font-size: 17px;
        display: block;
        cursor: pointer;
    }

    .js-mobile-nav-toggle.mobile-nav--open .anm-bars-r,
    .js-mobile-nav-toggle.mobile-nav--close .icon.anm.anm-times-l {
        display: inline-block;
    }

    #MobileNav {
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 999;
        position: sticky;
        top: 0;
    }

    .mobile-nav-wrapper .closemobileMenu {
        color: #000;
        font-size: 13px;
        padding: 8px 10px;
        background-color: #eee;
        cursor: pointer;
        border: none;
        background-color: #ffc0cb53;
        backdrop-filter: blur(16px);
    }

        .mobile-nav-wrapper .closemobileMenu .anm {
            font-size: 13px;
            padding: 2px;
            float: right;
        }

    .mobile-nav-wrapper {
        max-width: 200px;
        height: 100%;
        position: fixed;
        left: -270px;
        top: 0;
        z-index: 10000;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none;
        background-color: #ffc0cb53;
        backdrop-filter: blur(16px);
    }

        .mobile-nav-wrapper.active {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

    #MobileNav li {
        border-top: 1px solid #eeeeee;
        position: relative
    }

        #MobileNav li.grid__item {
            float: none;
            padding: 0
        }

        #MobileNav li a {
            color: #333333;
            font-size: 14px;
            text-decoration: none;
            display: block;
            padding: 10px 45px 10px 10px;
            opacity: 1;
            -webkit-font-smoothing: antialiased;
            font-weight: 400;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            position: relative
        }

            #MobileNav li a .anm {
                color: #333333;
                font-size: 11px;
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                position: absolute;
                right: 0;
                top: 0;
                text-align: center
            }

            #MobileNav li a .lbl {
                color: #ffffff;
                font-size: 10px;
                font-weight: 400;
                letter-spacing: 0;
                line-height: 1;
                text-transform: uppercase;
                display: inline-block;
                padding: 2px 4px;
                border-radius: 3px;
                background-color: #f00;
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
                position: relative;
                vertical-align: middle
            }

                #MobileNav li a .lbl:after {
                    content: " ";
                    display: block;
                    width: 0;
                    height: 0;
                    position: absolute;
                    bottom: 3px;
                    left: -7px;
                    border: 4px solid transparent;
                    border-right-color: #f00
                }

                #MobileNav li a .lbl.nm_label1 {
                    background-color: #01bad4
                }

                    #MobileNav li a .lbl.nm_label1:after {
                        border-right-color: #01bad4
                    }

                #MobileNav li a .lbl.nm_label2 {
                    background-color: #f54337
                }

                    #MobileNav li a .lbl.nm_label2:after {
                        border-right-color: #f54337
                    }

                #MobileNav li a .lbl.nm_label3 {
                    background-color: #fb6c3e
                }

                    #MobileNav li a .lbl.nm_label3:after {
                        border-right-color: #fb6c3e
                    }

                #MobileNav li a .lbl.nm_label4 {
                    background-color: #d0a306
                }

                    #MobileNav li a .lbl.nm_label4:after {
                        border-right-color: #d0a306
                    }

                #MobileNav li a .lbl.nm_label5 {
                    background-color: #af4de2
                }

                    #MobileNav li a .lbl.nm_label5:after {
                        border-right-color: #af4de2
                    }

        #MobileNav li ul {
            display: none;
            background-color: #f2f2f2;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #MobileNav li li a {
            padding-left: 20px
        }

        #MobileNav li li li a {
            padding-left: 30px;
        }

        #MobileNav li li li li a {
            padding-left: 40px;
        }

    .slideshow .wrap-caption {
        padding: 20px;
    }

    .slideshow .slideshow__title {
        font-size: 40px;
    }

    .slideshow__text-content.bottom {
        bottom: 1%;
    }

    .home2-default .slideshow .slideshow__title {
        font-size: 35px;
    }

    .newsletter-section .justify-content-end {
        -webkit-flex-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }


    .template-collection .collection-header {
        margin-bottom: 20px;
    }

    .product-details-img {
        margin-bottom: 20px;
    }

    h1.product-single__title, .product-single__title.h1 {
        font-size: 16px;
    }

    .template-product .tabs-listing .product-tabs a {
        padding: 15px 10px;
    }

    .left-content-product {
        width: 100%;
        padding-right: 0;
    }

    .sidebar-product {
        width: 100%;
        padding-left: 0;
    }

        .sidebar-product .related-product .grid__item {
            width: 50%;
        }

            .sidebar-product .related-product .grid__item:nth-child(2n+1) {
                clear: left;
            }

        .sidebar-product .sub-heading {
            max-width: 100%;
        }

    .prSidebar .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

}
