/* :root {
  --h1primary: #00a859;
  --h1secondry: #205438;
  --h1secondry: #ecf3d4;
} */
.header-mainSection-1 .ds-top-header {
    background-color: var(--h1secondry);
}
.header-mainSection-1 .become-btn {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    transition: all 0.5s;
    background-color: var(--h1primary);
    border-radius: 8px;
    padding: 8px 12px;
    width: fit-content;
    text-align: center;
}
.header-mainSection-1 .become-btn:hover {
    text-decoration: none;
    background-color: var(--h1secondry);
}
.header-mainSection-1 .become-btn:hover span,
.header-mainSection-1 .seller-btn:hover span {
    color: var(--h1primary);
}
.header-mainSection-1 .ds-top-header .logo-box img {
    max-height: 100px;
    object-fit: contain;
    width: 180px !important;
}
.header-mainSection-1 .ds-top-header .logo-box {
    max-width: 180px;
    width: 100%;
}
.header-mainSection-1 .ds-top-header .right-info-control {
    width: calc(100% - 180px);
    gap: 30px;

}
.header-mainSection-1 .ds-top-header .search-box-header {
    max-width: 475px;
    width: 100%;
}
.header-mainSection-1 .ds-top-header .form-control {
    border-radius: 8px;
    border-color: #bdbfc1;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
}
.header-mainSection-1 .ds-top-header .search-box-header .form-control {
    padding-right: 40px;
}

.header-mainSection-1 .ds-top-header .header-login-box {
    max-width: 800px;
    width: 100%;
    flex: 1;
}
.header-mainSection-1 .ds-top-header .header-icons-boxs .icons i {
    font-size: 30px;
    color: var(--h1primary);
    transition: all 0.5s ease;
}
/* .header-mainSection-1 .ds-top-header .header-icons-boxs .icons i:hover {
  color: var(--h1secondry);
} */
.header-mainSection-1 .ds-top-header .header-icons-boxs .icons .not-num {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #ed3237;
    line-height: 7px;
    padding: 6px;
    border-radius: 50px;
    display: block;
    width: fit-content !important;
    height: fit-content !important;
    position: absolute;
    right: -4px;
    top: -7px;
}
.header-mainSection-1 .ds-top-header .header-icons-boxs .icons a::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 6px;
    background-color: var(--h1primary);
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    opacity: 0;
    transition: all 0.5s ease;
}
.header-mainSection-1 .ds-top-header .header-icons-boxs .icons:hover a::before {
    bottom: -10px;
    opacity: 1;
}
.header-mainSection-1 .ds-top-header .header-icons-boxs .icons a {
    color: var(--h1primary);
}
.header-mainSection-1 .ds-top-header .header-icons-boxs .icons a:hover {
    opacity: 0.8;
}
.header-mainSection-1
    .ds-top-header
    .search-box-header
    .form-control::placeholder {
    color: #bdbfc1;
}
.header-mainSection-1 .ds-top-header .search-box-header .search-i {
    font-size: 18px;
    position: absolute;
    right: 2px;
    top: 0;
    background-color: transparent;
    height: 29px;
    width: 32px;
    border-radius: 8px;
    color: var(--h1primary);
}
.header-mainSection-1 .ds-top-header .search-box-header .search-i svg path{
    stroke: var(--h1primary);
}

.header-mainSection-1 .number-box span {
    font-size: 19px;
    color: var(--h1primary);
    font-weight: 600;
    min-width: 185px;
    padding: 0 10px;
    text-align: center;
}
.header-mainSection-1 .header-login-box .register-btn {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    transition: all 0.5s;
    background-color: var(--h1primary);
    border-radius: 8px;
    padding: 8px 5px;
    width: 50%;
    text-align: center;
}
.header-mainSection-1 .header-login-box .register-btn:hover {
    text-decoration: none;
    /* background-color: var(--h1secondry); */
    opacity: 0.8;
}
.header-mainSection-1 .header-login-box .sign-boxs-header {
    width: 180px;
}
.header-mainSection-1 .header-login-box .emial-boxs-header {
    width: calc(100% - 180px);
}
.header-mainSection-1 .login-btn,
.login-modal-des-1 .login-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--h1primary);
    transition: all 0.5s;
    width: 50%;
    text-align: center;
    background-color: transparent;
    border: 0;
}
.header-mainSection-1 .login-btn:hover,
.login-modal-des-1 .login-btn:hover {
    text-decoration: none;
    color: var(--h1primary);
    opacity: 0.8;
}

