.header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.banner figure {
    max-height: 505px;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.apply-coupon{
    padding: 0rem 2rem !important;
}
.cart-quantity{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .apply-coupon{
        padding: 0rem 1.5rem !important;
    }
}
@media screen and (max-width: 375px) {
    .apply-coupon{
        font-size: 1.2rem;
        padding: 0rem 0.5rem !important;
    }
}
.service-list-res {
    padding: 32px 0px 25px 0px;
}

.main-fit-now-res {
    padding: 50px 0px 25px 0px;
}

.post-media {
    max-height: 180px;
    height: 100%;
    overflow: hidden;
}

.brand-area-res {
    width: 100%;
    height: 178px;
    border-radius: 10px;
    overflow: hidden;
}

.brand-area-res a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.brand-area-res a::after {
    content: "\f16d";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg) scale(2);
    font-size: 3rem;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1;
}

.brand-area-res:hover a:before {
    opacity: 0.5;
}

.brand-area-res:hover a::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.brand-area-res:hover a img {
    transform: scale(1.5);
}

.brand-area-res a img {
    transition: all 0.3s linear;
}

.brand-area-res img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.social-links a img {
    border-radius: 5px;
    overflow: hidden;
    margin-left: 8px;
}

.product-details .btn-wishlist,
.product-hide-details .btn-wishlist {
    margin: 0 0 0 0.6rem;
}

.product-details .btn-quickview,
.product-hide-details .btn-quickview {
    margin: 0 0 0 0.6rem;
}

.userlogin {
    margin-left: 15px;
}

.new-arrivals {
    margin-top: 5rem;
    padding-top: 0.5rem;
}

.page-content-inner-order {
    box-shadow: 0px 0px 14px -2px rgba(168, 168, 168, 0.4);
    border-bottom: 0px;
    border-radius: 10px;
    padding: 40px 20px;
}

.page-content-inner-order h3 {
    font-size: 3rem;
}

.page-content-inner-order .shop-table thead tr th:first-child {
    text-align: left;
}

.page-content-inner-order .shop-table tbody tr td:first-child {
    text-align: left;
}

.page-content-inner-order .shop-table thead tr th:last-child {
    text-align: right;
}

.page-content-inner-order .shop-table tbody tr td:last-child {
    text-align: right;
}

.single-page-content-one {
    text-align: left;
}

.single-page-content-two {
    text-align: center;
}

.single-page-content-three {
    text-align: right;
}

.table-responsive {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.product-media {
    height: 160px;
}

.product-media-category {
    height: 175px;
}

.quick-view {
    max-width: 50%;
}

.search-result-area-res {
    width: 450px;
    height: 60px;
}

@media screen and (max-width: 1440px) {
    .quick-view {
        max-width: 65%;
    }
}

@media screen and (max-width: 1400px) {
    .quick-view {
        max-width: 65%;
    }
}

@media screen and (max-width: 1280px) {
    .quick-view {
        max-width: 75%;
    }
}

@media screen and (max-width: 1200px) {
    .quick-view {
        max-width: 75%;
    }
}

@media screen and (max-width: 1024px) {
    .banner-figure-main {
        height: 505px !important;
    }

    .banner-figure-main img {
        object-fit: cover;
        height: 91%;
    }

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        min-width: 8.2rem;
        font-size: 1.1rem;
    }

    .page-content-inner-order h3 {
        font-size: 2.8rem;
    }

    .product-single .product-name {
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: -.025em;
        white-space: normal;
    }

    .quick-view {
        max-width: 80%;
    }

    .product-details {
        padding-top: 1.2rem;
    }
}

