@charset "utf-8";
/* CSS Document */

@media(max-width: 650px) {

    /* Navigation & Search Bar */
    .header-bar ul {
        padding: 15px 0 15px 0;

        overflow-y: auto;
        max-height: 86vh;
    }

    .body_scroller {
        overflow: hidden;
    }

    .header-bar li {
        padding: 10px 0 10px 0;

        text-align: left;
    }
	.header-bar li a {
        font-size: 18px;
        height: auto;

        padding: 12px 20px 0 20px;
	}
		.header-bar a:hover {
			background: #f9f9f9;

			text-decoration: none;

			box-shadow: inset 0 -3px 0 #dc475b;
		}

    .header-img__img {
        display: none;
	}
    .store-header-img__img {
        display: none;
    }
    .header-img__search {
        width: 100%;

        padding: 45px 20px 15px 20px;

        position: inherit;
        top: 0;
        left: 0;
        transform: none;
    }
        .header-img__search h1 {
            font-size: 22px;

            margin-bottom: 10px !important;
        }
        .header-img__search h4 {
            display: none;
        }

    .store-header-img__search {
        width: 100%;

        padding: 45px 20px 15px 20px;

        position: inherit;
        top: 0;
        left: 0;
        transform: none;
    }
        .store-header-img__search h1 {
            font-size: 22px;

            margin-bottom: 10px;
        }

    .store-header-img__shop {
        width: 100%;

        padding: 45px 20px 10px 20px;

        position: inherit;
        top: 0;
        left: 0;
        transform: none;

        opacity: 1;
    }
        .store-header-img__shop h1 {
            font-size: 22px;

            margin-bottom: 10px;
        }

    .header-bar__sm {
        padding: 20px 0 20px 0;
    }

    .navbar-toggler {
        padding: 19px 10px !important;
    }
    .navbar-toggler-img {
        padding: 14px 10px 0 10px !important;
    }
    .navbar-nav {
        border-bottom: 1px solid #ececec !important;
    }
        .navbar-nav a:hover {
            background: none !important;

			text-decoration: none;

			box-shadow: none;
        }

    /* Logo */
    .logo h5 {
        padding-top: 15px;
    }
    .logo-footer a {
        padding: 30px 20px 0 20px;
    }

    /* Wishlist Button */
    .wish-2 {
        top: 0;

        visibility: visible;
    }
    .wish-active {
        top: 0;
    }

    /* Boxes */
    .box-grey__basic {

    }
        .box-grey__basic img {
            height: 200px;
        }
        .box-grey__basic h3 {
            font-size: 14px;
            margin-bottom: 5px;
        }
        .box-grey__basic h5 {
            float: none;
        }
    .box-grey__underline {
        margin-bottom: 0;
    }
    .box-grey__solid {
        margin: 0;
    }
    .box-grey__light {
        margin: 0;
    }

    .btn-grey__dark__basket {
        padding: 10px;

        border-radius: 2px;
    }

    .box-white {
        margin-top: 0px;
    }

    .box-white__basic {
        padding: 6px;

        text-align: center;
    }
        .box-white__basic img {
            height: 150px;
        }
        .box-white__basic h3 {
            font-size: 14px;
        }
        .box-white__basic h5 {
            float: none;
        }
        .box-white h2 {
            margin-bottom: 0;
            border: none;
        }

    .box-white__shadow {
        width: 100%;

        padding: 20px;

        margin-bottom: 0;
    }
    .box-grey-border {
        border-left: 0;
        border-right: 0;
    }
    .sell-background-main {
        width: 290px;

        padding: 15px;
        margin: 45px auto 20px auto;
    }

    .box-green__ship {
        position: absolute;
        top: 15px;
        right: 6px;

        font-weight: bold;

        border-radius: 4px 0 0 4px;

        opacity: 0.7
    }

    .sidepanel {
        max-height: 100vh;
    }

    .wish-delete {
        display: none;
    }

    .faq-background-main {
        width: 100%;

        padding: 60px 20px 20px 20px;
    }
        .faq-background-main ul {
            padding-left: 0;
            list-style: none;
        }
        .faq-background-main li {
            margin-bottom: 15px;
        }

    /* Notifications */
    .notification__success {
        height: 42px;
        padding-top: 10px;
    }

    .notification__error {
        height: 42px;
        padding-top: 10px;
    }

    /* Form */
    .form-field {
        box-shadow: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }
    .form-field__search {
        border: 1px solid #e6e6e6 !important;
        box-shadow: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;

        padding: 25px 55px 25px 15px !important;
    }
    .form-control:focus {
        border: 1px solid #e6e6e6 !important;
    }

    /* Profile */
    .product-image__thumb-background {
        margin-top: 0;

        text-align: center;
    }
    .profile_img-sm {
        width: 70px;
        height: 70px;
    }

    /* Buttons */
    .btn-pink__md {
        width: 100%;
    }
    .btn-pink__xs {
        width: 100%;

        padding: 8px 20px;
    }
    .btn-pink__xs-m-lg {
        width: 100%;

        font-size: 16px;

        padding: 10px;
    }
    .btn-pink__lg__added {
        padding: 10px !important;
    }
    .btn-pink__lg__delete {
        padding: 10px !important;
    }
    .btn-pink__xxs {
        width: 100%;

        padding: 6px;

        font-size: 14px;
    }
    .btn-grey__dark__xs-m-lg {
        width: 100%;

        font-size: 16px;

        padding: 10px;
    }
    .btn-grey__dark__md {
        width: 100%;
    }
    .btn-grey__dark__xs {
        width: 100%;

        padding: 8px 20px;
    }
    .btn-pink__lg {
        width: 100%;

        padding: 10px;

        border-radius: 2px;
    }
    .btn-grey__light__lg {
        width: 100%;
    }
    .btn-grey__dark__lg {
        width: 100%;

        padding: 10px;
    }
    .btn-white {
        width: 100%;
    }
    .btn-green__sm  {
        width: 100%;

        font-size: 16px;

        padding: 10px;
    }
    .btn-upload__lg {
        width: 100%;

        font-size: 16px;

        padding: 10px 30px;

        text-align: center;
    }
    .btn-grey__dark__thanks {
        width: 100%;

        border-radius: 2px;

        font-size: 14px;

        padding: 10px;
    }

    .btn-pink__basket {
        width: 100%;

        border-radius: 2px;

        font-size: 14px;

        padding: 10px;
    }

    .basket-delete {
        right: 15px;
        top: -110px;
    }

    /* Dropdowns */
    .dropdown-head {
        background-color: #f6f6f4 !important;

        padding: 10px !important;
    }
        .dropdown-head li {
            padding: 10px 0 5px 0;
        }
        .dropdown-head li a {
            background: none;

            padding: 0;
        }

    .article-dropdown {
        margin-top: 45px;
        display: block;
    }
    .article-dropdown > .dropdown-menu {
        width: 100% !important;

        left: 0 !important;
        top: 40px !important;
    }
    .article-post__img {
        width: 50px;
        height: 50px;

        left: inherit;
        top: 0px;
        right: 8px;
    }
    .article-main__shadow {
        margin-top: 20px;

        box-shadow: none;
        border-top: 1px solid #e8e8e8;
    }
        .article-main__shadow h5 {
            font-size: 20px;
        }
    .article-post__content {
        padding: 10px 10px 40px 10px;
    }
        .article-post__content:before {
            display: none;
        }

    /* Modals */
    .box-modal__basic {
        padding: 10px;
    }
    .product-image__modal {
        height: 230px;
    }

    /* Footer */
    .footer {
        margin-top: 20px;
    }

    .footer-bottom {
        padding: 0;
    }

    /* Slider */
    .carousel-inner {
        width: 100% !important;
    }

    /* Hight Adjuster */
    .res-height {
        height: 25px;
    }
    .res-maxheight {
        min-height: 50px;
    }

    /* Misc */
    .b-right {
        border-right: none !important;
    }
    .b-top {
        border-top: 1px solid #e8e8e8;
    }

    .product-image__basket {
        width: 95px !important;
        height: 95px !important;
    }
    .border-box {
        border-right: none !important;
    }
    .delete-2 {
        right: 10px;
        top: 0px;
    }
}