.header-mainSection-1 .nav-header-section {
    z-index: 99;
}
.header-mainSection-1 .nav-header-section .navbar {
    background-color: var(--h1primary);
    padding: 0px 16px 0 0;
}
.header-mainSection-1 .nav-header-section .navbar ul li .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    display: block;
    transition: all 0.5s ease;
}
.header-mainSection-1 .nav-header-section .navbar ul li.dropdown  .nav-link::after{
    transition: all 0.2s ease;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: 2px;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin-left: 20px;
}
.header-mainSection-1 .nav-header-section .navbar ul .dropdown:hover .nav-link::after {
    transform: scaleY(-1);
}
.header-mainSection-1 .nav-header-section .navbar ul li .nav-link:hover,
.header-mainSection-1 .nav-header-section .navbar ul .dropdown.show .nav-link {
    background-color: var(--h1secondry);
    /* font-weight: 600 !important; */

    color: var(--h1primary) !important;
}
.header-mainSection-1 .nav-header-section .navbar ul .dropdown-toggle::after {
    transition: all 0.2s ease;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: 2px;
    width: fit-content;
    height: fit-content;
    background-image: none !important;
}
.header-mainSection-1
    .nav-header-section
    .navbar
    ul
    .dropdown.show
    .dropdown-toggle::after {
    transform: scaleY(-1);
}
.header-mainSection-1 .nav-header-section .navbar ul .dropdown-menu {
    background: var(--h1secondry);
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0;
    min-width: 220px !important;
    margin-top: 0;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
    left: 15px !important;
    right: inherit !important;
    transform: inherit !important;
    width: 100% !important;
    margin-left: 0 !important;
}
.header-mainSection-1
    .nav-header-section
    .navbar
    ul
    .dropdown-menu
    .dropdown-item {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px !important;
    transition: all 0.5s ease;
    border-bottom: 1px solid var(--h1primary);
}.header-mainSection-1
.nav-header-section
.navbar
ul
.dropdown-menu
.dropdown-item:last-child{
    border-bottom:0;
}
.header-mainSection-1
    .nav-header-section
    .navbar
    ul
    .dropdown-menu
    .dropdown-item:hover {
    background-color: var(--h1primary);
    color: var(--h1secondry) !important;
}
.login-modal-des-1 .register-btn {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    transition: all 0.5s;
    background-color: var(--h1primary);
    border-radius: 8px;
    padding: 8px 5px;
    width: 50%;
    text-align: center;
}
.login-modal-des-1 .register-btn:hover {
    text-decoration: none;
    background-color: var(--h1secondry);
}
/*

.bg-none{
  background: none !important;
}
/*
=
==
===
=== */