@media screen and (max-width: 992px) {
    .quick-view {
        max-width: 90%;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .view-block {
        display: block !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .product-single .product-name {
        font-size: 2.2rem;
        font-weight: 600;
        letter-spacing: -.025em;
        white-space: normal;
        margin-right: 0px;
    }

    .quick-view {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .userlogin {
        margin-left: 15px;
    }

    .new-arrivals {
        margin-top: 1rem;
        padding-top: 0rem;
    }

    .main-fit-now-res {
        padding: 10px 0px 0px 0px;
    }

    .main-fit-now-res .mb-4 {
        margin-bottom: 0px !important;
    }

    .category-for-you-res {
        margin-top: 35px !important;
        padding-bottom: 0px !important;
    }

    .get-special-offer-res {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .latest-artical-res {
        padding-top: 0px !important;
    }

    .latest-artical-res .title span {
        padding: 0 0 1.35rem 0;
    }

    .out-brand-res {
        margin-top: 0px !important;
        padding-bottom: 10px !important;
    }

    .out-brand-res .brands {
        margin-top: 0px !important;
    }

    .page-content-inner-order h3 {
        font-size: 2.6rem;
    }

    .tab-vertical .nav-tabs {
        width: 22.8%;
    }
}

@media screen and (max-width: 767px) {
    .tab-vertical .nav-tabs {
        width: 100%;
    }
}

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

}

@media screen and (max-width: 576px) {
    .header-middle .header-right {
        white-space: nowrap;
    }

    .main-fit-now-res .mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .banner-newsletter .input-wrapper {
        padding: 0px 25px;
    }

    .page-content-inner-order h3 {
        font-size: 2rem;
    }

    .quick-view .product-qty label {
        min-width: 4rem;
    }

    .quick-view .product-qty .product-form-group > :not(:last-child) {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 540px) {
    .page-content-inner-order {
        padding: 25px 20px;
    }

    .my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .view-block {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .page-content-inner-order h3 {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .single-page-content-one {
        text-align: left;
        margin-bottom: 20px;
    }

    .single-page-content-two {
        text-align: left;
    }

    .single-page-content-three {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .banner-figure-main {
        height: 400px !important;
    }

    .page-content-inner-order h3 {
        font-size: 1.6rem;
    }

    .search-result-area-res {
        width: 440px;
        height: 60px;
    }
}

@media screen and (max-width: 425px) {
    .banner-newsletter .input-wrapper .btn {
        padding: 1em 1.31em;
    }

    .banner-figure-main {
        height: 350px !important;
    }

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        min-width: 7.2rem;
        font-size: 1.1rem;
        height: 3rem;
    }

    .quick-view .product-qty .product-form-group .input-group {
        height: 3rem;
    }

    .quick-view .product-qty .product-form-group .input-group .quantity {
        height: 3rem;
        min-height: 3rem;
    }

    .product-action .btn-wishlist,
    .product-action .btn-quickview {
        max-height: 3rem;
        padding: 1rem 0;
    }

    .btn.btn-lg {
        padding: 1em 2.54em;
    }

    .product-details {
        padding-top: 0.5rem;
    }

    .product-details h6 {
        font-weight: 500 !important;
    }

    .intro-slide1 .banner-title {
        font-size: 3em;
    }

    .product-single .product-details .product-qty {
        min-width: 5rem;
    }

    .product-single .product-details .product-qty .product-form-group .input-group {
        height: 3rem;
    }

    .product-single .product-details .product-qty .product-form-group .input-group .quantity {
        min-height: 3rem;
    }

    .search-result-area-res {
        width: 385px;
        height: 60px;
    }
}

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

}

@media screen and (max-width: 375px) {
    .banner-newsletter .input-wrapper .btn {
        padding: 1em 0.8em;
    }

    .banner-newsletter .input-wrapper {
        padding: 0px 15px;
    }

    .banner-figure-main {
        height: 320px !important;
    }

    .product-details .btn-product-icon,
    .product-hide-details .btn-product-icon {
        width: 3rem;
        height: 4rem;
    }

    .title {
        padding: 1rem 0;
        font-size: 1.5rem;
    }

    .product-wrapper .nav-link {
        padding: 1.1rem 0;
        font-size: 1.5rem;
    }

    .search-result-area-res {
        width: 345px;
        height: 60px;
    }
}

@media screen and (max-width: 360px) {
    .search-result-area-res {
        width: 330px;
        height: 60px;
    }
}

@media screen and (max-width: 320px) {
    .banner-newsletter .input-wrapper .btn {
        padding: 1em 1em;
        font-size: 1rem;
    }

    .banner-figure-main {
        height: 300px !important;
    }

    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        min-width: 7.2rem;
        font-size: 1rem;
        height: 3rem;
    }

    .intro-slide1 .banner-title {
        font-size: 2.5em;
        line-height: 0.9;
    }

    .search-result-area-res {
        width: 300px;
        height: 60px;
    }
}

/* === spacing === */
.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-65px {
    margin-top: 65px;
}

.mt-60px {
    margin-top: 60px;
}

.mt-55px {
    margin-top: 55px;
}

.mt-50px {
    margin-top: 50px;
}

.mt-45px {
    margin-top: 45px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-35px {
    margin-top: 35px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-25px {
    margin-top: 25px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-15px {
    margin-top: 15px;
}

.mt-10px {
    margin-top: 10px;
}

.mt-5px {
    margin-top: 5px;
}

.mt-0px {
    margin-top: 0px;
}

.mb-65px {
    margin-bottom: 65px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mb-55px {
    margin-bottom: 55px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-45px {
    margin-bottom: 45px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-35px {
    margin-bottom: 35px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-0px {
    margin-bottom: 0px;
}

.pt-65px {
    padding-top: 65px;
}

.pt-60px {
    padding-top: 60px;
}

.pt-55px {
    padding-top: 55px;
}

.pt-50px {
    padding-top: 50px;
}

.pt-45px {
    padding-top: 45px;
}

.pt-40px {
    padding-top: 40px;
}

.pt-35px {
    padding-top: 35px;
}

.pt-30px {
    padding-top: 30px;
}

.pt-25px {
    padding-top: 25px;
}

.pt-20px {
    padding-top: 20px;
}

.pt-15px {
    padding-top: 15px;
}

.pt-10px {
    padding-top: 10px;
}

.pt-5px {
    padding-top: 5px;
}

.pt-0px {
    padding-top: 0px;
}

.pb-65px {
    padding-bottom: 65px;
}

.pb-60px {
    padding-bottom: 60px;
}

.pb-55px {
    padding-bottom: 55px;
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-40px {
    padding-bottom: 40px;
}

.pb-35px {
    padding-bottom: 35px;
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-25px {
    padding-bottom: 25px;
}

.pb-20px {
    padding-bottom: 20px;
}

.pb-15px {
    padding-bottom: 15px;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-5px {
    padding-bottom: 5px;
}

.pb-0px {
    padding-bottom: 0px;
}

.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.image-gallery-thumbnail-image {
    height: 100px !important;
}

.image-gallery-image {
    width: 430px !important;
    height: 375px !important;
}

.slick-slide {
    padding: 0 27px;
}

.slick-list {
    padding: 0 -27px;
}
