﻿@font-face {
    font-family: 'font-rubik-light';
    src: url('./lib/font/static/Rubik-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-rubik';
    src: url('./lib/font/static/Rubik-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-rubik-med';
    src: url('./lib/font/static/Rubik-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-rubik-bold';
    src: url('./lib/font/static/Rubik-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

.title {
    font-size: calc(0.9rem + 0.9vw) !important;
    font-family: font-rubik-med;
}
.rubik-light {
    font-family: 'font-rubik-light';
}
.rubik {
    font-family: 'font-rubik';
}
.rubik-med {
    font-family: 'font-rubik-med';
}
.rubik-bold {
    font-family: 'font-rubik-bold';
}

.c-blue {
    color: #4191e6;
}

.bhr {
    border-top: 1px solid #000;
    margin: 1em 0;
}

.searchbar {
    position: fixed;
    z-index: 999;
    height: 40px;
    width: 100%;
}
.searchbox {
    width: 100%;
    position: absolute;
    align-items: center;
    display: flex;
    padding: 0 2rem 0 1.2rem;
    top: -22px;
}
.searchicwrap {
    width: 60px;
    position: relative;
}
.searchico {
    position: absolute;
    bottom: -35px;
    right: -20px;
    z-index: 4;
    max-width: 100px;
}
.searchinput, .searchinput:active, .searchinput:focus {
    text-align: end;
    background: #ebedf3;
    color: #979899;
    padding-right: 0;
    border: 0;
}
.searchinputbtn, .searchinputbtn:active, .searchinputbtn:hover, .searchinputbtn:focus {
    background: #ebedf3;
    padding-left: 1rem !important;
}

.bignav-box {
    /*position: fixed;*/
    /*z-index: 999;*/
    width: 100%;
    background: linear-gradient(to bottom, var(--navTopBg) 50%, #fff 50%);
    /* z-index: 1;
    position: relative;*/
}
.bignav-img {
    width: 100%;
    /*position: absolute;*/
    align-items: center;
    display: flex;
    padding: 0 2rem 0 2rem;
    /*top: -160px;*/
}
.bignav-img-s {
    /*height: 160px;*/

   /* position: fixed;
    width: 100%;
    z-index: 0;*/
}
.bignav-img-ss {
    position: absolute;
    height: 160px;
    background: #4191e6;
    width: 100%;
}

.bignav-box2 {
    width: 100%;
}
.bignav-img2 {
    width: 100%;
    align-items: center;
    display: flex;
}



.box-title {
    position: relative;
    font-weight: 600;
    text-align: center;
    background: #ebedf3;
    padding: 2rem;
    border-radius: 10px;
}

.box-prop {
    font-weight: 600;
    text-align: center;
    background: #ebedf3;
    padding: 1rem 2rem;
    border-radius: 10px;
}


.tbar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.tbarw {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tbar1 img {
    width: 20px;
    margin-left: 0.2rem;
}

.tbar2 {
    padding-left: 1rem;
}

.tbar3 {
    margin-left: auto;
    margin-right: 0.2rem;
    width: 10px;
}


.botstick-s {
    height: 70px;
}
.botstick-s.st2 {
    height: 100px;
}
.botstick {
    width: 100%;
    min-height: calc(var(--navBottomHeight) + 70px);
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #f0f0f0;
}
    .botstick.st2 {
        min-height: calc(var(--navBottomHeight) + 100px);
    }

    .botstick-wrap {
        left: 0;
        width: 100%;
        position: absolute;
        display: flex;
        padding: 1.1rem 2rem 0 2rem;
    }
.purchase-btn, .purchase-btn:hover, .purchase-btn:focus {
    width: 100%;
    background-color: rgb(29, 29, 27);
    color: #fff;
    text-transform: uppercase;
    font-family: font-rubik-med;
}


.itemimg {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
}


.plmn {
    border: 1px solid black;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    color: #fff;
    background: #000;
    height: 22px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.hbutton1, .hbutton1:hover, .hbutton1:focus, .hbutton1:active {
    background: #ffffff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #eeeeee !important;
}
.hbutton2, .hbutton2:hover, .hbutton2:focus, .hbutton2:active {
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.hbutton3, .hbutton3:hover, .hbutton3:focus, .hbutton3:active {
    background: #f3f3f3;
    color: #000;
    text-transform: uppercase;
}


.bnav {
    background: var(--navTopBg);
}
input:not(.searchinput), input:focus:not(.searchinput), input:active:not(.searchinput), .input-group-text, select, textarea {
    background: #f3f3f3 !important;
}
input[type=checkbox] {
    accent-color: #000;
}

.required::after {
    color: #000;
    font-weight: 100;
    font-family: "font-rubik-light";
}

.borduser {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .borduser svg {
        width: 60%;
        height: 60%;
    }



.qrcover {
    background: #fff;
    padding: 6px;
    border-radius: 1rem;
}