header {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.resp-nenu{
    display: none !important;
}
.logo {
    width: 80px;
}

.main-head {
    background-color: #161528;
    padding: 10px 20px;
}

.icon-input {
    margin-top: 7px;
    position: relative;
    max-width: 100%;
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;

}

.icon-input__text-field {
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}

.icon-input__text-field {
    width: 100%;
    padding: 5px 46px 5px 15px;
}

.icon-input__icon {
    color: black;
    position: absolute;
    top: 49%;
    right: 3px;
    transform: translateY(-50%);
}

.icon-input__text-field:focus+.icon-input__icon {
    color: #FF8400;
}

.icon-input__text-field:focus-visible {
    outline: none;
}

.main-head-contact {
    padding-left: 65px;
}

.main-head-contact-p {
    color: rgba(255, 255, 255, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    margin-bottom: 5px;
}

.main-head-contact-a {
    color: #2384C6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    text-decoration: none;
}

.sub-head {
    background-color: rgba(230, 239, 253, 1);
    padding: 5px 15px;
}

.sub-categories-btn {
    border-radius: 42px;
    background: #FFF;
    border: 0px;
    padding: 5px 15px 5px 6px;
    transition: 1s;
}

.sub-categories-btn-text {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;

}

.sub-categories-btn:hover {
    background-color: #161528;
}

.sub-categories-btn:hover .sub-categories-btn-text {
    color: #fff;
}

.menu-link {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 36px;
}

.sub-head-menu {
    display: flex;
}

.cart-main-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1px;
}

.cart-boxs {
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-boxs a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-boxs-count-1 {
    position: absolute;
    top: -4px;
    right: -8px;
    color: #2384C6;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.17);
    width: 20px;
    height: 20px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 163.636% */
}

.cart-boxs-black {
    width: 42px;
    height: 42px;
    background-color: #161528;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-boxs-black a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-boxs-count-2 {
    position: absolute;
    top: -4px;
    right: -8px;
    color: #161528;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.17);
    width: 20px;
    height: 20px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-boxs-catogery {
    width: 42px;
    height: 42px;
    background-color: #161528;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.buttons__burger {
    --size: 1rem;
    --clr: #fff;
    width: var(--size);
    height: calc(0.7 * var(--size));
    cursor: pointer;
    position: relative;
    display: block;
    transform: rotate(180deg);
}

.buttons__burger #burger {
    display: none;
    width: 100%;
    height: 100%;
}

.buttons__burger span {
    display: block;
    position: absolute;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid var(--clr);
    background-color: var(--clr);
    transition: 0.15s ease-in-out;
}

.buttons__burger span:nth-of-type(1) {
    top: 0;
    right: 0;
    transform-origin: right center;
}

.buttons__burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.buttons__burger span:nth-of-type(3) {
    top: 100%;
    right: 0;
    transform-origin: right center;
    transform: translateY(-100%);
}

.buttons__burger #burger:checked~span:nth-of-type(1) {
    transform: translateY(-30%) rotate(40deg);
    width: 50%;
    top: 50%;
}

.buttons__burger #burger:checked~span:nth-of-type(3) {
    transform: translateY(-70%) rotate(-40deg);
    width: 50%;
    top: 50%;
}


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 59px;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: width 0.3s ease;
    z-index: 99;
}

.sidebar .user-account {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 5px;
    border-radius: 1000px;
    background: #161528;
    margin: 10px 0px 0px 0px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    width: 80%;

}

.user-account img {
    height: 45px;
    border-radius: 50%;
}

.user-account h2 {
    font-size: 1.2rem;
    font-weight: 600;
    display: none;
    margin-left: 15px;
    margin-bottom: 0px;
}

.links {
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
    overflow-y: scroll;
    height: calc(100% - 140px);

}

.links li {
    display: flex;
    border-radius: 4px;
    align-items: center;
    transition: 0.3s ease;
}


.links li a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    display: none;
}

.links::-webkit-scrollbar {
    display: none;
}

.sidebar:hover {
    width: 320px;
}

.sidebar:hover .user-account h2 {
    display: block;
}

.sidebar:hover .links li a {
    display: block;
    justify-content: flex-start;
}

.sidebar:hover h4 {
    display: block;
}

.sidebar:hover hr {
    border-color: transparent;
}

.links li a:hover {
    color: #2384C6;
}

.sidebar.newbar {
    width: 320px;
    display: block;
}

.sidebar .newbar:hover .links li a {
    display: block;
    justify-content: flex-start;
}

/* modal start */
.register-modal {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
    border: 0px;
}

.register-modal .btn-close {
    background-image: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    padding-top: 0px;
}

.register-modal .modal-header {
    padding: 10px;
    border-bottom: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.register-modal .modal-h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    opacity: 1;
}

.modal-gif {
    width: 250px;
    margin-top: -50px;
}

.tanks-order {
    color: #090909;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.69px;
    margin-top: -50px;
}

.tanks-order-p {
    color: #AAA;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.register-modal .modal-footer {
    display: flex;
    justify-content: flex-start;
    border-top: 0px;
}

.register-p {
    color: #7D7D7D;
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 25px;
}

.r-link {
    color: #848484;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.947px;
    padding: 4px 20px;
}

.r-link.active {
    background-color: #2384C6 !important;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.947px;
    border-radius: 10px !important;
}

.r-nav {
    border-radius: 10px;
    border: 1px solid rgba(226, 226, 226, 0.40);
}

.resent-otp {
    color: #777;
    font-size: 14.854px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.843px;
    margin-top: 20px;
}

.resent-otp a {
    color: #161528;
    font-size: 14.854px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.843px;
    text-decoration-line: underline;

}


.otp-input,
.email-otp-input {
    width: 43px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    outline: none;
    border-radius: 10px;
    border: 1px solid rgba(226, 226, 226, 0.30);
    background: rgba(242, 242, 242, 0.60);
    transition: border-color 0.3s;
    margin-top: 20px;
}

/* modal end */
.head-padding {
    height: 130px;
    width: 100%;
}