/* @media */
@media (min-width: 991px) {
    .nav-header-section .dropdown:hover .dropdown-menu {
        display: block !important;
    }
}
@media (max-width: 1600px) {
    .header-mainSection-1 .ds-top-header .search-box-header {
        max-width: 350px;
        margin: 0 0px !important;
    }
}
@media (max-width: 1500px) {
    .header-mainSection-1 .ds-top-header .search-box-header {
        max-width: 295px;
    }
    .header-mainSection-1 .number-box span {
        font-size: 16px;
        min-width: 165px;
        padding: 0 6px;
    }
}
@media (max-width: 1300px) {
    .header-mainSection-1 .ds-top-header .search-box-header {
        max-width: 260px;
        margin: 0 10px !important;
    }
    .header-mainSection-1 .ds-top-header .logo-box {
        max-width: 140px;
    }
    .header-mainSection-1 .ds-top-header .right-info-control {
        width: calc(100% - 140px);
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons {
        margin: 0 10px !important;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons:last-child {
        margin-right: 0 !important;
    }
    .header-mainSection-1 .ds-top-header .header-login-box .register-btn {
        font-size: 14px;
        padding: 8px 11px;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons i {
        font-size: 25px;
    }
}
@media (max-width: 1200px) {
    .header-mainSection-1 .ds-top-header .search-box-header {
        max-width: 220px;
        margin: 0 5px !important;
    }
    .header-mainSection-1 .ds-top-header .search-box-header .form-control {
        padding-right: 30px;
        font-size: 13px;
    }
    .header-mainSection-1 .ds-top-header .form-control,
    .header-mainSection-1 .login-btn,
    .header-mainSection-1 .ds-top-header .header-login-box .register-btn {
        font-size: 13px;
    }
    .header-mainSection-1
        .ds-top-header
        .search-box-header
        .form-control::placeholder {
        font-size: 13px;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons i {
        font-size: 22px;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons {
        margin: 0 5px !important;
    }
    .header-mainSection-1 .ds-top-header .search-box-header .search-i {
        font-size: 15px;
        width: 30px;
        padding-bottom: 2px;
    }
    .header-mainSection-1 .number-box {
        margin-left: 3px !important;
    }
    .header-mainSection-1 .number-box span {
        font-size: 14px;
        min-width: 150px;
    }
    .header-mainSection-1 .header-login-box .sign-boxs-header {
        width: 145px;
    }
    .header-mainSection-1 .header-login-box .emial-boxs-header {
        width: calc(100% - 145px);
    }
    .header-mainSection-1 .ds-top-header .search-box-header .search-i svg {
        width: 22px;
        height: 22px;
    }
}
@media (max-width: 991px) {
    .login-modal-des-1.login-modal-content .form-control {
        border-radius: 8px;
        border-color: #bdbfc1;
        font-size: 14px;
        font-weight: 500;
        height: 36px;
    }
    .login-modal-des-1.login-modal-content .close span {
        opacity: 0.5;
        font-size: 34px;
        display: block;
    }
    .login-modal-des-1.login-modal-content .modal-header-1 .close{
        padding: 0 !important;
        margin: 0 0 0 auto !important;
        color: var(--h1primary);
    }
    .header-mainSection-1 .nav-header-section .navbar-toggler:hover {
        background-color: transparent;
    }
    .login-modal-des-1.login-modal-content .modal-dialog {
        max-width: 330px;
        margin: 0 auto;
    }

    .header-mainSection-1 .md-show-search-box {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .header-mainSection-1 .md-show-slide-data .category-bar {
        font-size: 24px;
        color: #fff;
    }
    .header-mainSection-1 .md-show-slide-data .category-bar:focus {
        color: #fff;
    }
    .header-mainSection-1 .navbar-toggler {
        padding: 0;
        z-index: 1040;
    }
    .header-mainSection-1 .navbar-toggler span {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        transition: all 0.6s ease;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons {
        width: 35px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .header-mainSection-1
        .nav-header-section
        .navbar
        ul
        .dropdown:hover
        .dropdown-toggle::after {
        transform: scaleY(-1);
    }
    .header-mainSection-1
        .nav-header-section
        .navbar-toggler[aria-expanded="true"]
        span:nth-child(1) {
        transform: translate(0px, 10px) rotate(45deg);
    }
    .header-mainSection-1
        .nav-header-section
        .navbar-toggler[aria-expanded="true"]
        span:nth-child(2) {
        opacity: 0;
    }
    .header-mainSection-1
        .nav-header-section
        .navbar-toggler[aria-expanded="true"]
        span:nth-child(3) {
        transform: translate(0px, -6px) rotate(-45deg);
    }
    .header-mainSection-1
        .nav-header-section
        .navbar-toggler
        span:nth-child(2) {
        margin: 6px 0px;
        width: 23px;
        margin-left: auto;
    }
    .header-mainSection-1 .nav-header-section .navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 100%;
        background-color: var(--h1primary);
        width: 100%;
        transform: translateY(-100%);
        transition: all 0.5s;
        z-index: 999;
        padding-top: 150px;
    }
    .header-mainSection-1 .nav-header-section .navbar-collapse.show {
        transform: translateY(0%);
    }
    .header-mainSection-1 .navbar-expand-lg .navbar-collapse .navbar-nav {
        height: calc(100vh - 150px);
        overflow: auto;
    }
    .header-mainSection-1 .nav-header-section.navbar-collapse.collapsing {
        height: 100vh !important ;
    }

    .header-mainSection-1 .nav-header-section .navbar {
        padding: 8px 20px;
    }
    .header-mainSection-1 .ds-top-header .search-box-header {
        position: absolute;
        width: 100% !important;
        left: 0;
        right: 0;
        top: 0;
        max-width: 100% !important;
        background: #fff;
        z-index: 99;
        padding: 10px 8px;
        margin: 0 !important;
        display: flex;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease;
    }
    .header-mainSection-1 .ds-top-header .form-control,
    .header-mainSection-1 .ds-top-header .header-login-box .register-btn,
    .header-mainSection-1 .ds-top-header .search-box-header .form-control {
        font-size: 15px;
    }
    .header-mainSection-1 .ds-top-header {
        padding: 16px !important;
    }
    .header-mainSection-1 .md-search-i {
        color: var(--h1primary);
        font-size: 18px;
        cursor: pointer;
    }
    .header-mainSection-1 .md-search-i svg path {
        stroke:  var(--h1primary);
    }
    .header-mainSection-1 .ds-top-header .logo-box img {
        max-height: max-content;
        width: 90px !important;
    }
}
@media (max-width: 600px) {
    .header-mainSection-1 .ds-top-header .logo-box {
        max-width: 128px;
    }
    .header-mainSection-1 .ds-top-header .right-info-control {
        width: calc(100% - 128px);
    }
}
@media (max-width: 575px) {
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons a svg,
    .md-search-i svg {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 400px) {
    .header-mainSection-1 .ds-top-header {
        padding: 10px !important;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons i {
        font-size: 20px;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons {
        margin: 0 4px !important;
    }
    .header-mainSection-1 .ds-top-header .logo-box {
        max-width: 116px;
        margin-right: 14px;
    }
    .header-mainSection-1 .ds-top-header .header-icons-boxs .icons .not-num {
        font-size: 9px;
        line-height: 6px;
        padding: 5px;
    }
    .header-mainSection-1 .md-search-i {
        margin-right: 0 !important;
    }
}
@media (max-width: 350px) {
    .header-mainSection-1 .ds-top-header .logo-box {
        max-width: 100px;
        margin-right: 10px;
    }
    .header-mainSection-1 .ds-top-header .right-info-control {
        width: calc(100% - 100px);
    }
}
