/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.*/

.m-banner{
    display: none !important;
}
@media only screen and (max-width: 1400px) {
    .login-content {
        padding: 30px 80px; 
    }
    .login-logo-image {
        margin-bottom: 50px;
    } 
    .details-gallery .owl-thumbs button { 
        border-radius: 10px; 
    }
    .details-gallery .owl-thumbs { 
        gap: 10px; 
        margin-top: 20px;
    }
    .details-gallery .owl-carousel .owl-item {
        border-radius: 10px; 
    }
    .display-wapper {
        margin-right: 0;
        grid-gap: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .details-gallery .gallery-slider {
        flex-direction: column;
    }
    .details-gallery .owl-thumbs { 
        flex-direction: row;
    }
    .main-area { 
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) { 
    .login-logo-image,
    .scrollToTop{
        display: none;
    }
    .login-area { 
        grid-template-columns: repeat(1, 1fr); 
    }
    .login-image { 
        order: initial;
        padding: 80px;
        border-radius: 0 0 20px 20px;
    }

    .login-content {
        padding: 20px;
    }

    .filter-colose, .mobile-filter{ 
        display: inline-flex;
        padding: 0 5px;
    }
    .sortby span {
        display: none;
    }
    .mobile-filter-data{
        display: none;
        position: fixed;
        z-index: 99; 
        top: 0;
        height: 100%;
        overflow: auto;
        width: 100%;
        padding: 0;
    }
    .filters-dropdown .filters-dropdown-name {
        font-size: 14px;
        font-weight: normal; 
    }
    
    .mobile-filter-data:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 auto;
        background: rgb(0 0 0 / 22%);
        z-index: 9;
    }
    .mobile-filter-title{
        padding: 15px;
    }
    .mobile-filter-data aside {
        height: 100%;
        overflow: auto;
        width: 280px;
        z-index: 999;
        position: relative;
        background-color: #ffffff;
    }
    .steps-title h1 {
        font-size: 24px; 
        line-height: normal;
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .mtb-90 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-100 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .mtb-110 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mtb-120 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .mtb-130 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .mtb-140 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .mtb-150 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .ptb-90 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .ptb-110 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .ptb-120 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ptb-130 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .ptb-140 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .ptb-150 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    /* helper classes */
    .grid-1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-5 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-6 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }   

    .m-banner{
        display: block !important;
    }
    .d-banner{
        display: none !important;
    }
    .banner-image {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .reports-item {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .mtb-90 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .mtb-100 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-110 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-120 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .mtb-130 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mtb-140 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .mtb-150 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .ptb-90 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .ptb-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-110 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-120 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .ptb-130 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .ptb-140 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ptb-150 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    /* helper classes */
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-5 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-6 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    .brands-grid.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    } 

    /* Company Css */
    .save-btns a {
        width: 100%;
        margin-top: 20px;
    }
    .catalog-filter { 
        justify-content: flex-start; 
    }
    .sortby select { 
        width: auto; 
    }
    .mange-table table .names {
        width: auto;
    }

    .upload-form { 
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 15px;
    }
    .display-wapper { 
        grid-template-columns: repeat(2, 1fr); 
    }
}
@media only screen and (max-width: 520px) {
    .banner-text {
        max-width: 220px;
        padding: 25px;
    }
    .rewards-content {
        padding: 10px;
    }
    .rewards-card .rewards-content .rewards-card-name {
        font-size: 14px; 
        margin-bottom: 10px;
    }
    .rewards-content p { 
        font-size: 12px; 
    }
    .content-text span { 
        font-size: 10px; 
    }
    .content-text a { 
        font-size: 12px; 
        padding: 10px; 
    }
    .banner-text h1 {
        font-size: 20px; 
    }
    .banner-text p { 
        font-size: 12px;
        line-height: normal;
    }
    .thankyou-product,
    .order-items { 
        flex-direction: column;
    }
    .product-details-wappers,
    .check-out-right,
    .thankyou-wappers,
    .order-wapper,
    .table-box,
    .profile-content,
    .profile-header { 
        padding: 20px; 
    }
    .product-details-content {
        margin-top: 30px;
    }
    
    .product-details-title h2 {
        font-size: 28px; 
    }
    .product-details-wappers .nav-tabs{
        display: inline-block !important;
        white-space: nowrap !important;
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
    }
    .product-details-wappers .nav-item {
        display: inline-block;
        position: relative;
    }
    .order-content-details {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .upload-form {
        grid-template-columns: repeat(1, 1fr);
    }
    .display-wapper { 
        grid-template-columns: repeat(1, 1fr); 
    }
    .sortby input, .sortby select {
        margin-left: 0;
    }
    
}
@media only screen and (max-width: 420px) {
    .order-content-details {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}