@import "./font.css";


/*
 Global Css
*/
:root {
    --FontsBlack: FontsBlack;
    --FontsBlackItalic: FontsBlackItalic;
    --FontsBold: FontsBold;
    --FontsBoldItalic: FontsBoldItalic;
    --FontsMedium: FontsMedium;
    --FontsMediumItalic: FontsMediumItalic;
    --Regular: Regular;
    --RegularItalic: RegularItalic;
    --FontsLight: FontsLight;
    --FontsLightItalic: FontsLightItalic;
    --FontsThin: FontsThin;
    --FontsThinItalic: FontsThinItalic;
    --white: #FFFFFF;
    --black: #333333;
    --gary: #4c4c4c;
    --main-gradient: linear-gradient(to right, #f8735d, #f66a56, #f4614e, #f15747, #ef4d40);
    --main-color: #EF4D40;
    --hover-gradient: linear-gradient(to right, #d05039, #d24b37, #c74534, #cd4233, #c62f24);
    --body-color: #f5f5f5;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .search-result-filter {
        grid-template-columns: 50% 50%;
    }

    .search-result-filter .left-border {
        border: none;
        margin-top: 5px;
    }

    .search-result-desc {
        flex-direction: column;
    }

    /* Buyers Header-start */
    .switch {
        height: 36px !important;
        width: 100px !important;
    }

    .slider::before {
        bottom: 2px !important;
    }

    input:checked+.slider::before {
        -webkit-transform: translateX(47px) !important;
        -ms-transform: translateX(47px) !important;
        transform: translateX(47px) !important;
    }

    /* Buyers Header-end */


    /* Buying leads-start */
    .buying-leads-body {
        grid-template-columns: 100%;
    }

    .bg-container .buying-leads-sidebar {
        display: none;
    }

    .bg-container .buying-leads-content {
        padding: 40px 0px;
    }

    .buying-leads-content .bulk-actions {
        width: 100%;
        padding: 0 10px;
    }

    /* Buying leads-end */

    /* My-account - start */
    .my-account {
        width: 90%;
    }

    .user-info-container .card-body {
        height: 200px;
    }

    .user-photo .upload-txt {
        position: absolute;
        bottom: 50px;
    }

    .user-information .verified {
        position: absolute;
        top: 10px;
        right: 10px;
        margin-bottom: 20px;
    }

    .profile-details {
        padding-bottom: 20px;
    }

    /* My-account - end */
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .main-header.desktop {
        display: none !important;
    }

    .main-header.mobile {
        display: block;
    }

    .bottom--mobile-menu {
        display: block !important;
    }

    .category--dropdown {
        display: none !important;
    }

    .top-header.desktop {
        display: none !important;
    }

    .cat-item-content {
        height: 150px !important;
    }

    .cat-item-content img {
        max-width: 80px !important;
        width: 80px !important;
        height: 90px !important;
    }

    .touch-heading {
        font-size: 30px !important;
    }
    .touch-heading-slug {
        font-size: 46px !important;
        margin-top: 24px;
    }

    .right-touch-form {
        padding-left: 0 !important;
        padding-top: 20px !important;
    }

    .discount-image img {
        max-width: 120px;
    }

    .recommend-product-item {
        margin: 10px 0 !important;
    }

    .division--grid>.col {
        margin-bottom: 10px !important;
    }

    footer {
        margin-bottom: 50px !important;
    }

    .top-subscribe-footer--container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top-subscribe-footer {
        padding: 20px;
    }

    .subscribe--grid {
        flex-direction: column !important;
    }

    .subscribe--grid p,
    .subscribe--grid form {
        width: 100% !important;
    }

    .subscribe--grid p {
        text-align: center;
        font-size: 18px !important;
    }

    .social--grid {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin-top: 20px;
    }

    .social--icon {
        margin-left: 0 !important;
    }

    .social--icon a:first-child span {
        margin-left: 0 !important;
    }

    .footer-bottom {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .top-header-dropdown-wrapper.mobile {
        flex-direction: column !important;
    }

    .top-header-dropdown-wrapper.mobile li {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding: 8px 0 !important;
        margin: 5px 0;
    }

    .top-header-dropdown-wrapper.mobile li span,
    .top-header-dropdown-wrapper.mobile li a {
        font-size: 14px;
        color: var(--black);
        font-family: var(--Regular);
    }

    .top-header-dropdown-wrapper.mobile li:hover>span,
    .top-header-dropdown-wrapper.mobile li:hover>a {
        color: var(--main-color);
    }

    .welcome-message.for--mobile {
        position: absolute;
        bottom: 20px !important;
        left: 15px !important;
        color: #EF4D40;
        width: 100%;
        right: 0;
    }

    .categories-sub-menu {
        position: relative !important;
        top: 0px !important;
        left: 0 !important;
        min-width: 200px !important;
        padding: 10px;
        display: none;
    }

    .categories-nav>li:hover>.categories-sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .categories-sub-menu>li:hover>.categories-sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .search-nav-wrapper.mobile {
        flex-direction: column !important;
        padding-left: 0 !important;
    }

    .search-nav-wrapper.mobile li {
        display: block !important;
        width: 100% !important;
    }

    .search-nav-wrapper.mobile li a span {
        font-size: 14px !important;
        color: var(--black) !important;
        font-family: var(--Regular) !important;
    }

    .search-nav-wrapper.mobile li a:hover span {
        color: var(--main-color) !important;
    }

    .search-nav-wrapper.mobile li:not(:first-child) {
        margin: 10px 0 !important;
    }

    .search-input-box input {
        background: var(--white);
        font-size: 14px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

    .search-nav-wrapper.mobile li.search {
        margin-bottom: 30px !important;
    }

    .search-nav-wrapper.mobile li.search .search-input-box input {
        width: 70% !important;
        padding: 10px 15px !important;
    }

    .search-nav-wrapper.mobile li.search .search-input-box button {
        width: 30% !important;
        padding: 10px 15px !important;
    }

    .dropdown-menu.dropdown-menu--user {
        min-height: 150px !important;
        min-width: 200px !important;
        padding: 15px !important;
    }

    .dropdown-menu.dropdown-menu--user>li {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .dropdown-menu.dropdown-menu--user>li .icon img,
    .dropdown-menu.dropdown-menu--user>li.user--nav-item a img {
        width: 100% !important;
        max-width: 25px;
    }

    .b2b {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b2b-title {
        font-size: 25px !important;
        line-height: 1.4em !important;
    }

    .b2b-title span {
        font-size: 25px !important;
    }

    .hot-products-title {
        float: none;
        padding: 10px 0;
    }

    /* My-account - start */
    .my-account {
        width: 90%;
    }

    /* My-account - end */

    /* Seller Dashboard */
    /* .profile .row{
        text-align: center;
    } */
    .dashboard .profile img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
    }

    .dashboard .profile img {
        margin-bottom: 10px;
    }

    .dashboard .shortcuts {
        gap: 1vh;
    }

    .dashboard .banner h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3rem;
    }

    .dashboard .banner p {
        font-size: 12px;
    }

    .dashboard .banner .request-btn {
        margin-top: 10px;
    }

    .dashboard .banner {
        padding: 20px 10px;
        margin: 25px 4px;
    }

    /* Member-profile - start */
    .member-profile .edit-member {
        height: 100vh;
        margin-top: -10vh;
        margin-left: 6vw;
        margin-right: 6vw;
        margin-bottom: 10vh;
        padding: 20px 0px;
    }

    .form .request-btn {
        width: 100%;
    }

    /* Member-profile - end */
}


/* New break points */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .category-grid-left {
        min-height: 200px !important;
    }

    .category-grid-left h3 {
        max-width: 70% !important;
    }

    .right-touch-form {
        padding-left: 0 !important;
        padding-top: 30px !important;
    }

    .recommend-product-item {
        margin-top: 20px;
    }

    /* My-account - start */
    .my-account {
        width: 90%;
    }

    /* My-account - end */

    /* Sign-up form - start */
    .signup-wrapper .container {
        min-width: 100%;
    }

    .signup-form .radio-container {
        flex-direction: column;
    }

    /* Sign-up form - end */

    /* Seller Dashboard */
    /* .profile .row{
        text-align: center;
    } */
    .dashboard .profile img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
    }

    .dashboard .profile img {
        margin-bottom: 10px;
    }

    .dashboard .shortcuts {
        gap: 1vh;
    }

    /* member-profile-edit: start */
    .form .request-btn {
        width: 80%;
    }

    /* member-profile-edit: end */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    /* My-account - start */
    .my-account {
        width: 90%;
    }

    .signup-form .radio-container .radio-group {
        padding-right: 5px;
    }

    /* My-account - end */

    /* Sign-up form - start */
    .signup-wrapper .container {
        min-width: 100%;
    }

    .signup-form .radio-container {
        flex-direction: row;
    }

    /* Sign-up form - end */

    /* Seller Dashboard */
    .dashboard .profile img {
        height: 70px;
        width: 70px;
        border-radius: 50%;
    }

    .dashboard .shortcuts {
        gap: 0;
    }

    /* member-profile-edit: start */
    .form .request-btn {
        width: 50%;
    }

    /* member-profile-edit: end */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    /* My-account - start */
    .my-account {
        width: 70%;
    }

    /* My-account - end */

    /* Sign-up form - start */
    .signup-wrapper .container {
        min-width: inherit;
    }

    .signup-form .radio-container {
        flex-direction: row;
    }

    /* Sign-up form - end */
}
